@charset "utf-8";
/* CSS Document */
@import url(main.css);

.product_box{width:100%; background:#FFF; overflow:hidden;}
.product_box ul.ul_list{padding:15px 0 0 15px; overflow:hidden;}
.product_box ul.ul_list li{width:50%; margin:0 0 15px 0; float:left; overflow:hidden;}
.product_box ul.ul_list li p{margin-right:15px; padding:0 0 10px 0; background:#FFF; text-align:center; border:1px #ddd solid; overflow:hidden;width:96%;box-sizing:border-box;}
.product_box ul.ul_list li p span{display:block; margin-bottom:10px;}
.product_box ul.ul_list li p span img{width:100%; height:100%;}
.product_box ul.ul_list li p span.title{height:30px;width:100%;overflow:hidden;line-height:30px;}
.product_box ul.ul_list li p span a{color:#2d8bcb; font-size:16px;width:100%;height:30px;overflow:hidden;}

.page{width:100%; background:#FFF; text-align:center; overflow:hidden; padding:5px 0 20px 0;}
.page a{display:inline-block; padding:0 10px; line-height:30px; height:30px; border-radius:3px; background:#2d8bcb; color:#FFF; font-size:16px;}
.page select{border:1px #DDD solid; height:30px; line-height:30px; font-size:16px; padding:0 10px;}

.solution_box{width:100%; overflow:hidden; background:#FFF;}
.solution_box ul{padding:0 15px 0 15px; overflow:hidden;}
.solution_box ul a{display:block; padding-left:5px; border-bottom:1px #eee solid; text-align:left; font-size:16px; height:50px; line-height:50px; overflow:hidden;}
.solution_box ul a span{float:right; display:inline-block; width:20px; height:50px; background:url(../images/arrow_right.png) 0 center no-repeat; background-size:auto 20px;}