@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%;
}
.clear { 
	clear:both; 	
}
.tc{
	text-align:center;
}
.wrap{
	width:100%;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tr{
	text-align:right;
}
.tl{
	text-align:left;
}
.h1{
	display:none;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
.content{
	max-width:1200px;
	margin:0px auto;
	text-align:center;
}
.custom_tips{
	color:#f80d4a;
	padding-top:30px;
	font-weight: bold;
	text-align:left;
}
.contents{
	max-width:1200px;
	margin:0px auto;
	overflow: hidden;
}
.icon {
  width: 6em;
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color:#ffffff;
  padding-top:15px;
}
.ic{
	width: 31px;
    height: 31px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #666;
    position: relative;
    top: 6px;
    padding-right: 5px;
}
.icons {
	width: 6em;
	height: 5em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	color:#000000;
}
/*********** Header **************/
.banner{
	width:100%;
	text-align:center;
}

#indbanner img {
    width: 100%;
    min-width: 1200px;
}


#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:right;
	position:relative;
	width: 80%;	
}
#header .nav{
    margin-top: 10px;
	float:right;
}
.language{
	margin-top: 20px;
    width: 100%;
    text-align: right;
}
.menu ul li{
	float:left;
	position:relative;
	line-height:48px;
}
.menu ul li a{
	color:#282828;
	font-size:17px;
}
.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 Over ***************/
.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:1em;
	text-align:center;
	z-index:999; 
	padding-top:10px;
}
.flex-control-nav li{
	margin:0 15px;
	display:inline-block;
	zoom:1;*display:inline;
}
.flex-control-paging li a{
	display:block;
	height:10px;
	overflow:hidden;
	text-indent:-99em;
	width:10px; 
	background:#fff;
	margin-right:5px; 
	cursor:pointer;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
.flex-control-paging li a.flex-active{ 
	background:#ca1d25;
}
/*******   首页 ********/
#scope{
	margin-top:50px;
}
#scope .server-list ul li{
	display:inline-block;
	width:32%;
	vertical-align:top;
}
#scope .server-list{
	margin-top:50px;
}
#scope .server-list ul li .service-title{
	background:#2c5ee1;
}
#scope .server-list ul li .service-title span{
	display:block;
	padding-top:5px;
	color:#ffffff;
	padding:8px 0px;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 2px
}
#scope .server-list ul li p{
	padding:30px 5px 40px 5px;
	line-height:20px;
	text-align:left;
	color:#454545;
	letter-spacing:1px;
}
#scope .server-list ul li .key span{
	border:1px solid #2c5ee1;
	border-radius:10px;
	padding:10px;
	margin:0px 10px;
}
#scope .title p{
	font-size:30px;
	padding-top:30px;
	font-weight: bold;
    color: #282828;
}
#scope .title p::after{
	content: "";
    width: 250px;
    height: 8px;
    background: #305cdf;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
/************2020-3-16 服务项目***********/
#server{
	width:100%;
	overflow: hidden;
	padding-top: 100px;
}
#server .title{
	background:url("../images/service-bg110.jpg") no-repeat;
	padding:30px 0px;
	background-position: center;
}
#server .desction {
    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
	font-size:30px;
	font-size: 30px;
    font-weight: bold;
}
.server-img-list{
	margin-top:30px;
}
#server .desction::after{
	content:"";
	width:250px;
	height:8px;
	background:#305cdf;
	display:block;
	margin:0px auto;
	margin-top:15px;
}
.server-img-list ul li{
	width:31.2%;
	background:#d8d8d8;
	color:#ffffff;
	padding:50px 0px;
	display:inline-block;
	margin:13px 10px;
	transition: all ease-out .3s;
}
.server-img-list ul li:hover .icons{
	color:#ffffff;
}
.server-img-list ul li h3{
	padding-top:15px;
}
.server-img-list ul li:hover{
	background:#2c5ee1;
	transition: all ease-out .3s;
}
.server-img-list ul li:hover h3 a{
	color:#ffffff;
	transition: all ease-out .3s;
}
.server-img-list ul li h3 a {
	color:#305cdf;
	font-size:26px;	
	font-weight:bold;
	transition: all ease-out .3s;
}
.server-img-list ul li h3::after{
	content:"";
	width:58px;
	height:3px;
	background:#305cdf;
	display:block;
	margin: 20px auto 20px auto;
	transition: all ease-out .3s;
}
.server-img-list ul li:hover h3::after{
	background:#ffffff;
	transition: all ease-out .3s;
}
.server-img-list ul li .service-detial{
	padding: 0px 45px;
    font-size: 22px;
    line-height: 35px;
	color:#292929;
}
.server-img-list ul li:hover .service-detial{
	color:#ffffff;
	transition: all ease-out .3s;
}
.server-img-list ul li.active{
	background:#d91749;;
}
#store{
	clear: both;
    display: inline-block;
    margin: 85px 0px 75px 0px;
}
#store ul li{
	float:left;
	padding:0px 80px;
	width:134px;
	text-align:center;
}
#store ul li p{
	padding-top:15px;
	font-weight: normal;
	color:#aaaaaa;
	font-size:14px;
}
/************ 首页成功案例 ****************/
#success-case,#case-logo{
	max-width:1200px;
	margin:0px auto;
}
#case-logo .desction {
    width: 90%;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 100px;
    line-height: 30px;
    color: #a8a8a8;
}
.case-short{
	width: 90%;
    text-align: center;
    margin: 0px auto;
    padding-top: 25px;
    line-height: 30px;
    color: #a8a8a8;
    padding-bottom: 55px;
}
.case-list{
	height: 368px;
    overflow: hidden;
}
.case-list ul li{
	float:left;
	padding:0px 7px;
	width:385px;
	height: 355px;
    overflow: hidden;
}
.case-list ul li div{
	display:block;
	text-align:center;
}
.case-list ul li div span{
	text-align:center;
	font-size:16px;
	padding-top: 20px;
    display: inline-block;
}
.case-list ul li div p{
	padding-top:5px;
	color: #7a7a7a;
	font-size: 14px;
	padding-bottom:30px;
	height: 20px;
}
/********首页合作品牌*********/
#case{
	margin:90px auto; 
}
#case .title p {
    font-size: 30px;
    padding-top: 30px;
	font-weight: bold;
    color: #282828;
}
#case .title p::after {
    content: "";
    width: 200px;
    height: 6px;
    background: #305cdf;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.content_list{
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
	max-width:1196px;
	font-size:0px;
	margin-top:80px;
}
.content_list li{
	display:inline-block;
    width: 19.88%;
    border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
}
.content_list li img {
    width: 65%;
    padding: 10px 0px;
}
.content_list li:hover {
    box-shadow: 0 0 8px #305cdf inset;
    transition: all ease-out .3s;
}
/****************关于我们页面 2020-3-14*********************/
#about .about-descript {
	margin-top:40px;
	background:#2c5ee1;
	padding:50px 0px;
	font-size:18px;
}
#about .about-descript p{
	text-align:left;
	color:#ffffff;
	line-height:45px;
}
#about-team,#about{
	margin-top:50px;
}
#about-team .team-descript{
	margin-top:30px;
}
#about-team .team-descript p{
	padding-bottom:30px;
	font-size:26px;
	line-height:35px;
}
#development-course .development-list ul li{
	display:inline-block;
	margin: 20px 7px;
}
#development-course .development-list ul li .data{
	font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: right;
    width: 140px;
}
#development-course .development-list ul li .data.fr{
	text-align:left;
}
#development-course .development-list ul li .event{
	font-size: 16px;
    color: #ffffff;
    width: 350px;
    text-align: left;
    padding-top: 30px;
    padding-left: 50px;
}
#development-course .development-list{
	margin-top:30px;
	background:#e8e8e8;
	padding:50px 0px;
}
.development-list .left-single{
	background:url("../images/left-single.png") no-repeat center center;
	width:582px;
	height:80px;
}
.development-list .right-one{
	background:url("../images/right-one.png") no-repeat center center;
	width:582px;
	height:80px;
}
.development-list .left-double{
	background:url("../images/left-double.png") no-repeat center center;
	width:582px;
	height:80px;
}
.team-descript .content{
	position: relative;
    height: 266px;
    overflow: hidden;
    width: 1200px;
    margin: 0px auto;
}
.team-descript .list {
    width: 1628px;
    position: absolute;
    height: 226px;
}
.development-list .right-double{
	background:url("../images/right-double.png") no-repeat center center;
	width:582px;
	height:80px;
}
#acontact,#development-course{
	margin-top:50px;
}
#acontact .contact-content{
	background:url("../images/about-contanct-bg.jpg") no-repeat;
	margin-top:50px;
	padding:60px 0px;
	overflow: hidden;
    color: #fff;
	background-position: center;
}
#acontact .contact-content .amap{
	width:65%;
}
#acontact .contact-content .contact-details{
	width:33%;
	margin-left:2%;
	text-align: left;
}
#acontact .contact-content .contact-details p{
	padding-bottom:15px;
	font-size: 15px;
}
#opportunities .team-descript ul{
	font-size: 0px;
    margin-right: -22px;
	text-align: left;
}
#opportunities .team-descript{
	background:#2c5ee2;
	padding: 80px 0px;
	margin-top: 50px;
}
#opportunities .team-descript ul li{
	display: inline-block;
    width: 385px;
    height: 226px;
    margin-right: 22px;
}
/*********2020-3-18 运营案例详情页*********/
#case-category{
	margin-top:50px;
	overflow: hidden;
}
#case-category .gim{
	width:20%;
	text-align:left;
}
#case-category .case-title{
	width:60%;
	text-align:center;
}
#case-category .case-title span{
	background: #1c60ec;
    color: #ffffff;
    font-size: 36px;
    padding: 5px 10px;
}
#case-category .case-title strong{
	font-size: 36px;
    padding-left: 15px;
	color:#1c60ec;
}
#case-category .case-title p{
	color: #8c8c8c;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#case-category .case-data{
	width:20%;
	text-align:right;
}
#case-category .case-data .year{
	font-size: 26px;
    color: #1c60ec;
    display: block;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}
#case-category .case-data .year::after{
	content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #1c60ec;
    position: absolute;
    right: 5px;
    margin-top: 8px;
}
#case-category .case-data .month{
	padding-top: 20px;
    display: block;
    font-size: 15px;
    color: #8c8c8c;
    letter-spacing: 2px;
}
#case-situation{
	margin-top:50px;
}
#case-situation .title span.before{
	font-size:26px;
	color:#1c60ec;
	font-weight:bold;
}
#case-situation .title{
	text-align:left;
}
#case-situation .title span.case{
	font-size: 26px;
    letter-spacing: 2px;
    padding-left: 15px;
    color: #8c8c8c;
}
#case-situation .take-before{
	background: #f4f4f4;
    border-radius: 10px;
    padding: 30px 20px;
    line-height: 30px;
    margin-top: 20px;
	margin-bottom: 30px;
}
#case-situation .take-before p{
	color:#8a8a8a;
	text-align:left;
}
#case-situation .take-before .case-before-img{
	margin-top:20px;
}
.diagnosis,.case-strategy{
	margin-top:50px;
	overflow:hidden;
}
.diagnosis .diagnosis-img{
	width:30%;
}
.diagnosis .shop-problem-diagnosis{
	width: 68%;
    margin-left: 2%;
    text-align: left;
}
.diagnosis .shop-problem-diagnosis p{
	color: #1c60ec;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 50px;
}
.diagnosis .shop-problem-diagnosis ul li{
	margin: 15px 0px;
    line-height: 25px;
    color: #666666;
    background: url(../images/diagnosis-yuan.png) no-repeat 0 45%;
    padding-left: 25px
}
.case-strategy ul{
	text-align: left;
    font-size: 0px;
    margin-right: -25px;
	margin-top: 30px;
}
.case-strategy ul li{
	display: inline-block;
    border: 1px dotted #ccc;
    width: 22.5%;
    vertical-align: top;
    margin-right: 25px;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0px;
    height: 250px;
}
.case-strategy ul li p{
	font-size: 14px;
    color: #666666;
    padding: 35px 35px 0px 35px;
    text-align: left;
    line-height: 25px;
}
.perform-step{
	margin-top:30px;
	position:relative;
}
.perform-step .step-list{
	text-align:left;
}
.perform-step .step-list ul li{
	margin:30px 0px;
	background:#f3f3f3;
	padding:40px 0px;
	display: inline-block;
	position:relative;
}
.perform-step .step-list ul li p{
	float:right;
	line-height: 25px;
	width: 60%;
	color:#666666;
	padding-right: 130px;
}
.perform-step .step-list ul li span.number{
	 float: right;
    position: absolute;
    right: 0px;
    font-size: 140px;
    top: -18px;
    background: #ffffff;
	color:#1c60ec;
	padding-left: 20px;
	font-weight: bold;
}
.perform-step .step-list ul li.step1{
	width:55%;
}
.perform-step .step-list ul li.step2{
	width:65%;
}
.perform-step .step-list ul li.step3{
	width:75%;
}
.perform-step .step-list ul li.step4{
	width:85%;
}
.step-img{
	position: absolute;
    top: 20px;
    right: 0px;
    z-index: -1;
}
.store-status ul{
	text-align:left;
	margin-top:30px;
}
.store-status ul li{
	width: 39%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 50px
}
.store-status ul li p{
	position: absolute;
    color: #fff;
    top: 35%;
    left: 10%;
    font-size: 18px;
    width: 80%;
    line-height: 25px;
    text-align: left;
}
.store-status .status-img{
	background: #f4f4f4;
    border-radius: 10px;
    padding: 30px 20px;
	margin-top:30px;
}
.store-status .status-img h3{
	font-size:26px;
	color:#1c60ec;
	font-weight: bold;
    padding-bottom: 30px;
}
/***********成功案例***************/
#success-case {
    margin-top: 90px;
}
#success-case .titles p{
	 font-size: 30px;
    padding-top: 30px;
    font-weight: bold;
    color: #282828;
}
#success-case .titles p::after {
    content: "";
    width: 250px;
    height: 8px;
    background: #305cdf;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
#projectlist{
	margin-top:50px;
}
#footer{
	background:url("../images/footerbg.jpg") no-repeat;
	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 .guarantee{
	text-align:center;
	color:#808080;
	font-size:16px;
	padding-top:30px;
}
.company{
	margin-top:45px;
	padding:0px 70px;
}
.company .map{
	width:50%;
}
.fcontact{
	width:50%;
	padding-top: 5px;
}
.company .fcontact h2{
	color:#ffffff;
	font-size:24px;
	padding-bottom: 15px;
}
.company .fcontact p{
	color:#808080;
	font-size:16px;
	line-height:30px;
}
#bottom{
	background:#000;
	display:inline-block;
	width:100%;
	padding-bottom: 10px;
}
.bottom-border{
	width:100%;
	border-bottom: 1px solid #333;
	padding: 10px 0px;
	overflow:hidden;
}
#bootom-menu{
	max-width:1200px;
    margin: 0px auto; 
}
#bootom-menu .bootom-logo{
	float:left;
	width: 160px;
}
#bootom-menu .nav{
	width: 80%;
}
#bootom-menu .nav ul li{
	float:left;
	padding: 15px 0px 11px 25px;
}
#bootom-menu .nav ul li a{
	color:#ffffff;
	font-size:16px;
}
/*************** 设计案例列表 ******************/
#design{
	overflow:hidden;
	margin:55px auto;
}
.design-desction{
	width:66%;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin:0 auto;
	margin-top:40px;
	line-height: 30px;
	color:#4c4c4c;
}
.page_links a{
	color:#333;
	padding:0px 5px;
}
.page_links a.current{
	color:#f80d4a;	
}
#classify{
	margin-top: 45px;
	margin-bottom: 50px;
	overflow: hidden;
}
#classify ul.design-sort{
	text-align: center;
    margin: 0 auto;
}
#classify ul li{
	margin-right:25px;
    float: left;
    position: relative;
    line-height: 70px;
}
#classify ul li a{
	font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4c4c4c;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px 20px;
}
#classify ul li.current a{
	color:#ffffff;
	border:none;
	background:#305cdf;
}
.design-list ul{
	text-align:left;
	font-size: 0;
    margin-right: -15px;
    overflow: hidden;
}
.design-list ul li{
    margin: 0px 15px 20px 0px;
    background: #eeeeee;
    box-shadow: 0 0 5px 0px #bbb;
    border-radius: 10px;
    display: inline-block;
}
.shopname{
	margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
	padding-bottom:10px;
}
.shopname a span{
    font-size: 13px;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
	color:#333333;
}
.shopname p{
	margin-top: 5px;
    color: #8c8c8c;
    font-size: 12px;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.design-name{
	margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
	height: 30px;
	padding-bottom:15px;
}
.design-name a span{
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
	color:#333333;
	font-size:13px;
}
.design-name p{
	margin-top: 5px;
    color: #8c8c8c;
    font-size: 12px;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.projectitem{  
	position:relative; 
}
.projectitem a{ 
	display:block; 
	overflow:hidden
}
.projectitem a:hover img{ 
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2); 
	-webkit-transform:scale(1.2,1.2); 
	-o-transform:scale(1.2,1.2); 
	transition: all ease-out .3s;
}
.projectitem .project_info{ 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0); 
	position:absolute; 
	left:0; 
	top:0; 
	transition:all ease-out .3s;
}
.projectitem a:hover .project_info{
	background:#305cdf;
	filter:alpha(Opacity=90);
	-moz-opacity:0.9;opacity: 0.9;
	transition: all ease-out .3s;
}
.projectitem a:hover .project_info.bgblue{
	background:#21a4db;
	filter:alpha(Opacity=90);
	-moz-opacity:0.9;opacity: 0.9
}
.projectitem .project_info p{ 
	text-align:center; 
	color:#fff; 
	padding:0 20px
}
.projectitem .project_info div{ 
	position:relative;
	top:36%; 
}
.projectitem .project_info p.title,.projectitem .project_info .detail{
	margin-top:10px; color:rgba(0,0,0,0); 
	font-size:12px; 
	transition:all ease-out .3s;
	font-size:20px; 
	display:none;
    font-size: 18px;
}
.projectitem a:hover .project_info p.title,.projectitem a:hover .project_info .detail{
	margin-top:0px; 
	color:#fff;
	display:block;
}
.project_info .detail span{
	display:block;
}
.project_info .detail{
	color:#fff;
}
.projectitem a:hover .project_info .detail{
	width:100px;
	padding-top:25px;
	text-align:center;
	position:relative;
	top:35%; 
	left:145px;
	font-size:14px;
}
/******* 联系我们页面 ********/
.locatit{
	max-width:1200px;
	margin:0 auto;
	margin-top:25px;
	border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
}
.locatit div{
	font-size:16px;
	color:#282828;
}
.locatit div a{
	font-size:16px;
	color:#282828;
}
.locatit div img{
	padding:0px 5px;
}
.locatit div span{
	color:#f80d4a;
}
#contact{
	margin:45px auto;
	font-size:16px;
	overflow: hidden;
}
#contact .map{
	margin-top:50px;
}
#contact .contact_content{
	clear:both;	
}
#contact .contact_content h2,.situation-title h2{
	font-size:32px;
	color:#282828;
	font-weight:normal;
	padding:40px 0px;
}
.page{
	max-width:1200px;
	overflow:hidden;
}
.page img{
	padding:50px 0px;
}
.page .coreteam img{
	padding:20px 23px;
}
.contact_content li{
	width:50%;
	float:left;
	font-size:16px;
	color:#282828;
	padding-bottom:5px;
}
.contact-op{
	margin-top: 30px;
    display: inline-block;
}
.contact-op div{
	margin:30px 0px;
}
.contact-op div h5{
	font-size:16px;
	margin-bottom:10px;
}
.contact-op div span{
	color:#f80d4a;
}
.contact_content li img{
	position:relative;
	top:10px;
}
.contact_content .lxform li{
	width:100%;
	padding: 10px 0px;
}
.lxform{
	padding-top:40px;
	clear:both;
}
.lxform form ul li input,.lxform form ul li textarea{
	width:94.6%;
	padding:20px 30px;
	border:2px solid #e5e5e5;
	outline:none;
	color:#999999;
}
.lxform form ul li input.asbtn{
	width:255px;
	background:#f80d4a;
	color:#fff;
	border:none;
	border-radius:8px;
	display:block;
	margin:0 auto;
	font-size:16px;
}
.cult h2{
	padding:100px 0px 50px 0px;
	font-size:32px;
	color:#282828;
	font-weight:normal;
}
.cult p{
	padding-bottom:30px;	
	line-height: 30px;
    font-size: 16px;
    color: #333333;	
}
.cult p{
	padding-left:20px;
}
.culture_content div.con{
	line-height:30px;
	font-size:16px;
	color:#333333;
}
.situation{
	margin-top:65px;
}
.situation h3{
	color:#f80d4a;
	font-weight:normal;
	font-size:18px;
	padding-bottom: 5px;
}
.situation p{
	line-height:30px;
	font-size:16px;
	color:#333333;
	padding-bottom:30px;
}
.college{
	margin-top:20px;
}
.situation_content .situation-title h2{
	padding: 100px 0px 15px 0px;
}
.culture_content .con h2{
	font-size: 18px;
    font-weight: normal;
	color: #f80d4a;
}
.situation-title p{
	color:#bdbdbd;
}
#from{
	clear:both;
	width:100%;
}
#from ul li label{
	display:block;
	font-size:16px;
	padding-bottom: 5px;
}
#from ul li label font{
	color:#f80d4a;
	position: relative;
    top: 3px;
}
#from form ul li input, #from form ul li textarea {
    width: 94.6%;
    font-size: 14px;
    color: #464646;
    padding: 20px 30px;
    border: 2px solid #e5e5e5;
    outline: none;
	font-family: "Microsoft YaHei" ! important;
}
#from form ul li{
	margin:15px 0px;
}
#from form ul li input.asbtn {
    width: 255px;
    background: #f80d4a;
    color: #fff;
    border: none;
	font-size:18px;
    display: block;
}
#design-view{
	width:100%;
	display:inline-block;
}
.design_view-bg{
	width: 100%;
    background: #f80d4a;
    height: 340px;
    position: absolute;
    top: 31.6%;
}
#design-content{
	max-width:1200px;
	margin:0px auto;
	margin-top:30px;
}
.design-image{
	width:750px;
}
.design-good{
	margin-left:35px;
	width: 415px; 
	height: 600px; 
	background-color: rgb(255, 255, 255); 
	position: absolute; 
	top: 0px; 
	left: 62.5%;
}
.design-good img{
	margin:10px 0px 40px 0px;
}
.design-title{
	border-bottom:2px solid #f3f3f3;
	padding-bottom:25px;
}
.design-title h2{
	font-size:20px;
	font-weight:normal;
	color:#f80d4a
}
.design-title span{
	font-size:12px;
	font-weight:normal;
	font-family: Arial;
	color:#999999;
}
.desc-short{
	padding:15px 0px;
	font-size:16px;	
}
.desc-short p{
	line-height:30px;
}
.case-information{
	padding-top:15px;
	font-size:16px;
	border-bottom: 2px solid #f3f3f3;
    padding-bottom: 15px;
}
.case-information ul li{
	padding:10px 0px;
}
.case-information ul li label{
	width: 80px;
    display: inline-block;
}
.error{
	padding-top:20px;
	clear:both;
}
.success{
	text-align: center;
    font-size: 18px;
    padding-top: 50px;
    clear: both;
    color: #f80d4a;
}
.error_msg{
	color:#f80d4a;
	line-height:35px;
}
.social a,.contact-us a,.contact_content a{
	position:relative; 
	font-size:12px; 
	text-align:center;
}
.fcontact a{
	position:relative; 
}
.weixin_nr{
	width:100px; 
	height:100px; 
	padding:10px; 
	background:#fff; 
	text-align:center; 
	position:absolute; 
	left:-45px; 
	top:45px; 
	display:none;
}
.weixin_nr img{ 
	margin-bottom:5px;
}
.weixin_nr .arrow{ 
	width:0; 
	height:0; 
	border-bottom:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent; 
	position:absolute; 
	left:50px; 
	top:-10px;
}
.on .weixin_nr{ 
	display:block;
}
.contact_content .weixin_nr{
	width: 100px;
    height: 100px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 45px;
    top: -50px;
    display: none;
}
.contact_content .on .weixin_nr{ 
	display:block;
}
#outsourcing{
	max-width:1200px;
	margin:0px auto;
	background: #f5f5f5;;
}
.outsourcing_content{
	max-width:990px;
	margin:0px auto;
	padding:20px 0px;
}
.bottom-footer{
	max-width: 1200px;
    margin: 0px auto;
    clear: both;
    color: #fff;
    padding-top: 40px;
}
.bottom-footer a{
	color: #fff;
}
.sort-list{
	background:#fff;
	border:1px solid #eee;
}
.sort{
	height: auto;
	z-index: 20;
	position: fixed;
	right: 16px;
	top: 150px;
}
.list1{
	display:none;	
	position:absolute;
	width: 200px;
	left: -200px;
	top: 0px;
	background:#f5f5f5;
	overflow: hidden;	
}
.sort-list ul li{
	position:relative;
	display:block;
	padding: 10px 5px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.sort-list ul li:last-child{	
	border-bottom:none;
}
.sort-list ul li span{
	display:block;
	color:#4d4d4d;
}
.sort-list ul li a:hover span{
	color:#f80d4a;
}
.sort-list ul li ul li{
	border-bottom: 1px solid #eee;	
	text-align:left;
	padding-left:12px;
	width:100%;
	padding: 8px;
}
.sort-list ul li ul li a{
	font-size:12px;
	color:#4d4d4d;
}
.sort-list ul li ul li a font{
	padding-left:10px;
	color:#f80d4a;
	position: relative;
    top: 2px;
}
.phe{
	padding-right: 20px;margin-top: 12px;padding-left: 12px;
}
.sort-list ul li ul.weixin li{
	float:left;
	width:40%;
}
.sort .sort-list li.top a {
    display: block;
    cursor: pointer;
}
.sort .sort-list li a.sort-list-6 {
    background-position: -1308px -593px;
    width: 47px;
    height: 20px;
}
.sort .sort-list li a.sort-list-6:hover {
	background-position:-1308px -271px;
}
#header .content { margin: 0 auto; height: 100%; width:80%;position:relative; }
#header .content a#logo { float: left; display: block; height: 44px }
#header .content a#logo img { padding-left: 0px; width: auto; height: 100% }
#header .content #openBtn { float: right; display: none; margin-top: 7px; margin-right: 0; cursor: pointer }
#header .nav>li { position: relative; height: 48px; font-size: 14px ;line-height:48px;}
#header .nav>li>a { position: relative; display: block; overflow: hidden; padding-left: 20px;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: 100%; left: -12px; 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 rgba(0, 0, 0, .05); opacity: 0; transition: all .36s ease }
#header .nav ul.subnas{width:185px;}
#header .nav ul.subnanews{width:170px;}
#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; padding-left:40px;color: #666; font-weight: 500; font-size: 14px; line-height: 22px; transition: all .2s ease-in-out }
#header .nav>li:hover .subnav { visibility: visible; opacity: 1 }
#header .nav>li a.active span, #header .nav>li:hover a span { transform: translateY(-100%) }
#header .nav>li a.active i, #header .nav>li:hover a i { color:#f80d4a; }
#header .nav .subnav li a.active, #header .nav .subnav li a:hover { padding-left: 40; background-color: #f9f9f9; color:#f80d4a; }
.nibox {
    margin: 100px auto 0;
    width: 100%;
}
#browser-lt11 #header .nav>li>a span:after{
	top:100%;
}
.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
#contactform ul li label{
	padding-bottom:5px;
	display: block;
}
#contactform ul li label font{
	padding-left: 2px;
    color: #f80d4a;
    position: relative;
    top: 3px;
}
.data{
	width:150px;
}
#classify ul li ul li a.all{
	color:#f80d4a;
}
/********************** Update Time: 2020-3-17 代运营css ********/
#collocation{
	margin-top:50px;
}
#collocation .title h2,#Psolve .title h2,#Oadvantages .title h2,#honor .title h2,#service-process .title h2,#cross-service .title h2,#cplatform .title h2,#pcross-e-commerce .title h2,#opertion-service .title h2,#about .title h2,#about-team .title h2,#development-course .title h2,#opportunities .title h2,#acontact .title h2,#contact .title h2,#design .title h2,.design-subtitle .title h2,#design .operation-title .title h2,#morewrap .title h2{
	font-size:50px;
}
#collocation .title p,#Psolve .title p,#Oadvantages .title p,#honor .title p,#service-process .title p,#cross-service .title p,#cplatform .title p,#pcross-e-commerce .title p,#opertion-service .title p,#about .title p,#about-team .title p,#development-course .title p,#opportunities .title p,#acontact .title p,#contact .title p,#design .title p,.design-subtitle .title p,#design .operation-title .title p,#morewrap .title p{
	font-size:32px;
	padding-top:10px;
	position:relative;
}
#collocation .title p::after,#Psolve .title p::after,#Oadvantages .title p::after,#honor .title p::after,#service-process .title p::after,#cross-service .title p::after,#cplatform .title p::after,#pcross-e-commerce .title p::after,#opertion-service .title p::after,#about .title p::after,#about-team .title p::after,#development-course .title p::after,#opportunities .title p::after,#acontact .title p::after,#contact .title p::after,#design .title p::after,.design-subtitle .title p::after,#design .operation-title .title p::after,#morewrap .title p::after{
	content: "";
    width: 200px;
    height: 8px;
    background: #305cdf;
    display: block;
    margin: 25px auto;
}
#collocation .title p::before,#Psolve .title p::before,#Oadvantages .title p::before,#honor .title p::before,#service-process .title p::before,#cross-service .title p::before,#cplatform .title p::before,#pcross-e-commerce .title p::before,#opertion-service .title p::before,#about .title p::before,#about-team .title p::before,#development-course .title p::before,#opportunities .title p::before,#acontact .title p::before,#contact .title p::before,#design .title p::before,.design-subtitle .title p::before,#design .operation-title .title p::before,#morewrap .title p::before{
	content: "";
    width: 100%;
    height: 1px;
    background: #305cdf;
    display: block;
    position: absolute;
    top: 81px;
}
#collocation .title span,#Psolve .title span,#Oadvantages .title span,#honor .title span,#service-process .title span,#cross-service .title span,#cplatform .title span,#pcross-e-commerce .title span,#opertion-service .title span,#about .title span,#about-team .title span,#development-course .title span,#opportunities .title span,#acontact .title span,#contact .title span,#design .operation-title .title span,#morewrap .title span{
	text-transform: uppercase;
    letter-spacing: 2px;
	color:#666666;
}
.difficulties{
	margin-top:50px;
	background:#2c5ee1;
	color:#ffffff;
}
.difficulties h3{
	font-size:42px;
	padding-top: 30px;
}
.difficulties span{
	text-transform: uppercase;
    padding-top: 5px;
    display: block;
    letter-spacing: 1px;
}
.difficulties .problem-list ul li{
	border: 2px solid #ffffff;
    padding: 30px 35px;
}
.problem-list ul li{
	display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 39px;
	vertical-align: top;
}
.difficulties .problem-list h4{
	font-size: 60px;
    padding-bottom: 15px;
}
.problem-list ul li p{
	padding-top: 15px;
    font-size: 26px;
    border-top: 1px solid #fff;
}
.problem-list ul{
	text-align:left;
	margin-right:-39px;
}
.problem-list{
	padding:50px 0px;
}
#Psolve{
	margin-top:110px;
}
.six-services ul{
	text-align: left;
    font-size: 0px;
    margin-right: -40px;
    overflow: hidden;
	margin-top: 55px;
}
.six-services ul li{
	display: inline-block;
    padding: 50px 20px;
    width: 44%;
    margin-right: 20px;
    vertical-align: top;
    height: 420px;
	text-align: center;
	margin-bottom: 20px;
}
.Bcolor{
	border: 2px solid #266de3;
}
.Lcolor{
	border: 2px solid #25ccf8;
}
.Hcolor{
	border: 2px solid #2b6be6;
}
.six-services ul li h3{
	font-size: 36px;
    font-weight: bold;
    padding-top: 50px;
    background: url(../images/solve-bg.png) no-repeat center center;
    width: 447px;
    height: 116px;
	margin: 0px auto;
}
.six-services ul li h3 span{
	display: block;
    padding-top: 8px;
	color: #fff;
}
.six-services ul li p{
	padding: 0px 70px;
    font-size: 18px;
    line-height: 25px;
}
#Oadvantages{
	margin-top:60px;
}
#Oadvantages .advantages-list{
	background:#e8e8e8;
	margin-top:50px;
}
#Oadvantages .advantages-list ul li{
	display: inline-block;
    width: 32.5%;
    vertical-align: top;
    border-right: 2px dashed #ccc;
	margin: 50px 0px;
}
#Oadvantages .advantages-list ul li h3{
	font-size: 38px;
    font-weight: bold;
    color: #353535;
    padding-top: 30px;
}
#Oadvantages .advantages-list ul li p{
	padding: 40px 20px 0px 20px;
    font-size: 18px;
    line-height: 25px;
    color: #393939;
}
#Oadvantages .advantages-list ul p.heng{
	width: 100%;
    border-bottom:2px dashed #ccc;
    height: 1px;
}
.Oresources{
	border-top:2px dashed #ccc;
	padding-top: 30px;
}
.Oresources img{
	padding:50px 0px;
}
#honor{
	margin-top:50px;
}
.honor-list{
	background:#2c5ee1;
	overflow: hidden;
    padding: 50px 0px;
	margin-top:30px;
	
}
.honor-list .list{
	width: 1818px;
	position: absolute;
	height:337px;
}
.honor-list .content{
	overflow:hidden;
	position:relative;
	height:337px;
	width:1200px;
}
.honor-list ul{
	font-size: 0;
    text-align: left;
}
.honor-list ul li{
    width: 288px;
    display: inline-block;
    margin-right: 15px;
	vertical-align:top;
}
.honor-list ul li .title{
	color:#ffffff;
	text-align:center;
	padding-top:15px;
}
.honor-list ul li .title h3{
	font-size: 32px;
    font-weight: bold;
}
#honor .honor-list ul li .title span{
	font-size: 25px;
    display: block;
    color: #ffffff;
    padding: 5px 20px;
}
#service-process{
	margin-top:50px;
}
#service-process img{
	margin-top:40px;
}
/************* Update Time: 2017-10-10 ***************/
#brands-content{
	margin-top:90px;
}
#brands-content .title h2{
	font-size:50px;
	font-weight:normal;
}
#brands-content .title p{
	font-size:26px;
	padding-top:15px;
	color:#4a4a4a;
}
#brands-content .title p::after{
	content: "";
    height: 2px;
    background: #305cdf;
    display: block;
    width: 600px;
    text-align: center;
    margin: 0px auto;
}
.company-profile{
	margin-top:80px;
}
.company-profile-content{
	width:65%;
	text-align:left;
	margin-top: 30px;
}
.company-profile-content h3{
	font-size:28px;
	padding-bottom:30px;
}
.company-profile-content p{
	font-size: 16px;
    line-height: 35px;
    padding-right:40px;
}
.company-profile-content a{
	display: inline-block;
    background: #305cdf;
    color: #ffffff;
    font-size: 16px;
    padding: 2px 10px;
    margin-top: 30px;
}
.company-profile img{
	padding: 15px 10px;
    background: #fff;
}
.one-stop{
	position: relative;
    top: -60px;
    z-index: -1;
	text-align: center;
}
.brand-operation{
	max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: -50px;
    position: relative;
}
.brand-operation ul li{
	float:left;
	font-size:0px;
}
#brands-service .title{
	color:#0095e2;
}
#brands-service .title h2{
	font-size: 50px;
}
#brands-service .title p{
	font-size:26px;
	padding-top:35px;
	letter-spacing: 3px;
}
.service-descrition ul li{
	display: inline-block;
    width: 31%;
    vertical-align: top;
    box-shadow: 0 0 5px 0px #bbb;
    margin: 20px 10px;
    padding: 60px 0px;
    height: 330px;
	border-radius: 10px;
}
.service-descrition ul li h4{
	font-size: 26px;
    color: #0095e2;
    padding: 10px 0px;
    letter-spacing: 2px;
}
.service-descrition ul li span{
	color:#4e4e4e;
	font-size:15px;
	display:block;
	height:60px;
}
.service-descrition ul li p{
	padding: 80px 40px 0px 40px;
    line-height: 20px;
	color:#4e4e4e;
	font-size:15px;
	position:relative;
}
.service-descrition ul li p::before{
	content: "";
    width: 50px;
    height: 2px;
    background: #305cdf;
    display: block;
    position: absolute;
    top: 20px;
    text-align: center;
    margin: 0px auto;
    left: 43%;
}
#ascendancy{
	background:url("../images/advantage.jpg") no-repeat;
	width:100%;
	background-position: center;
}
.adv-content{
	color:#ffffff;
	padding:130px 0px 80px 0px;
}
.adv-content .title{
	letter-spacing: 4px;
}
.adv-content .title h2{
	font-size:48px;
	padding:20px 0px;
}
.adv-content .title p{
	text-transform: uppercase;
}
.adv-content .title span{
	text-transform: uppercase;
}
.adv-content .avd-list ul{
	margin-top:55px;
	font-size: 0;
}
.adv-content .avd-list ul li{
	display:inline-block;
	vertical-align:top;
	width: 21.3%;
	height: 237px;
	padding:100px 0px;
}
.adv-content .avd-list ul li h4{
	font-size:26px;
	letter-spacing: 4px;
}
.adv-content .avd-list ul li span{
	text-transform: uppercase;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
    opacity: 0.9;
    font-family: cursive;
	padding:5px 0px 40px 0px;
}
.adv-content .avd-list ul li p{
	font-size:16px;
	padding-bottom:30px;
}
.adv-content .avd-list ul li:nth-child(1){
	background:#2c9ff8
}
.adv-content .avd-list ul li:nth-child(2){
	background:#eab11d;
}
.adv-content .avd-list ul li:nth-child(3){
	background:#ff6043;
}
.adv-content .avd-list ul li:nth-child(4){
	background:#34d576;
}
.autobiography{
	max-width:1200px;
	margin:80px auto;
	display: flex;
	position:relative;
}
.autobiography .title{
	width:35%;
}
.autobiography .title h2{
	position: absolute;
    left: -45px;
}
.autobiography .title p{
	margin-top:320px;
}
.custom-content-list{
	width:65%;
	margin-top: 40px;
}
.custom-content-list ul{
	float:right;
	width:42%
}
.custom-content-list ul:nth-child(1){
	margin-top:70px;
}
.custom-content-list ul li{
    margin-left: 20px;
    margin-bottom: 20px;
	box-shadow: 0 0 5px 0px #bbb;
	border-radius: 10px;
	padding:35px;
	transition:all ease-out .3s;
}
.custom-content-list ul li:hover{
	background:#305cdf;
	color:#ffffff;
	transition:all ease-out .3s;
}
.custom-content-list ul li span{
	color: #305cdf;
    font-size: 24px;
    display: table-cell;
    letter-spacing: 2px;
    padding: 20px 0px;
    transition: all ease-out .3s;
    width: 100%;
}
.custom-content-list ul li:hover span{
	color:#ffffff;
	transition:all ease-out .3s;
}
.custom-content-list ul li span::after{
	content:"";
	width:100%;
	height:3px;
	background:#305cdf;
	display:block;
	margin-top: 2px;	
	transition:all ease-out .3s;
}
.custom-content-list ul li:hover span::after{
	background:#ffffff;
	transition:all ease-out .3s;
}
.custom-content-list ul li p{
	line-height:30px;
}
.advantages-service{
	background:url("../images/brand-our-advantages-bg.jpg") no-repeat;
	width:100%;
	padding:90px 0px;
	color:#ffffff;
	overflow: hidden;
	background-position: center;
}
.advantages-service .title {
	letter-spacing:2px;
}
.advantages-service .title h2{
	font-size:50px;	
}
.advantages-service .title p{
	padding-top:35px;
	font-size:24px;
}
.advantages-service .list{
	margin-top:70px;
}
.advantages-service .list li{
	display:inline-block;
	margin: 0px 35px;
}
.advantages-service .list li p{
	font-size: 28px;
	letter-spacing:2px;
	padding-top:20px;	
}
.advantages-service .success-list{
	margin-top:100px;
}
.success-list li{
	display:inline-block;
	margin:30px 35px;
}
.success-list li .number{
	font-size: 72px;
    font-weight: bold;
}
.success-list li .more{
	font-size: 20px;
    color: #ffcbda;
    padding-top: 10px;
    text-align: left;
    padding-left: 10px;
}
.success-list ul li p span{
	padding-right:5px;
	background-image:-webkit-linear-gradient(top,#fe94b3,#e4265e); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
	font-size:26px;
}
.success-list li .more a{
	color: #ffffff;
    font-size: 16px;
    background: #305cdf;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 20px;
}
/*************2020-2-17 摄影页面 css***************/
#brand-vision,#photography-case-show{
	margin-top:50px;
}
#brand-vision .title h2::after{
	content:"";
	width:250px;
	height:8px;
	background:#2c5ee1;
	display:block;
	margin:30px auto 40px auto;
}
#brand-vision .title p,#photography-case-show .title p,#photography-service .title p,#cooperation-orocess .title p{
	font-size: 28px;
    line-height: 38px;
}
#photography-case-show .pcase-list ul {
	font-size:0px;
	text-align:center;
}
#photography-case-show .pcase-list ul li{
	display: inline-block;
    width: 32.5%;
    position: relative;
    overflow: hidden;
    margin: 5px;
}
#photography-case-show .pcase-list ul li .touming{
	position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 5;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#photography-case-show .pcase-list ul li h3 {
	position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 50%;
    font-size: 26px;
    text-align: left;
    padding-left: 30px;
    top: 0;
	z-index:999; 
}
#photography-case-show .pcase-list ul li h3 span::before{
	content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: #2d5fe1;
    margin-bottom: 10px;
}
#photography-case-show .title p,#photography-service .title p{
	padding-top:25px;
}
#photography-case-show .title p::after,#photography-service .title p::after{
	content:"";
	width:250px;
	height:8px;
	background:#2c5ee1;
	display:block;
	margin:30px auto 40px auto;
}
#photography-case-show .more{
	margin-top: 50px;
    background: #2d5fe1;
    width: 360px;
    padding: 15px 0px;
    margin: 50px auto;
}
#photography-case-show .more a{
	font-size:26px;
	color:#ffffff;
}
.pcase-list p,.video p.subtitle{
	background:#d5d5d5;
	text-align:left;
	padding:15px 0px;
	margin-top: 50px;
}
.pcase-list p span,.video p.subtitle span{
	font-size: 26px;
    color: #ffffff;
    background: #2d5fe1;
    padding: 16px 30px;
}
.pcase-list p img,.video p img{
	padding-right:10px;
}
.pcase-list ul{
	margin-top:30px;
}
.video{
	background:#e1e1e1;
	padding: 10px 0px;
}
.video ul {
	font-size:0px;
	margin-right:-22px;
	overflow:hidden;
	text-align:left;
	margin-top:30px;
}
.video ul li{
	display: inline-block;
    width: 31.2%;
    margin-right: 24px;
    text-align: center;
	position:relative;
	margin-bottom:24px;
	position: relative;
}
.video ul li .container-video-player {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 30%;
    left: 40%;
}
.video ul li p{
	font-size:26px;
	padding-top: 22px;
}
#photography-service{
	margin-top:50px;
}
#photography-service .pservice-list ul {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;

    text-align: left;
    font-size: 0px;
    margin-top: 80px;
}
#photography-service .pservice-list ul li{
	display: inline-block;
    width: 33.22%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 80px 0px;
}
#photography-service .pservice-list ul li h3{
	font-size:26px;
	padding-top:30px;
}
#photography-service .pservice-list ul li h3::after{
	content: "";
    width: 50px;
    height: 8px;
    background: #2c5ee1;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}
#cooperation-orocess{
	background:url("../images/cooperation-orocess-bg.jpg") no-repeat;
	padding:65px 0px;
	margin-top:50px;
	background-position: center;
}
#cooperation-orocess .title p{
	padding-top:35px;
	color:#ffffff;
}
#cooperation-orocess .title p::after{
	content: "";
    width: 250px;
    height: 8px;
    background: #ffffff;
    display: block;
    margin: 30px auto 40px auto;
}
#cooperation-orocess .porocess-list ul li.content-list{
	background:#2c5ee1;
	border-radius: 10px;
	padding:15px 00px 20px 0px;
	width:199px;
	vertical-align: top;
}
#cooperation-orocess .porocess-list ul li.content-list h3{
	font-size:26px;
	padding-top:30px;
	color:#ffc822;
}
#cooperation-orocess .porocess-list ul li.content-list h3::before{
	content: "";
    width: 28px;
    height: 5px;
    background: #ffc822;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
}
#cooperation-orocess .porocess-list ul li{
	display:inline-block;
	margin-bottom: 45px;
}
#cooperation-orocess .porocess-list ul li span{
	color: #ffc822;
    padding-top: 5px;
    display: block;
    letter-spacing: 1px;
}
#cooperation-orocess .porocess-list ul li.arrow{
	position:relative;
	top:100px;
}
/********* Update Time: 2020-3-16 ************/
#personal-customization{
	margin-top:60px;
}
.personal-order{
	width:42%;
	margin-top:20px;
}
.personal-order h2{
	border-left: 3px solid #305cdf;
    margin-top: 60px;
    padding-left: 5px;
    font-size: 30px;
    font-weight: normal;
	color:#305cdf;
}
.personal-order div p{
	line-height:25px;
	margin:10px 0px;
	color: #343434;
}
#personal-customization ul{
	padding-top:55px;
}	
#personal-customization ul li{
	float:left;
	border-right:2px solid #f6f6f6;
	width:33%;
	text-align:center;
}
#personal-customization ul li span{
	display:block;
	font-size:16px;
	color:#373737;
	margin-top:40px;
}
#rate{
	width:100%;
	background:url("../images/rate-bg.jpg") no-repeat;
	display: inline-block;
	margin-top: 60px;
	background-position: center;
}
.hoisting{
	padding: 48px;
    background: #305cdf;
    margin-top: 60px;
	position: relative;
}
.hoisting h2{
	font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 2px;
}
.hoisting p{
	padding-top: 35px;
    color: #ffffff;
    font-size: 18px;
}
.host-arrow{
	position: absolute;
    left: 360px;
    top: 100px;
}
#personal-customization ul li.border-none{
	border-right:0px;
}
.learn-more{
	width: 52%;
    border-radius: 20px;
    color: #fff;
    font-size: 17px;
    margin-top: 80px;
    padding-bottom: 50px;
}
.learn-more li{
	margin-bottom:30px;
	list-style:square;
	line-height: 30px;
}
#design-detail,.particulars,.design-content{
	margin-top:60px;
	overflow:hidden;
}
.study-title{
	color:#305cdf;
	width: 60%;
	letter-spacing: 2px;
}
.study-title h2{
	font-size: 56px;
    font-weight: normal;
}
.study-title span{
	font-size: 26px;
    padding-top: 10px;
    display: block;
    color: #000000;
}
.study-title h3{
	font-size: 22px;
    font-weight: normal;
}
.study-title  div{
	margin-top:60px;
	text-transform : uppercase
}
.study-title  p{
	font-size:12px;
	color: #305cdf;
	padding-top:10px;
}
.study-desc{
	width:40%;
}
.study-desc p{
    margin-bottom: 10px;
    color: #666666;
    padding-top: 20px;
    font-size: 16px;
}
.visual-market-desc{
	background: #2c5ee1;
    padding: 40px 30px;
    line-height: 35px;
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}
.shop-decoration{
	width:50%;
}
.shop-decoration h2{
	font-size:30px;
	font-weight:normal;
	color:#305cdf;
	letter-spacing:2px;
	padding: 20px 0px;
}
.shop-decoration strong{
	display:block;
	margin-bottom: 20px;
	font-size: 36px;
}
.shop-decoration ul li{
	margin:20px 0px 20px 20px;
	list-style:square;
	color:#305cdf;
}
.shop-decoration ul li span{
	color:#343434;
}
#morewrap{
	background:#f6f6f6;
	clear:both;
	padding-bottom: 50px;
}
.design-process ul li{
	width:100%;
	overflow: hidden;
	position:relative;
	line-height: 28px;
	margin: 60px 0px;
}
.design-process ul li .step{
	font-size:18px;
    width: 48%;	
}
.design-process .dlist{
	background: #ffffff;
    padding: 10px 0px;
    width: 80%;
    margin: 30px auto;
    border-radius: 10px;
	box-shadow: 0 0 5px 0px #bbb;
}
.design-process .dlist{
	position:relative;	
}
.design-process .dlist ul::before{
	content: '';
    border-right: 2px solid #f4f4f4;
    height: 474px;
    display: block;
    position: absolute;
    left: 49.9%;
    top: 70px;
}
.design-process ul li .step::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #cecece;
    position: absolute;
    border-radius: 50%;
    left: 50.3%;
    margin-left: -8px;
    top: 8px;
    transition: all 0.36s ease;
	background: #fff;
}
.design-process ul li .step span{
	font-size:22px;
	font-family:Arial;
	color: #505054;
	position: relative;
    top: 1px;
}
.design-process ul li .process-introduced{
	width:48%;
}
.design-process ul li:hover .step span,.design-process ul li:hover .process-introduced,.design-process ul li:hover .step{
	color:#305cdf;
}
.design-process ul li:hover .step::after{
    border: 2px solid #305cdf;
}
.design-content .design-subtitle{
	text-align:center;
}
.design-subtitle p{
	font-size: 32px;
    letter-spacing: 2px;
    padding-top: 20px;
}
.design-content ul li{
	display: inline-block;
    margin: 0px 20px;
    width: 21.2%;
    vertical-align: top;
}
.design-content .dlist{
	margin: 30px 0px 60px 0px;
}
.design-content ul li .title{
	background:#f4f4f4;
	text-align: left;
    padding: 20px 0px 20px 25px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	transition:all ease-out .4s
}
.design-content ul li:hover .title{
	background:#305cdf;
}
.design-content ul li:hover .title span{
	color:#ffffff;
}
.design-content ul li .title span{
	font-size:20px;
	color:#3a3a3a;
	position:relative;
	padding-bottom:20px;
    display: block;
}
.design-content ul li .title span::after{
	content: "";
    width: 50px;
    height: 3px;
    background: #305cdf;
    position: absolute;
    left: 0px;
    top: 30px;
}
.design-content ul li:hover .title span::after{
    background: #ffffff;  
}
.design-content ul li:hover .title p{
	color:#ffffff;
	opacity:0.5;
}
.white-line{
	width: 105px;
    height: 4px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.visual-marketing div span.line{
	width: 25px;
    height: 2px;
    background: #f80d4a;
    display: inline-block;
    vertical-align: middle;
	margin-right:0px;
}
#benefits{
	background:#f8f8f8;
	width:100%;
	display: inline-block;
}
.design-benefits ul li{
	float:left;
	width:16.6%;
	text-align:center;
	padding: 30px 0px 30px 0px;
}
.design-benefits ul li span{
	display:block;
	margin-top:20px;
	color:#3a3a3a;
	font-size:16px;
}
#design-detail-content{
	max-width:1200px;
	margin:0px auto;
	margin-top: 60px;
}
.visual-marketing{
	background:#ebebeb;
	padding:50px 35px;
	position:relative;
}
.visual-market-arrow{
	position: absolute;
    left: 100%;
    top: 125px;
}
.visual-marketing h2{
	font-size:32px;
	font-weight:normal;
	color:#305cdf;
	padding-bottom:10px;
}
.visual-marketing p{
	font-size:18px;
    padding: 10px 0px;
}
.design-content ul li .title p{
	color:#bcbcbc;
}
.good-team{
	margin-top:45px;
}
.good-team ul li{
	font-size:30px;
	padding: 20px 0px;
	list-style:circle;
	color:#305cdf;
}
.good-team ul li span{
	color:#383838;
}
.good-team strong{
	color:#305cdf;
	font-family:Arial;
}
.choose-our{
    margin-bottom: 70px;
	overflow: hidden;
}
.advantage-choose,.design-process{
	padding-top:30px;
}
#design .design-list{
	margin-top:50px;
}
.design-process .operation-title{
	margin:0px 0px  30px 0px;
	overflow:hidden;
}
#case_show .more a,#design .more a{
	font-size:16px;
	color:#ffffff;
	text-align: left;
}
.design-case h2 a{
	float:right;
	font-size:14px;
	color:#ffffff;
	font-weight: normal;
	line-height: 45px;
}
/*************************************************************/
#thematic .data{
	background:url("../image/bg.jpg") no-repeat;
	width: 100%;
	display: inline-block;
	padding-top:30px;
	padding-bottom: 5px;
}
#thematic .video{
	background:url("../image/vbg.jpg") no-repeat;
	width: 100%;
	display: inline-block;	
}
#thematic .data img{
	float:left;
}
#thematic .data-list,#thematic .video-list,.record{
	max-width:1100px;
	margin:0px auto;
	text-align:center;
}
#thematic .data-two{
	margin: 0px 45px;
}
#thematic .video-list img{
	padding-bottom:35px;
}
#thematic .record{
	padding-top:70px;
}
#thematic .title{
	padding-bottom:80px;
}
/*************************************************************/
#benefits li img:hover,#personal-customization li img:hover{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
#benefits li img,#personal-customization li img{
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
/******************** Update Time: 2017-11-15 **************/
#solve-problem{
	max-width:1200px;
	margin:0px auto;
}
#trusteeship{
	margin-top:140px;
}
#trusteeship .show-img{
	text-align:center;
}
.higt-expre{
	margin-left: -70px;
    position: relative;
    top: -60px;
}
.problem-list-t{
	margin: 100px 0px 130px 0px;
}
.problem-list-t ul{
	text-align:center;
}
.problem-list-t ul li{
	display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    margin: 0px 45px;
	vertical-align: top;
}
.problem-list-t ul li p{
	padding-top: 45px;
    font-size: 16px;
}
.hexagon {
	width: 100px;
    height: 52px;
    background: #ccc;
    position: relative;
	margin-top:25px;
}
.hexagon:before{
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ccc;
}
.hexagon:after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ccc;
}
.hexagon:hover{
	background: #149af6;
}
.hexagon:hover:after{
	border-top: 25px solid #149af6;
}
.hexagon:hover:before{
	border-bottom: 25px solid #149af6;
}
.train-host{
	background:url("../images/train-advantage-bg.jpg") no-repeat;
	width:100%;
	overflow:hidden;
	padding-bottom: 80px;
	background-position: center;
}
.advantage-hosting{
	padding-top:80px;
	overflow: hidden;
}
.advantage-hosting ul{
	text-align:center;
}
.advantage-hosting ul li{
	color: #3e3e3e;
    position: relative;
    display: inline-block;
    padding: 20px 2px;
	background: #ffffff;
	transition:all ease-out .4s;
	border-radius: 10px;
}
.advantage-hosting ul li p{
	font-size: 16px;
    padding-bottom: 20px;
}
.advantage-hosting ul li img{
	padding: 3px;
    background: #fff;
    border-radius: 10px;
}
.advantage-hosting ul li:hover{	
	background-color:#1ca2da;
	color:#ffffff;
	transition:all ease-out .4s
}
.advantage-hosting ul li span.arrow{
	display:none;	
}
.advantage-hosting ul li:hover span.arrow{
	position:absolute;
	top:130px;
	left:25px;
}
.advantage-hosting ul li span{
	font-family:Arial;
	color:#1ca2da;
	font-size:46px;
	display:block;
	padding:15px 0px;
}
.hosting-operating,.effect-comparison{
	margin-top:75px;
	overflow:hidden;
}
.hosting-operating ul li span{
	display:block;
	padding-bottom: 10px;
	text-align: left;
}
.hosting-operating .title{
	overflow:hidden;
}
.hosting-operating .title h3{
	font-size: 42px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    color: #2c4058;
	margin-top: 120px;
}
.hosting-operating .title h3 span{
	display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
}
.hosting-operating .title h3::before{
	content:"";
	width:5px;
	height:75px;
	background:#55b7ff;
	position:absolute;
	left: -15px;
}
.hosting-operating .title p{
	margin-top: 240px;
    font-size: 26px;
	text-align:left;
}
.hosting-operating .title p span{
	display:block;
	padding-top:15px;
	font-size:16px;
}
.hosting-operating ul{
	margin-top: 40px;
}
.hosting-operating ul li{
	float:left;
	padding:0px 45px;
	text-align:center;
	margin-right:25px;
	background: url(../images/quire.png) no-repeat 30px 6px;
}
.hosting-operating ul li:hover{
	background:url(../images/quire-while.jpg) no-repeat 30px 26px #55b7ff;
	color:#ffffff;
	margin-top:-40px;
	position:relative;
	z-index:999px;
	padding:20px 45px 10px 45px;	
	transition:all ease-out .4s
}
#cooperative-brand{
	width:100%;
	margin:0px auto;
	text-align:center;
	overflow:hidden;
	margin-top: 70px;
}
#cooperative-brand h3,.effect-comparison h3{
	font-size: 42px;
    font-weight: normal;
    letter-spacing: 2px;
	position:relative;
	color: #2c4058;
	padding-bottom: 50px;
}
.effect-comparison h3::before{
	content: "";
    width: 100px;
    height: 1px;
    background: #000;
    text-align: center;
    margin: 0px auto;
	display: block;
    margin-bottom: 25px;
}
#train-case-list{
	background:url("../images/train-case-bg.jpg") no-repeat;
	width:100%;
	height:100%;
	padding:28px 0px;
	margin-top:50px;
	background-position: center;
}	
.design-case .train-title h2{
	font-size: 34px;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
}
.design-case .train-title h2::before{
	content: "";
    width: 100px;
    height: 1px;
    background: #ffffff;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 15px;
}
.design-case .train-title  a{
	color: #ffffff;
    font-size: 18px;
    letter-spacing: 10px;
    padding: 10px 0px 60px 1px;
    display: block;
}
#cooperative-brand p{
	text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0px 40px 0px;
   color:#3e3e3e;
}
#cooperative-brand{
	margin-top:30px;
}
.effect-comparison ul{
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:30px;
}
.effect-comparison ul:last-child{
	margin-bottom:0px;
	border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}
.effect-comparison ul li{
	width:40%;
	display:inline-block;
}
.effect-comparison ul li span.before-taking-over{
	font-size:26px;
	display:block;
	letter-spacing:2px;
}
.effect-comparison ul li span.number{
	font-size:46px;
	font-family:Arial;
	color:#3e3e3e;
	position: relative;
    top: 5px;
	letter-spacing: 3px;
}
.effect-comparison ul li p{
	color:#bcbcbc;
}
.fz{
	font-size:24px;
}
.effect-comparison ul li span.cred{
	color: #55b7ff;
}
.effect-comparison ul li span.ceng-ji{
	font-size:18px;color:#cdcdcd;letter-spacing: 2px;
}

/***摄影服务**/
#wcan,.photography-data,.cphotography,.cprocess{
	margin-top:50px;
}
#wcan .title{
	text-align:center;
}
#wcan .title h2{
	color:#f80d4a;
	font-size:40px;
	font-weight:normal;
}
#wcan .title .subtitle{
	width: 60%;
	margin: 5px auto;
	font-size: 15px;
	line-height: 25px;
	color:#bcbcbc;
}
.pcasef img{
	padding-top:40px;
}
.photography-data{
	position: relative;
	margin-top:100px;
}
.photography-data .title{
	position: absolute;
	top: -50px;
	left: 18%;
}
.cphotography .clinfo ul{
	font-size:0px;
	margin-top:30px;
}
.cphotography .clinfo ul li{
	display:inline-block;
	margin: 7px;
	position: relative;
	vertical-align: top;
}
.cphotography .clinfo ul li h3 {
	position: absolute;
	top: 145px;
	width: 100%;
	background: #f80d4a;
	color: #fff;
	font-size: 16px;
	padding: 5px 0px;
	opacity: 0.8;
	font-size:15px;
	text-align:center;
}
.cprocess .plinfo ul li{
	display:inline-block;
	margin:0px 3%;
}
.cprocess .plinfo ul{
	text-align:center;
	margin-top: 30px;
}
.cprocess .plinfo ul li h3{
	font-size:20px;
	font-weight:normal;
	color:#f80d4a;
}
.cprocess .plinfo ul li p{
	color:#bcbcbc;
	font-size:15px;
	padding-bottom: 15px;
}
/********友情链接*************/
#friendly_link{
	max-width: 1200px;
	margin: 0px auto;
    color: #808080;
    font-size: 16px;
    padding-top: 20px;
	clear: both;
}
#friendly_link span{
	float: left;
    padding-top: 5px;
}
#friendly_link ul li{
	float:left;
	margin-right:20px;
}
#friendly_link ul li a{
	color:#808080;
	font-size:14px;
}
/*******直通车案例**********/
.ctrain,#pvdes{
	max-width:1200px;
	margin:20px auto;
}
.xiao {
    background: url(../images/contect3.jpg) no-repeat center center;
    margin: 60px 0;
    height: 45px;
}
.case_title {
    background: url(../images/pic4.jpg) no-repeat;
    width: 487px;
    height: 103px;
    margin: 0 auto;
    text-align: center;
    color: #f80d4a;
    font-size: 32px;
    padding-top: 40px;
}
.case_title p {
    color: #666;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
}
#pvtleft{
	width:57%;
}
#pvtright{
	width:40%;
	margin-left:3%;
}

#pvtright h2 {
    font-size: 28px;
    margin: 30px 0;
    color: #333;
	font-weight: normal;
}
#vcform{
	line-height:30px;
}
#vcform h3{
	font-size:18px;
	color:#333;
	margin-top:20px;
}
/*******品牌出海*********/
#cross-service{
	margin-top:50px;
}
.cross-description p{
	font-size:26px;
	color:#ffffff;
}
#cross-service .cross-description{
	background: #2c5ee2;
    line-height: 40px;
    padding: 20px 0px 350px 0px;
	margin-top: 55px;
}
.cross-advantages{
	margin-top:-310px;
}
.cross-advantages ul{
	font-size: 0px;
    text-align: left;
    margin-right: -22px;
    overflow: hidden;
}
.cross-advantages ul li{
	width: 31.5%;
    display: inline-block;
    background: #e8e8e8;
    margin-right: 22px;
    text-align: center;
    padding: 30px 0px;
    vertical-align: top;
}
.cross-advantages ul li h3{
	font-size: 40px;
    font-weight: bold;
    color: #343434;
    padding: 25px 0px;
}
.cross-advantages ul li p{
	font-size: 16px;
    line-height: 25px;
    padding: 0px 20px;
}
.cross-advantages ul li h3::after{
	content: "";
    width: 70px;
    height: 5px;
    background: #343434;
    display: block;
    margin: 0px auto;
    margin-top: 25px;
}
.platform-list{
	margin-top:50px;
}
.platform-list ul li{
	display: inline-block;
    width: 24%;
    margin: 0px 3px;
}
#pcross-e-commerce{
	margin-top:50px;
}
.ecommerce-service-list{
	background:#e8e8e8;
	padding:75px 0px;
	margin-top:50px;
}
.ecommerce-service-list ul{
	text-align:left;
	font-size:0px;
	margin-right: -20px;
	overflow:hidden;
}
.ecommerce-service-list ul li{
	display:inline-block;
	width:31.6%;
	margin-right:20px;
	margin-bottom: 20px;
	position: relative;
    overflow: hidden;
}
.ecommerce-service-list ul li h3{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 5;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    padding-top: 9%;
	font-size:26px;
}
.ecommerce-service-list ul li h3 span{
	display: block;
    text-align: center;
    padding-top: 20%;
}
.ecommerce-service-list ul li h3 span::before{
	content:"";
	width:100px;
	height:7px;
	background:#24b2f1;
	display:block;
	margin: 0px auto;
    margin-bottom: 25px;
	border-radius: 3px;
	opacity:1;
}
#opertion-service{
	margin-top:50px;
}
#opertion-service .professional-service-list{
	background:#2c5ee2;
	padding: 100px 0px;
	margin-top: 50px;
}
.professional-service-list ul{
	text-align: left;
    font-size: 0px;
    margin-right: -22px;
    overflow: hidden;
}
.professional-service-list ul li{
	display: inline-block;
    width: 31.4%;
    background: #ffffff;
    margin-right: 22px;
    margin-bottom: 22px;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0px;
    vertical-align: top;
    height: 450px;
}
.professional-service-list ul li h3{
	font-size: 30px;
    padding-top: 20px;
}
.professional-service-list ul li h3::after{
	content: "";
    width: 300px;
    height: 2px;
    background: #343434;
    display: block;
    margin: 20px auto;
}
.professional-service-list ul li p{
	font-size: 16px;
    line-height: 25px;
    padding: 0px 30px 0px 30px;
}
/***************拼多多***************/
#sproblem{
	margin-top:50px;
}
#sproblem .content{
	position:relative;
}
#sproblem .content .spro-img{
	position:absolute;
	top:0px;
	z-index:1;
	right:0;
}
#sproblem .title h2{
	font-size: 60px;
    text-align: left;
    margin-left: 25px;
    margin-top: 10px;
    font-weight: bold;
    color: #343434;
    width: 546px;
}
#sproblem .english-desc{
	text-align: left;
    clear: both;
    text-transform: uppercase;
    padding-top: 40px;
    line-height: 25px;
    color: #343434;
    letter-spacing: 1px;
}
.six-spro{
	text-align:left;
	background:#1daaff;
	overflow:hidden;
	margin-top: 30px;
	padding: 30px 0px;
}
.six-spro ul li{
	width:100%;
	padding:10px 50px;
	float:left;
}
.six-spro ul li span{
	display: block;
    float: left;
    width: 105px;
    background: #1e64de;
    text-align: center;
    padding: 12px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}
.six-spro ul li p{
	color: #ffffff;
    font-size: 15px;
    padding-top: 12px;
    margin-left: 160px;
	letter-spacing: 1px;
}
#six-service-solve {
	margin-top: 50px;
	background:url("../images/six-service-bg.jpg") no-repeat;
	padding-top:100px;
	background-position: center;
}
#six-service-solve .title h2,#wchooseus .title h2,#Aresources .title h2{
	font-size:50px;
}
#six-service-solve .title h2::before,#wchooseus .title h2::before{
	content:"";
	width:90px;
	height:10px;
	background:#2478da;
	margin: 0px auto 30px auto;
    display: block;
}
#six-service-solve .title h2 strong,#wchooseus .title h2 strong{
	color:#2478da;
}
#six-service-solve .title  p,#wchooseus .title p,#Aresources .title p{
	font-size:32px;
	padding-top: 20px;
}
#six-service-solve .title span,#wchooseus .title span,#Aresources .title span{
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #343434;
    padding-top: 20px;
    display: block;
}
.six-service-list{
	margin-top:75px;
}
.six-service-list ul {
	font-size: 0px;
    margin-right: -20px;
    overflow: hidden;
}
.six-service-list ul li{
	display: inline-block;
    width: 15%;
    background: #ffffff;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 90px;
}
.six-service-list ul li h3{
	background: #0090ff;
    font-size: 18px;
    padding: 10px 0px;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#wchooseus{
	margin-top:50px;
}
.six-advantage ul li{
	text-align: left;
    width: 14%;
    line-height: 25px;
}
.six-advantage ul li h3{
	font-size:15px;
	font-weight:bold;
}
.six-advantage ul li h3::before{
	content:"";
	width:6px;
	height:30px;
	background:#24d7ff;
	display:block;
	position:absolute;
}
.six-advantage ul li h3 span{
	padding-left: 20px;
    display: block;
    font-size: 26px;
    letter-spacing: 2px;
	padding-top: 2px;
}
.six-advantage ul li p{
	padding-left: 20px;
    padding-top: 15px;
    font-size: 16px;
	line-height: 25px;
}
#wchooseus .content{
	position:relative;
	height: 1130px;
}
#wchooseus .wchooseus-table{
	position: absolute;
    top: 340px;
    z-index: -1;
}
.six-advantage .one-advantage{
	position: absolute;
    left: 9%;
    top: 33%;
    color: #ffffff;
}
.six-advantage .two-advantage{
	position: absolute;
    left: 65%;
    top: 35%;
	color:#ffffff;
}
.six-advantage .three-advantage{
	position: absolute;
    left: 2.5%;
    top: 58%;
}
.six-advantage .four-advantage{
	position: absolute;
    left: 74.5%;
    top: 57.5%;
}
.six-advantage .three-advantage h3,.six-advantage .four-advantage h3{
	color:#1f87e0
}
.six-advantage .three-advantage p,.six-advantage .four-advantage p{
	color:#aca899
}
.six-advantage .five-advantage{
	position: absolute;
    left: 14.5%;
    top: 81%;
    color: #ffffff;
}
.six-advantage .last-advantage{
	position: absolute;
    left: 64%;
    top: 79.5%;
    color: #ffffff;
}
#Aresources{
	background:#2846ff;
	padding:130px 0px;
}
#Aresources .title{
	color:#ffffff;
}
#Aresources  .title h2::before{
	content:"";
	width:90px;
	height:10px;
	background:#ffffff;
	margin: 0px auto 30px auto;
    display: block;
}
#Aresources  .title span{
	color:#ffffff;
}
.resources-list{
	margin-top:110px;
}
#Aresources .resources-list ul {
	font-size:0px;
}
#Aresources .resources-list ul li{
	display:inline-block;
	width:12.5%;
	margin:10px 0px;
}
#Aresources .title p{
	padding:20px 120px 0px 120px;
	line-height:40px;
}
#Aresources .resources-list ul li span{
	display: block;
    font-size: 17px;
    color: #ffffff;
    padding: 20px 0px;
    font-weight: bold;
}
/*******直播运营*****/
.blockbox{
	background:#f0f2f5;
	width:100%;
	height:680px;
	padding-top: 60px;
}
.blockbox .content{
    height: 100%;
    position: relative;
}
.blockbox .jerk {
	position:absolute;
	left: 30%;
    top: 150px;
    display: block;
}
.common_title_c{
	font-size: 48px;
    font-weight: bold;
}
.common_title_e {
    font-size: 14px;
    text-transform: uppercase;
}
.problem_1 {
    width: 398px;
    height: 67px;
    position: absolute;
    top: 460px;
    background: url(../images/problem_sbg1.png) no-repeat center;
    font-size: 22px;
    color: #ffffff;
    line-height: 58px;
    animation: move 1s ease infinite alternate;
    text-align: left;
}
.problem_1 span{
	padding-left: 25px;
}
.problem_2 {
    width: 456px;
    height: 67px;
    position: absolute;
    top: 460px;
    right: 0px;
    background: url(../images/problem_sbg2.png) no-repeat center;
    font-size: 20px;
    color: #ffffff;
    line-height: 58px;
    padding-left: 52px;
    animation: move 1s ease 0.2s infinite alternate;
}
.problem_3 {
    width: 357px;
    height: 67px;
    position: absolute;
    top: 335px;
    left: 30px;
    background: url(../images/problem_sbg3.png) no-repeat center;
    font-size: 20px;
    color: #ffffff;
    line-height: 58px;
    padding-left: 52px;
    animation: move 1s ease 0.4s infinite alternate;
}
.problem_3 span{
	text-align: left;
    display: block;
    padding-left: 20px;
}
.problem_4 {
    width: 421px;
    height: 67px;
    position: absolute;
    top: 335px;
    right: 0px;
    background: url(../images/problem_sbg4.png) no-repeat center;
    font-size: 20px;
    color: #ffffff;
    line-height: 58px;
    padding-left: 52px;
    animation: move 1s ease 0.6s infinite alternate;
}
.problem_5 {
    width: 394px;
    height: 67px;
    position: absolute;
    top: 210px;
    left: 15px;
    background: url(../images/problem_sbg5.png) no-repeat center;
    font-size: 20px;
    color: #ffffff;
    line-height: 58px;
    padding-left: 52px;
    padding-left: 65px;
    animation: move 1s ease 0.8s infinite alternate;
}
.problem_5 span{
	display: block;
    text-align: left;
    padding-left: 60px;
}
.problem_6 {
    width: 330px;
    height: 67px;
    position: absolute;
    top: 212px;
    right: 15px;
    background: url(../images/problem_sbg6.png) no-repeat center;
    font-size: 20px;
    color: #ffffff;
    line-height: 58px;
    padding-left: 52px;
    padding-left: 65px;
    animation: move 1s ease 1s infinite alternate;
}
#live-broadcast{
	background:#1a1a1a;
	padding-top:60px;
	color:#ffffff;
	padding-bottom:60px;
}
#live-broadcast .title{
	background:url("../images/value-and-advantage-of-live-broadcast-title-bg.png") no-repeat;
	width:569px;
	height:124px;
	margin: 0px auto;
}
#live-broadcast .title h2{
	font-size:48px;
	font-weight:bold;
	padding-top: 15px;
}
#live-broadcast .title p{
	font-size: 14px;
    text-transform: uppercase;
}
#live-broadcast p.subtitle{
	font-size:22px;
	padding: 50px 0px 80px 0px;
}
.live-b-list ul li{
	display:inline-block;
	text-align:left;
	width: 18.75%;
	border-right:1px solid #333333;
	padding:70px 35px 70px 35px;
	vertical-align: top;
	position:relative;
}
.live-b-list ul li:hover{
	color:#2c5ee1;
	transition:all ease-out .3s;
	box-shadow: 7px 0px 7px -7px #0e0e0e; 	
}
.live-b-list ul li:hover::before{
	content:'';
	display:block;
	width:120px;
	height:5px;
	background:#2c5ee1;
	position:absolute;
	top:0px;
	left:90px;
}
.consulting{
	background:url("../images/consulting-bg.png") no-repeat;
	width: 287px;
    height: 46px;
    line-height: 46px;
    margin: 60px auto;
    display: block;
    font-size: 18px;
    color: #fff;
}
.live-b-list ul li:last-child{
	border-right:0px;
}
.live-b-list ul{
	border:1px solid #333333;
}
.live-b-list ul li span{
	font-size:30px;
}
.live-b-list ul li h3{
	font-size: 24px;
    padding: 15px 0px;
}
.live-b-list ul li p{
	font-size:16px;
	line-height: 26px;
}
#live-operation-service{
	background:url("../images/live-broadcast-generation-operation-service-content-bg.jpg") no-repeat;
	width:100%;
	height:100%;
	padding-top:60px;
	padding-bottom: 50px;
	background-position: center;
}
#live-operation-service .title p{
	font-size: 20px;
}
#live-operation-service .title h2{
	font-size: 48px;
    font-weight: bold;
}
.los-list{
	margin-top:60px;
	position:relative;
}
.los-list::after{
	content:'';
	width:100%;
	height:1px;
	background:#bfbfbf;
	display:block;
	position:absolute;
	top:300px;
}
.los-list ul li {
    display: inline-block;
    width: 24.6%;
    border-right: 1px solid #bfbfbf;
	vertical-align: top;
	padding: 50px 0px;
}
.los-list ul li h3{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 10px;
}
.los-list ul li span {
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}
.los-list ul li:nth-child(4) {
    border-right: 0px;
}
.los-list ul li:last-child {
    border-right: 0px;
}
.los-list ul li p{
	font-size: 16px;
    line-height: 25px;
    padding: 10px 25px 0px 25px;
}
#live-service-adv{
	background:#f0f2f5;
	padding-top: 60px;
}
#live-service-adv .title h2{
	width: 35%;
    float: left;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    border-right: 2px solid #a8a9ab;
    padding-bottom: 9px;
}
#live-service-adv .title h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: #343434;
	margin-top:15px;
}
#live-service-adv .subtitle{
	padding-left: 5%;
    float: left;
    width: 59%;
    text-align: LEFT;
	border-left:2px solid #ffffff;
}
#live-service-adv .subtitle h3 {
    font-size: 24px;
    font-weight: bold;
}
#live-service-adv .subtitle p {
    font-size: 20px;
    padding-top: 6px;
}
#live-service-adv .live-list{
	clear:both;
	margin-top: 60px;
    display: inline-block;
}
#live-service-adv .live-list ul li{
	display: inline-block;
    width: 28.4%;
    margin: 35px 128px;
    vertical-align: top;
	text-align: left;
}
#live-service-adv .live-list ul li h3{
	font-size: 24px;
    font-weight: bold;
    padding: 15px 0px 8px 0px;
}
#live-service-adv .live-list ul li p{
	line-height:30px;
	font-size:16px;
	color:#666666;
}
#offcial-c-platform{
	background:url("../images/logo-bg.jpg") no-repeat;
	width:100%;
	height:100%;
	color:#ffffff;
	padding: 60px 0px 120px 0px;
	background-position: center;
}
#offcial-c-platform .title h2{
	font-size: 48px;
    font-weight: bold;
}
#offcial-c-platform .title  p{
	font-size: 14px;
    text-transform: uppercase;
}
#offcial-c-platform .platform-list{
	margin-top: 100px;
}
#offcial-c-platform .platform-list ul li{
	display: inline-block;
    margin: 0px 2.1%;
	width: auto;
}
#offcial-c-platform .platform-list ul li p{
	font-size: 18px;
    padding-top: 10px;
}
#offcial-c-platform .platform-list ul li span{
	text-transform: uppercase;
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
    display: block;
	letter-spacing: 2px;
}
.addimage{
	width:100%;
	text-align:center;
}
.plistInfo{
	text-align: center;
    max-width: 1200px;
    margin: 20px auto;
}
/**************天猫代运营***************/
.banner img{
	width:100%;
	min-width:1200px;
}
#tm {
	background:#fbfbfb;
	padding:60px 0px;
}
.tm-s-problem .title,.adv_security .title,.adv_security .title,.tm_blockbox .title{
	text-align:center;
	margin: 60px 0px;
}
.tm_solution .title h3,.tm-s-problem .title h3,.adv_security .title h3,.adv_security .title h3,.tm_blockbox .title h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-weight: bold;
}
ul::after,.clearfix {
    content: '';
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
}
.tm_solution .title p,.tm-s-problem .title p,.adv_security .title p,.adv_security .title p,.tm_blockbox .title p{
    font-size: 20px;
    line-height: 36px;
    color: #7B7B7B;
    padding-top: 3px;
}
.tm_solution .solution_list ul{
	margin-right:-28px;
}
.tm_solution .solution_list ul li{
	width:176px;
	text-align:center;
	margin-right:28px;
	margin-bottom:28px;
	background:#ffffff;
	padding:35px 0px;
	float:left;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
	border-radius: 15px;
}
.s_icon{
	height:87px;
}
.solution_list h4{
	font-size: 16px;
	padding-top:25px;
}
.tm_solution .solution_list{
	margin-top:60px;
}
.tm-s-problem{
	background: url(../images/tm-s-problem-bg.jpg) no-repeat top/contain;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    background-position: center 0;
    width: 100%;
    height: 354px;
    padding-top: 1px;
	margin-top: 50px;
}
.tm-s-text {
	margin-top:45px;
}
.tm-s-text ul li{
	width: 208px;
    height: 87px;
    background: #fff;
    border-radius: 44px;
    font-size: 18px;
    color: #534A9C;
    line-height: 87px;
    text-align: center;
    float: left;
	margin-right: 39px;
	font-weight: bold;
}	
.tm-s-text ul li:last-child{
	margin-right:0px;
}
.tm-s-problem .title{
	text-align:center;
	color:#ffffff;
}
.tm-s-problem .title p{
	color:#ffffff;
}
.adv_security_list{
	margin-top:70px;
}
.adv_security .adv_security_list ul{
	margin-right:-23px;
}
.adv_security .adv_security_list ul li{
	width: 282px;
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
    border-radius: 24px 24px 0px 0px;
}
.adv_security .adv_security_list ul li img{
	border-top-left-radius:24px;
	border-top-right-radius:24px;
}
.adv_security .adv_security_list ul li .title h2 {
    font-size: 18px;
    font-weight: bold;
}
.adv_security .adv_security_list ul li .title p {
	font-size: 16px;
    color: #333333;
    padding-top: 10px;
    line-height: 32px;
}
.adv_security .adv_security_list ul li .title {
    padding: 25px 20px 25px 20px;
    background: #ffffff;
    position: relative;
	text-align: center;
	border-bottom-left-radius:24px;
	border-bottom-right-radius:24px;
	margin:0px;
}
.tm_blockbox{
	margin-top:50px;
}
.marketing_each ul li .mark_workset_icon img{
    height:74px;
}
.marketing_each{
	background: #ffffff;
	box-shadow: 0px 0px 30px rgba(223, 211, 253, 0.35);
	border-radius: 10px;
	margin-top: 70px;
	padding:45px 0px;
}
.marketing_each ul li{
	width:24.6%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.marketing_each ul li .ser-con-i h3 {
    font-size: 18px;
    font-weight: bold;
	padding-top:35px;
}
.marketing_each ul li .ser-con-i p{
	line-height: 30px;
    padding-top: 15px;
    color: #333;
	font-size:16px;
}
.tm-success-case{
	background: url(../images/tm-success-case-bg.jpg) no-repeat top/contain;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    background-position: center 0;
    width: 100%;
    height: 800px;
    padding-top: 1px;
	margin-top: 80px;
}
.tm-success-case .title,.tm-success-case .title p{
	color:#ffffff;
}
.tm_case_each ul li{
	margin: 25px 0px;
    float: left;
	margin-right:17px;
}
.tm_case_each ul li:last-child{
	margin-right:0px;
}
.tm_case_each ul li p{
	font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 20px;
}
.case-list-info {
    margin-top: 40px;
}
.case-list-info .list {
    width: 377px;
    float: left;
    margin-right: 34px;
    background: #fff;
    padding-bottom: 30px;
}
.case-list-info .list:last-child{
	margin-right:0px;
}
.case-list-info .list p {
    font-size: 16px;
    padding: 20px 0px;
    margin-left: 25px;
}
.case-list-info .list span {
    display: block;
    width: 100px;
    padding: 6px 0px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #707070;
    margin-left: 25px;
}
/**********京东代运营***********/
#jd {
	padding:60px 0px;
	background:#fbfbfb;
}

.laws .title,.jd-service .title,.advantage-list .title{
	text-align:center;
	margin: 60px 0px;
}
.problem-encountered .title h3,.laws .title h3,.jd-service .title h3,.advantage-list .title h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    font-weight: bold;
}
.problem-encountered .title p,.laws .title p,.jd-service .title p,.advantage-list .title p{
    font-size: 20px;
    line-height: 36px;
    color: #7B7B7B;
    padding-top: 3px;
}
.roblem-encountered.content .title p{
	text-transform: uppercase;
    letter-spacing: 2px;
}
.encountered{
	margin-right:-90px;
	margin-top:60px;
}
.encountered-list{
	width: 555px;
	background: #ffffff;
	border-radius: 7px;
	float:left;
	margin-right:90px;
	margin-bottom:23px;
}
.encountered-list .text{
	padding:25px 0px 35px 20px;
}
.encountered-list h4{
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
}
.encountered-list p{
	font-size: 16px;
	line-height: 32px;
	color: #969696;
	padding-top:25px;
}
.jd-service{
	 background: url(../images/jd-ser-bg.jpg) no-repeat top/contain;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    background-position: center 0;
    width: 100%;
    height: 340px;
	padding-top:1px;
	margin-top: 80px;
}
.marketing_each ul li .ser-con-i span {
    font-size: 18px;
    font-weight: bold;
    padding-top: 35px;
	display: block;
}
.jd-service .title{
	color:#ffffff;
}
.jd-serive-each{
	margin-top:60px;
}
.jd-serive-each .each:last-child{
	margin-right:0px;
}
.jd-serive-each .each {
	text-align:center;
	float:left;
	margin-right:143px;
}
.jd-serive-each .each img{
	height:35px;
}
.jd-serive-each .each p{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-top:25px;
	color:#ffffff;
}
.jdcase{
	background: #fbfbfb;
    padding-top: 50px;
}
.jd-case .case_list{
	margin-top:60px;
}
.jd-case .case_list img{
	margin-bottom:60px;
}
.process_list{
	margin-top:45px;
}
.pro_list_icon{
	height: 73px;
    background: #f6f6f6;
    border-radius: 65px;
    text-align: center;
    padding: 19px 0px;
    margin-top: 40px;
}
.pro_list_icon li{
	float:left;
	padding: 0px 64px;
	position:relative;
	text-align:center;
}
.pro_list_icon li i:after {
   content: '';
    position: absolute;
    width: 140px;
    border: 1px dashed #785DEE;
    right: -72px;
    top: 34px;
}
.pro_list_icon li:last-child{
	padding-right:0px;
}
.pro_list_icon li:last-child i:after{
	display:none;
}
.pro_list_txt li{
	float: left;
    text-align: center;
    width: 202px;
}
.pro_list_txt li:last-child{
	width: 190px;
}
.pro_list_txt li{
	font-size:18px;
	padding:15px 0px;
	font-weight:bold;
}
.pro_list_icon img{
	height:73px;
}
.advantage-list {
	margin-top:60px;
}
.jdcase{
	background:#1F4485;
	color:#ffffff;
	margin-top: 100px;
	padding-bottom: 80px;
}
.jdcase .title p{
	color:#ffffff;
}
.jdcase .txt p{
	font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #ffffff;
    padding: 10px 0px;
}
.jdcase .txt  .case-before{
	float:left;
}
.jdcase .txt .case-after{
	float:right;
}

.imglist{
	padding-top:15px;
}
.imglist img{
	margin-right:126px;
	border-radius:5px;
}
.imglist img:last-child{
	margin-right:0px;
}
/*************抖音代运营************/
.dywrap .common_title{
	text-align:center;
}
.dywrap .common_title p {
    font-size: 46px;
    font-weight: bold;
}
.dywrap .common_title span {
    font-size: 16px;
    padding-top: 10px;
    display: block;
	line-height: 30px;
}
.data_wrap{
	margin-top:60px;
}
.block_box{
    width: 1200px;
    height: 172px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 15px 34px rgb(186 185 185 / 35%);
    border-radius: 100px;
}
.data_li {
    display: inline-block;
    width: 24.5%;
    text-align: center;
    padding-top: 45px;
    position: relative;
}
.data-desc {
    font-size: 18px;
    padding-bottom: 8px;
}
#year, #servicer-number, #servicer-people, #servicer-pix {
    font-size: 42px;
    color: #5A67FF;
    font-weight: bold;
}
.dywrap{
	max-width:1200px;
	margin:0px auto;
}
.plus {
    position: absolute;
}
.dy-service-content {
    position: relative;
    overflow: hidden;
	margin-top:60px;
}
.img_feature {
    width: 100%;
    min-width: 1200px;
}
.dy-service-content .contents {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
	padding-top: 60px;
}
.index-dy-each {
    text-align: center;
    margin: 50px 0px 40px 0px;
	display: inline-block;
}
.dy-service-content .index-dy-each .each{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:80px;
}
.index-dy-each .each {
    width: 236px;
    height: 226px;
    background: #ffffff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 6%);
    border-radius: 24px;
    float: left;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 40px;
    color: #333333;
    margin-right: 85px;
}

.index-dy-each .each:nth-child(4n){
	margin-right:0px;
}
.index-dy-each .each img {
    height: 87px;
}
.index-dy-each .each h4 {
    font-size: 22px;
    padding: 26px 0px;
	font-weight: bold;
}
.index-dy-each .each .url0 {
    font-size: 16px;
    color: #969696;
}
.dy-case{
	margin:60px auto 0px auto;
}
.case-list-dy{
	margin-top:40px;
}
.case-list-dy .info:nth-child(2n){
	margin-right:0px;
}
.case-list-dy .info{
	width: 590px;
    height: 342px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 1px 18px 34px rgb(108 35 108 / 35%);
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.case-list-dy .case-text{
	float:left;
	padding:64px 0px 0px 40px;
}
.case-img-show{
	float:right;
}
.case-list-dy .case-text span{
	font-size: 22px;
	line-height: 32px;
}
.case-list-dy .case-text p{
	font-size: 16px;
	line-height: 32px;
	padding:20px 0px;
}
.case-list-dy .case-text .url1{
	width: 144px;
	height: 43px;
	background: linear-gradient(73deg, #5A67FF 0%, #9B2BCC 100%);
	border-radius: 10px;
	color: #FFFEFE;
	font-size:14px;
	line-height:43px;
	text-align:center;
	display: block;
}
.dy-adv{
	position:relative;
	overflow:hidden;
	margin-top:50px;
}
.dy-adv .contents{
	position: absolute;
    width: 1200px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
}	
.dy-adv .common_title{
	color:#ffffff;
}
.dy-adv .common_title span{
	padding-top:13px;
	display:block;
}

.dy-adv .adv-list{
	margin-top:70px;
}
.dy-adv .adv-list ul{
	margin-right:-124px;
}
.dy-adv .adv-list li{
	width: 300px;
	height: 429px;
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	text-align:center;
	padding:60px 35px;
	float:left;
	margin-right:124px;
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.dy-adv .adv-list li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.dy-adv .adv-list li:hover .a2{
	color:#665bf5
}
.dy-adv .adv-list li h4{
	font-size: 22px;
    padding: 28px 0px 20px 0px;
}
.dy-adv .adv-list li p{
	height: 126px;
	font-size: 16px;
	line-height: 32px;
	color: rgba(51, 51, 51, 0.5);
}
.dy-adv .adv-list li .a2{
	font-size: 16px;
    color: #333333;
    display: block;
    padding-top: 25px;
}
.dy-adv .adv-list li i{
	padding-left: 5px;
    position: relative;
    top: 3px;
}
.dy_operat{
	margin-top:60px;
}
.dy_operat_box{
	margin-top:50px;
	display: inline-block;
}
.dy_operat_left {
    width: 880px;
	float:left;
}
.dy_operat_left .list{
	width: 200px;
    height: 144px;
    padding: 59px 0px;
    margin-right: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 19px rgba(215, 215, 215, 0.35);
	border-radius: 24px;
	text-align:center;
	float:left;
	margin-bottom:32px;
}
.dy_operat_left .list p{
	font-size:22px;
	padding-top:40px;
}
.dy_operat_right{
	width: 320px;
    background: url(../images/rectangle_03.png) no-repeat top/contain;
    height: 490px;
	float:right;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	text-align:center;
	padding-top:63px;
	color:#ffffff;
}
.dy_operat_right p{
	font-size:22px;
	padding-top:60px;
}
.dy_operat_right span{
	font-size:16px;
	line-height:32px;
	padding-top:30px;
	display:block;
	opacity: 0.76;
}
.dy_operat_right .a0{
	display:block;
	width: 170px;
	height: 48px;
	background: linear-gradient(135deg, #93F6A5 0%, #58D2E5 100%);
	border-radius: 24px;
	font-size: 16px;
	margin: 20px auto 0px auto;
	line-height:48px;
	color: #fff;
}
.wrap::after{
	content:'';
	width:100%;
	display: inline-block;
}
.hot_services{
	margin-top:60px;
	padding-bottom:60px;
}
.serive_list .list_each h4{
	font-size: 22px;
	color: #000000;
	padding-top: 15px;
}
.serive_list .sub_green{
	font-size:16px;
	line-height: 24px;
	color: #65CCB7;
	padding:28px 0px;
}
.serive_list .detial_p{
	font-size:14px;
	line-height: 26px;
	color: #969696;
}
.serive_list .list_each{
	width: 260px;
    height: 390px;
    box-shadow: 0px 0px 19px rgb(215 215 215 / 35%);
    border-radius: 10px;
    text-align: center;
    padding: 38px 50px;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: top;
}
.serive_list .list_each .a4{
	width: 202px;
	height: 53px;
	background: #5A67FF;
	border-radius: 27px;
	display:block;
	font-size: 18px;
	line-height: 21px;
	color:#ffffff;
	line-height:47px;
	margin:28px auto 0px auto;
}
.serive_list .list_each .a4 i{
	padding-left: 15px;
    padding-top: 2px;
    position: relative;
    top: 3px;
}
.hot_services .serive_list {
	margin-right:-109px;
	margin-top:70px;
}
.hot_services .serive_list .list_each{
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.hot_services .serive_list .list_each:hover{
	transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.enterprise {
    height: 1317px;
    background: url(../images/qi-ye-hao.jpg) no-repeat top/contain;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    background-position: center 0;
    width: 100%;
    color: #ffffff;
    margin-top: 50px;
    padding-top: 70px;
}
.enterprise.dywrap {
	margin-top:60px;
}
.enterprise-list {
    float: left;
    background: #fff;
    box-shadow: 1px 18px 34px rgb(108 35 108 / 35%);
    border-radius: 10px;
    width: 100%;
    color: #333;
    margin-top: 35px;
}
.enterprise-list ul li {
    float: left;
    padding: 55px 0px;
    width: 25%;
    text-align: center;
}
.enterprise-list ul li img {
    height: 54px;
}
.enterprise-list ul li h4 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 5px;
	font-weight: bold;
}
.enterprise-list ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #7B7B7B;
    padding-top: 10px;
}

.privilege{
	margin:60px auto;
}
.privilege-each{
	background: url(../images/privilege-each-bg.jpg) no-repeat;
    width: 1100px;
    padding: 80px 50px 0px 50px;
    height: 1210px;
	margin-top: 50px;
}
.privilege-each .each{
	background: #ffffff;
    box-shadow: 1px 18px 34px rgb(108 35 108 / 35%);
    border-radius: 10px;
    padding: 40px 57px;
    overflow: hidden;
    margin-bottom: 60px;
}
.privilege-each .each p.subtitle{
	font-size: 18px;
    border-bottom: 1px dotted #7f7f7f;
    padding-bottom: 25px;
    margin-bottom: 25px;

}
.privilege-each .each p.subtitle span{
	color: #7B7B7B;
	padding-left:25px;
}
.privilege-each .each img{
	height:69px;
}

.privilege-each .each h4{
	font-size: 18px;
    padding-bottom: 10px;
	font-weight: bold;
}

.privilege-each .each li p{
	font-size: 14px;
	line-height: 20px;
	color: #7B7B7B;
}
.privilege-each .each li{
	position: relative;
    padding-left: 85px;
    width: 24.7%;
    float: left;
    text-align: left;
}

.privilege-each .each li img{
	position:absolute;
	top:0px;
	left:0px;
}
.demand{
	margin-right:-44px;
}
.demand li{
	float:left;
	position:relative;
	width:307px;
	margin-right:44px;
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.demand li:hover{
	transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.demand li .title0{
	position: absolute;
    color: #fff;
    z-index: 1;
    top: 30%;
    width: 100%;
    text-align: center;
}
.demand li .title0 img{
	height:54px;
}
.demand li .title0 h4{
	padding:25px 0px;
	font-size:18px;
}

/***********首页合作品牌*********/

.partner_box ul li{
	width:100%;
	padding:45px 0px;
	border-bottom:1px dotted #707070;
}
.partner_box{
	margin-top:20px;
}
.partner_box ul li:nth-child(1) a img{
	height:40px;
}
.partner_box ul li:nth-child(2) a img{
	height:70px;
}
.partner_box ul li:nth-child(3) a img{
	height:80px;
}
.partner_box ul li:nth-child(4) a img{
	height:60px;
}

.partner_box ul li:nth-child(1) a {
	margin-right: 60px;
}
.partner_box ul li:nth-child(2) a {
	margin-right: 68px;
}
.partner_box ul li:nth-child(3) a {
	margin-right: 64px;
}
.partner_box ul li:nth-child(4) a {
	margin-right: 44px;
}
.partner_box ul li a:last-child{
	margin-right:0px;
}
.partner_box ul li:last-child{
	border-bottom:none;
}