@charset "UTF-8";
.inside_banner_solution{
    background: url(/static/images/web/wholesale_banner.jpg) no-repeat center;
   	height: 300px;
}
.page-title-row{
	border-color: #333333;
    background-color: #333333;
    height: 50px;
    line-height: 50px;
}
.page-title-row .product-page-bar{
	text-align: right;
	font-size:14px;
	padding-right: 20px;
}
.page-title-row .product-page-bar a{
	color: #ccc;
    padding-left: 20px;
}
.page-title-row .product-page-bar a.on{
	color: #fdcc00;
}
.page-title-row .product-page-bar a:hover {
  color: #ff9900;
 }
.solution-value{
    padding-bottom: 40px;
    background-color: #f5f5f5;
 }
.solution-value .value-title{
	text-align: center;
	padding-top:40px;
}
.solution-value .value-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.solution-value .value-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.solution-value .value-content{
	text-align: center;
	margin-top:20px;
}
.solution-value .value-content li.value-item{
    float: left;
    width: 330px;
    margin-left: 34px;
    border:1px #e1e1e1 solid;
}
.solution-value .value-content li.value-item .item-head{
	padding:34px 0;
}
.solution-value .value-content li.value-item .item-head h3{
	font-size: 24px;
    color: #fff;
    display: 30px;
    line-height: 50px;
}
.solution-value .value-content li.value-item .item-main{
	padding:14px 10px 30px;
	height: 90px;
}
.solution-value .value-content li.value-item .item-main p{
	font-size: 16px;
    color: #666;
    line-height: 24px;
}
.solution-desc{
    padding-bottom: 60px;
    background: url(/static/images/web/sunline.png) no-repeat center;
 }
.solution-desc .desc-title{
	text-align: center;
	padding-top:40px;
}
.solution-desc .desc-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.solution-desc .desc-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.solution-desc .desc-content{
	text-align: center;
	margin-top:60px;
	padding: 0 150px;
}
.solution-desc .desc-content .desc-item{
	margin-top:40px;
}
.solution-desc .desc-content .desc-item img{
	display:block;
}
.solution-desc .desc-content .desc-item .column{
	width:800px;
	color:#1b1b1b;
}
.solution-desc .desc-content .desc-item .column h3{
	text-align: left;
    font-size: 20px;
    font-weight: bold;    
}
.solution-desc .desc-content .desc-item .column p{
	text-align: left;
	font-size: 16px;
	line-height:26px;
	margin-top:20px;
}
.solution-footer{
	background: url(/static/images/web/solutions.jpg) no-repeat center;	
	text-align: center;
	padding-bottom: 40px;
}
.btn-demo{
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    background-color: #f5a500;
    border: 1px #f5a500 solid;
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 8px 12px;
}
.btn-demo:hover{
	background-color: #f60;
}