.menu_list{width:282px;}
.menu_head{width:242px;height:47px;line-height:47px;padding-left:38px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;margin:0;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:280px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:244px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

.menu_head-title{width:242px;height:47px;line-height:47px;padding-left:38px;font-size:14px;background-color: #0AB2D2; color:#fff;cursor:pointer;border:1px solid #e1e1e1;position:relative;font-weight:bold;margin:0;}




/* 分页菜单 */
.product-list{
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.nav-left{
    width: 282px;
    height: auto;
    float: left;
    margin-top: 50px
}
.feature-product{
    width: 282px;
    height: auto;
    border: 1px solid #e1e1e1;
}

.feature-product ul li{
    width: 260px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
   
}
.feature-product ul li a img{
    width: 120px;
    float: left;
}

.feature-intro{
    float: right;
    width: 120px;
}
.feature-intro p{
    font-size: 14px;
    line-height: 20px;
}
.feature-intro span{
    display: inline-block;
    width: 60px;
    height: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
}

.page-contact p{
     width: 260px;
     height: 40px;
     font-size: 14px;
}
.page-contact p i{
    width: 30px;
    height: 30px;
    background-color: #EFEFEF;
    line-height: 30px;
    text-align: center;
    color: #0AB2D2;
    font-size: 16px;
    margin-right: 15px;
}
.mt-20{
    margin-top: 20px;
}
.ml-20{
    margin-left: 20px;
}