
.menus-wrapper{
    width: 950px;
    margin: 0 auto;
    text-align: center;
}
.menus-wrapper .menu-item{
    width: 200px;
    height: 160px;
    /*border: 1px solid #ddd;*/
    position: relative;
    display: inline-block;
    margin: 20px 15px;
    cursor: pointer;
}
.menus-wrapper .menu-item img{
    width: 180px;
    box-shadow: 0 0 3px #666;
}
.menus-wrapper .menu-item .title{
    width: 180px;
    height: 120px;
    background-color: rgba(158, 158, 158, 0.9);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid #666;
}
.title-wrapper{
    text-align: center;

}
.title-wrapper .title{
    font-size: 24px;
    border-bottom: 2px solid green;
    display: inline-block;
}
.menus-wrapper .menu-item .title .text{
    margin-top: 90px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.product-contect .company-info .text{
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0,0,0,0.6);
    margin: 0 20px;

}
.part-img{
    width: 60%;
    margin: 0 auto;
}

.product-list li {
    width: 100%;
    height: 40px;
    background-color: #e6e6e6;
    margin: 1px 0;
    cursor: pointer;
}
.product-list li:hover {
    background-color: rgba(128, 190, 48, 0.5);
}

.product-list li.actived {
    width: 100%;
    height: 40px;
    background-color: #80be30;
    margin: 1px 0;
}

.product-list a.actived {
    text-decoration: none;
    cursor: auto;
    color: white;
}

.product-list li p {
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
}

.products .product-contect {
    width: 800px;
    /*min-height: 450px;*/
    background-color: white;
    margin: 0 auto;
}

.products .product-contect li {
    /* margin-left: -35px !important; */
    margin-left: 0px;
}

.honor{
    text-align: center;
}
.honor .honor-item{
    display: inline-block;
    width: 180px;
    padding: 15px;
    /*float: left;*/
    font-size: 10px;
    text-align: center;
}
.honor img {
    height: 130px;
}
.advantage-item{
    margin: 0 20px;
}
.advantage-item .item-title{
    color: #00b0ff;
}
.item-subTitle{
    color: #000;
    margin-left: 15px;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}
.item-text{
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0,0,0,0.6);
    margin-top: 5px;
}
.contact-wrapper{
    padding-left: 50px;
}
.contact-wrapper p{
    color: rgba(0,0,0,0.6);
    font-size: 16px;
}
