@charset "utf-8";


.head_menu_popup_content {
    width: 100%;
     background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
    transition: top .5s;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 9;
}

.head_menu_popup_box {
    width: 1200px;
    margin: 0 auto;
    padding: 3px 0 33px;
}

.head_menu_popup_list {
    padding: 17px 0;
}

.head_menu_popup_title > h3 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.head_menu_popup_module > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.head_menu_popup_module > ul > li {
    width: 25%;
    padding-top: 20px;
}

.head_menu_popup_module > ul > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head_menu_popup_module > ul > li > a:hover{
    color: #333;
    text-decoration: underline;
}

.head_menu_popup_img,
.head_menu_popup_img > img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.head_menu_popup_describe {
    display: flex;
    flex-direction: column;
}

.head_menu_popup_describe > span {
    font-size: 14px;
    color: #333;
}

.head_menu_popup_describe > span > label {
    height: 16px;
    line-height: 14px;
    padding: 0 3px;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #fe5722, #ff7b51);
    border-radius: 2px;
}

.head_menu_popup_describe > small {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}



.infolist_title{
    background: #fafafa;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}
.infolistBox_list {
     overflow: hidden;
}
.infolistBox{
   width: 1200px;
   margin: auto; 
}
.moreinfo3 {
  padding-top:0px;
  width:50%; 
  float: left;
    margin: auto;
    margin-bottom:20px;
}
.infocontent{
    padding: 20px 0px;
}

.infolistBox_list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    width: 50%;
    float: left;
}

.infolistBox_list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.infolistBox_list ul li a {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.moreinfo {
  padding-top:0px;width:50%;float:left;
}

.moreinfo ul li{
    width: 50%;float:left;
}


/* ---------------------- 基础样式开始 ---------------------- */

body {
	font-family: "Microsoft Yahei", Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}
/*
::-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_linearorange {
	background-image: linear-gradient(to bottom right, #ff3c31, #ffba7f);
}

.base_content.bg_productservice {
	background-image: url(/web/o2o/images/productservice_bg.png);
}

.base_box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.base_box.pat72 {
	padding-top: 200px;
}

.base_title {
	padding: 40px 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;
}
.nav_content.active{
    position: fixed;
    z-index: 999999;
    background: #ff8401;
}

.base_small_title {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/* text-align: left; */
	text-align: center;
}

.base_img {
	padding: 72px 0 20px;
	text-align: center;
	font-size: 0;
	justify-content: center;
}

.base_img img {
	margin-right: 40px;
}

.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%;
}

.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;
}

.activeImage {
	width: 33px;
	height: 36px;
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(1) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/Mallplatform.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(2) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/Mallsubstation.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(3) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/Mallmerchants.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(4) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/Mallmembers.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(5) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/MallMarketing.png);
	background-size: 33px 36px;
}

.ulBoxa:nth-child(1) li:nth-child(6) .activeImage:nth-child(1) {
	background-image: url(/web/o2o/images/Malldocking.png);
	background-size: 33px 36px;
}

.activeImage>img {
	width: 100%;
	height: 100%;
	display: block;
	transition: unset;
}

.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;
}


/* ---------------------- 基础样式结束 ---------------------- */
 
/* ---------------------- 光合动态开始 ---------------------- */

.dynamic_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 72px 0 20px;
}

.dynamic_box {
	width: 380px;
	height: 380px;
	padding: 26px 30px 0 30px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.dynamic_box:nth-child(1) .dynamic_title>h3 {
	border-left-color: #b7d300;
}

.dynamic_box:nth-child(2) .dynamic_title>h3 {
	border-left-color: #ff8600;
}

.dynamic_box:nth-child(3) .dynamic_title>h3 {
	border-left-color: #ff2d55;
}

.dynamic_box:nth-child(1) .dynamic_banner {
	background-image: url(/web/o2o/images/about_img01.png);
}

.dynamic_box:nth-child(2) .dynamic_banner {
	background-image: url(/web/o2o/images/about_img02.png);
}

.dynamic_box:nth-child(3) .dynamic_banner {
	background-image: url(/web/o2o/images/about_img03.png);
}

.dynamic_title>h3 {
	padding-left: 10px;
	font-size: 18px;
	color: #333;
	border-left: 6px solid transparent;
}

.dynamic_banner {
	width: 100%;
	height: 120px;
	margin-top: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dynamic_introduce>img {
	width: 100%;
	margin-top: 10px;
}

.dynamic_introduce>span {
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #999;
	display: block;
	background-color: #f5f5f5;
	letter-spacing: .55em;
}

.dynamic_introduce>p {
	max-height: 84px;
	line-height: 26px;
	margin: 10px 0;
	text-align: justify;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
}

.dynamic_news_list>ul>li {
	height: 38px;
	line-height: 38px;
	font-size: 0;
	border-bottom: 1px dotted #cfcfcf;
	box-sizing: border-box;
}

.dynamic_news_list>ul>li>a {
	max-width: 100%;
	font-size: 14px;
	color: #808080;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dynamic_news_list>ul>li:first-child {
	border-bottom: 1px solid #e6e6e6;
}

.dynamic_news_list>ul>li:first-child>a {
	font-size: 16px;
	color: #333;
}

.dynamic_news_list>ul>li:last-child {
	border-bottom: none;
}

/* ---------------------- 光合动态结束 ---------------------- */
 

/* ----------------------- 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;
	top:60px;
 	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;
	margin: auto;
}

.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(/web/o2o/images/icon_interfacedisplay_010.png);
}

.interfacedisplay_left>ul>li:nth-child(2) .interfacedisplay_tabs_icon {
	background-image: url(/web/o2o/images/icon_interfacedisplay_020.png);
}

.interfacedisplay_left>ul>li:nth-child(3) .interfacedisplay_tabs_icon {
	background-image: url(/web/o2o/images/icon_interfacedisplay_030.png);
}

.interfacedisplay_left>ul>li:nth-child(4) .interfacedisplay_tabs_icon {
	background-image: url(/web/o2o/images/icon_interfacedisplay_040.png);
}

.interfacedisplay_left>ul>li:nth-child(5) .interfacedisplay_tabs_icon {
	background-image: url(/web/o2o/images/icon_interfacedisplay_050.png);
}

.interfacedisplay_left>ul>li:nth-child(6) .interfacedisplay_tabs_icon {
	background-image: url(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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;
	position: relative;
}

.managesystem_img,
.managesystem_img>img {
	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(/web/o2o/images/marketingtools_img01.png);
}

.marketingtools_left>ul>li:nth-child(2) {
	background-image: url(/web/o2o/images/Coupons2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(3) {
	background-image: url(/web/o2o/images/Pointsmall2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(4) {
	background-image: url(/web/o2o/images/Timelimitedsecondkill2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(5) {
	background-image: url(/web/o2o/images/Fullreductionandfree2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(6) {
	background-image: url(/web/o2o/images/Singleproductpromotion2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(7) {
	background-image: url(/web/o2o/images/Memberstorevalue2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(8) {
	background-image: url(/web/o2o/images/Reward2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(9) {
	background-image: url(/web/o2o/images/Specialactivities2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(10) {
	background-image: url(/web/o2o/images/Redenvelope2020_11_7.png);
}

.marketingtools_left>ul>li:nth-child(11) {
	background-image: url(/web/o2o/images/Coupons2020_11_7x.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(/web/o2o/images/icon_marketingtools1_1.png);
}

.marketingtools_right>ul>li:nth-child(1) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools1_1.png);
}

.marketingtools_right>ul>li:nth-child(2) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools2_1.png);
}

.marketingtools_right>ul>li:nth-child(3) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools3_1.png);
}

.marketingtools_right>ul>li:nth-child(4) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools4_1.png);
}

.marketingtools_right>ul>li:nth-child(5) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools5_1.png);
}

.marketingtools_right>ul>li:nth-child(6) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools6_1.png);
}

.marketingtools_right>ul>li:nth-child(7) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools7_1.png);
}

.marketingtools_right>ul>li:nth-child(8) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools8_1.png);
}

.marketingtools_right>ul>li:nth-child(9) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools9_1.png);
}

.marketingtools_right>ul>li:nth-child(10) .marketingtools_list>i {
	background-image: url(/web/o2o/images/icon_marketingtools10_1.png);
}

.marketingtools_right>ul>li:nth-child(11) .marketingtools_list>i {
	background-image: url(/web/o2o/images/Exchangenotes.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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/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(/web/o2o/images/Exchangenotes1.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;
}

/* ------------------------ 首页结束 ------------------------ */

/* ----------------------- 综合版开始 ----------------------- */

.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(/web/o2o/images/corechannel_icon1.png);
}

.corechannel_title h2 i.corechannel_icon2 {
	background-image: url(/web/o2o/images/corechannel_icon2.png);
}

.corechannel_title h2 i.corechannel_icon3 {
	background-image: url(/web/o2o/images/corechannel_icon3.png);
}

.corechannel_title h2 i.corechannel_icon4 {
	background-image: url(/web/o2o/images/corechannel_icon4.png);
}

.corechannel_title h2 i.corechannel_icon5 {
	background-image: url(/web/o2o/images/corechannel_icon5.png);
}

.corechannel_title h2 i.corechannel_icon6 {
	background-image: url(/web/o2o/images/corechannel_icon6.png);
}

.corechannel_title h2 i.corechannel_icon7 {
	background-image: url(/web/o2o/images/corechannel_icon7.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;
}

/* ----------------------- 综合版结束 ----------------------- */

/* ---------------------- 同城外卖开始 ---------------------- */

.Bigpicture {
	width: 100%;
	height: 480px;
	box-sizing: border-box;
	position: relative;
}

.citywaimai_core_tabs {
	padding-top: 30px;
}

.citywaimai_core_tabs>ul {
	display: flex;
	border-bottom: 2px solid #ebedf0;
}

.citywaimai_core_tabs>ul>li {
	width: 16.6%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 22px;
	color: #666;
	border-bottom: 2px solid transparent;
	transition: all .2s;
	cursor: pointer;
}

.citywaimai_core_tabs>ul>li.active {
	color: red;
	border-bottom: 2px solid #f02b1d;
}

.citywaimai_core_img_content {
	width: 100%;
	text-align: center;
	position: relative;
}

.citywaimai_core_img_contents1 {
	width: 100%;
	text-align: center;
	position: relative;
}

.citywaimai_core_img_box:not(:first-child) {
	display: none;
}

.citywaimai_core_img_box h3 {
	margin-top: 50px;
	margin-left: 12px;
	text-align: left;
	font-size: 26px;
	color: #333;
}

.citywaimai_core_img_box img {
	margin-top: 40px;
}

.citywaimai_model_content {
	display: flex;
	flex-direction: row;
	padding-top: 80px;
}

.citywaimai_model_box {
	height: 510px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: -1px;
	border: 1px solid #ebedf0;
}

.citywaimai_model_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 40px 0;
}

.citywaimai_model_top img {
	width: 90px;
	height: 90px;
}

.citywaimai_model_top h3 {
	margin-top: 30px;
	font-size: 24px;
	color: #333;
}

.citywaimai_model_top p {
	line-height: 22px;
	margin-top: 26px;
	text-align: center;
	word-break: break-all;
	font-size: 14px;
	color: #999;
}

.citywaimai_model_bottom ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 24px 26px;
}

.citywaimai_model_bottom ul li {
	width: 50%;
	padding: 5px;
}

.citywaimai_model_bottom ul li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	color: #8c8d8f;
	background-color: #f0f2f5;
	display: block;
	border-radius: 2px;
}

.citywaimai_model_box:first-child {
	background-image: linear-gradient(to bottom right, #fa7a5a, #f02b1d);
}

.citywaimai_model_box:first-child .citywaimai_model_top h3,
.citywaimai_model_box:first-child .citywaimai_model_top p {
	color: #fff;
}

.citywaimai_model_box:first-child .citywaimai_model_bottom ul li a {
	color: #f02b1d;
	background-color: #fff;
}

.citywaimai_shopht_content {
	padding-top: 40px;
	text-align: center;
}

.citywaimai_shopht_content img:nth-child(2) {
	margin-top: 80px;
}

.citywaimai_distribution_tabs>ul {
	height: 79px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #ebedf0;
}

.citywaimai_distribution_tabs>ul>li {
	width: 33.3333%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #666;
	border-bottom: 1px solid transparent;
	transition: all .2s;
	cursor: pointer;
}

.citywaimai_distribution_tabs>ul>li:hover,
.citywaimai_distribution_tabs>ul>li.active {
	color: #f02b1d;
	border-bottom: 1px solid #f02b1d;
}

.citywaimai_distribution_img {
	padding-top: 60px;
}

.citywaimai_distribution_img img:not(:first-child) {
	display: none;
}

.citywaimai_highlights_content>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.citywaimai_highlights_content>ul>li {
	width: 14.2857%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.citywaimai_highlights_content>ul>li>img {
	width: 50px;
	height: 50px;
}

.citywaimai_highlights_content>ul>li>span {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}

.citywaimai_why_content>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.citywaimai_why_content>ul>li {
	width: 20%;
	padding: 24px 12px 0 12px;
}

.citywaimai_why_box {
	height: 236px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 36px 24px 0;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(0, 0, 0, .06);
}

.citywaimai_why_box img {
	width: 80px;
	height: 70px;
}

.citywaimai_why_box h3 {
	margin-top: 24px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.citywaimai_why_box p {
	line-height: 20px;
	margin-top: 14px;
	text-align: center;
	font-size: 14px;
	color: #999;
	word-break: break-all;
}

.citywaimai_btn_content {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.citywaimai_btn_content>a {
	width: 222px;
	height: 98px;
	background-image: url(/web/o2o/images/waimai/citywaimai_btn.png);
}

.choice_gh_content {
	height: 279px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(/web/o2o/images/choice_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.choice_gh_content h2 {
	font-size: 36px;
	color: #fff;
}

.choice_gh_content a {
	width: 240px;
	height: 54px;
	line-height: 54px;
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	color: #fc5309;
	background-color: #ffd3ab;
	border-radius: 2px;
}

/* ---------------------- 同城外卖结束 ---------------------- */
.citywaimai_core_tabs1>ul {
	display: flex;
	flex: 1;
	margin-top: 30px;
	border-bottom: 2px solid #ebedf0;
}

.citywaimai_core_tabs1 .active {
	color: #fe5722;
}

.citywaimai_core_tabs1>ul>li {
	width: 20%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 22px;
	color: #666;
	border-bottom: 2px solid transparent;
	transition: all .2s;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
}

.obtom {
	width: 30%;
	height: 4px;
	position: absolute;
	border: 4px;
	background-color: #fe5722;
	bottom: 0;
}

.base_img1 {
	margin-top: 74px;
	display: flex;
	flex-wrap: wrap;
}

.Commodity {
	width: 225px;
	height: 272px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 16px;
	margin-right: 15px;
	padding-bottom: 12px;
}

.base_title p {
	padding: 0 100px;
}

.Commodity h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
}

.Commodity img {
	margin-top: 32px;
	margin-bottom: 26px;
}

.Commodity_font {
	line-height: 20px;
	font-size: 12px;
	color: #808080;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space:nowrap */
}

.citywaimai_core_tabs2>ul {
	display: flex;
	flex: 1;
	margin-top: 30px;
}

.citywaimai_core_tabs2 .active {
	color: #fe5722;
}

.citywaimai_core_tabs2>ul>li {
	width: 20%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 22px;
	color: #666;
	border-bottom: 2px solid transparent;
	transition: all .2s;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
}

.obtom1 {
	width: 100%;
	height: 1px;
	position: absolute;
	border: 4px;
	background-color: #ebedf0;
	bottom: 0;
}

.citywaimai_core_tabs2 .active span {
	background: #fe5722;
}
 
.getTabs ul li {
	width: 20%;
	color: #e6e6e5;
}

.getTabs ul li.getActive {
	color: #FFFFFF;
	border-bottom: 3px solid #fff;
}

.getTabs ul {
	border-bottom: 1px solid #7b746d;
}

.getImage_box h3 {
	color: #FFFFFF;
}

.shangjiaduan {
	font-size: 34px;
	color: #333333;
	margin-bottom: 40px;
}

.base_box_left {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.shangjiaduantitle {
	font-size: 20px;
	margin-bottom: 20px;
	color: #808080;
}

.base_box_right {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.shangjiahoutai {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 20px;
}

.shangjiahoutai1 {
	padding: 11px;
	background-color: #dbf4ed;
	font-size: 24px;
	color: #33b898;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.shangjiahoutai2 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 14px;
}

.lookyanshi {
	padding: 13px 36px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	color: #FFFFFF;
	margin-top: 20px;
	border-radius: 6px;
}

.getitemImage>ul>li {
	width: 16.6666%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.ClientLeft {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hoversL {
	background-image: url(/web/o2o/images/Client/default_L.png);
	width: 48px;
	margin-right: 60px;
	height: 48px;
	background-repeat: no-repeat;
}

.hoversL:hover {
	background-image: url(/web/o2o/images/Client/hover_L.png);
}

.hoversR {
	background-image: url(/web/o2o/images/Client/default_R.png);
	margin-left: 60px;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}

.hoversR:hover {
	background-image: url(/web/o2o/images/Client/hover_R.png);
}

.ClientImage {
	width: 280px;
	height: 560px;
	background-image: url(/web/o2o/images/Client/home.png);
}

/* .ClientImage:hover{
	background-image: url(/web/o2o/images/Client/hover_R.png);
} */
.Clientitle {
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.ClientitleBox {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #5f5e5f;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ClientitleBoxIcon {
	margin-bottom: 10px;
}

.ClientitleBoxFont {
	color: #FFFFFF;
}

.BoxActive {
	color: #ff8600;
	border: 1px solid #ff8600;
}

.BoxActive .ClientitleBoxFont {
	font-weight: bold;
	color: #ff8600;
}

.flex_ClientitleBox {
	display: flex;
	flex-wrap: wrap;
}

.ClientitleBoxIcon1 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/homepage1.png);
}

.ClientitleBoxIcon2 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/takeoutfood.png);
}

.ClientitleBoxIcon3 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Makeareservationandorder.png);
}

.ClientitleBoxIcon4 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Cityshopping.png);
}

.ClientitleBoxIcon5 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/HotelReservation.png);
}

.ClientitleBoxIcon6 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Recreation.png);
}

.ClientitleBoxIcon7 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Discountgroup.png);
}

.ClientitleBoxIcon8 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Runningerrandsinthecity.png);
}

.ClientitleBoxIcon9 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/Memberaccount.png);
}

.ClientitleBoxIcon10 {
	width: 36px;
	height: 36px;
	background-image: url(/web/o2o/images/Client/PersonalCenter.png);
}

.ClientRight {
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex_ClientitleBox {
	margin-bottom: 30px;
}

.getitemImage1 {
	margin-bottom: 80px;
}

.getitemImage1>ul>li {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}

.getitemImage1>ul>li>img {
	width: 100px;
	height: 100px;
}

.getitemImage1>ul>li>span {
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}

.Learnmore {
	margin-top: 80px;
	width: 160px;
	height: 50px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0px 13px 5px #fff3e6;
	background: linear-gradient(to right, #fe5722, #ff9103)
}

.productservice_content_images {
	background-image: url(/web/o2o/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;
}

.base_img1 {
	margin-top: 74px;
	display: flex;
	flex-wrap: wrap;
}

.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_span {
	color: #999999;
	margin-top: 15px;
	font-size: 12px;
	line-height: 20px;
}

.local_title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

.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 {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

.Distributionmode_box1 {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
}

.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;
}

.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;
}

.Image_content {
	width: 150px;
	height: 120px;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	flex-direction: column;
}

.base_img {
	padding: 72px 0 20px;
	font-size: 0;
	text-align: unset;
	display: flex;
	flex-wrap: wrap;
}

.parent_box {
	width: 150px;
	height: 160px;
	margin-right: 20px;
}

.image_content2 {
	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 {
	width: 150px;
	height: 120px;
	transition: all 0.6s;
	display: block;
}

.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(/web/o2o/images/acbj.png);
}

.Box2_font {
	font-weight: bold;
	margin-top: 33px;
}

.Distributionmode_box2 {
	font-size: 20px;
	color: #333333;
	margin-top: 33px;
}

.Box1_image {
	width: 100px;
	height: 80px;
}

.imgage_BG {
	background-image: url(/web/o2o/images/Backgroundwall.png);
}

.image_content1:hover {
	transform: scale(1.2);
	transition: transform 1s;
}

.Systemadvantages {
	width: 280px;
	height: 455px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 6px;
	margin-right: 27px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Systemadvantages:last-child {
	margin: 0;
}

.Systemadvantages_box {
	display: flex;
	margin-top: 60px;
}

.line_boxa {
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	margin-bottom: 30px;
}

.OpenSource {
	margin-top: 40px;
	font-size: 28px;
	font-weight: bold;
}

.yuanma {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
}

.pingtaiyuanma {
	line-height: 28px;
	font-size: 14px;
	color: #808080;
}

.imageandp {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 42px;
}

.imageandp1 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	margin-top: 6px;
}

.imageandp2 {
	font-size: 15px;
	color: #666666;
	margin-top: 3px;
}

.flex_parent {
	display: flex;
	padding: 72px 0 20px;
}

.flex_boxa {
	display: flex;
	flex-direction: column;
	margin-right: 44px;
	align-items: center;
}

.flex_boxa :last-child {
	margin-right: 0;
}

.flex_boxap1 {
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.flex_boxap2 {
	margin-top: 16px;
	font-size: 14px;
	color: #808080;
}

.internationbottom {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
}

.internationbottomp1{
	font-size: 20px;
	color: #fff;
}
.getfangan{
	height: 48px;
	width: 150px;
	border-radius: 30px;
	background: #fff;
	color: #2239d3;
	margin-left: 70px;
}
.getfangan:hover{
	cursor:pointer;
}

/* ----------------------------------------------------- 光合配送端开始 --------------------------------------------------------- */
.ActivePS1{
	width: 50%;
	height: 100%;
	background: #e5faf3;
	font-size: 22px;
	display: flex;
	color: #01cd88;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ActivePS2{
	background:linear-gradient(to right,#4ddb65,#01cd88);
	color:#fff ;
	position: relative;
}
.ActiveImages{
	position: absolute;
	bottom: 0;
	left: center;
}
.ActivePS1 img{
	margin-right: 8px;
}
.ActivePS{
	height: 100%;
	display: flex;
}
.qiangdanbox{
	width: 100%;
	height: 124px;
	box-sizing: border-box;
	margin-top: 50px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
}
.qiangdan{
	width: 12.5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.qiangdan p{
	margin-top: 15px;
}
/* ----------------------------------------------------- 光合配送端结束 --------------------------------------------------------- */

/*--------------------------------------------------------------------------- 光合调度系统开始 ---------------------------------------------------------------------------*/
.qiangdaoQX .qiangdan{
	width: 14.825%;
}



/* ---------------------------------------------------------------------------光合调度系统结束--------------------------------------------------------------------------- */



/* ------------------------------------商城2.0开始------------------------------------ */

.base_title p span {
    color: #ff8600;
}

.gh21_banner_content {
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background-position: center;
}

.gh21_banner_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.gh21market {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #ff9500, #ff8600);
    position: absolute;
    top: 320px;
    left: -10px;
    z-index: 1;
}

.gh21market_product_content p {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

.gh21market_product_content p span {
    color: #ff8600;
    font-weight: bold;
}

.gh21market_product_box {
    padding: 50px 0;
    margin-top: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 16px rgba(204, 204, 204, .2);
}

.gh21market_function_content {
    display: flex;
    flex-direction: column;
    padding-top: 34px;
}

.gh21market_function_tab ul {
    display: flex;
    flex-direction: row;
}

.gh21market_function_tab ul li {
    width: 20%;
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.gh21market_function_tab ul li:hover,
.gh21market_function_tab ul li.active {
    color: #ff8600;
    border-color: #ff8600;
}

.gh21market_function_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(204, 204, 204, .2);
}

.gh21market_function_img {
    font-size: 0;
}

.gh21market_function_img img:not(:first-child),
.gh21market_function_text ul li:not(:first-child) {
    display: none;
}

.gh21market_function_text ul li {
    width: 540px;
    display: flex;
    flex-direction: column;
}

.gh21market_function_text h2 {
    margin-top: 40px;
    font-size: 28px;
    color: #333;
}

.gh21market_function_text p {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.gh21market_function_text a {
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #ff9600, #ff7600);
}

.gh21market_function_text dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
}

.gh21market_function_text dl dd {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
}

/* ------------------------------------商城2.0结束------------------------------------ */




