@charset "UTF-8";
body{
	font-size:14px;
	font-family: -apple-system-font,"Helvetica Neue",Tahoma,"PingFang SC","Microsoft Yahei",sans-serif;
	-webkit-font-smoothing:antialiased;
}
*{
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    -ms-interpolation-mode: bicubic;
    border: none;
    height: auto;
    width: auto\9;
    max-width: 100%;
}
input{
	outline:none;
}
.clearfix , .clearfix:before , .clearfix:after , ul:before , ul:after {
    display: block;
    content: '';
    clear: both;
}
.clearfix { 
	clear: both;
    zoom: 1;	
}
.tc{
	text-align:center;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tr{
	text-align:right;
}
.tl{
	text-align:left;
}
.banner{
	text-align:center;
}
.block_content{
	width: 1200px;
    margin: auto;
}
.common {
    width: 100%;
    text-align: center;
}
.common_tc span {
    font-size: 70px;
    color: #f7f7f7;
    line-height: 72px;
    font-family: 'Arial';
    text-transform: uppercase;
    word-break: normal;
    position: absolute;
    z-index: -1;
    top: -16px;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
}
.common_tc {
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
}
.common_tinfo {
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.common_tinfo:after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background: url(../images/title_line.png) no-repeat center;
    margin: 16px auto auto auto;
}
#wrap{
	width:100%;
	display:inline-block;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(150, 150, 150, 0.15);
	position: fixed; 
	top: 0px;
	z-index: 9999;
}
#header{
	max-width:1200px;
	margin:0px auto;
}
.logo{
	width:200px;
	float:left;
	padding:15px 0px;
}
.menu{
	float: left;
    position: relative;
    width: 58%;
    margin-top: 30px;
}
#header .nav{
    float: right;
}
.language{
	margin-top: 25px;
    width: 20%;
    float: right;
    font-size: 18px;
	color:#e41a4a;
}
.language span {
    font-size: 20px;
    position: relative;
    top: -12px;
    letter-spacing: 1px;
}

.language .china{
	background: #f80d4a;
    color: #fff;
    line-height: 30px;
    padding: 5px;
    margin-left: 10px;
    font-size: 12px;
}
.menu ul li{
	float:left;
	position:relative;
	line-height:48px;
}
.menu ul li a{
	color:#282828;
	font-size:18px;
}
.menu ul li ul.second-nav li{
	width:95px;
	padding: 5px;
	line-height:20px;
}
.menu ul li ul.second-nav li a{
	font-weight:normal;
	font-size:14px;
}
#header .nav>li { 
	position: relative; 
	height: 48px; 
	font-size: 14px ;
	line-height:48px;
}
#header .nav>li>a { 
	position: relative; 
	display: block; 
	overflow: hidden; 
	line-height: 48px;
	height:48px;
	color:#282828;
	font-weight: 500;
}
#header .nav>li>a span { 
	position: relative; 
	display: inline-block; 
	transition: all ease-out .3s;
	color:#282828; 
}
#header .nav>li>a span:after { 
	position: absolute; 
	left: 0; 
	width: 100%; 
	color:#f80d4a;
	content: attr(data-title); 
	transform: translateY(100%)
}
#header .nav>li>a>i { 
	margin-left: 10px 
}
#header .nav .subnav { 
    position: absolute;
    top: 53px;
    left: 17px;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    width: 150px;
    height: auto;
    border-top: 2px solid #e40807;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgb(0 0 0 / 5%);
    opacity: 0;
    transition: all .36s ease;
}
#header .nav .navitem:last-child .subnav { 
	right: 0; 
	left: auto 
}
#header .nav .subnav li { 
	width: 100% 
}
#header .nav .subnav li a { 
	display: block; 
	padding: 9pt 24px; 

	color: #666; 
	font-weight: 500; 
	font-size: 14px; 
	line-height: 22px; 
	transition: all .2s ease-in-out ;
	text-align:center;
}
#header .nav>li:hover .subnav { 
	visibility: visible; 
	opacity: 1 
}
#header .nav>li a.active span, #header .nav>li:hover a span { 
	color:#f80d4a
}
#header .nav .subnav li a.active, #header .nav .subnav li a:hover { 
	padding-left: 40; 
	background-color: #f9f9f9; 
	color:#f80d4a; 
}
.nibox {
    margin: 140px auto 0;
    width: 100%;
}
.flexslider{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;zoom:1;
}
.flex-viewport{
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.flexslider .slides{
	zoom:1;
}
.flexslider .slides li { 
	text-align:center;
}
.flex-direction-nav a.flex-prev{
	width:51px;
	height:51px;
	line-height:99em;
	overflow:hidden;
	margin:-30px 0 0;
	display:block;
	background:url(../images/ad_ctr.png) no-repeat;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .3s ease;
	left: 5%;
}
.flex-direction-nav a.flex-next{
	width:51px;
	height:51px;
	line-height:99em;
	overflow:hidden;
	margin:-30px 0 0;
	display:block;
	background:url(../images/ad_ctl.png) no-repeat;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);-webkit-transition:all .3s ease;
	left:92.5%;
}
.flexslider:hover .flex-next{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev{
	opacity:0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
	opacity:1;
	filter:alpha(opacity=50);
}
.flex-control-nav{
	width:100%;
	position:absolute;
	bottom: 4.5em;
	text-align:center;
	z-index:999; 
	padding-top:10px;
}
.flex-control-nav li{
	margin:0 1px;
	display:inline-block;
	zoom:1;*display:inline;
}
.flex-control-paging li a{
	display: block;
    height: 5px;
    overflow: hidden;
    text-indent: -99em;
    width: 40px;
    background: #fff;
    margin: 0px 5px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.flex-control-paging li a.flex-active{ 
	background:#ca1d25;
}
.data {
    height: 122px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(170 170 170 / 35%);
    margin-top: -30px;
    position: relative;
    z-index: 999;
}
.table {
    display: table;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.data_li {
    width: 23%;
    height: 100%;
    float: left;
    text-align: left;
    padding-left: 22px;
}
.data_li .table_cell {
    overflow: hidden;
}
.data_li_img {
    float: left;
}
.data_li_info {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}
.data_li_info p:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}
.data_li_info p:nth-child(2) {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 10px;
}
.service_summary{
	margin-top:60px;
}
.service_summary_detail {
    width: 100%;
    height: 420px;
    background: #e71749;
    position: relative;
    margin-top: 35px;
}
.service_summary_detail_left {
    float: left;
    width: 105px;
    color: #ffffff;
    margin: 50px 0px 0px 70px;
}
.service_summary_detail_left h3{
	font-size:28px;
	float:left;
	width:30px;
}
.service_summary_detail_left .left_info{
	float: left;
    width: 25px;
    font-size: 15px;
    padding-left: 10px;
}
.service_summary_detail_right {
    float: right;
    width: 1000px;
    height: 400px;
    background: #fff;
    margin: 10px 10px 0 0;
    overflow: hidden;
}
.service_summary_detail_right .right_li{
	float:left;
	width:25%;
	text-align:center;
	padding-top: 30px;
}
.service_summary_detail_right .right_li_title h1{
    text-align: center;
    font-size: 20px;
    color: #222222;
    line-height: 24px;
    position: relative;
    display: inline-block;
}
.service_summary_detail_right .right_li_btn {
    display: block;
    width: 108px;
    height: 23px;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #e33239;
    margin: 18px auto auto auto;
    position: relative;
}
.service_summary_detail_right .right_li_btn i {
    display: block;
    float: left;
    width: 32px;
    height: 23px;
    background: #e33239 url(../images/service_summary_icon2.png) no-repeat center;
}
.service_summary_detail_right .right_li_btn span {
    display: block;
    float: left;
    width: 74px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #e33239;
    line-height: 23px;
}
.service_summary_detail_right .right_li_show_each {
     padding: 15px 0 0 18px;
    text-align: left;
    margin-left: 80px;
}
.service_summary_detail_right .right_li_each_tit {
   font-size: 16px;
    color: #333333;
    line-height: 18px;
    position: relative;
    font-weight: normal;
}
.service_summary_detail_right .right_li_each_tit:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-radius: 100%;
    border: 2px solid #e33239;
}
.right_li_show{
	margin-top:30px;
}
.right_li_title{
	padding-top:50px;
	position:relative;
}
.right_li_title::before{
	content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 22px;
    left: 62px;
    margin: 0px auto;
    text-align: center;
}
#technology-case{
	padding-top:60px;
	overflow: hidden;
}
.case-normal i {
    display: inline-block;
    margin-top:17px;
}
.case-normal h3{
	display: inline-block;
    padding-left: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    top: -5px;
}
.case-category-each{
	background: #c6c4c4;
    text-align: center;
    font-size: 0px;
	overflow:hidden;
    margin-top: 30px;	
}
.case-category-each li{
	height: 70px;
	width:157px;
    display: inline-block;
    border-right: 1px solid #f9f9f9;
    transition: all ease-out .3s;
}
.case-category-each li:last-child{
	border-right:0px;
}
.case-category-each li.on{
	width:250px;
	background:#e71749;
}
.case-analysis-content li{
	position:relative;
}
.case-analysis-content li .case-analysis{
	background: #e71749;
    color: #ffffff;
    width: 435px;
    height: 273px;
    padding: 40px 40px 0px;
    position: absolute;
    right: 0;
    top: 75px;
}
.case-condition {
    padding-top: 40px;
}
.case-condition .instructions-after {
    margin-top: 30px;
}
.case-condition .instructions-before p, .case-condition .instructions-after p {
    padding-top:5px;
}
.case-analysis-content li {
    display: none;
}
.case-analysis-content .current {
    display: block;
}
.case-analysis-content{
	margin-top:20px;
}
/*********关于我们*********/
.company_show{
	margin-top: 70px;
}
.company_show_wrap {
    background-color: #fff;
    margin-top: -125px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    z-index: 55;
}
.company_show_computer {
    width: 910px;
    height: 350px;
    float: right;
    padding: 25px 25px 25px 40px;
}
.company_show_item {
    width: 215px;
    height: 400px;
    text-align: center;
    float: left;
    border-right: 1px solid #e1e7f1;
}
.company_show_item li:hover, .company_show_item li.on {
    background: #e71749;
}
.company_show_item li {
    position: relative;
    display: inline-block;
    width: 215px;
    height: 125px;
    margin-right: 23px;
    position: relative;
    cursor: pointer;
}
.company_show_item li .table {
    width: 100%;
    height: 100%;
    text-align: center;
}
.company_show_item li:nth-child(1):hover .img, .company_show_item li:nth-child(1).on .img {
    background: url(../images/company_show_icon_2_h.png) no-repeat center;
}
.company_show_item li:nth-child(1) .img {
    width: 34px;
    height: 34px;
    background: url(../images/company_show_icon_2.png) no-repeat center;
    transition: 0.3s;
    margin: auto;
}
.company_show_item li:nth-child(2) .img {
    width: 45px;
    height: 34px;
    background: url(../images/people-icon.png) no-repeat center;
    transition: 0.3s;
    margin: auto;
}
.company_show_item li:nth-child(2):hover .img, .company_show_item li:nth-child(2).on .img {
    background: url(../images/people-icon-h.png) no-repeat center;
}
.company_show_item li:nth-child(1):hover span, .company_show_item li:nth-child(1).on span {
    color: #ffffff;
}
.company_show_item li:nth-child(2):hover span, .company_show_item li:nth-child(2).on span {
    color: #ffffff;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.company_show_item .on .table_cell span{
	font-size: 18px;
    color: #fff;
    padding-top: 5px;
    display: block;
}
.company_show_item .table_cell span{
	font-size: 18px;
    padding-top: 5px;
    display: block;
}
.company_show_each {
    width: 100%;
    z-index: -1;
   display: none;
	padding-top:30px;
}
.company_show_each.on {
    display: block;
    z-index: 2;
}
.company_show_item li.on .right-triangle, .company_show_item li:hover .right-triangle {
    position: absolute;
    top: 50px;
    right: -28px;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent transparent #e71749;
}
.common-c{
	width:100%;
	text-align:center;
}
.common-c .common_tc span{
	width:100%;
}
.common-c .common_tc{
	color:#a6a6a6
}
.company_show_each .description{
	line-height:35px;
    font-size: 17px;
    padding-top: 40px;
}
/*************合作伙伴********/
.brand-coo{
	margin-top:70px;
}
.gray_bg{
	background:#ffffff;
	padding-top:10px;
	margin-top:30px;
}
.gray_bg ul li{
	width:100%;
	padding:45px 0px;
	border-bottom:1px dotted #707070;
}
.gray_bg ul {
    font-size: 0;
}
.gray_bg ul li:nth-child(1) a img{
	height:40px;
}
.gray_bg ul li:nth-child(2) a img{
	height:70px;
}
.gray_bg ul li:nth-child(3) a img{
	height:80px;
}
.gray_bg ul li:nth-child(4) a img{
	height:60px;
}
.gray_bg ul li:nth-child(1) a {
	margin-right: 60px;
}
.gray_bg ul li:nth-child(2) a {
	margin-right: 68px;
}
.gray_bg ul li:nth-child(3) a {
	margin-right: 64px;
}
.gray_bg ul li:nth-child(4) a {
	margin-right: 44px;
}
.gray_bg ul li a:last-child{
	margin-right:0px;
}
.gray_bg ul li:last-child{
	border-bottom:none;
}
/*********首页新闻**********/
.news{
	padding:70px 0px;
	background:#eeeeee;
}
.article_left {
    position: relative;
	background:#ffffff;
	padding-bottom: 30px;
}
.article_left_ul {
    height: 100px;
    padding-left: 45px;
}
.article_left .article_left_more {
    line-height: 100px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    width: 150px;
    text-align: left;
    transition: 0.3s;
    padding-left: 25px;
    position: absolute;
    float: right;
    color: #999999;
    font-weight: normal;
    padding-left: 45px;
    background: url('../images/article_icon4.png') no-repeat center left;
    top: 0;
    right: 0;
}
.article_left .article_left_more:hover {
    color: #da0b00;
    background: url('../images/article_icon4_h.png') no-repeat center left;
}
.article_right_up .article_left_more,.article_left_ul a {
    float: left;
    line-height: 100px;
    font-size: 17px;
    color: #333333;
    width: 150px;
    text-align: left;
    transition: 0.3s;
    padding-left: 40px;
	margin-right: 50px;
    position: relative;
}
.article_left_ul a.active:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #dc0b00;
    position: absolute;
    bottom: 25px;
    left: 40px;
}
.article_left_ul a.article_left_industry {
    background: url('../images/article_icon1.png') no-repeat center left;
}
.article_left_ul a.article_left_industry.active,.article_left_ul a.article_left_industry:hover {
    background: url('../images/article_icon1_h.png') no-repeat center left;
}
.article_left_ul a.article_left_collect {
    background: url('../images/article_icon2.png') no-repeat center left;
}
.article_left_ul a.article_left_collect.active,.article_left_ul a.article_left_collect:hover {
    background: url('../images/article_icon2_h.png') no-repeat center left;
}
.article_left_ul a.article_left_question {
    background: url('../images/article_icon7.png') no-repeat center left;
}
.article_left_ul a.article_left_question.active,.article_left_ul a.article_left_question:hover {
    background: url('../images/article_icon7_h.png') no-repeat center left;
}
.article_left_ul a.article_left_all {
    background: url('../images/article_icon3.png') no-repeat center left;
}
.article_left_ul a.article_left_all.active,.article_left_ul a.article_left_all:hover {
    background: url('../images/article_icon3_h.png') no-repeat center left;
}
.article_left_bottom {
    border-top: 1px solid #eeeeee;
    height: 595px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.article_img {
    height: 188px;
    padding-left: 265px;
    position: relative;
}
.article_img .simulate_img {
    position: absolute;
    display: block;
    width: 200px;
    height: 160px;
    left: 55px;
    top: 15px;
}
.article_data_time {
    font-size: 14px;
    color: rgba(183, 183, 183, 1);
}
.article_data_time .date {
    display: inline-block;
    padding-left: 20px;
    background: url('../images/new-people.png') no-repeat center left;
}
.article_data_time .time {
    display: inline-block;
    padding-left: 20px;
    background: url('../images/time.png') no-repeat center left;
}
.article_list_txt:nth-child(2n) span{
	margin-left:45px;
}
.article_category_wrap .article_data_time {
    margin-left: 25px;
    margin-bottom: 0;
}
.article_title {
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    display: block;
    padding-top: 35px;
    margin-bottom: 13px;
    padding-right: 45px;
}
.article_txt_context {
    font-size: 14px;
    color: #646464;
    line-height: 22px;
    display: block;
    padding-right: 45px;
    height: 44px;
    overflow: hidden;
}
.article_category_wrap {
    margin: 0 40px 0 45px;
}
.article_list_txt {
   border-top: 1px solid #eeeeee;
    text-align: left;
    width: 50%;
    float: left;
    padding: 15px 0px 5px 0px;
}
.article_list_txt a {
    line-height: 40px;
    font-size: 15px;
    color: #333333;
    transition: 0.3s;
    padding-left: 25px;
    background: url('../images/article_icon6_2.png') no-repeat center left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
.article_list_txt:nth-child(2n) a {
    padding-left: 70px;
    background: url('../images/article_icon6_2.png') no-repeat center left 45px;
}
.article_list_txt:nth-child(2n) a:after {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}
.article_list_txt a:hover {
    color: #da0b00;
    background: url('../images/article_icon6_2_h.png') no-repeat center left;
}
.article_list_txt:nth-child(2n) a:hover {
    color: #da0b00;
    background: url('../images/article_icon6_2_h.png') no-repeat center left 45px;
}
.article_category_wrap .article_list_txt:nth-child(2n) .article_data_time .date {
    margin-left: 45px;
}
/******店铺诊断******/
#free_diagnosis{
	margin-top:50px;
}
.dis-i-bg{
	background:#eeeeee;
	overflow:hidden;
}
.free_diagnosis_form h3 {
    font-size: 24px;
    text-align: center;
}
.free_diagnosis_form {
   width: 620px;
    background: #ffffff;
    padding: 40px 0px;
    margin: 90px 0px 0px 105px;
}
.free_diagnosis_form div input {
    padding: 15px 30px;
    background: #f3f3f3;
    border: none;
    border-radius: 50px;
    width: 60%;
    margin: 20px auto;
    display: block;
}
.free_diagnosis_form .submit {
    display: block;
    padding: 10px 30px;
    width: 30%;
    text-align: center;
    background: #f80d4a;
    border: 1px solid #ee6a12;
    color: #fff;
    transition: 0.3s;
    font-size: 17px;
    color: #ffffff;
    border-radius: 50px;
    margin: 32px auto 0;
}
#footer{
	background: #2e2e2e;
	width:100%;
	clear:both;
	background-size: 100%100%;
    display: inline-block;
	padding-bottom:60px;
}
#foot{
	max-width:1200px;
	margin:0 auto;
	padding-top: 35px;
}
#contact .cont-us{
	text-align:center;
}
#contact .fguarantee{
	text-align:center;
	color:#808080;
	font-size:16px;
	padding-top:30px;
}
.company{
	margin-top:85px;
}
.company ul li {
    display: inline-block;
    width: 32%;
    margin: 0px 6px;
    text-align: left;
}
#footer .company ul{
	text-align:center;
}
.company .contact-us{
	float:left;
	margin-top:35px;
}
.map ul li p{
	color: #808080;
    text-align: center;
}
.company .contact-us h2{
	color:#ffffff;
	font-size:24px;
	padding-bottom: 15px;
}
.company .contact-us p{
	color:#808080;
	font-size:14px;
	line-height:30px;
}
#bottom{
	background: #000000;
    overflow: hidden;
}
#bootom-menu .bootom-logo {
    float: left;
    width: 160px;
    float: left;
    padding: 10px 0px;
	margin-right:100px;
}
#bootom-menu .nav {
    width: 77%;
    float: left;
}
#bootom-menu .nav ul li a {
    color: #ffffff;
    font-size: 16px;
}
#bootom-menu .nav ul li{
	float: left;
    padding: 30px 20px 0px;
}
/**************淘宝运营************/
.hf_tao_adv{
	margin-top:70px;
}
.hf_tao_adv_list{
	margin-top:50px;
}
.hf_tao_adv_list ul{
	margin-right:-30px;
}
.hf_tao_adv_list ul li{
	float:left;
	width:375px;
	text-align:center;
	border:1px solid #fad5dd;
	border-radius:10px;
	margin-bottom:30px;
	margin-right:30px;
	box-shadow: 0 0px 15px #fbd8e0;
    -webkit-box-shadow: 0px 0px 15px #fbd8e0;
	padding:20px 0px 40px;
}
.hf_tao_adv_list ul li h3{
	font-size: 20px;
    padding-top: 15px;
}
.hf_tao_adv_list ul li p{
	padding-top: 10px;
    font-size: 16px;
    color: #333333;
}
.service_tao_system{
	margin-top:50px;
}
.service_sys{
	margin-top:50px;
}
.service_right_system_img{
	width:577px;
	height:305px;
	background:#e71749;
	color:#ffffff;
	padding:70px 40px 0px 90px;
}
.right_contents_item{
	width: 100%;
    overflow: hidden;
    margin-bottom: 32px;
}
.service_right_system_img .num{
	float: left;
    display: block;
    background: url(../images/service-left-system-bg.png) no-repeat;
    width: 60px;
    height: 47px;
    font-size: 28px;
    text-align: center;
    padding-top: 13px;
}
.service_right_system_img .tips-subtitle{
	font-size: 20px;
    line-height: 30px;
    float: left;
    padding-left: 30px;
}
.core_tao_service{
	margin-top:70px;
	padding-bottom:50px;
	position:relative;
}
.core_service_list_content{
	margin-top:50px;
}
.core_tao_service .core_service_list_content ul{
	margin-right:-43px;
	overflow:hidden;
}
.core_tao_service .core_service_list_content ul li {
    display: inline-block;
    margin-right: 43px;
    margin-bottom: 30px;
    width: 368px;
    vertical-align: top;
    position: relative;
}
.core_service_list_content ul li h3 .title {
    padding: 23px 30px 23px 65px;
    background: #ffffff;
    transition: all ease-out .3s;
    position: relative;
    z-index: 444;
}
.core_service_list_content ul li .title p {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}
.core_service_list_content ul li:hover .title {
    background: #e1114e;
    color: #ffffff;
    display: block;
    margin-top: -10px;
    position: relative;
    margin-right: -10px;
    position: absolute;
    z-index: 444;
    margin-left: 10px;
    transition: all ease-out .3s;
}
.core_service_list_content ul li .title {
    padding: 23px 30px 23px 65px;
    background: #ffffff;
    transition: all ease-out .3s;
    position: relative;
    z-index: 444;
	height: 75px;
}
.core_service_list_content ul li .title h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.core_service_list_content ul li:hover .title p {
    color: #ffffff;
    transition: all ease-out .3s;
}
.core_service_list_content ul li:hover .title h3::before {
    background: #ffffff;
}
.core_service_list_content ul li .title h3::before {
    content: "";
    width: 20px;
    height: 4px;
    background: #e1114e;
    position: absolute;
    left: -45px;
    top: 10px;
}
.core_service_list_content ul li:hover .title h3::after {
    content: "";
    width: 20px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    transform: rotate(90deg) translateY(-100%);
    left: -49px;
    top: 10px;
    transition: all ease-out .3s;
}
.cbg {
    position: absolute;
    height: 820px;
    width: 100%;
    z-index: 111111;
    background: #f3f3f3;
    bottom: 0;
    z-index: -1;
}
.case_tao_show{
	margin-top:70px;
}
.case_tao_show ul{
	margin-right:-42px;
	overflow:hidden;
}
.case_tao_show ul li{
	width:574px;
	float:left;
	margin-right:42px;
	margin-bottom:42px;
}
.case_show_list{
	margin-top:50px;
}
.case_tao_show ul li img{
	border:1px solid  #b23e63;
}
.case_tao_show ul li p{
	background: #ee3350;
    color: #ffffff;
    font-size: 24px;
    padding: 5px 0px 5px 20px;
}
.leaving_message_shop{
	background:#ee3350;
	padding:90px 0px;
}
.leav_tip_txt{
	background:#e71749;
	color:#ffffff;
}
.basic_information_left{
	width:30%;
}
.basic_information_left {
	padding:35px 0px 25px 90px;
}
.basic_information_left p{
	font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.basic_information_left p::after{
	content:'';
	width:35px;
	height:5px;
	background:#ffffff;
	display:block;
	margin-top:15px;
}
.basic_information_left .input{
	margin-bottom:10px;
}
.basic_information_left .input label{
	display:block;
	font-size:16px;
	padding-bottom:5px;
}
.basic_information_left .input input{
	border:none;
	padding:8px;
	background:#eeeeee;
	width:70%;
}
.basic_information_right{
	background:#ffffff;
	padding:26px 75px;
	width:50%;
}
.textarea p{
	font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
}
.textarea p span{
	font-size:18px;
	color:#000000;
}
.textarea p::after{
	content:'';
	display:block;
	width:167px;
	height:3px;
	background:#ee3350;
}
.textarea textarea{
	background:#eeeeee;
	margin-top:15px;
	outline:none;
	width:100%;
	height:220px;
	border:none;
}
.refer .submit{
	background: #e71749;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 0px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 25px;
    margin: 0px auto;
    margin-top: 25px;
	letter-spacing: 2px;
	border:none;
}
.general_new{
	padding:70px 0px;
}
.general_new .common_tc{
	text-align:center;
}
.general_new .article_news_ul{
	text-align: center;
    margin-top: 50px;
}
.general_new .article_news_ul a{
	font-size: 18px;
    border: 1.5px solid #cccccc;
    border-radius: 20px;
    color: #333333;
    padding: 5px 15px;
    letter-spacing: 2px;
    margin: 0px 25px;
}
.general_new .article_news_ul a.active{
	background:#ee3350;
	color:#ffffff;
	border:2px solid #ee3350;
}
/******************** 新闻列表************/
.web_news_content {
	width: 1200px;
    margin: 0px auto;
    padding-bottom: 28px;
    margin-top: -30px;
    position: relative;
}
.list_news_left{
	width:930px;
}
.news_list_hot li {
    padding: 25px 25px 26px 25px;
    border-bottom: 1px dashed #e2e2e2;
    position: relative;
}
.news_show_image {
    width: 200px;
    height: 140px;
    margin-right: 24px;
}
.news_right_txt_content {
    width: 620px;
}
.news_list_hot li:hover .news_content_title {
    color: #e62129;
}
.news_content_title {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: bold;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.news_active_time {
    font-size: 12px;
    color: #b5b5b5;
    margin: 5px 0 10px;
}
.news_text_desc {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    padding-top: 10px;
    display: block;
}
.list_news_txt::after{
	display: block;
    content: '';
    clear: both;
}
.detail_tag{
	color: #333333;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 3px 8px;
    font-size: 12px;
    margin: 5px 0px;
}
.list_news_right {
    width: 260px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(228 228 228 / 68%);
    box-shadow: 0px 2px 10px 0px rgb(228 228 228 / 68%);
}
.list_news_right dt span {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
}
.new_choose_list {
    background-color: #ffffff;
    padding-top: 9px;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgb(187 187 187 / 50%);
	margin-bottom: 15px;
}
.new_choose_list:last-child{
	margin-bottom:0px;
}
.list_news_right dt {
    line-height: 52px;
    padding: 0 14px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 6px;
}
.list_news_right dt span {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
}
.list_news_right dt span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-right: 8px;
    background: url(../images/icon1.png) center no-repeat;
    position: relative;
    top: 2px;
}
.list_news_right dd {
    width: 228px;
    margin-left: 14px;
    border-bottom: 1px dashed #e5e5e5;
}
.list_news_right dd a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #747474;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.list_news_right dd a:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #969696;
    -webkit-transition: all .4s;
    transition: all .4s;
	margin-right: 10px;
}
.list_news_right dd a:hover {
    color: #ee3350;
}
.new_choose_list {
    padding-top: 0;
}
.list_l_nav {
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 6px 6px 0 0;
	font-size:0px;
}
.list_l_nav a:not(:first-child) {
    border-left: 1px solid #eaeaea;
}
.list_l_nav a {
    font-size: 15px;
    display: inline-block;
    color: #5a5959;
    font-weight: bold;
    padding: 0 65px;
    line-height: 60px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.list_l_nav a.on {
    background-color: #fff;
    color: #e62129;
}
.art_show h1.title{
	padding: 40px 0px 20px;
    text-align: center;
	font-weight:normal;
}
.datas{
	padding-bottom:25px;
	text-align:center;
}
.gyfont{
	padding: 0px 40px 0px 0px;
    line-height: 30px;
}
.sx{
	padding-top:30px;
}
.sx a{
	color:#f80d4a
}
.sx a:nth-child(1){
	float:left;
}
.sx a:nth-child(2){
	float:right;
}
/************ 案例**************/
.son_width{
	max-width:1200px;
	margin:20px auto;
}
.son_width .list_news_right{
	float:left;
}
.sonright{
	width:930px;
	float:left;
	margin-right:10px;
}
.sonright .cplist ul{
	overflow: hidden;
    margin-right: -23px;
}
.sonright .cplist ul li{
	float: left;
    width: 215px;
	height: 215px;
    margin-right: 23px;
	margin-bottom: 23px;
}
.sonright .cplist ul li a h2{
	font-size: 14px;
    color: #333333;
    padding-top: 10px;
    font-weight: normal
}
.cpfont{
	padding:0px 10px;
}
.sonright .cplist ul li a span{
	display: block;
    text-align: center;
    padding-top: 10px;
	color:#2d8cf0;;
}
.new_choose_list .active a{
	color:#f80d4a;
}
.gyfont{
	line-height:30px;
	font-size:16px;
}
.gyfont p{
	padding:5px 0px;
}
/************联系我们*************/
#contact .contact_content h2 {
    font-size: 26px;
    color: #282828;
    font-weight: normal;
    padding: 20px 0px;
}
.contact_content li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #282828;
    padding-bottom: 10px;
}
.link{
	color: #ffffff;
    padding: 20px 0px;
	border-top:1px dotted #cccccc;
}
.link a{
	color: #ffffff;
    padding: 0px 25px;
    font-size: 14px;
}
.labbg{
	background: #f4f4f4;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.labbg a{
	color:#333333;
	padding: 0px 10px;
}
#contact{
	margin:50px auto;
}
.haina_contact {
   width: 96%;
    clear: both;
    padding: 15px 2%;
    background: #f2f2f2;
    margin-top: 40px;
    float: left;
}
.haina_contact .aimg {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    background: #fff;
    margin-right: 15px;
}
.haina_contact .contact {
    float: left;
    width: 80%;
	line-height: 28px;
}
.haina_contact .contact .about {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.page{
	text-align:center;
	padding-top: 30px;
}
.page .total{
	letter-spacing: 4px;
}
.page a,.page span{
	padding:0px 5px;
	color: #333333;
}
.page span{
	color:#f80d4a;
}
.tags{
	padding: 15px 20px;
}
.tags a{
	color:#747474;
	line-height: 30px;
}
.tags a:hover{
	color:#f80d4a;
}
.consult a{
	color:#333333;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/top.png) no-repeat center center #777;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.info_love h3{
	font-weight: normal;
    margin: 40px 0px 30px 0px;
    font-size: 22px;
}
.info_love ul{
	margin-right: -38px;
}
.info_love ul li {
    float: left;
    width: 200px;
    margin-right: 38px;
    margin-bottom: 20px;
}
.info_love ul li img{
	height:131px;
}
.info_love ul li a.name{
	padding-top: 15px;
    display: block;
    color: #333;
}



.contact_adr .common_title p {
    font-size: 30px;
	font-weight: bold;
    margin-top: 40px;
}
.contact_adr .common_title p::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #c5c5c5;
    margin: 15px 0px;
}
.common_title span {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 32px;
}
.contact_company_address{
	margin-top:50px;
}
.contact_company_address li{
	position:relative;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.06);
	padding:50px;
	margin-bottom:46px;
}
.contact_company_address li:last-child{
	margin-bottom:0px;
}
.contact_company_address ul li span {
    font-size: 24px;
    font-weight: bold;
}
.contact_company_address ul li .company_address{
	font-size:17px;
	padding-top:20px;
	line-height:32px;
}
.contact_company_address ul li .add{
	position:absolute;
	right:0px;
	top:0px;
	z-index:50;
}
.contact_company_address ul li .weixin{
	position:absolute;
	right:50px;
	bottom:50px;
}


/*******************淘宝代运营*****************/
.tb-eight-difficulties{
	margin-top:80px;
}
.diff-info{
	text-align:center;
	position:relative;
}
.diff-info .pro-bg {
    font-size: 14px;
    background: #d9d9d9;
    padding: 15px 0px;
    display: inline-block;
    border-radius: 15px;
    position: relative;
	letter-spacing:2px;
	width:360px;
}
.problem_1 i, .problem_3 i,.problem_5 i,.problem_7 i{
    width: 0;
    height: 0;
    border-top: 23px solid #d9d9d9;
    border-left: 20px solid transparent;
    position: absolute;
    top: 50px;
    right: 35px;
    transition: all ease-out .3s;
}
.eight-diff-list .problem_4 i,.eight-diff-list .problem_3 i,.eight-diff-list .problem_7 i,.eight-diff-list .problem_8 i{
	 border-top: 23px solid #e71749;
}
.eight-diff-list .problem_3 .pro-bg,.eight-diff-list .problem_4 .pro-bg,.eight-diff-list .problem_7 .pro-bg,.eight-diff-list .problem_8 .pro-bg{
	background:#e71749;
	color:#ffffff;
}
.problem_2 i, .problem_4 i,.problem_6 i,.problem_8 i{
    width: 0;
    height: 0;
    border-top: 23px solid #d9d9d9;
    border-right: 20px solid transparent;
    position: absolute;
    top: 50px;
    left: 35px;
}
.problem_1 {
	position:absolute;
    top: 80px;
    left: 0px;
}
.problem_3{
	position:absolute;
    top: 210px;
    left: 0px;
}
.problem_5{
	position:absolute;
    top: 340px;
    left: 0px;
}
.problem_7{
	position:absolute;
    top: 470px;
    left: 0px;
}
.problem_2{
	position:absolute;
    top: 80px;
    right: 0px;
}
.problem_4{
	position:absolute;
    top: 210px;
    right: 0px;
}
.problem_6{
	position:absolute;
    top: 340px;
    right: 0px;
}
.problem_8{
	position:absolute;
    top: 470px;
    right: 0px;
}
.dif-img{
	margin-top:-40px;
	position:relative;
	z-index:5;
}
.hf_security_system{
	margin-top:80px;
	background:#fafafa;
	padding:60px 0px;
}
.jerk{
	text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 50px;
}
.electricity-difficulties {
    position: relative;
	text-align:center;
}
.electricity-difficulties h4{
	font-size:20px;
	color:#e71749;
	font-weight:bold;
}
.electricity-difficulties h4::after{
	content:'';
	width:42px;
	height:1px;
	background:#e71749;
	display:block;
	margin:2px auto;
}
.electricity-difficulties  p{
	line-height: 25px;
    color: #666666;
    padding-top: 12px;
}
.problem_1_info{
	position: absolute;
    top: 30px;
    left: 150px;
}
.problem_2_info{
	position: absolute;
    top: 30px;
    right: 150px;
}
.problem_3_info{
	position: absolute;
    top: 270px;
    left: 220px;
}
.problem_4_info{
	position: absolute;
    top: 270px;
    right: 220px;
}
.problem_5_info{
	margin-top:15px;
}
.tb-zy-team{
	margin-top:80px;
}
.zy-team-list{
	margin-top:40px;
}
.zy-team-list li {
	text-align: center;
    width: 270px;
    background: #f3f3f3;
    padding-bottom: 30px;
    float: left;
    margin-right: 40px;
}
.zy-team-list li p{
	line-height:30px;
}
.zy-team-list li:last-child{
	margin-right:0px;
}
.zy-team-list li span{
	width: 270px;
    height: 81px;
    background: url(../images/zy-team-list-title-bg.png) no-repeat;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 22px;
}
.hf_service_content{
	background: url("../images/hf_service_content-bg.jpg") no-repeat;
	width:100%;
	padding:100px 0px 90px 0px;
	overflow:hidden;
	margin-top:80px;
	background-position:center;
}
.hf_service_content .common_tc{
	color:#ffffff;
}
.service_content_list .info{
	width:175px;
	background:#ffffff;
	padding:40px 25px;
	float:left;
	margin-right:17px;
	height:223px;
}
.service_content_list .info:last-child{
	margin-right:0px;
}
.service_content_list .info h4::after{
	content: '';
    width: 36px;
    height: 3px;
    background: #ea1e4f;
    display: block;
    margin: 15px 0px 25px 0px;
}
.service_content_list{
	margin-top:70px;
	margin-left: 7px;
}
.service_content_list .info p{
	line-height:30px;
}
.qualification{
	margin:80px auto;
	text-align:center;
}
.qualification ul{
	margin-top:40px;
}
.qualification li{
	display: inline-block;
    text-align: center;
    margin: 0px 42px;
}
.qualification li h4{
	padding:10px 0px;
}
.qualification li p{
	color:#999999;
}
/**************天猫代运营**********************/
.tm-six-problem{
	margin-top:80px;
}
.tm-ope-pro-list{
	text-align:center;
	position:relative;
	padding-top:70px;
}
.txt1,.txt3,.txt5{
	background: url(../images/six-pro-left.png) no-repeat;
    width: 221px;
    height: 57px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 50px;
	text-align:left;
}
.txt2,.txt4,.txt6{
	background: url(../images/six-pro-right.png) no-repeat;
    width: 183px;
    height: 57px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 50px;
	text-align:left;
}
.txt1{
	position:absolute;
	top:40px;
	left:68px;
}
.txt2{
	position:absolute;
	top:40px;
	right:68px;
}
.txt3{
	position: absolute;
    top: 170px;
    left: 58px;
}
.txt4{
	position: absolute;
    top: 170px;
    right: 58px;
}
.txt5{
	position: absolute;
    top: 300px;
    left: 88px;
}
.txt6{
	position: absolute;
    top: 300px;
    right: 88px;
}
.tm-money-machine{
	margin-top:80px;
}
.machine-list{
	margin-top:40px;
}
.machine-list li{
	padding: 55px;
    width: 155px;
    text-align: center;
    background: linear-gradient(180deg, #e7174a 0%, #fa416d 100%);
    color: #ffffff;
    margin-right: 46px;
    float: left;
    height: 240px;
}
.machine-list li:last-child{
	margin-right:0px;
}
.machine-list li span{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
}
.machine-list li h4{
	padding:25px 0px;
	font-size:16px;
}
.machine-list li h4::after{
	content:'';
	width:21px;
	height:2px;
	background:#ffffff;
	display:block;
	margin:20px auto 0px auto;
}
.machine-list li p{
	line-height:30px;
}
.tm-categories{
	margin-top:80px;
	background:url("../images/tm-categories-bg.jpg") no-repeat;
	width:100%;
	padding:70px 0px;
	background-position:center;
}
.tm-ser-categories-list{
	text-align:center;
	margin-top:40px;
}
.tm-categories .common_tc{
	color:#ffffff;
}
.tm-ser-categories-list .list{
	width: 44px;
    height: 92px;
    background: url(../images/categories-list-bg.png) no-repeat;
    text-align: center;
    padding: 50px 40px 0px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #e71749;
	display:inline-block;
	vertical-align:top;
	margin:20px 55px;
}
.tm-service-content{
	margin:80px auto;
}
.tm-ser-info{
	margin-top:40px;
	text-align:center;
}
.tm-ser-info li{
	width:120px;
	display:inline-block;
	vertical-align:top;
	margin:0px 55px;
	text-align:center;
}
.tm-ser-info li span{
	padding-top:20px;
	display:block;
}
/********************拼多多代运营**************/
.pdd-service-content{
	margin-top:80px;
}
.pdd-service-list {
	text-align:center;
}
.pdd-service-list li{
	display: inline-block;
    vertical-align: top;
    margin: 25px 48px;
	text-align:center;
	width:100px;
}
.pdd-service-list li span{
	font-size:16px;
	display:block;
	padding-top:15px;
}
.pdd-solve-plan{
	margin-top:55px;
}
.pdd-solve-plan{
	background:url("../images/pdd-solve-plan-bg.jpg") no-repeat;
	width:100%;
	padding:60px 0px;
	overflow:hidden;
	background-position:center;
}
.pdd-solve-plan .common_tc,.pdd-solve-plan .common_tinfo{
	color:#ffffff;
}
.solve-plan-list{
	margin-top:30px;
}
.solve-plan-list .list{
	width:230px;
	float:left;
	background:#ffffff;
	text-align:left;
	padding:40px 70px;
	border-radius:10px;
	margin-right: 45px;
}
.solve-plan-list .list img{
	width:90px;
}
.solve-plan-list .list span{
	display:block;
	padding:20px 0px;
	font-size:16px;
	font-weight:bold;
}
.solve-plan-list .list p{
	line-height:30px;
}
.solve-plan-list .list:last-child{
	 margin-right:0px;
}
.poperating{
	margin-top:80px;
	overflow:hidden;
}
.pinadvantage .power{
	width:573px;
	float:left;
}
.pinadvantage-list{
	float:left;
	width:477px;
	margin-left:150px;
}
.pinadvantage-list span {
    font-size: 16px;
}
.pinadvantage-list span img {
    position: relative;
    top: 7px;
    padding-right: 10px;
}
.pinadvantage-list p {
    color: #969696;
    padding: 10px 0px 0px 32px;
    font-size: 15px;
}
.pinadvantage-list li {
    margin: 10px 0px;
}
.professional-degrees{
	background:#f2f2f2;
	padding:50px 0px;
	overflow:hidden;
	margin:80px auto;
}
.professional_info{
	margin-top:30px;
}
.professional_info_left{
	padding: 66px 75px;
	width:509px;
	float:left;
	background:#ffffff;
}
.professional_info_left ul li{
	margin-bottom:35px;
}
.professional_info_left ul li:last-child{
	margin-bottom:0px;
}
.professional_info_left ul li span{
	position: relative;
    top: -20px;
    padding-left: 20px;
}
.professional_info_right{
	width:541px;
	float:right;
}
/****************京东代运营*****************/
.jd-integration{
	margin-top:80px;
}
.integration-content-info{
	background:url("../images/jd-y-t-h-bg.jpg") no-repeat;
	width:100%;
	margin-top:30px;
	padding-bottom: 30px;
	background-position:center;
}
.integration-content-info ul{
	width:850px;
	margin:0px auto;
	text-align:center;
	padding-bottom: 80px;
}
.integration-content-info ul li{
	display:inline-block;
	margin:15px 55px;
	text-align:center;
}
.integration-content-info ul li img{
	width:90px;
}
.integration-content-info ul li span{
	display:block;
	font-size:16px;
	padding-top:15px;
}
.integration-content-info .block_content{
	padding-top:170px;
}
.jd-service-tixi{
	margin-top:80px;
	background:url("../images/js-service-sys-bg.jpg") no-repeat;
	width:100%;
	padding:70px 0px;
	overflow:hidden;
	background-position:center;
}
.jd-service-tixi .common_tc,.jd-service-tixi .common_tinfo{
	color:#ffffff;
}
.service-sys-info-content{
	margin-top:130px;
}
.service-sys-info-left{
	width:540px;
	float:left;
}
.service-sys-info-left p{
	letter-spacing: 2px;
	font-size:30px;
	color:#e71749;
	line-height:45px;
}
.service-sys-info-right{
	width: 500px;
    float: left;
    margin: 100px 0px 0px 80px;
}
.service-sys-info-right ul li{
	color:#ffffff;
	margin-bottom:50px;
}
.service-sys-info-right ul li span{
	width: 29px;
    height: 29px;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    line-height: 29px;
    color: #e71749;
    text-align: center;
    margin-right: 20px;
}
.jd-core-service{
	margin-top:80px;
	overflow:hidden;
}
.jd-core-content-list{
	margin-top:40px;
}
.jd-core-content-list .list{
	float:left;
	width:388px;
	margin-right:17px;
	margin-bottom:17px;
	text-align:center;
	position:relative;
}
.jd-core-content-list .list:nth-child(3n){
	margin-right:0px;
}
.jd-core-content-list .list .txt{
	position: absolute;
    color: #ffffff;
    top: 120px;
}
.jd-core-content-list .list .txt span{
	font-size:16px;
	font-weight:bold;
}
.jd-core-content-list .list .txt p{
	padding: 30px 100px 0px;
    line-height: 27px;
}
.jd-operate{
	margin-top:63px;
}
.jd-operate{
	background:url("../images/jd-operate-bg.jpg") no-repeat;
	width:100%;
	padding: 90px 0px;
	overflow:hidden;
	background-position:center;
}
.jd-operate .common{
	margin-left:45px;
}
.operate-text{
	margin-top:205px;
}
.operate-text .text{
	width:229px;
	background:#e71749;
	color:#ffffff;
	text-align:center;
	padding:48px 0px;
	float:left;
	margin-right:94px;
	border-radius:10px;
}
.operate-text .text:last-child{
	margin-right:0px;
}
.operate-text .text h4{
	font-size:16px;
}
.operate-text .text h4::after{
	content:'';
	width:57px;
	height:2px;
	border-radius:2px;
	background:#ffffff;
	display:block;
	margin:20px auto;
}
.operate-text .text p{
	line-height:25px;
}
/*************抖音代运营************************/
.dy-quanan{
	margin-top:80px;
	overflow:hidden;
}
.quanan-info{
	margin-top:40px;
}
.quanan-info .info{
	width:275px;
	float:left;
	margin-right:33px;
	text-align:center;
	margin-bottom:33px;
}
.quanan-info .info:nth-child(4n){
	margin-right:0px;
}
.quanan-info .info span{
	display:block;
	padding-top:20px;
	font-size:16px;
}
.dy-choose-plat{
	background:#fafafa;
	padding:60px 0px 0px 0px;
	margin-top:47px;
}
.platform-info{
	margin-top:40px;
}
.platform-info li{
	position: relative;
    width: 300px;
    overflow: hidden;
    height: 220px;
    padding: 0px 0px 0px 250px;
    float: left;
    margin-right: 100px;
	margin-bottom:50px;
}
.platform-info li:nth-child(2n){
	margin-right:0px;
}
.platform-info li img{
	width:180px;
	position:absolute;
	top:0px;
	left:15px;
}
.platform-info li h4{
	font-size:15px;
	color:#e71749;
	padding-bottom:20px;
}
.platform-info li p{
	line-height:30px;
}
.platform-info li p::after{
	content:'';
	width:47px;
	height:3px;
	background:#e71749;
	display:block;
	margin-top:50px;
}
.model-info {
	margin-top:40px;
}
.model-info .info{
	text-align:center;
	width:315px;
	float:left;
	margin-right:127px;
}
.model-info .info:last-child{
	margin-right:0px;
}
.model-info .title-info{
	background:#e71749;
	padding:50px 0px;
}
.model-info .title-info span{
	display:block;
	color:#ffffff;
	font-size:16px;
	padding-top:40px;
}
.model-info p{
	background:#e4e4e4;
	padding:31px;
	line-height:30px;
}
.dy-opera-model{
	margin:80px auto;
	overflow:hidden;
}
.bot-copy {
	display:inline-block;
	text-align:center;
	padding-bottom:25px;
	width:100%;
	color:#ffffff;
}
.bot-copy a{
	color:#ffffff;
}
