/* index css */
hr{border: 0;}
#bigNum {
	background_radio: 2;
	display-radio: 1;
	background-color: rgba(246,246,246,1);
	min-height: 0px;
	padding-bottom: 70px;
	padding-top: 30px
}

#bigNum .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#bigNum .e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#bigNum .e_loop-1 .p_page {
	text-align: center
}

#bigNum .e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#bigNum .e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#bigNum .e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#bigNum .e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#bigNum .e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#bigNum .e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#bigNum .e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#bigNum .e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

#bigNum .e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#bigNum .e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#bigNum .e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#bigNum .e_loop-1 .multSelect ul,li {
	list-style: none
}

#bigNum .e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#bigNum .e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#bigNum .e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#bigNum .e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#bigNum .e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#bigNum .e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#bigNum .e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#bigNum .e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#bigNum .e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#bigNum .e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#bigNum .e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#bigNum .e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#bigNum .e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#bigNum .e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#bigNum .e_loop-1 .p_split {
	margin: 0 5px
}

#bigNum .e_loop-1 .p_normal {
	margin-right: 16px
}

#bigNum .e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#bigNum .e_loop-1 .input-check,.e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#bigNum .e_loop-1 .position-left {
	display: flex
}

#bigNum .e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#bigNum .e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#bigNum .e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#bigNum .e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#bigNum .e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#bigNum .e_loop-1 .p_active .p_mbutton::before {
	display: block
}

#bigNum .e_loop-1 .p_active .p_mbutton::after {
	display: block
}

#bigNum .e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#bigNum .e_loop-1 .p_filter_result {
	display: none
}

#bigNum .e_loop-1 .p_contclear {
	cursor: pointer;
	display: none
}

#bigNum .e_loop-1 .swiper-container {
	padding-bottom: 30px
}

#bigNum .e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#bigNum .e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#bigNum .e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#bigNum .e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#bigNum .e_loop-1 {
	display-radio: 1;
	margin-top: 30px;
	width: 95%;
	margin-left: auto;
	margin-right: auto
}

#bigNum .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #ddd;
	position: relative
}

#bigNum .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#bigNum .e_scrollNumber-3 {
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	font-family: "cd9ac66b-800d-4ee8-994b-df728a373df7"
}

#bigNum .e_scrollNumber-3 .p_plus {
	display-radio: 1;
	font-size: 14px;
	margin-left: 10px;
	color: #45bafa
}

#bigNum .e_text-4 {
	line-height: 1.5;
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(153,153,153,1);
	margin-top: 20px
}

#bigNum .e_scrollNumber-3 .p_num {
	display-radio: 1;
	font-size: 52px;
	color: #c50809;
	line-height: 72px;
	color: #c50809;
	font-weight: bold;
}

#bigNum .e_scrollNumber-3 .p_plus {
	display-radio: 1;
	font-size: 18px;
	margin-left: 10px;
	color: #45bafa;
	ont-size: 16px;
	color: #c50809;
	text-align: right;
	display: inline-block;
	font-style: normal
}

#bigNum .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: center
}

@media screen and (max-width:768px) {
	#bigNum .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#bigNum .e_loop-1 {
		display-radio: 1;
		margin-top: 10px
	}

	#bigNum .e_container-2 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px
	}

	#bigNum .e_scrollNumber-3 {
		font_radio: 1;
		display-radio: 1;
		height: 40px;
		line-height: 30px
	}

	#bigNum .e_scrollNumber-3 .p_num {
		display-radio: 1;
		font-size: 30px
	}

	#bigNum .e_text-4 {
		font-size: 14px
	}

	#bigNum .e_loop-1 .p_loopitem:nth-child(5) {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2);
		display: none
	}
}

@media screen and (min-width: 769px) {
	#bigNum .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
}

#homeAbout {
	min-height: 300px;
	display-radio: 1;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-fill-value: background-color;
	background_radio: 2;
	background-color: rgba(255,255,255,1)
}

#homeAbout .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2
}

#homeAbout .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_container-1 .cbox-1-1 {
	padding-left: 0px;
	align-self: center
}

#homeAbout .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-left: 50px;
	background_radio: 1
}

#homeAbout .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_text-5 {
	line-height: 1.5;
	font_radio: 2;
	display-radio: 1;
	font-size: 34px;
	color: rgba(34,34,34,1);
	font-weight: bold
}

#homeAbout .e_line-6 {
	display-radio: 1;
	width: 80px;
	margin-left: 0px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	line_radio: 2;
	border-top-color: rgba(250,71,71,1);
	border-top-style: solid;
	border-top-width: 2px
}

#homeAbout .e_richText-7 {
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(85,85,85,1);
	line-height: 1.8
}

#homeAbout .e_richText-7 p {
	padding-bottom: 15px
}

#homeAbout.response-animated .e_text-4 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

#homeAbout.response-animated .e_container-3 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

#homeAbout.response-animated .e_container-1 {
	animation-name: none,none;
	animation-delay: 0.0s,0.6s;
	animation-duration: 0.6s,0.6s;
	animation-iteration-count: 1,1
}

#homeAbout canvas {
	display: block
}

#homeAbout .waves {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

#homeAbout .e_video-17 {
	width: 100%;
	position: relative
}

#homeAbout .e_video-17 video {
	width: 100%;
	display: block
}

#homeAbout .e_video-17 .p_video {
	position: relative
}

#homeAbout .e_video-17 .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

#homeAbout .e_video-17 .cover .coverImage {
	width: 100%;
	height: 100%
}

#homeAbout .e_video-17 .cover .coverImage img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#homeAbout .e_video-17 .cover .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -40px auto auto -40px;
	cursor: pointer
}

#homeAbout .e_text-4 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	color: #D3D3D3;
	font-size: 38px;
	font-family: Arial
}

#homeAbout .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 30px
}

#homeAbout .e_container-18 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_container-19 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#homeAbout .e_container-19 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_richText-21 blockquote {
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}

#homeAbout .e_richText-21 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-21 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#homeAbout .e_richText-21 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_image-22 {
	overflow: hidden;
	display-radio: 1;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto
}

#homeAbout .e_image-22 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#homeAbout .e_richText-21 {
	font_radio: 1;
	display-radio: 1
}

#homeAbout .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#homeAbout .e_container-23 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_image-24 {
	overflow: hidden;
	display-radio: 1;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto
}

#homeAbout .e_image-24 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#homeAbout .e_richText-25 blockquote {
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}

#homeAbout .e_richText-25 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-25 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#homeAbout .e_richText-25 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-25 {
	font_radio: 1;
	display-radio: 1
}

#homeAbout .e_container-26 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#homeAbout .e_container-26 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_image-27 {
	overflow: hidden;
	display-radio: 1;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto
}

#homeAbout .e_image-27 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#homeAbout .e_richText-28 blockquote {
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}

#homeAbout .e_richText-28 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-28 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#homeAbout .e_richText-28 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-28 {
	font_radio: 1;
	display-radio: 1
}

#homeAbout .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#homeAbout .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeAbout .e_image-30 {
	overflow: hidden;
	display-radio: 1;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto
}

#homeAbout .e_image-30 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#homeAbout .e_richText-31 blockquote {
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}

#homeAbout .e_richText-31 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-31 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#homeAbout .e_richText-31 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeAbout .e_richText-31 {
	font_radio: 1;
	display-radio: 1
}

#homeAbout .e_button-32 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	width: auto;
	border-radius: 40px;
	padding: 10px 15px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	max-width: 200px;
	background: #c8000d;
	border: 2px solid #c8000d;
	font-size: 16px;
	color: #ffffff;
	margin-left: auto;
	background-color: #c8000d;
	margin-right: auto;
	margin-top: 50px
}

#homeAbout .e_button-32:hover {
	background: #c8000d;
	border: 2px solid #c8000d;
	color: #ffffff;
	background-color: #c8000d
}

#homeAbout .e_button-32 .icon {
	margin-right: 5px;
	margin-top: 0;
	width: 24px;
	height: 24px
}

#homeAbout .e_button-32 path {
	fill: #ffffff
}

#homeAbout .e_button-32:hover path {
	fill: #fff
}

#homeAbout .e_button-32 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#homeAbout .e_button-32::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#homeAbout .e_button-32:hover::after {
	opacity: 1
}

#homeAbout .e_button-32 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	width: auto;
	border-radius: 0;
	padding: 10px 15px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	max-width: 200px;
	background: #ffffff;
	border: 2px solid #c8000d;
	font-size: 16px;
	color: #c8000d;
	margin-left: auto;
	background-color: #ffffff;
	margin-right: auto;
	margin-top: 50px
}

@media screen and (max-width:768px) {
	#homeAbout .e_container-1 {
		display-radio: 1;
		flex-direction: column
	}

	#homeAbout .e_container-3 {
		display-radio: 1;
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px
	}

	#homeAbout {
		display-radio: 1;
		padding-top: 30px;
		padding-bottom: 30px
	}

	#homeAbout .e_text-4 {
		font_radio: 2;
		display-radio: 1;
		font-size: 30px;
		line-height: 1
	}

	#homeAbout .e_text-5 {
		font_radio: 2;
		display-radio: 1;
		font-size: 22px;
		line-height: 1.5
	}

	#homeAbout .e_richText-7 {
		font_radio: 1;
		display-radio: 1
	}

	#homeAbout .e_button-32 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 10px;
		margin-left: 0px;
		margin-right: auto;
		width: 90%;
		max-width: 150px;
		font-size: 14px
	}

	#homeAbout .e_button-32 .icon {
		margin-right: 5px;
		margin-top: 0;
		width: 20px;
		height: 20px
	}

	#homeAbout .e_container-18 {
		display: none
	}

	#homeAbout .e_button-32 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 10px;
		margin-left: 0px;
		margin-right: auto;
		width: 90%;
		max-width: 150px;
		font-size: 14px;
		margin: 0 auto
	}
}

@media screen and (min-width: 769px) {
	#homeAbout::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 45%;
		height: 80%;
		z-index: 0
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#homeAbout .e_button-32 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		max-width: 150px;
		margin-top: 20px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
}

#homePro {
	display-radio: 1;
	min-height: 0px;
	padding: 80px 0;
	background: url(../images/probg.jpg) no-repeat center center;
}

.proContent a{display: block;background: #fff;border-radius: 10px;padding: 15px;}
.proContent .swimg{height: 300px;overflow: hidden;}
.proContent p{font-size: 16px;background: #eee;line-height: 45px;text-align: center;}
.proContent .swiper-slide:hover p{background: #cf0000;color: #fff;}

#homePro .e_container-19 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display-radio: flex;
	padding-bottom: 0px;
}

#homePro .e_container-19 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}

#homePro .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-29 .p_item {
	display-radio: 1
}

#homePro .e_text-30 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
	font-size: 40px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	color: rgba(255,255,255,1);
	font-weight: bold
}

#homePro .e_text-31 {
	line-height: 1.7;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 14px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1);
	margin-bottom: 30px
}

#homePro .e_loop-37 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#homePro .e_loop-37 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#homePro .e_loop-37 .p_page {
	text-align: center;
	display-radio: 1;
	margin-top: 40px
}

#homePro .e_loop-37 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#homePro .e_loop-37 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#homePro .e_loop-37 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#homePro .e_loop-37 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#homePro .e_loop-37 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#homePro .e_loop-37 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#homePro .e_loop-37 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#homePro .e_loop-37 .multSelect {
	font-size: 13px;
	position: relative
}

#homePro .e_loop-37 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#homePro .e_loop-37 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#homePro .e_loop-37 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#homePro .e_loop-37 .multSelect ul,li {
	list-style: none
}

#homePro .e_loop-37 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#homePro .e_loop-37 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#homePro .e_loop-37 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#homePro .e_loop-37 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#homePro .e_loop-37 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#homePro .e_loop-37 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#homePro .e_loop-37 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#homePro .e_loop-37 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#homePro .e_loop-37 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#homePro .e_loop-37 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#homePro .e_loop-37 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#homePro .e_loop-37 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#homePro .e_loop-37 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#homePro .e_loop-37 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#homePro .e_loop-37 .p_split {
	margin: 0 5px
}

#homePro .e_loop-37 .p_normal {
	margin-right: 16px
}

#homePro .e_loop-37 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homePro .e_loop-37 .input-check,.e_loop-37 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#homePro .e_loop-37 .position-left {
	display: flex
}

#homePro .e_loop-37 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#homePro .e_loop-37 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#homePro .e_loop-37 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homePro .e_loop-37 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#homePro .e_loop-37 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#homePro .e_loop-37 .p_active .p_mbutton::before {
	display: block
}

#homePro .e_loop-37 .p_active .p_mbutton::after {
	display: block
}

#homePro .e_loop-37 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#homePro .e_loop-37 .p_filter_result {
	display: none
}

#homePro .e_loop-37 .p_contclear {
	cursor: pointer;
	display: none
}

#homePro .e_loop-37 .swiper-container {
	padding-bottom: 30px
}

#homePro .e_loop-37 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#homePro .e_loop-37 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#homePro .e_loop-37 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#homePro .e_loop-37 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#homePro .e_loop-37 .p_loopitem:hover .e_image-42 img {
	transform: translate(-50% ,-50%) scale(1.05)
}

#homePro .e_loop-37 .p_loopitem:hover .e_text-44 a {
	color: #dc1206
}

#homePro .e_loop-37 .p_loopitem:hover .e_container-40 {
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 0%)
}

#homePro .e_loop-37 {
	display-radio: 1
}

#homePro .e_text-38 {
	font_radio: 2;
	display-radio: 1;
	font-size: 18px;
	font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
	text-align: center;
	line-height: 1.5
}

#homePro .e_container-39 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px
}

#homePro .e_container-39 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-40 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	transition: all .5s ease;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-style: none;
	margin-bottom: 10px;
	overflow: hidden
}

#homePro .e_container-40 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-41 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,255,255,1)
}

#homePro .e_container-41 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_image-42 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 67%
}

#homePro .e_image-42 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%) scale(1.0);
	width: 100%;
	height: auto;
	transition: all .5s ease
}

#homePro .e_container-43 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
	background: #e95500;
	background-color: rgba(255,255,255,1)
}

#homePro .e_container-43 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-43 .cbox-43-1 {
	flex: 0 0 30px;
	align-self: center
}

#homePro .e_container-43 .cbox-43-0 {
	flex: 0 0 100%;
	align-self: center
}

#homePro .e_text-44 {
	line-height: 1.5;
	display-radio: -webkit-box;
	font_radio: 2;
	text-align: center;
	font-size: 16px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0px;
	color: rgba(51,51,51,1);
	font-weight: normal;
	font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
}

#homePro .e_line-45 {
	display-radio: 1;
	width: 80px;
	margin-left: auto;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	line_radio: 2;
	border-top-color: rgba(250,71,71,1);
	border-top-style: solid;
	border-top-width: 2px;
	margin-right: auto
}

#homePro .e_loop-46 .p_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#homePro .e_loop-46 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#homePro .e_loop-46 .p_page {
	text-align: center
}

#homePro .e_loop-46 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#homePro .e_loop-46 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#homePro .e_loop-46 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#homePro .e_loop-46 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#homePro .e_loop-46 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#homePro .e_loop-46 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#homePro .e_loop-46 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#homePro .e_loop-46 .multSelect {
	font-size: 13px;
	position: relative
}

#homePro .e_loop-46 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#homePro .e_loop-46 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#homePro .e_loop-46 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#homePro .e_loop-46 .multSelect ul,li {
	list-style: none
}

#homePro .e_loop-46 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#homePro .e_loop-46 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#homePro .e_loop-46 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#homePro .e_loop-46 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#homePro .e_loop-46 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#homePro .e_loop-46 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#homePro .e_loop-46 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#homePro .e_loop-46 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#homePro .e_loop-46 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#homePro .e_loop-46 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#homePro .e_loop-46 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#homePro .e_loop-46 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#homePro .e_loop-46 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#homePro .e_loop-46 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#homePro .e_loop-46 .p_split {
	margin: 0 5px
}

#homePro .e_loop-46 .p_normal {
	margin-right: 16px
}

#homePro .e_loop-46 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homePro .e_loop-46 .input-check,.e_loop-46 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#homePro .e_loop-46 .position-left {
	display: flex
}

#homePro .e_loop-46 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#homePro .e_loop-46 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#homePro .e_loop-46 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homePro .e_loop-46 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#homePro .e_loop-46 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#homePro .e_loop-46 .p_active .p_mbutton::before {
	display: block
}

#homePro .e_loop-46 .p_active .p_mbutton::after {
	display: block
}

#homePro .e_loop-46 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#homePro .e_loop-46 .p_filter_result {
	display: none
}

#homePro .e_loop-46 .p_contclear {
	cursor: pointer;
	display: none
}

#homePro .e_loop-46 .swiper-container {
	padding-bottom: 30px
}

#homePro .e_loop-46 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#homePro .e_loop-46 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#homePro .e_loop-46 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#homePro .e_loop-46 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#homePro .e_loop-46 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: none
}

#homePro .e_container-47 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(213,213,213,1);
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	margin-bottom: 20px;
	display-radio: flex;
	transition-property: all;
	transition-radio: hover;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	padding-right: 0px;
	padding-left: 0px
}

#homePro .e_container-47:hover,.active .e_container-47 {
	border-style: none;
	display-radio: 1;
	background: rgba(50,102,204,1);
	background-color: rgba(50,102,204,1)
}

#homePro .e_container-47 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homePro .e_container-47:hover .e_text-48 a,.active .e_container-47 .e_text-48 a {
	display-radio: 1;
	color: rgba(255,255,255,1)
}

#homePro .e_text-48 {
	line-height: normal;
	font_radio: 2;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(51,51,51,1);
	display-radio: 1;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	padding-right: 0px;
	padding-left: 0px
}

#homePro .e_container-47 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cf0000;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px;
	display-radio: flex;
	transition-property: all;
	transition-radio: hover;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	padding-right: 0px;
	padding-left: 0px;
	background: #cf0000
}

#homePro .e_container-47 a {
	color: #fff;
	font-size: 16px;
}

#homePro .e_container-47:hover,.active .e_container-47 {
	border-style: none;
	display-radio: 1;
	background: rgb(221 81 81);
	background-color: rgb(221 81 81)
}

#homePro .e_loop-37 .cbox-46 {
	display: none
}

#homePro .swiper-pagination-bullet-active {
	opacity: 1;
	background: #cf0000;
	border-color: #cf0000
}

@media screen and (max-width:768px) {
	#homePro {
		display-radio: 1;
		padding-bottom: 30px;
		padding-top: 0px;
		background-color: rgba(245,245,245,1)
	}

	#homePro .e_container-29 {
		display-radio: 1;
		margin-bottom: 20px
	}

	#homePro .e_text-30 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
		margin-bottom: 10px;
		font-weight: bold
	}

	#homePro .e_text-31 {
		font_radio: 2;
		display-radio: -webkit-box;
		font-size: 14px;
		line-height: 1.5;
		font-family: "51724a93-3f7c-4ebf-9b04-cdc8575849a0";
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	#homePro .e_container-19 {
		display-radio: 1;
		padding-top: 40px;
		padding-bottom: 0;
		background-attachment: inherit;
		background-position: center center
	}

	#homePro .e_loop-37 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#homePro .e_container-39 {
		padding: 5px
	}

	#homePro .e_container-40 {
		padding: 5px;
		display-radio: 1;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px
	}

	#homePro .e_container-41 {
		display-radio: 1;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px
	}

	#homePro .e_container-43 {
		padding: 5px;
		display-radio: 1;
		padding-top: 10px;
		padding-bottom: 10px
	}

	#homePro .e_container-43 .cbox-43-1 {
		display: none
	}

	#homePro .e_container-43 .cbox-43-0 {
		flex: 0 0 100%
	}

	#homePro .e_text-44 {
		font-size: 12px;
		font_radio: 2;
		display-radio: -webkit-box;
		line-height: 2;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: center;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
		padding-left: 0px;
		padding-right: 0px
	}

	#homePro .e_loop-46 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#homePro .e_loop-46 {
		display: none
	}
}

@media screen and (min-width: 769px) {
	#homePro .e_loop-37 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#homePro .e_loop-46 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 6)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#homePro .e_text-30 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		line-height: 1.3;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}

	#homePro .e_text-31 {
		font_radio: 2;
		display-radio: 1;
		font-size: 14px;
		line-height: 1.5;
		font-family: "51724a93-3f7c-4ebf-9b04-cdc8575849a0";
		margin-bottom: 20px
	}

	#homePro .e_container-19 {
		display-radio: 1;
		padding-top: 50px;
		padding-bottom: 100px
	}

	#homePro .e_loop-37 .p_loopitem {
		flex: 0 0 50%;
		position: relative
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
	#homePro .e_text-30 {
		font_radio: 2;
		display-radio: 1;
		font-size: 34px;
		line-height: 1;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}

	#homePro .e_container-40 {
		display-radio: 1;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px
	}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
	#homePro .e_text-30 {
		font_radio: 2;
		display-radio: 1;
		font-size: 30px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

#homeHonor {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	background-color: rgba(255,255,255,1);
	position: relative;
}
#homeHonor .cbox-1-0{width: 20%;}
#homeHonor .cbox-1-1{width: 75%;}

#homeHonor .cbox-1-1 .honor-img{height: 450px;overflow: hidden;}

#homeHonor .e_container-1 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	background_radio: 2;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 90px;
	padding-bottom: 90px;
}

#homeHonor .e_text-2 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
	font-size: 30px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	color: rgba(25,25,25,1);
	font-weight: bold
}

#homeHonor .e_line-3 {
	display-radio: 1;
	width: 80px;
	margin-left: 0px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	line_radio: 2;
	border-top-color: rgba(250,71,71,1);
	border-top-style: solid;
	border-top-width: 2px;
	margin-right: auto
}

#homeHonor .e_richText-4 blockquote {
	font-style: italic;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}

#homeHonor .e_richText-4 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeHonor .e_richText-4 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#homeHonor .e_richText-4 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}

#homeHonor .e_richText-4 {
	font_radio: 1;
	display-radio: 1
}

#homeHonor .e_button-5 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	width: auto;
	border-radius: 50px;
	padding: 10px 15px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	max-width: 200px;
	background: #ffffff;
	border: 2px solid #c8000d;
	font-size: 16px;
	color: #fff;
	margin-left: 0px;
	background-color: #c8000d;
	margin-right: auto;
	margin-top: 50px
}

#homeHonor .e_button-5:hover {
	background: #c8000d;
	border: 2px solid #c8000d;
	color: #ffffff;
	background-color: #c8000d
}

#homeHonor .e_button-5 .icon {
	margin-right: 5px;
	margin-top: 0;
	width: 24px;
	height: 24px
}

#homeHonor .e_button-5 path {
	fill: #ffffff
}

#homeHonor .e_button-5:hover path {
	fill: #fff
}

#homeHonor .e_button-5 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#homeHonor .e_button-5::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#homeHonor .e_button-5:hover::after {
	opacity: 1
}

#homeHonor .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#homeHonor .e_loop-6 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#homeHonor .e_loop-6 .p_page {
	text-align: center
}

#homeHonor .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#homeHonor .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#homeHonor .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#homeHonor .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#homeHonor .e_loop-6 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#homeHonor .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#homeHonor .e_loop-6 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#homeHonor .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}

#homeHonor .e_loop-6 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#homeHonor .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#homeHonor .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#homeHonor .e_loop-6 .multSelect ul,li {
	list-style: none
}

#homeHonor .e_loop-6 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#homeHonor .e_loop-6 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#homeHonor .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#homeHonor .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#homeHonor .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#homeHonor .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#homeHonor .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#homeHonor .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#homeHonor .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#homeHonor .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#homeHonor .e_loop-6 .p_normal_start {
	display: inline;
	width: 60px;
	height: 22px
}

#homeHonor .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 22px
}

#homeHonor .e_loop-6 .p_normal_end {
	display: inline;
	width: 60px;
	height: 22px;
	margin-right: 5px
}

#homeHonor .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 22px;
	margin-right: 5px
}

#homeHonor .e_loop-6 .p_split {
	margin: 0 5px
}

#homeHonor .e_loop-6 .p_normal {
	margin-right: 16px
}

#homeHonor .e_loop-6 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homeHonor .e_loop-6 .input-check,.e_loop-6 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#homeHonor .e_loop-6 .position-left {
	display: flex
}

#homeHonor .e_loop-6 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#homeHonor .e_loop-6 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#homeHonor .e_loop-6 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homeHonor .e_loop-6 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#homeHonor .e_loop-6 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#homeHonor .e_loop-6 .p_active .p_mbutton::before {
	display: block
}

#homeHonor .e_loop-6 .p_active .p_mbutton::after {
	display: block
}

#homeHonor .e_loop-6 {
	margin-top: 0px;
	display-radio: 1;
	margin-left: 50px
}

#homeHonor .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all ease .8s;
	display-radio: flex;
	margin-top: 15px
}

#homeHonor .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeHonor .e_container-7 a {
	pointer-events: none
}

#homeHonor .e_image-8 {
	overflow: hidden
}

#homeHonor .e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}


#homeHonor .e_container-1:before {
	content: '';
	position: absolute;
	z-index: 1;
	background: linear-gradient(to right, rgb(197 8 9), rgb(208 15 15));
	width: 100%;
	height: 250px;
	left: 0px;
	bottom: 0px
}

#homeHonor .e_container-1 .cbox-1-0:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 25px;
	background: url(../images/honor-pic.png) no-repeat left center;
	width: 453px;
	height: 137px;
	z-index: 1
}

@media only screen and (max-width: 1560px) and (min-width: 1025px) {
	#homeHonor .e_container-1:before {
		content: '';
		position: absolute;
		z-index: 1;
		background: linear-gradient(to right, rgb(197 8 9), rgb(208 15 15));
		width: 100%;
		height: 250px;
		left: 0px;
		bottom: -20px
	}

	#homeHonor .e_container-1 .cbox-1-0:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		background: url(../images/honor-pic.png) no-repeat left center;
		width: 453px;
		height: 137px;
		z-index: 1
	}

	#homeHonor .e_button-5 {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: left;
		box-sizing: border-box;
		width: auto;
		border-radius: 50px;
		padding: 10px 15px;
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: block;
		max-width: 200px;
		background: #ffffff;
		border: 2px solid #c8000d;
		font-size: 16px;
		color: #fff;
		margin-left: 0px;
		background-color: #c8000d;
		margin-right: auto;
		margin-top: 28px
	}
}

@media screen and (max-width:768px) {
	#homeHonor .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#homeHonor .e_text-2 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
		margin-bottom: 10px;
		font-weight: bold
	}

	#homeHonor .e_button-5 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 10px;
		margin-left: 0px;
		margin-right: auto;
		width: 90%;
		max-width: 150px;
		font-size: 14px;
		display: none
	}

	#homeHonor .e_button-5 .icon {
		margin-right: 5px;
		margin-top: 0;
		width: 20px;
		height: 20px
	}

	#homeHonor .e_container-7 {
		display-radio: 1;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px
	}

	#homeHonor {
		display: none
	}
}

@media screen and (min-width: 769px) {
	#homeHonor .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#homeHonor .e_text-2 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		line-height: 1.3;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}

	#homeHonor .e_button-5 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		max-width: 150px;
		margin-top: 20px
	}

	#homeHonor .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}

	#homeHonor .e_loop-6 {
		display-radio: 1
	}

	#homeHonor .e_container-7 {
		display-radio: 1;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-left: 7px;
		margin-top: 7px;
		margin-right: 7px;
		margin-bottom: 7px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
	#homeHonor .e_text-2 {
		font_radio: 2;
		display-radio: 1;
		font-size: 34px;
		line-height: 1;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
	#homeHonor .e_text-2 {
		font_radio: 2;
		display-radio: 1;
		font-size: 30px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

#homeCase {
	padding-top: 20px;
	padding-bottom: 00px;
	padding-left: 0px;
	padding-right: 0px;
	display-radio: 1;
	min-height: 0px;
	background-color: rgba(255,255,255,1);
	background_radio: 2
}

#homeCase .case-items{padding: 10px;border: 1px solid #ccc;}
#homeCase .c-bottom{line-height: 45px;font-size: 16px;padding: 0 10px;}
#homeCase .case-img{height: 250px;overflow: hidden;}
#homeCase .swiper-container {
	overflow: visible
}

#homeCase .swiper-button-next,#homeCase .swiper-button-prev {
	position: absolute;
	top: 60%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	background: rgb(255 255 255 / 100%);
	z-index: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s
}

#homeCase .swiper-button-next:hover,#homeCase .swiper-button-prev:hover {
	background: #af0314;
	transition: all .6s
}

#homeCase .swiper-button-prev,#homeCase  .swiper-container-rtl .swiper-button-next {
	left: 0px;
	right: auto
}

#homeCase .swiper-button-next,#homeCase  .swiper-container-rtl .swiper-button-prev {
	right: 0px;
	left: auto
}

#homeCase .swiper-button-next:after,#homeCase  .swiper-button-prev:after {
	font-size: 16px;
	color: #333
}

#homeCase .swiper-button-next:hover:after,#homeCase  .swiper-button-prev:hover:after {
	color: #fff
}

#homeCase .swiper-slide.p_rollSlide.p_list.swiper-slide-next {
	opacity: 1
}

#homeCase .swiper-slide.p_rollSlide.p_list.swiper-slide-prev {
	opacity: 1
}

#homeCase .e_container-17 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
	display-radio: flex;
	background_radio: 2;
	background-color: rgba(255,255,255,1)
}

#homeCase .e_container-17 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeCase .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0%
}

#homeCase .e_container-21 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	overflow: visible !important
}

#homeCase .e_container-31 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background_radio: 1;
	max-width: none
}

#homeCase .e_container-31 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeCase .e_container-31 .p_item {
	display-radio: 1
}

#homeCase .e_text-32 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	font-weight: bold;
	margin-top: 50px
}

#homeCase .e_loop-34 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#homeCase .e_loop-34 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#homeCase .e_loop-34 .p_page {
	text-align: center
}

#homeCase .e_loop-34 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#homeCase .e_loop-34 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#homeCase .e_loop-34 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#homeCase .e_loop-34 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#homeCase .e_loop-34 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#homeCase .e_loop-34 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#homeCase .e_loop-34 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#homeCase .e_loop-34 .multSelect {
	font-size: 13px;
	position: relative
}

#homeCase .e_loop-34 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#homeCase .e_loop-34 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#homeCase .e_loop-34 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#homeCase .e_loop-34 .multSelect ul,li {
	list-style: none
}

#homeCase .e_loop-34 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#homeCase .e_loop-34 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#homeCase .e_loop-34 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#homeCase .e_loop-34 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#homeCase .e_loop-34 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#homeCase .e_loop-34 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#homeCase .e_loop-34 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#homeCase .e_loop-34 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#homeCase .e_loop-34 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#homeCase .e_loop-34 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#homeCase .e_loop-34 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#homeCase .e_loop-34 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#homeCase .e_loop-34 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#homeCase .e_loop-34 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#homeCase .e_loop-34 .p_split {
	margin: 0 5px
}

#homeCase .e_loop-34 .p_normal {
	margin-right: 16px
}

#homeCase .e_loop-34 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homeCase .e_loop-34 .input-check,.e_loop-34 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#homeCase .e_loop-34 .position-left {
	display: flex
}

#homeCase .e_loop-34 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#homeCase .e_loop-34 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#homeCase .e_loop-34 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#homeCase .e_loop-34 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#homeCase .e_loop-34 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#homeCase .e_loop-34 .p_active .p_mbutton::before {
	display: block
}

#homeCase .e_loop-34 .p_active .p_mbutton::after {
	display: block
}

#homeCase .e_loop-34 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#homeCase .e_loop-34 .p_filter_result {
	display: none
}

#homeCase .e_loop-34 .p_contclear {
	cursor: pointer;
	display: none
}

#homeCase .e_loop-34 .swiper-container {
	padding-bottom: 30px
}

#homeCase .e_loop-34 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#homeCase .e_loop-34 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#homeCase .e_loop-34 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#homeCase .e_loop-34 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#homeCase .e_loop-34 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#homeCase .e_loop-34 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#homeCase .e_loop-34 .p_categoryActive {
	color: #409EFF
}

#homeCase .e_loop-34 {
	display-radio: 1;
	max-width: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#homeCase .e_container-35 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-bottom: 30px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: flex;
	background_radio: 1
}

#homeCase .e_container-35 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeCase .e_container-35:hover .e_line-41 {
	width: 100%
}

#homeCase .e_container-35:hover img {
	opacity: 0.6;
	transform: scale(1.1);
	transition: all .6s
}

#homeCase .e_container-35:hover .e_text-37 {
	display: block
}

#homeCase .e_container-35:hover .e_image-36 img {
	transform: scale(1.1)
}

#homeCase .e_image-36 {
	overflow: hidden
}

#homeCase .e_image-36 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.5s
}

#homeCase .e_text-37 {
	line-height: normal;
	font_radio: 2;
	font-size: 70px;
	text-align: center;
	color: rgba(255,255,255,1);
	position: absolute;
	top: 25%;
	z-index: 9;
	bottom: auto;
	right: auto;
	display: none;
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	font-family: SimSun;
	font-weight: normal;
	left: 47%
}

#homeCase .e_container-38 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px
}

#homeCase .e_container-38 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeCase .e_text-39 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 16px;
	color: rgba(89,89,89,1);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: right
}

#homeCase .e_text-40 {
	line-height: 1.8;
	font_radio: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13px;
	color: rgba(132,132,132,1);
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px
}

#homeCase .e_line-41 {
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	width: 0px
}

#homeCase .e_text-42 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 16px;
	color: rgba(89,89,89,1);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#homeCase .e_line-43 {
	display-radio: 1;
	width: 80px;
	margin-left: auto;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	line_radio: 2;
	border-top-color: rgba(250,71,71,1);
	border-top-style: solid;
	border-top-width: 2px;
	margin-right: auto
}

#homeCase .e_container-35 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #ddd;
	padding: 10px
}

#homeCase .e_container-35 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-bottom: 30px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	display-radio: flex;
	background_radio: 1
}

@media screen and (max-width:768px) {
	#homeCase {
		display-radio: 1;
		padding-top: 20px;
		padding-bottom: 20px
	}

	#homeCase .swiper-button-next,#homeCase .swiper-button-prev {
		position: absolute;
		top: 60%;
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	#homeCase .e_container-31 {
		display-radio: 1;
		margin-bottom: 0px
	}

	#homeCase .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
		margin-bottom: 10px;
		font-weight: bold
	}

	#homeCase .e_loop-34 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#homeCase .e_container-35 {
		display-radio: 1;
		margin-bottom: 20px;
		padding-bottom: 0px
	}

	#homeCase .e_line-41 {
		display-radio: 1;
		margin-bottom: 0px
	}
}

@media screen and (min-width: 769px) {
	#homeCase .e_loop-34 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#homeCase .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		line-height: 1.3;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
	#homeCase .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 34px;
		line-height: 1;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
	#homeCase .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 30px;
		color: #333333;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

#homeNewsTitle {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display-radio: 1;
	min-height: 0px;
	background-color: rgba(255,255,255,1);
	background_radio: 2
}

#homeNewsTitle .swiper-container {
	overflow: visible
}

#homeNewsTitle .swiper-button-next,#homeNewsTitle .swiper-button-prev {
	position: absolute;
	top: 60%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	background: rgb(255 255 255 / 100%);
	z-index: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s
}

#homeNewsTitle .swiper-button-next:hover,#homeNewsTitle .swiper-button-prev:hover {
	background: #af0314;
	transition: all .6s
}

#homeNewsTitle .swiper-button-prev,#homeNewsTitle  .swiper-container-rtl .swiper-button-next {
	left: 0px;
	right: auto
}

#homeNewsTitle .swiper-button-next,#homeNewsTitle  .swiper-container-rtl .swiper-button-prev {
	right: 0px;
	left: auto
}

#homeNewsTitle .swiper-button-next:after,#homeNewsTitle  .swiper-button-prev:after {
	font-size: 16px;
	color: #333
}

#homeNewsTitle .swiper-button-next:hover:after,#homeNewsTitle  .swiper-button-prev:hover:after {
	color: #fff
}

#homeNewsTitle .swiper-slide.p_rollSlide.p_list.swiper-slide-next {
	opacity: 1
}

#homeNewsTitle .swiper-slide.p_rollSlide.p_list.swiper-slide-prev {
	opacity: 1
}

#homeNewsTitle .e_container-17 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
	display-radio: flex
}

#homeNewsTitle .e_container-17 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeNewsTitle .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0%
}

#homeNewsTitle .e_container-21 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	overflow: visible !important
}

#homeNewsTitle .e_container-31 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background_radio: 1
}

#homeNewsTitle .e_container-31 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeNewsTitle .e_container-31 .p_item {
	display-radio: 1
}

#homeNewsTitle .e_text-32 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	font-weight: bold;
}

#homeNewsTitle .e_line-34 {
	display-radio: 1;
	width: 80px;
	margin-left: auto;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	line_radio: 2;
	border-top-color: rgba(250,71,71,1);
	border-top-style: solid;
	border-top-width: 2px;
	margin-right: auto
}

@media screen and (max-width:768px) {
	#homeNewsTitle {
		display-radio: 1;
		padding-top: 20px;
		padding-bottom: 20px
	}

	#homeNewsTitle .swiper-button-next,#homeNewsTitle .swiper-button-prev {
		position: absolute;
		top: 60%;
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	#homeNewsTitle .e_container-31 {
		display-radio: 1;
		margin-bottom: 0px
	}

	#homeNewsTitle .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f";
		margin-bottom: 10px;
		font-weight: bold
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#homeNewsTitle .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		line-height: 1.3;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
	#homeNewsTitle .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 34px;
		line-height: 1;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
	#homeNewsTitle .e_text-32 {
		font_radio: 2;
		display-radio: 1;
		font-size: 30px;
		color: #333333;
		line-height: 1.5;
		font-family: "4cb61e8b-71ec-48c4-998e-380241b8df5f"
	}
}

#homeNews .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	display-radio: flex;
	transition-radio: hover;
	background_radio: 1
}

#homeNews .e_container-7:hover {
	display-radio: 1;
	margin-left: auto;
	padding-left: 5px
}

#homeNews {
	display-radio: 1;
	padding-top: 0px;
	padding-bottom: 50px;
	background_radio: 2;
	min-height: 0px;
	background-color: rgba(255,255,255,1)
}


#homeNews .e_loopFocus-1 .p_loopItem {
	position: relative;
}
#homeNews .e_loopFocus-1 .p_loopItem:nth-child(n+2){
	margin-top: 20px;
	}

#homeNews .e_loopFocus-1 .p_page {
	text-align: center
}

#homeNews .e_loopFocus-1 .p_leftData {
	display: flex
}

#homeNews .e_loopFocus-1 .p_left {
	flex: 0 0 50%
}

#homeNews .e_loopFocus-1 .p_focusItem {
	height: 100%
}

#homeNews .e_loopFocus-1 .p_right {
	flex: 0 0 50%
}

#homeNews .e_loopFocus-1 .p_nodata {
	min-height: 200px
}

#homeNews .e_loopFocus-1 {
	display-radio: 1;
	max-width: 1600px;
	width: 94%;
	margin-left: auto;
	margin-right: auto
}

#homeNews .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeNews .e_container-7 .cbox-7-0 {
	flex: 0 0 20%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(3,70,151,1)
}

#homeNews .e_text-8 {
	line-height: normal;
	font_radio: 2;
	color: rgba(0,0,0,1);
	margin-left: 6%;
	margin-right: 6%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display-radio: -webkit-box;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	
}
#homeNews .e_text-8 a{
	font-size: 20px;
}

#homeNews .e_text-9 {
	line-height: normal;
	font_radio: 2;
	font-size: 14px;
	color: rgba(128,128,128,1);
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 3%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display-radio: -webkit-box
}
#homeNews .e_text-9 a{
	font-size: 16px;
}
#homeNews .e_timeFormat-10 {
	min-height: 20px;
	font_radio: 2;
	font-size: 30px;
	color: rgba(205,33,33,1);
	line-height: 1;
	text-align: center;
	margin-top: 10%;
	display-radio: 1
}

#homeNews .e_timeFormat-11 {
	min-height: 20px;
	font_radio: 2;
	font-size: 20px;
	color: rgba(214,28,28,1);
	line-height: 1;
	padding-top: 0px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	display-radio: 1
}

#homeNews .e_image-12 {
	overflow: hidden;
	height: 640px;
}

#homeNews .e_image-12 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.5s
}

#homeNews .e_container-15:hover .e_image-12 img {
	transform: scale(1.1)
}

#homeNews .e_container-13 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(0,0,0,0.1);
	display-radio: flex;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99
}

#homeNews .e_container-13 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeNews .e_container-13 .cbox-13-0 {
	background-color: rgba(0,0,0,0.4)
}

#homeNews .e_text-14 {
	line-height: 50px;
	font_radio: 2;
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	text-align: center;
	display-radio: 1
}
#homeNews .e_text-14 a{
	font-size: 16px;
	color: #fff;
}
#homeNews .e_container-15 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-height: none;
	min-height: 0px;
	position: relative
}

#homeNews .e_container-15 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#homeNews .e_container-7:hover .e_text-8 {
	display-radio: 1;
	font-weight: normal;
	color: rgba(3,70,151,1)
}

#homeNews .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	display-radio: flex;
	transition-radio: hover;
	background_radio: 1;
	background: #f2f2f2
}

#homeNews .e_container-7 .cbox-7-0 {
	flex: 0 0 20%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgb(217 217 217)
}

@media screen and (max-width:768px) {
	#homeNews .e_loopFocus-1 .p_leftData {
		display: block
	}

	#homeNews .e_container-7 {
		display-radio: 1;
		width: auto
	}

	#homeNews .e_text-14 {
		font_radio: 1;
		display-radio: 1
	}

	#homeNews .e_container-15 {
		display-radio: 1;
		margin-bottom: 10px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
}