.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}

.wrap {
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:639px) {
	.wrap {
		width: 92vw
	}
}

.ver>* {
	display: inline-block;
	vertical-align: middle
}

.table-cell {
	display: table;
	width: 100%
}

.table-cell>* {
	display: table-cell;
	vertical-align: middle
}

.row-pv0 {
	margin-left: 0;
	margin-right: 0
}

.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}

.mv0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pv0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pt0 {
	padding-top: 0px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt0 {
	margin-top: 0 !important
}

.bggray {
	background: #f2f2f3
}

.bgf {
	background: #fff
}

.c {
	color: #f15d2d
}

.bgc {
	background-color: #f15d2d
}

.cf {
	color: #fff
}

.c-red {
	color: #000
}

.bg-red {
	background: #000
}

.hv:hover {
	color: #f15d2d
}

.hvf:hover {
	color: #fff
}

.hvbg0:hover {
	background: #000;
	color: #fff
}

.bghover {
	transition: .6s
}

.bghover:Hover {
	background-color: #f15d2d;
	color: #fff
}

.l {
	border: 1px solid #f2f2f3
}

.lb {
	border-bottom: 1px solid #f2f2f3
}

.lt {
	border-top: 1px solid #f2f2f3
}

.cover-box {
	position: relative;
	display: block;
	overflow: hidden
}

.cover-box .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}

.cover-box .coverimg.contain {
	background-size: contain
}

.cover-box ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}

.cover-box .icon-bofang1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	font-size: .4rem;
	color: #fff;
	transition: .6s
}

@media (min-width:993px) {
	.cover-box:hover .cover-tip {
		opacity: 1;
		filter: alpha(opacity=1)
	}

	.cover-box:hover .coverimg {
		transform: scale(1.05, 1.05)
	}

	.cover-box:hover .icon-bofang1 {
		font-size: .6rem
	}
}

.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}

.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
	background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}

.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}

.cover-tip .linet {
	top: 0
}

.cover-tip .lineb {
	bottom: 0
}

.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}

.iconfont {
	font-size: inherit
}

.cover-box ._bg {
	width: 100%
}

.w1440 {
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:639px) {
	.w1440 {
		width: 92vw
	}
}

@media (min-width:1680px) {
	.w1440 {
		max-width: 1440px
	}
}

.pt0 {
	padding-top: 0 !important
}

.c {
	color: #f15d2d
}

.swiper-pagination-bullet-active {
	background-color: #f15d2d !important
}

.cItem:not(.active) {
	display: none
}

.medium {
	font-family: medium
}

.bsBox {
	box-sizing: content-box
}

.bsBox>* {
	box-sizing: content-box
}

.pagination {
	text-align: center;
	display: block
}

.pagination li {
	margin: 0 2px
}

@media (max-width:480px) {
	.pagination li {
		margin: 0 2px
	}

	.pagination li>* {
		padding: 5px 12px !important
	}
}

.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus {
	color: #fff;
	background-color: #f15d2d
}

.pagination li>a,
.pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	border: 0;
	padding: 6px 12px;
	border: 1px solid #f3f3f3
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #f15d2d
}

.fadeIntop {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px)
}

.fadeIntop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .3s ease 0s
}

#totop {
	width: 50px;
	height: 50px;
	background: url('../images/top.png') no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: .6s;
	opacity: 0;
	transform: translateY(20px)
}

@media (max-width:640px) {
	#totop {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background-size: 20px
	}
}

@media (min-width:768px) {
	#totop:hover {
		background-color: #f15d2d
	}
}

#totop.show {
	transform: translateY(0);
	opacity: 1
}

@media (max-width:992px) {
	main {
		margin-top: 1.2rem
	}
}

.header_business_xs {
	color: #fff;
	font-size: 20px;
	padding: .2rem;
	margin-right: .2rem
}

header {
	background: #fff;
	color: #000;
	transition: .6s;
	position: relative
}

@media (max-width:992px) {
	header {
		position: fixed !important;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99
	}
}

header .logo {
	width: 104px;
	height: 100%;
	background: url('../images/logo.png') no-repeat left center;
	background-size: contain;
	display: block;
	transition: .6s
}

@media (max-width:480px) {
	header .logo {
		width: 120px
	}
}

.head_wrap {
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	height: 1.2rem;
	transition: .6s;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

@media (max-width:639px) {
	.head_wrap {
		width: 92vw
	}
}

@media (min-width:768px) {
	.head_wrap {
		height: 80px
	}
}

.head_wrap .rightbox {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.head_wrap .nav_li.active .header_nac::after,
.head_wrap .nav_li:hover .header_nac::after {
	width: 100%;
	left: 0
}

.head_wrap .nav_li:hover .drop {
	padding: 16px 5px
}

.head_wrap .nav_li:hover .drop a {
	line-height: 36px;
	height: 36px
}

.header_nav {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	transition: .6s;
	font-size: 16px
}

@media (min-width:1200px) {}

.header_nav .header_inner {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.header_nav .nav_li {
	position: relative
}

.header_nav .header_nac {
	color: #333;
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	display: block;
	position: relative
}

.header_nav .header_nac::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #f15d2d;
	left: 50%;
	bottom: 0;
	transition: .6s;
	z-index: 555
}

@media (max-width:1200px) {
	.header_nav .header_nac {
		padding: 0 24px
	}
}

.header_nav .header_business {
	border-radius: 2em;
	height: 30px;
	line-height: 30px;
	padding: 0 17px;
	margin-left: 20px;
	color: #fff;
	background: #f15d2d;
	display: block
}

.header_nav .header_business:hover {
	background: #d43400;
	color: #fff
}

@media (max-width:1200px) {
	.header_nav .header_business {
		margin-left: 40px
	}
}

.header_nav .drop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 100%;
	width: 240px;
	transition: .6s;
	white-space: nowrap;
	background: #fff;
	z-index: 55;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03)
}

.header_nav .drop a {
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 0;
	height: 0;
	transition: .6s
}

.pc-menu-drop {
	width: 100vw;
	top: 80px;
	z-index: -1;
	transition: .3s;
	opacity: 0;
	height: 0;
	overflow: hidden;
	background: #fff
}

.pc-menu-drop .drop-inner-wrap {
	position: relative;
	z-index: 55;
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:639px) {
	.pc-menu-drop .drop-inner-wrap {
		width: 92vw
	}
}

.pc-menu-drop .drop-inner {
	position: relative;
	z-index: 55;
	background: #fff;
	display: table;
	width: 100%
}

.pc-menu-drop .drop-inner>* {
	display: table-cell;
	vertical-align: middle
}

.pc-menu-drop .drop-inner>* {
	vertical-align: top
}

.pc-menu-drop .drop-menu-inner {
	padding-top: 66px;
	padding-bottom: 40px
}

.nav_li_good {
	position: static !important
}

.nav_li_good:hover .good-drop {
	height: 360px
}

.nav_li_good:hover .good-drop .good-drop-inner {
	padding: 44px 0 60px
}

.good-drop {
	width: 100vw;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 555;
	color: #333;
	height: 0;
	transition: .6s;
	overflow: hidden
}

.good-drop .good-drop-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: .6s
}

.good-drop ol {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:639px) {
	.good-drop ol {
		width: 92vw
	}
}

.good-drop li {
	width: 20%;
	position: relative
}

.good-drop li .img {
	max-width: 176px;
	margin: 0 auto
}

.good-drop li .img {
	overflow: hidden
}

.good-drop li .img img {
	transition: .6s
}

.good-drop li .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.good-drop li+li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5
}

.good-drop .type {
	font-size: 18px;
	margin: 20px 0 5px
}

.good-drop .name {
	font-size: 14px
}

.header_btn {
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.header_btn .offer {
	margin-right: 34px;
	color: #fff
}

.header_btn .offer:hover {
	color: #f15d2d
}

.header_btn .contact {
	background-color: #f15d2d;
	color: #fff;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.header_btn .contact .ac {
	color: #fff
}

@media (max-width:992px) {
	.header_btn .contact {
		height: 34px;
		width: 72px
	}

	.header_btn .contact span {
		height: 34px;
		line-height: 34px
	}
}

.m-menus {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	position: fixed;
	top: 1.2rem;
	right: -100%;
	background: #f7f7f7;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	color: #fff
}

.m-menus .inner {
	height: calc((100vh - 1rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	color: #666;
	display: block
}

.m-menus.active {
	z-index: 999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14)
}

.m-menus .item .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit {
	display: block;
	line-height: 56px;
	color: #000;
	position: relative;
	font-size: 16px;
	text-align: left !important
}

.m-menus .tit {
	position: relative
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px
}

.m-menus .xs-menu {
	display: none;
	text-align: left;
	font-size: 16px
}

.m-menus .xs-menu dd {
	line-height: 36px;
	padding-left: 30px
}

.m-menus .active .tit,
.m-menus .open .tit {
	color: #f15d2d
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
	content: "\e7e1"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14)
}

.menu_btn {
	width: 50px;
	height: 50px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	top: -5px
}

.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #000;
	left: 12px;
	display: block;
	transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
	top: 20px
}

.menu_btn i:nth-of-type(2) {
	top: 30px
}

.menu_btn i:nth-of-type(3) {
	top: 40px;
	width: 14px
}

.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0)
}

.menu_btn:hover i:nth-of-type(3) {
	width: 14px
}

.vmore {
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #d7d7d7;
	padding: .2rem .7rem .2rem 0;
	position: relative;
	letter-spacing: 1px
}

.vmore::after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #f15d2d;
	left: 0;
	bottom: -1px;
	transition: .6s
}

.vmore::before {
	content: '';
	width: 6px;
	height: 11px;
	background: url('../images/ic_arr.png') no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s
}

@media (max-width:640px) {
	.vmore {
		font-size: 18px
	}
}

@media (max-width:480px) {
	.vmore {
		font-size: 16px
	}
}

.vmore:hover {
	color: #333
}

.vmore:hover::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%
}

.vmore:hover::before {
	right: .5rem
}

.bggray {
	background: #f2f2f3
}

.index_banner {
	height: calc(100vh - 80px);
	position: relative;
	overflow: hidden;
	width: 100vw
}

.index_banner .bg {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.index_banner img {
	display: none
}

@media (max-width:1680px) {
	.index_banner {
		height: auto
	}

	.index_banner img {
		display: block
	}

	.index_banner .bg {
		background: none !important
	}
}

.index_banner .pnext {
	left: 6%;
	right: 6%;
	top: 0;
	bottom: 0
}

.index_banner .pnext>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	z-index: 555;
	margin-top: -0.3rem;
	transition: .6s;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3)
}

@media (min-width:768px) {
	.index_banner .pnext>div {
		opacity: 0
	}
}

.index_banner .pnext>div::after {
	font-size: .24rem;
	color: #fff
}

.index_banner .pnext>div.swiper-button-prev {
	left: 4%
}

.index_banner .pnext>div.swiper-button-next {
	right: 4%
}

.index_banner .pnext>div:hover {
	background-color: #f15d2d
}

@media (max-width:480px) {
	.index_banner .pnext>div {
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center
	}

	.index_banner .pnext>div::after {
		font-size: .36rem
	}
}

@media (max-width:640px) {
	.index_banner .pnext>div {
		width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center
	}
}

@media (min-width:768px) {
	.index_banner:hover .pnext div {
		opacity: 1
	}

	.index_banner:hover .pnext div.swiper-button-prev {
		left: 6%
	}

	.index_banner:hover .pnext div.swiper-button-next {
		right: 6%
	}
}

footer {
	background-color: #fff;
	color: #333
}

footer a {
	color: #666
}

footer a:hover {
	color: #000
}

footer .top {
	font-size: 16px;
	padding: .5rem 0 .3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14)
}

@media (min-width:1200px) {
	footer .top {
		padding: .64rem 0 .74rem
	}
}

@media (min-width:1200px) {
	footer .ft-contact {
		width: 36%;
		padding-right: .4rem;
		border-right: 1px solid rgba(255, 255, 255, 0.14);
		float: left;
		height: 270px
	}
}

footer .ft-contact .logo {
	width: 155px;
	margin-bottom: 38px;
	display: block
}

@media (min-width:640px) {
	footer .ft-contact .info .code {
		float: left
	}

	footer .ft-contact .info .txt {
		margin-left: 130px
	}
}

footer .ft-contact .info .code {
	width: 100px
}

@media (max-width:640px) {
	footer .ft-contact .info .code {
		display: block;
		margin: 0 auto .5rem
	}
}

footer .ft-contact .info .txt {
	color: #999;
	line-height: 1.5
}

footer .ft-contact .info .txt i {
	font-size: 18px;
	padding-right: 5px
}

footer .ft-contact .info .txt p.site {
	display: block;
	margin: 10px 0
}

footer .ft-contact .info .txt a {
	display: block;
	color: #999
}



@media (max-width:640px) {
	footer .ft-contact .info .txt {
		font-size: 14px
	}
}

footer .copyright {
	padding-top: 5px
}

footer .copyright a {
	display: inline-block !important
}

footer .bottom {
	padding: 28px 0;
	line-height: 1.8
}

@media (min-width:1200px) {
	footer .bottom {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	footer .bottom span,
	footer .bottom a {
		display: inline-block;
		margin-left: 10px
	}
}

footer .bottom span,
footer .bottom a {
	margin-right: 10px
}

@media (max-width:480px) {
	footer .bottom {
		font-size: 12px;
		line-height: 1.8
	}
}

@media (min-width:1200px) {
	.ft-navs {
		float: right;
		width: 64%;
		padding-left: 1rem
	}
}

@media (max-width:1200px) {
	.ft-navs {
		margin-bottom: .5rem
	}
}

@media (min-width:992px) {
	.ft-navs ul {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (max-width:1280px) {}

@media (max-width:992px) {
	.ft-navs .navitem {
		min-width: auto;
		margin-right: .6rem
	}
}

.ft-navs .navitem h4 {
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
	color: #000
}

.ft-navs .navitem .icon-jia {
	float: right;
	transition: .3s;
	display: none;
	margin-right: 10px
}

.ft-navs .navitem .info {
	font-size: 14px;
	line-height: 40px
}

.ft-navs .navitem .info a {
	display: block
}

@media (max-width:991px) {
	.ft-navs {
		margin-bottom: .5rem
	}

	.ft-navs .navitem {
		float: none;
		width: 100%
	}

	.ft-navs .navitem .icon-jia {
		display: block
	}

	.ft-navs .navitem h4 {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		height: 46px;
		line-height: 46px;
		margin: 0
	}

	.ft-navs .navitem .info {
		display: none;
		font-size: 15px;
		padding: 10px 30px;
		line-height: 2
	}

	.ft-navs .navitem.active h4 {
		font-weight: bold
	}

	.ft-navs .navitem.active .iconfont {
		transform: rotate(135deg)
	}
}

@media (max-width:768px) {
	.ft-navs .navitem h4 {
		font-size: 16px
	}
}

.vhd {
	margin-bottom: .5rem
}

.vhd .en {
	font-size: .24rem;
	text-transform: uppercase;
	font-family: medium
}

.vhd h2 {
	font-size: .36rem
}

@media (max-width:480px) {
	.vhd .en {
		font-size: 24px
	}

	.vhd h2 {
		font-size: 20px
	}
}

.index_advantage {
	padding: 1rem 0;
	background: #fff;
	color: #fff;
	position: relative;
	overflow: hidden
}

.index_advantage canvas {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	height: 100%;
	bottom: 0;
	opacity: .7
}

.index_advantage .wrap {
	position: relative;
	z-index: 55
}

.index_advantage .vhd {
	text-align: center;
	margin-bottom: .7rem
}

.index_advantage .row {
	margin-left: -0.1rem !important;
	margin-right: -0.1rem !important;
	display: flex;
	flex-wrap: wrap;
	align-items: str
}

.index_advantage .row>* {
	padding-left: .1rem !important;
	padding-right: .1rem !important
}

.index_advantage li {
	margin-bottom: .2rem
}

@media (min-width:641px) {
	.index_advantage li:nth-child(2n+1) {
		clear: both
	}
}

.index_advantage .inner {
	border-radius: 10px;
	background-color: rgba(241, 93, 45, 0.74);
	padding: 32px 35px;
	position: relative;
	transition: .6s;
	height: 100%
}

.index_advantage .inner:hover {
	background-color: #333
}

.index_advantage .inner:hover h3::before {
	width: 100px
}

.index_advantage .inner h3 {
	font-size: 20px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	position: relative
}

.index_advantage .inner h3::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	transition: .6s
}

.index_advantage .inner .txt {
	line-height: 28px;
	text-align: left;
	min-height: 112px
}

.index_advantage .inner .ic {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

@media (min-width:993px) {
	.index_advantage .inner .ic {
		position: absolute;
		right: .5rem;
		top: 50%;
		transform: translateY(-50%)
	}
}

@media (max-width:992px) {
	.index_advantage .inner .ic {
		display: block;
		margin: 0 auto 20px
	}
}

.index_advantage .inner .ic.ic1 {
	background-image: url('../images/ic_a1.png')
}

.index_advantage .inner .ic.ic2 {
	background-image: url('../images/ic_a2.png')
}

.index_advantage .inner .ic.ic3 {
	background-image: url('../images/ic_a3.png')
}

.index_advantage .inner .ic.ic4 {
	background-image: url('../images/ic_a4.png')
}

.index_advantage .inner .ic.ic5 {
	background-image: url('../images/ic_a5.png')
}

.index_advantage .inner .ic.ic6 {
	background-image: url('../images/ic_a6.png')
}

@media (min-width:993px) {
	.index_advantage .inner {
		padding-right: 25%
	}
}

@media (max-width:992px) {
	.index_advantage .inner {
		text-align: center
	}

	.index_advantage .inner h3::before {
		left: 50%;
		transform: translateX(-50%)
	}
}

@media (max-width:640px) {
	.index_advantage .inner {
		padding: .6rem 20px
	}
}

@media (max-width:480px) {
	.index_advantage .inner .txt {
		line-height: 24px;
		min-height: 72px
	}
}

@media (max-width:460px) {
	.index_advantage .inner .txt {
		line-height: 24px;
		min-height: 96px
	}
}

.index_advantage .swiper_advantage {
	padding-bottom: .8rem
}

.index_advantage .swiper_advantage ul {
	align-items: stretch
}

.index_advantage .swiper_advantage li {
	background-color: rgba(25, 48, 55, 0.8)
}

.index_advantage .swiper_advantage .swiper-pagination-bullet {
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	transition: .6s
}

.index_advantage .swiper_advantage .swiper-pagination-bullet-active {
	background-color: #f15d2d;
	border-color: #f15d2d
}

.index_about {
	padding: .9rem 0 .8rem
}

@media (min-width:992px) {
	.index_about .inner {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.index_about .inner .content,
	.index_about .inner .swiper {
		width: 48%
	}
}

.index_about .hd {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: .4rem
}

.index_about .hd .vhd {
	margin-bottom: 0
}

.index_about .txt {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: .5rem
}

.index_about .txt p {
	margin-bottom: 1em
}

@media (max-width:480px) {
	.index_about .txt {
		font-size: 14px;
		line-height: 1.76
	}
}

.index_about .swiper {
	position: relative
}

.index_about .swiper .tool {
	position: absolute;
	text-align: center;
	width: 60px;
	top: 0;
	left: -20px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.index_about .swiper .active {
	font-family: medium;
	color: #f15d2d;
	font-size: 24px;
	margin-bottom: 110px;
	position: relative
}

.index_about .swiper .active::after {
	content: '';
	display: block;
	width: 1px;
	height: 65px;
	background-color: #e5e5e5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 40px
}

.index_about .swiper .swiper-pagination {
	position: relative
}

.index_about .swiper .swiper-pagination .swiper-pagination-bullet {
	display: block;
	transition: .6s;
	background-color: #e5e5e5;
	opacity: 1;
	margin: 0 auto 12px
}

.index_about .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #f15d2d
}

.index_about .about_swiper {
	margin-left: 40px
}

@media (max-width:991px) {
	.index_about .swiper {
		margin-top: .8rem
	}

	.index_about .swiper .tool {
		left: 0;
		right: 0;
		z-index: 5;
		top: auto;
		width: 100%
	}

	.index_about .swiper .tool .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 5px;
		background: #fff
	}

	.index_about .about_swiper {
		margin: 0
	}
}

.index_data {
	background-color: #484848;
	padding: .64rem 0;
	color: #fff
}

@media (min-width:1200px) {
	.index_data .wrap {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.index_data .wrap li:nth-child(1) {
		width: 30%
	}

	.index_data .wrap li:nth-child(2n) {
		width: 40%;
		padding: 0 5%
	}
}

@media (max-width:992px) {
	.index_data .wrap li {
		padding: .4rem 0 .6rem
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.index_data .wrap {
		display: flex;
		flex-wrap: wrap
	}

	.index_data .wrap li {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5)
	}
}

.index_data .top {
	display: -webkit-flex;

	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin-bottom: 10px
}

.index_data .ic {
	background-repeat: no-repeat;
	background-position: center;
	width: .8rem;
	height: .8rem;
	background-size: .8rem;
	box-sizing: content-box;
	display: block;
	margin-right: .22rem;
	padding: 8px;
	border: 1px dashed #fff;
	border-radius: 50%;
	transition: .6s
}

.index_data .ic.ic1 {
	background-image: url('../images/ic_b1.png')
}

.index_data .ic.ic2 {
	background-image: url('../images/ic_b2.png')
}

.index_data .ic.ic3 {
	background-image: url('../images/ic_b3.png')
}

.index_data li:Hover .ic {
	transform: rotate(360deg)
}

.index_data .data {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.index_data .data .num {
	font-size: 80px;
	font-family: medium;
	margin-right: 14px
}

@media (max-width:1440px) {
	.index_data .data .num {
		width: 250px;
		font-size: 60px;
		font-family: medium;
		margin-right: 14px;
	}

	.index_data .ic {
		width: .7rem;
		height: .7rem;
		background-size: .7rem;
	}
}

.index_data .unit {
	font-size: 22px;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.index_data .unit em {
	font-size: 30px;
	display: block;
	font-family: medium;
	margin-bottom: 3px
}

.index_data .desc {
	padding-left: 1.26rem;
	font-size: 16px;
	line-height: 1.5
}

@media (max-width:768px) {
	.index_data li+li {
		border-top: 1px solid rgba(255, 255, 255, 0.5)
	}

	.index_data .ic {
		width: 1rem;
		height: 1rem;
		background-size: 1rem
	}

	.index_data .data .num {
		font-size: 60px
	}

	.index_data .data .unit {
		font-size: 16px
	}

	.index_data .data .unit em {
		font-size: 22px
	}

	.index_data .desc {
		padding-left: 1.66rem
	}
}

@media (max-width:480px) {
	.index_data .unit em {
		margin-bottom: 0
	}

	.index_data .ic {
		width: .8rem;
		height: .8rem
	}

	.index_data .top {
		margin-bottom: 5px
	}

	.index_data .data .num {
		font-size: 50px;
		margin-right: 6px
	}

	.index_data .desc {
		padding-left: 1.5rem;
		font-size: 15px
	}
}

.index_application {
	padding: 0.4rem 0 1.4rem;
	overflow: hidden;
	position: relative
}

.index_application::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.4rem;
	background-color: #f8f8f8
}

.index_application .hd {
	margin-bottom: .6rem;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.index_application .vhd {
	margin-bottom: 0
}

.index_application .swiper-container {
	overflow: visible
}

.index_application .bd {
	position: relative
}

@media (max-width:768px) {
	.index_application .bd {
		overflow: hidden
	}
}

.index_application .bd::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background-color: #f8f8f8
}

.index_application .bd.init li.swiper-slide-prev {
	opacity: 0
}

.index_application li {
	display: inline-block;
	margin-right: .4rem;
	width: auto
}

@media (max-width:640px) {
	.index_application li {
		margin-right: 4vw
	}
}

@media (max-width:640px) {
	.index_application li {
		width: 50vw
	}

	.index_application li .inner {
		width: 100%
	}
}

@media (max-width:480px) {
	.index_application li {
		width: 70vw
	}

	.index_application li .inner {
		width: 100%
	}
}

.index_application .inner {
	position: relative;
	width: 4.8rem;
	overflow: hidden
}

.index_application .inner .cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0));
	transition: .6s;
	transform-origin: center bottom;
	opacity: 1;
	z-index: 555
}

.index_application .inner:hover .cover {
	transform: translateY(100px);
	opacity: 0
}

.index_application dl {
	padding: 0 5% .5rem;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.index_application dl dt {
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: 10px
}

.index_application dl dd {
	font-size: 14px;
	line-height: 24px
}

@media (max-width:768px) {
	.index_application dl dt {
		font-size: 28px
	}
}

@media (max-width:480px) {
	.index_application dl dt {
		font-size: 22px
	}

	.index_application dl dd {
		font-size: 14px;
		line-height: 1.76
	}
}

.index_application .pnext {
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media (max-width:639px) {
	.index_application .pnext {
		width: 92vw
	}
}

.index_application div[class^='swiper-button-'] {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 555;
	border: 1px solid #f15d2d;
	margin-top: -0.3rem
}

.index_application div[class^='swiper-button-']::after {
	font-size: .24rem
}

.index_application div[class^='swiper-button-']:hover {
	background-color: #f15d2d
}

.index_application div[class^='swiper-button-']:hover::after {
	color: #fff
}

@media (max-width:480px) {
	.index_application div[class^='swiper-button-'] {
		width: .9rem;
		height: .9rem;
		margin-top: -0.45rem
	}

	.index_application div[class^='swiper-button-']::after {
		font-size: .36rem
	}
}

@media (min-width:640px) {
	.index_application .swiper-button-prev {
		left: -0.3rem
	}

	.index_application .swiper-button-next {
		right: -0.3rem
	}
}

.index_application .swiper-button-disabled {
	opacity: 1;
	color: #ccc;
	border: 1px solid #ccc !important
}

.index_partners {
	padding: .9rem 0 1.2rem;
	overflow: hidden
}

.index_partners .vhd {
	text-align: center
}

.index_partners .content {
	width: 100%;
	position: relative
}

.index_partners .content .adv {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	white-space: nowrap;
	font-size: .48rem;
	background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
	padding: .5rem 2rem;
	z-index: 555;
	letter-spacing: 4px;
	font-weight: bold
}

@media (max-width:640px) {
	.index_partners .content .adv {
		display: none
	}
}

.index_partners .content .box {
	width: 100%;
	overflow-x: hidden;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px
}

.index_partners .content .box:nth-child(1) .scroll-content {
	animation: 20s linear 0s infinite normal none running scrollit
}

.index_partners .content .box:nth-child(2) .scroll-content {
	animation: 40s linear -2.1s infinite normal none running scrollit
}

.index_partners .content .box:nth-child(3) .scroll-content {
	animation: 30s linear -2.1s infinite normal none running scrollit
}

@media (max-width:1200px) {
	.index_partners .content .box:nth-child(1) .scroll-content {
		animation: 10s linear 0s infinite normal none running scrollit
	}

	.index_partners .content .box:nth-child(2) .scroll-content {
		animation: 14s linear -2.1s infinite normal none running scrollit
	}

	.index_partners .content .box:nth-child(3) .scroll-content {
		animation: 12s linear -2.1s infinite normal none running scrollit
	}
}

@media (max-width:640px) {
	.index_partners .content .box:nth-child(1) .scroll-content {
		animation: 15s linear 0s infinite normal none running scrollit
	}

	.index_partners .content .box:nth-child(2) .scroll-content {
		animation: 17s linear -2.1s infinite normal none running scrollit
	}

	.index_partners .content .box:nth-child(3) .scroll-content {
		animation: 16s linear -2.1s infinite normal none running scrollit
	}
}

.index_partners .content .filter {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #fff 100%)
}

@keyframes scrollit {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		transform: translateX(-25%)
	}
}

.index_partners .content .scroll-content {
	flex-shrink: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.index_partners .content .scroll-item {
	flex-shrink: 0
}

.index_partners ol {
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.index_partners ol li {
	width: 183px;
	height: 86px;
	margin: 17px 21px;
	border-radius: 43px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: rgba(234, 236, 246, 0.55) 0 12px 13px
}

@media (max-width:768px) {
	.index_partners ol li {
		width: 150px;
		height: auto;
		margin: .16rem .2rem;
		box-shadow: rgba(234, 236, 246, 0.55) 0 6px 5px
	}
}

@media (max-width:480px) {
	.index_partners ol li {
		width: 110px;
		height: auto;
		margin: .16rem .2rem;
		box-shadow: rgba(234, 236, 246, 0.55) 0 6px 5px
	}
}

.banner {
	position: relative;
	height: 4rem
}

.banner._about {
	height: 5rem;
	max-height: calc('~(100vh - 80px)')
}

.banner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	white-space: nowrap;
	text-align: center;
	color: #fff
}

.banner h2 {
	font-size: 34px;
	margin-bottom: 10px;
	letter-spacing: 2px
}

.banner .desc {
	font-size: 18px
}

@media (max-width:640px) {
	.banner {
		height: 4rem !important
	}

	.banner h2 {
		font-size: 30px
	}

	.banner .desc {
		font-size: 16px
	}
}

.banner .content2 {
	color: #fff;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center;
	height: 100%
}

.banner .content2 .en {
	text-transform: uppercase;
	font-size: .6rem
}

.banner .content2 h2 {
	font-size: 36px
}

@media (max-width:768px) {
	.banner .content2 .en {
		font-size: 40px
	}

	.banner .content2 h2 {
		font-size: 30px
	}
}

@media (max-width:640px) {
	.banner .content2 .en {
		font-size: 30px
	}

	.banner .content2 h2 {
		font-size: 24px
	}
}

@media (max-width:480px) {
	.banner h2 {
		font-size: 24px;
		margin-bottom: 6px
	}

	.banner .desc {
		font-size: 14px
	}
}

.base-main {
	padding: 50px 0 110px
}

@media (max-width:640px) {
	.base-main {
		padding: 30px 0 70px
	}
}

@media (max-width:480px) {
	.base-main {
		padding: 26px 0 36px
	}
}

.video-list {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}

.video-list>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important
}

@media (max-width:480px) {
	.video-list {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.video-list>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}

	.video-list li:nth-child(2n+1) {
		clear: both
	}
}

.video-list li {
	margin-bottom: .4rem
}

.video-list li .cover-box {
	margin-bottom: 10px
}

.video-list li .cover-box img {
	width: 100%
}

.video-list li .cover-box::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 55;
	transition: .6s
}

.video-list li .cover-box .iconfont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	font-size: .6rem;
	transition: .6s;
	z-index: 55
}

.video-list li .cover-box:hover::after {
	opacity: 0
}

.video-list li .tit {
	display: block;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	line-height: 20px;
	height: 40px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}

.video-nav {
	border-bottom: 1px solid #f2f2f3;
	font-size: 16px;
	margin-bottom: .7rem
}

@media (min-width:640px) {
	.video-nav {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center
	}
}

@media (max-width:640px) {
	.video-nav {
		margin-bottom: .3rem
	}
}

.video-nav .info a {
	padding: .26rem 0;
	display: block
}

@media (min-width:768px) {
	.video-nav .info {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center
	}

	.video-nav .info a {
		margin-left: .6rem
	}
}

@media (max-width:767px) {
	.video-nav .info {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: .2rem
	}

	.video-nav .info a {
		padding: .16rem .26rem
	}
}

.video-nav .active {
	color: #f15d2d
}

@media (max-width:639px) {
	.video-nav .tit {
		text-align: left
	}

	.video-nav .info {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.video-nav .info a {
		margin: 0
	}
}

@media (max-width:400px) {
	.video-nav .info {
		font-size: 15px
	}
}

.download-list {
	text-align: left
}

@media (max-width:640px) {
	.download-list {
		margin-bottom: .5rem
	}
}

.download-list li {
	padding: 26px 0 26px 64px;
	position: relative;
	border-bottom: 1px solid #f2f2f3;
	background: url('../images/ic_pdf.png') no-repeat left 26px;
	background-size: 48px
}

.download-list li .download {
	color: #f15d2d;
	font-size: 16px
}

.download-list li .download i {
	font-size: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.download-list li .download:hover {
	color: #333
}

.download-list li .tit {
	font-size: 20px;
	margin-bottom: 8px
}

.download-list li .date {
	color: #999
}

@media (max-width:640px) {
	.download-list li .tit {
		font-size: 18px
	}
}

@media (min-width:481px) {
	.download-list li {
		padding-right: 170px
	}

	.download-list li .download {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}
}

@media (max-width:480px) {
	.download-list li {
		background-size: 30px;
		padding-left: 40px
	}

	.download-list li .tit {
		font-size: 16px
	}

	.download-list li .date {
		margin-bottom: 10px;
		font-size: 12px
	}

	.download-list li .download {
		font-size: 14px
	}
}

.news-nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f3;
	margin-bottom: .7rem
}

.news-nav h2 {
	font-size: 30px
}

.news-nav nav {
	font-size: 18px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.news-nav nav a {
	display: block;
	padding: 20px;
	position: relative
}

.news-nav nav .active {
	color: #f15d2d
}

.news-nav nav .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #f15d2d;
	bottom: -1px
}

@media (max-width:480px) {
	.news-nav nav {
		font-size: 16px
	}

	.news-nav nav a {
		padding: 12px 0
	}

	.news-nav nav a+a {
		margin-left: 20px
	}
}

.news-list {
	margin-left: -0.17rem !important;
	margin-right: -0.17rem !important
}

.news-list>* {
	padding-left: .17rem !important;
	padding-right: .17rem !important
}

.news-list li {
	margin-bottom: .7rem
}

@media (min-width:481px) {
	.news-list .info {
		padding-left: 15%;
		position: relative
	}

	.news-list .info::before {
		content: '';
		display: block;
		position: absolute;
		width: 12%;
		height: 2px;
		background-color: #333;
		left: 0;
		top: 12px
	}
}

.news-list .data {
	margin: .28rem 0 .12rem;
	height: 24px;
	line-height: 24px
}

.news-list .data>* {
	display: inline-block;
	vertical-align: middle
}

.news-list .data .time {
	color: #666;
	padding-right: 10px;
	margin-right: 6px;
	position: relative
}

.news-list .data .time::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #666;
	right: 0;
	top: 4px
}

.news-list .data .type {
	color: #f15d2d
}

.news-list .tit {
	font-size: 24px;
	line-height: 36px;
	height: 72px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}

@media (max-width:1200px) {
	.news-list .tit {
		font-size: 22px;
		line-height: 32px;
		height: 64px
	}
}

@media (max-width:992px) {
	.news-list {
		margin-left: -0.12rem !important;
		margin-right: -0.12rem !important
	}

	.news-list>* {
		padding-left: .12rem !important;
		padding-right: .12rem !important
	}
}

@media (max-width:640px) {
	.news-list .tit {
		font-size: 16px;
		line-height: 22px;
		height: 44px
	}
}

@media (max-width:480px) {
	.news-list li {
		margin-bottom: .4rem
	}

	.news-list .data {
		height: auto;
		font-size: 12px;
		line-height: 1.5;
		margin: .16rem 0 .1rem
	}

	.news-list .data .time {
		padding-right: 5px;
		margin-right: 2px
	}

	.news-list .tit {
		font-size: 14px;
		line-height: 20px;
		height: 40px
	}
}

.cumbs {
	color: #999
}

.cumbs a {
	color: #999
}

.cumbs a:hover {
	color: #f15d2d
}

.news-article {
	max-width: 1000px;
	margin: 0 auto
}

.news-article img {
	width: 100%;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.news-info-hd {
	text-align: center;
	border-bottom: 1px solid #f2f2f3;
	padding: .5rem 0;
	margin-bottom: .4rem
}

.news-info-hd h1 {
	font-size: .4rem;
	line-height: 1.3;
	margin-bottom: 8px
}

.news-info-hd .data {
	height: 24px;
	line-height: 24px
}

.news-info-hd .data>* {
	display: inline-block;
	vertical-align: middle
}

.news-info-hd .data .time {
	color: #666;
	padding-right: 10px;
	margin-right: 6px;
	position: relative
}

.news-info-hd .data .time::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #666;
	right: 0;
	top: 4px
}

.news-info-hd .data .type {
	color: #f15d2d
}

@media (max-width:768px) {
	.news-info-hd h1 {
		font-size: 26px
	}
}

@media (max-width:480px) {
	.news-info-hd {
		padding-top: 0
	}

	.news-info-hd h1 {
		font-size: 22px
	}

	.news-info-hd .data {
		font-size: 12px
	}
}

.news-info-bd {
	font-size: 16px;
	line-height: 1.85;
	padding-bottom: 1rem
}

.news-info-bd p {
	margin-bottom: 1em
}

.news-info-ft {
	border-top: 1px solid #f2f2f3;
	padding: 45px 0;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.news-info-ft .return {
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #333;
	color: #fff;
	display: block;
	position: relative;
	font-size: 16px
}

.news-info-ft .return span {
	position: relative;
	z-index: 55
}

.news-info-ft .return span i {
	padding-right: 10px
}

.news-info-ft .return::before {
	transition: .6s;
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 100%;
	background-color: #f15d2d;
	left: 0;
	top: 0;
	z-index: 1
}

.news-info-ft .return:hover::before {
	width: 100%
}

@media (max-width:640px) {
	.news-info-ft .return {
		width: 110px;
		font-size: 14px;
		height: 36px;
		line-height: 36px
	}

	.news-info-ft .return span i {
		padding-right: 0
	}
}

.news-info-ft .pnext {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.news-info-ft .pnext a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #f15d2d;
	display: block;
	margin-left: 20px;
	font-size: 30px;
	color: #f15d2d;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	transition: .6s
}

.news-info-ft .pnext a:hover {
	background-color: #f15d2d;
	color: #fff
}

@media (max-width:992px) {
	.news-info-ft .pnext a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 24px
	}
}

@media (max-width:640px) {
	.news-info-ft .pnext a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		font-size: 20x
	}
}

.map {
	height: 5.6rem
}

@media (max-width:640px) {
	.map {
		height: 9rem;
		opacity: 1 !important
	}
}

.contact-box {
	text-align: center;
	background: #fff;
	border-top: 4px solid #f15d2d;
	padding: .67rem 0 .9rem;
	margin-bottom: .76rem;
	position: relative;
	z-index: 55
}

.contact-box .hd2 {
	margin-bottom: .6rem
}

@media (max-width:480px) {
	.contact-box .hd2 {
		margin-bottom: .4rem
	}
}

.contact-box .row {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}

.contact-box .row>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important
}

.contact-box li {
	position: relative;
	transition: .6s
}

.contact-box li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #f2f2f3
}

.contact-box li .ic {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100px;
	height: 100px;
	display: inline-block;
	background-color: #f7f7f7;
	border-radius: 50%;
	transition: .6s
}

.contact-box li .ic.ic1 {
	background-image: url('../images/ic_lx_1.png')
}

.contact-box li .ic.ic2 {
	background-image: url('../images/ic_lx_2.png')
}

.contact-box li .ic.ic3 {
	background-image: url('../images/ic_lx_3.png')
}

@media (max-width:640px) {
	.contact-box li .ic {
		width: 80px;
		height: 80px
	}
}

.contact-box li .tit {
	margin: .18rem 0 .1rem;
	font-size: 20px;
	font-weight: bold
}

.contact-box li .desc {
	font-size: 16px;
	color: #666
}

.contact-box li:hover .tit {
	color: #f15d2d
}

.contact-box li:hover .ic {
	transform: scale(.8)
}

@media (max-width:768px) {
	.contact-box li {
		margin-bottom: .8rem
	}

	.contact-box li:nth-child(3) {
		clear: both
	}
}

@media (max-width:640px) {
	.contact-box li {
		line-height: 1.5;
		text-align: left
	}

	.contact-box li .ic {
		display: none
	}

	.contact-box li .tit {
		margin: 10px 0 6px;
		font-size: 18px
	}

	.contact-box li::before {
		display: none !important
	}
}

@media (max-width:480px) {
	.contact-box li {
		margin-bottom: .4rem
	}

	.contact-box li .tit,
	.contact-box li .desc {
		font-size: 16px
	}
}

@media (max-width:640px) {
	.contact-box {
		padding-left: .4rem;
		padding-right: .4rem
	}
}

.quote-box {
	background-color: #464646;
	padding: .8rem 0 1.1rem
}

.quote-box .wrap {
	max-width: 1440px
}

.quote-box .hd {
	margin-bottom: .4rem;
	text-align: center;
	color: #fff
}

.quote-box .hd .en {
	text-transform: uppercase;
	color: #fff;
	padding-top: 6px;
	font-size: 18px
}

.quote-box .layui-form {
	padding: 58px 58px;
	position: relative;
	background-color: #fff;
	min-height: 296px
}

@media (min-width:1200px) {
	.quote-box .layui-form .tit {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 10%;
		background: url('../images/quite.png') no-repeat left center;
		background-size: auto 100%;
		color: #fff;
		font-size: 36px;
		text-transform: uppercase;
		writing-mode: vertical-lr;
		writing-mode: tb-lr;
		white-space: nowrap;
		font-weight: bold
	}

	.quote-box .layui-form .tit span {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 5
	}
}

@media (max-width:640px) {
	.quote-box .layui-form {
		padding: .7rem .5rem
	}
}

@media (max-width:480px) {
	.quote-box .layui-form {
		padding: .5rem .4rem
	}
}

@media (min-width:1200px) {
	.quote-box .form-inner {
		padding-left: 10%
	}
}

.quote-box .row {
	margin-left: -0.1rem !important;
	margin-right: -0.1rem !important
}

.quote-box .row>* {
	padding-left: .1rem !important;
	padding-right: .1rem !important
}

.quote-box .layui-input {
	margin-bottom: 30px
}

.quote-box textarea {
	resize: none;
	padding: 0 .3rem !important
}

.quote-box .layui-input {
	height: 60px;
	border-radius: 4px;
	background-color: #eeeeee;
	border: 0;
	font-size: 16px;
	padding-left: .3rem
}

.quote-box textarea {
	height: 60px;
	border-radius: 4px;
	background-color: #eeeeee;
	border: 0;
	font-size: 16px;
	padding-left: .3rem
}

.quote-box .btnbox {
	margin-bottom: 30px;
}

@media (min-width:993px) {
	.quote-box .btnbox {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		-webkit-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
}

@media (min-width:993px) {
	.fwidth70 {
		width: 70%;
		float: left;
	}

	.fwidth30 {
		width: 30%;
		float: left;
	}

	.VerifyImg {
		width: 100px;
		margin-left: 10px;
		margin-top: 10px;
	}


}

@media (max-width:993px) {
	.quote-box .row .flex {
		display: flex;
	}

	.quote-box .btnbox {
		margin-bottom: 15px;
	}

	.fwidth70 {
		width: 60%;
		float: left;
	}

	.fwidth30 {
		width: 40%;
		float: left;
	}

	.VerifyImg {
		width: 100px;
		margin-left: 10px;
	}

}

.quote-box .row .submit {
	width: 2.2rem;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	transition: .6s;
	letter-spacing: 4px;
	cursor: pointer
}

.quote-box .row .submit:hover {
	background-color: #f15d2d
}

.quote-box textarea {
	display: block
}

@media (min-width:993px) {
	.quote-box textarea {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: .2rem;
		line-height: 60px !important
	}
}

@media (max-width:992px) {
	.quote-box textarea {
		display: block;
		width: 100%;
		margin-bottom: 60px;
		height: 1.2rem
	}
}

@media (max-width:992px) {

	.quote-box .layui-input,
	.quote-box textarea,
	.quote-box .submit {
		height: 48px !important;
		margin-bottom: 14px
	}

	.quote-box .submit {
		line-height: 48px !important
	}

	.quote-box textarea {
		height: 96px !important;
		padding: .2rem .3rem !important;
		line-height: 30px
	}

	.quote-box .submit {
		width: 100% !important
	}

	.quote-box .layui-form-select dl {
		top: 50px
	}
}

.layui-form-select dl {
	top: .6rem
}

.layui-form-select dl dd.layui-this {
	background-color: #f15d2d
}

.BMap_noprint {
	display: none !important
}

.banner._good {
	height: 8rem
}

@media (max-width:768px) {
	.banner._good {
		height: 5rem
	}
}

.good-list {
	background: #fff;
	padding: 0.14rem 0 0.2rem
}

.good-list ul {}

.good-list li+li {}

.good-list li {
	background: #f6f6f6;

	padding: .24rem .24rem;
}

@media (min-width:992px) {
	.good-list li {
		width: 23%;
		float: left;
		position: relative;
		margin: 1%;
	}

	.good-list li .content,
	.good-list li .imgs {
		width: 100%
	}

	.good-list li .content {
		margin-right: 8%
	}
}

.good-list .content .type {
	font-size: 24px;
	text-transform: uppercase
}

.good-list .content h3 {
	font-size: 48px
}

.good-list .content .desc {
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #666
}

.good-list dl {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	text-align: center
}

.good-list dl dd {
	width: 100%;
}

.good-list dl .img {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 346px
}

.good-list dl .img .coverimg {
	background-size: contain;
	background-repeat: center bottom
}

.good-list dl .img:hover .coverimg {
	transform: scale(.98)
}

.good-list dl .id {
	font-size: 22px;
	margin-bottom: 6px
}

.good-list dl .more {
	font-size: 16px;
	color: #f15d2d
}

@media (max-width:1200px) {
	.good-list .content .type {
		font-size: 20px
	}

	.good-list .content h3 {
		font-size: 36px
	}

	.good-list dl .id {
		font-size: 18px
	}
}

@media (max-width:991px) {
	.good-list .content {
		margin-bottom: .5rem
	}
}

@media (max-width:640px) {
	.good-list li {
		padding: .4rem .3rem
	}

	.good-list .content .type {
		font-size: 15px;
		margin-bottom: 3px
	}

	.good-list .content h3 {
		font-size: 30px
	}

	.good-list dl .id {
		font-size: 20px
	}

	.good-list dl .more {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.good-list .content h3 {
		font-size: 22px
	}

	.good-list .content .desc {
		font-size: 14px;
		line-height: 1.7;
		padding-top: 10px
	}

	.good-list dl .id {
		font-size: 14px
	}
}

@media (max-width:360px) {
	.good-list dl .id {
		font-size: 12px
	}
}

.application-list .item {
	background: #fff;
	padding: 40px;
	margin-bottom: .4rem
}

@media (max-width:640px) {
	.application-list .item {
		padding: .4rem
	}
}

.application-list h2 {
	font-size: 36px;
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-left: 60px;
	line-height: 50px;
	height: 50px;
	background-size: 50px
}

.application-list .desc {
	margin: 20px 0 .4rem;
	font-size: 16px;
	color: #666;
	line-height: 30px
}

@media (max-width:992px) {
	.application-list h2 {
		font-size: 30px;
		background-size: 42px;
		padding-left: 50px;
		background-position: -2px center
	}

	.application-list .desc {
		margin-top: 10px
	}
}

@media (max-width:480px) {
	.application-list h2 {
		font-size: 20px;
		background-size: 26px;
		padding-left: 30px;
		line-height: 26px;
		height: 26px
	}

	.application-list .desc {
		font-size: 14px;
		line-height: 1.76
	}
}

.application-list .vSwiper {
	padding-bottom: .8rem
}

@media (max-width:640px) {
	.application-list .vSwiper {
		padding-bottom: 1rem
	}
}

.application-list .vSwiper li {
	width: calc((25% - 0.15rem));
	margin-right: .2rem;
	text-align: center
}

.application-list .vSwiper li .img {
	border-radius: 10px
}

.application-list .vSwiper li .tit {
	font-size: 18px;
	color: #666;
	padding-top: 20px
}

@media (max-width:992px) {
	.application-list .vSwiper li {
		width: calc((33.33% - 0.2rem));
		margin-right: .3rem
	}
}

@media (max-width:640px) {
	.application-list .vSwiper li {
		width: calc((50% - 0.1rem));
		margin-right: .2rem
	}

	.application-list .vSwiper li .tit {
		font-size: 16px;
		padding-top: 16px
	}
}

@media (max-width:480px) {
	.application-list .vSwiper li .tit {
		font-size: 14px
	}
}

.good-info-desc {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

@media (min-width:641px) {
	.good-info-desc .wrap {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		height: 8.4rem
	}

	.good-info-desc .wrap .content {
		width: 40%;
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-pack: center;
		box-pack: center
	}

	.good-info-desc .wrap .img {
		width: 50%;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end
	}
}

@media (min-width:641px) and (max-width:1360px) {
	.good-info-desc .wrap .wrap {
		height: 6.6rem
	}

	.good-info-desc .wrap .type {
		font-size: .4rem
	}
}

@media (min-width:641px) and (max-width:768px) {
	.good-info-desc .wrap {
		height: 7rem
	}

	.good-info-desc .wrap .content {
		width: 40%
	}

	.good-info-desc .wrap .img {
		width: 56%
	}
}

@media (max-width:640px) {
	.good-info-desc .wrap {
		margin: 0 4vw;
		padding-top: .6rem
	}
}

@media (max-width:480px) {
	.good-info-desc .wrap .type {
		font-size: 18px
	}

	.good-info-desc .wrap h2 {
		font-size: 22px
	}

	.good-info-desc .wrap .desc {
		font-size: 15px;
		line-height: 1.76
	}
}

@media (max-width:767px) {
	.good-info-desc {
		background: url('../images/cp_100_bg.png') no-repeat center center !important;
		background-size: cover !important
	}
}

.good-info-desc h2 {
	font-size: .48rem;
	font-weight: bold
}

.good-info-desc .type {
	font-size: .6rem;
	white-space: nowrap;
	margin: .1rem 0 .4rem;
	color: #f15d2d;
	text-transform: uppercase
}

.good-info-desc .desc {
	font-size: 16px;
	line-height: 30px
}

@media (max-width:640px) {
	.good-info-desc .img {
		width: 80%;
		margin: .7rem auto 0
	}

	.good-info-desc .type {
		font-size: .5rem
	}
}

.xy-video {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 6.25rem
}

.xy-video .cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 55;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}

.xy-video .tit {
	font-size: 36px
}

@media (max-width:640px) {
	.xy-video .tit {
		letter-spacing: 2px;
		font-size: 26px;
		padding-top: 10px
	}
}

@media (max-width:480px) {
	.xy-video .tit {
		font-size: 20px
	}
}

.play-box {
	width: .92rem;
	height: .92rem;
	margin: 0 auto .8rem;
	position: relative;
	z-index: 555;
	cursor: pointer
}

.play-box .icon,
.play-box .round {
	display: block;
	width: .92rem;
	height: .92rem;
	border-radius: 50%
}

.play-box .icon {
	background: url('../images/play.png') no-repeat center center;
	background-size: contain
}

.play-box .round {
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	box-sizing: content-box
}

.play-box .r1 {
	animation: scale3 3s infinite linear
}

.play-box .r2 {
	animation: scale3 3s infinite linear;
	animation-delay: 1s
}

.play-box .r3 {
	animation: scale3 3s infinite linear;
	animation-delay: 2s
}

@-webkit-keyframes scale1 {
	from {
		padding: 0px;
		opacity: 1
	}

	to {
		padding: 20px;
		opacity: 0
	}
}

@-webkit-keyframes scale2 {
	from {
		padding: 0px;
		opacity: 1
	}

	to {
		padding: 30px;
		opacity: 0
	}
}

@-webkit-keyframes scale3 {
	from {
		padding: 0px;
		opacity: 1
	}

	to {
		padding: 40px;
		opacity: 0
	}
}

.good-info-list {
	padding-top: 0.7rem;
}

.good-info-list li {
	margin-bottom: .8rem
}

.good-info-list .img {
	border-radius: .2rem
}

@media (min-width:480px) {
	.good-info-list dl {
		padding: 0 5%
	}
}

.good-info-list dt {
	font-size: .24rem;
	margin-bottom: .26rem
}

.good-info-list dd {
	font-size: 18px;
	color: #666;
	line-height: 2
}

/* 产品详情 */

.cover-box .pic .gallery {
	/* border: 1px solid #e4e4e4; */
	width: 100%;
	height: 596px;
}

.cover-box .pic .gallery .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cover-box .pic .img-auto {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}

.cover-box .pic .tab {
	margin-top: 12px;
	padding: 0 26px;
	position: relative;
}

.cover-box .pic .tab .item {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid #e4e4e4; */
	cursor: pointer;
	transition: border-color 0.4s ease;
	overflow: hidden;
}

.cover-box .pic .tab .item.active {
	/* border-color: #015198; */
}

.cover-box .pic .tab .item img {
	transition: transform 0.4s ease;
	max-height: 100%;
	max-width: 100%;
}

.cover-box .pic .tab .item:hover img {
	transform: scale(0.98);
}

.cover-box .pic .tab .slider-btn {
	position: absolute;
	top: 50%;
	color: #444444;
	transform: translateY(-50%);
	cursor: pointer;
}

.cover-box .pic .tab .slider-btn.prev {
	left: -10px;
}

.cover-box .pic .tab .slider-btn.next {
	right: -10px;
}



@media (min-width:640px) {
	.good-info-list li {
		display: flex;
		align-items: center
	}

	.good-info-list li:nth-child(2n) .info {
		order: -1
	}

	.good-info-list .img,
	.good-info-list .info {
		width: 45%;
		margin-left: 5%;
	}
}

@media (max-width:640px) {
	.good-info-list dl dt {
		font-size: 20px
	}

	.good-info-list dl dd {
		font-size: 16px;
		line-height: 1.76
	}
}

@media (max-width:639px) {
	.good-info-list dl {
		padding-top: .5rem
	}
}

@media (max-width:480px) {
	.good-info-list dl dt {
		font-size: 18px
	}

	.good-info-list dl dd {
		font-size: 14px
	}
}

.hd2 {
	font-size: .344rem
}

@media (max-width:480px) {
	.hd2 {
		font-size: 22px
	}
}

.good-function {
	padding: .9rem 0 1rem;
	color: #fff;
	text-align: center;
	position: relative
}

.good-function iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.good-function .hd2 {
	margin-bottom: .9rem
}

.good-function ul {
	max-width: 1560px
}

.good-function li {
	width: 20%;
	float: left;
	font-size: 20px;
	margin-bottom: .8rem;
	transition: .6s
}

.good-function li img {
	width: 1rem;
	height: 1rem;
	display: block;
	margin: 0 auto 16px;
	transition: .6s
}

.good-function li:hover {
	transform: translateY(-5px)
}

@media (max-width:992px) {
	.good-function li {
		width: 25%
	}
}

@media (max-width:480px) {
	.good-function li {
		width: 33.33%;
		font-size: 14px
	}

	.good-function li img {
		width: 64px;
		height: 64px;
		margin-bottom: 12px
	}
}

.good-function ul.col4 {
	max-width: 1400px
}

.good-function ul.col4 li {
	width: 25%
}

.good-data {
	padding: .44rem 0
}

.good-data .hd2 {
	text-align: center;
	margin-bottom: .5rem
}

.good-application {
	background: #f2f2f3;
	padding: .8rem 0 1.2rem;
	text-align: center
}

.good-application .hd2 {
	margin-bottom: .5rem
}

.good-application .swiperBox {
	position: relative
}

.good-application .swiperBox div[class*='swiper-button-'] {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #f15d2d
}

.good-application .swiperBox div[class*='swiper-button-']::after {
	font-size: 20px
}

.good-application .swiperBox div[class*='swiper-button-']:hover {
	background-color: #f15d2d;
	color: #fff
}

.good-application .pnext-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1.6rem
}

@media (max-width:1360px) {
	.good-application .pnext-box {
		display: none
	}
}

.good-application .vSwiper {
	padding-bottom: .8rem;
	max-width: 1440px
}

@media (max-width:640px) {
	.good-application .vSwiper {
		padding-bottom: 1rem
	}
}

.good-application .vSwiper li {
	width: calc(33% - .2rem);
	margin-right: .3rem;
	background: #fff;
	border: 1px solid #f2f2f3
}

.good-application .vSwiper li .tit {
	height: 66px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 20px
}

@media (max-width:640px) {
	.good-application .vSwiper li {
		width: calc(50% - .1rem);
		margin-right: .2rem
	}

	.good-application .vSwiper li .tit {
		font-size: 16px;
		height: 50px
	}
}

table {
	width: 100%;
	border: 0;
	border-top: 1px solid #f2f2f3 !important;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid #f2f2f3 !important
}

table td {
	padding: 20px 16px 20px 20px;
	vertical-align: top;
	border: 0
}

@media (min-width:769px) {

	table td:nth-child(1),
	table td:nth-child(3) {
		white-space: nowrap
	}
}

@media (max-width:768px) and (min-width:641px) {
	table td {
		font-size: 14px
	}

	table td:nth-child(1),
	table td:nth-child(3) {
		width: 80px;
		padding-left: .2rem;
		padding-right: 0
	}
}

@media (min-width:641px) {
	table tr:nth-child(2n) {
		background: #f2f2f3
	}
}

@media (max-width:640px) {
	table {
		font-size: 16px
	}

	table td {
		display: block
	}

	table td:nth-child(2n+1) {
		padding: 10px 0 3px 0;
		color: #f15d2d
	}

	table td:nth-child(2n) {
		padding: 0 0 10px 0;
		border-bottom: 1px solid #f2f2f3
	}
}

.good-func-introduce {
	padding: .8rem 0;
	text-align: center;
	background: url('../images/cp_bg2.jpg') no-repeat center center;
	background-size: cover
}

.company-desc {
	padding: 44px 0px;
	max-width: 1400px
}

@media (max-width:480px) {
	.company-desc {
		padding: .4rem 0 .6rem
	}
}

.company-desc .hd2 {
	text-align: center;
	margin-bottom: .4rem
}

@media (max-width:480px) {
	.company-desc .hd2 {
		margin-bottom: .2rem
	}
}

.company-desc .bd {
	font-size: 16px;
	color: #666;
	line-height: 200%
}

.company-desc .bd p {
	margin-bottom: 1em
}

@media (max-width:480px) {
	.company-desc .bd {
		font-size: 14px;
		line-height: 1.76
	}
}

.company-culture {
	background: url('../images/wx_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: .9rem 0 1rem;
	text-align: center;
	color: #fff
}

.company-culture .row {
	margin-top: 1rem
}

.company-culture .ic {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 60px;
	display: inline-block
}

.company-culture .ic.ic1 {
	background-image: url('../images/wx_1.png')
}

.company-culture .ic.ic2 {
	background-image: url('../images/wx_2.png')
}

.company-culture .ic.ic3 {
	background-image: url('../images/wx_3.png')
}

.company-culture h5 {
	font-size: 20px;
	font-weight: 900;
	padding: .3rem 0 .1rem
}

.company-culture .desc {
	font-size: 16px;
	line-height: 1.76
}

@media (max-width:768px) {
	.company-culture h5 {
		font-size: 26px
	}
}

@media (max-width:640px) {
	.company-culture {
		padding-bottom: .2rem
	}

	.company-culture li {
		margin-bottom: .8rem
	}

	.company-culture h5 {
		font-size: 22px
	}

	.company-culture .ic {
		width: 50px;
		height: 50px
	}
}

@media (max-width:480px) {
	.company-culture .row {
		margin-top: .5rem
	}

	.company-culture h5 {
		font-size: 20px;
		padding-top: .16rem
	}

	.company-culture .desc {
		font-size: 14px;
		line-height: 1.5
	}
}

.company-step {
	padding: .9rem 0 1.2rem
}

.company-step .hd2 {
	text-align: center;
	margin-bottom: .6rem
}

.company-step .swiper-year-box,
.company-step .swiper-box {
	width: 88vw;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (max-width:639px) {

	.company-step .swiper-year-box,
	.company-step .swiper-box {
		width: 92vw
	}
}

@media (min-width:768px) {

	.company-step .swiper-year-box,
	.company-step .swiper-box {
		padding: 0 8%
	}
}

.company-step .swiper-year-box {
	margin-bottom: .8rem
}

@media (max-width:640px) {
	.company-step .swiper-year-box {
		margin-bottom: .5rem
	}
}

.company-step .swiper-button-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.company-step .swiper-button-box div[class^='swiper-button-'] {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 555;
	border: 1px solid #f15d2d;
	margin-top: -0.3rem;
	transition: .6s;
	cursor: pointer
}

.company-step .swiper-button-box div[class^='swiper-button-']::after {
	font-size: .24rem
}

.company-step .swiper-button-box div[class^='swiper-button-']:hover {
	background-color: #f15d2d
}

.company-step .swiper-button-box div[class^='swiper-button-']:hover::after {
	color: #fff
}

@media (max-width:480px) {
	.company-step .swiper-button-box div[class^='swiper-button-'] {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center
	}

	.company-step .swiper-button-box div[class^='swiper-button-']::after {
		font-size: .36rem
	}
}

.company-step .swiper-button-box div[class^='swiper-button-'].swiper-button-prev {
	left: 0
}

.company-step .swiper-button-box div[class^='swiper-button-'].swiper-button-next {
	right: 0
}

@media (max-width:640px) {
	.company-step .swiper-button-box div[class^='swiper-button-'] {
		width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center
	}
}

@media (max-width:480px) {
	.company-step .swiper-button-box div[class^='swiper-button-'] {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center
	}

	.company-step .swiper-button-box div[class^='swiper-button-']::after {
		font-size: 14px
	}
}

@media (max-width:640px) {
	.company-step .swiper-button-box {
		bottom: auto;
		height: 254px
	}
}

@media (max-width:480px) {
	.company-step .hd2 {
		margin-bottom: 0
	}
}

.swiper-year {
	text-align: center;
	color: #cecece;
	font-family: medium;
	padding-bottom: 22px
}

.swiper-year::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 24px;
	background-color: #e5e5e5
}

.swiper-year li {
	cursor: pointer;
	padding-bottom: 40px;
	height: 90px;
	padding-top: 36px;
	position: relative;
	width: 25%;
	font-size: 24px
}

.swiper-year li .y {
	display: block;
	line-height: 50px;
	margin: 0 auto
}

.swiper-year li .icon {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: -15px;
	background: url('../images/ic_point.png') no-repeat center center;
	background-size: contain
}

.swiper-year li.swiper-slide-thumb-active {
	color: #f15d2d;
	transform-origin: center bottom;
	transform: scale(1.5)
}

.swiper-year li.swiper-slide-thumb-active .icon {
	background-image: url('../images/ic_point_on.png');
	background-size: 60%
}

@media (max-width:480px) {
	.swiper-year li {
		width: 33.3% !important;
		font-size: 20px
	}

	.swiper-year li .y {
		font-size: 18px
	}

	.swiper-year li.swiper-slide-thumb-active {
		transform: scale(1.1)
	}
}

.swiper-step {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:992px) {
	.swiper-step li {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center
	}

	.swiper-step li .cover-box {
		width: 50%
	}

	.swiper-step li .info {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding-left: 3%
	}
}

.swiper-step .cover-box {
	border-radius: .2rem
}

@media (max-width:768px) {
	.swiper-step .cover-box {
		max-width: 400px;
		margin-bottom: .5rem
	}
}

.swiper-step .info {
	font-size: 16px;
	line-height: 2
}

/* .swiper-step p {
	position: relative;
	padding-left: 10px
}

.swiper-step p::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	top: 1em;
	left: 0
} */

.swiper-step div.MsoNormal {
	position: relative;
	padding-left: 10px
}

.swiper-step div.MsoNormal::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	top: 1em;
	left: 0
}

.swiper-step h4 {
	font-size: .3rem;
	margin-bottom: .2rem;
	font-weight: bold
}

@media (max-width:768px) {
	.swiper-step h4 {
		font-size: 24px
	}
}

@media (max-width:640px) {
	.swiper-step li {
		padding-left: 10%
	}
}

@media (max-width:480px) {
	.swiper-step li {
		padding: 0 16px
	}

	.swiper-step h4 {
		font-size: 18px
	}

	.swiper-step .info {
		font-size: 14px;
		line-height: 1.7
	}

	.swiper-step p::before {
		top: 9px
	}
}

.company-honner {
	background: #f2f2f3;
	padding: .9rem 0 .6rem;
	text-align: center
}

.company-honner .wrap {
	max-width: 1400px
}

.company-honner .hd2 {
	margin-bottom: .64rem
}

.company-honner .vSwiper {
	padding-bottom: 1rem
}

.company-honner .vSwiper li {
	background: #fff;
	width: calc(33% - .4rem);
	margin-right: .6rem;
	padding: .36rem .36rem .5rem
}

@media (max-width:1360px) {
	.company-honner .vSwiper li {
		width: calc(33% - .2rem);
		margin-right: .3rem
	}
}

@media (max-width:640px) {
	.company-honner .vSwiper li {
		width: calc(50% - .1rem);
		margin-right: .2rem
	}
}

@media (max-width:480px) {
	.company-honner .vSwiper li {
		padding: 16px 16px 20px
	}
}

.company-honner .vSwiper .tit {
	font-size: 16px;
	padding-top: .4rem
}

@media (max-width:480px) {
	.company-honner .vSwiper {
		padding-bottom: .8rem
	}

	.company-honner .vSwiper li {
		padding: 10px 10px 13px
	}

	.company-honner .vSwiper .tit {
		font-size: 14px
	}
}

.company-join {
	max-width: 1400px;
	padding: .8rem 0
}

.company-join .hd2 {
	text-align: center
}

.company-join .email {
	text-align: center;
	font-size: 18px;
	margin-bottom: .5rem;
	color: #666;
	margin-top: 10px
}

@media (max-width:768px) {
	.company-join .email {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.company-join .email {
		font-size: 15px
	}
}

.company-join li {
	margin-bottom: .3rem;
	border: 1px solid #eeeeee
}

.company-join h3 {
	background: #f2f2f3;
	padding-left: .3rem;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer
}

.company-join h3 .iconfont {
	position: absolute;
	top: 50%;
	right: 20px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	color: #f15d2d;
	transition: .6s;
	top: 0;
	height: 60px
}

.company-join h3:hover {
	color: #f15d2d
}

.company-join .info {
	display: none;
	padding: .3rem .4rem;
	line-height: 1.76;
	color: #666
}

.company-join .info h4 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #f15d2d
}

.company-join .info p+h4 {
	margin-top: 20px
}

.company-join .open {
	border: 1px solid #f15d2d
}

.company-join .open h3 {
	background-color: #f15d2d;
	color: #fff
}

.company-join .open h3 .iconfont {
	color: #fff;
	transform: rotate(135deg)
}

.company-join .bottom {
	border-top: 1px solid #e5e5e5;
	padding: .2rem 0
}

@media (max-width:768px) {
	.company-join h3 {
		padding-left: .3rem;
		font-size: 17px
	}

	.company-join .info {
		padding: .3rem
	}
}

@media (max-width:480px) {
	.company-join .email {
		font-size: 13px
	}

	.company-join h3 {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding-left: .24rem
	}
}

.cooperation-popup {
	width: 92vw;
	max-width: 640px;
	display: none
}

.cooperation-popup .top {
	background: url('../images/form.png') no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	position: relative
}

.cooperation-popup .top .icon-guanbi {
	color: #f15d2d;
	position: absolute;
	right: 0;
	top: 0;
	padding: .2rem;
	color: #fff;
	font-size: 26px;
	cursor: pointer
}

.cooperation-popup .top h2 {
	font-size: 36px;
	padding: .8rem 0 .7rem
}

@media (max-width:640px) {
	.cooperation-popup .top h2 {
		padding: 50px 0 65px;
		font-size: 30px
	}
}

.cooperation-popup nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 0;
	font-size: 18px
}

.cooperation-popup nav .item {
	width: 100%;
	padding: 16px 16px;
	cursor: pointer;
	position: relative;
	text-align: center
}

.cooperation-popup nav .active::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: -1px
}

.cooperation-popup .bd {
	padding: .4rem .4rem .6rem
}

.cooperation-popup .bd .item {
	margin-bottom: 20px
}

.cooperation-popup .layui-input,
.cooperation-popup .layui-textarea {
	border-radius: 4px;
	background-color: #eeeeee;
	border: 0;
	font-size: 16px;
	width: 100%
}

.cooperation-popup .submit,
.cooperation-popup .layui-input {
	height: 60px;
	line-height: 60px;
	padding-left: 20px
}

@media (max-width:640px) {

	.cooperation-popup .submit,
	.cooperation-popup .layui-input {
		height: 50px;
		line-height: 50px
	}
}

.cooperation-popup .layui-textarea {
	height: 1.4rem;
	line-height: 1.5;
	padding: 20px
}

.cooperation-popup .submit-box {
	padding-top: 20px
}

.cooperation-popup .submit {
	width: 220px;
	text-align: center;
	padding-left: 0;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	transition: .6s;
	letter-spacing: 4px;
	cursor: pointer;
	margin: 0 auto
}

.cooperation-popup .submit:hover {
	background-color: #f15d2d
}

@media (max-width:640px) {
	.cooperation-popup .layui-form-select dl {
		top: 52px
	}
}

.hzbox {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.hd3 {
	text-align: center;
	font-size: .36rem;
	padding-bottom: .22rem;
	position: relative;
	margin-bottom: .5rem
}

.hd3::after {
	content: '';
	display: block;
	width: .4rem;
	height: 3px;
	background-color: #f15d2d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0
}

@media (max-width:1200px) {
	.hd3 {
		font-size: 30px
	}
}

@media (max-width:768px) {
	.hd3 {
		font-size: 24px
	}
}

.hz_banner {
	height: 8.34rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.hz_about_box {
	text-align: center
}

.hz_about_box .bd {
	font-size: 16px;
	line-height: 2
}

@media (max-width:480px) {
	.hz_about_box .bd {
		font-size: 15px;
		line-height: 1.76
	}

	.hz_about_box .bd p {
		margin-bottom: .2rem
	}
}

.hz_cp_desc {
	background: #f2f2f3
}

.hz_cp_desc .hd2 {
	text-align: center
}

.hz_cp_desc .img:hover .coverimg {
	transform: scale(1)
}

.hz_cp_desc .row {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}

.hz_cp_desc .row>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important
}

@media (max-width:992px) {
	.hz_cp_desc .row {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.hz_cp_desc .row>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}
}

@media (max-width:580px) {
	.hz_cp_desc .row li {
		width: 100%
	}
}

.hz_cp_desc .inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin-bottom: .4rem;
	background: #fff;
	padding: .3rem .3rem .3rem .2rem;
	transition: .6s;
	position: relative
}

.hz_cp_desc .inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #f15d2d;
	left: 0;
	bottom: 0;
	transition: .6s
}

.hz_cp_desc .inner:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.hz_cp_desc .inner:hover::after {
	width: 100%
}

@media (max-width:992px) {
	.hz_cp_desc .inner {
		margin-bottom: .2rem
	}
}

@media (max-width:768px) {
	.hz_cp_desc .inner {
		padding: .2rem
	}
}

@media (max-width:580px) {
	.hz_cp_desc .inner {
		padding: .4rem .2rem
	}
}

.hz_cp_desc .img {
	max-width: 2.8rem;
	width: 40%;
	margin-right: .5rem
}

.hz_cp_desc .img ._bg {
	max-height: none
}

@media (max-width:992px) {
	.hz_cp_desc .img {
		margin-right: .2rem
	}
}

@media (max-width:768px) and (min-width:581px) {
	.hz_cp_desc .img {
		margin-right: 0rem
	}
}

.hz_cp_desc .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.hz_cp_desc .info .tit {
	font-size: .48rem;
	display: block;
	color: #f15d2d;
	line-height: 1;
	margin-bottom: .1rem;
	transition: .6s
}

.hz_cp_desc .info .tit:hover {
	transform: translateX(5px)
}

.hz_cp_desc .info .desc {
	font-size: .24rem;
	margin-bottom: .46rem
}

@media (max-width:640px) {
	.hz_cp_desc .info .desc {
		margin-bottom: .3rem
	}
}

@media (max-width:580px) {
	.hz_cp_desc .info .tit {
		font-size: 26px
	}

	.hz_cp_desc .info .desc {
		font-size: 16px;
		margin: .24rem 0 .5rem
	}
}

.hz_cp_desc .txt {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px
}

.hz_cp_desc .txt span {
	margin-right: .4rem;
	color: #666;
	padding-left: .14rem;
	position: relative;
	margin-bottom: .14rem
}

.hz_cp_desc .txt span::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f15d2d;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}

@media (max-width:992px) {
	.hz_cp_desc .txt span {
		margin-right: .2rem
	}
}

@media (max-width:640px) and (min-width:581px) {
	.hz_cp_desc .txt {
		font-size: 14px;
		justify-content: space-between;
		margin-right: .2rem
	}

	.hz_cp_desc .txt span {
		margin-right: 0
	}
}

@media (max-width:580px) {
	.hz_cp_desc .txt {
		font-size: 14px
	}

	.hz_cp_desc .txt span {
		width: 50%;
		margin-bottom: .2rem;
		margin-right: 0;
		padding-left: .2rem
	}
}

.hz_skill .list {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:768px) {
	.hz_skill .list {
		justify-content: space-between
	}
}

.hz_skill li {
	margin-bottom: .6rem;
	text-align: center;
	width: 33.3%;
	padding: 0 .3rem
}

.hz_skill li .ic {
	width: 1rem;
	height: 1rem;
	display: block;
	margin: 0 auto .3rem;
	border-radius: .2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .6rem;
	background-color: #ecf8fb
}

.hz_skill li .ic.ic1 {
	background-image: url('../images/hz_a1.png')
}

.hz_skill li .ic.ic2 {
	background-image: url('../images/hz_a2.png')
}

.hz_skill li .ic.ic3 {
	background-image: url('../images/hz_a3.png')
}

.hz_skill li .ic.ic4 {
	background-image: url('../images/hz_a4.png')
}

.hz_skill li .ic.ic5 {
	background-image: url('../images/hz_a5.png')
}

.hz_skill li .ic.ic6 {
	background-image: url('../images/hz_a6.png')
}

@media (max-width:640px) {
	.hz_skill li .ic {
		margin-bottom: .14rem
	}
}

.hz_skill li h3 {
	font-size: 20px;
	margin-bottom: .1rem
}

.hz_skill li p {
	font-size: 16px;
	color: #666;
	line-height: 1.76;
	max-width: 3.7rem;
	margin: 0 auto
}

@media (max-width:768px) {
	.hz_skill li {
		padding: 0;
		width: 30%
	}
}

@media (max-width:640px) {
	.hz_skill li h3 {
		font-size: 16px;
		color: #666
	}
}

@media (max-width:479px) {
	.hz_skill li {
		width: 32%
	}

	.hz_skill li h3 {
		font-size: 14px
	}
}

@media (max-width:380px) {
	.hz_skill li h3 {
		font-size: 12px
	}
}

.hz_case {
	background: #f2f2f3
}

.hz_case .row {
	margin-left: -0.15rem !important;
	margin-right: -0.15rem !important
}

.hz_case .row>* {
	padding-left: .15rem !important;
	padding-right: .15rem !important
}

@media (max-width:768px) {
	.hz_case .row {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.hz_case .row>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}
}

.hz_case li {
	margin-bottom: .3rem
}

@media (max-width:768px) {
	.hz_case li {
		margin-bottom: .2rem
	}
}

.hz_case .inner {
	background: #fff;
	padding: .2rem .2rem 0;
	text-align: center
}

.hz_case .inner .tit {
	font-size: 20px;
	line-height: 60px
}

.hz_case .inner:hover {
	background-color: #f15d2d
}

.hz_case .inner:hover .tit {
	color: #fff
}

@media (max-width:1200px) {
	.hz_case .inner .tit {
		font-size: 16px;
		line-height: 50px
	}
}

@media (max-width:480px) {
	.hz_case .inner {
		padding: .1rem .1rem 0
	}

	.hz_case .inner .tit {
		font-size: 15px;
		line-height: 40px
	}
}

.hz_support .row {
	margin-left: -0.2rem !important;
	margin-right: -0.2rem !important
}

.hz_support .row>* {
	padding-left: .2rem !important;
	padding-right: .2rem !important
}

@media (max-width:768px) {
	.hz_support .row {
		margin-left: -0.1rem !important;
		margin-right: -0.1rem !important
	}

	.hz_support .row>* {
		padding-left: .1rem !important;
		padding-right: .1rem !important
	}
}

.hz_support li {
	margin-bottom: .4rem
}

@media (max-width:768px) {
	.hz_support li {
		margin-bottom: .2rem
	}
}

.hz_support .inner {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	background: #f2f2f3
}

.hz_support .inner .img {
	margin-right: 5%;
	width: 40%
}

.hz_support .inner .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-right: .4rem
}

.hz_support .inner .id {
	color: #f15d2d;
	font-family: medium;
	font-size: .48rem;
	line-height: 1;
	margin-bottom: .14rem
}

.hz_support .inner .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

@media (max-width:992px) {
	.hz_support .inner .img {
		height: 2.5rem
	}
}

.hz_adv {
	background: url('../images/hz_bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 1rem 0;
	text-align: center
}

.hz_adv .tit {
	font-size: 24px;
	margin-bottom: .14rem
}

.hz_adv .info {
	font-size: .36rem;
	line-height: 1.4
}

.hz_adv .info span {
	color: #f15d2d
}

@media (min-width:640px) {
	.hz_adv br {
		display: none
	}
}

@media (max-width:768px) {
	.hz_adv .tit {
		font-size: 20px
	}

	.hz_adv .info {
		font-size: 30px
	}
}

@media (max-width:480px) {
	.hz_adv .tit {
		font-size: 16px;
		margin-bottom: .2rem
	}

	.hz_adv .info {
		font-size: 24px
	}
}

.hz_partner .hd {
	margin-bottom: .6rem
}

.hz_partner .hd .hd3 {
	margin-bottom: .3rem
}

.hz_partner .hd .desc {
	text-align: center;
	font-size: 16px;
	line-height: 1.6
}

@media (max-width:480px) {
	.hz_partner .hd .desc {
		font-size: 14px
	}
}

.hz_partner .bd {
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #f15d2d;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto
}

.hz_partner .tit {
	font-size: .24rem
}

.hz_partner .arr {
	background: url('../images/arr.png') no-repeat center center;
	background-size: contain;
	width: .51rem;
	height: 1.6rem;
	display: block
}

.hz_partner .ic {
	background-repeat: no-repeat;
	background-position: center;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	transition: .6s;
	margin: 0 auto .3rem;
	border: .04rem solid #daf1f8;
	border-radius: 50%;
	background-size: 50%
}

.hz_partner .ic.ic1 {
	background-image: url('../images/hz_d1.png')
}

.hz_partner .ic.ic2 {
	background-image: url('../images/hz_d2.png')
}

.hz_partner .ic.ic3 {
	background-image: url('../images/hz_d3.png')
}

.hz_partner .ic.ic4 {
	background-image: url('../images/hz_d4.png')
}

.hz_partner .ic.ic5 {
	background-image: url('../images/hz_d5.png')
}

.hz_partner .ic.ic6 {
	background-image: url('../images/hz_d6.png')
}

.hz_partner .ic.ic7 {
	background-image: url('../images/hz_d7.png')
}

.hz_partner .ic.ic8 {
	background-image: url('../images/hz_d8.png')
}

.hz_partner .item:hover .ic {
	background-color: #daf1f8
}

@media (max-width:1200px) {
	.hz_partner .ic {
		width: 1.2rem;
		height: 1.2rem
	}

	.hz_partner .arr {
		height: 1.2rem
	}
}

@media (max-width:768px) {
	.hz_partner .ic {
		width: 1.2rem;
		height: 1.2rem
	}

	.hz_partner .arr {
		height: 1.2rem;
		width: .4rem
	}

	.hz_partner .tit {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.hz_partner .bd {
		width: 100%
	}

	.hz_partner .ic {
		width: 1rem;
		height: 1rem
	}

	.hz_partner .arr {
		height: 1rem;
		width: .3rem
	}

	.hz_partner .tit {
		font-size: 14px
	}
}

.hz_partner+.quote-box .hd {
	display: none
}

.hz_partner+.quote-box .layui-form {
	position: relative;
	top: 10px
}

.content {
	width: 100%;
	margin: 0 auto;
}

.lanrenzhijia {
	width: 100%;
	margin: 40px auto;
	background: #fff;
	font-family: '微软雅黑';
}

.lanrenzhijia .tab {
	overflow: hidden;
	background: #ebebeb;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.lanrenzhijia .tab a {
		display: block;
		padding: 20px 40px;
		text-align: center;
		width: 25%;
		float: left;
		text-decoration: none;
		color: #333;
		font-weight: 800;
		font-size: 20px;
	}

	.lanrenzhijia .tab a:hover {
		background: #f15d2d;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}

	.lanrenzhijia .tab a.on {
		background: #f15d2d;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}

	.lanrenzhijia .content {
		overflow: hidden;
		padding: 40px;
	}

	.lanrenzhijia .content li {
		display: none;
		line-height: 240%;
		width: 90%;
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.lanrenzhijia .tab a {
		display: block;
		padding: 10px 10px;
		text-align: center;
		float: left;
		text-decoration: none;
		color: #333;
		font-weight: 800;
		font-size: 16px;
	}

	.lanrenzhijia .tab a:hover {
		background: #f15d2d;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}

	.lanrenzhijia .tab a.on {
		background: #f15d2d;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}

	.lanrenzhijia .content {
		overflow: hidden;
		padding: 10px;
	}

	.lanrenzhijia .content li {
		display: none;
		line-height: 240%;
		width: 90%;
		font-size: 18px;
	}
}



@media screen and (min-width: 1024px) {
	.kgkg01 {
		width: 100%
	}

	.kgkg02 {
		width: 55%;
		position: relative;
		float: left;
	}

	.kgkg03 {
		width: 40%;
		position: relative;
		float: right;
	}

	.kgkg04 {
		width: 100%;
		color: #666;
		line-height: 240%
	}
}

@media screen and (max-width: 1024px) {
	.kgkg01 {
		width: 100%
	}

	.kgkg02 {
		width: 100%;
		position: relative;
	}

	.kgkg03 {
		width: 100%;
		position: relative;
	}

	.kgkg04 {
		width: 100%;
		color: #666;
		line-height: 240%
	}
}

.kgkg05 {
	color: #d4d4d4;
	font-size: 12px;
	line-height: 220%;
}

.kgkg06 {
	color: #d4d4d4;
	font-size: 12px;
	line-height: 220%;
}


@media screen and (min-width: 1024px) {
	.ban {
		width: 500px;
		height: 600px;
		position: relative;
		overflow: hidden;
		margin: 40px auto 0 auto;
	}

	.ban2 {
		width: 500px;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
}

@media screen and (max-width: 1024px) {
	.ban {
		width: 500px;
		height: 600px;
		position: relative;
		overflow: hidden;
		margin: 40px auto 0 auto;
		zoom: 0.7
	}

	.ban2 {
		width: 500px;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 500px;
	height: 500px;
}

.prev {
	float: left;
	cursor: pointer;
}

.num {
	height: 82px;
	overflow: hidden;
	width: 430px;
	position: relative;
	float: left;
}

.min_pic {
	padding-top: 10px;
	width: 500px;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
}

.num ul li {
	width: 80px;
	height: 80px;
	margin-right: 5px;
	padding: 1px;
}

.num ul li.on {
	border: 1px solid #f15d2d;
	padding: 0;
	display: revert;
}

.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	cursor: pointer;
	float: right;
}

.prev1 {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.next1 {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.mhc {
	background: #000;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.pop_up {
	width: 500px;
	height: 500px;
	padding: 10px;
	background: #fff;
	position: fixed;
	-position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -255px;
	display: none;
	z-index: 99;
}

.pop_up_xx {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}

.pop_up2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.pop_up2 ul li {
	width: 500px;
	height: 500px;
	float: left;
}