@media (max-width:767px) {
	body * {
		letter-spacing: 0 !important;
	}
}

.hmFocus,
.hmFocus_item {
	height: 600px;
}

.hmFocusWpr {
	position: relative;
}

.hmFocus {
	background: #000;
}

.hmFocus_item {
	position: relative;
	overflow: hidden;
}

.hmFs_bg {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.hmFocus_item video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hmFs_trsBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/images/banLine.png) repeat-x left top;
	background-size: auto 100%;
}

.hmFs_trsBg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/images/hmfs_2.png) repeat-x left bottom;
}

.active .hmFs_bg {
	visibility: visible;
	-webkit-animation: scaleBg 6s linear forwards;
	animation: scaleBg 6s linear forwards;
}

.hmFocus .slick-prev {
	background: rgba(0, 0, 0, 0.1) url(../images/images/hmFsbtn.png) no-repeat center center;
	display: inline-block;
	height: 66px;
	width: 66px;
	position: absolute;
	left: 45px;
	top: 50%;
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	z-index: 3;
	margin-top: -33px;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
}

.hmFocus .slick-next {
	background: rgba(0, 0, 0, 0.1) url(../images/images/hmFsbtn.png) no-repeat center center;
	display: inline-block;
	height: 66px;
	width: 66px;
	position: absolute;
	right: 45px;
	top: 50%;
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	z-index: 3;
	margin-top: -33px;
	transition: all 0.5s ease-in-out;
}

.hmFocus .slick-prev:hover,
.hmFocus .slick-next:hover {
	background: rgba(0, 0, 0, 0.3) url(../images/images/hmFsbtn.png) no-repeat center center;
}

.hmFocus_doc {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 10px;
	z-index: 5;
}

.hmFocus_doc ul {
	text-align: center
}

.hmFocus_doc ul li {
	cursor: pointer;
	margin: 0 5px;
	width: 80px;
	display: inline-block;
}

.hmFs_docx {
	line-height: 50px;
	height: 51px;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.5s ease-in-out;
	font-size: 14px;
	color: #FFF;
	opacity: 1;
	position: relative;
}

.hmFs_docx.on {
	opacity: 1;
}

.hmFs_docx i {
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -2px;
	transition: all 0.5s ease-in-out;
}

.hmFs_docx.on i {
	width: 100%;
	transition: all 5s linear;
}

/*.hmFocus_doc ul li:first-child .hmFs_docx.on i{transition:all 10s linear;}*/
.hmBan_txt {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	text-align: center
}

.hmBan_txt p {
	transition: all 0.8s ease;
	transform: translateY(50px);
	opacity: 0;
	letter-spacing: 2px;
	font: 48px/48px din_b;
	text-transform: uppercase;
}

.hmBan_txt strong {
	font-size: 60px;
	letter-spacing: 2px;
	display: block;
	line-height: 72px;
	display: block;
	transition: all 0.8s ease;
	transform: translateY(50px);
	opacity: 0;
	margin: 15px 0px 25px;
}

.hmBan_txt h6 {
	font-size: 12px;
	display: block;
	line-height: 20px;
	display: block;
	transition: all 0.8s ease;
	transform: translateY(50px);
	opacity: 0;
	text-transform: uppercase;
	font-weight: normal;
}

.hmBan_txt strong span {
	color: #c12c25;
}

.active .hmBan_txt strong {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s
}

.active .hmBan_txt h6 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s
}

.active .hmBan_txt p {
	opacity: 1;
	transform: translateY(0);
}

.hmBanBtns {
	transition: all 0.8s ease;
	transform: translateY(50px);
	opacity: 0;
	height: 60px;
}

.active .hmBanBtns {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.4s
}

.hmBan_m {
	line-height: 60px;
	text-align: center;
	display: inline-block;
	width: 234px;
	margin-right: 35px;
	font-size: 16px;
	font-weight: bold;
	background: #c12c25;
	letter-spacing: 4px;
	color: #FFF;
	float: left;
}

.hmBan_m:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 20px rgba(193, 44, 37, 0.3);
	color: #fff;
}

.hmBan_mvBtn {
	background: url(../images/images/hmBan_ico.png) no-repeat center center;
	height: 60px;
	width: 60px;
	margin-left: 36px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: inline-block;
}

.hmNext {
	background: url(../images/images/hmMs.png) no-repeat center center;
	display: inline-block;
	position: absolute;
	margin-left: -12px;
	z-index: 1;
	height: 40px;
	width: 24px;
	left: 50%;
	bottom: 120px;
}

.hmNext:after {
	content: "";
	background: url(../images/images/hmBar.png) no-repeat center center;
	height: 6px;
	width: 10px;
	margin-left: -5px;
	position: absolute;
	left: 50%;
	bottom: -16px;
	animation: nextAni 1s linear infinite;
}

.hmFocus .slick-dots {
	bottom: 46px;
}

.hmFocus .slick-dots li button {
	display: none;
}

.hmFocus .slick-dots li {
	background: none;
	border: 2px solid #fff;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0px 5px;
	position: relative;
	border-radius: 50%;
	vertical-align: middle
}

.hmFocus .slick-dots li.slick-active {
	background: #fff;
}

.pc_header {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #eeeeee;
	box-shadow: 0 10px #eeeeee;
}

.pc_header .head_middle {
	width: 1200px;
	margin: 0 auto;
}

.pc_header .head_logo {
	height: 60px;
	float: left;
	padding: 15px 0;
}

.pc_header .head_nav {
	height: 40px;
	float: right;
	padding: 25px 0;
}

.pc_header .head_nav ul li {
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	padding: 0 30px;
	float: left;
}

@media (max-width:1799px) {
	.hmFocus .slick-prev {
		width: 56px;
		height: 56px;
		left: 30px;
		margin-top: -28px;
		background-size: 10px auto;
	}

	.hmFocus .slick-next {
		width: 56px;
		height: 56px;
		right: 30px;
		margin-top: -28px;
		background-size: 10px auto;
	}

	.hmBan_txt p {
		font: 40px/40px din_b;
	}

	.hmBan_txt strong {
		font-size: 50px;
		line-height: 62px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {
	.hmBan_txt p {
		font: 30px/30px din_b;
	}

	.hmBan_txt strong {
		font-size: 40px;
		line-height: 52px;
	}
}

@media (max-width:993px) {
	.hmFocus .slick-prev {
		left: 15px;
	}

	.hmFocus .slick-next {
		right: 15px;
	}

	.hmBan_txt p {
		font: 26px/26px din_b;
	}

	.hmBan_txt strong {
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 15px;
	}

	.hmFocus,
	.hmFocus_item {
		height: 52vw;
	}
}

@media (max-width:767px) {
	.pc_header{
		display: none;
	}
	.hmFocus,
	.hmFocus_item {
		height: 300px;
	}

	.hmFocus .slick-prev,
	.hmFocus .slick-next {
		display: none !important;
	}

	.hmFocus .slick-dots {
		bottom: 26px;
	}

	.hmBan_txt p {
		font: 20px/20px din_b;
	}

	.hmBan_txt strong {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
		margin-top: 12px;
	}
}


.m2banner {
	position: relative;
	overflow: hidden
}

.m2banner .coverImg {
	height: 18.23vw;
	transition: all 6s ease;
	transform: scale(1.15);
}

.m2banner.on .coverImg {
	transform: scale(1);
}

.m2banTxt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.m2banTxt strong {
	letter-spacing: 3px;
	display: block;
	font: 56px/60px din_b;
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: -1px;
	text-transform: uppercase;
}

.m2banTxt p {
	font-size: 54px;
	line-height: 60px;
	letter-spacing: 2px;
	display: block;
	margin-top: 12px;
}

@media (max-width:1799px) {
	.m2banTxt strong {
		font: 46px/50px din_b;
	}

	.m2banTxt p {
		font-size: 44px;
		line-height: 50px;
		margin-top: 10px;
	}
}

@media (max-width:1379px) {
	.m2banTxt strong {
		font: 38px/40px din_b;
	}

	.m2banTxt p {
		font-size: 32px;
		line-height: 40px;
		margin-top: 5px;
	}
}

@media (max-width:1199px) {}

@media (max-width:993px) {}

@media (max-width:767px) {
	.m2banner .coverImg {
		height: 48vw;
	}

	.m2banTxt strong {
		font: 24px/30px din_b;
	}

	.m2banTxt p {
		font-size: 24px;
		line-height: 32px;
		margin-top: 2px;
	}
}


.page {
	text-align: center;
	margin-bottom: 2.6vw
}

.page .pagination li {
	display: inline-block;
}

.page .pagination li a {
	padding: 0px 8px;
	height: 46px;
	min-width: 46px;
	text-align: center;
	display: inline-block;
	margin: 0px 6px;
	vertical-align: middle;
	border: 1px solid #CCD7E2;
	color: #333;
	border-radius: 50%;
	font-size: 16px;
	line-height: 44px;
}

.page .pagination li.active a,
.page .pagination li a:hover {
	color: #004b9f;
	border: 1px solid #004b9f;
}

@media (max-width:1799px) {
	.page .pagination li a {
		padding: 0px 6px;
		height: 40px;
		min-width: 42px;
		margin: 0px 4px;
		font-size: 14px;
		line-height: 38px;
	}
}

@media (max-width:767px) {
	.page .pagination li a {
		padding: 0px 5px;
		height: 36px;
		min-width: 36px;
		margin: 0px 3px;
		font-size: 13px;
		line-height: 34px;
	}
}


.hmcon1 {}

.hmTbox {
	text-align: center;
	position: relative;
	padding-bottom: 1.35vw;
}

.hmTbox strong {
	font: 48px/48px din_b;
	color: rgba(0, 0, 0, 0.1);
	display: block;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.hmTbox p {
	display: block;
	position: relative;
	font: 30px/30px sym;
	margin-top: -20px;
}

.hmTbox:after {
	content: "";
	background: linear-gradient(to right, #f8c93f 0%, #ee692b 100%);
	width: 70px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 0
}

.hmTbox_w {
	color: #fff;
}

.hmTbox_w strong {
	color: rgba(255, 255, 255, 0.2)
}

.hmc1des {
	font-size: 24px;
	line-height: 36px;
	margin-top: 3.22vw;
	text-align: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.hmc1ul {
	margin-top: 3.54vw;
	justify-content: space-between;
}

.hmc1ul li {}

.hmc1ul li a {
	display: block;
	text-align: center;
}

.hmc1ul li strong {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	margin-top: 1.35vw;
	display: block;
}

.hmc1ul li p {
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	margin-top: 2px;
}

.hmc1ico {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.hmc1ul li a:hover {
	transform: translateY(-12px);
}

/*.hmc1ul li a:hover .hmc1ico{filter: hue-rotate(360deg); transition:all 1.2s ease;}*/
.hmc1btn {
	margin-top: 3.43vw;
	text-align: center;
}

.pubMore {
	line-height: 50px;
	height: 50px;
	width: 150px;
	display: inline-block;
	position: relative;
	text-align: center
}

.pubMore:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #000;
	border-image: linear-gradient(to right, #1C87CA 0%, #8FB728 100%);
	border-image-slice: 1;
}

.pubMore:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, #1C87CA 0%, #8FB728 100%);
	transition: all 0.5s ease;
	width: 0%;
}

.pubMore:hover:after {
	opacity: 1;
	width: 100%;
}

.pubMore span {
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

.pubMore:hover span {
	color: #fff;
}

.pubMore:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 18px rgba(0, 157, 221, 0.3);
}

.pubMore_w {
	color: #fff;
}

@media (max-width:1799px) {
	.hmTbox strong {
		font: 42px/42px din_b;
	}

	.hmTbox p {
		font: 26px/26px sym;
		margin-top: -16px;
	}

	.hmTbox:after {
		width: 60px;
		height: 3px;
		margin-left: -30px;
	}

	.hmc1des {
		font-size: 20px;
		line-height: 32px;
		margin-top: 3vw;
	}

	.hmc1ul {
		margin-top: 3vw;
	}

	.hmc1ul li strong {
		font-size: 18px;
		margin-top: 1vw;
	}

	.hmc1ul li p {
		margin-top: 0;
	}

	.hmc1ico {
		width: 100px;
		height: 100px;
	}

	.hmc1btn {
		margin-top: 3vw;
	}

	.pubMore {
		line-height: 50px;
		height: 50px;
		width: 140px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.hmc1ul li {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.hmTbox strong {
		font: 30px/30px din_b;
	}

	.hmTbox p {
		font: 22px/22px sym;
		margin-top: -12px;
	}

	.hmTbox:after {
		width: 50px;
		height: 2px;
		margin-left: -25px;
	}

	.hmTbox {
		padding-bottom: 12px;
	}

	.hmc1des {
		font-size: 14px;
		line-height: 24px;
	}

	.hmc1ico {
		width: 80px;
		height: 80px;
	}

	.hmc1ul li p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 3px;
	}

	.hmc1ul li strong {
		font-size: 16px;
		line-height: 28px;
	}

	.pubMore {
		font-size: 14px;
		line-height: 46px;
		height: 46px;
		width: 132px;
	}
}

.hmCon2 {
	background: no-repeat fixed center center;
	background-size: cover;
	color: #fff;
	padding: 5.2vw 0
}

.hmc2txt {
	text-align: center;
	margin-top: 3.12vw;
}

.hmc2txt strong {
	display: block;
	font-size: 36px;
	line-height: 46px;
}

.hmc2txt p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
}

.hmc2btn {
	text-align: center;
	margin-top: 2.6vw;
}

.hmc2btn .pubMore:before {
	border: none;
	background: url(../images/images/abt_cbtnbg.png) no-repeat center center;
	background-size: 100% 100%;
}

.hmc2ul {
	margin: 4.16vw -13px 0;
}

.hmc2ul li {
	width: calc(25% - 26px);
	margin: 0 13px;
	color: #333;
	padding: 26px 38px 28px;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	transition: all 0.5s ease;
}

.hmc2ico {
	position: absolute;
	top: 10px;
	right: 14px;
}

.hmc2ul li strong {
	display: block;
}

.hmc2ul li strong span {
	color: #ee692b;
	display: inline-block;
	margin-right: 6px;
	font: 48px/52px din_b;
}

.hmc2ul li strong i {
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
}

.hmc2ul li p {
	font-size: 14px;
	line-height: 22px;
}

.hmc2ul li:hover {
	transform: translateY(-10px);
}

@media (max-width:1799px) {
	.hmc2txt {
		margin-top: 2.6vw;
	}

	.hmc2txt strong {
		font-size: 30px;
		line-height: 40px;
	}

	.hmc2txt p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}

	.hmc2btn {
		text-align: center;
		margin-top: 2.6vw;
	}

	.hmc2ul {
		margin: 3vw -10px 0;
	}

	.hmc2ul li {
		width: calc(25% - 20px);
		margin: 0 10px;
		padding: 20px 30px 20px;
	}

	.hmc2ul li strong span {
		margin-right: 5px;
		font: 42px/50px din_b;
	}

	.hmc2ico {
		top: 15px;
		right: 18px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {
	.hmc2txt p {
		font-size: 14px;
	}
}

@media (max-width:993px) {
	.hmc2ul li {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.hmCon2 {
		padding: 12vw 0;
	}

	.hmc2txt strong {
		font-size: 22px;
		line-height: 32px;
		margin-top: 20px;
	}

	.hmc2txt p {
		margin-top: 10px;
	}

	.hmc2btn {
		margin-top: 25px;
	}

	.hmc2ul {
		margin: 30px -5px 0;
	}

	.hmc2ul li {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
		padding: 26px 12px 20px
	}

	.hmc2ul li strong span {
		margin-right: 3px;
		font: 36px/42px din_b;
	}

	.hmc2ul li strong {
		margin-bottom: 3px;
	}
}

.hmCon3 {
	background-color: #fff;
}

.hmc3ul {
	margin: 3.12vw -35px 0px;
}

.hmc3ul li {
	width: calc(33.33% - 70px);
	margin: 35px;
	min-height: 100px;
	position: relative;
	padding-left: 128px;
	padding-top: 15px;
	transition: all 0.5s ease;
}

.hmc3ul li strong {
	display: block;
	font: normal 18px/28px sym;
}

.hmc3ul li p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

.hmc3ico {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}

/*.hmc3ul li:hover .hmc3ico{ transform:rotateY(180deg);}*/
.hmc3ul li:hover {
	transform: translateY(-10px);
}

.new_date {
	width: 100px;
	height: 100px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #CCCCCC;
	padding: 20px 0;
	border-radius: 5px;
}

@media (max-width:1799px) {
	.hmc3ul {
		margin: 2.6vw -25px 0px;
	}

	.hmc3ul li {
		width: calc(33.33% - 50px);
		margin: 25px;
		min-height: 90px;
		padding-left: 118px;
		padding-top: 12px;
	}

	.hmc3ico {}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.hmc3ul li {
		width: calc(50% - 50px);
	}
}

@media (max-width:767px) {
	.hmc3ico {
		width: 60px;
		height: 60px;
	}

	.hmc3ul li {
		width: 100%;
		margin: 0;
		padding-left: 70px;
		padding-top: 8px;
		min-height: 60px;
		margin-bottom: 15px;
	}

	.hmc3ul {
		margin-left: 0;
		margin-right: 0;
	}

	.hmc3ul li strong {
		font-size: 16px;
		line-height: 24px;
	}

	.new_date {
		width: 60px;
		height: 60px;
		padding: 10px 0;
		line-height: 20px;
	}
}

.hmCon4 {
	background:url(../images/images/4f8.png) #f2f3f4 no-repeat center center;
}

.hmCon4 .container {
	position: relative;
}

.hmCon4 .container:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: -100px;
	width: 150px;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(242, 243, 244, 1) 0%, rgba(242, 243, 244, 1) 10%, rgba(242, 243, 244, 0) 100%);
}

.hmCon4 .container:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: -100px;
	width: 150px;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(242, 243, 244, 1) 0%, rgba(242, 243, 244, 1) 10%, rgba(242, 243, 244, 0) 100%);
	transform: rotateY(180deg)
}

.hmc4Logos {
	margin-top: 2.6vw;
	margin-left: -100px;
	margin-right: -100px;
	overflow: hidden
}

.hmc4Logos ul {
	white-space: nowrap;
}

.hmc4Logos li {
	padding: 10px;
	display: inline-block;
}

.hmc4Logos li span {
	display: block;
	height: 114px;
	position: relative;
	background: #fff;
	border-radius: 0.8em;
	width: 266px;
}

.hmc4Logos li span img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 66%;
	max-height: 66%;
	width: auto;
	height: auto;
}

@media (max-width:1799px) {
	.hmCon4 .container:before {
		left: -50px;
		width: 120px;
	}

	.hmCon4 .container:after {
		right: -50px;
		width: 120px;
	}

	.hmc4Logos {
		margin-left: -60px;
		margin-right: -60px;
	}

	.hmc4Logos li {
		padding: 6px;
	}

	.hmc4Logos li span {
		height: 90px;
		width: 220px;
	}
}

@media (max-width:1379px) {
	.hmCon4 .container:before {
		left: 0px;
		width: 120px;
	}

	.hmCon4 .container:after {
		right: 0px;
		width: 120px;
	}

	.hmc4Logos {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width:1199px) {}

@media (max-width:993px) {}

@media (max-width:767px) {
	.hmc4Logos li {
		padding: 4px;
	}

	.hmc4Logos li span {
		height: 40px;
		width: 80px;
		border-radius: 0.3em;
	}
}

.footer {
	background: #20262e;
	color: rgba(255, 255, 255, 0.2);
	padding-top: 3.75vw;
}

.foot_top {
	padding-bottom: 4.16vw;
}

.foot_top .container {
	display: flex;
	justify-content: space-between;
}

.foot_nav {
	display: flex;
}

.foot_nav dl {
	margin-right: 4.3vw;
}

.foot_nav dl:last-child {
	margin-right: 0 !important;
}

.foot_nav dl dt {
	font: 16px/30px sym;
	margin-bottom: 10px;
}

.foot_nav dl dd {
	font-size: 16px;
	line-height: 30px;
}

.foot_a1 {
	color: #fff !important;
}

.foot_a2 {
	color: rgba(255, 255, 255, 0.2);
}

.foot_a2:hover {
	color: rgba(255, 255, 255, 0.6);
}

.footInfo {
	padding-top: 8px;
}

.foot_logo {
	display: block;
}

.foot_logo img {
	height: 38px;
	width: auto;
}

.footInfo p {
	font-size: 14px;
	line-height: 36px;
	margin-top: 30px;
	color: #fff;
}

.footInfo strong {
	font: 40px/40px din;
	color: #FFF;
}

.foot_wximg {
	margin-top: 1.5vw;
}

.foot_bottom {
	font-size: 14px;
	line-height: 24px;
	padding: 18px 0px;
	border-top: 1px solid #343941;
}

.foot_bottom .container {
	display: flex;
	justify-content: space-between;
}

.foot_bottom a,
.foot_bottom a:hover {
	color: rgba(255, 255, 255, 0.2);
}

.fot_lf {
	width: 50%;
}

.fot_rr {
	width: 50%;
	text-align: right;
}

.fot_rr p {
	margin-top: 0px;
}

@media (min-width:780px) {
	.fot_lf {
		width: 50%;
		float: left;
	}

	.fot_rr {
		width: 50%;
		text-align: right;
		float: right;
	}

	.foot_logo img {
		width: 194px;
		height: 60px;
	}

	.footer {
		padding-top: 1vw;
	}

	.foot_top {
		padding-bottom: 1vw;
	}
}

@media (max-width:1799px) {
	.foot_logo img {
		height: 30px;
	}

	.footInfo p {
		margin-top: 20px;
	}

	.footInfo strong {
		font-size: 36px;
		line-height: 36px;
	}

	.foot_nav dl dd {
		font-size: 14px;
		line-height: 28px;
	}

	.foot_top {
		padding-bottom: 3.2vw;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.foot_nav dl {
		margin-right: 3vw;
	}

	.footInfo strong {
		font-size: 32px;
	}

	.foot_logo img {
		height: 26px;
	}

	.foot_bottom {
		font-size: 13px;
		line-height: 22px;
	}

	.foot_bottom .container {
		flex-wrap: wrap;
	}

	.foot_bottom .container span {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:767px) {
	.footer {
		padding-top: 10vw;
	}

	.foot_top .container {
		display: block;
	}

	.foot_nav {
		width: 100%;
		display: block;
		display: none;
	}

	.foot_logo img {
		height: 24px;
	}

	.footInfo {
		text-align: center;
	}

	.footInfo p {
		margin-top: 2px;
	}

	.foot_wximg {
		margin-top: 18px;
	}

	.foot_top {
		padding-bottom: 8vw;
	}

	.fot_lf {
		width: 100%;
	}

	.fot_rr {
		width: 100%;
		text-align: center;
	}

	.fot_rr p {
		margin-top: 30px;
	}
}

.m2pos_wpr {
	border-bottom: 1px solid #E5E5E5;
	font-size: 14px;
}

.m2pos_wpr .container {
	display: flex;
	justify-content: space-between;
}

.m2pos {
	background: url(../images/images/pos_ico.png) no-repeat left center;
	line-height: 72px;
	padding-left: 32px;
	display: flex;
}

.m2pos * {
	vertical-align: middle;
}

.m2pos i {
	background: url(../images/images/pos_ar.png) no-repeat center center;
	height: 72px;
	width: 42px;
}

.m2menu {
	display: flex;
}

.m2menu_a {
	line-height: 72px;
	padding: 0px 32px;
}

.m2menu_a.on {
	color: #FFF;
	background: #f8c93f;
}

.newpages {
	text-align: center;
}

.newpages * {
	vertical-align: middle;
}

.newpage_prev {
	background: url(../images/images/page_ar1.png) no-repeat center center;
	display: inline-block;
	height: 36px;
	width: 36px;
}

.newpage_next {
	background: url(../images/images/page_ar1.png) no-repeat center center;
	display: inline-block;
	height: 36px;
	width: 36px;
	transform: rotate(180deg);
}

.newpage_prev:hover,
.newpage_next:hover {
	background: url(../images/images/page_ar2.png) no-repeat center center;
}

.newpage_a,
.newpage_span {
	line-height: 36px;
	display: inline-block;
	width: 36px;
	text-align: center;
	padding: 0px 10px;
	margin: 0px 2px;
	background: #E5E5E5;
}

.newpage_a.on,
.newpage_a:hover {
	color: #FFF;
	background: #ee692b;
}

@media (max-width:1799px) {
	.m2pos {
		line-height: 60px;
	}

	.m2pos i {
		height: 60px;
		width: 36px;
	}

	.m2menu_a {
		line-height: 60px;
		padding: 0px 25px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.m2menu_a {
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	.m2pos {
		display: none;
	}

	.m2pos_wpr .container {
		display: block;
		overflow-x: auto;
		text-align: center
	}

	.m2menu {
		display: inline;
		white-space: nowrap;
	}

	.m2menu_a {
		display: inline-block;
		line-height: 50px;
	}
}

.m2nul {
	margin-top: -2vw;
	margin-bottom: 2.6vw;
}

.m2nul li {
	padding: 1.5vw 0;
	border-bottom: 1px solid #e5e5e5;
}

.m2n_item {
	display: flex;
	justify-content: space-between;
}

.m2n_item .overflowHide {
	height: 320px;
	width: 500px;
}

.m2nrx {
	position: relative;
	padding-left: 120px;
}

.m2nrx .dsPc {
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #E5E5E5;
	color: #999999;
}

.m2nrx .dsPc strong {
	font: 24px/28px din;
	display: block;
}

.m2nrx .dsPc p {
	font-size: 18px;
	line-height: 22px;
	margin-top: 7px;
}

.m2nrx_txt {}

.m2nrx_txt strong {
	-webkit-line-clamp: 2;
	font-size: 22px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}

.m2nrx_txt p {
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	margin-top: 0.8vw;
	-webkit-line-clamp: 4;
}

.m2nrx_txt .dsPadPhone {}

.m2nrx_btn {
	margin-top: 2.08vw;
	text-align: right;
}

.m2nrx_btn span {
	font-size: 14px;
	line-height: 45px;
	color: #FFF;
	background: #f8c93f;
	text-align: center;
	display: inline-block;
	width: 158px;
}

.m2n_item:hover .m2nrx_btn span {
	box-shadow: 0 8px 20px rgba(149, 200, 10, 0.3);
	transform: translateY(-10px);
}

@media (max-width:1799px) {
	.m2n_item .overflowHide {
		height: 280px;
		width: 450px;
	}

	.m2nrx {
		width: 630px;
		padding-left: 120px;
	}

	.m2nrx .dsPc {
		height: 90px;
		width: 90px;
		padding-top: 10px;
	}

	.m2nrx .dsPc strong {
		font: 30px/40px din_b;
	}

	.m2nrx .dsPc p {
		font-size: 16px;
		line-height: 20px;
		margin-top: 3px;
	}

	.m2nrx_txt strong {
		font-size: 26px;
		line-height: 36px;
	}

	.m2nrx_btn span {
		width: 150px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {
	.m2nrx_txt strong {
		font-size: 22px;
		line-height: 32px;
	}

	.m2n_item .overflowHide {
		height: 260px;
		width: 400px;
	}

	.m2nrx {
		width: 490px;
	}
}

@media (max-width:993px) {
	.m2n_item .overflowHide {
		height: 220px;
	}

	.m2nrx {
		padding-left: 20px;
	}

	.m2nrx_txt strong {
		font-size: 20px;
		line-height: 28px;
		height: 56px;
	}

	.m2nrx_txt p {
		font-size: 12px;
		line-height: 20px;
		-webkit-line-clamp: 3;
	}

	.m2nrx_txt .dsPadPhone {
		color: #999;
		margin-top: 8px;
	}
}

@media (max-width:767px) {
	.m2n_item {
		display: block;
	}

	.m2n_item .overflowHide {
		width: 100%;
		height: 52vw;
	}

	.m2nrx {
		width: auto;
		padding: 20px 15px 15px;
	}

	.m2nrx_txt strong {
		font-size: 18px;
		line-height: 26px;
		height: auto;
	}

	.m2nrx_btn span {
		width: 130px;
		line-height: 44px;
		font-size: 14px;
	}

	.m2nul li {
		margin-bottom: 25px;
	}

	.m2nul {
		margin-bottom: 20px;
	}
}

.news_title {
	text-align: center;
	display: block;
	font-size: 30px;
	font-style: normal;
	line-height: 42px;
	font-weight: normal;
	font-variant: normal;
}

.news_info {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 18px 0px 36px;
	border-bottom: 1px solid #e5e5e5;
}

.news_editor {
	font-size: 16px;
	line-height: 30px;
	padding: 2.08vw 0;
}

.detail_pages {
	border-top: 1px solid #e5e5e5;
	padding-top: 1.87vw;
	display: flex;
	justify-content: space-between;
}

.detail_pages li {
	max-width: 40%;
}

.detail_a {
	padding-left: 50px;
	height: 56px;
	position: relative;
	display: block
}

.detail_a:before {
	content: "";
	background: #DBDBDB url(../images/images/news_ar.png) no-repeat center center;
	height: 36px;
	width: 36px;
	margin-top: -18px;
	position: absolute;
	left: 0px;
	top: 50%;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.detail_a span {
	font-size: 16px;
	line-height: 24px;
	color: #ee692b;
	display: block;
}

.detail_a p {
	line-height: 24px;
	height: 24px;
	margin-top: 8px;
}

.detail_a:hover:before {
	background: #ee692b url(../images/images/news_ar2.png) no-repeat center center;
}

@media (min-width:767px) {
	.detail_pages li:nth-child(2) {
		text-align: right
	}

	.detail_pages li:nth-child(2) .detail_a:before {
		left: auto;
		right: 0;
		transform: rotateY(180deg);
	}

	.detail_pages li:nth-child(2) .detail_a {
		padding-left: 0;
		padding-right: 50px;
	}
}

@media (max-width:1799px) {
	.news_title {
		font-size: 26px;
		line-height: 38px;
	}

	.news_info {
		font-size: 14px;
		line-height: 24px;
		padding: 15px 0px 30px;
	}

	.news_editor {
		font-size: 14px;
		line-height: 26px;
	}

	.detail_a {
		height: 48px;
	}

	.detail_a span {
		font-size: 16px;
		line-height: 20px;
	}

	.detail_a p {
		line-height: 22px;
		height: 22px;
		margin-top: 5px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {}

@media (max-width:767px) {
	.news_title {
		font-size: 22px;
		line-height: 32px;
	}

	.news_info {
		padding: 8px 0px 18px;
	}

	.news_editor {
		padding: 8vw 0 6vw;
	}

	.detail_pages {
		padding-top: 12px;
		flex-wrap: wrap;
	}

	.detail_pages li {
		width: 100%;
		max-width: none;
		margin-top: 8px;
	}
}

.case_page {}

.m2csul {}

.m2csul li {
	margin-bottom: 2.5vw;
}

.m2cs_item {
	display: flex;
	justify-content: space-between;
	background: #F6F6F6;
}

.m2cs_item .overflowHide {
	width: 440px;
	height: 272px;
}

.m2csrx {
	width: calc(100% - 440px);
	padding: 0 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.m2csrx strong {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 12px;
}

.m2csrx p {
	font-size: 14px;
	line-height: 24px;
}

.m2cs_item:hover {
	background: #ee692b;
	color: #fff;
}

@media (max-width:1799px) {
	.m2csrx {
		padding: 0 35px;
	}

	.m2csrx strong {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.m2cs_item .overflowHide {
		width: 350px;
		height: 222px;
	}

	.m2csrx {
		width: calc(100% - 350px);
		padding: 0 25px;
	}

	.m2csrx strong {
		font-size: 20px;
		line-height: 26px;
	}

	.m2csrx p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width:767px) {
	.m2cs_item .overflowHide {
		width: 100%;
		height: 55vw;
	}

	.m2cs_item {
		display: block;
	}

	.m2csrx {
		width: 100%;
		padding: 20px 15px;
	}

	.m2csul li {
		margin-bottom: 25px;
	}

	.m2csrx strong {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

.lx_page {}

.m2pt {
	text-align: center;
	font: 36px/36px sym;
}

.lx_c1ul {
	margin: 2.8vw -13px 0px;
	text-align: center
}

.lx_c1ul li {
	width: calc(25% - 26px);
	margin: 0 13px;
	background: #FBFBFB;
	border: 1px solid #E5E5E5;
	padding: 40px 35px 26px;
	transition: all 0.5s ease;
}

.lx_c1ul li strong {
	font: normal 20px/28px sym;
	display: block;
}

.lx_c1ul li p {
	font-size: 18px;
	line-height: 30px;
}

.lx_c1ico {
	display: block;
	width: 70px;
	height: 70px;
	margin: 30px auto;
	transition: all 0.5s ease;
}

.lx_map {
	height: 525px;
	margin-top: 3.12vw;
}

.lx_map img {
	max-width: none;
}

.m2lx_mapt {
	font-size: 16px;
	color: var(--cor);
}

.m2lx_mtxt {
	font-size: 13px;
	margin-top: 4px;
}

.lx_c1ul li:hover {
	transform: translateY(-10px);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.lx_c1ul li:hover .lx_c1ico {
	transform: rotateY(180deg);
}

.lx_message {
	padding-top: 4vw;
}

.lx_bmt {
	text-align: center;
}

.lx_bmt strong {
	font: normal 30px/30px sym;
	display: block;
}

.lx_bmt p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}

.lx_form {
	margin: 2.08vw -8px 0px;
}

.lx_form li {
	width: calc(33.33% - 16px);
	margin: 0 8px 16px;
}

.lx_form li:nth-child(4) {
	width: calc(100% - 16px);
}

.lx_form li input {
	font-size: 16px;
	line-height: 58px;
	color: #666;
	background: #F9F9F9;
	padding: 0px 18px;
	width: 100%;
	border: 1px solid #E5E5E5;
}

.lx_form li textarea {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	background: #F9F9F9;
	padding: 16px 18px;
	width: 100%;
	border: 1px solid #E5E5E5;
	height: 100px;
}

.lx_form li input:focus,
.lx_form li textarea:focus {
	border: 1px solid #f8c93f;
	color: #333;
}

.lx_formbtn {
	padding-top: 25px;
	text-align: center
}

.lx_formbtn button {
	line-height: 50px;
	color: #FFF;
	width: 150px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	background: #f8c93f;
	transition: all 0.5s ease;
}

.lx_formbtn button:hover {
	box-shadow: 0 8px 20px rgba(149, 200, 10, 0.3);
	transform: translateY(-3px);
}

@media (max-width:1799px) {
	.m2pt {
		font: 30px/30px sym;
	}

	.lx_c1ul {
		margin: 2.6vw -10px 0px;
	}

	.lx_c1ul li {
		width: calc(25% - 20px);
		margin: 0 10px;
		padding: 30px 30px 26px;
	}

	.lx_c1ul li strong {
		font: normal 20px/26px sym;
	}

	.lx_c1ul li p {
		font-size: 16px;
		line-height: 26px;
	}

	.lx_c1ico {
		width: 60px;
		height: 60px;
		margin: 24px auto;
	}

	.lx_map {
		height: 450px;
		margin-top: 2.8vw;
	}

	.lx_message {
		padding-top: 3vw;
	}

	.lx_bmt strong {
		font: normal 26px/26px sym;
	}

	.lx_bmt p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 16px;
	}

	.lx_form li input {
		font-size: 14px;
		line-height: 52px;
		padding: 0px 15px;
	}

	.lx_form li textarea {
		font-size: 14px;
		line-height: 24px;
		padding: 14px 15px;
	}

	.lx_formbtn {
		padding-top: 20px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {
	.lx_c1ul li {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width:993px) {}

@media (max-width:767px) {
	.m2pt {
		font-size: 22px;
		line-height: 22px;
	}

	.lx_c1ul {
		margin-top: 25px;
	}

	.lx_c1ul li {
		width: calc(100% - 20px);
	}

	.lx_c1ico {
		margin: 12px auto;
	}

	.lx_message {
		padding-top: 11vw;
	}

	.lx_bmt strong {
		font-size: 22px;
		line-height: 22px;
	}

	.lx_bmt p {
		margin-top: 10px;
	}

	.lx_form {
		margin-top: 20px;
	}

	.lx_form li {
		width: calc(100% - 16px);
		margin: 0 8px 12px;
	}

	.lx_form li input {
		line-height: 44px;
	}

	.lx_formbtn {
		padding-top: 10px;
	}
}

.abt_page {}

.abt_con1Wpr {
	background: linear-gradient(to bottom, #fff 0%, #F8FAFB 100%);
}

.abt_con1 {
	padding: 5.2vw 360px 7.29vw 0;
	background: url(../images/images/abt_c1img.png) no-repeat right bottom;
}

.m2pts {
	font: normal 30px/36px sym;
	display: block;
}

.abt_c1t {
	font: 18px/30px sym;
	padding: 26px 0px;
}

.abt_c1txt {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.abt_con2 {
	position: relative;
	padding-top: 140px;
	height: 680px;
	overflow: hidden;
}

.abt_c2bgs {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #052a21;
}

.abt_c2bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s ease;
	opacity: 0;
}

.abt_c2bg.on {
	opacity: 1;
}

.abt_con2 .container {
	position: relative;
	z-index: 2;
	color: #fff;
}

.abt_c2box {
	display: flex;
	justify-content: space-between;
}

.abt_c2imx {
	width: 400px;
}

.abt_c2imx p {
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	margin-top: 1.66vw;
}

.abt_c2sw {
	width: 400px;
}

.abt_c2sw dd {
	text-align: right;
}

.abt_c2sw dd strong {
	font: normal 30px/36px sym;
	display: block;
	margin: 30px 0px 20px;
	transition: all 0.8s ease;
	transform: translateY(80px);
	opacity: 0;
}

.abt_c2num {
	font: 32px/32px din_b;
	display: block;
	transition: all 0.8s ease;
	transform: translateY(80px);
	opacity: 0;
}

.abt_c2des {
	font-size: 18px;
	line-height: 26px;
	transition: all 0.8s ease;
	transform: translateY(80px);
	opacity: 0;
}

.abt_c2sw dd.on .abt_c2num {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.abt_c2sw dd.on strong {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.abt_c2sw dd.on .abt_c2des {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.abt_c2nav {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.3);
}

.abt_c2nav .container {
	display: flex;
	justify-content: space-between;
}

.abt_c2nav a {
	width: 100%;
	text-align: center;
	cursor: pointer;
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	position: relative
}

.abt_c2nav a:last-child {
	border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.abt_c2nav a span {
	color: #fff;
	display: block;
	line-height: 88px;
	font-size: 16px;
	position: relative;
}

.abt_c2nav a:before {
	content: "";
	background: linear-gradient(to right, #f8c93f 0%, rgba(149, 200, 10, 0.4) 100%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
}

.abt_c2nav a.on:before {
	width: 100%;
	transition: all 0.5s ease;
}

.abt_con3 {
	background: url(../images/images/abt_c3bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 4vw 0 5vw;
}

.abt_c3ul {
	margin: 2.2vw -13px 0px;
}

.abt_c3ul dd {
	width: calc(25% - 26px);
	margin: 0 13px;
	padding: 44px 36px 40px;
	background: #fff;
	transition: all 0.5s ease;
	border-radius: 0.4em;
	overflow: hidden;
	position: relative;
}

.abt_c3ul dd:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	bottom: 0;
	height: 7px;
	background: #f8c93f;
	transition: all 0.5s ease;
}

.abt_c3ul dd:hover:after {
	width: 100%;
}

.abt_c3num {
	font: 72px/72px din_b;
	position: absolute;
	top: 30px;
	right: 32px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(216, 234, 169, 1)), to(rgba(216, 234, 169, 0)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.abt_c3ul dd strong {
	font: 16px/24px sym;
	display: block;
}

.abt_c3ul dd p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.abt_c3ico {
	display: block;
	width: 90px;
	height: 90px;
	margin: 35px auto 40px;
	transition: all 0.5s ease;
}

.abt_c3ul dd:hover .abt_c3ico {
	transform: rotateY(180deg);
}

.abt_c3ul dd:hover {
	transform: translateY(-10px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width:1799px) {
	.abt_con1 {
		background-size: 380px auto;
		padding-right: 300px;
	}

	.m2pts {
		font: normal 26px/32px sym;
	}

	.abt_c1t {
		font: 16px/28px sym;
		padding: 22px 0px;
	}

	.abt_c1txt {
		font-size: 14px;
		line-height: 26px;
	}

	.abt_con2 {
		padding-top: 80px;
		height: 500px;
	}

	.abt_c2imx {
		width: 320px;
	}

	.abt_c2imx p {
		font-size: 16px;
	}

	.abt_c2sw {
		width: 320px;
	}

	.abt_c2sw dd strong {
		font: normal 26px/30px sym;
		margin: 25px 0px 16px;
	}

	.abt_c2des {
		font-size: 16px;
		line-height: 26px;
	}

	.abt_c2nav a span {
		line-height: 70px
	}

	.abt_c3ul {
		margin: 2.2vw -10px 0px;
	}

	.abt_c3ul dd {
		width: calc(25% - 20px);
		margin: 0 10px;
		padding: 35px 30px 32px;
	}

	.abt_c3ul dd:after {
		height: 6px;
	}

	.abt_c3num {
		font: 66px/66px din_b;
		top: 25px;
		right: 28px;
	}

	.abt_c3ico {
		width: 80px;
		height: 80px;
		margin: 25px auto 30px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {}

@media (max-width:993px) {
	.abt_c3ul dd {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}

	.m2pts {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width:767px) {
	.abt_con1 {
		padding-bottom: 190px;
		background-size: 300px auto;
		background-position: right bottom -120px;
		padding-right: 0;
		padding-top: 11vw;
	}

	.m2pts {
		text-align: center;
	}

	.abt_c1t {
		padding: 12px 0;
		text-align: center
	}

	.abt_c1txt {
		font-size: 14px;
		line-height: 24px;
	}

	.abt_c2nav {
		display: none;
	}

	.abt_con2 {
		padding-top: 60px;
		height: auto;
		padding-bottom: 80px;
	}

	.abt_c2box {
		display: block;
	}

	.abt_c2imx {
		width: 100%;
	}

	.abt_c2sw {
		width: 100%;
		margin-top: 50px;
	}

	.abt_c2sw dd {
		text-align: center;
	}

	.abt_c2imx p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.abt_c2sw dd strong {
		font: normal 22px/24px sym;
		margin: 15px 0px 12px;
	}

	.abt_c2des {
		font-size: 14px;
		line-height: 24px;
	}

	.abt_c2sw .slick-dots {
		bottom: -30px;
	}

	.abt_c2sw .slick-dots li button {
		display: none;
	}

	.abt_c2sw .slick-dots li {
		background: rgba(255, 255, 255, 0.6);
		display: inline-block;
		height: 9px;
		width: 9px;
		margin: 0px 5px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.abt_c2sw .slick-dots li.slick-active {
		background: #fff;
	}

	.abt_con3 {
		padding: 11vw 0;
	}

	.abt_c3ul {
		margin-top: 25px;
		padding-bottom: 25px;
	}

	.abt_c3ul .slick-dots {
		bottom: 5px;
	}

	.abt_c3ul .slick-dots li button {
		display: none;
	}

	.abt_c3ul .slick-dots li {
		background: rgba(0, 0, 0, 0.2);
		display: inline-block;
		height: 9px;
		width: 9px;
		margin: 0px 5px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.abt_c3ul .slick-dots li.slick-active {
		background: var(--cor);
	}
}

.slt_page {
	padding-top: 2.8vw;
}

.slt_con1 {
	text-align: center;
	padding-bottom: 4vw;
}

.slt_c1des {
	font-size: 18px;
	line-height: 36px;
	margin-top: 22px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4vw;
}

.slt_c1des_s {
	font-size: 16px;
	line-height: 30px;
	margin-top: 16px;
}

.slt_c1mxWpr {
	margin-top: 2.5vw;
	position: relative;
	margin-bottom: 4vw;
}

.slt_c1mx {
	background: #F7F7F7 url(../images/images/case_c1lg.png) no-repeat right bottom;
}

.slt_c1mx dd {
	display: flex !important;
	justify-content: space-between;
}

.slt_c1mx dd .coverImg {
	height: 450px;
	width: 50%;
}

.slt_c1mrx {
	width: 50%;
	padding: 65px 65px 0;
	text-align: left
}

.slt_c1mt {
	padding-bottom: 12px;
	border-bottom: 2px solid #DCDCDC;
	font: normal 24px/54px sym;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(80px);
}

.slt_c1mdes {
	padding-top: 22px;
	font-size: 16px;
	line-height: 30px;
	color: #555;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(80px);
}

.slt_c1mdes p {}

.slt_c1nums {
	line-height: 40px;
	position: absolute;
	top: 65px;
	right: 65px;
	font-size: 24px;
}

.slt_c1nums span {}

.slt_c1nums span:nth-child(1) {
	font-size: 36px;
}

.slt_c1mnav {
	width: calc(50% - 130px);
	position: absolute;
	right: 65px;
	bottom: 65px;
	display: flex;
	justify-content: space-between;
}

.slt_c1mnav a {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	border-radius: 0.3em;
	cursor: pointer;
}

.slt_c1mnav a:hover {
	color: #333;
}

.slt_c1mnav a.on {
	background: #E2E2E2;
}

.on .slt_c1mt {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.on .slt_c1mdes {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
}

.slt_c1bmul {
	margin: 2.2vw -30px 0px;
}

.slt_c1bmul li {
	width: calc(25% - 60px);
	margin: 0 30px;
	transition: all 0.5s ease;
}

.slt_c1bmIco {
	width: 176px;
	height: 176px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.slt_c1bmIco img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 40%;
	max-height: 40%;
	width: auto;
	height: auto;
	transition: all 0.5s ease;
}

.slt_c1bmIco:before {
	content: "";
	height: 140px;
	width: 140px;
	margin-top: -70px;
	margin-left: -70px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/images/case_c2icoBg.png) no-repeat center center;
	border-radius: 50%;
}

.slt_c1bmIco:after {
	content: "";
	background: url(../images/images/case_c2line.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	animation: turnAni 6s linear infinite;
	animation-delay: 4.5s;
}

.slt_c1bmul li:nth-child(2) .slt_c1bmIco:after {
	animation-delay: 3s;
}

.slt_c1bmul li:nth-child(3) .slt_c1bmIco:after {
	animation-delay: 1.5s;
}

.slt_c1bmul li:nth-child(4) .slt_c1bmIco:after {
	animation-delay: 0s;
}

.slt_c1bmul li p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 32px;
}

.slt_c1bmul li:hover {
	transform: translateY(-10px);
}

.slt_c1bmul li:hover .slt_c1bmIco img {
	transform: translate(-50%, -50%) rotateY(180deg);
}

.slt_con2 {
	background: url(../images/images/inbg1.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.slt_c2dls {
	margin: 2.2vw -20px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.slt_c2dls:before {
	content: "";
	background: #D6E1EC;
	height: 12px;
	position: absolute;
	left: 130px;
	right: 130px;
	top: 108px;
	border-radius: 2em;
}

.slt_c2dls dd {
	position: relative;
	z-index: 1;
	width: calc(20% - 40px);
	margin: 0 20px;
}

.slt_c2x1 {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	height: 72px;
	overflow: hidden;
}

.slt_c2num {
	display: block;
	margin: 0px auto;
	height: 56px;
	width: 56px;
	background: #f8c93f;
	border: 5px solid #D6E1EC;
	text-align: center;
	font: 24px/46px din_b;
	color: #FFF;
	border-radius: 50%;
	margin-top: 14px;
}

.slt_c2bmx {
	margin-top: 22px;
}

.slt_c2bmx strong {
	font: normal 18px/26px sym;
	display: block;
	margin-bottom: 12px;
}

.slt_c2bmx p {
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	color: #555;
}

.slt_con3 {
	text-align: center;
	padding-bottom: 2vw
}

.slt_c3dl {
	margin: 2.2vw -19px 0px;
}

.slt_c3dl dd {
	width: calc(33.33% - 38px);
	margin: 0 19px;
	position: relative;
	transition: all 0.5s ease;
}

.slt_c3dl dd .coverImg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.slt_c3item {
	text-align: justify;
	position: relative;
	z-index: 1;
	padding: 47px 0 86px;
}

.slt_c3item strong {
	height: 72px;
	padding: 0px 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font: normal 22px/36px sym;
	position: relative;
	margin-bottom: 25px;
}

.slt_c3item strong:before {
	content: "";
	background: #f8c93f;
	height: 30px;
	width: 8px;
	margin-top: -15px;
	position: absolute;
	left: 0px;
	top: 50%;
}

.slt_c3item p {
	margin: 4px 35px;
	font-size: 16px;
	line-height: 28px;
}

.slt_c3dl dd:hover {
	transform: translateY(-10px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width:1799px) {
	.slt_c1des {
		font-size: 20px;
		line-height: 32px;
		margin-top: 18px;
		max-width: 1000px;
	}

	.slt_c1des_s {
		font-size: 14px;
		line-height: 28px;
		margin-top: 12px;
	}

	.slt_c1mx {
		background-size: 320px auto;
	}

	.slt_c1mx dd .coverImg {
		height: 380px;
	}

	.slt_c1mrx {
		padding: 30px 40px 0;
	}

	.slt_c1mt {
		padding-bottom: 10px;
		border-bottom: 1px solid #DCDCDC;
		font: normal 22px/50px sym;
	}

	.slt_c1mdes {
		padding-top: 18px;
		font-size: 14px;
		line-height: 26px;
	}

	.slt_c1nums {
		line-height: 30px;
		top: 38px;
		right: 40px;
		font-size: 22px;
	}

	.slt_c1nums span:nth-child(1) {
		font-size: 30px;
	}

	.slt_c1mnav {
		width: calc(50% - 80px);
		right: 40px;
		bottom: 35px;
	}

	.slt_c1mnav a {
		line-height: 38px;
		font-size: 15px;
	}

	.slt_c1bmul {
		margin: 2.2vw -20px 0px;
	}

	.slt_c1bmul li {
		width: calc(25% - 40px);
		margin: 0 20px;
	}

	.slt_c1bmIco {
		width: 150px;
		height: 150px;
	}

	.slt_c1bmIco:before {
		height: 110px;
		width: 110px;
		margin-top: -55px;
		margin-left: -55px;
		background-size: cover;
	}

	.slt_c1bmul li p {
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
	}

	.slt_c2dls {
		margin: 2.2vw -15px 0;
	}

	.slt_c2dls:before {
		height: 8px;
		left: 100px;
		right: 100px;
		top: 101px;
	}

	.slt_c2dls dd {
		width: calc(20% - 30px);
		margin: 0 15px;
	}

	.slt_c2x1 {
		font-size: 13px;
		line-height: 22px;
		height: 66px;
	}

	.slt_c2num {
		height: 50px;
		width: 50px;
		border: 3px solid #D6E1EC;
		font: 22px/44px din_b;
		margin-top: 14px;
	}

	.slt_c2bmx {
		margin-top: 18px;
	}

	.slt_c2bmx strong {
		font: normal 18px/22px sym;
		margin-bottom: 10px;
	}

	.slt_c3dl {
		margin: 2.2vw -10px 0px;
	}

	.slt_c3dl dd {
		width: calc(33.33% - 20px);
		margin: 0 10px;
	}

	.slt_c3item {
		padding: 35px 0 66px;
	}

	.slt_c3item strong {
		height: 64px;
		padding: 0px 25px;
		font: normal 20px/32px sym;
		margin-bottom: 20px;
	}

	.slt_c3item strong:before {
		height: 30px;
		width: 6px;
		margin-top: -15px;
	}

	.slt_c3item p {
		margin: 3px 25px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width:1379px) {}

@media (max-width:1199px) {
	.slt_c1des {
		font-size: 16px;
		line-height: 30px;
	}

	.slt_c1mx dd .coverImg {
		height: 320px;
	}
}

@media (max-width:993px) {
	.slt_c1des {
		font-size: 14px;
		line-height: 26px;
	}

	.slt_c1des_s {
		font-size: 14px;
		line-height: 24px;
	}

	.slt_c1mrx {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slt_c1mnav {
		width: calc(50% - 40px);
		right: 20px;
		bottom: 20px;
	}

	.slt_c1mnav a {
		font-size: 14px;
	}

	.slt_c1bmul li p {
		font-size: 13px;
		line-height: 22px;
		margin-top: 18px;
	}

	.slt_c1bmIco {
		width: 120px;
		height: 120px;
	}

	.slt_c1bmIco:before {
		height: 90px;
		width: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}

	.slt_c2dls .slick-dots {
		bottom: 0;
	}

	.slt_c2dls .slick-dots li button {
		display: none;
	}

	.slt_c2dls .slick-dots li {
		background: #D6D6D6;
		display: inline-block;
		height: 9px;
		width: 9px;
		margin: 0px 6px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.slt_c2dls .slick-dots li.slick-active {
		background: var(--cor);
	}

	.slt_c3dl {
		padding-bottom: 25px;
	}

	.slt_c3dl .slick-dots {
		bottom: -15px;
	}

	.slt_c3dl .slick-dots li button {
		display: none;
	}

	.slt_c3dl .slick-dots li {
		background: #D6D6D6;
		display: inline-block;
		height: 9px;
		width: 9px;
		margin: 0px 6px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.slt_c3dl .slick-dots li.slick-active {
		background: var(--cor);
	}

	.slt_c2dls {
		padding-bottom: 25px;
	}
}

@media (max-width:767px) {
	.slt_page {
		padding-top: 11vw;
	}

	.slt_c1des {
		font-size: 13px;
		line-height: 24px;
		margin-top: 8px;
	}

	.slt_c1des_s {
		font-size: 13px;
		line-height: 24px;
	}

	.slt_c1mxWpr {
		margin-top: 25px;
	}

	.slt_c1des {
		margin-bottom: 11vw;
	}

	.slt_c1mxWpr {
		display: block;
	}

	.slt_c1mx dd {
		display: block !important;
	}

	.slt_c1mx dd .coverImg {
		width: 100%;
		height: 230px;
	}

	.slt_c1mrx {
		width: 100%;
		padding: 15px 15px 60px;
	}

	.slt_c1mnav {
		display: none;
	}

	.slt_c1mx {
		background-size: 160px auto;
	}

	.slt_c1mt {
		font: normal 20px/40px sym;
	}

	.slt_c1mdes {
		padding-top: 13px
	}

	.slt_c1nums {
		top: 250px;
		right: 15px;
	}

	.slt_c1mx .slick-dots {
		bottom: 28px;
	}

	.slt_c1mx .slick-dots li button {
		display: none;
	}

	.slt_c1mx .slick-dots li {
		background: #D6D6D6;
		display: inline-block;
		height: 9px;
		width: 9px;
		margin: 0px 6px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.slt_c1mx .slick-dots li.slick-active {
		background: var(--cor);
	}

	.slt_c1mxWpr {
		margin-bottom: 11vw;
	}

	.slt_c1bmul {
		margin-top: 25px;
	}

	.slt_c1bmul li {
		width: calc(50% - 40px);
		margin-bottom: 20px
	}

	.slt_c2dls {
		margin-top: 25px;
	}

	.slt_c3dl {
		margin-top: 25px;
	}
}