@charset "UTF-8";
.inside_banner_solution{
   	height: 300px;
    background: url(/static/images/web/manage_banner.jpg) no-repeat center;
}
.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;
 }
 .manage-category{
/*     background: #f4f4f4 url(/static/images/zdsgb23.png) no-repeat center top; */
    position: relative;
 }
.manage-category .category-title{
	text-align: center;
	padding-top:40px;
}
.manage-category .category-title h3{
	text-align: center;
    color: #222222;
    font-size: 30px;
}
.manage-category .category-title p{
    font-size: 15px;
    color: #666666;
    height:40px;
    line-height:40px;
}
.manage-category .category-content{
	background: url(/static/images/web/j_03.jpg) no-repeat center 0;
    height: 750px;
    position: relative;
    margin-top: 50px;
}
.manage-category .category-content .category-content-title{
	text-align: center;
    font: 14px;
    color: #3e3a39;
    line-height: 22px;
    padding-top: 24px;
    height: 123px;
}
.manage-category .category-content .category-list{
	overflow: hidden;
    position: relative;
    width: 1000px;
    height: 640px;
    margin: 0 auto;
}
.manage-category .category-content .category-list li{
    position: absolute;
    font-size: 22px;
    color: #595757;
    width: 134px;	
}
.manage-category .category-content .category-list li.li1{
    top: 210px;
    left: 300px;
}
.manage-category .category-content .category-list li.li2{
	top: 64px;
    left: 387px;
}
.manage-category .category-content .category-list li.li3{
	top: 64px;
    left: 580px;
}
.manage-category .category-content .category-list li.li4{
    top: 210px;
    left: 660px;
}
.manage-category .category-content .category-list li.li5{
    top: 365px;
    left: 542px;
}
.manage-category .category-content .category-list li.li6{
	top: 365px;
    left: 393px;
}
.manage-function{
	height: 430px;
    text-align: center;
    color: #fff;
    background: url(/static/images/web/bg_big2.png) no-repeat center 0;
}
.manage-function .function-title{
	text-align: center;
	padding-top:40px;
}
.manage-function .function-title h3{
	text-align: center;
    font-size: 30px;
}
.manage-function .function-title p{
    font-size: 15px;
    height:60px;
    line-height:60px;
}
.manage-function .function-content{
    margin-top: 20px;
}
.manage-function .function-content .function-item{
	width: 230px;
    height: 166px;
    float: left;
    margin-bottom: 21px;
    padding: 22px 20px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    margin-left:20px;
}
.manage-function .function-content .function-item h4{
	font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.manage-function .function-content .function-item p{
	padding: 15px 0;
    color: #868686;
    text-align: center;
    line-height: 22px;
    height: 56px;
}
.solution-footer{
	background: url(/static/images/web/201655389xlo.jpg) no-repeat center;	
	text-align: center;
	padding-bottom: 40px;
}
.btn-demo{
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    background-color: #ff4a00;
    border: 1px #ff4a00 solid;
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 8px 12px;
}
.btn-demo:hover{
	background-color: #f60;
}