.page-layout {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	max-width: 100vw;
	overflow: hidden;
}

.wrap-container {
	max-width: 1300px;
	margin: 0 auto;
}

.page-header {
	width: 100%;
	height: 150px;
	z-index: 12;
	pointer-events: none;
}

#toTop {
	position: fixed;
	left: calc(50% + 650px);
	bottom: 60px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	z-index: 2;
	background-color: var(--yellow);
	transform: rotate(180deg);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	cursor: pointer;
}

#toTo:hover {
	opacity: 1;
}

#toTop>.iconfont {
	font-weight: bold;
	font-size: 24px;
}

.page-header_inner {
	height: 150px;
	width: 100%;
	padding: 0 80px;
	color: #fff;
	background: linear-gradient(180deg, #000000, rgba(0, 0, 0, 0.00));
}

.page-header_title {
	pointer-events: all;
}

.page-header_logo {
	width: auto;
	height: 60px;
}

.page-header_control {
	height: 60px;
	pointer-events: all;
	display: flex;
}

.header-control_menu {
	display: flex;
	align-items: center;
}


.control-menu_item.on {
	color: var(--yellow);
}

.header-menu_control {
	position: relative;
	z-index: 99;
	display: none;
	margin-left: 40px;
	align-items: center;
	font-size: 30px;
	color: inherit;
}

.header-menu_control .iconfont {
	font-size: inherit;
}

.control-menu_item {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 22px;
	height: 40px;
}

.control-menu_item .control-menu_title {
	display: block;
	white-space: nowrap;
	color: inherit;
}

.control-menu_item .control-menu_title:hover {
	text-decoration: underline;
	color: var(--yellow)
}

.control-menu_item .control-menu_nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 120px;
	background: rgb(0, 0, 0, .6);
	bottom: 0;
	border-radius: 2px;
	display: none;
}

.control-menu_item:hover .control-menu_nav {
	display: block;
}

.control-menu_item .control-menu_nav .nav-item {
	padding: 10px 15px;
	display: block;
	color: #ccc;
	font-size: 15px;
	white-space: nowrap;
}

.control-menu_item .control-menu_nav .nav-item:hover {
	color: var(--yellow)
}

.header-control_lang {
	display: flex;
	align-items: center;
	margin-left: 34px;
}

.control-lang_item {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 14px;
	background-color: var(--yellow);
	color: #000;
}

/* 页脚footer */
.page-footer_content {
	padding: 46px 0;
	background-color: var(--footerColor1);
}

.page-footer_addon {
	color: #999999;
	font-size: 14px;
	background-color: var(--footerColor2);
}

.page-footer_addon .wrap-container {
	height: 80px;
}

.page-footer_logo {
	width: auto;
	height: 60px;
}

.page-footer_share {
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}

.page-footer_qrcode {
	width: 92px;
	height: 92px;
	vertical-align: top;
}

.page-footer_qrtext {
	margin-top: 10px;
}

.page-footer_menu {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	margin-top: -122px;
	margin-left: 280px;
}

.footer-menu_item {
	width: 120px;
	margin-bottom: 20px;
}

.footer-menu_item .menu-item_tit {
	line-height: 1;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-menu_item .menu-item_link {
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 30px;
}



.page-footer_third .third-item:not(:last-child) {
	margin-right: 10px;
}

.page-footer_third .third-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #424446;
	border-radius: 3px;
	text-decoration: none;
	color: #8e8e8e;
}

.page-footer_third .iconImg {
	width: 24px;
	display: block;
}

.page-footer_third .third-item:hover {
	color: var(--yellow)
}

.third-item {
	position: relative;
}

.third-item_content {
	width: 80px;
	display: none;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	background: #fff;
}

.third-content_img {
	width: 100%;
	display: block
}

.third-item:hover .third-item_content {
	display: block;
}

/* Home banner */
.banner-block {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-block_bg {
	position: relative;
	display: block;
	width: 100%;
	min-height: 796px;
	background-color: #000;
}

.banner-block_image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

video.banner-block_image {
	width: 1920px;
	height: 1080px;
}

.banner-block_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 150px 0 40px;
}

.banner-block_inner .wrap-container {
	height: 100%;
}

.banner-block_context {
	text-align: center;
	line-height: 1;
}

.banner-block_text1 {
	opacity: 0.2;
	font-size: 200px;
	font-family: Barlow-bold;
	font-weight: 700;
	color: #ffffff;
}

.banner-block_text2 {
	margin: -70px 0 50px;
	font-size: 70px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 300;
	color: #ffffff;
}

.banner-block_text3 {
	font-size: 28px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 400;
	color: #cebb9c;
	margin: 0;
}

.banner-block_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 900px;
	height: 150px;
	border: 1px solid #444444;
	padding: 0 30px;
}

.banner-group_item {
	position: relative;
	text-align: center;
	width: 120px;
}

.banner-group_middle {
	font-family: Barlow;
	font-size: 30px;
	color: var(--yellow)
}

.banner-group-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.banner-group_text {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #dddddd;
}

.banner-group_item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 10px;
}

.banner-control_button {
	width: 200px;
	height: 50px;
	opacity: 0.8;
	background: var(--yellow);
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
}

.banner-control_mouse {
	color: #999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.banner-control_mouse .iconfont {
	font-size: 24px;
}

.banner-mouse_text {
	line-height: 50px;
}

.banner-mouse_icon {
	width: 21px;
	display: block;
}

/* 轮播siwper */
.swiper-block_content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.swiper-block_control {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-block_control .swiper-pagination {
	width: 120px;
	line-height: 50px;
}

.swiper-block_control .swiper-button-next,
.swiper-block_control .swiper-button-prev,
.swiper-block_control .swiper-pagination {
	position: initial;
}

.swiper-block_control .iconfont {
	font-size: 24px;
}

.swiper-block_control .swiper-button-next,
.swiper-block_control .swiper-button-prev {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 50%;
}

.swiper-block_content .swiper-slide-next .trade-item,
.swiper-block_content .swiper-slide-prev .trade-item,
.swiper-block_content .swiper-slide-active .trade-item {
	opacity: 1;
}

.swiper-block_content .trade-item {
	overflow: hidden;
	opacity: 0.3;
	display: flex;
	flex-direction: column;
	height: 430px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: var(--shadow);
	overflow: hidden;
	background-position: right bottom;
	background-size: 100%;
}

.swiper-block_content .trade-item_image {
	width: 100%;
	height: 260px;
	display: block;
}

.swiper-block_content .trade-item_context {
	position: relative;
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-block_content .trade-item_tit {
	font-size: 20px;
	font-weight: 800;
	text-align: left;
	color: #000000;
}

.swiper-block_content .trade-item:hover .trade-item_btn {
	background: var(--yellow);
	border-color: var(--yellow);
}

.swiper-block_content .trade-item_btn {
	cursor: pointer;
	width: 132px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	border-radius: 22px;
	border: 1px solid #000000;
}

.swiper-block_content .trade-item_type {
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);

}

.trade-car .trade-item_type {
	right: -48px;
	width: 148px;
	height: 60px;
}


/* block */
.block-default {
	padding: 60px 0;
}

.block-title_en {
	line-height: 40px;
	font-size: 40px;
	font-family: Barlow-bold;
	font-weight: 900;
	color: #dddddd;
}

.block-title_tit {
	position: relative;
	margin-top: -30px;
	line-height: 60px;
	font-size: 32px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	color: #000000;
}

.block-title_tit::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 57px;
	height: 6px;
	background: var(--yellow);
	border-radius: 2px;
}

.text-center .block-title_tit::after {
	transform: translateX(-50%);
	left: 50%;
}

.block-title_des {
	margin: 8px 0 0;
	line-height: 20px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	font-weight: 300;
}

.block-dark {
	background-color: #222222;
}

.block-dark .block-title_tit {
	color: #ffffff;
}

.block-dark .block-title_en {
	color: #444444;
}

.block-dark .block-title_des {
	color: #999999;
}

.block-light .block-title_en {
	opacity: 0.3;
	color: #FFFFFF;
}

.block-light .block-title_tit {
	color: #FFFFFF;
	text-shadow: 0px -5px 15px 0px #294763;
}

.block-light .block-title_des {
	color: #dddddd;
}

/* 产品 */
.product-block {
	overflow-x: hidden;
}

.product-block .block-default {
	padding-bottom: 240px;
	margin-bottom: 300px;
}

.product-block .block-default_head {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-block_menu {
	text-align: right;
	z-index: 1;
}

.product-menu_item {
	cursor: pointer;
	position: relative;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 500;
	transition: all 0.2s;
}

.product-menu_item.on,
.product-menu_item:hover {
	font-size: 20px;
	color: var(--yellow);
}

.product-menu_item span {
	position: relative;
	padding-right: 30px;
}

.product-menu_item.on span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(/webfile/h5/img/icon/icon-arrow-left-on.png);
	background-size: 100%;
}

.product-block .block-default_head {
	position: relative;
	margin-bottom: 60px;
}


.product-block_body {
	position: relative;
}

.product-description {
	left: 0;
	right: 0;
	position: absolute;
	display: none;
}

.product-description_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 650px;
	max-width: 100%;
}

.product-description.on .product-description_context,
.product-description.on .product-description_image {
	transform: translateX(0);
	opacity: 1;
}

.product-description_context {
	transform: translateX(150px);
	max-width: 100%;
	min-height: 300px;
	background-color: var(--yellow);
	padding: 40px 40px 40px 150px;
	opacity: 0;
	transition: all .5s;

}

.product-description_image {
	position: absolute;
	top: -100px;
	left: -650px;
	width: 750px;
	background-color: #fff;
	transform: translateX(-150px);
	border: 10px solid #ffffff;
	z-index: 1;
	box-shadow: var(--shadow);
	opacity: 0;
	transition: all .5s;
	background-color: #fff;
}

.product-context_num {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 1;
	font-size: 200px;
	font-family: Barlow-Bold;
	font-weight: 700;
	text-align: right;
	color: #ffffff;
}

.product-context_tit {
	font-size: 24px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product-context_hd {
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	color: var(--darkYellow)
}

.product-context_bd {
	padding: 15px 10px;
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
}

.product-context_ad {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 160px;
	font-family: Barlow-Bold;
	font-weight: 700;
	color: var(--yellow);
}

.product-context_limit {
	margin-right: 240px;
}

.product-context_text {
	margin-bottom: 5px;
}

/* 项目案例 */
.block-head_control .button-default {
	color: #363636;
}

.project-block .block-default_head {
	margin-bottom: 60px;
}

.project-block {
	position: relative;
}

.project-block .block-head_control {
	position: absolute;
	right: 0;
	top: 94px;
}

.project-group_item {
	margin-bottom: 15px;
	display: block;
}

.project-group_item:hover {
	box-shadow: var(--shadow)
}

.project-item_block {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.project-group_item:hover .project-item_default {
	transform: translateY(0);
}

.project-item_block .project-item_default {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--yellow);
	padding: 30px;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: all 0.2s;
}

.project-item_block .project-item_default::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 14px;
	width: 126px;
	height: 126px;
	background-image: url(/webfile/h5/img/icon/icon-file.png);
	background-size: 100%;
}

.project-default_contont {
	position: relative;
	font-size: 14px;
	font-weight: 350;
	color: #000000;
z-index: 1;
}

.project-default_contont dt {
	white-space: nowrap;
	font-weight: 700;
}

.project-item_image {
	width: 100%;
	height: 100%;
	display: block;
}

.project-item_context {
	padding: 10px 15px;
	line-height: 25px;
	height: 70px;

}

.project-item_context>p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* 相助同伴 */
.partners-block_head,
.partners-block_body {
	position: relative;
	z-index: 1;
}

.partners-block {
	background-image: url(/webfile/h5/img/partners-bg.jpg);
	background-size: 100% 800px;
	background-position: top center;
	background-repeat: no-repeat;
}

.partners-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.partners-group_item {
	width: 100%;
	display: block;
	margin-top: 15px;
	cursor: pointer;
	transition: all 0.2s;
}

.partners-group_item>img {
	width: 100%;
	display: block;
}

.partners-group_item:hover {
	box-shadow: var(--shadow);
	transform: scale(1.08);
}

.partners-block .block-default_head {
	margin-bottom: 60px;
}

.contactUs-panel {
	display: flex;
	justify-content: space-between;
	padding: 50px;
	background: #ffffff;
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.contactUs-panel_form {
	width: 750px;
	max-width: 100%;
}

.contactUs-panel_info {
	width: calc(100% - 820px);
}

.contactUs-form_head {
	margin-bottom: 10px;
}

.contactUs-form_title {
	position: relative;
	line-height: 1;
	font-size: 26px;
	font-weight: 800;
	color: #333333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contactUs-form_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 57px;
	height: 6px;
	background: #ffcc00;
	border-radius: 2px;
}

.contactUs-form_des {
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}

.contactUs-info_row .iconfont {
	color: var(--yellow)
}

.row-flex>.contactUs-form_group {
	width: calc(50% - 10px);
}

.col-flex.contactUs-form_group {
	height: auto;
	padding-bottom: 10px;
}

.contactUs-form_group {
	margin-top: 20px;
	width: 100%;
	padding: 0 10px;
	line-height: 44px;
	height: 44px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.contactUs-form_group .contactUs-form_label {
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	color: #333333;
}

.contactUs-form_group .contactUs-form_input {
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	resize: none;
}

.contactUs-button_group {
	margin-top: 30px;
}

.contactUs-info_row {
	display: flex;
	font-size: 15px;
	font-weight: 350;
	color: #333333;
	margin-top: 10px;
}

.contactUs-info_title {
	margin-bottom: 15px;
	line-height: 26px;
}

.contactUs-info_row p {
	line-height: 19px;
}

.contactUs-info_row .iconfont {
	margin-right: 6px;
	line-height: 20px;
}

.contactUs-info_group {
	position: relative;
}

.contactUs-info_group:first-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.contactUs-info_group:first-child::after {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 306px;
	background-color: #707070;
}

/* 内页banner */
.banner-default {
	position: relative;
	height: 550px;
	overflow: hidden;
}

.banner-default .banner-block_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: auto;
	width: 1920px;
	height: 1080px;
}

.banner-default .banner-block_context {
	position: relative;
	z-index: 1;
	height: 100%;
}

.banner-default .banner-block_head {
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	position: relative;
	z-index: 1;
}

.banner-default .banner-block_head .wrap-container {
	height: 100%;
}

.banner-default .banner-head_title {
	padding-top: 30px;
	position: relative;
	flex: 1;
}

.banner-default .banner-head_title .banner-title_tit {
	line-height: 1;
	font-size: 40px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 40px;
}

.banner-default .banner-head_title .banner-title_en {
	width: 100%;
	position: absolute;
	line-height: 70px;
	opacity: 0.2;
	font-size: 64px;
	font-family: Barlow-Bold;
	font-weight: 700;
	color: #ffffff;
}


.banner-default .banner-head_title .banner-title_des {
	padding-top: 10px;
	border-top: 1px solid var(--yellow);
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	color: #dddddd;
	line-height: 24px;
	width: 555px;
	max-width: calc(100% - 80px);
}

.block-default_foot {
	margin-top: 25px;
}

.block-default--inner {
	padding-top: 40px;
}

.block-default--inner .block-default-head {
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: bottom;
}

.block-default--inner .block-inner_title {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	margin-right: 30px;
}

.block-default--inner .block-inner_des {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 1;
}

/* 分页 */
.pagination-bar {
	line-height: 36px;
	font-size: 14px;
	color: #6e6e73;
	font-weight: 400;
}

.pagination-page_ctrl {
	display: flex;
	justify-content: flex-end;
}

.pagination-skip_ctrl {
	display: flex;
	justify-content: flex-start;
}

.pagination-count>span {
	display: inline-block;
}

.pagination-menu_item,
.pagination-btn,
.pagination-count,
.pagination-count>span,
.pagination-jump,
.pagination-jump_input {
	margin: 0 4px;
}

.pagination-btn {
	border: none;
	background-color: transparent;
}

.pagination-menu_item,
.pagination-btn {
	text-align: center;
	width: 36px;
	height: 36px;
	border-radius: 4px;
}

.pagination-menu_item.active {
	font-weight: 500;
	background-color: var(--yellow);
}

.pagination-jump_input {
	width: 74px;
	height: 36px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-align: center;
}

/* 产品列表 */
.productList-block {
	padding-top: 40px;
}

.product-group {
	display: flex;
	flex-wrap: wrap;
}

.product-group_item {
	position: relative;
	height: 468px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}

.productList-block .product-context_hd {
	color: inherit;
}


.product-item_img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-item_context {
	color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 0 35px 0 50px;
	position: absolute;
	top: calc(100% - 100px);
	left: 0;
	background-color: rgba(255, 204, 0, 0.9);
	transition: all 0.2s;
}

.product-group_item:hover .product-item_context {
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.product-group_item:hover .product-item_context .product-context_title {
	color: var(--white)
}

.product-item_context .button-default {
	border-color: currentcolor;
	color: inherit;
	background-color: transparent;
}

.product-context_head {
	height: 100px;
	box-sizing: content-box;
	border-bottom: 1px solid #707070;
}

.product-context_title {
	color: #222222;
	font-size: 24px;
	line-height: 21px;
}

.product-context_body {
	padding: 10px 0;
}

/* 内页导航 */
.nav-block {
	height: 100px;
	line-height: 100px;
	margin-top: -100px;
}

.nav-block_group {
	overflow-x: auto;
}

.nav-group_item {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	z-index: 3;
	color: var(--white);
	cursor: pointer;
	white-space: nowrap;
}

.nav-group_item:not(:last-child) {
	margin-right: 65px;
}

.nav-group_item>a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit
}

.nav-group_item.on {
	color: var(--yellow)
}

.nav-group_item.on::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 25px;
	height: 5px;
	width: 47px;
	transform: translateX(-50%);
	background-color: var(--yellow);
	border-radius: 2px;
}


/* 公司介绍 */
.block-wrold {
	background-image: url(/webfile/h5/img/wrold.png);
	background-size: 78%;
	background-position: center top;
	background-repeat: no-repeat;
}

.profile-location {
	position: relative;
	width: calc(100% - 100px);
	max-width: 1148px;
	margin: 0 auto;
}

.profile-location_image {
	width: 100%;

}

.profile-block--other.bg-dark {
	color: #fff;
}

.profile-block--other .default-block_head {
	text-align: center;
	margin-bottom: 45px;
	line-height: 30px;
}

.profile-block--other .default-block_body {
	position: relative;
}

.profile-block--other .profile-location_image {
	display: block;
}

.profile-block--other .profile-location_context {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.profile-block--other .profile-location_context>p {
	position: absolute;
	line-height: 30px;
	font-size: 24px;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}



.profile-block--other .profile-location_context>p:nth-child(1) {
	top: 42%;
	left: 0%;
}

.profile-block--other .profile-location_context>p:nth-child(2) {
	top: -3%;
	left: 81%;
}

.profile-block--other .profile-location_context>p:nth-child(3) {
	top: 21%;
	left: 92%;
}

.profile-block--other .profile-location_context>p:nth-child(4) {
	top: 34%;
	left: 94.5%;
}

.profile-block--other .profile-location_context>p:nth-child(5) {
	top: 43%;
	left: 92%;
}
.profile-block--other .profile-location_context>p:nth-child(6) {
	top: 52%;
	left: 92%;
}

.profile-block--other .default-block_title {
	font-size: 30px;
	margin-bottom: 20px;
}

.profile-block--other .default-block_des {
	font-size: 24px;
	color: #BEC3C7
}

.profile-group_item {
	position: relative;
	height: 400px;
}

.el-col-12:nth-child(n + 3) .profile-group_item {
	margin-top: 60px;
}

.profile-group_item.item-default {
	background-color: var(--yellow);
}

.profile-group_item .item-default_logo {
	position: absolute;
	width: 200px;
	top: 35px;
	left: 35px;
}

.profile-group_item .item-default_bg {
	position: absolute;
	left: 120px;
	bottom: 0;
	width: 244px;
	display: block;
}

.profile-group_item .item-default_context {
	position: absolute;
	bottom: 60px;
	right: 20px;
	text-align: right;
}

.profile-group_item .item-default_tit {
	font-size: 50px;
	font-weight: 400;
	color: #b26711;
}

.profile-group_item .item-default_en {
	font-size: 34px;
	font-weight: 400;
	color: #e1a10f;
	line-height: 1;
}

.profile-group_item .item-context_title {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
}

.profile-group_item .item-context_content {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
}

.profile-group_item .item-context_panel {
	margin-top: 20px;
	padding: 15px 25px 0;
	min-height: 100px;
	background-color: var(--white);
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	line-height: 24px;
}


.profile-group_item.item-grid {
	padding: 0 50px;
}

.profile-group_item .item-grid_cell {
	position: relative;
	margin-bottom: 25px;
	line-height: 58px;
}

.profile-group_item .item-cell_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	text-align: center;
}

.profile-group_item .item-cell_text {
	padding-left: 78px;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 58px;
	border-radius: 29px;
}

.profile-group_item .item-grid_cell:nth-child(1) .item-cell_icon {
	background-color: #EC6161;
}

.profile-group_item .item-grid_cell:nth-child(1) .item-cell_text {
	background-color: #FCBFBF;
}

.profile-group_item .item-grid_cell:nth-child(2) .item-cell_icon {
	background-color: #FFCC00;
}

.profile-group_item .item-grid_cell:nth-child(2) .item-cell_text {
	background-color: #FFEEAC;
}

.profile-group_item .item-grid_cell:nth-child(3) .item-cell_icon {
	background-color: #788DE1;
}

.profile-group_item .item-grid_cell:nth-child(3) .item-cell_text {
	background-color: #DBE3FF;
}

.profile-group_item .item-grid_cell:nth-child(4) .item-cell_icon {
	background-color: #FFEBAA;
}

.profile-group_item .item-grid_cell:nth-child(4) .item-cell_text {
	background-color: #FFFAE8;
}

.profile-group_item .item-image_img {
	width: 100%;
	height: 100%;
	display: block;
}

.profile-team .block-default-head {
	margin-bottom: 30px;
}



.profile-team_item {
	width: calc((100% - 100px)/3);
	height: 230px;
	box-shadow: var(--shadow);
	margin-bottom: 50px;
}

.profile-team_item:not(:nth-child(3n)) {
	margin-right: 50px;
}

.profile-team_image {
	padding-top: 26px;
	padding-left: 20px;
	width: 150px;
	overflow: hidden;
}

.profile-team_context {
	position: relative;
	padding: 36px 20px 20px;

}

.profile-team_name {
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #000000;
	line-height: 40px;
	margin-bottom: 30px;
}

.profile-team_level {
	position: absolute;
	right: 20px;
	top: 36px;
	font-size: 32px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ffcc00;
}

.profile-team_content>li {
	list-style-type: disc;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 18px;
}

.profile-team_content>li:not(:last-child) {
	margin-bottom: 10px;
}

.solution-group_item {
	padding: 30px 30px 30px 52px;
	height: 300px;
	margin-bottom: 30px;
	background-size: auto 100%;
	background-position: right;
}


.solution-item_content {
	width: 100%;
	height: 100%;
	max-width: 420px;
}

.solution-item_title {
	line-height: 48px;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
}

.solution-item_en {
	font-size: 22px;
	line-height: 1;
	font-family: Barlow, Barlow-Bold;
	color: #8e8e8e;
	margin-bottom: 20px;
}

.solution-item_des {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.solution-item_btn>.button-default {
	color: #363636;
	background-color: transparent;
}

/* 服务下载 */


.service-group {
	display: flex;
	flex-wrap: wrap;
}

.service-group_item {
	overflow: hidden;
	box-shadow: var(--shadow);
	margin-bottom: 40px;
}

.service-item_image {
	height: 220px;
	display: block;
	margin-left: 50%;
	transform: translateX(-50%);
}

.service-item_content {
	text-align: center;
	padding: 20px 15px 26px;
}

.service-item_title {
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	line-height: 24px;
	height: 48px;
	margin-bottom: 12px;
}

.service-group_item .button-default {
	border-color: #999999;
}

.service-group_item .button-default:hover {
	border-color: var(--yellow);
	background-color: var(--yellow);
}

/* 公司新闻 */

.profile-news_item {
	display: flex;
	box-shadow: var(--shadow);
}

.el-col-12:not(:last-child) .profile-news_item {
	margin-bottom: 30px;
}

.profile-news_banner {
	position: relative;
	height: 430px;
	overflow: hidden;
}

.profile-news_image {
	width: 100%;
	height: 100%;
}

.profile-news_context {
	position: absolute;
	height: 190px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000);
	color: #fff;
	padding: 25px 25px 15px;
}

.profile-news_context .banner-context_title {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	color: #ffffff;
	line-height: 21px;
}

.profile-news_context .banner-context_des {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #dddddd;
	line-height: 18px;
}

.profile-news_context .banner-context_ctrl {
	font-size: 14px;
	text-decoration: none;
}

.profile-news_item {
	display: flex;
	height: 200px;
}

.profile-news_item .news-item_image {
	width: 260px;
	height: 100%;
	display: block;
}

.profile-news_item .news-item_context {
	width: 100%;
	padding: 25px;
}

.profile-news_item .news-item_title {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	text-align: left;
	color: #222222;
	line-height: 22px;
}

.profile-news_item .news-item_des {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #6e6e73;
	line-height: 18px;
}

.profile-news_item .news-item_ctrl {
	font-size: 13px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #6e6e73;
	line-height: 28px;
}

.profile-news_item .news-item_ctrl>.button-default {
	height: 28px;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #6e6e73;
	border-radius: 15px;
}

.profile-block--honor {
	min-height: 1050px;
	background-image: url(/webfile/h5/img/honor-bgb.png), url(/webfile/h5/img/block-bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center;
	background-size: auto 490px, auto 100%;
}

.profile-honor_head {
	margin-bottom: 35px;
}

.profile-honor_title {
	text-align: center;
	font-family: MicrosoftYaHei;
	padding: 0 15px;
	line-height: 36px;
	font-size: 18px;
	padding-top: 58px;
}

.profile-honor_num {
	font-size: 72px;
	color: #cb1016;
	line-height: 30px;
}

.profile-honor_group {
	max-width: 1090px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.profile-honor_group > img {
	display: block;
width: 100%;
}

.profile-honor_group .clearfix {
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: content-box;
}

.profile-honor_item {
	display: inline-block;
	padding: 25px 15px;
	width: 194px;
	height: 277px;
	box-sizing: content-box;
	vertical-align: top;
}

.profile-honor_item.long {
	width: 418px;
}

.profile-honor_item img {
	width: 100%;
	height: 100%;
	display: block
}

/* 公司大事记 */
.profile-block--event .block-default_body,
.profile-block--recruit .block-default_body {
	display: flex;
}

.profile-event_side,
.profile-recruit_side {
	padding: 40px 30px;
	text-align: right;
	min-width: 350px;
	width: 350px;
	height: 650px;
	background-image: url(/webfile/h5/img/event-side.jpg);
	background-size: auto 100%;
	background-position: 83%;
	margin-right: 60px;
	background-repeat: no-repeat;
}


.event-side_title,
.recruit-side_title {
	font-size: 36px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	margin-bottom: 10px;
}

.event-side_des,
.recruit-side_des {
	font-size: 20px;
	font-weight: 700;
	color: #a5a5a5;
	line-height: 30px;
}

.recruit-size_content {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 140px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
	border-radius: 8px;
	padding: 20px 10px;
}

.profile-event_main {
	width: 100%;
}

.profile-event_group {
	padding-left: 220px;
	padding-top: 70px;
	position: relative;
}

.profile-event_group::after {
	content: '';
	position: absolute;
	left: 220px;
	top: 2px;
	bottom: 0;
	width: 2px;
	margin-left: -1px;
	background-color: #707070;
}

.profile-event_group::before {
	content: '';
	position: absolute;
	left: 170px;
	top: 0;
	width: 100px;
	height: 120px;
	background-image: url(/webfile/h5/img/event-arrow@2x.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.profile-event_item {
	position: relative;
	padding-left: 50px;
}

.profile-event_item::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 20px;
	width: 14px;
	height: 14px;
	border: 1px solid #707070;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
}

.event-item_time {
	position: absolute;
	left: -220px;
	top: 0;
	width: 170px;
	height: 54px;
	line-height: 24px;
	padding: 15px 20px;
	background: var(--yellow);
	border-radius: 10px;
	text-align: center;
	margin-bottom: 40px;
}

.profile-event_item:nth-child(2n) .event-item_time {
	background-color: #FFEA98;
}

.event-item_content {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Bold;
	text-align: left;
	color: #000000;
	max-width: 560px;
	line-height: 24px;
	padding: 15px 20px;
	background: #eeeeee;
	border-radius: 10px;
	margin-bottom: 40px;
}

.event-item_content>p {
	margin-bottom: 15px;
}

.event-item_content img {
	width: 220px;
	display: block;
}

.event-item_time::before,
.event-item_content::before {
	content: '';
	position: absolute;
	top: 27px;
	width: 30px;
	border-bottom: 1px dotted #707070;
}

.event-item_time::before {
	right: -38px;
}

.event-item_content::before {
	left: -38px;
}

/* 诚聘英才 */
.profile-recruit_main {
	width: 100%;
}

.profile-recruit_side {
	position: relative;
	margin-right: 30px;
	background-image: url(/webfile/h5/img/recruit-side.jpg);
	background-position: 62%;
}

.recruit-panel {
	margin-bottom: 30px;
	padding: 40px;
	background: linear-gradient(180deg, #fffcf1, #ffffff);
	border: 1px solid #efd8c9;
}

.recruit-panel_head {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
}

.recruit-panel_title {
	line-height: 32px;
	width: calc(100% - 200px);
}

.recruit-panel_addon {
	color: var(--yellow)
}

.recruit-panel_body>p {
	font-size: 15px;
	font-weight: 400;
}

.profile-block--contact {
	padding-top: 0 !important;
}

.profile-block--contact .block-default_body {
	position: relative;
}

.contact-map {
	width: 100%;
	height: 500px;
}

.anchorBL {
	display: none;
}

.contact-tabs {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
}

.contact-tabs_item {
	cursor: pointer;
	pointer-events: all;
	width: 110px;
	height: 36px;
	line-height: 36px;
	background-color: #FFFFFF;
	box-shadow: var(--shadow);
	text-align: center;
	color: #999999;
	margin-right: 20px;
}

.contact-tabs_item.on {
	color: #000000;
	background-color: var(--yellow);
}

.profile-block--contact .contactUs-panel {
	position: relative;
	margin-top: -120px;
	z-index: 11;
}

/* 详情页 */
.detail-block .block-default_body {
	display: flex;
}

.detail-side {
	width: 350px;
	min-width: 350px;
	margin-right: 30px;
}

.detail-main {
	width: 100%;
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 40px;
}

.detail-main h3 {
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
}

.detail-main img {
	width: 100%;
	display: block;
}

.detail-main p {
	line-height: 18px;
	font-size: 14px;
	color: #000000;
}

.detail-main p:not(:last-child) {
	margin-bottom: 15px;
}

.detail-main_head {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.product-side_group .detail-side_item:hover,
.project-side_group .detail-side_item:hover {
	background-color: var(--yellow);
}

.product-side_group .detail-side_item:hover .side-item_des {
	color: #a17510;
}

.news-side_group .detail-side_item,
.product-side_group .detail-side_item,
.project-side_group .detail-side_item {
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: var(--shadow);
	height: 125px;
	display: flex;
	overflow: hidden;
}

.detail-side_item:not(:last-child) {
	margin-bottom: 20px;
}

.news-side_group .side-item_img,
.product-side_group .side-item_img,
.project-side_group .side-item_img {
	width: 170px;
}

.news-side_group .side-item_context,
.product-side_group .side-item_context,
.project-side_group .side-item_context {
	width: calc(100% - 170px);
	padding: 20px 15px;
}

.product-side_group .side-item_title,
.project-side_group .side-item_title {
	margin-bottom: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	line-height: 22px;
}

.product-side_group .side-item_des,
.project-side_group .side-item_des {
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
}

.solution-side_group .detail-side_item {
	position: relative;
	padding: 15px;
	height: 120px;
	background-color: #fff;

}

.solution-side_group .detail-side_item.on .side-item_bg,
.solution-side_group .detail-side_item:hover .side-item_bg {
	opacity: 1;
}

.solution-side_group .detail-side_item .side-item_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 56%;
	background-size: auto 100%;
	opacity: 0.4;
}

.solution-side_group .detail-side_item.on .side-item_title,
.solution-side_group .detail-side_item:hover .side-item_title {
	color: #000;
}

.solution-side_group .side-item_title {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	color: #888888;
	margin-bottom: 10px;
}

.solution-side_group .detail-side_item.on .side-item_des,
.solution-side_group .detail-side_item:hover .side-item_des {
	color: #8E8E8E;
}

.solution-side_group .side-item_des {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-family: Barlow, Barlow-Bold;
	font-weight: 700;
	color: #bbbbbb;
}

.news-block--detail .detail-side_item.item-first {
	height: 252px;
}

.news-block--detail .detail-side_item.item-first>.side-item_image {
	width: 100%;
	height: 100%;
	display: block;
}

.news-block--detail .detail-side_item {
	position: relative;
	height: 150px;
	background: #ffffff;
	box-shadow: var(--shadow);
}

.news-block--detail .detail-side_item.item-first>.side-item_context {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 114px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000);
}

.news-block--detail .detail-side_item.item-first .side-item_title {
	color: #fff;
}

.news-block--detail .detail-side_item.item-first .side-item_des {
	color: #ddd;
}

.news-block--detail .side-item_context {
	padding: 20px 15px 15px;
}

.news-block--detail .side-item_title {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	color: #222222;
	line-height: 22px;
	margin-bottom: 10px;
}

.news-block--detail .side-item_des {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #6e6e73;
	line-height: 18px;
}

.news-block--detail .side-item_control {
	font-size: 13px;
	font-family: MicrosoftYaHei;
	color: #6e6e73;
	line-height: 18px;
}

.news-block--detail .button-default {
	color: #222222;
	border-color: #6e6e73;
}

.plan-main {
	display: flex;
}

.plan-side {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90px;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	background: #444c55;
	border-radius: 10px;
	margin-right: 30px;
}

.plan-side>span {
	text-align: center;
	display: block;
	padding: 25px;
}

.plan-content {
	width: 100%;
}

.plan-content_group {
	display: flex;
	padding: 14px 25px 14px 10px;
	border: 3px dashed #444c55;
	border-radius: 10px;
}

.plan-group_item {
	width: 20%;
	text-align: center;
}

.plan-item_arrow {
	font-size: 24px;
	padding: 10px 5px 10px 18px;
	position: relative;
	text-align: center;
	line-height: 54px;
	height: 74px;
}

.plan-item_arrow>span {
	position: relative;
	z-index: 1;
}

.plan-item_tag .plan-item_icon {
	width: 48px;
	height: 48px;
	vertical-align: top;
}

.plan-item_arrow::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% + 12px);
	background-image: url(/webfile/h5/img/icon/icon-planarrow.png);
	background-size: 100% 100%;
}

.plan-content_addon {
	padding: 27px 20px 7px;
	border: 3px dashed #407ade;
	border-radius: 10px;
}

.plan-item_tag {
	padding: 25px 0;
}

.plan-group_item .plan-item_text {
	font-size: 20px;
	color: #888;
}

.plan-content_addon .plan-addon_item {
	display: flex;
	align-items: center;
	line-height: 70px;
	color: #fff;
	background: #407ade;
	border-radius: 10px;
	padding: 0 15px;
	margin-bottom: 20px;
}

.plan-content_addon .plan-addon_item>.plan-item_icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	display: block;
}

.plan-content_step {
	margin-top: 46px;
}

.plan-step_item {
	position: relative;
	font-size: 26px;
	color: #C53524;
	text-align: center;
	width: 100%;
	height: 74px;
	line-height: 74px;
	background: #ffe7e5;
	border: 2px solid #ff4600;
	border-radius: 10px;
}

.plan-step_item::after {
	content: '\e663';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -100%);
	line-height: 46px;
	color: #E29494;
	font-size: 30px;
}

.plan-foot {
	display: flex;
	margin-top: 40px;
}

.plan-foot .plan-content {
	padding: 17px 30px;
	background: #fafafa;
	border: 3px dashed #ffcc00;
	border-radius: 10px;
}

.plan-foot_item {
	display: flex;
	align-items: center;
	padding: 0 40px;
	height: 90px;
	background: #ffcc00;
	border-radius: 45px;
}

.plan-foot_icon {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	vertical-align: top;
}

.plan-foot_context>p {
	font-size: 26px;
	line-height: 30px;
}

.plan-foot_context>span {
	font-size: 20px;
	line-height: 30px;
	color: #7B746C
}

.skill-group--panle {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.skill-group_item {
	line-height: 44px;
}

.skill-group--panle .el-col-12:nth-child(n+3) .skill-group_item {
	margin-top: 20px;
}

.skill-group_item .skill-item_image {
	width: 100%;
	height: 217px;
	display: block;
}

.skill-group_item.skill-item_image {
	width: 100%;
	height: 314px;
	display: block;
}

.skill-group_item.skill-item_image:last-child {
	height: 240px;
}

.skill-group_item.skill-item_image:not(:last-child) {
	margin-bottom: 30px;
}

.flow-group_item {
	text-align: center;
}

.flow-item_num {
	font-size: 80px;
	font-family: Barlow-Bold;
	color: #333333
}

.flow-item_title {
	color: #333333;
	font-size: 26px;
	line-height: 1;
}

.flow-item_icon {
	position: relative;
}

.flow-item_img {
	max-width: 178px;
	max-height: 178px;
	width: 100%;
	margin-bottom: 20px;
}

.el-col-4:not(:last-child) .flow-group_item .flow-item_icon::after {
	color: #E29494;
	content: '\e663';
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 30px;
	transform: translateX(100%) rotate(90deg);
	z-index: 2;
}

.flow-menu_item {
	color: #333333;
	text-align: left;
	padding-left: 30px;
}

.flow-menu_item .iconfont {
	color: var(--yellow);
}

.sales-block_title {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	padding: 20px 0 30px;
}

.sales-group_item {
	flex-direction: column;
	height: 300px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
	padding: 15px
}


.sales-item_icon {
	width: 90px;
	height: 90px;
	vertical-align: top;
	margin-bottom: 30px;
}

.sales-item_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}

.sales-item_des {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.sales-group--default .sales-group_item {
	border-color: #EBC2B0;
	background-color: #FFFCEF;
}
/*.detail-side.news-side_group {
	overflow: hidden;
}*/
.detail-main_head p {
	line-height: 22px
}
.nav-group_item,
.pagination-menu_item {
	list-style: none;
}<!--耗时1758047618.6348秒-->