@charset "utf-8";

/* ---------------------- 基础形状起头 ---------------------- */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

.base_content {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.base_content.bg_gray {
	background-color: #f7f9fc;
}

.base_content.bg_gradientsorange {
	background-image: radial-gradient(#ff9600, #fe5722);
}

.base_content.bg_productservice {
	background-image: url(/templates/default/public/20200710css/images/productservice_bg.png);
}

.base_box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.base_box.pat72 {
	padding-top: 72px;
}

.base_title {
	padding: 100px 10px 0;
	text-align: center;
}

.base_title h2 {
	font-size: 36px;
	color: #333;
}

.base_title p {
	line-height: 28px;
	margin-top: 24px;
	font-size: 16px;
	color: #95989d;
}

.base_title.white h2,
.base_title.white p {
	color: #fff;
}

.base_img {
	padding: 72px 0 20px;
	text-align: center;
	font-size: 0;
}

/* ---------------------- 基础形状实现 ---------------------- */

 

/* ------------------------ 底部起头 ------------------------ */

.footer_content {
	background-color: #333;
}

.footer_box {
	width: 1200px;
	margin: 0 auto;
}

.footer_companyinfo_content>ul {
	display: flex;
	flex-direction: row;
	padding: 38px 0 30px;
}

.footer_companyinfo_content>ul>li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-right: 60px;
}

.footer_companyinfo_left {
	height: 44px;
	line-height: 40px;
	padding: 0 12px;
	margin-right: 15px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 8px;
}

.footer_companyinfo_right {
	display: flex;
	flex-direction: column;
}

.footer_companyinfo_right span {
	font-size: 24px;
	color: #fff;
}

.footer_companyinfo_right small {
	margin-top: 10px;
	font-size: 14px;
	color: #858585;
}

.footer_friendshiplink_content {
	padding-top: 2px;
	padding-bottom: 12px;
	font-size: 0;
	border-top: 1px solid #4d4d4d;
	box-sizing: border-box;
}

.footer_friendshiplink_content>ul>li,
.footer_friendshiplink_content>ul>li>a {
	font-size: 12px;
	color: #808080;
	display: inline-block;
}

.footer_friendshiplink_content>ul>li {
	margin: 10px 10px 0 0;
}

.footer_copyright_content {
	padding: 14px 0;
	border-top: 1px solid #4d4d4d;
	box-sizing: border-box;
}

.footer_copyright_content>p,
.footer_copyright_content>p>a {
	text-align: center;
	font-size: 12px;
	color: #595959;
}

.footer_copyright_content>p:last-child {
	margin-top: 10px;
}

.footer_main_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 0;
	border-top: 1px solid #4d4d4d;
	box-sizing: border-box;
}

.footer_attestation_content {
	width: 258px;
	flex-grow: 0;
	flex-shrink: 0;
}

.footer_attestation_content>img {
	width: 100%;
	display: block;
}

.footer_attestation_info {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 6px;
	margin-top: 14px;
	border-top: 1px solid #4d4d4d;
}

.footer_attestation_info>img {
	width: 37px;
	height: 41px;
	margin-right: 10px;
}

.footer_attestation_describe {
	height: 41px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.footer_attestation_describe span {
	font-size: 12px;
	color: #ccc;
}

.footer_attestation_describe span small {
	color: #999;
}

.footer_function_content {
	display: flex;
	flex-direction: row;
}

.footer_function_box {
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}

.footer_function_box:first-child {
	padding-left: 0;
}

.footer_function_title {
	padding-bottom: 22px;
}

.footer_function_title h4 {
	font-size: 16px;
	color: #ccc;
}

.footer_function_title h4::after {
	content: '';
	width: 30px;
	height: 1px;
	margin-top: 12px;
	background-color: #808080;
	display: block;
}

.footer_list {
	display: flex;
	flex-direction: row;
}

.footer_list>ul:not(:last-child) {
	margin-right: 26px;
}

.footer_list>ul>li:not(:last-child) {
	margin-bottom: 16px;
}

.footer_list>ul>li>a {
	font-size: 14px;
	color: #999;
}

.footer_company_info {
	display: flex;
	flex-direction: column;
}

.footer_company_info>strong {
	font-size: 26px;
	color: #999;
}

.footer_company_info>strong>span {
	font-size: 14px;
	vertical-align: 5px;
}

.footer_company_info>p {
	line-height: 18px;
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

.footer_qrcode,
.footer_qrcode>img {
	width: 100px;
	height: 100px;
	display: block;
}

/* ------------------------ 底部实现 ------------------------ */

/* ----------------------- banner起头 ----------------------- */

.banner_content {
	width: 100%;
	height: 540px;
	position: relative;
}

.banner_box {
	width: 100%;
	min-width: 1200px;
}

.banner_box>ul {
	position: relative;
	z-index: 1;
}

.banner_box>ul>li {
	width: 100%;
	height: 540px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner_box>ul>li:not(:first-child) {
	display: none;
}

.banner_box>ul>li>a {
	height: 100%;
	display: block;
}

.banner_pagination {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 92px;
	z-index: 2;
}

.banner_pagination>span {
	width: 50px;
	height: 2px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, .6);
	display: inline-block;
	cursor: pointer;
	background-image: linear-gradient(to right, #fff, #fff);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 职能亮点 */

.highlights_content {
	width: 100%;
	transform: translateY(50%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.highlights_box {
	width: 1200px;
	height: 130px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.highlights_list {
	width: 10px;
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.highlights_img {
	width: 60px;
	height: 50px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 16px;
}

.highlights_describe {
	display: flex;
	flex-direction: column;
}

.highlights_describe>span {
	font-size: 18px;
	color: #333;
}

.highlights_describe>small {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

/* ----------------------- banner实现 ----------------------- */

/* ------------------------ 首页起头 ------------------------ */

/* 云顶国际本地生涯服务系统产品矩阵 */

.productmatrix_content {
	padding: 52px 0 8px;
	overflow: hidden;
}

.productmatrix_content>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -13px;
}

.productmatrix_content>ul>li {
	width: 25%;
	padding: 13px;
	box-sizing: border-box;
}

.productmatrix_box {
	height: 320px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: all .4s;
	position: relative;
}

.productmatrix_box:hover {
	border-color: #ff8600;
	box-shadow: 0 0 30px rgba(254, 87, 34, 0.2);
}

.productmatrix_box:hover .productmatrix_link>a:last-child {
	color: #fff;
	background-color: #ff8600;
}

.productmatrix_label {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	padding: 0 13px 0 10px;
	border-radius: 4px 0 12px 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.productmatrix_label.red {
	background-image: linear-gradient(to right, #fe5722, #fa8a67);
}

.productmatrix_label.orange {
	background-image: linear-gradient(to right, #ff8600, #ffae55);
}

.productmatrix_label.green {
	background-image: linear-gradient(to right, #01cd88, #4cd964);
}

.productmatrix_label.gray {
	background-color: #ccc;
}

.productmatrix_head {
	padding-top: 40px;
	text-align: center;
}

.productmatrix_icon,
.productmatrix_icon img {
	width: 64px;
	height: 64px;
	margin: 0 auto;
}

.productmatrix_head h3 {
	margin-top: 30px;
	font-size: 22px;
	color: #333;
}

.productmatrix_head p {
	line-height: 22px;
	margin-top: 16px;
	font-size: 14px;
	color: #808080;
}

.productmatrix_link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 40px 34px 0;
}

.productmatrix_link>a,
.productmatrix_tips {
	width: 100px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	color: #ff8600;
	transition: all .2s;
	border: 1px solid #ff8a00;
	border-radius: 2px;
	box-sizing: border-box;
}

.productmatrix_tips {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	color: #b2b2b2;
	border: none;
}

/* 云顶国际本地生涯服务系统界面展示 */

.interfacedisplay_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 64px 0 20px;
}

.interfacedisplay_left {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
	background-color: #fff;
}

.interfacedisplay_left>ul {
	display: flex;
	flex-direction: column;
}

.interfacedisplay_left>ul>li {
	width: 280px;
	height: 108px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 25px;
	border-bottom: 1px solid #edeff2;
	box-sizing: border-box;
	cursor: pointer;
}

.interfacedisplay_left>ul>li:nth-child(1) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_010.png);
}

.interfacedisplay_left>ul>li:nth-child(2) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_020.png);
}

.interfacedisplay_left>ul>li:nth-child(3) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_030.png);
}

.interfacedisplay_left>ul>li:nth-child(4) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_040.png);
}

.interfacedisplay_left>ul>li:nth-child(5) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_050.png);
}

.interfacedisplay_left>ul>li:nth-child(6) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_060.png);
}

.interfacedisplay_left>ul>li.active,
.interfacedisplay_left>ul>li:hover {
	background-image: linear-gradient(to right, #ff8600, #feb23a);
}

.interfacedisplay_left>ul>li.active:nth-child(1) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(1) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_011.png);
}

.interfacedisplay_left>ul>li.active:nth-child(2) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(2) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_021.png);
}

.interfacedisplay_left>ul>li.active:nth-child(3) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(3) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_031.png);
}

.interfacedisplay_left>ul>li.active:nth-child(4) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(4) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_041.png);
}

.interfacedisplay_left>ul>li.active:nth-child(5) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(5) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_051.png);
}

.interfacedisplay_left>ul>li.active:nth-child(6) .interfacedisplay_tabs_icon,
.interfacedisplay_left>ul>li:hover:nth-child(6) .interfacedisplay_tabs_icon {
	background-image: url(/templates/default/public/20200710css/images/icon_interfacedisplay_061.png);
}

.interfacedisplay_left>ul>li.active .interfacedisplay_tabs_describe span,
.interfacedisplay_left>ul>li:hover .interfacedisplay_tabs_describe span,
.interfacedisplay_left>ul>li.active .interfacedisplay_tabs_describe small,
.interfacedisplay_left>ul>li:hover .interfacedisplay_tabs_describe small {
	color: #fff;
}

.interfacedisplay_tabs_content {
	display: flex;
	flex-direction: row;
}

.interfacedisplay_tabs_icon {
	width: 24px;
	height: 24px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.interfacedisplay_tabs_describe {
	display: flex;
	flex-direction: column;
}

.interfacedisplay_tabs_describe span {
	font-size: 22px;
	color: #333;
}

.interfacedisplay_tabs_describe small {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

.interfacedisplay_right {
	flex-grow: 1;
	flex-shrink: 1;
	background-color: #fff;
}

.interfacedisplay_right>ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.interfacedisplay_right>ul>li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.interfacedisplay_right>ul>li:not(:first-child) {
	display: none;
}

.interfacedisplay_describe {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.interfacedisplay_describe>h2 {
	margin-top: 50px;
	font-size: 30px;
	color: #333;
}

.interfacedisplay_describe>h2>span {
	color: #ff8600;
}

.interfacedisplay_img {
	width: 100%;
	text-align: center;
}

/* 精密化同城O2O平台治理系统 */

.managesystem_content>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 12px 0 20px;
}

.managesystem_content>ul>li {
	width: 14.2857%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 62px;
}

.managesystem_content>ul>li:hover .managesystem_img>img {
	transform: rotate(360deg);
}

.managesystem_content>ul>li>h3 {
	margin-top: 20px;
	font-size: 15px;
	color: 666;
	font-weight: bold;
}

.managesystem_img,
.managesystem_img>img {
	width: 90px;
	height: 90px;
	font-size: 0;
	transition: transform .2s;
}

/* 多种营销互动工具，助力平台运营 */

.marketingtools_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 100px 0 50px;
}


.marketingtools_left>ul {
	width: 696px;
	height: 436px;
	position: relative;
}

.marketingtools_left>ul>li {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.marketingtools_left>ul>li:not(:first-child) {
	display: none;
}

.marketingtools_left>ul>li:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img01.png);
}

.marketingtools_left>ul>li:nth-child(2) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img02.png);
}

.marketingtools_left>ul>li:nth-child(3) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img03.png);
}

.marketingtools_left>ul>li:nth-child(4) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img04.png);
}

.marketingtools_left>ul>li:nth-child(5) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img05.png);
}

.marketingtools_left>ul>li:nth-child(6) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img06.png);
}

.marketingtools_left>ul>li:nth-child(7) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img07.png);
}

.marketingtools_left>ul>li:nth-child(8) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img08.png);
}

.marketingtools_left>ul>li:nth-child(9) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img09.png);
}

.marketingtools_left>ul>li:nth-child(10) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img10.png);
}

.marketingtools_left>ul>li:nth-child(11) {
	background-image: url(/templates/default/public/20200710css/images/marketingtools_img11.png);
}

.marketingtools_right {
	width: 460px;
}

.marketingtools_right>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.marketingtools_right>ul>li {
	width: 25%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 40px;
}

.marketingtools_right>ul>li.active:not(:last-child) .marketingtools_list,
.marketingtools_right>ul>li:not(:last-child) .marketingtools_list:hover {
	background-color: #fff;
}

.marketingtools_right>ul>li.active:not(:last-child) .marketingtools_list>span,
.marketingtools_right>ul>li:not(:last-child) .marketingtools_list:hover>span {
	color: #fe5722;
}

.marketingtools_right>ul>li:nth-child(-n + 4) {
	padding-top: 0;
}

.marketingtools_right>ul>li:nth-child(1) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools1_1.png);
}

.marketingtools_right>ul>li:nth-child(1) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools1_1.png);
}

.marketingtools_right>ul>li:nth-child(2) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools2_1.png);
}

.marketingtools_right>ul>li:nth-child(3) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools3_1.png);
}

.marketingtools_right>ul>li:nth-child(4) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools4_1.png);
}

.marketingtools_right>ul>li:nth-child(5) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools5_1.png);
}

.marketingtools_right>ul>li:nth-child(6) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools6_1.png);
}

.marketingtools_right>ul>li:nth-child(7) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools7_1.png);
}

.marketingtools_right>ul>li:nth-child(8) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools8_1.png);
}

.marketingtools_right>ul>li:nth-child(9) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools9_1.png);
}

.marketingtools_right>ul>li:nth-child(10) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools10_1.png);
}

.marketingtools_right>ul>li:nth-child(11) .marketingtools_list>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools11_1.png);
}

.marketingtools_right>ul>li.active:nth-child(1) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(1) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools1_2.png);
}

.marketingtools_right>ul>li.active:nth-child(1) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(1) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools1_2.png);
}

.marketingtools_right>ul>li.active:nth-child(2) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(2) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools2_2.png);
}

.marketingtools_right>ul>li.active:nth-child(3) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(3) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools3_2.png);
}

.marketingtools_right>ul>li.active:nth-child(4) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(4) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools4_2.png);
}

.marketingtools_right>ul>li.active:nth-child(5) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(5) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools5_2.png);
}

.marketingtools_right>ul>li.active:nth-child(6) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(6) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools6_2.png);
}

.marketingtools_right>ul>li.active:nth-child(7) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(7) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools7_2.png);
}

.marketingtools_right>ul>li.active:nth-child(8) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(8) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools8_2.png);
}

.marketingtools_right>ul>li.active:nth-child(9) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(9) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools9_2.png);
}

.marketingtools_right>ul>li.active:nth-child(10) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(10) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools10_2.png);
}

.marketingtools_right>ul>li.active:nth-child(11) .marketingtools_list>i,
.marketingtools_right>ul>li:nth-child(11) .marketingtools_list:hover>i {
	background-image: url(/templates/default/public/20200710css/images/icon_marketingtools11_2.png);
}

.marketingtools_list {
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 4px;
	cursor: pointer;
	transition: all .2s;
}

.marketingtools_list>i {
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .2s;
}

.marketingtools_list>span {
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	transition: all .2s;
}

.marketingtools_list>small {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}

/* 云顶国际服务，所有从客户角度启程 */

.productservice_content {
	padding-top: 77px;
}

.productservice_title>h2 {
	line-height: 88px;
	font-size: 60px;
	color: #fff;
}

.productservice_title>p {
	line-height: 36px;
	margin-top: 7px;
	font-size: 18px;
	color: #fff;
}

.productservice_list {
	padding-top: 102px;
}

.productservice_list>ul {
	height: 180px;
	display: flex;
	flex-direction: row;
	background-color: #fff;
}

.productservice_list>ul>li {
	width: 16.6666%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 34px;
}

.productservice_icon,
.productservice_icon>img {
	width: 50px;
	height: 50px;
}

.productservice_describe {
	padding-top: 20px;
	text-align: center;
}

.productservice_describe h3 {
	font-size: 16px;
	color: #333;
	display: block;
}

.productservice_describe span {
	margin-top: 10px;
	font-size: 14px;
	color: #808080;
	display: block;
}

/* ------------------------ 首页实现 ------------------------ */


/* ------------------------ 电商同城  头部起头  ------------------------ */
.Bigpicture {
	width: 100%;
	height: 480px;
	box-sizing: border-box;
	position: relative;
}
.btn_Bigpicture1{
	position: absolute;
	left: 360px;
	bottom: 110px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor:pointer
}
.btn_Bigpicture1:hover{
	color: #fd7741;
	background: #FFFFFF !important;
}
.btn_Bigpicture{
	position: absolute;
	left: 360px;
	bottom: 110px;
	background-color: #012d84;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor:pointer
}
.btn_Bigpicture:hover{
	background: #FFFFFF;
	color: #012d84;
	cursor:pointer
}
.Bigpicture img {
	width: 100%;
	height: 100%;
}

.Commodity {
	width: 225px;
	height: 272px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 16px;
	margin-right: 20px;
	padding-bottom: 12px;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
}
.base_title p{
	padding: 0 100px;
}
.Commodity h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
}

.Commodity img {
	width: 90px;
	height: 90px;
	margin-top: 32px;
	margin-bottom: 26px;
}

.Commodity_font {
	line-height: 20px;
	font-size: 12px;
	color: #808080;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%
	/* white-space:nowrap */
}

.title_content {
	background: #FFFFFF !important;
}

.base_img1 {
	margin-top: 74px;
	display: flex;
}

.activeImage {
	width: 33px;
	height: 36px;
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(1) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/Mallplatform.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(2) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/Mallsubstation.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(3) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/Mallmerchants.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(4) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/Mallmembers.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(5) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/MallMarketing.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(6) .activeImage:nth-child(1) {
	background-image: url(/templates/default/public/20200710css/images/Malldocking.png);
	background-size: 33px 36px;
}

.activeImage>img {
	width: 100%;
	height: 100%;
	display: block;
	transition: unset;
}

.hbox {
	margin-top: 14px;
	position: relative;
}

.ul_liA:hover {
	color: #ff8600;
}

.ul_liA:hover span {
	width: 50%;
}

.ul_liA span {
	margin: auto;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 25%;
	width: 0px;
	height: 4px;
	/* background: #ff0000; */
	background: linear-gradient(90deg, rgba(255, 134, 0, 1), rgba(255, 87, 34, 1));
	transition: .2s;
	border-radius: 50px;
}

/* ----------------- 平台运营大图------------*/
.darkImage {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* . style="background-image:url(/templates/default/public/20200710css/css/images/Interfacedisplay.png);" */
.productservice_content_images {
	background-image: url(..//templates/default/public/20200710css/css/images/Interfacedisplay.png);
	width: 560px;
	height: 346px;
	background-size: 100%;
}

.productservice_content_right {
	width: 100%;
	height: 100%;
	padding-top: 77px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 85px;
}

.productservice_content_right_Ul {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}

.productservice_content_right_Ul a {
	font-size: 12px;
	color: #FFFFFF;
	width: 20%;
	height: 33px;
	box-sizing: border-box;
	border: 1px solid #747171;
	display: flex;
	margin-right: 10px;
	margin-bottom: 12px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}

.productservice_content_right_Div {
	font-size: 12px;
	color: #ff8600;
	width: 20%;
	height: 33px;
	box-sizing: border-box;
	border: 1px solid #894d09;
	display: flex;
	margin-right: 10px;
	margin-bottom: 30px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}

/* -------------   基于LBS精准定位，轻松查看周边商家信息 ---------------- */
.local_div {
	width: 280px;
	height: 411px;
	box-sizing: border-box;
	/* padding: 0 25px; */
	text-align: center;
	/* display: flex; */
	/* align-items: center; */
	justify-content: center;
	background-color: #f7f9fc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 30px;
	border-radius: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.local_acti{
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.local_title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

.local_span {
	color: #999999;
	margin-top: 15px;
	font-size: 12px;
	line-height: 20px;
}
/* -------------   多种配送方式，提升用户消费履历 ---------------- */
.Distributionmode{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}
.Distributionmode_box{
	width: 280px;
	height: 276px;
	box-sizing: border-box;
	padding: 30px 28px;
	background-color: #FFFFFF;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
	
	margin-bottom: 20px;
	margin-right: 20px;
}
.Distributionmode_box1{
	width: 64px;
	height: 64px;
	box-sizing: border-box;
}
.Distributionmode_box1 img{
	width: 100%;
	height: 100%;
	display: block;
}
.Distributionmode_box2{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}
.Distributionmode_box3{
	    font-size: 13px;
	    color: #808080;
	    line-height: 20px;
	    margin-top: 20px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    padding-bottom: -18px;
	    margin-bottom: 5px;
}
.productservice_content_right_Ul li a{
	color: #FFFFFF;
}
.position_base_img{
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	 background-image: linear-gradient(-90deg, #02cc88 ,#25b694 );
}
.position_boxa{
	position: relative;
}
.position_Images{
	position: relative;
	z-index: 6;
}
/* -------------   云顶国际同城好店系统是什么？ 起头 ---------------- */
.fugaiBox{
	width: 100%;
	/* height: 30px; */
	box-sizing: border-box;
	padding: 0 82px;
	margin-top: 30px;
	display: flex;
}

.fugaiBox1{
	width: 340px;
	height: 48px;
	box-sizing: border-box;
	background-color: #f5f7fa;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
}
/* -------------   本地生涯服务全行业覆盖 ---------------- */
.Image_content{
	width: 150px;
	height: 120px;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	flex-direction: column;
}
.image_content1{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	display: block;
}
.image_content1{
	width: 150px;
	height: 120px;
}
.image_content2{
	/* height: 100%; */
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
}
.image_content1:hover{
	transform: scale(1.2);
	transition: transform 1s;
}
.parent_box{
	width: 150px;
	height: 160px;
	margin-right: 20px;
}
.parent_box1{
	 font-size:16px ;
	 color: #95989d;
	 width: 100%;
	 height: 60px;
	 margin-top: 30px;
	 background-color: #FFFFFF;
	 text-align: center;
	 line-height: 60px;
	 overflow:hidden; 
	 white-space:nowrap; 
	 text-overflow:ellipsis; 
}
/* -------------   支持无限频路增长，可视扮装建 ---------------- */
.acbj{
	background-image: url(/templates/default/public/20200710css/images/acbj.png);
	
}
.Box1_image{
	width: 100px;
	height: 80px;
}
.Box2_font{
	font-weight: bold;
	margin-top: 33px;
}
.Box3_font{
	margin-top: 17px;
}
.imgage_BG{
	background-image: url(/templates/default/public/20200710css/images/Backgroundwall.png);
}
.footer_bottom{
	width: 192px;
	height: 165px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_bottom1{
	width: 80px;
	height: 80px;
	box-sizing: border-box;
}
.footer_bottom2{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.footer_bottom3{
	font-size: 14px;
	margin-top: 17px;
	color: #808080;
}
.footer_arraw{
	width: 108px;
	height: 165px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.footer_parent{
	display: flex;
	flex-wrap: wrap;
}
.footer_bingBox{
	display: flex;
	flex-wrap: wrap;
}
/* ----------------------- 综合版起头 ----------------------- */

.first-main {
    padding: 40px 0;
}

.first-main .first-content {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.first-main .first-content .item {
    width: 185px;
    text-align: left;
    margin-right: 30px;
}

.first-main .first-content .item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.first-main .first-content .item .head {
    font-size: 22px;
    color: #25345C;
    display: inline-block;
    vertical-align: middle;
}

.first-main .first-content .item .grey {
    line-height: 20px;
    margin-top: 16px;
    color: #717B95;
    font-size: 14px;
}

.corechannel_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 66px;
}

.corechannel_title h2 {
    min-width: 300px;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 30px;
    color: #fff;
    background-color: #ff8600;
    background-image: linear-gradient(to right, #ff9600, #ff8600);
    border-radius: 0 24px;
}

.corechannel_title h2 i {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
    margin-bottom: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: con;
}

.corechannel_title h2 i.corechannel_icon1 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon1.png);
}

.corechannel_title h2 i.corechannel_icon2 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon2.png);
}

.corechannel_title h2 i.corechannel_icon3 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon3.png);
}

.corechannel_title h2 i.corechannel_icon4 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon4.png);
}

.corechannel_title h2 i.corechannel_icon5 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon5.png);
}

.corechannel_title h2 i.corechannel_icon6 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon6.png);
}

.corechannel_title h2 i.corechannel_icon7 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon7.png);
}
.corechannel_title h2 i.corechannel_icon8 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon8.png);
}

.corechannel_title h2 i.corechannel_icon9 {
    background-image: url(/templates/default/public/20200710css/images/corechannel_icon9.png);
}
.corechannel_title p {
    line-height: 28px;
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    color: #919499;
}

.corechannel_title p span {
    color: #333;
    font-weight: bold;
}

.corechannel_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 36px;
}

.corechannel_box.rowreverse .corechannel_body {
    flex-direction: row-reverse;
}

.corechannel_left {
    display: flex;
    flex-direction: column;
    padding: 24px 8px 0;
}

.corechannel_link_btn {
    display: flex;
    flex-direction: row;
    margin-left: 26px;
}

.corechannel_link_btn > a {
    width: 130px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background-color: #ff8600;
    background-image: linear-gradient(to right, #fda33f, #ff8600);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .05);
}

.corechannel_right {
    padding: 0 8px;
}

.coreadvantages_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 54px 10px 0;
}

.coreadvantages_content ul li {
    width: 50%;
    padding: 25px 12px 0;
}

.coreadvantages_box {
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}

.coreadvantages_left,
.coreadvantages_left img {
    width: 80px;
    height: 80px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 36px;
}

.coreadvantages_right {
    width: 370px;
}

.coreadvantages_right h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.coreadvantages_right p {
    line-height: 24px;
    margin-top: 12px;
    font-size: 14px;
    color: #808080;
}

/* ----------------------- 综合版实现 ----------------------- */<!--耗时1784917434.8689秒-->