.active .copy .anim-1 {
	-webkit-transform: translateY(100px) translateX(0);
	-ms-transform: translateY(100px) translateX(0);
	transform: translateY(100px) translateX(0);
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.active .copy .anim-1 {
	-webkit-transition: transform 0.8s, opacity 0.8s;
	-o-transition: transform 0.8s, opacity 0.8s;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.active .copy .anim-show {
	-webkit-transform: translateY(0px) translateX(0);
	-ms-transform: translateY(0px) translateX(0);
	transform: translateY(0px) translateX(0);
	opacity: 1;
}
.active .copy .advantage {
	text-align: center;
	overflow: hidden;
}
.active .copy .num_box {
	width: 20%;
	float: left;
	height: 124px;
	background: url(https://www.yibaixun.com/images/2018/i_one_bg1.png) right center no-repeat;
}
.active .copy .num_box:last-child {
	background: none;
}
.active .copy .num_box .num {
	font-weight: bold;
	color: var(--blue);
	font-weight: normal;
	font-size: 60px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	margin-top: 10px;
}
.active .copy .num_box h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 30px;
}
.active .title {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}
.active .title span {
	font-size: 40px;
	letter-spacing: 3px;
	letter-spacing: 10px;
	color: var(--blue);
}
.active .title p {
	line-height: 1.5rem;
	margin-top: 1rem;
}
.active.index {
	width: 70%;
	margin: auto;
	background-color: #fff;
	padding: 40px;
	position: relative;
	top: -50px;
	z-index: 2;
}
@media (max-width: 992px) {
	.active.index {
		display: none;
	}
	.active .title span {
		font-size: 28px;
	}
}

/* .in_News */
.index.news {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 80px;
}
.index.news img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.index.news .news-list {
	height: auto;
}
.index.news .news-list .list-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.index.news .news-list .list-i .news-left {
	width: 40%;
}
.index.news .news-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 2rem;
}
.index.news .news-right > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #ccc;
}
.index.news .text-left {
	width: 80px;
	/* text-align: center; */
}
.index.news .text-left b {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	background: url(https://www.yibaixun.com/images/2018/i_bg6.png) left bottom no-repeat;
}
.index.news .text-left em {
	line-height: 50px;
	height: 50px;
	display: inline-block;
}
.index.news .text-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100px;
	overflow: hidden;
	margin-left: 0.6rem;
	padding-left: 0.6rem;
}
.index.news .text-right b {
	font-size: 20px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
}
.index.news .text-right span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.index.news .news-left {
	position: relative;
}
.index.news .news-left > a {
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: 5%;
	background-color: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 0;
}
.index.news .news-left > a .text-left {
	width: 80px;
	/* text-align: center; */
}
.index.news .news-left > a .text-left b {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	background: url(https://www.yibaixun.com/images/2018/i_bg6.png) left bottom no-repeat;
}
.index.news .news-left > a .text-left em {
	line-height: 50px;
	height: 50px;
	display: inline-block;
}
.index.news .news-left > a.text-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100px;
	overflow: hidden;
}
.index.news .news-left > a .text-right b {
	font-size: 20px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
}
.index.news .news-left > a.text-right span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.index.news .news-index {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* border-bottom: 1px solid #c6c6c6; */
	margin-bottom: 20px;
	position: relative;
}
.index.news .news-index::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 1px;
	bottom: 0;
	left: -50%;
	background-color: #c6c6c6;
}
.index.news .news-index a {
	display: inline-block;
	padding: 8px 35px;
	margin: 0 20px;
	border-radius: 20px;
}
.index.news .news-index a.choose {
	background-color: var(--blue);
	color: var(--white);
}
/* footer */
.Footer-wrapper {
	width: 100%;
	background: #0b2241 url(https://www.segiuhome.com/template/default/images/common/footer-bg.jpg) no-repeat bottom;
	position: relative;
	z-index: 9;
}
.Footer-items {
	width: 100%;
	padding: 60px 0 20px;
}
.Footer-items .contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Footer-info {
	width: 240px;
	position: relative;
}
.Footer-info:after {
	content: "";
	width: 1px;
	height: 210px;
	background: rgba(255, 255, 255, 0.1);
	right: 0;
	top: 0;
	position: absolute;
}
.Footer-logo {
	max-width: 100%;
	padding-bottom: 25px;
}
.Footer-info h6 {
	color: #99aabe;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 8px;
}
.Footer-info p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	max-width: 186px;
}
.Footer-info p.phone {
	font-size: 20px;
	line-height: 1;
	font-family: Roboto;
	margin-bottom: 20px;
}
.Footer-QR-code {
	width: 82px;
	height: 82px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 20px;
}
.Footer-info p.qr-code {
	font-size: 14px;
	color: #99aabe;
	line-height: 1;
	text-align: center;
	margin-top: 8px;
	max-width: 82px;
}
.Footer-navbar {
	width: 860px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Footer-navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Footer-navbar li {
	max-width: 16.66%;
}
.Footer-menu {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	display: block;
}
.Footer-drop {
	width: 100%;
	margin-top: 12px;
}
body.PC .Footer-drop {
	display: block !important;
}
.Footer-drop a {
	color: #fff;
	display: block;
	font-size: 14px;
	color: #99aabe;
	line-height: 1;
	padding: 7px 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.Footer-drop a:hover,
.Footer-link a:hover {
	color: #fff;
}
.Footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
	color: #99aabe;
	margin-right: -18px;
}
.Footer-link li:nth-child(1) {
	font-weight: 700;
	font-size: 13px;
	margin-right: 0;
}
.Footer-link li {
	margin-right: 18px;
	line-height: 28px;
}
.Footer-link a {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 13px;
	color: #fff;
}
.Footer-copyright {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 33px 0;
	color: #99aabe;
}
.Footer-copyright h6 {
	font-size: 13px;
	float: left;
	line-height: 1;
}
.footer-sup a {
	color: #fff;
	font-size: 13px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-sup a:hover {
	color: #fff;
}
.footer-sup a img {
	margin-right: 4px;
}
.contain {
	width: 1200px;
	margin: 0 auto;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media all and (max-width: 1599px) {
	.contain {
		width: 1080px;
	}
	.Footer-navbar {
		width: 800px;
	}
	.Footer-info {
		width: 230px;
	}
	.Footer-copyright {
		padding: 28px 0;
	}
}
@media all and (max-width: 1279px) {
	.contain {
		width: 900px;
	}
	.Footer-menu {
		font-size: 16px;
	}
	.Footer-info {
		width: 200px;
	}
	.Footer-info p {
		font-size: 13px;
		line-height: 18px;
		max-width: 160px;
	}
	.Footer-info p.phone {
		font-size: 16px;
	}
	.Footer-navbar {
		width: 660px;
	}
	.Footer-copyright {
		padding: 20px 0;
	}
}
@media all and (max-width: 1000px) {
	.contain {
		width: 92%;
	}
	.Footer-items {
		padding: 32px 0 15px;
	}
	.Footer-info {
		width: 100%;
	}
	.Footer-info-txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.Footer-link li {
		margin-right: 10px;
	}
	.Footer-link {
		margin-right: -10px;
	}
	.Footer-navbar ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.Footer-info:after {
		display: none;
	}
	.Footer-navbar li {
		max-width: 100%;
	}
	.Footer-navbar {
		width: 100%;
	}
	.Footer-navbar li {
		width: 100% !important;
	}
	.Footer-menu {
		height: 40px;
		line-height: 40px;
		position: relative;
	}
	.Footer-menu::after {
		content: "";
		width: 44px;
		height: 40px;
		position: absolute;
		z-index: 9;
		right: 0;
		top: 0;
		background: url("https://www.segiuhome.com/template/default/images/common/arrDW.svg") no-repeat center / 18px auto;
	}
	.Footer-drop a {
		padding: 7px 0;
	}
	.Footer-drop {
		display: none;
		margin-top: 0;
	}
	.Footer-copyright h6 {
		width: 100%;
		text-align: center;
		line-height: 18px;
	}
	.Footer-copyright {
		padding: 20px 0;
	}
	.footer-sup {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-sup a {
		line-height: 26px;
	}
}
@media all and (max-width: 640px) {
	.Footer-link a {
		font-size: 12px;
	}
	.Footer-link li {
		margin-right: 5px;
	}
	.Footer-link {
		margin-right: -10px;
	}
	.Footer-menu {
		font-size: 16px;
	}
	.Footer-info-QR,
	.footer-sup,
	.Footer-link {
		display: none;
	}
	.Footer-info p {
		max-width: 100%;
	}
	.Footer-copyright h6 {
		font-size: 12px;
	}
}
/* 地图 */
/*! CSS Used from: http://www.baoluzhineng.cn/css/about.css */
.radiation-map {
	position: absolute;
	top: 80px;
	right: 16%;
	width: 31%;
	z-index: 9;
}
.radiation-map .circle {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 1.7vw;
	height: 1.7vw;
	border-radius: 50%;
}
.radiation-map .circle > div {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 300%;
	text-align: center;
	line-height: 3vw;
	font-size: 1vw;
	background-color: rgba(0, 0, 0, 0.253);
	border: 2px solid #43a2d3;
	border-radius: 4px;
	color: #aacde2;
}
.radiation-map .circle > p {
	margin: 0;
}
.radiation-map .circle > p:nth-child(1) {
	width: 79%;
	height: 79%;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-animation: animationcircle 2s linear infinite forwards 0.4s;
	animation: animationcircle 2s linear infinite forwards 0.4s;
}
.radiation-map .circle > p:nth-child(2) {
	width: 60%;
	height: 60%;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-animation: animationcircle 2s linear infinite forwards 0.2s;
	animation: animationcircle 2s linear infinite forwards 0.2s;
}
.radiation-map .circle > p:nth-child(3) {
	width: 48%;
	height: 48%;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.565);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-animation: animationcircle 2s linear infinite;
	animation: animationcircle 2s linear infinite;
}
.radiation-map .circle > p:nth-child(4) {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-animation: animationcircle 2s linear infinite forwards 0.6s;
	animation: animationcircle 2s linear infinite forwards 0.6s;
}
/*! CSS Used keyframes */
@-webkit-keyframes animationcircle {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes animationcircle {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*! CSS Used from: http://www.baoluzhineng.cn/css/about.css */
.brt {
	position: relative;
}
.radiation-numdis {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 421px;
	height: 310px;
	padding: 67px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	background: url(http://www.baoluzhineng.cn/images/about/border-bg.png) no-repeat;
	background-size: 100% 100%;
}
.radiation-numdis > p {
	color: #ffffff;
	font-size: 15px;
	margin: 8px 0 7px 45px;
	width: 100%;
}
.highlight {
	font-size: 30px;
	padding: 0 0px;
	display: inline-block;
	position: relative;
}
/*! CSS Used from: http://www.baoluzhineng.cn/css/common/globle.css */
.inrow {
	font-size: 0;
	*font-size: 0;
	font-family: arial;
	*letter-spacing: normal;
	*word-spacing: -1px;
}
.inrow > li,
.inrow span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}
.dataNums {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 26px;
	margin-top: -30px;
	text-align: center;
}
.dataNums .dataOne {
	width: 20px;
	height: 40px;
	margin: 0px 0px;
	text-align: center;
}
.dataNums .dataBoc {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.dataNums .dataBoc .tt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dataNums .tt span {
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-size: 34px;
	font-family: "思源黑体";
	line-height: 40px;
	color: #ddf0ff;
}
.dataNums1,
.dataNums2 {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 26px;
	margin-top: -30px;
	text-align: center;
}
.dataNums1 .dataOne,
.dataNums2 .dataOne {
	width: 20px;
	height: 40px;
	margin: 0px 0px;
	text-align: center;
}
.dataNums1 .dataBoc,
.dataNums2 .dataBoc {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.dataNums1 .dataBoc .tt,
.dataNums2 .dataBoc .tt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dataNums1 .tt span,
.dataNums2 .tt span {
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-size: 34px;
	font-family: "思源黑体";
	line-height: 40px;
	color: #ddf0ff;
}

/* 时间线 */

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/slick-theme.css */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/jquery.mCustomScrollbar.min.css */
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/animate.min.css */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style.css */
.he_common {
	width: 1400px;
	margin: auto;
}
.g_title h3 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.he_h1p4 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.he_h1p4bt {
	width: 100%;
	height: 800px;
}
.he_h1p4bt img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.he_h1p4bx {
	position: absolute;
	top: 70px;
	right: 14%;
	height: 100%;
	z-index: 10;
	width: 45%;
	z-index: 11;
}
.he_h1p4bx .he_h1p4ti {
	margin-top: 0px;
}
.he_h1p4bh {
	width: 100%;
	position: relative;
}
.he_h1p4ti h3 {
	color: #fff;
}
.he_h1p4uile {
	width: 524px;
	position: relative;
	height: 524px;
	left: 13%;
	top: 173px;
}
.he_h1p4ti {
	margin-top: 56px;
}
.he_h1p4uiri {
	width: 100%;
	padding-left: 80px;
	margin-top: 36px;
}
.he_h1p4uiul {
	width: 100%;
	position: relative;
}
.he_h1p4dale {
	width: 185px;
	position: relative;
}
.he_h1p4dale p {
	padding-left: 65px;
	text-align: left !important;
}
.he_h1p4dari {
	width: calc(100% - 185px);
	padding-left: 5px;
}
.he_ifzs {
	position: absolute;
	top: 42px;
	left: -23%;
	width: 100%;
	z-index: 10;
}
.he_h1p4dale p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-family: "MONTSERRAT-REGULAR" !important;
	text-align: right;
	position: relative;
}
.he_h1p4dale p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.he_h1p4dale p::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
	width: 60px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
}
.he_h1p4dari p {
	font-size: 16px;
	line-height: 1.875;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 10px;
}
.he_h1p4uili {
	display: flex;
}
.he_h1p4ui {
	margin-top: 75px;
}
.he_h1p4uiul {
	height: 450px;
}
.he_h1p4uili:last-child {
	margin-bottom: 0;
}
.he_h1p4uiul .mCSB_inside > .mCSB_container {
	margin-right: 14px;
}
.he_h1p4uiul .mCSB_scrollTools {
	right: -6px;
}
.he_h1p4uiul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
.he_h1p4uid {
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.36s;
}
.he_h1p4uid1 {
	top: 12px;
	left: 51%;
	transform: translateX(-50%);
}
.he_h1p4uid.act {
	background: #fff;
}
.he_h1p4uid2 {
	top: 102px;
	right: 60px;
}
.he_h1p4uid3 {
	top: 63%;
	transform: translateY(-50%);
	right: 8px;
}
.he_h1p4uid4 {
	bottom: 17px;
	right: 149px;
}
.he_h1p4uid5 {
	bottom: 23px;
	left: 145px;
}
.he_h1p4uid6 {
	top: 63%;
	transform: translateY(-50%);
	left: 16px;
}
.he_h1p4uid7 {
	top: 104px;
	left: 65px;
}
.he_h1p4uigt p {
	font-size: 50px;
	line-height: 1.5;
	color: #ffffff;
	font-family: "MONTSERRAT-REGULAR" !important;
}
.he_h1p4uiilu {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.he_h1p4urt p {
	font-size: 26px;
	line-height: 1.75;
	color: #ffffff;
}
.he_h1p4uitr {
	text-align: center;
}
.he_h1p4uihy {
	width: 100%;
	height: 100%;
	position: relative;
}
.he_h1p4 .he_h1p4ti h3 {
	text-align: left;
	padding-left: 11%;
}
.he_h1p4uiyt .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #097cf2;
}
.he_phtim {
	display: none;
}
.g_fadein1 {
	-webkit-animation: fadeIn 1s ease both;
	animation: fadeIn 1s ease both;
	animation-delay: 0.3s;
}
.g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.he_h1p4 .he_common {
	width: 100%;
}
.he_h1yt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
.he_h1yt .g_fadein1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
.he_h1p4uile {
	left: 13%;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1680px) {
	.g_title h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.g_title h3 {
		font-size: 34px;
	}
	.g_title h3 {
		margin-bottom: 18px;
	}
	.he_h1p4uile {
		left: 7%;
	}
	.he_ifzs {
		left: -27%;
	}
	.he_h1p4bx {
		position: absolute;
		top: 70px;
		right: 9%;
		height: 100%;
		z-index: 10;
		width: 54%;
		z-index: 11;
	}
}
@media screen and (max-width: 1560px) {
	.g_title h3 {
		font-size: 30px;
		line-height: 44px;
	}
	.he_h1p4uigt p {
		font-size: 36px;
	}
	.he_h1p4uile {
		left: 5.5%;
	}
	.he_h1p4urt p {
		font-size: 22px;
	}
}
@media screen and (max-width: 1560px) {
	.he_h1p4uile {
		left: 6.1%;
	}
}
@media screen and (max-width: 1440px) {
	.he_common {
		width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.g_title h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.he_h1p4dale p {
		padding-left: 40px;
	}
	.he_h1p4dale {
		width: 110px;
	}
	.he_h1p4dari {
		width: calc(100% - 110px);
	}
	.he_h1p4uile {
		width: 524px;
		position: relative;
		height: 524px;
		left: 13%;
		top: 173px;
	}
	.he_h1p4 .he_common {
		position: relative;
		width: 1200px;
	}
	.he_h1p4 {
		height: 100%;
	}
	.he_h1p4uile {
		left: -3%;
	}
	.he_h1p4bx {
		right: 0%;
	}
	.he_h1p4uid1 {
		top: 11px;
		left: 51.5%;
	}
	.he_h1p4uid2 {
		top: 101px;
		right: 54px;
	}
	.he_h1p4uid3 {
		top: 64%;
		transform: translateY(-50%);
		right: 4px;
	}
	.g_title h3 {
		margin-bottom: 4px;
	}
	.g_title h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.he_h1p4dale p {
		padding-left: 77px;
	}
	.he_h1p4dale {
		width: 185px;
	}
	.he_h1p4dari {
		width: calc(100% - 185px);
	}
	.he_ifzs {
		top: -24px;
	}
	.he_h1p4uile {
		top: 105px;
	}
	.he_h1p4uiri {
		margin-top: 0px;
	}
	.he_h1p4uile {
		top: 109px;
	}
}
@media screen and (max-width: 1240px) {
	.he_common {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.he_h1p4 .he_common {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.he_ifzs {
		display: none;
	}
	.he_h1p4uile {
		display: none;
	}
	.he_h1p4bx {
		width: 100%;
		position: static;
		transform: inherit;
	}
	.he_h1p4dale p::before {
		width: 20px;
	}
	.he_h1p4dale {
		width: 85px;
	}
	.he_h1p4dari {
		width: calc(100% - 85px);
	}
	.he_h1p4bt {
		display: none;
	}
	.he_h1p4 {
		background: #097cf2;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.he_h1p4 .he_h1p4ti h3 {
		text-align: center;
		padding-left: 0%;
	}
	.he_h1p4ui {
		margin-top: 6px;
	}
	.he_h1p4uiri {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.he_h1p4uiul {
		height: inherit;
	}
	.he_h1p4uili {
		margin-bottom: 10px;
	}
	.he_phtim {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.he_phtimli {
		padding: 0 10px;
		cursor: pointer;
	}
	.he_phtimli p {
		color: #fff;
		font-size: 18px;
	}
	.he_phtimul {
		display: inline-block;
		text-align: left;
	}
	.he_phtim {
		text-align: center;
	}
	.he_phtimli.act p {
		color: #183879;
		border-bottom: 1px solid #183879;
	}
	.he_phtimli {
		display: inline-block;
		margin-bottom: 15px;
	}
	.he_phtim {
		display: block;
	}
	.he_h1p4dale {
		width: 148px;
	}
	.he_h1p4dari {
		width: calc(100% - 148px);
	}
}
@media screen and (max-width: 1024px) {
	.g_title h3 {
		margin-bottom: 8px;
	}
	.he_h1p4 {
		background-image: url(https://m.hoteamsoft.com/Public/Cn/images/h1pic_06.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.he_phtimli p {
		color: #5f99c7;
		font-size: 18px;
		font-weight: bold;
	}
	.he_phtimli.act p {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
}
@media screen and (max-width: 950px) {
	.he_common {
		width: 100%;
		padding: 0 20px;
	}
	.g_title h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.g_title h3 {
		margin-bottom: 12px;
	}
	.he_h1p4 {
		padding-top: 36px;
		padding-bottom: 35px;
	}
	.he_h1p4ui {
		margin-top: 5px;
	}
	.he_phtim {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.g_title h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.g_title {
		padding: 0 20px;
	}
	.he_h1yt .g_title {
		padding: 0 0px;
	}
}
@media screen and (max-width: 767px) {
	.g_title h3 {
		line-height: inherit;
	}
	.g_title {
		padding: 0 0px;
	}
}
@media screen and (max-width: 450px) {
	.g_title h3 {
		margin-bottom: 6px;
	}
	.he_h1p4dale {
		float: left;
	}
	.he_h1p4dari {
		width: 100%;
		padding-left: 0;
	}
	.he_h1p4dari p {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.g_title h3 {
		margin-bottom: 8px;
	}
	.g_title h3 {
		line-height: 1.75;
	}
	.he_phtim {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.he_h1p4uiri {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 10px;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*  */
.zhsj_consult .container {
	max-width: 90%;
}
.zhsj_consult .clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}
.zhsj_consult .clearfix:after {
	clear: both;
}
.zhsj_consult * {
	line-height: 1;
	box-sizing: border-box;
	margin: auto;
	padding: 0;
}
.zhsj_consult a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
.zhsj_consult .clearfix {
	zoom: 1;
}
.zhsj_consult .fl {
	float: left;
}
.zhsj_consult .slick-track .slick-slide {
	display: block !important;
}
.zhsj_consult .slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.zhsj_consult .slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.zhsj_consult .slick-list:focus {
	outline: none;
}
.zhsj_consult .slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.zhsj_consult .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	display: flex;
	flex-wrap: wrap;
}
.zhsj_consult .slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.zhsj_consult .slick-track:after {
	clear: both;
}
.zhsj_consult .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
.zhsj_consult .slick-initialized .slick-slide {
	display: block;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style.css */
.zhsj_consult .he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.zhsj_consult .he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zhsj_consult .he_b1bxul {
	margin: 0 -10px;
}
.zhsj_consult .he_b1bxli {
	width: 25%;
	padding: 0 10px 10px;
}
.zhsj_consult .he_b1bxhg {
	width: 100%;
	position: relative;
	padding: 50px 38px 45px;
	background: #fff;
	height: 352px;
	transition: all 0.36s;
	box-shadow: 0 2px 1px 0px rgb(0 0 0 / 6%);
	border-radius: 0 0 16px 0;
	overflow: hidden;
}
.zhsj_consult .he_b1bxhg::after {
	content: "";
	position: absolute;
	top: -7px;
	right: 0;
	width: 200px;
	height: 14px;
	background: #3d76e8;
	border-radius: 0 0 0 9px;
	z-index: 10;
	transition: all 0.36s;
}
.zhsj_consult .he_b1bxic {
	width: 57px;
	position: relative;
}
.zhsj_consult .he_b1bxic img {
	transition: all 0.36s;
}
.zhsj_consult .he_b1bxic .he_img1 {
	opacity: 0;
}
.zhsj_consult .he_b1bxibt h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	transition: all 0.36s;
	max-height: 60px;
	overflow: hidden;
}
.zhsj_consult .he_b1bxibt {
	margin-top: 16px;
}
.zhsj_consult .he_b1bxidl p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	transition: all 0.36s;
	height: 72px;
	overflow: hidden;
}
.zhsj_consult .he_b1bxidl {
	margin-top: 18px;
	padding-right: 25px;
}
.zhsj_consult .he_b1morle p {
	font-size: 14px;
	line-height: 26px;
	color: #3d76e8;
	transition: all 0.36s;
}
.zhsj_consult .he_b1morri {
	width: 12px;
	line-height: 24px;
	position: relative;
}
.zhsj_consult .he_b1morri img {
	transition: all 0.36s;
}
.zhsj_consult .he_b1morle {
	padding-right: 11px;
}
.zhsj_consult .he_b1mor {
	margin-top: 24px;
}
.zhsj_consult .he_b1morri .he_img1 {
	height: inherit;
	top: 10px;
	opacity: 0;
}
.zhsj_consult .he_b1bdot {
	width: 104px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.zhsj_consult .he_b1bdot img {
	width: 100%;
}
.zhsj_consult .he_b1bxulw {
	margin-top: 75px;
}
@media screen and (min-width: 1200px) {
	.zhsj_consult .he_b1bxhg:hover {
		border-radius: 8px 8px 16px 8px;
		background: #3d76e8;
	}
	.zhsj_consult .he_b1bxhg:hover .he_img {
		opacity: 0;
	}
	.zhsj_consult .he_b1bxhg:hover .he_img1 {
		opacity: 1;
	}
	.zhsj_consult .he_b1bxhg:hover .he_b1morle p {
		color: #ffffff;
	}
	.zhsj_consult .he_b1bxhg:hover .he_b1bxidl p {
		color: rgba(255, 255, 255, 0.7);
	}
	.zhsj_consult .he_b1bxhg:hover .he_b1bxibt h4 {
		color: #ffffff;
	}
	.zhsj_consult .he_b1bxhg:hover::after {
		background: rgba(255, 255, 255, 0.2);
	}
}
.zhsj_consult .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.zhsj_consult .he_b1bt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1440px) {
	.zhsj_consult .he_b1bxhg {
		padding: 40px 26px 36px;
	}
}
@media screen and (max-width: 1024px) {
	.zhsj_consult .he_b1bxic {
		width: 38px;
	}
	.zhsj_consult .he_b1bxibt h4 {
		font-size: 18px;
	}
	.zhsj_consult .he_b1bxhg {
		padding: 30px 20px 30px;
	}
	.zhsj_consult .he_b1bxidl {
		margin-top: 13px;
	}
	.zhsj_consult .he_b1mor {
		margin-top: 18px;
	}
	.zhsj_consult .he_b1bxhg {
		height: 290px;
	}
	.zhsj_consult .he_b1bxhg::after {
		width: 120px;
	}
	.zhsj_consult .he_b1bxulw {
		margin-top: 31px;
	}
}
@media screen and (max-width: 768px) {
	.zhsj_consult .he_b1bxli {
		padding: 0 6px 10px;
	}
	.zhsj_consult .he_b1bxul {
		margin: 0 -6px;
	}
	.zhsj_consult .he_b1bxibt h4 {
		font-size: 16px;
	}
	.zhsj_consult .he_b1bxidl {
		margin-top: 18px;
		padding-right: 0px;
	}
	.zhsj_consult .he_b1bxhg {
		height: 266px;
	}
	.zhsj_consult .he_b1bxulw {
		margin-top: 26px;
	}
	.zhsj_consult .he_b1bxidl {
		margin-top: 6px;
	}
	.zhsj_consult .he_b1bxibt {
		margin-top: 12px;
	}
	.zhsj_consult .he_b1mor {
		margin-top: 14px;
	}
	.zhsj_consult .he_b1bxhg {
		height: 245px;
	}
}
@media screen and (max-width: 450px) {
	.zhsj_consult .he_b1bxidl p {
		height: 48px;
	}
	.zhsj_consult .he_b1bxhg {
		height: 217px;
	}
	.zhsj_consult .he_b1bxic {
		width: 34px;
	}
}
/*! CSS Used from: https://m.hoteamsoft.com/Apps/Api/Ueditor/themes/iframe.css */
.zhsj_consult a {
	color: #ccc;
	display: inline-block;
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*  */

.zhsj_plan * {
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.zhsj_plan .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.zhsj_plan .clearfix {
	zoom: 1;
}
.zhsj_plan .he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.zhsj_plan .he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.zhsj_plan .he_b2p3te {
	text-align: left;
	margin-top: 24px;
}
.zhsj_plan .he_b2p3p1le {
	line-height: 32px;
	width: 13px;
}
.zhsj_plan .he_b2p3p1le img {
	width: 100%;
}
.zhsj_plan .he_b2p3p1ri {
	width: calc(100% - 13px);
	padding-left: 15px;
}
.zhsj_plan .he_b2p3p1ri p {
	font-size: 22px;
	line-height: 34px;
	color: #222d5d;
	font-weight: bold;
	height: 34px;
	overflow: hidden;
}
.zhsj_plan .he_b2p3tep2 p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	height: 140px;
	overflow: hidden;
}
.zhsj_plan .he_b2p3tep2 {
	margin-top: 8px;
}
.zhsj_plan .he_b2p8li {
	width: 100%;
	padding: 44px 60px;
}
.zhsj_plan .he_b2p8ubx {
	width: 100%;
	position: relative;
}
.zhsj_plan .he_b2p8ule {
	width: 190px;
	position: relative;
}
.zhsj_plan .he_b2p8ule img {
	width: 100%;
}
.zhsj_plan .he_b2p8uri {
	width: calc(100% - 190px);
	padding-left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.zhsj_plan .he_b2p8uri .he_b2p3te {
	margin-top: 0;
}
.zhsj_plan .he_b2p8li .he_b2p3p1ri p {
	font-size: 20px;
}
.zhsj_plan .he_b2p8li .he_b2p3tep2 p {
	color: #666;
	height: inherit !important;
	height: 84px;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1440px) {
	.zhsj_plan .he_b2p8li {
		padding: 30px 30px 15px;
	}
	.zhsj_plan .he_b2p8li .he_b2p3p1ri p {
		font-size: 18px;
	}
	.zhsj_plan .he_b2p3tep2 p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.zhsj_plan .he_b2p3p1ri p {
		font-size: 18px;
	}
	.zhsj_plan .he_b2p3tep2 p {
		height: 168px;
	}
}
@media screen and (max-width: 950px) {
	.zhsj_plan .he_b2p8li {
		padding: 20px 10px 20px;
	}
	.zhsj_plan .he_b2p8ule {
		width: 140px;
	}
	.zhsj_plan .he_b2p8uri {
		width: calc(100% - 140px);
		padding-left: 10px;
	}
	.zhsj_plan .he_b2p3p1ri {
		padding-left: 8px;
	}
}
@media screen and (max-width: 768px) {
	.zhsj_plan .he_b2p8li {
		width: 100%;
		padding: 20px 10px 10px;
	}
	.zhsj_plan .he_b2p3p1ri p {
		font-size: 16px;
	}
	.zhsj_plan .he_b2p3tep2 p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}
@media screen and (max-width: 450px) {
	.zhsj_plan .he_b2p8ule {
		width: 100%;
	}
	.zhsj_plan .he_b2p8uri {
		width: 100%;
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.zhsj_plan .he_b2p8li {
		padding: 10px 10px 10px;
	}
	.zhsj_plan .he_b2p3tep2 p {
		height: inherit;
	}
	.zhsj_plan .he_b2p3te {
		margin-top: 15px;
	}
	.zhsj_plan .he_b2p8li .he_b2p3p1ri p {
		font-size: 16px;
	}
	.zhsj_plan .he_b2p3p1le {
		width: 11px;
	}
	.zhsj_plan .he_b2p8ule {
		width: 50%;
		margin: 0 auto;
	}
	.zhsj_plan .he_b2p8ule {
		float: none;
	}
}
/*  */

.gcss_process .cover img {
	max-width: 100% !important;
}
.gcss_process .cover .clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}
.gcss_process .cover .clearfix:after {
	clear: both;
}
.gcss_process .cover * {
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.gcss_process .cover .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.gcss_process .cover .clearfix {
	zoom: 1;
}
.gcss_process .cover .fl {
	float: left;
}
.gcss_process .cover .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.gcss_process .cover .he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.gcss_process .cover .he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gcss_process .cover .he_b3p8ul {
	margin: 0 -7px;
	padding-top: 65px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.gcss_process .cover .he_b3p8li {
	width: 33%;
	padding: 0 7px;
	margin-bottom: 14px;
}
.gcss_process .cover .he_b3p8ny {
	width: 100%;
	background: #fff;
	padding: 40px 52px 55px;
	height: 100%;
	box-shadow: 0 0 5px #dfdfdf;
}
.gcss_process .cover .he_b3p8nig {
	width: 202px;
	position: relative;
	margin: 0 auto;
}
.gcss_process .cover .he_b3p8nteti h4 {
	font-size: 24px;
	line-height: 34px;
	color: #232e5e;
	position: relative;
	height: 34px;
	overflow: hidden;
	font-weight: bold;
}
.gcss_process .cover .he_b3p8nteti {
	position: relative;
	padding-bottom: 17px;
}
.gcss_process .cover .he_b3p8nteti::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: #ffab01;
}
.gcss_process .cover .he_b3p8nte {
	text-align: center;
	margin-top: 15px;
}
.gcss_process .cover .he_b3p8ntp p {
	font-size: 16px;
	line-height: 30px;
	color: #697199;
	overflow: hidden;
}
.gcss_process .cover .he_b3p8ntp {
	margin-top: 20px;
}
.gcss_process .cover .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.gcss_process .cover .he_c4tr .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1440px) {
	.gcss_process .cover .he_b3p8ny {
		padding: 30px 20px 30px;
	}
}
@media screen and (max-width: 950px) {
	.gcss_process .cover .he_b3p8nteti h4 {
		font-size: 18px;
		line-height: 30px;
		height: 30px;
	}
	.gcss_process .cover .he_b3p8nteti {
		padding-bottom: 8px;
	}
	.gcss_process .cover .he_b3p8ntp p {
		font-size: 14px;
	}
	.gcss_process .cover .he_b3p8ntp {
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.gcss_process .cover .he_b3p8nig {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.gcss_process .cover .he_b3p8ul {
		padding-top: 18px;
	}
	.gcss_process .cover .he_b3p8nig {
		width: 80%;
	}
	.gcss_process .cover .he_b3p8nig {
		width: 90%;
	}
	.gcss_process .cover .he_b3p8ul {
		overflow: inherit;
	}
	.gcss_process .cover .he_b3p8ntp p {
		height: 72px;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*  */
.aiot_gn * {
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.aiot_gn .container {
	margin: auto !important;
	padding: 0 !important;
}
.aiot_gn .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.aiot_gn .clearfix {
	zoom: 1;
}
.aiot_gn .fl {
	float: left;
}
.aiot_gn .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.aiot_gn * {
	font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.aiot_gn .he_c1p2ul {
	margin: 0 -7px;
	padding-top: 38px;
}
.aiot_gn .he_c1p2li {
	padding: 0 7px;
	width: 25%;
	margin-bottom: 28px;
}
.aiot_gn .he_c1p2nb {
	width: 100%;
	box-shadow: 0 5px 20px 0 rgba(47, 85, 151, 0.1);
	padding: 16px 18px 20px;
}
.aiot_gn .he_c1p2nti {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 11px;
}
.aiot_gn .he_c1p2nti p {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	padding-left: 22px;
	position: relative;
	height: 30px;
	overflow: hidden;
}
.aiot_gn .he_c1p2nti p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	height: 19px;
	background: #3d76e8;
	border-radius: 2px;
}
.aiot_gn .he_c1p2aul {
	margin: 12px -6px 0;
	height: 120px;
	overflow: hidden;
}
.aiot_gn .he_c1p2ali {
	width: 100%;
	padding: 0 6px;
}
.aiot_gn .he_c1p2abx {
	width: 100%;
}
.aiot_gn .he_c1p2abx p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: auto;
	overflow: hidden;
	transition: all 0.36s;
}
@media screen and (min-width: 1200px) {
	.aiot_gn .he_c1p2abx p:hover {
		color: #3860f4;
	}
}
.aiot_gn .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.aiot_gn .he_c1bt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
@media screen and (max-width: 1560px) {
	.aiot_gn .he_c1p2li {
		width: 33.333333%;
	}
}
@media screen and (max-width: 1560px) {
	.aiot_gn .he_c1p2li {
		width: 33.333333%;
	}
}
@media screen and (max-width: 768px) {
	.aiot_gn .he_c1p2li {
		width: 33.333333%;
	}
	.aiot_gn .he_c1p2nti p {
		padding-left: 16px;
	}
	.aiot_gn .he_c1p2abx p {
		font-size: 14px;
	}
}
@media screen and (max-width: 450px) {
	.aiot_gn .he_c1p2li {
		width: 100%;
	}
	.aiot_gn .he_c1p2ul {
		padding-top: 19px;
	}
	.aiot_gn .he_c1p2li {
		margin-bottom: 22px;
	}
}
.aiot_gn a {
	color: #ccc;
	display: inline-block;
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.xmal_category .position {
	padding: 1%;
}
.xmal_category .paging-menu {
	width: 100%;
	text-align: center;
}
.xmal_category .paging-menu,
.paging-menu a {
	display: inline-block;
	vertical-align: middle;
}
.xmal_category .paging-menu a {
	width: 44px;
	height: 44px;
	margin: 4px;
	font-size: 18px;
	color: #666;
	transition: all 0.4s ease;
	background-color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Arial;
	line-height: 1;
}
.xmal_category .paging-menu a:hover,
.paging-menu a.active {
	border-color: #006aff;
	background-color: #006aff;
	color: #fff;
}
.xmal_category .paging-menu a:first-of-type:hover,
.paging-menu a:last-of-type:hover {
	background: transparent;
	color: #006aff;
}
@media all and (max-width: 1279px) {
	.xmal_category .paging-menu a {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}
}
@media all and (max-width: 1000px) {
	.xmal_category .paging-menu a {
		margin: 4px;
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.xmal_category .paging-menu svg {
		width: 20px;
	}
}
@media all and (max-width: 640px) {
	.xmal_category .paging-menu a {
		font-size: 13px;
		margin: 3px;
		width: 32px;
		height: 32px;
	}
}
.xmal_category .paging-menu .page-num-current {
	border-color: #006aff;
	background-color: #006aff;
	color: #fff;
}

/* 生态合作——banner图 */

.sthz_banner .clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}
.sthz_banner .clearfix:after {
	clear: both;
}

.sthz_banner .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.sthz_banner .clearfix {
	zoom: 1;
}
.sthz_banner .fl {
	float: left;
}
.sthz_banner .fr {
	float: right;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/media.css */
@media screen and (max-width: 1200px) {
	.sthz_banner .he_breul {
		width: 100%;
	}
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style.css */
/* .sthz_banner *{font-family:"Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif!important;} */
.sthz_banner .he_common {
	width: 1400px;
	margin: auto;
}
.sthz_banner .g_bottonfl {
	color: #fff;
	font-size: 14px;
	line-height: 46px;
}
.sthz_banner .g_bottonfr {
	position: absolute;
	top: 50%;
	right: 8px;
	border-left: 6px solid #fff;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	transform: translateY(-50%);
}
.sthz_banner .he_banner {
	position: relative;
}
.sthz_banner .he_banig {
	width: 100%;
	overflow: hidden;
}
.sthz_banner .he_banig img {
	width: 100%;
}
.sthz_banner .he_bante {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sthz_banner .he_bantepy {
	width: 60%;
}
.sthz_banner .he_bantep2t p {
	font-size: 52px;
	line-height: 1.75;
	font-weight: bold;
	color: #ffffff;
}
.sthz_banner .he_bantep3v p {
	font-size: 20px;
	line-height: 1.75;
	color: #efeef6;
}
.sthz_banner .he_bantep3v {
	margin-top: 30px;
}
.sthz_banner .he_bantemoli {
	width: 244px;
	border: 1px solid rgba(169, 183, 222, 0.86);
	padding: 0 15px;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}
.sthz_banner .he_bantemoli1 {
	margin-right: 10px;
}
.sthz_banner .he_bantemoli1 .g_bottonfr {
	width: 22px;
	border: none;
}
.sthz_banner .he_bantemoli1 .g_bottonfr img {
	width: 100%;
}
.sthz_banner .he_bantemo {
	margin-top: 100px;
}
.sthz_banner .he_banph {
	display: none;
}
.sthz_banner .he_broda a {
	font-size: 14px;
	line-height: 30px;
	color: rgba(187, 187, 187, 0.6);
	transition: all 0.36s;
	padding-right: 6px;
	padding-left: 5px;
}
.sthz_banner .he_broda:first-child a {
	padding-left: 0;
}
.sthz_banner .he_broda {
	font-size: 14px;
	line-height: 30px;
	color: rgba(187, 187, 187, 0.6);
}
.sthz_banner .he_breul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.sthz_banner .he_broda.act a {
	color: #fff;
}
.sthz_banner .he_banteph p {
	font-size: 36px;
	line-height: 1.5;
	color: #f3f5fa;
}
.sthz_banner .he_f1bt .he_bantep2t p {
	line-height: 1.6;
}
.sthz_banner .he_f1bt .he_bantep3v {
	margin-top: 26px;
}
.sthz_banner .he_f1bt .he_bantemoli2 .g_bottonfl {
	padding-left: 40px;
}
.sthz_banner .he_f1bt .he_bantemoli2 .g_bottonfr {
	right: inherit;
	left: 25px;
}
.sthz_banner .he_f1bt .he_bantemoli2 {
	width: 260px;
}
.sthz_banner .he_f1bt .he_bantemoli {
	border: 1px solid rgba(255, 255, 255, 0.9);
}
.sthz_banner .he_f1bt .he_bantemo {
	margin-top: 40px;
}
@media screen and (min-width: 1200px) {
	.sthz_banner .he_broda a:hover {
		color: #fff;
	}
	.sthz_banner .he_bantemoli:hover {
		background: #097cf2 !important;
	}
}
.sthz_banner .he_bantemoli {
	transition: all 0.36s;
}
.sthz_banner .he_broda a {
	color: rgba(187, 187, 187, 0.7);
}
.sthz_banner .he_banig {
	overflow: hidden;
	position: relative;
}
.sthz_banner .he_bantemoli a {
	display: block;
}
.sthz_banner .he_bannigul {
	width: 100%;
}
.sthz_banner .he_bannigli {
	position: relative;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1680px) {
	.sthz_banner .he_bantep2t p {
		font-size: 42px;
	}
	.sthz_banner .he_bantep2t p {
		font-size: 36px;
	}
	.sthz_banner .he_bantep3v {
		margin-top: 12px;
	}
	.sthz_banner .he_bantemo {
		margin-top: 70px;
	}
	.sthz_banner .he_bantep2t p {
		font-size: 38px;
	}
}
@media screen and (max-width: 1560px) {
	.sthz_banner .he_bantep2t p {
		font-size: 34px;
	}
	.sthz_banner .he_bantep3v p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1440px) {
	.sthz_banner .he_common {
		width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.sthz_banner .he_bantep2t p {
		font-size: 20px;
	}
	.sthz_banner .he_bantep3v {
		margin-top: 0px;
	}
	.sthz_banner .he_bantemo {
		margin-top: 30px;
	}
	.sthz_banner .g_bottonfl {
		line-height: 38px;
	}
	.sthz_banner .he_bantep3v p {
		font-size: 16px;
	}
	.sthz_banner .he_f1bt .he_bantep3v {
		margin-top: 6px;
	}
	.sthz_banner .he_bante {
		top: 53%;
	}
	.sthz_banner .he_bantep2t p {
		font-size: 34px;
	}
}
@media screen and (max-width: 1240px) {
	.sthz_banner .he_common {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.sthz_banner .he_bantep2t p {
		font-size: 18px;
	}
	.sthz_banner .he_banteph p {
		font-size: 16px;
	}
	.sthz_banner .he_f1bt .he_bantep3v {
		margin-top: 7px;
	}
	.sthz_banner .he_f1bt .he_bantemo {
		margin-top: 9px;
	}
	.sthz_banner .he_breul {
		bottom: 10px;
	}
	.sthz_banner .he_bantep2t p {
		margin-top: 0px;
	}
}
@media screen and (max-width: 950px) {
	.sthz_banner .he_bante {
		width: calc(100% - 40px);
	}
	.sthz_banner .he_bantemo {
		margin-top: 14px;
	}
	.sthz_banner .g_bottonfl {
		line-height: 32px;
	}
	.sthz_banner .he_bantemoli1 .g_bottonfr {
		width: 18px;
	}
	.sthz_banner .he_common {
		width: 100%;
		padding: 0 20px;
	}
	.sthz_banner .he_breul {
		width: 100%;
	}
	.sthz_banner .he_breul {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sthz_banner .he_banpc {
		display: none;
	}
	.sthz_banner .he_banph {
		display: block;
	}
	.sthz_banner .he_bantep2t p {
		margin-top: 0px;
	}
	.sthz_banner .he_bantemoli1 {
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.sthz_banner .he_bantepy {
		width: 80%;
	}
	.sthz_banner .he_bantep3v p {
		font-size: 14px;
	}
	.sthz_banner .he_f1bt .he_bantemoli2 {
		width: 232px;
	}
	.sthz_banner .g_bottonfr {
		right: 7px;
	}
}
@media screen and (max-width: 450px) {
	.sthz_banner .he_bantepy {
		width: 100%;
	}
	.sthz_banner .he_bante {
		padding-right: 10px;
	}
	.sthz_banner .g_bottonfr {
		right: 4px;
	}
	.sthz_banner .he_bante {
		padding-right: 0;
	}
	.sthz_banner .he_bante.he_common {
		padding: 0 20px;
	}
	.sthz_banner .he_banner .he_bantemoli {
		width: inherit;
		padding-right: 34px;
	}
	.sthz_banner .he_bante {
		top: 60%;
	}
	.sthz_banner .he_f1bt .he_banner .he_bantemoli2 {
		width: inherit;
		padding-right: 12px;
		padding-left: 5px;
	}
	.sthz_banner .he_f1bt .he_bantemoli2 .g_bottonfl {
		padding-left: 33px;
	}
	.sthz_banner .he_f1bt .he_bantemoli2 .g_bottonfr {
		right: inherit;
		left: 10px;
	}
	.sthz_banner .he_banner .g_bottonfl {
		font-size: 12px;
	}
	.sthz_banner .he_bantep2t p {
		font-size: 24px;
		line-height: 1.75;
	}
}

/* 代理优势 */
.sthz_strength .sthz_strength .clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}
.sthz_strength .clearfix:after {
	clear: both;
}
.sthz_strength .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.sthz_strength .clearfix {
	zoom: 1;
}
.sthz_strength .fl {
	float: left;
}
.sthz_strength .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sthz_strength .he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.sthz_strength .he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sthz_strength .he_h5p5ul {
	margin: 0 -5px;
}
.sthz_strength .he_h5p5li {
	padding: 0 5px;
	width: 20%;
}
.sthz_strength .he_h5p5lv {
	width: 100%;
	box-shadow: 0 5px 11px 0 rgba(64, 94, 150, 0.11);
}
.sthz_strength .he_h5p5lig {
	width: 100%;
	position: relative;
}
.sthz_strength .he_h5p5lte {
	width: 100%;
	position: relative;
	padding: 26px 22px 32px;
}
.sthz_strength .he_h5p5gti h4 {
	font-size: 24px;
	line-height: 30px;
	color: #002460;
	position: relative;
	height: 30px;
}
.sthz_strength .he_h5p5gti {
	position: relative;
	padding-bottom: 22px;
}
.sthz_strength .he_h5p5gti::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #ffa333;
}
.sthz_strength .he_h5p5gtp p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	height: 170px;
	overflow: hidden;
}
.sthz_strength .he_h5p5gtp {
	margin-top: 18px;
}
.sthz_strength .he_f1p1 .he_h5p5gti h4 {
	font-weight: bold;
}
.sthz_strength .he_f1p1 .he_h5p5gtp p {
	height: 140px;
	letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
	.sthz_strength .he_h5p5li:hover .he_h5p5lig img {
		transform: scale(1.05);
	}
}
.sthz_strength .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.sthz_strength .he_h5p5lig {
	overflow: hidden;
}
.sthz_strength .he_h5p5lig img {
	transition: all 0.36s;
}
.sthz_strength .he_f1bt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
@media screen and (max-width: 1440px) {
	.sthz_strength .he_h5p5gtp p {
		height: 112px;
	}
}
@media screen and (max-width: 1024px) {
	.sthz_strength .he_h5p5gti h4 {
		font-size: 18px !important;
	}
	.sthz_strength .he_h5p5gti h4 {
		line-height: 26px;
		height: 26px;
	}
	.sthz_strength .he_h5p5gti {
		padding-bottom: 12px;
	}
	.sthz_strength .he_h5p5lte {
		padding: 21px 15px 22px;
	}
	.sthz_strength .he_h5p5gtp p {
		font-size: 14px;
	}
	.sthz_strength .he_h5p5gtp {
		margin-top: 14px;
	}
}
@media screen and (max-width: 950px) {
	.sthz_strength .he_h5p5li {
		padding-block-end: 15px;
	}
}
@media screen and (max-width: 767px) {
	.sthz_strength .he_h5p5ul {
		padding-top: 22px;
	}
}
@media screen and (max-width: 450px) {
	.sthz_strength .he_h5p5gtp p {
		height: inherit;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* 合作流程 */

.sthz_process .process {
	padding: 3.45rem 0 6rem;
}
.sthz_process .process .list {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.sthz_process .process .icon {
	display: block;
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 auto 1rem;
}
.sthz_process .process .text {
	font-size: 0.9rem;
	font-weight: 400;
	color: #261f1e;
}
.sthz_process .process .list-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 5.8rem 0;
}
.sthz_process .process .list-arrow .arrow {
	display: block;
	width: 2.2rem;
	height: 1.3rem;
}
@media screen and (max-width: 960px) {
	.sthz_process .process .list-arrow {
		padding: 0.9rem 4.7rem 0;
	}
}
@media screen and (max-width: 850px) {
	.sthz_process .process .list-arrow {
		padding: 0.9rem 4rem 0;
	}
}
.sthz_process .process {
	padding: 3.45rem 0 6rem;
}
.sthz_process .process .list {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.sthz_process .process .icon {
	display: block;
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 auto 1rem;
}
.sthz_process .process .text {
	font-size: 0.9rem;
	font-weight: 400;
	color: #261f1e;
}
.sthz_process .process .list-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 5.8rem 0;
}
.sthz_process .process .list-arrow .arrow {
	display: block;
	width: 2.2rem;
	height: 1.3rem;
}
@media screen and (max-width: 960px) {
	.sthz_process .process .list-arrow {
		padding: 0.9rem 4.7rem 0;
	}
}
@media screen and (max-width: 850px) {
	.sthz_process .process .list-arrow {
		padding: 0.9rem 4rem 0;
	}
}

/*  */
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/bootstrap.min-v3.3.5.css */
.sthz_lxwm img {
	border: 0;
}
.sthz_lxwm button,
input,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
.sthz_lxwm button {
	overflow: visible;
}
.sthz_lxwm button {
	text-transform: none;
}
.sthz_lxwm button {
	-webkit-appearance: button;
	cursor: pointer;
}
.sthz_lxwm button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.sthz_lxwm input {
	line-height: normal;
}
.sthz_lxwm textarea {
	overflow: auto;
}
@media print {
	.sthz_lxwm *,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.sthz_lxwm img {
		page-break-inside: avoid;
	}
	.sthz_lxwm img {
		max-width: 100% !important;
	}
	.sthz_lxwm h3,
	p {
		orphans: 3;
		widows: 3;
	}
	.sthz_lxwm h3 {
		page-break-after: avoid;
	}
}
.sthz_lxwm * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sthz_lxwm button,
input,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.sthz_lxwm img {
	vertical-align: middle;
}
.sthz_lxwm h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.sthz_lxwm h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.sthz_lxwm h3 {
	font-size: 24px;
}
.sthz_lxwm p {
	margin: 0 0 10px;
}
.sthz_lxwm .clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}
.sthz_lxwm .clearfix:after {
	clear: both;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/base-v1.4.css */
.sthz_lxwm * {
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.sthz_lxwm h3,
p {
	font-weight: normal;
	margin: 0;
	/* line-height: 1; */
}
.sthz_lxwm p {
	word-wrap: break-word;
	word-break: normal;
}
.sthz_lxwm h3 {
	font-size: 24px;
}
.sthz_lxwm button,
input,
textarea {
	font-family: "Arial", "Microsoft Yahei";
	font-size: 14px;
	line-height: 1;
	margin: 0;
	color: #333;
	border: 0;
	outline: none;
	background: none;
}
.sthz_lxwm input,
textarea {
	-webkit-appearance: none;
}
.sthz_lxwm button::-moz-focus-inner {
	border: 0;
	outline: 0;
}
.sthz_lxwm button {
	cursor: pointer;
}
.sthz_lxwm img {
	vertical-align: middle;
}
.sthz_lxwm .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.sthz_lxwm .clearfix {
	zoom: 1;
}
.sthz_lxwm .fl {
	float: left;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/jquery.mCustomScrollbar.min.css */
.sthz_lxwm .mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.sthz_lxwm .mCustomScrollbar.mCS_no_scrollbar {
	-ms-touch-action: auto;
	touch-action: auto;
}
.sthz_lxwm .mCustomScrollBox {
	position: relative;
	overflow: auto;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}
.sthz_lxwm .mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.sthz_lxwm .mCSB_inside > .mCSB_container {
	margin-right: 30px;
}
.sthz_lxwm .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.sthz_lxwm .mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.sthz_lxwm .mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.sthz_lxwm .mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.sthz_lxwm .mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.sthz_lxwm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}
.sthz_lxwm .mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.sthz_lxwm .mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.sthz_lxwm .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.sthz_lxwm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.sthz_lxwm .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.sthz_lxwm .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.sthz_lxwm .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.sthz_lxwm .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.sthz_lxwm .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}
.sthz_lxwm .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/animate.min.css */
.sthz_lxwm .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style.css */
.sthz_lxwm * {
	font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.sthz_lxwm .he_common {
	width: 1400px;
	margin: auto;
}
.sthz_lxwm .g_title h3 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.sthz_lxwm .g_title p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	text-align: center;
}
.sthz_lxwm .he_h3p2lep1 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
.sthz_lxwm .he_h3p2lep1 span {
	color: #d1090b;
}
.sthz_lxwm .he_h3p3ul {
	margin: 0 -26px;
}
.sthz_lxwm .he_h3p3li {
	width: 33.333333%;
	padding: 0 26px;
	margin-bottom: 32px;
}
.sthz_lxwm .he_h3p3ub {
	width: 100%;
	position: relative;
}
.sthz_lxwm .he_h3p3ubin {
	width: 100%;
	height: 50px;
	background: #f5f7f9;
}
.sthz_lxwm .he_h3p3ubte {
	margin-bottom: 12px;
}
.sthz_lxwm .he_h3p3ubin input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
}
.sthz_lxwm .he_h3p3xiala {
	position: relative;
	width: 100%;
}
.sthz_lxwm .he_h3p3xiala {
	position: relative;
}
.sthz_lxwm .he_h3nar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	width: 12px;
}
.sthz_lxwm .he_h3nar img {
	width: 100%;
	transition: all 0.36s;
}
.sthz_lxwm .he_h3p3xiala .he_h3p3ubin {
	cursor: pointer;
}
.sthz_lxwm .he_h3p3xiala input {
	cursor: pointer;
}
.sthz_lxwm .he_h3p3xl {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.08);
	z-index: 10;
	padding: 10px 5px;
	display: none;
}
.sthz_lxwm .he_h3p3xl p {
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
	transition: all 0.36s;
	font-size: 14px;
	color: #666;
}
.sthz_lxwm .he_h3p5le {
	width: 365px;
}
.sthz_lxwm .he_h3p5ri {
	width: calc(100% - 365px);
}
.sthz_lxwm .he_h3p5 {
	width: 100%;
	padding-top: 35px;
}
.sthz_lxwm .he_cod {
	width: 158px;
}
.sthz_lxwm .he_cod img {
	width: 100%;
}
.sthz_lxwm .he_h3p5ri {
	margin-top: 36px;
	padding-left: 24px;
}
.sthz_lxwm .he_h3p5zle {
	width: 11px;
}
.sthz_lxwm .he_h3p5zle img {
	width: 100%;
	transition: all 0.5s;
}
.sthz_lxwm .he_h3p5z {
	margin-top: 30px;
	padding-left: 14px;
	cursor: pointer;
}
.sthz_lxwm .he_h3p5zri {
	padding-left: 6px;
}
.sthz_lxwm .he_h3p6bt button {
	font-size: 16px;
	line-height: 50px;
	background-image: linear-gradient(to right, #3595f7, #097cf2);
	color: #ffffff;
	border-radius: 50px;
	padding: 0 64px;
}
.sthz_lxwm .he_f1p5 {
	width: 100%;
	position: relative;
	padding-top: 110px;
	padding-bottom: 100px;
}
.sthz_lxwm .he_f1p5bx {
	width: 100%;
	box-shadow: 0px 5px 36px 1px rgba(10, 38, 105, 0.15);
	padding: 60px 235px 83px;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}
.sthz_lxwm .he_f1p5ti .g_title h3 {
	margin-bottom: 4px;
}
.sthz_lxwm .he_f1p5de {
	width: 100%;
	margin-top: 45px;
}
.sthz_lxwm .he_f1p5de .he_h3p3li {
	width: 50%;
	padding: 0 12px;
}
.sthz_lxwm .he_f1p5de .he_h3p3ubte {
	width: 100px;
	margin-top: 15px;
}
.sthz_lxwm .he_f1p5de .he_h3p3ubin {
	width: calc(100% - 100px);
}
.sthz_lxwm .he_f1p5de .he_h3p3xiala {
	width: calc(100% - 100px);
}
.sthz_lxwm .he_f1p5de .he_h3p3xiala .he_h3p3ubin {
	width: 100%;
}
.sthz_lxwm .he_h3p3xhy {
	height: 236px;
}
.sthz_lxwm .he_f1p5de .he_h3p3li1 {
	width: 100%;
}
.sthz_lxwm .he_h3p3ubin textarea {
	width: 100%;
	resize: none;
	padding: 15px;
}
.sthz_lxwm .he_h3p3li1 .he_h3p3ubin {
	height: 100px;
}
.sthz_lxwm .he_f1p5dft {
	padding: 0 12px;
}
.sthz_lxwm .he_f1p5de .he_h3p3ul {
	margin: 0 -12px;
}
.sthz_lxwm .he_f1p5dfri {
	width: 165px;
}
.sthz_lxwm .he_f1p5dfle {
	width: calc(100% - 165px);
}
.sthz_lxwm .he_f1p5de .he_h3p5ri {
	margin-top: 0px;
}
.sthz_lxwm .he_f1p5de .he_h3p5 {
	padding-top: 0px;
}
.sthz_lxwm .he_f1p5dft .he_h3p5le {
	width: 452px;
}
.sthz_lxwm .he_f1p5dft .he_h3p5ri {
	width: calc(100% - 452px);
}
.sthz_lxwm .he_h3p3ul {
	position: relative;
	z-index: 10;
}
.sthz_lxwm .he_f1p5dfle {
	padding-right: 46px;
}
@media screen and (min-width: 1200px) {
	.sthz_lxwm .he_h3p3xl p:hover {
		color: #3d76e8;
	}
}
.sthz_lxwm .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.sthz_lxwm .he_h3p3lip {
	position: relative;
	z-index: 10;
	transition: all 0.36s;
}
.sthz_lxwm .he_f1bt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
.sthz_lxwm .he_f1p5dft {
	margin-top: 30px;
}
.sthz_lxwm .he_h3p3xhy {
	height: 166px;
}
/*! CSS Used from: https://m.hoteamsoft.com/Public/Cn/css/style1.css */
@media screen and (max-width: 1680px) {
	.sthz_lxwm .g_title h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.sthz_lxwm .g_title h3 {
		font-size: 34px;
	}
	.sthz_lxwm .g_title h3 {
		margin-bottom: 18px;
	}
	.sthz_lxwm .he_f1p5de {
		margin-top: 20px;
	}
}
.sthz_lxwm .sthz_lxwm .he_f1p5dft {
	margin-top: 22px;
}
.sthz_lxwm .he_h3p3ubin {
	height: 45px;
}
.sthz_lxwm .he_f1p5dfle {
	padding: 0 11px;
}
.sthz_lxwm .he_h3p3xhy {
	height: 142px;
}
@media screen and (max-width: 1560px) {
	.sthz_lxwm .g_title h3 {
		font-size: 30px;
		line-height: 44px;
	}
}
@media screen and (max-width: 1440px) {
	.sthz_lxwm .he_common {
		width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.sthz_lxwm .g_title h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.he_f1p5bx {
		padding: 54px 110px 60px;
	}
	.sthz_lxwm .g_title h3 {
		margin-bottom: 4px;
	}
	.sthz_lxwm .g_title h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.sthz_lxwm .he_h3p3xhy {
		height: 116px;
	}
}
@media screen and (max-width: 1386px) {
	.sthz_lxwm .he_f1p5de {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1240px) {
	.sthz_lxwm .he_common {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.sthz_lxwm .he_f1p5bx {
		padding: 54px 40px 60px;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5le {
		width: 435px;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5ri {
		width: calc(100% - 435px);
	}
	.sthz_lxwm .he_h3p3li {
		padding: 0 13px;
	}
	.sthz_lxwm .he_h3p3ul {
		margin: 0 -13px;
	}
	.sthz_lxwm .g_title h3 {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 950px) {
	.sthz_lxwm .he_common {
		width: 100%;
		padding: 0 20px;
	}
	.sthz_lxwm .g_title h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5le {
		width: 412px;
	}
	.sthz_lxwm .he_f1p5dfle {
		width: 100%;
	}
	.sthz_lxwm .he_f1p5dfri {
		margin-top: 30px;
	}
	.sthz_lxwm .g_title h3 {
		margin-bottom: 12px;
	}
	.sthz_lxwm .he_h3p3li {
		margin-bottom: 20px;
	}
	.sthz_lxwm .he_h3p5 {
		padding-top: 14px;
	}
}
@media screen and (max-width: 768px) {
	.sthz_lxwm .g_title h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.sthz_lxwm .g_title {
		padding: 0 20px;
	}
	.sthz_lxwm .he_h3p2lep1 {
		font-size: 14px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3ubte {
		width: 80px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3ubin {
		width: calc(100% - 80px);
	}
	.sthz_lxwm .he_f1p5de .he_h3p3li {
		padding: 0 8px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3ul {
		margin: 0 -8px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3xiala {
		width: calc(100% - 80px);
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5le {
		width: 319px;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5ri {
		width: calc(100% - 319px);
	}
	.sthz_lxwm .he_h3p3ubin {
		width: 100%;
		height: 36px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3ubte {
		margin-top: 5px;
	}
	.sthz_lxwm .he_h3p3li {
		margin-bottom: 14px;
	}
	.sthz_lxwm .he_cod {
		width: 109px;
	}
	.sthz_lxwm .he_h3p5z {
		margin-top: 19px;
	}
	.sthz_lxwm .he_h3p6bt button {
		line-height: 36px;
		padding: 0 42px;
	}
	.sthz_lxwm .he_h3p3xl {
		top: 36px;
	}
	.sthz_lxwm .he_f1p5dft {
		margin-top: 0px;
	}
	.sthz_lxwm .he_f1p5dfri {
		margin-top: 12px;
	}
	.sthz_lxwm .he_f1p5de .he_h3p5ri {
		margin-top: 24px;
	}
}
@media screen and (max-width: 767px) {
	.sthz_lxwm .g_title h3 {
		line-height: inherit;
	}
	.sthz_lxwm .he_h3p3ubte {
		margin-bottom: 9px;
	}
	.sthz_lxwm .he_h3p5ri {
		width: 100%;
	}
	.sthz_lxwm .he_h3p5ri {
		margin-top: 14px;
	}
	.sthz_lxwm .g_title {
		padding: 0 0px;
	}
	.sthz_lxwm .g_title p {
		font-size: 14px;
		line-height: 1.85;
	}
	.sthz_lxwm .he_h3p3ul .mCSB_inside > .mCSB_container {
		margin-right: 4px;
	}
	.sthz_lxwm .he_h3p3ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		width: 2px;
	}
	.sthz_lxwm .he_h3p3ul .mCSB_scrollTools {
		right: -7px;
	}
}
@media screen and (max-width: 450px) {
	.sthz_lxwm .g_title h3 {
		margin-bottom: 6px;
	}
	.sthz_lxwm .he_f1p5 {
		padding-top: 26px;
		padding-bottom: 30px;
	}
	.sthz_lxwm .he_f1p5bx {
		padding: 20px 15px 28px;
	}
	.sthz_lxwm .he_h3p3li {
		width: 100%;
	}
	.sthz_lxwm .he_f1p5de .he_h3p3li {
		width: 100%;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5le {
		width: 100%;
	}
	.sthz_lxwm .he_h3p5ri {
		margin-top: 36px;
		padding-left: 0px;
	}
	.sthz_lxwm .he_f1p5dft .he_h3p5ri {
		width: 100%;
		margin-top: 15px;
	}
	.sthz_lxwm .he_f1p5dfri {
		margin-top: 22px;
	}
	.sthz_lxwm .he_f1p5de {
		margin-top: 22px;
	}
	.sthz_lxwm .he_f1p5bx {
		padding: 26px 15px 30px;
	}
	.sthz_lxwm .g_title h3 {
		margin-bottom: 8px;
	}
	.sthz_lxwm .g_title h3 {
		line-height: 1.75;
	}
	.sthz_lxwm .he_h3p6bt button {
		width: 100%;
	}
	.sthz_lxwm .he_f1p5dfri {
		width: 100%;
	}
}
@media screen and (max-height: 600px) {
	.sthz_lxwm .he_h3p3xhy {
		height: 142px;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*  */

#rczp5 .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	#rczp5 .container {
		width: 768px;
	}
}
@media (min-width: 992px) {
	#rczp5 .container {
		width: 992px;
	}
}
@media (min-width: 1200px) {
	#rczp5 .container {
		width: 1200px;
	}
}
/*! CSS Used from: http://www.shhdsz.com/Theme/cn/css/animate.min.css */
#rczp5 .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#rczp5 .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
#rczp5 .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
/*! CSS Used from: http://www.shhdsz.com/Theme/cn/style.css */
@media (min-width: 1600px) {
	#rczp5 .container {
		width: 1600px;
	}
}
@media (min-width: 1900px) {
	#rczp5 .container {
		width: 1900px;
	}
}
#rczp5 .container {
	padding: 0;
}
@media (min-width: 1400px) {
	#rczp5 .container {
		width: 1400px;
	}
}
#rczp5 {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0;
	overflow: hidden;
}
#rczp5 .hd {
	width: 100%;
}
#rczp5 .hd li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
#rczp5 .hd li .zbox {
	width: 100%;
	position: relative;
	padding-bottom: 50.11%;
	background: black;
	overflow: hidden;
}
#rczp5 .hd li .zbox img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	opacity: 0.6;
}
#rczp5 .hd li .zbox .name {
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}
#rczp5 .hd li.on .zbox {
	background: #00a0e9;
}
#rczp5 .hd li.on .zbox img {
	opacity: 0.3;
}
#rczp5 .bd {
	width: 100%;
	margin-top: 53px;
}
#rczp5 .bd .title {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
#rczp5 .bd .title span {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	position: relative;
	font-size: 30px;
	color: #00a0e9;
	line-height: 42px;
	font-weight: bold;
}
#rczp5 .bd .title span:before,
#rczp5 .title span:after {
	content: "";
	width: 26px;
	height: 3px;
	background: #00a0e9;
	position: absolute;
	left: -26px;
	top: 50%;
	margin-top: -3px;
}
#rczp5 .bd .title span:after {
	left: auto;
	right: -26px;
}
#rczp5 .bd li {
	width: 100%;
	background: white;
	margin-top: 20px;
}
#rczp5 .bd li dd {
	float: left;
	height: 60px;
	line-height: 60px;
}
#rczp5 .bd li dd span {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 0;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#rczp5 .bd li dd.dd1 {
	width: 23.57%;
	padding-left: 30px;
}
#rczp5 .bd li dd.dd2 {
	width: 23%;
}
#rczp5 .bd li dd.dd3 {
	width: 22.71%;
}
#rczp5 .bd li dd.dd4 {
	width: 22.86%;
}
#rczp5 .bd li dd.dd5 {
	text-align: center;
	width: 7.86%;
	cursor: pointer;
}
#rczp5 .bd li:hover {
	background: #00a0e9;
}
#rczp5 .bd li:hover dd span {
	color: white;
}
#rczp5 .text {
	width: 100%;
	margin-top: 72px;
	font-size: 16px;
	color: #444;
	line-height: 32px;
	text-align: center;
}
#rczp5 .rczp5Down {
	width: 100%;
	background: url(http://www.shhdsz.com/Theme/cn/images/197_jrwm8.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	margin-top: 40px;
	padding: 41px 0;
}
#rczp5 .rczp5Down img {
	vertical-align: top;
}
#rczp5 .rczp5Down span {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 0 15px;
	height: 33px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	line-height: 33px;
	overflow: hidden;
	background: #00a0e9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#rczp5 .tcmb {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: black;
	opacity: 0.4;
	left: 0;
	top: 0;
	display: none;
}
#rczp5 .tc770 {
	padding: 23px 29px 31px 29px;
	background: white;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 770px;
	z-index: 99999;
	transform: translate(-50%, -50%);

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#rczp5 .tc770::before {
	/* content: ""; */
	width: 6000px;
	height: 6000px;
	position: absolute;
	top: -3000px;
	left: -3000px;
	z-index: 999;
	background-color: #33333391;
}
#rczp5 .jobs.s {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	background-color: #242424de;
}
#rczp5 .tc770 .close {
	position: absolute;
	right: -50px;
	top: 0;
	cursor: pointer;
}
#rczp5 .tc770 .name {
	width: 100%;
	font-size: 24px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
}
#rczp5 .tc770 .js {
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #444;
	line-height: 30px;
}
#rczp5 .tc770 .js strong {
	color: #00a0e9;
}
#rczp5 .tc770 .bm {
	margin-top: 53px;
}
#rczp5 .tc770 .bm a {
	display: block;
	text-align: center;
	width: 158px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: white;
	background: #00a0e9;
}
@media screen and (max-width: 992px) {
	#rczp5 .tc770 {
		padding: 18px 20px 22px 20px;
		width: 640px;
		margin-top: -200px;
		margin-left: -320px;
	}
	#rczp5 .tc770 .close {
		right: -40px;
	}
	#rczp5 .tc770 .name {
		font-size: 18px;
		line-height: 30px;
	}
	#rczp5 .tc770 .js {
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	#rczp5 .tc770 .bm {
		margin-top: 30px;
	}
	#rczp5 .tc770 .bm a {
		width: 120px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	#rczp5 {
		padding: 60px 0;
	}
	#rczp5 .hd li .zbox .name {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 40px;
		margin-top: -20px;
	}
	#rczp5 .bd {
		margin-top: 30px;
	}
	#rczp5 .bd .title {
		margin-bottom: 10px;
	}
	#rczp5 .bd .title span {
		padding: 0 20px;
		font-size: 24px;
		line-height: 36px;
	}
	#rczp5 .bd .title span:before,
	#rczp5 .title span:after {
		width: 20px;
		height: 2px;
		left: -20px;
		margin-top: -1px;
	}
	#rczp5 .bd .title span:after {
		left: auto;
		right: -20px;
	}
	#rczp5 .bd li {
		margin-top: 15px;
	}
	#rczp5 .bd li dd {
		height: 50px;
		line-height: 50px;
	}
	#rczp5 .bd li dd span {
		font-size: 14px;
		line-height: 20px;
	}
	#rczp5 .bd li dd.dd1 {
		padding-left: 20px;
	}
	#rczp5 .text {
		margin-top: 40px;
		font-size: 14px;
		line-height: 26px;
	}
	#rczp5 .rczp5Down {
		margin-top: 30px;
		padding: 26px 0;
	}
}
@media screen and (max-width: 768px) {
	#rczp5 .tc770 {
		padding: 12px 10px 12px 10px;
		width: 90%;
		margin-top: 0;
		margin-left: 5%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	#rczp5 .tc770 .close {
		right: 0;
		top: -30px;
		width: 10px;
	}
	#rczp5 .tc770 .name {
		font-size: 16px;
		line-height: 24px;
	}
	#rczp5 .tc770 .js {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	#rczp5 .tc770 .bm {
		margin-top: 20px;
	}
	#rczp5 .tc770 .bm a {
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	#rczp5 {
		padding: 30px 10px;
	}
	#rczp5 .hd li {
		padding: 0 5px;
	}
	#rczp5 .hd li .zbox .name {
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 30px;
		margin-top: -15px;
	}
	#rczp5 .bd {
		margin-top: 20px;
	}
	#rczp5 .bd .title span {
		padding: 0 10px;
		font-size: 18px;
		line-height: 30px;
	}
	#rczp5 .bd li {
		margin-top: 10px;
	}
	#rczp5 .bd li dd.dd1 {
		width: 80%;
		padding-left: 10px;
	}
	#rczp5 .bd li dd.dd2,
	#rczp5 .bd li dd.dd3,
	#rczp5 .bd li dd.dd4 {
		display: none;
	}
	#rczp5 .bd li dd.dd5 {
		width: 20%;
	}
	#rczp5 .text {
		margin-top: 30px;
		font-size: 12px;
		line-height: 20px;
	}
	#rczp5 .rczp5Down {
		margin-top: 20px;
		padding: 20px 0;
	}
	#rczp5 .rczp5Down img {
		height: 40px;
	}
	#rczp5 .rczp5Down span {
		padding: 0 10px;
		height: 28px;
		font-size: 16px;
		line-height: 28px;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.7, 0.7, 0.7);
		transform: scale3d(0.7, 0.7, 0.7);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.7, 0.7, 0.7);
		transform: scale3d(0.7, 0.7, 0.7);
	}
	50% {
		opacity: 1;
	}
}
.gzfa_ptys {
	background-color: #fff;
}
.gzfa_ptys .container * {
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.gzfa_ptys .container .clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}
.gzfa_ptys .container .clearfix {
	zoom: 1;
}
.gzfa_ptys .container .fl {
	float: left;
}
.gzfa_ptys .container .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.gzfa_ptys .container .he_common {
	width: auto;
	margin: auto;
}
.gzfa_ptys .container .g_title h3 {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.gzfa_ptys .container .he_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.gzfa_ptys .container .he_img1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gzfa_ptys .container .he_h1p2 {
	width: 100%;
	padding-block-end: 110px;
	background: #fff;
}
.gzfa_ptys .container .he_h1p2yu {
	padding: 45px 35px 0;
}
.gzfa_ptys .container .he_h1p2ul {
	margin: 0 -10px;
}
.gzfa_ptys .container .he_h1p2li {
	padding: 0 10px;
}
.gzfa_ptys .container .he_h1p2li1,
.he_h1p2li2 {
	width: 26%;
}
.gzfa_ptys .container .he_h1p2li3 {
	width: 48%;
}
.gzfa_ptys .container .he_h1p2lyg {
	width: 100%;
	position: relative;
	height: 454px;
}
.gzfa_ptys .container .he_h1p2lig {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 417px;
}
.gzfa_ptys .container .he_h1p2lig img {
	transition: all 0.36s;
}
.gzfa_ptys .container .he_h1p2ltpo1 p {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
}
.gzfa_ptys .container .he_h1p2ltpo1 .he_h1p2lsp1 {
	font-family: "MONTSERRAT-BOLD" !important;
	font-size: 90px;
	line-height: 38px;
}
.gzfa_ptys .container .he_h1p2ltpo1 .he_h1p2lsp2 {
	font-family: "MONTSERRAT-LIGHT" !important;
	font-size: 18px;
	line-height: 38px;
	padding: 0 15px;
}
.gzfa_ptys .container .he_h1p2lte {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	left: 0;
	padding: 45px 20px;
}
.gzfa_ptys .container .he_h1p2ltpo1 span {
	color: #ffffff;
}
.gzfa_ptys .container .he_h1p2ltpo2 p {
	font-size: 18px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.9);
}
.gzfa_ptys .container .he_h1p2ltpo2 {
	padding-top: 15px;
}
.gzfa_ptys .container .he_h1p2bx {
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.gzfa_ptys .container .he_h1p2li:hover img {
		transform: scale(1.08);
	}
}
.gzfa_ptys .container .g_fadeup1 {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	animation-delay: 0.4s;
}
.gzfa_ptys .container .he_h1yt .g_fadeup1 {
	-webkit-animation: auto !important;
	animation: auto !important;
	animation-delay: 0 !important;
}
@media screen and (max-width: 1680px) {
	.gzfa_ptys .container .g_title h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.gzfa_ptys .container .g_title h3 {
		font-size: 34px;
	}
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 1560px) {
	.gzfa_ptys .container .g_title h3 {
		font-size: 30px;
		line-height: 44px;
	}
}
@media screen and (max-width: 1440px) {
	.gzfa_ptys .container .he_common {
		width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.gzfa_ptys .container .g_title h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.gzfa_ptys .container .he_h1p2ltpo1 .he_h1p2lsp1 {
		font-size: 38px;
	}
	.gzfa_ptys .container .he_h1p2ltpo1 p {
		font-size: 22px;
	}
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 4px;
	}
	.gzfa_ptys .container .g_title h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1240px) {
	.gzfa_ptys .container .he_common {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.gzfa_ptys .container .he_h1p2yu {
		padding: 10px 0px 0;
	}
	.gzfa_ptys .container .he_h1p2ltpo2 p {
		font-size: 16px;
	}
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 950px) {
	.gzfa_ptys .container .he_common {
		width: 100%;
		padding: 0 20px;
	}
	.gzfa_ptys .container .g_title h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 12px;
	}
	.gzfa_ptys .container .he_h1p2li {
		width: 50%;
	}
	.gzfa_ptys .container .he_h1p2li3 {
		width: 100%;
		margin-top: 20px;
	}
	.gzfa_ptys .container .he_h1p2 {
		padding-top: 36px;
		padding-block-end: 40px;
	}
}
@media screen and (max-width: 768px) {
	.gzfa_ptys .container .g_title h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.gzfa_ptys .container .g_title {
		padding: 0 20px;
	}
	.gzfa_ptys .container .he_h1yt .g_title {
		padding: 0 0px;
	}
}
@media screen and (max-width: 767px) {
	.gzfa_ptys .container .he_h1p2ltpo1 .he_h1p2lsp1 {
		font-size: 26px;
	}
	.gzfa_ptys .container .he_h1p2ltpo1 p {
		font-size: 18px;
	}
	.gzfa_ptys .container .he_h1p2ltpo1 .he_h1p2lsp2 {
		font-family: "MONTSERRAT-LIGHT" !important;
		font-size: 16px;
		line-height: 38px;
		padding: 0 10px;
	}
	.gzfa_ptys .container .he_h1p2ltpo2 {
		padding-top: 2px;
	}
	.gzfa_ptys .container .he_h1p2lte {
		padding: 20px 20px;
	}
	.gzfa_ptys .container .g_title h3 {
		line-height: inherit;
	}
	.gzfa_ptys .container .g_title {
		padding: 0 0px;
	}
}
@media screen and (max-width: 450px) {
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 6px;
	}
	.gzfa_ptys .container .he_h1p2li {
		width: 100%;
		margin-bottom: 20px;
	}
	.gzfa_ptys .container .he_h1p2ltpo2 p {
		font-size: 14px;
	}
	.gzfa_ptys .container .he_h1p2lte {
		padding: 20px 15px;
	}
	.gzfa_ptys .container .g_title h3 {
		margin-bottom: 8px;
	}
	.gzfa_ptys .container .g_title h3 {
		line-height: 1.75;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*! CSS Used fontfaces */
@font-face {
	font-family: "MONTSERRAT-BOLD";
	src: url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-BOLD/MONTSERRAT-BOLD.woff2") format("woff2"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-BOLD/MONTSERRAT-BOLD.woff") format("woff"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-BOLD/MONTSERRAT-BOLD.ttf") format("truetype"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-BOLD/MONTSERRAT-BOLD.eot") format("embedded-opentype"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-BOLD/MONTSERRAT-BOLD.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MONTSERRAT-LIGHT";
	src: url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-LIGHT/MONTSERRAT-LIGHT-6.woff2") format("woff2"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-LIGHT/MONTSERRAT-LIGHT-6.woff") format("woff"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-LIGHT/MONTSERRAT-LIGHT-6.ttf") format("truetype"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-LIGHT/MONTSERRAT-LIGHT-6.eot") format("embedded-opentype"),
		url("https://m.hoteamsoft.com/Public/Cn/fonts/MONTSERRAT-LIGHT/MONTSERRAT-LIGHT-6.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.cs_zyys .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cs_zyys .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.cs_zyys .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.cs_zyys .pt0 {
	padding-top: 0 !important;
}
.cs_zyys .mt_60 {
	margin-top: 60px;
}
.cs_zyys .wrap {
	width: 1200px;
	margin: 0 auto;
}
.cs_zyys .marl20 {
	margin-left: 20px;
}
.cs_zyys .disblock {
	display: block;
}
.cs_zyys .w100 {
	width: 100%;
}
.cs_zyys .pt0 {
	padding-top: 0 !important;
}
.cs_zyys .disflex {
	display: flex;
}
.cs_zyys .flex1 {
	flex: 0;
	flex-grow: 1;
}
.cs_zyys .flex_center {
	align-items: center;
}
.cs_zyys .flex_lmr {
	justify-content: space-between;
}
.cs_zyys .flex_wrap {
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.cs_zyys .wrap {
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 950px) {
	.cs_zyys .wrap {
		width: 100%;
		padding: 0 15px;
	}
}
.cs_zyys .md {
	padding: 65px 0;
}
.cs_zyys .ly5l {
	width: 36.58%;
	margin-right: 10%;
}
.cs_zyys .ly5rba {
	width: 48%;
	margin-top: 25px;
}
.cs_zyys .ly5rt {
	font-size: 18px;
	line-height: 32px;
	color: #05459b;
}
.cs_zyys .ly5rba h3 {
	font-size: 18px;
	color: #05459b;
	margin-bottom: 10px;
}
@media only screen and (max-width: 950px) {
	.cs_zyys .mt_60 {
		margin-top: 25px;
	}
	.cs_zyys .ly5rt {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.cs_zyys .wap_disblock {
		display: block;
	}
	.cs_zyys .md {
		padding: 25px 0;
	}
	.cs_zyys .ly5l {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.cs_zyys .ly5rt {
		font-size: 15px;
	}
	.cs_zyys .ly5rba h3 {
		font-size: 15px;
	}
	.cs_zyys .ly5rba img {
		width: 40px;
	}
}
/*! CSS Used from: http://www.wookitech.com/css/animate.min.css */
.cs_zyys .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cs_zyys .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.cs_zyys .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
