@charset "utf-8";
@font-face{
	font-family: "hero";
	src: url("/fonts/Hero.otf");
}
/*解决方案页面*/
#solutionBanner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
	padding-top: 30px;
}
#solutionBanner img{
	width: 800px;
	height: 400px;
	
	
	position: relative;
}
.all-box{
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.solution .footer{
	top: 0;
}
.t-center{
	text-align: center;
}
.solution-page h1{
	font-size: 36px;
	color: #323232;
	text-align: center;
	margin-bottom: 40px;
}
.solution-page h2{
	font-size: 28px;
	color: #323232;
}
.solution-page h3{
	font-size: 22px;
	color: #323232;
}
.solution-page h4{
	font-size: 18px;
	color: #646464;
}
.solution-page p{
	font-size: 16px;
	color: #646464;
}
.solution-box{
	padding: 60px 0 40px;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
/*美容美发解决方案*/
.news-time h1{
	margin-bottom: 0;
}
.news-time h1 span{
	width: 25px;
	height: 20px;
	background: url(../images/jiejue_icon.png) -949px -92px no-repeat;
	display: block;
	position: relative;
	left: 50%;
	margin: 20px 0 20px -12.5px;
}
.news-time p{
	line-height: 30px;
	margin-bottom: 30px;
	padding: 0 120px;
}
.mrmf-problem li{
	width: 25%;
	position: relative;
	padding: 20px 30px;
	text-align: center;
}
.mrmf-problem li span{
	width: 140px;
	height: 140px;
	background: url(/img/jiejue_icon.png) no-repeat;
	display: inline-block;
}
.mrmf-problem li h3{
	padding: 20px 0;
}
.mrmf-problem li p{
	line-height: 26px;
	text-align: left;
}
.so-mrmf-case{
	background: url(/img/jiejue/mrmf_bg.jpg) 0 0 no-repeat;
	padding-bottom: 0;
}
.so-mrmf-case h1{
	color: #fff;
}
.so-case-box{
	padding: 60px 0;
    position:relative;
}
.c-fff,.c-fff h2,.c-fff h3,.c-fff p,.c-fff h1{
	color: #fff;
}
.so-case-txt h2{
	line-height: 40px;
	margin-bottom: 10px;
}
.so-case-txt p{
	line-height: 26px;
}
.f-left.so-case-txt{
	text-align: left;
	position: relative;
}
.f-right.so-case-txt{
	text-align: left;
    position: relative;
}
.f-left.so-case-img{
	text-align: left;
    position:relative;
}
.f-right.so-case-img{
	text-align: right;
    position:relative;
}
/*智络会员管理软件功能介绍*/
.so-function{
	background: url(../images/jiejue_bg.jpg) 0 0 no-repeat;
	height: 690px;
}
.so-tese-txt{
	margin-left: 180px;
	position: relative;
	left: 0;
}
.so-tese-txt:before{
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(../images/jiejue_icon.png) no-repeat;
	position: absolute;
	left: -80px;
}
.so-tese-txt01:before{
	background-position: -866px -60px;
}
.so-tese-txt02:before{
	background-position: -806px -60px;
}
.so-tese-txt03:before{
	background-position: -746px -60px;
}
.so-tese-txt h2{
	margin:0px 0px 20px 0px;
}
.so-tese-txt p{
	line-height: 26px;
}
.so-tese-img{
	margin-right: 120px;
	position: relative;
	right: 0;
}
.so-tese-fun > a{
	width: 40px;
	height: 40px;
	background: url(../images/jiejue_icon.png) no-repeat;
	transition: 0.2s ease;
	position: absolute;
	top: 40%;
}
.so-tese-fun .leftBtn{
	background-position: -802px -247px;
	left: 0;
}
.so-tese-fun .leftBtn:hover{
	background-position: -842px -247px;
}
.so-tese-fun .rightBtn{
	background-position: -842px -287px;
	right: 0;
}
.so-tese-fun .rightBtn:hover{
	background-position: -802px -287px;
}
/*智络会员管理软件功能介绍*/
.so-fun-intro li{
	text-align: center;
	width: 16.6%;
	padding: 0 18px;
	margin-top: 30px;
}
.so-fun-intro li span{
	width: 110px;
	height: 110px;
	background: url(../images/jiejue_icon.png) no-repeat;
	display: inline-block;
}
.so-fun-intro li h4{
	padding: 16px 0 10px;
	color: #323232;
}
.so-fun-intro li p{
	text-align: left;
}
/*立即咨询*/
.nowLine{
	background-color: #f2f2f2;
}
.nowLine > h2{
	font-size: 40px;
	color: #646464;
	font-family: "hero";
}
.nowLine > span{
	display: inline-block;
	margin: 20px auto;
	width: 68px;
	height: 2px;
	background-color: #04a3f2;
}
.nowLine > h3{
	font-size: 34px;
	color: #323232;
}
.nowLine > a{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 46px;
	color: #04a3f2;
	border: 2px solid #04a3f2;
	margin: 40px 10px 0;
	font-size: 22px;
}
.nowLine > a:hover{
	background-color: #04a3f2;
	color: #fff;
}
/*儿童乐园*/
.so-child-case{
	background-color: #f2f2f2;
	padding-bottom: 0;
}
.so-child-case .so-case-txt h2{
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px dashed #04a3f2;
	padding-left: 90px;
}
.so-child-case .so-case-txt h2 span{
	position: absolute;
	display: inline-block;
	left: 0;
	font-family: "hero";
	font-size: 72px;
	color: #323232;
	border-bottom: 2px solid #04a3f2;
	bottom: -2px;
	height: 100%;
	padding-top: 20px;
}
/*服装店*/
.so-clothing-case{
	padding-bottom: 0;
	background-color: #ff881f;
}
.so-clothing-case .so-case-txt img{
	margin-top: 40px;
}
.so-clothing-case .so-case-txt.other-p p{
	padding-left: 55px;
	margin-top: 30px;
	position: relative;
}
.so-clothing-case .so-case-txt.other-p p:before{
	content: "";
	width: 45px;
	height: 45px;
	display: inline-block;
	background: url(/images/jiejue/jiejue_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.so-clothing-case .so-case-txt.other-p p.other-p1:before{
	background-position: -684px 0;
}
.so-clothing-case .so-case-txt.other-p p.other-p2:before{
	background-position: -684px -45px;
}
.so-clothing-case .so-case-txt.other-p p.other-p3:before{
	background-position: -684px -90px;
}
/*教育培训/家政/酒店行业*/
.so-train-case,.so-home-case,.so-hotel-case,.so-car-case{
	background-color: #f2f2f2;
	padding-bottom: 0;
}
.so-home-case .so-case-txt.other-p p{
	padding-left: 80px;
	margin-top: 30px;
	position: relative;
}
.so-home-case .so-case-txt.other-p p span{
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.so-hotel-case .so-case-txt img{
	margin-top: 40px;
}
/*汽车行业*/
.car-now-time{
	padding-top: 100px;
	height: 530px;
	background: url(/images/jiejue/car_bg.jpg) 0 0 no-repeat;
}
.car-now-time .f-left{
	width: 578px;
}
.car-now-time .f-left h1{
	font-size: 34px;
	color: #04a3f2;
	text-align: left;
	padding-bottom: 18px;
	margin-bottom: 20px;
	width: 70px;
	white-space: nowrap;
	border-bottom: 3px solid #999;
}
.car-now-time .f-left p{
	line-height: 30px;
}
.car-now-time .f-right{
	margin-right: 60px;
}
.so-car-case .so-case-txt.other-p p:not(:first-of-type){
	padding-left: 55px;
	margin-top: 20px;
	position: relative;
}
.so-car-case .so-case-txt.other-p p:not(:first-of-type):before{
	content: "";
	width: 45px;
	height: 45px;
	display: inline-block;
	background: url(/images/jiejue/jiejue_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}
.so-car-case .so-case-txt.other-p p.other-p1:before{
	background-position: -684px 0;
}
.so-car-case .so-case-txt.other-p p.other-p2:before{
	background-position: -684px -45px;
}
.so-car-case .so-case-txt.other-p p.other-p3:before{
	background-position: -684px -90px;
}
.solution .footer{
    top:0;
}
/*健身瑜伽行业*/
.yoga-now-time{
    background-color:#f0f0f0;
}
.yoga-now-img{
    width:665px;
    position:absolute;
    top:0;
    left:0;
}
.yoga-now-img img{
    width:100%;
    max-width:100%;
}
.yoga-now-txt{
    width:500px;
    padding:70px 30px 0 30px;
    text-align:left;
    background-color:#fff;
    float:right;
    margin-right:35px;
}
.yoga-now-txt > span{
    display:inline-block;
    width:215px;
    height:104px;
    background:url(/images/jiejue/jianshen_bg.jpg) 0 0 no-repeat;
    margin-bottom:30px;
}
.yoga-now-txt > h1{
    width:70px;
    white-space:nowrap;
    border-bottom:2px solid #04a3f2;
    padding-bottom:18px;
    margin-bottom:30px;
}
.yoga-now-txt > p{
    line-height:30px;
}
/*餐饮行业*/
.restaurant-list li{
    width:220px;
    padding:20px 12px;
    text-align:center;
    background-color:#fff8d8;
    border-radius:25px;
    height:380px;
    overflow:hidden;
}
.restaurant-list li:not(:first-of-type){
    margin-left:25px;
}
.restaurant-list li span{
    display:inline-block;
    width:92px;
    height:92px;
    background:url(/images/jiejue/jiejue_icon.png) no-repeat;
    margin-bottom:12px;
}
.restaurant-list li h4{
    line-height:26px;
    margin-bottom:10px;
    color:#323232;
}
.restaurant-list li p{
    text-align:left;
    padding:0;
    line-height:24px;
    color:#646464;
    font-size:14px;
}
.so-case-txt .pay-way{
    float:left;
    margin-right:60px;
    margin-top:40px;
}
.so-case-txt .pay-way h3{
    font-size:24px;
    color:#323232;
    padding-left:10px;
    border-left:5px solid #fd6b00;
}
.so-case-txt .pay-way span{
    display:inline-block;
    margin-top:20px;
    width:129px;
    height:129px;
    background:url(/images/jiejue/jiejue_icon.png) no-repeat;
}
.so-case-txt .wei-card-fun{}
.so-case-txt .wei-card-fun h3{
    font-size:18px;
    color:#fff;
    padding-left:20px;
    width:136px;
    height:35px;
    line-height:35px;
    background:url(/images/jiejue/jiejue_icon.png) no-repeat;
    margin-top:26px;
    margin-bottom:10px;
}
.so-case-txt .wei-card-fun p{
    font-size:14px;
    line-height:36px;
}
.so-case-txt .wei-card-fun p span{
    display:inline-block;
    font-size:24px;
    font-family:"773-CAI978";
    color:#ff4e3a;
    font-weight:bold;
    margin-right:10px;
}
/*超市零售行业*/
.market-list li{
    width:25%;
    position:relative;
    height:320px;
    text-align:center;
    background-color:#ecf0f1;
    border-top:1px solid #e1e4e6;
    padding:0 40px;
    margin-top:30px;
}
.market-list li:hover{
    background-color:#fff;
}
.market-list li:not(:first-of-type){
    border-left:1px solid #e1e4e6;
}
.market-list li span{
    display:inline-block;
    margin-top:56px;
    margin-bottom:26px;
    width:40px;
    height:41px;
    background:url(/images/jiejue/jiejue_icon.png) no-repeat;
}
.market-list li h1{
    font-size:36px;
    color:#646464;
    margin-bottom:18px;
}
.market-list li p{
    line-height:26px;
    padding:0;
}
/*加油站行业*/
.jiayou-now{
    background-color:#fff;
    position:relative;
}
.jiayou-now .section{
    padding:80px 0 70px;
}
.jiayou-now .f-left{
    width:330px;
    position:relative;
}
.jiayou-now .f-right{
    width:800px;
    padding-top:50px;
    text-align:left;
}
.jiayou-now .jia_bg{
    position:absolute;
    width:300px;
    height:300px;
    border:10px solid #d9d9d9;
    top:0;
    left:0;
    z-index:1;
}
.jiayou-now .jia_head{
    width:300px;
    height:300px;
    margin-top:30px;
    margin-left:30px;
    background-color:#04a3f2;
    z-index:2;
    position:relative;
    padding-left:40px;
}
.jiayou-now .jia_head span{
    display:inline-block;
    width:195px;
    height:101px;
    background:url(/images/jiejue/jiayou_bg.png) 0 0 no-repeat;
    margin-top:55px;
}
.jiayou-now .jia_head h1{
    font-size:32px;
    padding-top:20px;
    margin-top:20px;
    border-top:3px solid #fff;
    white-space:nowrap;
    width:80px;
}
.jiayou-now .f-right p{
    font-size:18px;
    line-height:30px;
    text-indent:2em;
}
.jiayou-now .f-right img{
    position:absolute;
    bottom:0;
    right:0;
}
.jiayou-problem li{
    width:33.33%;
    padding:0 60px;
    margin-top:80px;
    text-align:center;
}
.jiayou-problem li .jiayou-bg{
    width:200px;
    height:200px;
    background:url(/images/jiejue/jiejue_icon.png) no-repeat;
    position:relative;
    border-radius:50%;
    overflow:hidden;
    margin: 0 auto;
}
.jiayou-problem li:nth-of-type(1) .jiayou-bg{
    background-position:0 -247px;
}
.jiayou-problem li:nth-of-type(2) .jiayou-bg{
    background-position:-200px -247px;
}
.jiayou-problem li:nth-of-type(3) .jiayou-bg{
    background-position:-400px -247px;
}
.jiayou-problem li .jiayou-bg h3{
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    color:#fff;
    height:80px;
    line-height:80px;
    -moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
    width:100%;
}
.jiayou-problem li:nth-of-type(1) .jiayou-bg h3{
     background-color:#f39801;
}
.jiayou-problem li:nth-of-type(2) .jiayou-bg h3{
     background-color:#09a1e3;
}
.jiayou-problem li:nth-of-type(3) .jiayou-bg h3{
     background-color:#ff5967;
}
.jiayou-problem li .jiayou-bg:hover h3{
    height:200px;
    line-height:200px;
}
.jiayou-problem li > p{
    margin-top:20px;
    line-height:26px;
}
.jiayou_bg02{
    position:absolute;
    background-color:#ff8707;
    height:350px;
    width:100%;
    top:0;
    z-index:-1;
}
.jiayou_bg01{
    position:absolute;
    background-color:#ff8707;
    height:180px;
    width:100%;
    bottom:0;
    z-index:-1;
}
.so-jiayou-case span.jiayou-icon{
    position:absolute;
    width:140px;
    left:50%;
    margin-left:-70px;
    display:inline-block;
}
.so-jiayou-case h2{
    text-align:center;
}
/* 20161111新增建材批发解决方案 */
.jiancai_now{
	padding-bottom: 90px;
	background: url(../images/jiejue/jiancai_bg.png) no-repeat;
	background-position: 0 50px;
}
.jiancai_head{
	position: relative;
	overflow: hidden;
	background: url(../images/jiejue/jiancai_bg02.png) no-repeat;
	width: 493px;
	height: 241px;
	left: 50%;
	margin-left: -246.5px;
	text-align: center;
	z-index: 2;
}
.jiancai_head h3{
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.jiancai_head p{
	font-size: 20px;
	opacity: 0.4;
	font-family: "宋体";
}
.jiancai_now .jc_now{
	width: 773px;
	height: 734px;
	position: relative;
	left: 50%;
	margin-left: -386.5px;
	margin-top: -150px;
	background: url(../images/jiejue/jiancai_bg03.png) no-repeat;
	z-index: 1;
	padding: 200px 125px 0;
}
.jiancai_now .jc_now h3{
	font-size: 36px;
	color: #323232;
}
.jiancai_now .jc_now span{
	width: 50px;
	height: 2px;
	background-color: #04a4f2;
	position: relative;
	left: 50%;
	margin: 20px 0;
	margin-left: -25px;
	display: block;
}
.jiancai_now .jc_now p{
	font-size: 16px;
	line-height: 30px;
	color: #646464;
}
.jiancai_now span.left-img,.jiancai_now span.right-img{
	position: absolute;
	top: 200px;
	display: block;
}
.jiancai_now span.left-img{
	left: 0;
}
.jiancai_now span.right-img{
	right: 0;
}
.jc-now-list{
	margin-top: 60px;
}
.jc-now-list > h3{
	font-size: 36px;
	color: #323232;
}
.jc-now-mesg{
	width: 390px;
	float: left;
	position: relative;
	margin-top: 50px;
}
.jc-now-txt,.jc-now-img{
	height: 278px;
	background-color: #fff;
	text-align: center;
}
.jc-now-txt h3{
	font-size: 20px;
	color: #323232;
	margin: 75px auto 22px;
}
.jc-now-txt p{
	font-size: 14px;
	color: #808080;
	width: 100%;
	padding: 0 55px;
}
.jc-now-img img{
	width: 100%;
	height: 100%;
}
.jc-now-mesg > span{
	position: absolute;
	display: block;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
	z-index: 2;
}
.jiancai_require{
	background-color: #04a4f2;
}
.jiancai_require > h1{
	margin-bottom: 30px;
}
.jiancai_require p{
	font-size: 18px;
}
.jiancai_require > h3{
	font-size: 32px;
	width: 474px;
	height: 68px;
	line-height: 68px;
	background-color: #ffcc00;
	margin-top: 30px;
	position: relative;
	left: 50%;
	margin-left: -237px;
	border-radius: 10px;
}
.jiancai_require ul{
	margin-top: 50px;
}
.jiancai_require li{
	width: 20%;
	text-align: center;
	padding: 0 40px;
}
.jiancai_require li p{
	line-height: 30px;
	margin-top: 20px;
}
.jiancai_case{
	margin: 20px auto 40px;
	float: left;
}
.jiancai_case_wex{
	width: 450px;
}
.jiancai_case_wex h2{
	font-size: 32px;
	text-align: left;
}
.jiancai_case_wex li{
	margin-top: 40px;
	width: 100%;
}
.jiancai_case_wex li span{
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	line-height: 70px;
	text-align: center;
	background-color: #808080;
	margin-right: 12px;
	float: left;
}
.jiancai_case_wex li.active span{
	background-color: #04a4f2;
}
.jiancai_case_wex li h3{
	font-size: 22px;
	float: left;
	width: 360px;
	text-align: left;
	padding: 8px 0 10px;
}
.jiancai_case_wex li p{
	font-size: 16px;
	float: left;
	width: 360px;
	text-align: left;
}
.jiancai_case_wex li > img{
	display: none;
}
.jiancai_case_tongj{
	background-color: #313131;
	padding: 180px 0 70px;
	margin-top: -150px;
	z-index: 1;
	margin-bottom: 0;
}
.jc_tongj{
	position: absolute;
	right: 0;
	top: 20px;
	width: 455px;
}
.jc_tongj_txt{
	background: url(../images/jiejue/jiancai_bg04.png) no-repeat;
	height: 221px;
	text-align: left;
	padding: 30px;
}
.jc_tongj_txt h3{
	margin-bottom: 10px;
}
.jc_tongj_txt p{
	line-height: 30px;
}
.jc_tongj li{
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
	float: right;
}
.jc_tongj li p{
	margin-top: 10px;
}
/* 2016.12.13新增解决方案 */
/* 招生系统解决方案 */
.re-hangye{
	padding: 40px 0 100px;
}
.re-hangye > h3{
	font-size: 30px;
	font-family: "hero";
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.re-hangye-mesg{
	padding: 30px 0;
}
.re-hangye-mesg .f-right{
	width: 1000px;
}
.re-hangye-mesg .f-right p{
	font-size: 14px;
	line-height: 30px;
}
.re-hy-zixun a{
	width: 50px;
	height: 200px;
	border: 2px solid #e5e5e5;
	display: block;
	float: right;
	font-size: 18px;
	color: #646464;
	text-align: center;
	padding-top: 50px;
}
.re-hy-zixun a:hover{
	border-color: #04a3f2;
	color: #04a3f2;
}
.re-object{
	background-color: #f2f2f2;
	height: 500px;
}
.re-object-img{
	position: absolute;
	right: 0;
	top: 0;
	height: 500px;
}
.re-object h3{
	font-size: 30px;
	margin-top: 140px;
}
.re-object p{
	float: left;
	width: 180px;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}
.re-object p span{
	display: block;
	margin-bottom: 10px;
}
.jiejue-box{
	padding: 60px 0;
}
.jiejue-box > h1{
	font-size: 36px;
	text-align: center;
	padding-top: 40px;
}
.jiejue-box h3{
	font-size: 28px;
	margin-bottom: 20px;
}
.jiejue-box p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 30px;
}
.jiejue-box .section >img{
	margin-top: 30px;
}
/* 养老服务解决方案 */
.old-jt{
	margin: 20px auto 30px;
	display: block;
}
.jiejue-box .so-min{
	margin-top: 30px;
	text-align: center;
	padding: 0 10px;
}
.jiejue-box .so-min span{
	display: block;
	margin-bottom: 10px;
}
.jiejue-box .so-min p{
	font-size: 16px;
	color: #808080;
}
/* 2016.12.15新增通讯行业解决方案 */
.j-tongxun-now{
	width: 1140px;
	left: 50%;
	margin-left: -570px;
	height: 340px;
	background-color: #2398f8;
	border-radius: 30px;
	overflow: initial;
}
.j-tongxun-now .f-left{
	width: 340px;
	background-color: #1c5495;
	padding-top: 90px;
	height: 100%;
	position: relative;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.j-tongxun-now .f-right{
	width: 800px;
	padding: 40px;
}
.j-tongxun-now .f-right p{
	line-height: 40px;
}
.j-tongxun-now h1{
	font-size: 50px;
	margin-bottom: 20px;
}
.j-tongxun-now h3{
	font-size: 34px;
}
.j-tongxun-now .f-left img{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 30px;
}
.j-tongxun-now .tx-img01{
	position: absolute;
	z-index: 3;
	top: 30px;
	right: -60px;
}
.j-tongxun-now .tx-img02{
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: -70px;
}
/* 客户跟进 */
.forward-dif{
	background-color: #ffda2e;
}
.forward-dif h1{
	padding-top: 0;
	width: 490px;
	height: 80px;
	line-height: 66px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	background: url(../images/jiejue/customer_bg.png) no-repeat;
	color: #ffda2e;
}
.forward-txt{
	background-color: #ffec49;
	margin: 54px auto 0;
	width: 1100px;
	padding: 75px 50px;
	text-align: center;
	position: relative;

}
.forward-txt p{
	line-height: 36px;
	color: #646464;
}
.forward-txt a{
	font-size: 22px;
	color: #fff;
	border-radius: 12px;
	background-color: #f01e38;
	position: absolute;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	bottom: -30px;
}
.forward-txt span{
	position: absolute;
	bottom: 0;
}
/* 游乐场解决方案 */
.j-playground-now{
	margin-top: 80px;
}
.j-playground-now .f-right{
	width: 490px;
	margin-right: 60px;
	margin-top: 60px;
}
.j-playground-433 .j-playground-head{
	height: 200px;
	width: 100%;
	background-color: #152497;
	position: relative;
}
.j-playground-433 h1{
	font-size: 36px;
	text-align: center;
	line-height: 200px;
	color: #fff;
}
.j-playground-head span{
	position: absolute;
}
.j-playground-head span.playground-img01{
	left: 10px;
	top: 22px;
}
.j-playground-head span.playground-img02{
	right: 120px;
	bottom: -40px; 
}
.j-playground-head span.playground-img03{
	right: -60px;
	bottom: -30px;
}
.j-playground-list{
	height: 925px;
}
.j-playground-img{
	margin-left: 70px;
}
.j-playground-txt{
	width: 990px;
}
.j-playground-txt li{
	height: 185px;
}
.j-playground-txt li h3{
	font-size: 22px;
	margin: 10px 0;
}
.j-playground-txt li p{
	font-size: 16px;
	line-height: 30px;
}
/* 美食城解决方案 */
.j-food-now{
	background-color: #a00f0f;
}
.j-food-now h1{
	margin: 0 auto 50px;
	width: 207px;
	height: 207px;
	background: url(../images/jiejue/cate_bg01.png) no-repeat;
	color: #a00f0f;
	font-size: 36px;
	line-height: 207px;
}
.j-food-now p{
	color: #fff;
}
.j-food-do{
	background-color: #ff9e12;
}
.j-food-do .f-left,.j-food-do .f-right{
	width: 450px;
	padding: 120px 36px 110px;
	text-align: center;
}
.food-do-img{
	width: 300px;
	text-align: center;
	padding-top: 110px;
	background-color: #be0909;
	float: left;
	padding-bottom: 120px;
}
.j-food-do p{
	color: #fff;
	line-height: 30px;
}
.j-food-do h3{
	font-size: 22px;
	color: #fff;
	margin: 20px auto 16px;
}
.food-ted-head{
	height: 450px;
	background: url(../images/jiejue/cate_bg.png) no-repeat;
}
.food-ted-head h1{
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 100px;
}
.food-ted-con{
	width: 1180px;
	height: 520px;
	margin: -225px auto 0;
	box-shadow: 0 0 5px #ccc;
	z-index: 2;
	background-color: #fff;
}
.food-ted-txt{
	width: 500px;
	height: 300px;
	position: absolute;
	padding: 0 110px;
	text-align: center;
	line-height: 30px;
}
.food-ted-txt h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.food-ted-txt span{
	width: 100px;
	height: 100px;
	line-height: 100px;
	color:#fff;
	position: absolute;
	display: block;
	text-align: center;
	font-size: 58px;
	font-style: italic;
	font-family: "宋体";
}
.food-ted-txt.food-ted-1{
	background-color: #be0909;
	padding-top: 100px;
	top: 80px;
	left: 105px;
	z-index: 1;
}
.food-ted-txt.food-ted-2{
	background-color: #ff9e12;
	padding-top: 85px;
	right: 105px;
	top: 110px;
	z-index: 2;
}
.food-ted-txt.food-ted-1 span{
	top: 0;
	left: 0;
	background-color: #ff9e12;
}
.food-ted-txt.food-ted-2 span{
	right: 0;
	top: 0;
	background-color: #be0909;
}
.food-ted-img{
	position: absolute;
	width: 166px;
	left: 50%;
	margin-left: -83px;
	bottom: 50px;
	z-index: 3;
}