@charset "UTF-8";
.inside_banner_solution{
    background: url(/static/images/web/service_banner.jpg) no-repeat center;
   	height: 300px;
}
.service-item{
    background: #f3f3f3;
    padding-bottom: 40px;
 }
.service-item .item-title{
	text-align: center;
	padding-top:40px;
}
.service-item .item-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.service-item .item-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.service-item .item-content{
	margin-top:30px;
	color:#fff;
}
.service-item .item-content li.item{
	background: #2fafbc;
	float:left;
	width:280px;
	margin-right:20px;
}
.service-item .item-content li.item img{width:100%;}
.service-item .item-content li.item h3{
	padding-top:10px;
	font-size: 22px;
    line-height: 46px;
    text-align: center;
}
.service-item .item-content li.item p{
	font-size: 14px;
    line-height: 26px;
    padding:15px;
    height: 120px;
}
.service-framework{
    background: url(/static/images/web/project_bg.jpg) no-repeat center;
    padding-bottom: 40px;
 }
.service-framework .framework-title{
	text-align: center;
	padding-top:40px;
}
.service-framework .framework-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.service-framework .framework-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.service-framework .framework-content{
	margin-top:30px;
}
.service-framework .framework-content ul{
	float:left;
	width:720px;
	margin-left:60px;
}
.service-framework .framework-content ul li{
	float:left;
	padding-top:20px;
	margin-right:10px;
	margin-top:10px;
	background-color: #f5f5f5;
    border: #dddddd 1px solid;
    text-align: center;
    height: 138px;
    width: 160px;
}
.service-framework .framework-content ul li h3{
    color: #333333;
    font-size: 14px;
    line-height: 42px;
}
.service-framework .framework-content ul li p{
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}
.summary-icon {
    background-image: url(/static/images/web/summary.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
}
.summary-icon.img1 {
    background-position: 0 0px;
}
.summary-icon.img2 {
    background-position: 0 -120px;
}
.summary-icon.img3 {
    background-position: -60px -120px;
}
.summary-icon.img4{
    background-position: -120px -120px;
}
.summary-icon.img5{
    background-position: -180px -120px;
}
.summary-icon.img6{
    background-position: -180px -60px;
}
.summary-icon.img7{
    background-position: -60px -60px;
}
.summary-icon.img8{
    background-position: 0 -60px;
}
.summary-icon.img9{
    background-position: -60px 0;
}
.summary-icon.img10{
    background-position: -120px 0;
}
.summary-icon.img11{
    background-position: -180px 0;
}
.service-step{
    padding-bottom: 40px;
 }
.service-step .step-title{
	text-align: center;
	padding-top:40px;
}
.service-step .step-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.service-step .step-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.service-step .step-content{
	margin-top:30px;
	padding-bottom:30px;
}
.service-step .step-content li{
    float: left;
    width: 250px;	
    text-align: center;
}
.service-step .step-content li h3{
    font-size:22px;
    padding:21px 0;
}
.service-step .step-content li p{
	font-size:13px;
	color: #666;
}
.service-step .step-content li.arrow{
    padding-right: 50px;
    background: url(/static/images/web/arrow.png) 275px 38px no-repeat;	
}
.service-step .step-content li .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.service-step .step-content li .icon.icon1{
    background: #fea500 url(/static/images/web/business1.png) center no-repeat;
}
.service-step .step-content li .icon.icon2{
    background: #fea500 url(/static/images/web/business2.png) center no-repeat;
}
.service-step .step-content li .icon.icon3{
    background: #fea500 url(/static/images/web/business3.png) center no-repeat;
}
.service-step .step-content li .icon.icon4{
    background: #fea500 url(/static/images/web/business4.png) center no-repeat;
}