@charset "UTF-8";
@-webkit-keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@-webkit-keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
.alignleft {
	display: inline;
	float: left
}
.alignright {
	display: inline;
	float: right
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto
}
img.alignleft {
	margin: .4em 1.6em 1.6em 0
}
img.alignright {
	margin: .4em 0 1.6em 1.6em
}
img.aligncenter {
	clear: both;
	margin-top: .4em;
	margin-bottom: 1.6em
}
.ht-block-image {
	margin: 0
}
.ht-block-columns {
	margin-bottom: 0
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none !important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1280px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}
	.mfp-arrow-left {
		transform-origin: 0
	}
	.mfp-arrow-right {
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.mfp-bg {
	opacity: 0;
	transition: all .3s
}
.mfp-bg.mfp-ready {
	opacity: .8
}
.mfp-bg.mfp-ready.mfp-removing {
	opacity: 0
}

.white-popup-block {
	position: relative;
	background: #fff;
	padding: 3rem;
	width: auto;
	max-width: 600px;
	margin: 20px auto
}
.white-popup-block .contact-sce-tit {
	margin-top: 0
}
.loop-item-200 {
	margin-bottom: 1.25rem
}
.loop-item-200 h2 {
	background: #eee;
	border-radius: 4px 4px 0 0;
	line-height: 2.5rem;
	padding: 0 1.25rem 0 2.5rem;
	margin: 0;
	transition: all .3s
}
.loop-item-200 h2 a {
	font-weight: 500;
	color: #333;
	font-size: 1rem;
	width: 70%;
	display: inline-block;
	transition: all .3s
}
.loop-item-200 h2 a:hover {
	color: #C7A550
}
.loop-item-200 .meta {
	float: right;
	display: inline-block;
	font-weight: 400;
	font-size: .75rem;
	color: #888;
	background: #fff;
	border-radius: 4px;
	line-height: 1.6em;
	padding: 0 .5rem;
	margin-top: .875rem;
	margin-right: 1.25rem
}
.loop-item-200 .meta.cat_pro {
	background: #C7A550;
	color: #fff
}
.loop-item-200 .meta.cat_down {
	background: #222;
	color: #fff
}
.loop-item-200 .meta.cat_page {
	background: #C7A550;
	color: #fff
}
.loop-item-200 .txt {
	background: #f8f8f8;
	padding: 1rem 2.5rem;
	border-radius: 0 0 10px 10px
}
.loop-item-200 .txt p {
	margin: 0;
	color: #666;
	font-size: .875rem;
	line-height: 1.8em
}
.loop-item-200:hover h2 {
	background: #ddd
}
@media screen and (max-width:600px) {
	.loop-item-200 .txt {
		padding: 1rem
	}
	.loop-item-200 h2 {
		padding: 0 1rem
	}
	.loop-item-200 .meta {
		margin-right: 0
	}
	.loop-item-200 h2 a {
		line-height: 1.2rem;
		padding: .8rem 0
	}
}
.xz-news-ul i {
	flex: none;
	width: 31.8%;
	height: 0
}
.xz-loop-a012 {
	width: 31.8%;
	margin-bottom: 3.75rem;
	transition: all .3s ease;
	border-radius: 2px
}
.xz-a012-thumb {
	overflow: hidden;
	display: block;
	border-radius: 2px 2px 0 0
}
.xz-a012-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.xz-a012-thumb:hover img {
	transform: scale(1.05)
}
.xz-a012-info {
	padding: 2rem 1rem
}
.xz-a012-date {
	color: #222;
	font-size: .875rem;
	line-height: 1em
}
.xz-a012-tit {
	color: #fff;
	transition: all .3s ease;
	font-size: 1.5rem;
	line-height: 1.25em;
	display: block;
	margin: 1rem 0 1.5rem
}
.xz-a012-tit:hover {
	color: #C7A550
}
.xz-a012-more {
	color: #666;
	transition: all .3s ease;
	display: inline-block
}
.xz-a012-more::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #222;
	margin-top: .15rem
}
.xz-a012-more:hover {
	color: #C7A550;
	transform: translateX(.25rem)
}
.xz-a012-more:hover::after {
	background: #C7A550
}
@media screen and (max-width:1366px) {
	.xz-loop-a012 {
		width: 30%
	}
}
@media screen and (max-width:1280px) {
	.xz-loop-a012 {
		width: 32%;
		margin-bottom: 1.2rem
	}
}
@media screen and (max-width:1024px) {
	.xz-a012-tit {
		font-size: 1.2rem
	}
}
@media screen and (max-width:800px) {
	.xz-loop-a012 {
		width: 48%
	}
}
@media screen and (max-width:600px) {
	.xz-loop-a012 {
		width: 84%;
		margin-left: 8%
	}
}
.xz_prod_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2rem
}
.xz-loop-prod {
    background: #fff;
    border: 1px solid #eaeaea;
	padding: 1.25rem 1.25rem 2.5rem;
    -moz-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    -webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
	transition: all .3s ease
}
.xz-loop-prod .img_box {
	display: block;
	padding: 5%;
	overflow: hidden
}
.xz-loop-prod .img_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.xz-loop-prod .img_box:hover img {
	transform: scale(1.05)
}
.xz-loop-prod .info_box {
	padding: 0 .5vw;
}
.xz-loop-prod .tit {
    font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.35rem;
	font-weight: 500;
	text-align: center;
	display: block;
	height: 3rem;
    line-height: 1.5rem;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all .3s ease;
}
.xz-loop-prod .info {
	font-size: .8rem;
    text-align: left;
	color: #555;
	background: url('../img/point.png') left 4px no-repeat;
	padding-left: 16px;
	margin: .04vw 0 1vw;
}
.xz-loop-prod .info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.xz-loop-prod .btn_box {
	display: flex;
	justify-content: space-between
}
.xz-loop-prod .btn_box .index_btn {
	min-width: calc(50% - .3125rem);
	padding: 0 .625rem
}
@media screen and (max-width:1366px) {
	.xz-loop-prod {
		padding: 1.25rem 1.25rem 2rem
	}
	.xz-loop-prod .info_box {
		padding: 1.25rem .5rem 0
	}
	.xz-loop-prod .tit {
		font-size: 1rem;
		height: 3rem;
		line-height: 1.5rem
	}
	.xz-loop-prod .info {
		margin: 1rem 0 1.25rem;
		font-size: .875rem;
		line-height: 1.5rem
	}
	.xz-loop-prod .btn_box .index_btn {
		font-size: .875rem;
		height: 3rem;
		line-height: 3rem
	}
}
@media screen and (max-width:1200px) {
	.xz-loop-prod .info {
		margin: 1rem 0 .625rem
	}
	.xz-loop-prod .btn_box {
		flex-flow: column
	}
	.xz-loop-prod .btn_box .index_btn {
		margin-top: .5rem
	}
}
@media screen and (max-width:800px) {
	.xz_prod_box {
		grid-template-columns: 1fr 1fr
	}
	.xz-loop-prod {
	    float: left;
	    width: 48.5%;
		padding: 0;
	    margin-right: 3%;
	    margin-bottom: 3%;
	}
	.xz-loop-prod:nth-child(2n) {
	    margin-right: 0;
	}
	.xz-loop-prod .btn_box .index_btn {
		height: 2.75rem;
		line-height: 2.75rem
	}
}
@media screen and (max-width:600px) {
    .xz-loop-prod {
        background: #f3f3f3;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .xz-loop-prod .img_box {
        background: #fff;
    }
	.xz-loop-prod .tit {
		font-size: 1rem;
		height: 2.75rem;
		line-height: 1.375rem
	}
	.xz-loop-prod .info {
		font-size: .75rem;
		line-height: 1.25rem;
		background: none;
		margin: .5rem 0.5rem 0;
	}
	.xz-loop-prod .info_box {
        padding: 1rem 0 .8rem;
    }
	.xz_prod_box {
        display: block;
		width: 100%;
        grid-template-columns: auto;
        grid-gap: unset;
		margin: 0 auto
	}
	.xz_prod_box .tit {
		height: auto
	}
	.xz_prod_box .btn_box {
		flex-flow: row;
		display: none;
	}
	.xz_prod_box .btn_box .index_btn {
		margin-top: .5rem
	}
}
.xz_gallery_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2.5rem
}
.xz-loop-gallery {
	position: relative;
	background-color: #f6f6f6;
	padding: 1.875rem
}
.xz-loop-gallery .img_box {
	position: relative;
	display: block;
	z-index: 1;
	width: 100%
}
.xz-loop-gallery .img_box img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.xz-loop-gallery .img_box::after, .xz-loop-gallery .img_box::before {
	content: "";
	position: absolute;
	bottom: -1.25rem;
	left: 1.875rem;
	width: calc(100% - 3.75rem);
	height: 3rem;
	background: rgba(0, 0, 0, .1);
	z-index: -1
}
.xz-loop-gallery .img_box::before {
	bottom: -2.5rem;
	left: 3.75rem;
	width: calc(100% - 7.5rem);
	background: rgba(226, 226, 226, .6)
}
.xz-loop-gallery .tit {
	display: block;
	margin-top: 4rem;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222;
	text-align: center;
	transition: all .3s ease
}
.xz-loop-gallery:hover .tit {
	color: #C7A550
}
@media screen and (max-width:1366px) {
	.xz_gallery_box {
		grid-gap: 2rem
	}
	.xz-loop-gallery {
		padding: 1.5rem
	}
	.xz-loop-gallery .tit {
		font-size: 1.375rem;
		line-height: 1.875rem
	}
}
@media screen and (max-width:1024px) {
	.xz-loop-gallery .tit {
		font-size: 1.25rem;
		line-height: 1.625rem
	}
}
@media screen and (max-width:800px) {
	.xz_gallery_box {
		grid-gap: 1.5rem
	}
	.xz-loop-gallery .img_box::after, .xz-loop-gallery .img_box::before {
		bottom: -1rem;
		left: 1.5rem;
		width: calc(100% - 3rem);
		height: 3rem
	}
	.xz-loop-gallery .img_box::before {
		bottom: -2rem;
		left: 3rem;
		width: calc(100% - 6rem)
	}
	.xz-loop-gallery .tit {
		margin-top: 3rem;
		font-size: 1.125rem;
		line-height: 1.5rem
	}
}
@media screen and (max-width:600px) {
	.xz_gallery_box {
		grid-template-columns: 1fr
	}
}
.xz_hot_news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #e4ebf9
}
.xz-loop-hot-news {
	width: 47.69%
}
.xz-loop-hot-news .img_box {
	display: block;
	overflow: hidden
}
.xz-loop-hot-news .img_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.xz-loop-hot-news .img_box:hover img {
	transform: scale(1.05)
}
.xz-loop-hot-news .info_box {
	padding: 2.083vw 0 2.5vw
}
.xz-loop-hot-news .info_box .tit {
	display: block;
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.xz-loop-hot-news .info_box .tit:hover {
	color: #C7A550
}
.xz-loop-hot-news .info_box .date {
	margin-top: 1.5625vw;
	color: #999;
	font-size: 1.125rem;
	line-height: 2rem
}
@media screen and (max-width:1366px) {
	.xz-loop-hot-news {
		width: 47.69%
	}
	.xz-loop-hot-news .info_box {
		padding: 1.5rem 0 2rem
	}
	.xz-loop-hot-news .info_box .tit {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.xz-loop-hot-news .info_box .date {
		margin-top: 1.25rem;
		font-size: 1rem;
		line-height: 1.5rem
	}
}
@media screen and (max-width:800px) {
	.xz-loop-hot-news .info_box {
		padding: 1.25rem 0 1.5rem
	}
	.xz-loop-hot-news .info_box .tit {
		font-size: 1.125rem;
		line-height: 1.5rem
	}
	.xz-loop-hot-news .info_box .date {
		margin-top: .875rem;
		font-size: .875rem;
		line-height: 1.25rem
	}
}
@media screen and (max-width:600px) {
	.xz-loop-hot-news {
		width: 100%
	}
}
@media screen and (max-width:500px) {
	.xz-loop-hot-news {
		width: 100%
	}
	.xz-loop-hot-news .info_box {
		padding: 1rem 0 1.25rem
	}
	.xz-loop-hot-news .info_box .tit {
		font-size: 1rem;
		line-height: 1.25rem
	}
	.xz-loop-hot-news .info_box .date {
		margin-top: .75rem;
		font-size: .75rem;
		line-height: 1.125rem
	}
}
.hot_pro {
	margin-bottom: 4.25rem
}
.hot_pro .slick-dots {
	position: absolute;
	left: 0;
	bottom: 1rem
}
.hot_pro .slick-dots li {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 1rem 0 0;
	cursor: pointer
}
.hot_pro .slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #eaeaea;
	color: #555;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem
}
.hot_pro .slick-dots li button::before {
	display: none
}
.hot_pro .slick-dots li.slick-active button, .hot_pro .slick-dots li:hover button {
	border-color: #C7A550;
	background-color: #C7A550;
	color: #fff
}
.loop_hot_pro {
	display: flex !important;
	justify-content: space-between;
	align-items: center
}
.loop_hot_pro .info_box {
	position: relative;
	width: 55%;
	line-height: 1.5rem;
	z-index: 2;
	padding-bottom: 8rem
}
.loop_hot_pro .img_box {
	position: relative;
	z-index: 1;
    background: #f5f5f5;
    border-radius: 10px;
	overflow: hidden;
}
.loop_hot_pro .img_box img {
	width: 100%;
	height: 100%;
    padding: 10%;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.loop_hot_pro .img_box:hover img {
	transform: scale(1.05)
}
.loop_hot_pro .tit {
	display: block;
	font-size: 1.75rem;
	line-height: 2.5rem;
	color: #222;
	font-weight: 600;
	margin-bottom: 1.5rem
}
.loop_hot_pro .tit:hover {
	color: #C7A550
}
.loop_hot_pro .tag {
	color: #222;
}
.loop_hot_pro .intro {
    height: 13.5rem;
	margin: .625rem 0 1rem;
}
.loop_hot_pro .intro p {
    background: url(../img/icon_item.svg) no-repeat left;
    background-size: 2%;
    float: left;
    width: 100%;
    font-size: .95rem;
    border-bottom: 1px dashed #ddd;
    padding: 1.1rem 0 1rem 1.8rem;
}
.loop_hot_pro .intro p:last-child {
    border-bottom: none;
}
.loop_hot_pro .more {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5rem 0 2rem;
	width: 100%;
	color: #555;
	height: 3.75rem;
	line-height: 3.75rem;
	border: 1px solid #eaeaea;
	background-color: #fff;
	box-shadow: 0 12px 16px 1px rgba(0, 0, 0, .04);
	position: relative
}
.loop_hot_pro .more::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: .25rem;
	height: 100%;
	background-color: #C7A550
}
.loop_hot_pro .more:hover {
	color: #C7A550
}
@media screen and (max-width:1366px) {
	.hot_pro {
		margin-bottom: 3rem
	}
	.hot_pro .slick-dots {
		bottom: 0
	}
	.hot_pro .slick-dots li {
		margin: 0 1.25rem 0 0
	}
	.loop_hot_pro .info_box {
		padding-bottom: 4rem
	}
	.loop_hot_pro .tit {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: .875rem
	}
	.loop_hot_pro .tag {
		font-size: .875rem;
		line-height: 1.25rem
	}
	.loop_hot_pro .intro {
		margin: .625rem 0 1.25rem;
		font-size: .875rem;
		line-height: 1.25rem
	}
	.loop_hot_pro .more {
		padding: 0 1rem 0 1.5rem;
		height: 3rem;
		line-height: 3rem
	}
}
@media screen and (max-width:1200px) {
	.hot_pro {
		margin-bottom: 2.5rem
	}
	.loop_hot_pro .tit {
		font-size: 1.25rem;
		line-height: 1.5rem
	}
}
@media screen and (max-width:1024px) {
	.hot_pro {
		margin-bottom: 3rem
	}
}
@media screen and (max-width:500px) {
	.hot_pro {
		margin-bottom: 2.5rem
	}
	.loop_hot_pro {
		flex-flow: column-reverse
	}
	.loop_hot_pro .info_box {
		width: 100%
	}
	.loop_hot_pro .info_box .more {
		width: 100%
	}
	.loop_hot_pro .img_box {
		width: 100%;
		margin-bottom: 2rem
	}
}
.xz-loop-news {
	display: flex;
	position: relative;
	overflow: hidden;
	padding-top: 1.8rem;
    margin-bottom: 2rem;
	border-top: 1px solid #eaeaea;
	justify-content: space-between;
	transition: all .3s ease;
}
/*.xz-loop-news:first-of-type {
	padding-top: 0;
	border-top: none
}*/
.xz-loop-news .img_box {
	display: block;
	width: 30.769%;
	overflow: hidden
}
.xz-loop-news .img_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.xz-loop-news .img_box:hover img {
	transform: scale(1.05)
}
.xz-loop-news .info_box {
	width: 66.1538%
}
.xz-loop-news .tit {
	display: block;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 2rem;
	color: #222;
	margin-top: .625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.xz-loop-news .tit:hover {
	color: #C7A550
}
.xz-loop-news .intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.xz-loop-news .date {
	color: #999;
	line-height: 1.5rem;
	margin: .8vw 0 1.2vw
}
.xz-loop-news .date .cMouth, .xz-loop-news .date .d {
	padding-right: 6px;
}
.xz-loop-news .intro p a {
	color:#C7A550;
	padding-left: 0.5rem;
}
@media screen and (max-width:1366px) {
	.xz-loop-news .tit {
		margin-top: .25rem
	}
	.xz-loop-news .date {
		margin: 1.125rem 0 .875rem
	}
}
@media screen and (max-width:1200px) {
	.xz-loop-news .tit {
		margin-top: 0
	}
	.xz-loop-news .date {
		margin: 1rem 0 .625rem
	}
}
@media screen and (max-width:800px) {
	.xz-loop-news {
		padding-top: 1.5rem;
		margin-bottom: 1.5rem
	}
	.xz-loop-news .tit {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}
	.xz-loop-news .intro {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}
}
@media screen and (max-width:600px) {
	.xz-loop-news .tit {
		font-size: 1rem;
		line-height: 1.5rem
	}
	.xz-loop-news .date {
		margin: .625rem 0 .25rem
	}
}
@media screen and (max-width:500px) {
	.xz-loop-news .img_box {
		width: 36%
	}
	.xz-loop-news .info_box {
		width: 60%
	}
	.xz-loop-news .tit {
		font-size: .875rem;
		line-height: 1.25rem
	}
	.xz-loop-news .date {
		font-size: .75rem;
		line-height: 1rem
	}
	.xz-loop-news .intro {
		font-size: .75rem;
		line-height: 1rem
	}
}
.xz-case-ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.25rem
}
.xz_loop_case {
	display: block;
	background-color: #f3f3f3;
	border-radius: 7px;
    overflow: hidden;
}
.xz_loop_case .img_box {
	background-color: #f9f9f9;
	overflow: hidden;
    padding: 8% 8% 0;
}
.xz_loop_case .img_box img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.xz_loop_case .tit {
	margin: 1.625rem 1vw;
	font-size: 1rem;
    text-align: center;
	line-height: 1.3;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all .3s ease
}
.xz_loop_case .tit b {
	font-weight: 600;
}
.xz_loop_case:hover .img_box img {
	transform: scale(1.05)
}
.xz_loop_case:hover .tit {
	color: #C7A550
}
@media screen and (max-width:1366px) {
	.xz_loop_case {
		padding-bottom: 1.5rem
	}
	.xz_loop_case .tit {
		margin: 1.5rem 1rem 0;
		font-size: 1rem;
		line-height: 1.375rem
	}
}
@media screen and (max-width:800px) {
	.xz-case-ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.875rem
	}
}
@media screen and (max-width:600px) {
	.xz-case-ul {
		grid-gap: 1.25rem
	}
	.xz_loop_case {
		padding-bottom: 1rem
	}
	.xz_loop_case .tit {
		margin: 1.25rem 1rem 0;
		font-size: .875rem;
		line-height: 1.25rem
	}
}
.xz-toppic-404 {
	height: 0 !important
}
.xz-404 {
	text-align: center
}
.xz-404 .tit {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222
}
.xz-404 .intro {
	color: #666;
	margin: .5rem 0 1.5rem;
	line-height: 1.25rem
}
.xz-404 .s_tit {
	color: #555;
	line-height: 1.25rem
}
.xz-404 .index_btn {
	margin: .75rem auto 6.25rem;
	width: 12.5rem
}
.xz-404-a {
	display: block;
	margin: 3.125rem auto 1.25rem;
	transition: all .3s ease;
	max-width: 80%
}
.xz-404-a:hover {
	transform: translateY(-1rem)
}
.xz-404-a:active {
	transform: scale(.95)
}
@media screen and (max-width:1366px) {
	.xz-404 .index_btn {
		margin-bottom: 5rem
	}
}
@media screen and (max-width:800px) {
	.xz-404 .index_btn {
		margin-bottom: 4rem;
		width: 11rem
	}
	.xz-404-a {
		margin: 3rem auto 1.25rem
	}
}
@media screen and (max-width:600px) {
	.xz-404 .tit {
		font-size: 1.375rem;
		line-height: 1.75rem
	}
	.xz-404 .intro {
		margin: .5rem 0 .875rem
	}
}
.footer-main {
	background-color: #222;
	padding: 4.5rem 0;
}
.footer-main .public_flex_box {
	display: flex;
	justify-content: space-between
}
.footer-main .left_box {
	width: 35.625%
}
.footer-main .left_box form label {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #999
}
.footer-main .left_box form input {
	background: rgba(255, 255, 255, .2);
	height: 2.5rem;
	line-height: 2.5rem;
	border: none;
	margin: 0 0 1rem;
	width: 100%;
	padding: 0 1rem;
	color: #fff
}
.footer-main .left_box form textarea {
	background: rgba(255, 255, 255, .2);
	width: 100%;
	height: 4.5rem;
	border: none;
	margin: 0;
	padding: 1rem;
	color: #fff
}
.footer-main .left_box form i {
	color: #C7A550
}
.footer-main .left_box form .wpcf7-submit {
	background-color: #C7A550;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
	height: 3rem;
	line-height: 3rem;
	cursor: pointer;
	transition: all .3s ease;
	margin: 1.25rem 0 0;
}
.footer-main .left_box form .wpcf7-submit:hover {
	filter: brightness(1.1)
}
.footer-main .left_box form .wpcf7-submit:active {
	transform: scale(.95)
}
.footer-main .left_box form .wpcf7-not-valid-tip, .footer-main .left_box form .wpcf7-response-output {
	font-size: 14px !important;
	line-height: 16px !important
}
.footer-main .left_box form .wpcf7-response-output {
	margin: 1rem 0 !important;
	padding: .875rem !important;
	color: rgba(255, 255, 255, .85)
}
.footer-main .h3_title {
	font-family: 'Oswald', 'Roboto Condensed';
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem
}
.footer-main .right_box {
	width: 55.5%
}
.footer-main .right_box .index_btn {
	width: 15rem;
	color: #fff;
    letter-spacing: 1px;
	border-color: rgba(255, 255, 255, .5);
	margin-top: 2rem;
}
.footer-main .right_box .index_btn:hover {
    letter-spacing: 1px;
	border-color: #C7A550;
}
.footer-main .contact_info {
	display: flex;
	flex-wrap: wrap;
}
.footer-main .contact_info .list {
	width: 33.3333%;
	min-width: 230px;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	line-height: 1.5rem;
	color: #8a8a8a
}
.footer-main .contact_info .list:last-of-type {
	width: 100%
}
.footer-main .contact_info .list i {
	flex: none;
	font-size: 1.8rem;
	margin-right: 1rem;
	color: #C7A550;
	display: flex;
	justify-content: center;
	align-items: center
}
.footer-main .contact_info .list .tit {
	margin-bottom: 0
}
.footer-main .contact_info .list .info {
	color: rgba(255, 255, 255, .85);
	line-height: 1.7rem
}
.footer-main .contact_info .list a.info:hover {
	color: #C7A550;
	transform: translateX(.25rem)
}
.footer-btm {
	background: #222;
	padding: 1.5rem 0;
	color: #828282;
	border-top: 1px solid rgba(255, 255, 255, .1)
}
.footer-btm .box_l span a {
	color: #828282;
}
.footer-btm .box_l span:before {
	content: '|';
	font-size: .9rem;
	padding-left: .5rem;
	padding-right: .6rem;
}
.left_box #pageform p {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.left_box #pageform p:nth-child(2n) {
	margin-right: 0;
}
.left_box #pageform p:nth-last-child(1), #pageform p:nth-last-child(2) {
	width: 100%;
}

#mfooter {
	display: none
}
@media screen and (max-width:1366px) {
	.footer-main .left_box form .wpcf7-submit {
		font-size: 1rem;
	}
	.footer-main .right_box .index_btn {
		width: 14rem
	}
	.footer-main .contact_info .list {
		width: 45%;
	}
	.footer-main .contact_info .list i {
		font-size: 1.75rem;
		margin-right: 1.5rem
	}
	.footer-main .contact_info .list .info {
		font-size: 1.125rem;
		line-height: 1.5rem
	}
}
@media screen and (max-width:1024px) {
	.footer-main {
		padding: 3.5rem 0 1rem
	}
	.footer-main .left_box {
		width: 40%
	}
	.footer-main .left_box form textarea {
		height: 4rem;
	}
	.footer-main .right_box .index_btn {
		width: 12rem
	}
	.footer-main .contact_info .list {
		width: 50%;
		min-width: auto;
		margin-bottom: .8rem
	}
	.footer-main .contact_info .list i {
		font-size: 1.5rem;
		margin-right: 1rem
	}
	.footer-main .contact_info .list .info {
		font-size: .9rem;
		line-height: 1.25rem
	}
	.footer-btm {
		padding: 1rem 0
	}
}
@media screen and (max-width:800px) {
	#mfooter {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
		align-items: center;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 -2px .5rem -2px rgba(0, 0, 0, .2);
		z-index: 9999;
		transition: all .5s
	}
	#mfooter.hide {
		transform: translateY(4.5rem);
	}
	#mfooter a {
		width: 25%;
		font-size: .912rem;
		text-align: center;
		font-weight: 500;
		color: #C7A550;
		padding-bottom: .6rem;
		transition: all .3s ease;
	}
	#mfooter a .iconfont {
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		font-size: 1.25rem;
		margin: 1rem auto 0;
		color: #C7A550;
		font-weight: 400;
		transition: all .3s ease
	}
	#mfooter a.active {
		color: #C7A550
	}
	#mfooter a.active .iconfont {
		color: #C7A550
	}
	.footer-main {
		padding: 3rem 0 1rem
	}
	.footer-main .public_flex_box {
		flex-flow: column
	}
	.footer-main .left_box {
		width: 100%;
		margin-bottom: 2rem
	}
	.footer-main .right_box {
		width: 100%;
		margin-bottom: 0
	}
	.footer-main .right_box .index_btn {
		width: 11rem
	}
	.xz-searchform-foot {
		height: 3.25rem;
		line-height: 3.25rem;
		margin: 0 0 2rem
	}
	.xz-searchform-foot .xz-searchform-submit {
		font-size: 1rem
	}
	.footer-btm .public_flex_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		text-align: center
	}
	.footer-btm .box_r {
		margin-top: .625rem
	}
}
@media screen and (max-width:500px) {
	.xz-searchform-foot {
		height: 3rem;
		line-height: 3rem
	}
	.xz-searchform-foot .xz-searchform-input {
		padding: 0 7rem 0 1rem
	}
	.xz-searchform-foot .xz-searchform-submit {
		font-size: .875rem;
		width: 6rem
	}
	.footer-main {
		padding: 3rem 0 .5rem
	}
	.footer-main .right_box .index_btn {
		width: 9rem;
		font-size: 1rem;
        margin: .5em auto 0;
        display: none;
	}
}

.xz-prenext {
	padding: 2.5rem;
	border: 1px solid #eaeaea
}
.xz-pn-next, .xz-pn-pre {
	margin-bottom: 1.25rem;
	display: flex;
	line-height: 1.5rem;
	color: #999;
	align-items: center
}
.xz-pn-next .tit, .xz-pn-pre .tit {
	margin-right: .25rem
}
.xz-pn-next .no, .xz-pn-pre .no {
	color: #666
}
.xz-pn-next {
	margin-bottom: 0
}
.xz-pn-link {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.xz-pn-link a {
	display: inline-block;
	color: #222;
	transition: all .3s ease
}
.xz-pn-link a:hover {
	color: #C7A550;
	transform: translateX(.25rem)
}
@media screen and (max-width:1366px) {
	.xz-prenext {
		padding: 1.5rem
	}
	.xz-pn-pre {
		margin-bottom: 1rem
	}
}
@media screen and (max-width:500px) {
	.xz-prenext {
		padding: 1.25rem
	}
	.xz-pn-pre {
		margin-bottom: .625rem
	}
}
.quote_info {
	background-color: #f8f8f8;
	padding: 1.875rem 1.25rem 1.25rem
}
.quote_info .h4_title {
	margin-bottom: 1rem
}
.quote_info .info_box {
	background-color: #fff;
	padding: 1.25rem 1.25rem .5rem
}
.quote_info .list {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem
}
.quote_info .list:last-of-type {
	border-bottom: none;
	margin-bottom: 0
}
.quote_info .list .tit {
	color: #C7A550
}
.quote_info .list .info {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.05rem;
	color: #222;
	display: inline-block
}
.quote_info .list .info:hover {
	transform: translateX(.25rem);
	text-decoration: underline;
	color: #C7A550
}
.xz-search {
	padding-bottom: 5rem
}
.xz-search.no-search {
	padding-bottom: 0
}
.xz-search.no-search .search-results {
	margin-bottom: 5rem;
	border-bottom: 1px solid #ddd
}
.xz-search .xz_new_box {
	padding-top: 0
}
.xz-search .search-results .xz_related_pro {
	padding-bottom: 0
}
.search-sec-box {
	background-color: #f8f8f8
}
.search-sec {
	padding: 4.25rem 0;
	max-width: 860px;
	margin: 0 auto
}
.search-nav {
	background-color: #f8f8f8
}
#search-nav {
	display: flex
}
.search-nav-li a {
	display: block;
	font-size: 1rem;
	line-height: 2.8125rem;
	width: 8.5rem;
	text-align: center;
	color: #555;
	position: relative
}
.search-nav-li.current a, .search-nav-li:hover a {
	color: #fff;
	background-color: #C7A550
}
.search-count {
	margin: 1.375rem 0 2.5rem;
	font-size: .875rem;
	line-height: 1rem;
	color: #999
}
.search-count span {
	color: #C7A550;
	margin-right: .125rem
}
.found-result {
	width: 70%;
	max-width: 433px;
	margin: 0 auto;
	padding: 4.5rem 0 6.25rem
}
.found-result .index_btn {
	width: 12.5rem;
	min-width: auto;
	background-color: #C7A550;
	color: #fff
}
.found-result .index_btn:hover {
	filter: brightness(1.1)
}
.result-tit {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222;
	margin-bottom: 1rem
}
.results-tips {
	margin-bottom: 1.875rem
}
.results-tip {
	font-size: .875rem;
	line-height: 1.625rem;
	color: #666
}
.xz-searchform-2 {
	position: relative;
	background: #fff;
	display: flex;
	overflow: hidden;
	border: solid 1px rgba(40, 61, 121, .2);
	height: 4rem;
	width: 100%
}
.xz-searchform-2 .xz-searchform-input {
	flex: 1;
	border: none;
	background: 0 0;
	font-size: 1rem;
	padding: 0 4rem 0 1rem
}
.xz-searchform-2 .xz-searchform-select {
	border: none;
	border-right: 1px solid rgba(40, 61, 121, .2);
	padding: 1rem;
	width: 8.3125em;
	font-size: 1rem;
	color: #666;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	background: #fff;
	appearance: none;
	background: url("../img/down.png") calc(100% - 1rem) 50% no-repeat #fff;
	background-size: auto 1rem
}
.xz-searchform-2 .xz-searchform-submit {
	background: #fff;
	color: #222;
	width: 4rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.125rem;
	border: none;
	cursor: pointer;
	transition: all .3s ease
}
.xz-searchform-2 .xz-searchform-submit:hover {
	color: #C7A550
}
@media screen and (max-width:1366px) {
	.found-result {
		margin: 4rem auto 5rem
	}
}
@media screen and (max-width:800px) {
	.xz-search {
		padding-bottom: 3rem
	}
	.found-result {
		margin: 3rem auto 4rem
	}
	.found-result .index_btn {
		width: 10rem
	}
	.search-count {
		margin: 1.25rem 0 1.5rem
	}
	.result-tit {
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-bottom: 1rem
	}
	.results-tip {
		margin-top: .25rem;
		font-size: .875rem;
		line-height: 1.25rem
	}
	.xz-searchform-2 {
		height: 3.75rem
	}
	.xz-searchform-2 .xz-searchform-select {
		flex: none;
		width: 7.5rem;
		font-size: 14px;
		background-position: calc(100% - .5rem) center;
		background-size: auto 1rem
	}
	.xz-searchform-2 .xz-searchform-input {
		padding: 0 3.75rem 0 1rem
	}
	.xz-searchform-2 .xz-searchform-submit {
		width: 3.75rem
	}
}
@media screen and (max-width:600px) {
	.xz-search {
		padding-bottom: 2.5rem
	}
	.search-sec {
		padding: 3rem 0
	}
	.found-result {
		width: 100%;
		margin: 2rem 0 3rem
	}
	.search-nav-li a {
		width: 6rem;
		line-height: 2.5rem
	}
}
.side-bar {
	width: 4.375rem;
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: 0 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000
}
.side-bar a {
	display: flex;
	width: 3.5rem;
	height: 3.5rem;
	background: #C7A550;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	border-radius: 6px;
	margin-bottom: .25rem;
	position: relative
}
.side-bar a.toTop {
	background: #C7A550
}
.side-bar a.toTop:hover i {
	color: #555
}
.side-bar a.toTop p i {
	color: #fff
}
.side-bar a.toTop p em {
	color: #fff
}
.side-bar a p {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.side-bar a p em {
	font-style: normal;
	font-size: .7rem;
	color: #fff;
	font-weight: 400;
	margin-top: .25rem;
	line-height: .875rem;
	transition: all .3s ease
}
.side-bar a i {
	color: #fff;
	font-size: 1.8rem;
	transition: all .3s ease
}
.side-bar a:first-child i, .side-bar a:last-child i {
	font-size: 1.6rem;
}
.side-bar .gotop {
	cursor: pointer;
}
.ewm_show .ewm {
	height: auto;
	text-align: center
}
.ewm_show .ewm img {
	width: 6.25rem;
	display: block;
	margin: 1rem auto .625rem
}
.ewm_show .ewm i {
	display: block;
	font-size: .875rem;
	font-style: normal;
	margin-bottom: .5rem
}
.side-bar a:hover {
	background-color: #ccc;
	color: #555
}
.side-bar a:hover em, .side-bar a:hover i {
	color: #555
}
.side-bar a:hover span {
	transform: translate(-100%, -50%);
	opacity: 1
}
.side-bar a span {
	display: inline-block;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	white-space: nowrap;
	padding: 0 1rem;
	background-color: #fff;
	border-radius: .63rem;
	color: #333;
	transition: all .8s;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(100%, -50%);
	opacity: 0;
	box-shadow: 0 .13rem .75rem 0 rgba(0, 0, 0, .15)
}
.side-bar a span:hover {
	color: #C7A550
}
@media screen and (max-width:1024px) {
	.side-bar {
		display: none;
		width: 3rem;
		padding: .5rem 0
	}
	.side-bar a {
		width: 3rem;
		height: 3rem;
		margin-bottom: .125rem
	}
	.side-bar a p em {
		display: none
	}
	.side-bar a span {
		display: none
	}
}
.slick-dots {
	font-size: 0;
	display: inline-block;
	display: flex;
	justify-content: center
}
.slick-dots li {
	width: auto;
	height: 10px;
	margin: 0 .5rem
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	vertical-align: bottom;
	font-size: 0;
	display: block;
	position: relative;
	transition: all .3s ease;
	padding: 0;
	border: none;
	background: 0 0
}
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	opacity: .8;
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
	transition: all .3s ease;
	box-shadow: 0 0 .3rem rgba(0, 0, 0, .3)
}
.slick-dots .slick-active button:before {
	background: #C7A550;
	opacity: 1;
	box-shadow: none
}
.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .4);
	padding: 0;
	font-weight: 400;
	width: 3.75rem;
	height: 3.75rem;
	border: none;
	color: #fff;
	z-index: 100;
	cursor: pointer;
	transition: all .5s ease
}
.slick-arrow:hover {
	background-color: #C7A550;
	color: #fff
}
.slick-arrow i {
	font-size: 1rem
}
.slick-arrow.slick-next {
	left: auto;
	right: 0
}
@media screen and (max-width:800px) {
	.xz-banner-ul .slick-dots li {
		transform: scale(.75);
		margin: 0 .2rem
	}
	.slick-arrow {
		width: 3.25rem;
		height: 3.25rem
	}
}
@media screen and (max-width:600px) {
	.slick-arrow {
		width: 3rem;
		height: 3rem
	}
}
@media screen and (max-width:500px) {
	.slick-arrow {
		width: 2.5rem;
		height: 2.5rem
	}
}
.xz-sns-ul {
	display: flex
}
.xz-sns-li {
	margin-right: .625rem
}
.xz-sns-a {
	display: block;
	color: #C7A550;
	transition: all .3s ease
}
.xz-sns-a:hover {
	filter: brightness(1.1);
	transform: translateY(-.25rem)
}
.xz-sns-i {
	font-size: 1.875rem;
	display: block;
	font-weight: 400
}
@media screen and (max-width:800px) {
	.xz-sns-li {
		margin-right: 1rem
	}
}
.col1 {
	flex: none;
	width: 60%;
	position: relative
}
.col2 {
	flex: none;
	width: 36%
}
.a2a_kit {
	display: flex;
	line-height: 1.5rem !important
}
.a2a_kit > span {
	float: left
}
.a2a_kit a {
	vertical-align: middle;
	transition: all .3s ease;
	margin-left: .875rem;
	border: 1px dashed #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%
}
.a2a_kit a .a2a_svg {
	background-color: #fff !important;
	width: 1.25rem;
	height: 1.25rem
}
.a2a_kit a .a2a_svg svg path {
	fill: #999 !important
}
.a2a_kit a:hover {
	border-color: #C7A550
}
.a2a_kit a:hover svg path {
	fill: #C7A550 !important
}
.public_flex_box {
	display: flex;
	justify-content: space-between
}
.public_flex_box .box_l {
    font-size: .95rem;
}
.index_btn {
	display: block;
	font-family: 'Oswald', 'Roboto Condensed';
	text-align: center;
	min-width: 12rem;
	height: 2.6rem;
	line-height: 2.4rem;
	border: 1px solid #C7A550;
	color: #C7A550;
	padding: 0 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	transition: all .3s ease
}
.index_btn:hover {
	color: #fff;
	background-color: #C7A550
}
.index_btn:active {
	transform: scale(.95)
}
.index_btn i {
	vertical-align: top;
	margin-right: .3rem;
	font-size: 1.25rem
}
.index_btn_2 {
	background-color: #C7A550;
	color: #fff
}
.index_btn_2:hover {
	filter: brightness(1.1)
}
.index_btn.vlayer {
    width: 40%;
	font-size: 1.1rem;
	color: #fff;
	background: #C7A550;
	border-color: #C7A550;
}
.index_tit {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
}
.index_tit b {
	color: #C7A550
}
.index_tit.home_tit {
	position: relative;
	padding-left: 1.875rem
}
.index_tit.home_tit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: .25rem;
	height: .25rem;
	background-color: #C7A550
}
.flex_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem
}
.h2_title {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 600;
	font-size: 2rem;
	line-height: 3.5rem;
	color: #222;
    padding-left: 6rem;
}
.h2_title a {
	color: #222;
}
.h2_title a:hover {
	color: #C7A550;
}
.h2_title.icon_tit {
	position: relative
}
.h2_title.icon_tit::before {
	content: "\e66a";
	font-family: iconfont;
	position: absolute;
    bottom: 2.3rem;
	left: 0;
	transform: translateY(100%);
	color: #C7A550;
	font-size: 1.125rem;
	height: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center
}
.h3_title {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	color: #222;
}
.h3_title.icon_tit {
	position: relative;
	padding-left: 2.875rem;
    margin-bottom: 2.5rem;
}
.h3_title.icon_tit::after, .h3_title.icon_tit::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: .95rem;
	width: 1rem;
	height: 1rem;
	background-color: #C7A550
}
.h3_title.icon_tit::after {
	bottom: auto;
	top: .125rem;
	left: 1rem;
	width: .625rem;
	height: .625rem
}
.h3_title b {
	color: #C7A550
}
.detail_title {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 2.875rem;
	color: #222;
}
.detail_title.newstit {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	padding-top: 30px;
}
.h4_title {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
	color: #222;
}
.h4_title.icon_tit {
	padding-left: 4rem;
	position: relative
}
.h4_title.icon_tit::before {
	content: "\e67b";
	font-family: iconfont;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 2rem;
	color: #C7A550
}
.h4_title.icon_tit_2 {
	position: relative;
	padding-left: 1.125rem
}
.h4_title.icon_tit_2::before {
	content: "";
	position: absolute;
	top: 42%;
	left: 0;
	transform: translateY(-50%);
	width: .375rem;
	height: 1.25rem;
	background-color: #C7A550
}
.bj {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat
}
.ani_up {
	transform: translateY(50px);
	opacity: 0;
	transition: all .5s
}
.ani_up.onstage {
	transform: translateY(0);
	opacity: 1
}
.about_pro_box .h3_title {
	margin-bottom: 2.5rem
}
.form {
	background-color: #fff
}
.form .wpcf7-not-valid-tip, .form .wpcf7-response-output {
	font-size: 12px !important;
	line-height: 14px !important
}
.form .wpcf7-response-output {
	margin: 0 0 1rem !important;
	padding: .5rem !important
}
.form .screen-reader-response p {
	color: #777;
	font-size: .9rem;
	line-height: 1.5;
	padding: 1rem 0;
}
.form label {
	position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 0 1.2rem;
}
.form label i {
	display: block;
    font-size: .912rem;
	font-style: normal;
	margin-right: 1rem;
	color: #999;
	white-space: nowrap
}
.form input, .form textarea {
	width: 100%;
	border: none;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333;
}
.form .wpcf7-submit {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background-color: #C7A550;
	color: #fff;
	cursor: pointer;
    margin: 1.8rem 0 1.5rem;
}
.public_tab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.75rem
}
.public_tab .list {
	display: block;
	width: 33.3333%;
	position: relative;
	color: #222;
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5rem;
	background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
	padding: 1.6rem 1rem 1.5rem 5rem;
}
.public_tab .list:last-child {
    border-bottom: none;
}
.public_tab.side_tab .list {
	font-size: 1.05rem;
    border-bottom: none;
}
.public_tab .list::before {
	content: "";
	position: absolute;
	left: 3rem;
	top: 2.26rem;
	width: .625rem;
	height: 2px;
	background-color: #555;
	transition: all .3s ease
}
.public_tab .list.active, .public_tab .list:hover {
	background-color: #C7A550;
	color: #fff
}
.public_tab .list.active::before, .public_tab .list:hover::before {
	background-color: #fff
}
.public_video a {
	display: block;
	position: relative
}
.public_video a::before {
	content: "\e602";
	font-family: iconfont;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	font-size: 1.25rem;
	border: .125rem solid rgba(255, 255, 255, .7);
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease
}
.public_video a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.public_video a:hover::before {
	background-color: #fff;
	border-color: #fff;
	color: #C7A550
}
.xz-tab-content-x {
	position: relative;
	transition: all .3s ease
}
.xz-tab-content {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transform: scale(0);
	transform-origin: center top;
	transition: opacity .5s ease, transform 0s .5s ease
}
.xz-tab-content.current {
	transform: scale(1);
	opacity: 1;
	transition: opacity .5s ease, transform 0s ease
}
.xz_gallery {
	padding: 3.75rem 0 6.25rem
}
.xz_gallery .content_info {
	margin: 2.5rem 0
}
.gallery_detail {
	padding: 2.5rem 0 5rem
}
.gallery_detail .top_box {
	background-color: #f2f2f2;
	border-radius: .25rem .25rem 0 0;
	padding: 2.25rem 7.292vw 2.5rem 2.5rem
}
.gallery_detail .top_box .title {
	font-size: 1.75rem;
	line-height: 2.5rem;
	color: #383838;
	font-weight: 600;
	margin-bottom: .875rem
}
.gallery_detail .top_box .info_box {
	display: flex;
	justify-content: space-between
}
.gallery_detail .top_box .info_box .box_l {
	display: flex
}
.gallery_detail .top_box .info_box .box_l .author {
	margin-right: 2.5rem
}
.gallery_detail .top_box .info_box .box_r {
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext {
	display: flex;
	align-items: center;
	margin-right: 2rem;
	line-height: 1.25rem;
	position: relative
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext::before {
	content: "";
	position: absolute;
	right: -1rem;
	top: 42%;
	transform: translateY(-50%);
	width: 1px;
	height: .625rem;
	background-color: #ddd
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext a {
	color: #999
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext a:hover {
	color: #C7A550
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext .no_link {
	color: #ccc
}
.gallery_detail .top_box .info_box .box_r .gallery-prenext i {
	margin-left: .3125rem
}
.gallery_detail .top_box .info_box .box_r .more {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #999
}
.gallery_detail .top_box .info_box .box_r .more i {
	margin-right: .5rem
}
.gallery_detail .top_box .info_box .box_r .more:hover {
	color: #C7A550
}
.gallery_detail .content_box {
	background-color: #f8f8f8;
	padding: 3.75rem 15.625rem 1.25rem;
	position: relative
}
.gallery_detail .content_box .bigpic {
	position: relative;
	width: 100%
}
.gallery_detail .content_box .bigpic .slick-arrow {
	width: 3.75rem;
	height: 3.75rem;
	color: #999
}
.gallery_detail .content_box .bigpic .slick-arrow i {
	font-size: 3.75rem
}
.gallery_detail .content_box .bigpic .slick-arrow.slick-prev {
	left: -10rem
}
.gallery_detail .content_box .bigpic .slick-arrow.slick-next {
	left: auto;
	right: -10rem
}
.gallery_detail .content_box .gallery {
	width: 100%;
	height: 100%
}
.gallery_detail .content_box .gallery .gallery-icon, .gallery_detail .content_box .gallery .slick-list, .gallery_detail .content_box .gallery .slick-track {
	width: 100%;
	height: 100% !important
}
.gallery_detail .content_box .gallery .gallery-item {
	width: 100%;
	height: 100%;
	margin: 0 .3125rem !important
}
.gallery_detail .content_box .gallery .gallery-item a {
	display: block;
	width: 100%;
	height: 100%
}
.gallery_detail .content_box .gallery .gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: none !important
}
.gallery_detail .content_box .smallpic .gallery-item .gallery-caption {
	display: none;
}
.gallery_detail .content_box .smallpic .gallery-item {
	cursor: pointer;
	margin: 2.5rem .3125rem !important
}
.gallery_detail .content_box .slick-arrow {
	background-color: transparent;
	color: #555;
	width: 1rem;
	height: 1rem
}
.gallery_detail .content_box .slick-arrow.slick-prev {
	left: -2rem
}
.gallery_detail .content_box .slick-arrow.slick-next {
	left: auto;
	right: -2rem
}
.gallery_detail .content_box .slick-arrow:hover {
	color: #C7A550
}
.gallery_detail .content_box .gallery_next, .gallery_detail .content_box .gallery_pre {
	position: absolute;
	bottom: 3.75rem;
	background-color: #f0f0f0;
	font-size: .75rem;
	line-height: 1.125rem;
	color: #999
}
.gallery_detail .content_box .gallery_next a, .gallery_detail .content_box .gallery_pre a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center
}
.gallery_detail .content_box .gallery_next a:hover, .gallery_detail .content_box .gallery_pre a:hover {
	background-color: #C7A550;
	color: #fff
}
.gallery_detail .content_box .gallery_pre {
	left: 3.75rem
}
.gallery_detail .content_box .gallery_next {
	right: 3.75rem
}
.gallery_detail .content_box .gallery_link, .gallery_detail .content_box .no {
	height: 5.875rem;
	width: 8.75rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center
}
.xz_history {
	padding: 3.75rem 0 6.25rem
}
.xz_history .h4_title {
	margin-bottom: 2.5rem
}
.xz_history p {
	margin-bottom: 1.25rem
}
.xz_history .schema-faq {
	margin-top: 3.75rem;
	padding: 7.03125vw 0 10.416vw;
	position: relative
}
.xz_history .schema-faq::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 2px;
	background-color: #ddd
}
.xz_history .schema-faq::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: .875rem solid #ddd;
	border-left: .875rem solid transparent;
	border-right: .875rem solid transparent
}
.xz_history .content_box {
	position: relative
}
.xz_history .content_box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	width: 1.1875rem;
	height: 1.1875rem;
	border-radius: 100%;
	background-color: #ddd
}
.xz_history .schema-faq-section {
	width: 50%;
	padding-left: 4.4%;
	margin-bottom: 4.6875vw;
	position: relative
}
.xz_history .schema-faq-section::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 1.25rem;
	transform: translateX(-50%);
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 100%;
	border: .125rem solid #ddd;
	background-color: #fff
}
.xz_history .schema-faq-section:nth-child(2n-1) {
	margin-left: auto
}
.xz_history .schema-faq-section:nth-child(2n-1)::before {
	left: 0
}
.xz_history .schema-faq-section:nth-child(2n) {
	text-align: right;
	padding-left: 0;
	padding-right: 4.4%
}
.xz_history .schema-faq-question {
	display: block;
	font-size: 3rem;
	line-height: 4.1875rem;
	font-weight: 600;
	color: #222;
	margin-bottom: 1.6875rem
}
.xz_about {
	padding: 4rem 0 2rem
}
.xz_about .content_box p {
	margin-bottom: .5rem
}
.xz_about .content_box .ht-block-image {
	width: 100%;
	display: block;
	margin: 2.5rem 0
}
.xz_about .content_box .ht-block-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.xz_about .content_box .about_video a {
	display: block;
	position: relative
}
.xz_about .content_box .about_video a::before {
	content: "\e602";
	font-family: iconfont;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 5.625rem;
	height: 5.625rem;
	border-radius: 100%;
	font-size: 1.375rem;
	border: .125rem solid rgba(255, 255, 255, .7);
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease
}
.xz_about .content_box .about_video a:hover::before {
	background-color: rgb(255,255,255,0.3);
	border-color: rgb(255,255,255,0.5);
	color: #C7A550
}
.xz_about .content_box .ht-block-columns {
	margin: 4vw 0 3.75rem;
	gap: 0;
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	grid-gap: 4vw
}
.xz_about .content_box .h4_title {
	margin-bottom: 2rem
}
.xz_about .about_num_box {
	margin-bottom: 5rem
}
.xz_about .about_num_box ul {
	flex-wrap: wrap
}
.xz_about .about_num_box ul li {
	width: 50%
}
.xz_about .about_color_box {
	background: url("../img/about_middle.jpg") repeat scroll top;
	padding: 6rem 0;
	color: #fff;
	position: relative
}
.xz_about .about_color_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(232, 183, 48, .8);
	-webkit-clip-path: polygon(0 0, 57.6% 0, 83.854% 100%, 0 100%);
	clip-path: polygon(0 0, 57.6% 0, 83.854% 100%, 0 100%)
}
.xz_about .about_color_box .box {
	width: 54.615%;
	position: relative;
	line-height: 1.75rem;
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 3px;
}
.xz_about .about_color_box h2 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
	position: relative;
}
.xz_about .about_color_box h2::before {
	content: "";
	position: absolute;
	left: 0;
    bottom: 0.5rem;
    height: .4rem;
	width: 3.2rem;
	background-color: #fff
}
.xz_about .about_service {
	padding: 5rem 0 2.5rem
}
.xz_about .about_service p {
	margin-bottom: 1.25rem
}
.xz_about .about_service h2 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 700;
	font-size: 2.625rem;
	line-height: 3rem;
	margin-bottom: 2.5rem;
	color: #222;
	text-transform: uppercase
}
.xz_about .about_service_info {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.xz_about .about_service_info h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #222;
	padding-left: 4.875rem;
	position: relative
}
.xz_about .about_service_info h2::before {
	content: "\e67b";
	font-family: iconfont;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
	color: #C7A550
}
.xz_about .about_service_info .info_box {
	width: 46.154%
}
.xz_about .about_service_info .img_box {
	width: 46.154%
}
.xz_about .about_service_info p {
	margin-bottom: 2rem
}
.xz_about .about_service_info h4 {
	margin-bottom: 1.25rem
}
.xz_about .about_service_info h4 strong {
	color: #222
}
.about_num_box ul {
	display: flex
}
.about_num_box ul li {
	background-color: #f8f8f8;
	padding: 3rem 2rem 3rem 12rem;
	position: relative
}
.about_num_box ul li::before {
	content: "\e86d";
	font-family: iconfont;
	position: absolute;
	top: 3.4375rem;
	left: 5rem;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	border: 1px dashed #C7A550;
	color: #C7A550;
	font-size: 2rem;
	background-color: rgba(200, 168, 111, .1);
	display: flex;
	align-items: center;
	justify-content: center
}
.about_num_box ul li:nth-child(2) {
	background-color: rgba(248, 248, 248, .4)
}
.about_num_box ul li:nth-child(2)::before {
	content: "\e605"
}
.about_num_box ul li:nth-child(3) {
	background-color: rgba(248, 248, 248, .4)
}
.about_num_box ul li:nth-child(3)::before {
	content: "\e654"
}
.about_num_box ul li:nth-child(4)::before {
	content: "\e646"
}
.about_num_box ul li em {
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: block;
	color: #C7A550
}
.about_num_box ul li strong {
	font-family: 'Oswald', 'Roboto Condensed';
	color: #C7A550;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 800;
	margin-right: .5rem
}
.xz_service {
	padding: 3.75rem 0 5rem;
	line-height: 1.75rem
}
.xz_service p {
	margin-bottom: 1.25rem
}
.xz_service .content_box {
	max-width: 930px;
	margin-bottom: 2.5rem
}
.xz_service .content_box h4 {
	font-size: 1.325rem;
	margin-bottom: 1.125rem;
	color: #222
}
.xz_service .list_box .list {
	display: flex;
	align-items: flex-end
}
.xz_service .list_box .list .img_box {
	width: 30.77%;
	position: relative
}
.xz_service .list_box .list .img_box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1.25rem;
	transform: translateY(50%);
	width: calc(100% - 2.5rem);
	height: 3rem;
	background-color: rgba(85, 85, 85, .5);
	filter: blur(18.5723px)
}
.xz_service .list_box .list .info_box {
	position: relative;
	width: 78.46%;
	margin-left: -6.25vw;
	background-color: rgba(255, 255, 255, .94);
	padding: 3.75rem 3.75rem 2.5rem
}
.xz_service .list_box .list .info_box::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 8.33vw;
	height: 8.33vw;
	transform: translateX(50%) translateY(-50%);
	background-color: #f8f8f8;
	z-index: -1
}
.xz_service .list_box .list .info_box h2 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 700;
	font-size: 1.8rem;
	color: #C7A550;
	line-height: 2rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.xz_service .list_box .list:nth-child(2) .img_box {
	z-index: -1
}
.xz_service .list_box .list:nth-child(2) .info_box {
	margin-left: 0;
	margin-right: -6.25vw
}
.xz_service .list_box .list:nth-child(2) .info_box::before {
	right: auto;
	left: 0;
	top: 0;
	transform: translateX(-50%) translateY(-50%)
}
.xz_service .list_box .list:nth-child(2) .info_box::after {
	content: "";
	position: absolute;
	top: -4.165vw;
	left: 4.165vw;
	transform: translateY(-100%);
	width: 4.17vw;
	height: 4.17vw;
	background-color: #C7A550
}
.xz_service .service_after {
	margin: 6.25rem 0 5rem;
	display: flex;
	align-items: flex-start
}
.xz_service .service_after .left_box {
	width: 64.615%
}
.xz_service .service_after .contact_info {
	margin-top: 5rem
}
.xz_service .service_after .contact_info .list {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem
}
.xz_service .service_after .contact_info .list i {
	font-size: 2rem;
	color: #fff;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 100%;
	background-color: #C7A550;
	box-shadow: 0 3px 6px 1px rgba(119, 3, 3, .26);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.875rem
}
.xz_service .service_after .contact_info .list .info_content .tit {
	color: #8a8a8a;
	margin-bottom: .3125rem
}
.xz_service .service_after .contact_info .list .info_content .info {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #222;
}
.xz_service .service_after .contact_info .list .info_content .info:hover {
	color: #C7A550
}
.xz_service .service_after .info_box {
	width: 46.154%;
	box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .06);
	background-color: rgba(255, 255, 255, .8);
	padding: 4.2rem 4rem 2.5rem;
	margin-left: -7.292vw
}
.xz_service .service_after .info_box h2 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-weight: 700;
	font-size: 2.25rem;
	position: relative;
	line-height: 3.1875rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.875rem;
	text-transform: uppercase;
	color: #222
}
.xz_service .service_after .info_box h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.3125rem;
	height: .3125rem;
	background-color: #C7A550
}
.xz_service .tenet_aim {
	padding: 3.75rem 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.25rem;
	background-color: #f8f8f8
}
.xz_service .tenet_aim .list {
	background-color: #fff
}
.xz_service .tenet_aim .list h2 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 2.25rem;
	line-height: 3.1875rem;
	padding-bottom: 1.875rem;
	font-weight: 600;
	color: #222;
	background-color: #f8f8f8
}
.xz_service .tenet_aim .list ul {
	background-color: #fff;
	padding: 2.5rem 3.125rem 1.25rem 2.5rem
}
.xz_service .tenet_aim .list ul li {
	margin-bottom: 1.25rem
}
.xz_airbag {
	padding: 4rem 0 0;
}
.xz_airbag hr {
    border: 0;
    color: #C7A550;
    background: linear-gradient(currentColor, currentColor) no-repeat center;
    background-size: calc(100% - 1.5em - 6px) 1px;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.xz_airbag hr::before, .xz_airbag hr::after {
    content: '';
    display: block;
    width: .75em; height: .75em;
    transform: rotate(45deg);
    box-sizing: border-box;
    border: 1px solid;
    margin: 3px;
}
.xz_airbag .content_box {
	margin-bottom: 2.5rem
}
.xz_airbag .content_box h4 {
	margin-bottom: 2.5rem
}
.ht-block-heading.h4_title {
    font-size: 1.25rem;
    line-height: 1.4;
}
.xz_airbag .content_box p {
    line-height: 1.7;
}
.xz_airbag .content_box p strong.ptit {
    display: block;
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
.xz_airbag .content_box p img.top_mat {
    float: left;
    width: 40%;
    border: 3px solid rgb(199,165,80, 0.4) !important;
    border-radius: 10px;
    margin: 0 5% 2.5%;
}
.xz_airbag .content_box p img.top_fir {
    float: right;
    width: 40%;
    display: inline-block;
    border: 3px solid rgb(199, 165, 80, 0.4) !important;
    border-radius: 10px;
    margin: 1.5rem auto .5rem;
}
.xz_airbag .content_box .top_txt {
    float: left;
    width: 55%;
    display: inline-block;
    padding-top: 2rem;
}
.xz_airbag .content_box p em {
    font-family: 'inter', 'Roboto', Tahoma, Arial, sans-serif;
}
.xz_airbag .content_box p i {
    font-family: 'inter', 'Roboto', Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #C7A550;
	padding: 0 .4rem;
}
.xz_airbag .content_box p b {
	font-weight: 600;
}
.xz_airbag .content_box ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
    margin: .5rem 0 1rem;
}
.xz_airbag .content_box ul li {
    list-style-type: disc;
}
.xz_airbag .airbag_pics {
	position: relative;
	margin-top: 0
}
.xz_airbag .airbag_pics .h3_title {
	margin-bottom: 1.5rem
}
.xz_airbag .airbag_pics .pics {
	position: relative;
	padding-bottom: 2rem;
}
.xz_airbag .airbag_pics .pics .gallery {
	width: calc(100% + 2.5rem);
    margin: 0 0 0 -1.25rem !important;
}
.xz_airbag .airbag_pics .pics .gallery-item {
	margin: 0 1.25rem !important
}
.xz_airbag .airbag_pics .pics .gallery-item img {
	border: none !important
}
.xz_airbag .airbag_pics .pics .slick-arrow {
	top: 50%;
	left: 100%;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #999;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	transform: translateX(5rem)
}
.xz_airbag .airbag_pics .pics .slick-arrow::after {
	display: none
}
.xz_airbag .airbag_pics .pics .slick-arrow i {
	font-size: 1.5rem
}
.xz_airbag .airbag_pics .pics .slick-arrow.slick-next {
	margin-left: 10rem
}
.xz_airbag .airbag_pics .pics .slick-arrow:hover {
	border-color: #C7A550;
	color: #C7A550
}
.xz_airbag .airbag_pics .pics .slick-dots {
	display: none !important
}
.xz_airbag .airbag_pics .pics .ym {
	position: absolute;
    right: 4.6rem;
    bottom: 26%;
    font-size: 1.5rem;
    text-align: center;
    color: #222;
    line-height: 5rem;
    width: 5rem;
    height: 5rem;
}
.xz_airbag .airbag_pics .pics .ym.hn {
    bottom: 6%;
}
.xz_airbag .airbag_pics_3 {
	margin-top: 2.5rem
}
.xz_airbag .airbag_pics .h3_title, 
.xz_airbag .airbag_pics_2 .h3_title, 
.xz_airbag .airbag_pics_3 .h3_title, 
.xz_airbag .airbag_pics_4 .h3_title {
    position: relative;
    padding-left: 1.5rem;
	margin-bottom: 2.5rem;
}
.xz_airbag .h3_title.heating {
    padding-top: 2rem;
}
.xz_airbag .airbag_pics .h3_title:before, 
.xz_airbag .airbag_pics_2 .h3_title:before, 
.xz_airbag .airbag_pics_3 .h3_title:before, 
.xz_airbag .airbag_pics_4 .h3_title:before {
	content: '';
    width: 10px;
    height: 30px;
    background: rgb(199, 165, 80);
    position: absolute;
    bottom: 5px;
    left: 0;
}
.xz_airbag .airbag_pics_2 .pics,
.xz_airbag .airbag_pics_3 .pics,
.xz_airbag .airbag_pics_4 .pics {
	position: relative;
	padding-bottom: 2rem
}
.xz_airbag .pics.airbag {
	padding-bottom: 5rem
}
.xz_airbag .pics.heat {
	padding-bottom: 2rem
}
.xz_airbag .pics.heat2 {
	padding-bottom: 3rem
}
.xz_airbag .airbag_pics_2 .pics .gallery,
.xz_airbag .airbag_pics_3 .pics .gallery,
.xz_airbag .airbag_pics_4 .pics .gallery {
	width: calc(100% + 2.5rem);
	margin: 0 0 0 -1.25rem !important
}
.xz_airbag .airbag_pics_2 .pics .gallery-item,
.xz_airbag .airbag_pics_3 .pics .gallery-item,
.xz_airbag .airbag_pics_4 .pics .gallery-item {
	margin: 0 1.25rem !important
}
.xz_airbag .airbag_pics_2 .pics .gallery-item img,
.xz_airbag .airbag_pics_3 .pics .gallery-item img,
.xz_airbag .airbag_pics_4 .pics .gallery-item img {
	border: none !important
}
.xz_airbag .airbag_pics .pics .slick-arrow,
.xz_airbag .airbag_pics_2 .pics .slick-arrow,
.xz_airbag .airbag_pics_3 .pics .slick-arrow,
.xz_airbag .airbag_pics_4 .pics .slick-arrow {
	left: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #999;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	transform: translateX(-5rem) translateY(-50%)
}
.xz_airbag .airbag_pics_2 .pics .slick-arrow::after,
.xz_airbag .airbag_pics_3 .pics .slick-arrow::after,
.xz_airbag .airbag_pics_4 .pics .slick-arrow::after {
	display: none
}
.xz_airbag .airbag_pics_2 .pics .slick-arrow i,
.xz_airbag .airbag_pics_3 .pics .slick-arrow i,
.xz_airbag .airbag_pics_4 .pics .slick-arrow i {
	font-size: 1.5rem
}
.xz_airbag .airbag_pics .pics .slick-arrow.slick-next,
.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next,
.xz_airbag .airbag_pics_3 .pics .slick-arrow.slick-next,
.xz_airbag .airbag_pics_4 .pics .slick-arrow.slick-next {
	left: auto;
	right: 0;
	transform: translateX(5rem)
}
.xz_airbag .airbag_pics_2 .pics .slick-arrow:hover, 
.xz_airbag .airbag_pics_3 .pics .slick-arrow:hover, 
.xz_airbag .airbag_pics_4 .pics .slick-arrow:hover {
	border-color: #C7A550;
	color: #C7A550
}
.xz_airbag #gallery-1 {
	margin: auto;
}
.xz_airbag #gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.xz_airbag #gallery-1 img {
	border: 2px solid #eee !important;
}
.xz_airbag #gallery-1 .gallery-caption {
	margin-left: 0;
}
.xz_airbag #gallery-2,
.xz_airbag #gallery-3, 
.xz_airbag #gallery-4 {
	margin: auto;
}
.xz_airbag #gallery-2 .gallery-item, 
.xz_airbag #gallery-3 .gallery-item, 
.xz_airbag #gallery-4 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.xz_airbag #gallery-2 img, 
.xz_airbag #gallery-3 img, 
.xz_airbag #gallery-4 img {
	border: 2px solid #eee !important;
}
.xz_airbag #gallery-2 .gallery-caption, 
.xz_airbag #gallery-3 .gallery-caption, 
.xz_airbag #gallery-4 .gallery-caption {
	margin-left: 0;
}
.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next {
    top: 33%;
}
.xz_contact {
	padding: 4rem 0 0
}
.xz_contact .content_box h4 {
	margin-bottom: 2.1875rem
}
.xz_contact .content_box p {
	margin-bottom: 1.25rem
}
.contact_map {
	background-color: #f8f8f8
}
.contact_map p {
	width: 100%;
	height: 100%
}
.map01wrap {
	width: 1200px;
	margin: 100px auto;
}
.maptl {
	font-size: 34px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.map {
	width: 100%;
	height: 500px;
}
.xz_contact_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5rem 0 4rem
}
.xz_contact_info .left_box {
	width: 70%;
	max-width: calc(100% - 235px)
}
.xz_contact_info .left_box .top_box {
	display: flex;
	margin-bottom: 2vw;
	justify-content: space-between
}
.xz_contact_info .list .tel {
	white-space: nowrap
}
.xz_contact_info .list i {
	font-size: 1.875rem;
	color: #C7A550;
	font-weight: 400;
    display: inline-block;
	align-items: center
}
.xz_contact_info .list .tit {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .8rem;
}
.xz_contact_info .list .info {
    display: block;
	color: #222;
	font-size: 1.125rem;
}
.xz_contact_info .list a:hover {
	color: #C7A550
}
.xz_contact_info .right_box {
	width: 20%;
	min-width: 235px;
    text-align: right;
}

.pro_index {
    background: #f7f7f7;
	padding: 3.75rem 0 0
}
.pro_index .news_flex_box {
	padding-bottom: 5rem
}
.pro_index .public_tab {
	margin-bottom: 1.25rem
}
.pro_index .public_tab .list {
	margin-bottom: 2rem;
}
.pro_index .public_tab.side_tab .list {
	width: 100%;
	margin-bottom: 2px;
}
.pro_index .xz-case-ul {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.875rem;
}
.pro_index .related_about_box .xz_prod_box {
	border-bottom: none;
	padding-bottom: 0
}
.pro_detail {
	padding: 4rem 0 0
}
.pro_detail .top_box {
	display: flex;
	justify-content: space-between
}
.pro_detail .top_box .tag {
	color: #888;
	font-style: italic;
    background: #f5f5f5;
    /* padding: .7rem .8rem .5rem; */
    margin-top: 1.5rem;
}
.pro_detail .detail_info {
	margin: 0 0 2.6042vw;
	padding: 2.083vw 0;
	border-top: 1px dotted #dedede;
}
.pro_detail .des_info {
	height: 5rem;
	clear: both;
}
.pro_detail .detail_info .intro {
	margin-bottom: 1rem
}
.pro_detail .detail_info .intro p {
    background: url("../img/icon_item.svg") no-repeat left;
    background-size: 2%;
    float: left;
    width: 100%;
    font-size: .95rem;
    border-bottom: 1px dashed #ddd;
    padding: 1.1rem 0 1rem 1.8rem;
}
.pro_detail .pro_banner {
	position: relative
}
.pro_detail .pro_banner .bigpic {
	position: relative;
	width: 100%
}
.pro_detail .pro_banner .gallery {
	width: 100%;
	height: 100%
}
.pro_detail .pro_banner .gallery .gallery-icon, 
.pro_detail .pro_banner .gallery .slick-list, 
.pro_detail .pro_banner .gallery .slick-track {
	width: 100%;
	height: 100% !important
}
.pro_detail .pro_banner .gallery .gallery-item {
	width: 100%;
	height: 100%;
	margin: 0 .3125rem !important
}
.pro_detail .pro_banner .gallery .gallery-item a {
	display: block;
	width: 100%;
	height: 100%
}
.pro_detail .pro_banner .gallery .gallery-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	-o-object-fit: cover;
	object-fit: cover;
	border: none !important
}
.pro_detail .pro_banner .smallpic {
	padding: 0 3.125rem
}
.pro_detail .pro_banner .smallpic .gallery-item {
	cursor: pointer;
	margin: 1.875rem .3125rem !important
}
.pro_detail .pro_banner .slick-arrow {
	width: 1.5rem;
	height: 1.5rem;
	color: #999;
	background-color: transparent
}
.pro_detail .pro_banner .slick-arrow.slick-prev {
	left: -3.125rem
}
.pro_detail .pro_banner .slick-arrow.slick-next {
	right: -3.125rem
}
.pro_detail .pro_banner .slick-arrow:hover {
	color: #C7A550
}
.pro_detail .btn_box {
	display: flex;
    clear: both;
}
.pro_detail .xz_prod_box .xz-loop-prod {
    box-shadow: 0 1px 15px rgba(7, 76, 213, 0.07);
    padding: .5rem 1rem 1.5rem;
}
.pro_detail .xz_prod_box .info_box .tit {
    font-size: 1.1rem;
    font-weight: 500;
}
.pro_detail .btn_box .index_btn {
	flex: 1;
    font-size: 1rem;
    height: 2.6rem;
    line-height: 2.6rem;
	min-width: auto;
	padding: 0 .5rem;
	margin: 0 .625rem 0 0
}
.pro_detail .top_box .btn_box .index_btn {
    font-size: 1.1rem;
    height: 3rem;
    line-height: 3rem;
}
.pro_detail .btn_box .index_btn:last-of-type {
	margin-right: 0
}
.pro_detail .pro_dwn {
	display: flex;
	margin: 2.083vw 0 1.875rem
}
.pro_detail .pro_dwn span {
	color: #222;
	text-decoration: underline;
	transition: all .3s ease
}
.pro_detail .pro_dwn i {
	color: #555;
	margin-left: .875rem;
	transition: all .3s ease
}
.pro_detail .pro_dwn:hover i, 
.pro_detail .pro_dwn:hover span {
	color: #C7A550
}
.pro_content_box {
	margin: 1.875rem 0 5rem;
	border-top: 1rem solid #f8f8f8
}
.pro_content_box p {
    font-size: 1rem;
    line-height: 1.75;
	padding: 0;
	margin: 0;
}
.pro_content_box p strong {
	font-weight: 500;
}
.pro_content_box .h3_title {
	margin: 3.75rem 0 2.25rem
}
.pro_content_box h3 {
	font-family: 'Oswald', 'Roboto Condensed';
	background-color: #f8f8f8;
	padding: 1rem 1rem 1rem 2.625rem;
	margin: 1rem 0 1.2rem;
	color: #333;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	display: inline-block;
	position: relative
}
.pro_content_box h3::before {
	content: "\e60c";
	font-family: iconfont;
	font-size: 1rem;
	color: #666;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%)
}
.pro_content_box ul li strong {
	font-weight: 500;
	color: #333;
	margin-bottom: 1.125rem
}
.pro_content_box ul, 
.pro_content_box ol {
    line-height: 1.75;
    padding: 0 0 0 1.25rem;
    margin: 0;
}
.pro_content_box ul li {
	list-style: disc;
}
.pro_content_box ol li {
	list-style: inherit;
}
.pro_content_box ol li::marker {
	padding-right: 1rem;
}

.public_pro_service ul {
	margin: 2.5rem 0 0 !important;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.public_pro_service ul li {
	flex: 1;
    font-size: .9rem;
    line-height: 1.6;;
	list-style: none;
	background-color: #fff;
	border-right: 1px dashed #ddd;
	padding: 2rem;
	min-width: 50%
}
.public_pro_service ul li:nth-last-of-type(1), 
.public_pro_service ul li:nth-last-of-type(2) {
	border-top: 1px dashed #ddd
}
.public_pro_service ul li:nth-child(2), 
.public_pro_service ul li:last-of-type {
	border-right: none
}
.public_pro_service ul li h4 {
	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: .5rem
}
.public_pro_service ul li h4 img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
@media screen and (max-width:1366px) {
	.public_pro_service ul {
		margin: 2rem 0 0 !important
	}
	.public_pro_service ul li {
		padding: 1.2rem !important;
		min-width: 50%
	}
	.public_pro_service ul li:nth-last-of-type(2) {
		border-right: none
	}
	.public_pro_service ul li:nth-child(2) {
		border-right: none
	}
	.public_pro_service ul li:nth-child(3) {
		border-top: 1px dashed #ddd;
		border-right: 1px dashed #ddd
	}
	.public_pro_service ul li i {
		font-size: 1.2rem;
		margin-bottom: .8rem
	}
}
@media screen and (max-width:500px) {
    .pro_detail .xz_prod_box .xz-loop-prod {
        padding: 0;
    }
    .pro_detail .xz_prod_box .info_box .tit {
        font-size: 1rem;
    }
	.public_pro_service ul li {
		min-width: 100%;
		border-right: none !important;
		border-bottom: 1px dashed #ddd !important
	}
	.public_pro_service ul li:last-of-type {
		border-bottom: none !important
	}
}

.table-x {
	width: 100%;
	overflow: auto;
	border: 1px solid #eaeaea;
	padding: .3rem;
	margin-top: .5rem;
	background-color: #fff
}
table {
	width: 100%;
	overflow: auto;
	font-size: .875rem;
	line-height: 1.5rem
}
table tr th {
    color: #333;
    font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.5px;
	background-color: #f3f3f3;
	border-bottom: 2px solid #fff;
	padding: 1rem .8rem;
}
table tr td {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	line-height: 1.3;
	padding: .8rem;
}
table tr:nth-child(2n) td {
	background-color: #f9f9f9
}
table tr td strong {
	font-weight: 600;
}
.pro_content_box .gallery, 
.pro_content_box .ht-block-gallery {
	overflow: hidden;
	width: calc(100% + 1rem);
	margin: 2.5rem 0 2.5rem -.5rem !important
}
.pro_content_box .gallery .gallery-item, 
.pro_content_box .gallery .ht-block-image, 
.pro_content_box .ht-block-gallery .gallery-item, 
.pro_content_box .ht-block-gallery .ht-block-image {
	margin: 0 .5rem !important
}
.pro_content_box .gallery .slick-arrow, 
.pro_content_box .ht-block-gallery .slick-arrow {
	width: 2.8125rem;
	height: 2.8125rem
}
.pro_content_box .gallery .slick-arrow.slick-prev, 
.pro_content_box .ht-block-gallery .slick-arrow.slick-prev {
	left: .5rem
}
.pro_content_box .gallery .slick-arrow.slick-next, 
.pro_content_box .ht-block-gallery .slick-arrow.slick-next {
	right: .45rem
}
.pro_content_box .gallery .slick-arrow i, 
.pro_content_box .ht-block-gallery .slick-arrow i {
	font-size: .75rem
}
.pro_content_box .public_tab {
	margin: 3.75rem 0 1.25rem
}
.pro_content_box .public_tab .list {
	width: 100%
}

.xz_news {
	padding: 3.75rem 0 1rem
}
.xz_news .xz_new_box {
	padding-bottom: 2rem;
}
.news_date {
	display: flex;
	color: #999
}
.news_date .date {
	margin: 0
}
.news_date span {
	margin-right: .25rem
}
.news_detail {
	padding: 2.5rem 0 5rem
}
.news_detail .xz-main .top_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #999;
	padding: 1.25rem 0;
	border-bottom: 1px dashed #ddd
}
.news_detail .xz-main .top_box .left {
	display: flex
}
.news_detail .xz-main .top_box .author {
	margin: 0 3.125rem
}
.news_detail .xz-main .content_box {
	padding: 2.5rem 0 0
}
.news_detail .xz-main .content_box p {
	margin-bottom: 1.25rem
}
.news_detail .xz-main .content_box figure {
	margin: 2.5rem 0
}
.news_detail .xz-main .xz-prenext {
	margin-top: 3.125rem
}
.news_flex_box {
	display: flex;
	justify-content: space-between
}
.news_flex_box .news {
	width: 100%;
}
.news_flex_box .news.sp {
    border: 1px solid #ddd;
    -webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 2.5%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 2.5%);
    padding: 3rem 3.25rem;
}
.news_flex_box .news.sp .detail_title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-bottom: .5rem;
}
.news_flex_box .news.sp .content_box .bline {
	font-family: 'Oswald', 'Roboto Condensed';
    font-size: 22px !important;
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 20px 0 15px;
    margin-bottom: 20px;
}
.news_flex_box .news.sp .content_box .bline:before {
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #C7A550;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_flex_box .news_l {
	width: calc(100% - 350px)
}
.news_flex_box .news_r {
	position: relative;
	width: 300px
}
.news_flex_box .news_r .box {
	position: sticky;
	position: -webkit-sticky;
	top: 0
}
.right_form {
	background-color: #f8f8f8;
	padding: 1.875rem 1.25rem 1.25rem;
	margin-top: 1.25rem
}
.right_form .h4_title {
	margin-bottom: 1rem
}
.right_form .form {
	padding: 1.25rem 1.25rem .125rem
}
.right_form .wpcf7-form-control-wrap {
	flex: 1
}
.related_about_box {
	border-top: 2rem solid #f8f8f8;
	padding-bottom: 5rem
}
.related_about_box .h3_title {
	margin: 4rem 0 2.5rem
}
.related_about_box .about_news {
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #ddd
}
.related_about_box .xz_prod_box {
	padding-bottom: .5rem;
}
.case_detail {
	padding: 2.5rem 0 3.75rem
}
.case_detail .case_info {
	padding: 1.5rem 0 2.5rem;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 3.125rem;
	line-height: 2rem
}
.case_detail .btn_box {
	display: flex;
	flex-wrap: wrap
}
.case_detail .btn_box .index_btn {
	margin-right: .625rem;
	margin-bottom: .625rem;
	padding: 0 1rem;
	min-width: 10rem
}
.case_detail .content_box {
	padding: 1.875rem 0 0
}
.case_detail .content_box .ht-block-gallery {
	margin: 2.5rem 0 1.25rem;
	gap: 0
}
.case_detail .content_box .ht-block-gallery img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.case_detail .content_box img {
	margin: 15px 0;
}
@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
@media screen and (max-width:1580px) {
	.pro_detail .btn_box .index_btn {
		flex: auto
	}
}
@media screen and (max-width:1440px) {
	.xz_airbag .airbag_pics .pics .ym {
		right: 2.5rem;
		font-size: 1.25rem
	}
}
@media screen and (max-width:1400px) {
	.xz_airbag .airbag_pics .pics .ym {
		right: 2rem
	}
}
@media screen and (max-width:1366px) {
	.index_btn {
		font-size: 1rem;
		height: 3.2rem;
        line-height: 3.1rem;
		min-width: 12rem
	}
	.index_tit {
		font-size: 2.625rem;
		line-height: 3.75rem
	}
	.flex_tit {
		margin-bottom: 4rem
	}
	.h2_title {
		font-size: 2.25rem;
		line-height: 3rem
	}
	.h3_title {
		font-size: 2rem;
		line-height: 2.75rem
	}
	.h3_title.icon_tit {
		padding-left: 2rem
	}
	.h3_title.icon_tit::after, 
	.h3_title.icon_tit::before {
		bottom: .875rem;
		width: .875rem;
		height: .875rem
	}
	.h3_title.icon_tit::after {
		left: .875rem;
		width: .5rem;
		height: .5rem
	}
	.detail_title {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
	.h4_title {
		font-size: 1.425rem;
		line-height: 1.875rem
	}
	.h4_title.icon_tit {
		padding-left: 3.5rem
	}
	.h4_title.icon_tit::before {
		font-size: 1.875rem
	}
	.h4_title.icon_tit_2::before {
		height: 1rem
	}
	.xz_contact {
		padding: 3.5rem 0 5rem
	}
	.xz_contact .content_box h4 {
		margin-bottom: 2rem
	}
	.xz_contact .content_box p {
		margin-bottom: 1rem
	}
	.xz_contact_info {
		margin: 4rem 0
	}
	.xz_contact_info .left_box .top_box {
		margin-bottom: 3rem
	}
	.xz_contact_info .list i {
		font-size: 1.5rem
	}
	.xz_contact_info .list .tit {
		margin-top: .875rem
	}
	.xz_contact_info .list .info {
		font-size: 1rem
	}
	.xz_history {
		padding: 3.5rem 0 5rem
	}
	.xz_history .h4_title {
		margin-bottom: 2rem
	}
	.xz_history p {
		margin-bottom: 1rem
	}
	.xz_history .schema-faq {
		margin-top: 3.5rem;
		padding: 5rem 0
	}
	.xz_history .schema-faq-section::before {
		top: 1rem;
		width: 1.25rem;
		height: 1.25rem
	}
	.xz_history .schema-faq-question {
		font-size: 2.625rem;
		line-height: 3.75rem;
		margin-bottom: 1.5rem
	}
	.xz_gallery {
		padding: 3.5rem 0 5rem
	}
	.xz_gallery .content_info {
		margin: 2rem 0
	}
	.xz_news {
		padding: 3.5rem 0 5rem
	}
	.public_tab {
		margin-bottom: 3.5rem
	}
	.public_tab .list {
		padding: 1.875rem 1rem 1.875rem 3rem;
		font-size: 1rem;
		line-height: 1.375rem
	}
	.public_tab .list::before {
		left: 1.5rem;
		top: 2.375rem
	}
	.a2a_kit a {
		margin-left: .625rem;
		width: 2rem;
		height: 2rem
	}
	.a2a_kit a .a2a_svg {
		width: 1rem;
		height: 1rem
	}
	.news_detail {
		padding: 1.5rem 0 4.5rem
	}
	.news_detail .xz-main .top_box {
		padding: 1.5rem 0 1rem
	}
	.news_detail .xz-main .top_box .author {
		margin: 0 2.5rem
	}
	.news_detail .xz-main .content_box {
		padding: 2rem 0 0
	}
	.news_detail .xz-main .content_box p {
		margin-bottom: 1rem
	}
	.news_detail .xz-main .content_box figure {
		margin: 1.5rem 0
	}
	.news_detail .xz-main .xz-prenext {
		margin-top: 2.5rem
	}
	.news_flex_box .news_l {
		width: calc(100% - 360px)
	}
	.related_about_box {
		border-top-width: .5rem;
		padding-bottom: 4.5rem
	}
	.related_about_box .h3_title {
		margin: 4.5rem 0 2rem
	}
	.related_about_box .about_news {
		padding-bottom: 2rem
	}
	.related_about_box .xz_prod_box {
		padding-bottom: 4.5rem
	}
	.case_detail {
		padding: 1.5rem 0 3.75rem
	}
	.case_detail .case_info {
		padding: 1.25rem 0 2rem;
		margin-bottom: 2.5rem
	}
	.case_detail .content_box {
		padding: 1.5rem 0 0
	}
	.case_detail .content_box p {
		margin-bottom: 1rem
	}
	.case_detail .content_box .ht-block-gallery {
		margin: 1.5rem 0 1rem
	}
	.gallery_detail {
		padding: 1.5rem 0 4.5rem
	}
	.gallery_detail .top_box {
		padding: 2rem 3rem 2rem 2.5rem
	}
	.gallery_detail .top_box .title {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: .625rem
	}
	.gallery_detail .content_box {
		padding: 3rem 12rem 1.25rem
	}
	.gallery_detail .content_box .bigpic .gallery-item .gallery-caption {
		padding-top: .625rem;
	}
	.gallery_detail .content_box .bigpic .slick-arrow {
		width: 3rem;
		height: 3rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow i {
		font-size: 3rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-prev {
		left: -7rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-next {
		left: auto;
		right: -7rem
	}
	.gallery_detail .content_box .smallpic .gallery-item {
		margin: 2rem .3125rem !important
	}
	.gallery_detail .content_box .slick-arrow.slick-prev {
		left: -1.25rem
	}
	.gallery_detail .content_box .slick-arrow.slick-next {
		left: auto;
		right: -1.25rem
	}
	.gallery_detail .content_box .gallery_next, 
	.gallery_detail .content_box .gallery_pre {
		bottom: 3.25rem
	}
	.gallery_detail .content_box .gallery_pre {
		left: 2rem
	}
	.gallery_detail .content_box .gallery_next {
		right: 2rem
	}
	.gallery_detail .content_box .gallery_link, 
	.gallery_detail .content_box .no {
		height: 5.5rem;
		width: 8rem
	}
	.pro_index {
		padding: 3.5rem 0 0
	}
	.pro_index .xz-case-ul {
		grid-gap: 1.25rem
	}
	.pro_detail {
		padding: 1.5rem 0 0
	}
	.pro_detail .detail_info {
		margin: 1.5rem 0 2rem;
		padding: 2rem 0
	}
	.pro_detail .pro_banner .smallpic {
		padding: 0 3rem
	}
	.pro_detail .pro_banner .smallpic .gallery-item {
		margin: 1.5rem .3125rem !important
	}
	.pro_detail .btn_box {
		flex-wrap: wrap;
		justify-content: space-between
	}
	.pro_detail .btn_box .index_btn {
		flex: none;
		width: 49%;
		margin: 0 0 .625rem 0
	}
	.pro_detail .pro_dwn {
		margin: 1rem 0 1.5rem
	}
	.pro_detail .pro_dwn i {
		margin-left: .625rem
	}
	.pro_content_box {
		border-top-width: .5rem
	}
	.pro_content_box p {
		margin-bottom: 1rem
	}
	.pro_content_box .h3_title {
		margin: 3.25rem 0 1.125rem
	}
	.pro_content_box h3 {
		padding: .875rem .875rem .875rem 2.25rem;
		margin: .5rem 0 1.5rem;
		font-size: 1rem
	}
	.pro_content_box h3::before {
		font-size: .875rem;
		left: .875rem
	}
	.pro_content_box ul {
		margin: 0
	}
	.pro_content_box ul li {
		padding: 2rem
	}
	.pro_content_box ul li strong {
		margin-bottom: .875rem
	}
	.table-x {
		padding: .5rem;
		margin-top: 2rem
	}
	table {
		line-height: 1.25rem
	}
	table tr td {
		padding: .875rem 1rem
	}
	.pro_content_box .gallery {
		width: calc(100% + .625rem);
		margin: 1.5rem 0 1.5rem -.3125rem !important
	}
	.pro_content_box .gallery .gallery-item {
		margin: 0 .3125rem !important
	}
	.pro_content_box .gallery .slick-arrow {
		width: 2.5rem;
		height: 2.5rem
	}
	.pro_content_box .gallery .slick-arrow.slick-prev {
		left: .3125rem
	}
	.pro_content_box .gallery .slick-arrow.slick-next {
		right: .3125rem
	}
	.pro_content_box .public_tab {
		margin: 3.25rem 0 1.25rem
	}
	.xz_about {
		padding: 3.5rem 0 5rem
	}
	.xz_about .content_box p {
		margin-bottom: 1rem
	}
	.xz_about .content_box .ht-block-image {
		margin: 2rem 0
	}
	.xz_about .content_box .about_video a::before {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 1.25rem
	}
	.xz_about .content_box .ht-block-columns {
		margin: 4rem 0 3rem;
		grid-gap: 5rem
	}
	.xz_about .content_box .h4_title {
		margin-bottom: 1.5rem
	}
	.xz_about .about_color_box {
		padding: 6rem 0
	}
	.xz_about .about_color_box .box {
		line-height: 1.625rem
	}
	.xz_about .about_color_box h2 {
		font-size: 2.5rem;
		line-height: 2.875rem;
		padding-bottom: 1.5rem;
		margin-bottom: 2rem
	}
	.xz_about .about_color_box h2::before {
		bottom: -.25rem;
		height: .5rem;
		width: 2.5rem
	}
	.xz_about .about_service p {
		margin-bottom: 1rem
	}
	.xz_about .about_service h2 {
		font-size: 2.5rem;
		line-height: 2.875rem;
		margin-bottom: 2rem
	}
	.xz_about .about_service_info h2 {
		font-size: 1.425rem;
		line-height: 1.875rem;
		padding-left: 3.5rem
	}
	.xz_about .about_service_info h2::before {
		font-size: 1.875rem
	}
	.xz_about .about_service_info .img_box {
		width: 50%
	}
	.xz_about .about_service_info p {
		margin-bottom: 1rem
	}
	.xz_about .about_service_info h4 {
		margin-bottom: 0
	}
	.about_num_box ul li {
		padding: 3rem 2rem 3rem 9rem
	}
	.about_num_box ul li::before {
		top: 3.25rem;
		left: 3rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.75rem
	}
	.about_num_box ul li strong {
		font-size: 2.625rem;
		line-height: 3.75rem
	}
	.xz_service {
		padding: 3.5rem 0 5rem;
		line-height: 1.5rem
	}
	.xz_service p {
		margin-bottom: 1rem
	}
	.xz_service .content_box {
		margin-bottom: 2rem
	}
	.xz_service .content_box h4 {
		font-size: 1rem;
		margin-bottom: 1rem
	}
	.xz_service .list_box .list {
		margin-bottom: 2.5rem
	}
	.xz_service .list_box .list .info_box {
		margin-left: -5rem;
		padding: 3rem 3rem 2rem
	}
	.xz_service .list_box .list .info_box::before {
		width: 6rem;
		height: 6rem
	}
	.xz_service .list_box .list .info_box h2 {
		font-size: 1.25rem;
		line-height: 1.875rem;
		margin-bottom: 1.25rem
	}
	.xz_service .list_box .list:nth-child(2) .info_box {
		margin-left: 0;
		margin-right: -5rem
	}
	.xz_service .list_box .list:nth-child(2) .info_box::after {
		top: -3rem;
		left: 3rem;
		width: 3rem;
		height: 3rem
	}
	.xz_service .list_box .list:last-of-type {
		margin-bottom: 0
	}
	.xz_service .service_after {
		margin: 5rem 0 4rem
	}
	.xz_service .service_after .contact_info {
		margin-top: 3rem
	}
	.xz_service .service_after .contact_info .list {
		margin-bottom: 2rem
	}
	.xz_service .service_after .contact_info .list i {
		font-size: 1.875rem;
		width: 4rem;
		height: 4rem;
		margin-right: 1.5rem
	}
	.xz_service .service_after .contact_info .list .info_content .tit {
		margin-bottom: .25rem
	}
	.xz_service .service_after .contact_info .list .info_content .info {
		font-size: 1.5rem;
		line-height: 2rem
	}
	.xz_service .service_after .contact_info .list:last-of-type {
		margin-bottom: 0
	}
	.xz_service .service_after .info_box {
		padding: 3rem 3rem 2rem;
		margin-left: -5rem
	}
	.xz_service .service_after .info_box h2 {
		font-size: 2rem;
		line-height: 2.75rem;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem
	}
	.xz_service .tenet_aim {
		padding: 3.5rem 2.5rem
	}
	.xz_service .tenet_aim .list h2 {
		font-size: 2rem;
		line-height: 2.75rem;
		padding-bottom: 1.5rem
	}
	.xz_service .tenet_aim .list ul {
		padding: 2.5rem 2.5rem 1.25rem 2.5rem
	}
	.xz_service .tenet_aim .list ul li {
		margin-bottom: 1rem
	}
	.xz_airbag {
		padding: 3.5rem 0
	}
	.xz_airbag .content_box {
		margin-bottom: 1rem
	}
	.xz_airbag .content_box h4 {
		margin-bottom: 2rem
	}
	.xz_airbag .content_box p {
		margin-bottom: 1rem
	}
	.xz_airbag .airbag_pics {
		margin-top: 1rem
	}
	.xz_airbag .airbag_pics .h3_title {
		margin-bottom: 2rem
	}
	.xz_airbag .airbag_pics .pics {
		padding-bottom: 10rem
	}
	.xz_airbag .airbag_pics .pics .gallery {
		width: calc(75% + 1.5rem);
		margin: 0 0 0 -.75rem !important
	}
	.xz_airbag .airbag_pics .pics .gallery-item {
		margin: 0 .75rem !important
	}
	.xz_airbag .airbag_pics .pics .slick-arrow {
		width: 4rem;
		height: 4rem;
		transform: translateX(4rem)
	}
	.xz_airbag .airbag_pics .pics .slick-arrow i {
		font-size: 1.5rem
	}
	.xz_airbag .airbag_pics .pics .slick-arrow.slick-next {
		margin-left: 5rem
	}
	.xz_airbag .airbag_pics .pics .ym {
		right: 6.25vw;
		height: 4rem;
		line-height: 4rem;
		bottom: 10rem
	}
	.xz_airbag .airbag_pics .tag_zs {
		height: 10rem
	}
	.xz_airbag .airbag_pics_2, 
	.xz_airbag .airbag_pics_3, 
	.xz_airbag .airbag_pics_4 {
		margin-top: 0
	}
	.xz_airbag .airbag_pics_2 .h3_title,
	.xz_airbag .airbag_pics_3 .h3_title, 
	.xz_airbag .airbag_pics_4 .h3_title {
		margin-bottom: 1rem
	}
	.xz_airbag .airbag_pics_2 .pics, 
	.xz_airbag .airbag_pics_3 .pics, 
	.xz_airbag .airbag_pics_4 .pics {
		padding-bottom: 4rem
	}
	.xz_airbag .airbag_pics_2 .pics .gallery, 
	.xz_airbag .airbag_pics_3 .pics .gallery, 
	.xz_airbag .airbag_pics_4 .pics .gallery {
		width: calc(100% + 1.5rem);
		margin: 0 0 0 -.75rem !important
	}
	.xz_airbag .airbag_pics_2 .pics .gallery-item,
	.xz_airbag .airbag_pics_3 .pics .gallery-item,
	.xz_airbag .airbag_pics_4 .pics .gallery-item {
		margin: 0 .75rem !important
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow,
	.xz_airbag .airbag_pics_3 .pics .slick-arrow,
	.xz_airbag .airbag_pics_4 .pics .slick-arrow {
		left: 15%;
		width: 3rem;
		height: 3rem;
		transform: translateX(-4rem) translateY(-50%)
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next,
	.xz_airbag .airbag_pics_3 .pics .slick-arrow.slick-next,
	.xz_airbag .airbag_pics_4 .pics .slick-arrow.slick-next {
		left: auto;
		right: 15%;
		transform: translateX(4rem) translateY(-50%)
	}
}
@media screen and (max-width:1200px) {
	.xz_contact {
		padding: 3rem 0 5rem
	}
	.xz_contact_info {
		margin: 3rem 0 2rem
	}
	.xz_contact_info .left_box .top_box {
		flex-wrap: wrap;
		margin-bottom: 0
	}
	.xz_contact_info .left_box .top_box .list {
		width: 48%
	}
	.xz_contact_info .list {
		margin-bottom: 1.5rem
	}
	.xz_contact_info .list .tit {
		margin-top: .625rem
	}
	.contact_map {
		height: 21rem
	}
	.a2a_kit a {
		margin-left: .5rem
	}
	.news_detail .xz-main .top_box {
		flex-wrap: wrap;
		padding: 1rem 0
	}
	.news_detail .xz-main .top_box .author {
		margin: 0 1.5rem
	}
	.news_detail .xz-main .top_box .left {
		margin-top: .5rem;
		margin-right: 2rem
	}
	.news_detail .xz-main .top_box .a2a_kit {
		margin-top: .5rem
	}
	.news_detail .xz-main .top_box .a2a_kit a:first-of-type {
		margin-left: 0
	}
	.news_detail .xz-main .content_box {
		padding: 2rem 0 0
	}
	.news_detail .xz-main .content_box p {
		margin-bottom: 1rem
	}
	.news_detail .xz-main .content_box figure {
		margin: 1.5rem 0
	}
	.news_detail .xz-main .xz-prenext {
		margin-top: 2.5rem
	}
	.news_flex_box .news_l {
		width: calc(100% - 360px)
	}
	.pro_index .news_flex_box .news_r {
		width: 260px
	}
	.pro_index .news_flex_box .news_l {
		width: calc(100% - 310px)
	}
	.pro_index .xz-case-ul {
		grid-template-columns: repeat(2, 1fr)
	}
	.pro_detail .detail_info {
		margin: 0 0 2rem;
		padding: 1.5rem 0
	}
	.pro_content_box .news_flex_box .news_r {
		width: 260px
	}
	.pro_content_box .news_flex_box .news_l {
		width: calc(100% - 310px)
	}
}
@media screen and (max-width:1024px) {
	.index_btn {
		height: 3rem;
		line-height: 3rem;
		min-width: 11rem
	}
	.flex_tit {
		margin-bottom: 3.5rem
	}
	.index_tit {
		font-size: 2.25rem;
		line-height: 3rem
	}
	.h2_title {
		font-size: 2rem;
		line-height: 2.75rem
	}
	.h3_title {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
	.h3_title.icon_tit {
		padding-left: 2rem
	}
	.h3_title.icon_tit::after, 
	.h3_title.icon_tit::before {
		bottom: .75rem;
		width: .75rem;
		height: .75rem
	}
	.h3_title.icon_tit::after {
		left: .75rem;
		width: .5rem;
		height: .5rem
	}
	.detail_title {
		font-size: 1.5rem;
		line-height: 2rem
	}
	.h4_title {
		font-size: 1.375rem;
		line-height: 1.5rem
	}
	.h4_title.icon_tit {
		padding-left: 2.5rem
	}
	.h4_title.icon_tit::before {
		font-size: 1.5rem
	}
	.xz_contact .content_box h4 {
		margin-bottom: 1.5rem
	}
	.xz_contact .content_box p {
		margin-bottom: .625rem
	}
	.xz_contact_info .list .tit {
		margin-top: .5rem
	}
	.xz_history .h4_title {
		margin-bottom: 1.5rem
	}
	.xz_history p {
		margin-bottom: .5rem
	}
	.xz_history .schema-faq {
		margin-top: 3rem;
		padding: 4rem 0
	}
	.xz_history .schema-faq-section {
		margin-bottom: 2.5rem
	}
	.xz_history .schema-faq-section::before {
		top: .625rem;
		width: 1rem;
		height: 1rem
	}
	.xz_history .schema-faq-question {
		font-size: 2.25rem;
		line-height: 3rem;
		margin-bottom: 1.125rem
	}
	.xz_gallery .content_info {
		margin: 1.5rem 0
	}
	.public_tab {
		margin-bottom: 2.5rem
	}
	.public_tab .list {
		width: 33.33%;
		padding: 1.5rem 1rem 1.5rem 3rem
	}
	.public_tab .list::before {
		left: 1.5rem;
		top: 2rem
	}
	.news_detail {
		padding: 3rem 0 4rem
	}
	.news_detail .xz-main .content_box {
		padding: 2rem 0 0
	}
	.news_detail .xz-main .content_box p {
		margin-bottom: .5rem
	}
	.news_detail .xz-main .content_box figure {
		margin: 1.25rem 0
	}
	.news_detail .xz-main .xz-prenext {
		margin-top: 2rem
	}
	.news_flex_box {
		flex-flow: column
	}
	.news_flex_box .news_l {
		width: 100%
	}
	.news_flex_box .news_r {
		margin-top: 2.5rem;
		width: 100%
	}
	.news_flex_box .news_r .box {
		display: flex;
		justify-content: space-between
	}
	.news_flex_box .news_r .box .quote_info {
		width: 48%
	}
	.news_flex_box .news_r .box .right_form {
		width: 48%;
		margin-top: 0
	}
	.related_about_box {
		border-top-width: .375rem;
		padding-bottom: 4rem
	}
	.related_about_box .h3_title {
		margin: 3.5rem 0 2rem
	}
	.related_about_box .about_news {
		padding-bottom: 1.5rem
	}
	.related_about_box .xz_prod_box {
		padding-bottom: 3.5rem
	}
	.case_detail {
		padding: 3rem 0 3.5rem
	}
	.case_detail .case_info {
		padding: 1.25rem 0 1.5rem;
		margin-bottom: 2rem
	}
	.case_detail .content_box {
		padding: 1.25rem 0 0
	}
	.case_detail .content_box p {
		margin-bottom: .5rem
	}
	.case_detail .content_box .ht-block-gallery {
		margin: 1.25rem 0 .5rem
	}
	.gallery_detail {
		padding: 3rem 0 4rem
	}
	.pro_index {
		padding: 3rem 0 0
	}
	.pro_index .news_flex_box {
		flex-flow: column-reverse;
		padding-bottom: 4rem
	}
	.pro_index .news_flex_box .news_l {
		width: 100%
	}
	.pro_index .news_flex_box .news_r {
		width: 100%;
		margin-top: 1.2rem
	}
	.pro_index .news_flex_box .news_r .public_tab {
		width: 31.5%;
		margin-bottom: 0
	}
	.pro_index .news_flex_box .news_r .quote_info {
		width: 31.5%
	}
	.pro_index .news_flex_box .news_r .right_form {
		width: 31.5%
	}
	.pro_index .xz-case-ul {
		grid-template-columns: repeat(3, 1fr)
	}
	.pro_detail {
		padding: 3rem 0 0
	}
	.pro_content_box {
		border-top-width: .375rem;
		margin: 1.5rem 0 4rem;
		padding-top: 1rem
	}
	.pro_content_box .news_flex_box {
		flex-flow: column
	}
	.pro_content_box .news_flex_box .news_l {
		width: 100%
	}
	.pro_content_box .news_flex_box .news_r {
		width: 100%;
		margin-top: 3rem
	}
	.pro_content_box .news_flex_box .news_r .public_tab {
		display: none
	}
	.pro_content_box .news_flex_box .news_r .quote_info {
		width: 48%
	}
	.pro_content_box .news_flex_box .news_r .right_form {
		width: 48%
	}
	.pro_content_box p {
		margin-bottom: 0
	}
	.pro_content_box .h3_title {
		margin: 2rem 0 1rem
	}
	.table-x {
		margin-top: .5rem
	}
	.pro_content_box .public_tab {
		margin: 3rem 0 1.25rem
	}
	.xz_about {
		padding: 3rem 0 4rem
	}
	.xz_about .content_box p {
		margin-bottom: .5rem
	}
	.xz_about .content_box .ht-block-image {
		margin: 1.5rem 0
	}
	.xz_about .content_box .about_video a::before {
		width: 4rem;
		height: 4rem;
		font-size: 1.25rem
	}
	.xz_about .content_box .ht-block-columns {
		grid-gap: 3rem
	}
	.xz_about .about_num_box {
		margin-bottom: 4rem
	}
	.xz_about .about_color_box {
		padding: 4rem 0
	}
	.xz_about .about_color_box .box {
		line-height: 1.5rem
	}
	.xz_about .about_color_box h2 {
		font-size: 2rem;
		line-height: 2.375rem
	}
	.xz_about .about_color_box h2::before {
		bottom: -.1675rem;
		height: .375rem;
		width: 2.5rem
	}
	.xz_about .about_service {
		padding: 4rem 0 2.5rem
	}
	.xz_about .about_service p {
		margin-bottom: .5rem
	}
	.xz_about .about_service h2 {
		font-size: 2rem;
		line-height: 2.375rem;
		margin-bottom: 1.5rem
	}
	.xz_about .about_service_info h2 {
		font-size: 1.375rem;
		line-height: 1.5rem;
		padding-left: 2.5rem
	}
	.xz_about .about_service_info h2::before {
		font-size: 1.5rem
	}
	.xz_about .about_service_info p {
		margin-bottom: .5rem
	}
	.about_num_box ul li {
		padding: 2rem 1rem 2rem 8rem
	}
	.about_num_box ul li::before {
		top: 2.25rem;
		left: 3rem;
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem
	}
	.about_num_box ul li strong {
		font-size: 2.25rem;
		line-height: 3rem
	}
	.xz_service {
		padding: 3rem 0 4rem
	}
	.xz_service p {
		margin-bottom: .5rem
	}
	.xz_service .content_box {
		margin-bottom: 1.5rem
	}
	.xz_service .content_box h4 {
		margin-bottom: .875rem
	}
	.xz_service .list_box .list {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 0
	}
	.xz_service .list_box .list .img_box {
		width: auto;
		max-width: 400px;
		width: 60%;
		margin-bottom: 2rem
	}
	.xz_service .list_box .list .info_box {
		width: calc(100% - 2rem);
		margin-left: 0;
		padding: 2rem 0
	}
	.xz_service .list_box .list .info_box::before {
		width: 4rem;
		height: 4rem
	}
	.xz_service .list_box .list .info_box h2 {
		font-size: 1.125rem;
		line-height: 1.75rem;
		margin-bottom: 1rem
	}
	.xz_service .list_box .list:nth-child(2) {
		flex-flow: column-reverse
	}
	.xz_service .list_box .list:nth-child(2) .info_box {
		margin-left: 0;
		margin-right: 0
	}
	.xz_service .list_box .list:nth-child(2) .info_box::after {
		display: none
	}
	.xz_service .list_box .list:nth-child(2) .info_box::before {
		left: auto;
		right: 0;
		transform: translateX(50%) translateY(-50%)
	}
	.xz_service .service_after {
		margin: .5rem 0 4rem;
		flex-flow: column
	}
	.xz_service .service_after .left_box {
		width: 100%
	}
	.xz_service .service_after .contact_info {
		margin-top: 2rem
	}
	.xz_service .service_after .contact_info .list {
		margin-bottom: 1.5rem
	}
	.xz_service .service_after .contact_info .list i {
		font-size: 1.5rem;
		width: 3.5rem;
		height: 3.5rem;
		margin-right: 1.25rem
	}
	.xz_service .service_after .contact_info .list .info_content .info {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.xz_service .service_after .img_box {
		width: auto;
		max-width: 840px
	}
	.xz_service .service_after .info_box {
		width: 100%;
		padding: 2.5rem;
		margin-left: 0;
		margin-top: 2.5rem
	}
	.xz_service .service_after .info_box h2 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem
	}
	.xz_service .tenet_aim {
		padding: 3rem 2.5rem 3.5rem
	}
	.xz_service .tenet_aim .list h2 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		padding-bottom: 1.5rem
	}
	.xz_service .tenet_aim .list ul {
		padding: 2rem 2rem 1.5rem 2rem
	}
	.xz_service .tenet_aim .list ul li {
		margin-bottom: .5rem
	}
	.xz_airbag {
		padding: 3rem 0
	}
	.xz_airbag hr {
	    margin-top: 1.5rem;
	}
	.xz_airbag .content_box h4 {
	    line-height: 1.1;
		margin-bottom: 1.5rem
	}
	.xz_airbag .content_box p {
	    line-height: 1.6;
		margin-bottom: 0
	}
	.xz_airbag .airbag_pics .h3_title {
		margin-bottom: 1rem
	}
	.xz_airbag .airbag_pics .pics {
		padding-bottom: 8rem
	}
	.xz_airbag .airbag_pics .pics .gallery {
		width: calc(75% + 1rem);
		margin: 0 0 0 -.5rem !important
	}
	.xz_airbag .airbag_pics .pics .gallery-item {
		margin: 0 .5rem !important
	}
	.xz_airbag .airbag_pics .pics .slick-arrow {
		width: 3.5rem;
		height: 3.5rem;
		transform: translateX(3.5rem)
	}
	.xz_airbag .airbag_pics .pics .slick-arrow i {
		font-size: 1.5rem
	}
	.xz_airbag .airbag_pics .pics .slick-arrow.slick-next {
		margin-left: 4.5rem
	}
	.xz_airbag .airbag_pics .pics .ym {
		right: 6.25vw;
		height: 4rem;
		line-height: 4rem;
		bottom: 8rem
	}
	.xz_airbag .airbag_pics .tag_zs {
		height: 8rem;
		bottom: .25rem
	}
	.xz_airbag .airbag_pics_2,
	.xz_airbag .airbag_pics_3,
	.xz_airbag .airbag_pics_4 {
		overflow: hidden
	}
	.xz_airbag .airbag_pics_2 .h3_title,
	.xz_airbag .airbag_pics_3 .h3_title,
	.xz_airbag .airbag_pics_4 .h3_title {
		margin-bottom: 1rem
	}
	.xz_airbag .airbag_pics_2 .pics,
	.xz_airbag .airbag_pics_3 .pics,
	.xz_airbag .airbag_pics_4 .pics {
		padding-bottom: 1rem
	}
	.xz_airbag .airbag_pics_2 .pics .gallery,
	.xz_airbag .airbag_pics_3 .pics .gallery,
	.xz_airbag .airbag_pics_4 .pics .gallery {
		width: calc(100% + 1rem);
		margin: 0 0 0 -.5rem !important
	}
	.xz_airbag .airbag_pics_2 .pics .gallery-item,
	.xz_airbag .airbag_pics_3 .pics .gallery-item,
	.xz_airbag .airbag_pics_4 .pics .gallery-item {
		margin: 0 .5rem !important
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow,
	.xz_airbag .airbag_pics_3 .pics .slick-arrow,
	.xz_airbag .airbag_pics_4 .pics .slick-arrow {
		left: -1.25rem;
		width: 3rem;
		height: 3rem;
		transform: translateY(-50%)
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next,
	.xz_airbag .airbag_pics_3 .pics .slick-arrow.slick-next,
	.xz_airbag .airbag_pics_4 .pics .slick-arrow.slick-next {
        top: 50%;
		right: -1.25rem;
		left: auto;
		transform: translateY(-50%)
	}
	.xz_airbag .airbag_pics_2 .tag_zs,
	.xz_airbag .airbag_pics_3 .tag_zs,
	.xz_airbag .airbag_pics_4 .tag_zs {
		height: 8rem;
		bottom: .25rem
	}
}
@media screen and (max-width:800px) {
	.index_btn {
		height: 2.75rem;
		line-height: 2.75rem;
		min-width: 10rem
	}
	.flex_tit {
		align-items: flex-start;
		margin-bottom: 3rem
	}
	.flex_tit .index_btn {
		margin-left: 2rem
	}
	.index_tit {
		font-size: 2rem;
		line-height: 2.75rem
	}
	.h2_title {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
	.h3_title {
		font-size: 1.5rem;
		line-height: 2rem
	}
	.h3_title.icon_tit {
		padding-left: 1.5rem
	}
	.h3_title.icon_tit::after, .h3_title.icon_tit::before {
		bottom: .625rem;
		width: .625rem;
		height: .625rem
	}
	.h3_title.icon_tit::after {
		bottom: auto;
		top: .5rem;
		left: .625rem;
		width: .375rem;
		height: .375rem
	}
	.detail_title {
		font-size: 1.375rem;
		line-height: 1.5rem
	}
	.h4_title {
		font-size: 1.25rem;
		line-height: 1.375rem
	}
	.h4_title.icon_tit::before {
		font-size: 1.25rem
	}
	.xz_contact {
		padding: 3rem 0 3.5rem
	}
	.xz_contact_info {
		flex-flow: column-reverse;
		margin: 1.5rem 0 1rem
	}
	.xz_contact_info .left_box {
		width: 100%;
		max-width: 100%;
		margin-top: 2rem
	}
	.xz_contact_info .right_box {
	    text-align: center;
        margin: 0 auto;
	}
	.xz_contact_info .list .tit {
		margin-top: .5rem
	}
	.contact_map {
		height: 18rem
	}
	.xz_history {
		padding: 3rem 0 3.5rem
	}
	.xz_history .schema-faq {
		margin-top: 1.5rem;
		padding: 3rem 0 1rem
	}
	.xz_history .schema-faq::before {
		left: 0;
		transform: none
	}
	.xz_history .schema-faq::after {
		left: 0
	}
	.xz_history .content_box::before {
		left: 0
	}
	.xz_history .schema-faq-section {
		margin-bottom: 2.5rem;
		padding-left: 5%;
		width: 100%
	}
	.xz_history .schema-faq-section::before {
		top: .625rem;
		width: 1rem;
		height: 1rem
	}
	.xz_history .schema-faq-section:nth-child(2n) {
		text-align: left;
		padding-left: 5%;
		padding-right: 0
	}
	.xz_history .schema-faq-section:nth-child(2n)::before {
		left: 0
	}
	.xz_history .schema-faq-question {
		font-size: 2rem;
		line-height: 2.75rem;
		margin-bottom: .875rem
	}
	.xz_gallery {
		padding: 3rem 0 4rem
	}
	.xz_gallery .content_info {
		margin: 1.5rem 0
	}
	.xz_news {
		padding: 3rem 0 4rem
	}
	.public_tab .list {
		font-size: 1.25rem;
		line-height: 1.25rem;
		padding: 1.25rem 1rem 1.25rem 2rem
	}
	.public_tab .list::before {
		width: .375rem;
		left: 1.25rem;
		top: 1.75rem
	}
	.news_detail {
		padding: 3rem 0 3.5rem
	}
	.related_about_box {
		padding-bottom: 3.5rem
	}
	.related_about_box .h3_title {
		margin: 3rem 0 1.5rem
	}
	.related_about_box .xz_prod_box {
		padding-bottom: 3rem
	}
	.case_detail {
		padding: 3rem 0
	}
	.case_detail .case_info {
		padding: 1.25rem 0
	}
	.case_detail .content_box {
		padding: 1rem 0 0
	}
	.gallery_detail {
		padding: 3rem 0 3.5rem
	}
	.gallery_detail .top_box {
		padding: 2rem 3rem 2rem 2rem
	}
	.gallery_detail .content_box {
		padding: 2.5rem 6rem 3rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow {
		width: 2.5rem;
		height: 2.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow i {
		font-size: 2.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-prev {
		left: -4rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-next {
		left: auto;
		right: -4rem
	}
	.gallery_detail .content_box .smallpic .gallery-item {
		margin: 2rem .3125rem !important
	}
	.gallery_detail .content_box .slick-arrow.slick-prev {
		left: -2rem
	}
	.gallery_detail .content_box .slick-arrow.slick-next {
		left: auto;
		right: -2rem
	}
	.gallery_detail .content_box .gallery_prenext {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%
	}
	.gallery_detail .content_box .gallery_next, .gallery_detail .content_box .gallery_pre {
		position: relative;
		width: 48%;
		bottom: 0;
		left: 0
	}
	.gallery_detail .content_box .gallery_next {
		right: 0
	}
	.gallery_detail .content_box .gallery_link, .gallery_detail .content_box .no {
		width: 100%;
		height: 5rem
	}
	.pro_index .news_flex_box {
		padding-bottom: 3.5rem
	}
	.pro_index .news_flex_box .news_r .public_tab {
		width: 48%
	}
	.pro_index .news_flex_box .news_r .quote_info {
		display: none
	}
	.pro_index .news_flex_box .news_r .right_form {
		width: 48%
	}
	.pro_index .xz-case-ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.875rem
	}
	.public_flex_box {
		flex-wrap: wrap
	}
	.pro_detail .top_box {
		flex-flow: column
	}
	.col1 {
		width: 100%
	}
	.col2 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 1rem
	}
	.pro_content_box {
		margin: 1rem 0 3.5rem
	}
	.xz_about {
		padding: 3rem 0
	}
	.xz_about .content_box .about_video a::before {
		width: 3.5rem;
		height: 3.5rem
	}
	.xz_about .content_box .ht-block-columns {
		grid-gap: 2.5rem;
		margin: 3rem 0 2rem
	}
	.xz_about .about_num_box {
		margin-bottom: 3rem
	}
	.xz_about .about_color_box {
		padding: 3rem 0
	}
	.xz_about .about_color_box::before {
		-webkit-clip-path: polygon(0 0, 70% 0, 90% 100%, 0 100%);
		clip-path: polygon(0 0, 70% 0, 90% 100%, 0 100%)
	}
	.xz_about .about_color_box .box {
		width: 80%
	}
	.xz_about .about_color_box h2 {
		font-size: 1.875rem;
		line-height: 2rem;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem
	}
	.xz_about .about_service {
		padding: 3rem 0 1.5rem
	}
	.xz_about .about_service p {
		margin-bottom: .5rem
	}
	.xz_about .about_service h2 {
		font-size: 1.875rem;
		line-height: 2rem;
		margin-bottom: 1rem
	}
	.xz_about .about_service_info {
		flex-flow: column-reverse;
		align-items: flex-start
	}
	.xz_about .about_service_info .info_box {
		width: 100%
	}
	.xz_about .about_service_info .img_box {
		width: 100%;
		max-width: 600px;
		margin: 0 0 2.5rem
	}
	.xz_about .about_service_info h2 {
		font-size: 1.25rem;
		line-height: 1.375rem;
		margin-bottom: 1.5rem
	}
	.xz_about .about_service_info h2::before {
		font-size: 1.25rem
	}
	.about_num_box ul li {
		padding: 2rem 1rem 2rem 7rem
	}
	.about_num_box ul li::before {
		left: 2rem;
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.5rem
	}
	.about_num_box ul li strong {
		font-size: 2rem;
		line-height: 2.5rem
	}
	.xz_service {
		padding: 3rem 0
	}
	.xz_service .service_after {
		margin: 0 0 3rem
	}
	.xz_service .service_after .contact_info {
		margin-top: 2rem
	}
	.xz_service .service_after .info_box {
		padding: 2rem
	}
	.xz_service .service_after .info_box h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-bottom: .875rem;
		margin-bottom: 1.25rem
	}
	.xz_service .tenet_aim {
		padding: 2.5rem 2rem;
		grid-template-columns: 1fr;
		grid-gap: 1.5rem
	}
	.xz_service .tenet_aim .list h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-bottom: 1rem
	}
	.xz_service .tenet_aim .list ul {
		padding: 2rem 2rem 1.5rem 2rem
	}
	.xz_airbag {
		padding: 3rem 0 0
	}
	.xz_airbag .airbag_pics .pics {
		padding-bottom: 6rem
	}
	.xz_airbag .airbag_pics .pics .gallery {
		width: calc(100% + 1rem)
	}
	.xz_airbag .airbag_pics .pics .slick-arrow {
		width: 3rem;
		height: 3rem;
		font-size: 1.25rem;
		top: 33%;
		left: 0;
		transform: translateX(-1rem) translateY(-50%)
	}
	.xz_airbag .airbag_pics .pics .slick-arrow.slick-next {
		margin-left: 0;
		left: auto;
		right: -1.75rem
	}
	.xz_airbag .airbag_pics .pics .ym {
		display: none
	}
	.xz_airbag .airbag_pics .tag_zs {
		width: 120%;
		height: 6rem;
		bottom: .25rem;
		transform: translateX(1rem)
	}
	.xz_airbag .airbag_pics_2 .pics {
		padding-bottom: 6rem
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow {
		width: 3rem;
		height: 3rem;
		font-size: 1.25rem
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next {
		right: -1.25rem
	}
	.xz_airbag .airbag_pics_2 .tag_zs {
		height: 6rem;
		bottom: .25rem
	}
}
@media screen and (max-width:640px) {
	body {
		font-size: 1rem;
		line-height: 1.6
	}
	.news_detail {
		padding: 3rem 0
	}
	.news_flex_box .news_r .box {
		flex-flow: column
	}
	.news_flex_box .news_r .box .quote_info {
		width: 100%
	}
	.news_flex_box .news_r .box .right_form {
		width: 100%;
		margin-top: 1.5rem
	}
	.case_detail {
		padding: 3rem 0
	}
	.case_detail .case_info {
		padding: 1.25rem 0;
		line-height: 1.5rem
	}
	.case_detail .content_box {
		padding: 1rem 0 0
	}
	.gallery_detail {
		padding: 3rem 0 3.5rem
	}
	.gallery_detail .top_box {
		padding: 2rem
	}
	.gallery_detail .content_box {
		padding: 2.5rem 3rem 3rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow {
		width: 1.5rem;
		height: 1.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow i {
		font-size: 1.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-prev {
		left: -2rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-next {
		left: auto;
		right: -2rem
	}
	.gallery_detail .content_box .gallery_link, .gallery_detail .content_box .no {
		height: 4rem
	}
	.quote_info {
	    padding: 1.25rem;
	}
	.quote_info .list {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .form label {
        padding: 1.2rem 0 1rem;
    }
	.pro_index .news_flex_box {
		padding-bottom: 1.2rem
	}
	.pro_index .news_flex_box .news_r .public_tab {
		width: 100%
	}
	.pro_index .news_flex_box .news_r .right_form {
		width: 100%
	}
	.pro_index .xz-case-ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.25rem
	}
	.pro_content_box {
		padding-top: .5rem
	}
	.pro_content_box h3 {
		font-size: 1.2rem;
	    padding: .5rem .875rem .5rem 2.25rem;
		margin: .5rem 0 1rem;
	}
	.pro_content_box ul li {
		padding: 0;
	}
	.pro_content_box .news_flex_box .news_r {
		margin-top: 1.5rem
	}
	.index_btn {
		min-width: 9rem;
		font-size: 1rem;
		height: 2.5rem;
		line-height: 2.5rem
	}
	.index_btn i {
		font-size: 1rem;
		margin-right: .425rem
	}
	.flex_tit {
		justify-content: flex-start;
		flex-flow: column;
		margin-bottom: 1.5rem
	}
	.flex_tit .icon_tit {
		margin-bottom: 2rem
	}
	.flex_tit .index_btn {
		margin-left: 0
	}
	.toppic {
	    margin-top: 0;
	}
	.toppic_tit {
	    font-size: 1.8rem;
	}
	.index_tit {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
	.pro_detail .detail_info {
	    padding: 0.5rem 0;
	}
	.pro_detail .detail_info .intro p {
	    background-size: 4%;
        padding: .8rem 0 .8rem 1.5rem;
	}
	.pro_detail .des_info {
	    height: 1.5rem;
	}
	.h2_title {
		font-size: 1.5rem;
		line-height: 2rem;
        padding-left: 4.5rem;
	}
	.h2_title.icon_tit::before {
		font-size: .875rem;
		height: .875rem;
        bottom: 1.375rem;
	}
	.h3_title {
		font-size: 1.375rem;
		line-height: 1.5rem
	}
	.h3_title.icon_tit {
        margin-top: 2rem;
        margin-bottom: 1.6rem;
	}
	.h3_title.icon_tit::after, .h3_title.icon_tit::before {
		bottom: .5rem
	}
	.h3_title.icon_tit::after {
		top: .125rem
	}
	.xz_airbag .airbag_pics .h3_title:before, 
	.xz_airbag .airbag_pics_2 .h3_title:before, 
	.xz_airbag .airbag_pics_3 .h3_title:before, 
	.xz_airbag .airbag_pics_4 .h3_title:before {
        width: 8px;
        height: 20px;
        bottom: 0;
    }
    .xz_airbag .content_box p img.top_fir {
        width: 100% !important;
        margin-top: 1rem;
    }
    .xz_airbag .content_box .top_txt {
        width: 100% !important;
        padding-top: .5rem !important;
    }
	.detail_title {
		font-size: 1.25rem;
		line-height: 1.375rem
	}
	.h4_title {
		font-size: 1.5rem;
		line-height: 1.25rem
	}
	.h4_title.icon_tit {
		padding-left: 2rem
	}
	.h4_title.icon_tit::before {
		font-size: 1.125rem
	}
	.h4_title.icon_tit_2::before {
		height: .75rem
	}
	.loop_hot_pro .intro {
	    height: 10rem;
	}
	.xz_contact {
		padding: 1.5rem 0 3rem
	}
	.xz_contact_info {
        display: grid;
        grid-template-rows: auto auto;
		flex-flow: column-reverse
	}
	.xz_contact_info .left_box {
	    grid-row: 1;
		width: 100%;
		max-width: 100%;
		margin-top: .5rem
	}
	.xz_contact_info .left_box .top_box {
		flex-flow: column
	}
	.xz_contact_info .right_box {
	    grid-row: 2;
        margin: 1rem auto;
	}
	.xz_contact_info .list {
		width: 100%;
		margin-bottom: .5rem;
        padding-bottom: .6rem;
        border-bottom: 1px dashed #ddd;
	}
	.xz_contact_info .left_box .top_box .list {
	    width: 100%;
	}
	.xz_contact_info .list .tit {
		margin: 0;
	}
	.xz_contact_info .list .info {
	    display: inline-block;
        padding-left: 0.3rem;
	}
	.contact_map {
		height: 14rem
	}
	.map {
        height: 62.5vw;
	}
	.xz_history {
		padding: 2.5rem 0 3rem
	}
	.xz_history .schema-faq {
		margin-top: 1.5rem;
		padding: 2.5rem 0 .5rem
	}
	.xz_history .schema-faq::after {
		border-bottom-width: .625rem;
		border-left-width: .625rem;
		border-right-width: .625rem
	}
	.xz_history .content_box::before {
		width: .625rem;
		height: .625rem
	}
	.xz_history .schema-faq-section {
		margin-bottom: 2rem
	}
	.xz_history .schema-faq-section::before {
		top: .5rem;
		width: .875rem;
		height: .875rem
	}
	.xz_history .schema-faq-question {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin-bottom: .625rem
	}
	.xz_gallery {
		padding: 2.5rem 0 3rem
	}
	.public_tab {
		margin-bottom: 1.5rem;
		justify-content: space-between
	}
	.public_tab .list {
		width: 33.3333%;
		margin-bottom: 0 !important;
		padding: 1rem 1rem 1rem 2rem
	}
	.public_tab .list::before {
		top: 1.5rem
	}
	.xz_news {
		padding: 2.5rem 0
	}
	.news_detail {
		padding: 2.5rem 0
	}
	.news_detail .xz-main .content_box {
		padding-top: 1.5rem
	}
	.related_about_box {
		padding-bottom: 3rem
	}
	.related_about_box .h3_title {
		margin: 1.8rem 0 1.5rem
	}
	.related_about_box .about_news {
		padding-bottom: 1rem
	}
	.case_detail {
		padding: 2.5rem 0
	}
	.case_detail .content_box {
		padding: .5rem 0 0
	}
	.gallery_detail {
		padding: 2.5rem 0 3rem
	}
	.gallery_detail .top_box {
		padding: 2rem 1.5rem 1.5rem
	}
	.gallery_detail .top_box .info_box {
		flex-flow: column;
		align-items: flex-start
	}
	.gallery_detail .top_box .info_box .box_r {
		margin-top: 1rem
	}
	.gallery_detail .content_box {
		padding: 2rem 2rem 2.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-prev {
		left: -1.5rem
	}
	.gallery_detail .content_box .bigpic .slick-arrow.slick-next {
		left: auto;
		right: -1.5rem
	}
	.gallery_detail .content_box .gallery_link, .gallery_detail .content_box .no {
		height: 3rem
	}
	.gallery_detail .content_box .slick-arrow.slick-prev {
		left: -1.5rem
	}
	.gallery_detail .content_box .slick-arrow.slick-next {
		right: -1.5rem
	}
	.pro_index {
		padding-top: 2rem
	}
	.pro_detail {
		padding: 1.5rem 0
	}
	.pro_detail .pro_banner .smallpic {
		padding: 0 2rem
	}
	.pro_detail .pro_banner .smallpic .gallery-item {
		margin: 1rem .3125rem !important
	}
	.pro_detail .pro_banner .slick-arrow.slick-prev {
		left: -2rem
	}
	.pro_detail .pro_banner .slick-arrow.slick-next {
		right: -2rem
	}
	.pro_detail .pro_dwn {
		margin: 1rem 0
	}
	.pro_detail .btn_box {
	    display: none;
	}
	.pro_content_box {
		margin: 1rem 0 1.8rem
	}
	.xz_about {
		padding: 1.5rem 0
	}
	.xz_about .content_box .about_video a::before {
		width: 3rem;
		height: 3rem
	}
	.xz_about .content_box .ht-block-columns {
		grid-gap: 1.5rem;
		grid-template-columns: 1fr;
		margin: 2.5rem 0 1.5rem
	}
	.xz_about .about_color_box {
		padding: 1rem 0;
	}
	.xz_about .about_color_box::before {
		-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%)
	}
	.xz_about .about_color_box .box {
		width: 90%
	}
	.xz_about .about_color_box h2 {
		font-size: 1.5rem;
		line-height: 1.875rem
	}
	.xz_about .about_service {
		padding: 2.5rem 0 1rem
	}
	.xz_about .about_service h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 1rem
	}
	.xz_about .about_service_info .img_box {
		margin: 0 0 2rem
	}
	.xz_about .about_service_info h2 {
		font-size: 1.125rem;
		line-height: 1.25rem;
		padding-left: 2rem;
		margin-bottom: 1rem
	}
	.xz_about .about_service_info h2::before {
		font-size: 1.125rem
	}
	.xz_about .about_num_box {
		margin-bottom: 1.5rem
	}
	.xz_about .about_num_box ul li {
		width: 100%
	}
	.about_num_box ul li {
		padding: 1.5rem 1rem 1.5rem 6rem
	}
	.about_num_box ul li::before {
		left: 1.5rem;
		top: 1.75rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.375rem
	}
	.about_num_box ul li strong {
		font-size: 1.875rem;
		line-height: 2.25rem
	}
	.about_num_box ul li:nth-child(3) {
		background-color: #f8f8f8
	}
	.about_num_box ul li:nth-child(4) {
		background-color: rgba(248, 248, 248, .5)
	}
	.xz_service {
		padding: 1.5rem 0
	}
	.xz_service .list_box .list .info_box {
		width: 100%
	}
	.xz_service .list_box .list .info_box::before {
		width: 3rem;
		height: 3rem
	}
	.xz_service .service_after {
		margin: 0 0 1.5rem
	}
	.xz_service .service_after .contact_info .list {
		margin-bottom: 1rem
	}
	.xz_service .service_after .contact_info .list i {
		font-size: 1.25rem;
		width: 3rem;
		height: 3rem;
		margin-right: 1.125rem
	}
	.xz_service .service_after .contact_info .list .info_content .info {
		font-size: 1.35rem;
		line-height: 1.25rem
	}
	.xz_service .service_after .info_box {
	    box-shadow: 0 10px 10px 1px rgba(0, 0, 0, .06);
		padding: 1.5rem;
	}
	.xz_service .service_after .info_box h2 {
		font-size: 1.375rem;
		line-height: 1.5rem
	}
	.xz_service .tenet_aim {
		padding: 1.6rem 1.5rem
	}
	.xz_service .tenet_aim .list h2 {
		font-size: 1.375rem;
		line-height: 1.5rem
	}
	.xz_service .tenet_aim .list ul {
		padding: 1.5rem 1.5rem 1rem
	}
	.xz_airbag {
		padding: 1.5rem 0 .5rem
	}
	.xz_airbag .airbag_pics .pics {
		padding-bottom: 1rem
	}
	.xz_airbag .airbag_pics .pics .slick-arrow {
		transform: translateX(-.5rem)
	}
	.xz_airbag .airbag_pics .pics .slick-arrow.slick-next {
		right: -1.25rem
	}
	.xz_airbag .airbag_pics .tag_zs {
		height: 4rem;
		bottom: 0
	}
	.xz_airbag .airbag_pics_2 .pics {
		padding-bottom: 0
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow {
		left: -.75rem
	}
	.xz_airbag .airbag_pics_2 .pics .slick-arrow.slick-next {
		right: -.75rem
	}
	.xz_airbag .airbag_pics_3 {
		padding-top: 1rem
	}
    .fp-viewing-0 .xz-logo.xz-logo-1, .fp-viewing-1 .xz-logo.xz-logo-2 {
        display: block;
    }
    .fp-viewing-0 .xz-logo.xz-logo-2, .fp-viewing-1 .xz-logo.xz-logo-1 {
        display: none;
    }
    .home_page_2 .xz-pro-ul .xz_loop_pro .tit {
        height: 3rem;
        line-height: 3rem;
    }
    .home_page_2 .slick-arrow.slick-next {
        margin-left: 4.5rem;
    }
    .footer-main .left_box form .wpcf7-submit {
        height: 2.6rem;
        line-height: 2.6rem;
    }
	#translate {
	    width: 135px;
	}
	#translate > .translateSelectLanguage {
        font-size: 1rem !important;
        color: #333 !important;
        padding: 5px !important;
	}
}