
/*******广州分部********/
.block_box{
	max-width:1200px;
	margin:0px auto;
}
.gzdata_wrap ul li span {
    font-size: 50px;
	color:#027ce3;
}
.gzdata_wrap ul{
	margin-right:-100px;
	overflow:hidden;
}
.gzdata_wrap ul li.data_li {
    font-size: 17px;
    padding: 20px 0px;
    margin-top: 20px;
    float: left;
    margin-right: 100px;
    width: 160px;
}
.gzdata_wrap ul li.data_li .data-desc{
	color: #666666;
    font-size: 14px;
    padding-top: 12px;
}
/****
*  运营遇到问题
******/
.operational-problems{
	background: url(../images/problem-bg.jpg) no-repeat;
    width: 100%;
    background-position: center;
    height: 226px;
    margin-top: 30px;
}
.operational-problems h2{
	font-size: 40px;
    line-height: 50px;
}
.operational-problems h2 span{
	color:#02a7e4;
	font-weight:bold;
	display:block;
}
.operational-problems .title  p{
	color: #666;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
	padding-top:15px;
	transform: scale(0.9);
    transform-origin: 0 0;
}
.operational-problems .title{
	padding-top: 35px;
	width: 30%;
}
.gzproblem-list{
	width:50%;
	float:left;
	margin-top: 90px;
}
.gzproblem-list ul li{
	float: left;
    font-size: 18px;
    padding: 15px 40px;
	letter-spacing: 1px;
}
.gzproblem-list ul li span{
	font-weight:bold;
}
.solve{
	float: right;
    display: block;
    background: #02a7e4;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    width: 45px;
    text-align: center;
    border-radius: 12px;
    margin-right: 75px;
    margin-top: 110px;
}
.solve img{
	display: block;
    margin: 0px auto;
    padding-top: 5px;
}
.common-title{
	text-align:center;
}
.common-title h2{
	font-size:34px;
	font-weight:bold;
	color:#333333;
	letter-spacing: 2px;
}
.common-title h2 span{
	color:#02a7e4;
}
.common-title p{
	color:#999999;
	text-transform: uppercase;
	font-size:12px;
	padding-top:5px;
	transform: scale(0.9);
	letter-spacing: 1px;
}
/***********
* 网店托管服务
*******/
.service{
	margin-top:90px;
}
.service .service-list ul{
	margin-right:-10px;
	overflow:hidden;
}
.service .service-list ul li{
	float:left;
	margin-right:10px;
	position:relative;
	display: block;
}
.service .service-list {
	margin-top:45px;
}
.service .service-list ul li .service-txt{
	position:absolute;
	/*top:20px;
	left:25px;*/
	top: 50%;
    left: 56%;
	width:100%
}
.service .service-list ul li .service-txt h4{
	font-size:24px;
	font-weight:bold;
}
.service .service-list ul li .service-txt h4::after{
	content:'';
	width:17px;
	height:2px;
	background:#02a8de;
	display:block;
	margin:13px 0px;
}
.service .service-list ul li .service-txt p{
	line-height:25px;
}
.service .service-list ul li::after {
    content: '';
    display: block;
    width: 0px;
    height: 9px;
    background: #0070cf;
    margin-top: 10px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 0) 0s;
    position: absolute;
    bottom: 0px;
}
.service .service-list ul li:hover::after{
	width:100%;
}
/**********
* 做电商找火蝠
*******/
.advantage{
	background:#02a7e4;
	padding:80px 0px;
	margin-top:100px;
	overflow: hidden;
}
.common-fff h2{
	color:#ffffff;
}
.common-title.common-fff p{
	color:#ffffff;
}
.advantage .adv-list{
	text-align:center;
	margin: 25px 0px;
}
.advantage .adv-list li{
	display: inline-block;
    font-size: 17px;
    margin: 35px;
    padding: 2px 25px;
	color:#ffffff;
	cursor:pointer;
}
.advantage .adv-list li.on{
	background: #ffffff;
    border-radius: 10px;
	color:#0070cf;
	font-weight:bold;
}
.advantage-list-content li{
	position: relative;
    overflow: hidden;
	display:none;
}
.advantage-list-content li.on{
	display:block;
}
.adv-content-img{
	float:left;
	position: relative;
    z-index: 9;
}
.adv-content-img p{
	color:#ffffff;
	margin-top: 20px;
    letter-spacing: 1px
}
.adv-content-img p span{
	font-weight:bold;
}
.adv-content{
	width: 50%;
    float: left;
    position: absolute;
    right: 0;
    z-index: 2;
}
.adv-content h4 {
   padding-left:180px;
}
.adv-content .adv-content-txt{
	background: #0070cf;
    padding: 130px 0px 40px 180px;
	margin-top: -95px;
}
.adv-content .adv-content-txt p{
	color: #ffffff;
    padding: 8px 0px;
    position: relative;
    padding-left: 30px;
}
.adv-content-txt p::before{
	content: '';
    width: 12px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
}
/*********
* 全链路数据化
*******/
.one-stop{
	/*margin-top:75px;*/
	overflow: hidden;
	padding: 75px;
}
.gz_run_show_detail{
	margin-top:95px;
}
.gz_run_show_detail li{
	position:relative;
	width:100%;
	display:none;
}
.gz_run_show_detail li.on{
	display:block;
}
.gz_run_show_detail .one-stop-online-title{
	background: #0070cf;
    color: #ffffff;
    padding: 35px 35px 70px;
    width: 140px;
    position: absolute;
    top: -50px;
}
.gz_run_show_detail .one-stop-online-title h4{
	font-size:32px;
	font-weight:bold;
	line-height: 40px;
}
.gz_run_show_detail .one-stop-online-title span{
	font-size:12px;
	text-transform:uppercase;
	padding-top:15px;
	display:block;
	line-height:20px;
	transform: scale(0.85);
	transform-origin: 0 0;
}
.gz_run_show_detail .one-stop-content{
	margin-left:35px;
	border:10px solid #eeeeee;
	padding:50px 50px 50px 210px;
	/*height:112px;*/
	height:300px;
}
.gz_run_show_detail .one-stop-content .desc{
	color:#666666;
	line-height:28px;
}
.gz_run_show_detail .one-stop-content .way{
	padding-top:35px;
	font-weight:600;
	font-size:17px;
}
.gz_run_show_detail .one-stop-content .way span{
	padding: 0px 25px;
    color: #02a7e4;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.show_catalogo{
	text-align:center;
	padding-top:45px;
}
.show_catalogo li{
	float: left;
    vertical-align: top;
    position: relative;
    width:310px;
}
.show_catalogo li:nth-child(1){
	/*margin-left:112px;*/
	margin-left:0px;
}
.show_catalogo li:nth-child(2){
	/*margin-left:68px;*/
	margin-left:60px;
}
.show_catalogo li:nth-child(3){
	/*margin-left:82px;*/
	margin-left:60px;
}
.show_catalogo li .catalogo-icon{
	position: relative;/*新加*/
	width: 65px;
    /*height: 47px;*/
	height: 65px;
    background: #02a7e4;
    border-radius: 100%;
    padding-top: 18px;
    text-align: center;
}
.show_catalogo li.on .catalogo-icon{
	background:#0070cf;
}
.show_catalogo li .catelogo-title{
	width: 230px;
}
.show_catalogo li .catelogo-title{
	text-align: left;
    padding-left: 15px;
    padding-top: 10px;
}
.catelogo-title h4{
	font-size:22px;
}
.catelogo-title span{
	display:block;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	color:#666666;
	transform: scale(0.8);
	transform-origin: 0 0
}
.show_catalogo li.on::before{
	content: '';
    background: url(../images/blank.png) no-repeat;
    width: 30px;
    height: 35px;
    display: block;
    position: absolute;
    top: -55px;
    left: 15px;
}
/*******
* 关于我们
******/
.about{
	background:url("../images/about-bg.jpg") no-repeat;
	background-position:center;
	width:100%;
	height:500px;
	margin-top:90px;
}
.about-hf{
	width:40%;
	padding-top:60px;
}
.about-hf h2{
	font-size:106px;
	color:#02a8de;
}
.about-hf span{
	font-size: 18px;
    color: #02a8de;
    letter-spacing: 1px;
}
.about-hf .about-description{
	padding-top:45px;
}
.about-hf .about-description p{
	padding:15px 0px;
	line-height:30px;
}
.about-details{
	width:53%;
	margin-left:7%;
	padding-top:90px;
}
.about-details ul li{
	padding-bottom:33px;
}
.about-details ul li h4{
	font-size:18px;
	color:#02a7e4;
	position:relative;
	padding-left:60px;
	font-weight: bold;
}
.about-details ul li h4::before{
	content: '';
    width: 15px;
    height: 2px;
    background: #02a7e4;
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
}
.about-details ul li p{
	padding-left:60px;
	line-height:30px;
	color:#666666;
	padding-top: 10px;
}
/*****
*	合作品牌
***/
.cooperative-brand{
	margin-top:80px;
}
.b-list ul {
    margin-top: 50px;
    font-size: 0;
}
.b-list ul li {
    display: inline-block;
    /*width: 16.577914%;*/
	width: calc(20% - 3.5%);
    text-align: center;
    padding: 30px 0px;
    margin: 0.5px;
    background: #f6f6f6;
    /*height: 46px;
    height: 46px;*/
    transition: all ease-out .3s;
}
.b-list ul li:hover{
	background:#0070cf;
	transition: all ease-out .3s;
}
/******
* 发展历程
******/
.course{
	background:#3f3f3f;
	padding:50px 0px;
	margin-top:90px;
}
.course ul li{
	width:100%;
	overflow:hidden;
}
.course .block-title {
	width: 33%;
    float: left;
    border-right: 1px dotted #7b7b7b;
	padding:25px 0px;
}
.block-title .list{
	position:relative;
}
.block-title .list p{
	font-size: 26px;
    color: #ffffff;
    position: absolute;
    top: 95px;
    right: 50px;
}
.block-title .list p span{
	color:#0070cf;
	padding-right:10px;
	font-weight:bold;
}
.course-content-list{
	width:56%;
	float:left;
	background:#32495c;
	color:#ffffff;
	padding:15px 40px;
	/*height:145px;*/
	margin-left: 4.2%;
	margin-top: 50px;
}
.course-content-list ul li{
	padding: 8px 40px;
    position: relative;
}
.course-content-list ul li span{
	padding-right:25px;
}
.course-content-list ul li::before{
	content:'';
	width:11px;
	height:1px;
	background:#02a8de;
	display:block;
	position:absolute;
	top:18px;
	left:0px;
}
.course .block-title .list::after{
	content: '';
    width: 11px;
    height: 11px;
    background: #02a8de;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 110px;
    z-index: 999;
    right: -6px;
}
#scroll{
	width:1200px;
	position:relative;
}
.course-list{
	height:804px;
	overflow:hidden;
	position:relative;
}
.course-list > ul{
	position:absolute;
	top:0;
	left:0;
	width:1200px;
}
.course-list > li{
	height:263px;
}
.btn{
	display:block;
	width:27px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.up{
	background:url(images/up.gif);
}
.down{
	background:url(images/down.gif);
}