/* 
* @Author: Marte
* @Date:   2016-10-27 14:26:05
* @Last Modified by:   Marte
* @Last Modified time: 2017-08-04 10:00:16
*/


/*------------------------------------------------------*/
.product-1 ul li a{
    font: 14px/14px '微软雅黑';
    color: #666;
}
.product-1 ul li a:hover{
    text-decoration: none;
}
.product-1 img{
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}

/*one*/
.product-one-ul li{
    list-style-image: url(../png/product-aps.png);
}
.product-one-ul li a:hover{
    color: #009b95;
}
/*two*/
.product-two-ul li{
    list-style-image: url(../png/product-mes.png);
}
.product-two-ul li a:hover{
    color: #fbb017;
}
/*three*/
.product-three-ul li{
    list-style-image: url(../png/product-scm.png);
}
.product-three-ul li a:hover{
    color: #1f61ad;
}
/*four*/
.product-four-ul li{
    list-style-image: url(../png/product-cps.png);
}
.product-four-ul li a:hover{
    color: #ee3024;
}
/*five*/
.product-five-ul li{
    list-style-image: url(../png/product-qms.png);
}
.product-five-ul li a:hover{
    color: #0ec7c5;
}
/*six*/
.product-six-ul li{
    list-style-image: url(../png/product-saw.png);
}
.product-six-ul li a:hover{
    color: #f57e20;
}
/*seven*/
.product-seven-ul li{
    list-style-image: url(../png/product-mqx.png);
}
.product-seven-ul li a:hover{
    color: #af3862;
}
/*eight*/
.product-eight-ul li{
    list-style-image: url(../png/product-vps.png);
}
.product-eight-ul li a:hover{
    color: #84c70e;
}

/*我是分割线*/
@media screen and (max-width: 444px) {
    .product-1 ul{
        float: left;
        margin-top: 5px;
        margin-left: 20px;
    }
    .product-one{
        height: 220px;
        border: 1px solid #009b95;
        margin-bottom: 20px;
    }
    .product-two{
        height: 460px;
        border:1px solid #fbb017;
        margin-bottom: 20px;
    }
    .product-three{
        height: 460px;
        border:1px solid #1f61ad;
        margin-bottom: 20px;
    }
    .product-four{
        height: 260px;
        border:1px solid #ee3024;
        margin-bottom: 20px;
    }
    .product-five{
        height: 260px;
        border:1px solid #af3862;
        margin-bottom: 20px;
    }
    .product-six{
        height: 380px;
        border:1px solid #f57e20;
        margin-bottom: 20px;
    }
    .product-seven{
        height: 240px;
        border:1px solid #af3862;
        margin-bottom: 20px;
    }
    .product-eight{
        height: 240px;
        border:1px solid #84c70e;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:444px) and (max-width: 768px){
    .product-1 ul{
        float: left;
        margin-top: 5px;
    }
    .product-1 ul li{
        -float: left;
        -margin: 20px;
    }
    .product-one{
        height: 195px;
        border: 1px solid #009b95;
        margin-bottom: 20px;
    }
    .product-two{
        height: 195px;
        border:1px solid #fbb017;
        margin-bottom: 20px;
    }
    .product-three{
        height: 195px;
        border:1px solid #1f61ad;
        margin-bottom: 20px;
    }
    .product-four{
        height: 195px;
        border:1px solid #ee3024;
        margin-bottom: 20px;
    }
    .product-five{
        height: 195px;
        border:1px solid #0ec7c5;
        margin-bottom: 20px;
    }
    .product-six{
        height: 195px;
        border:1px solid #f57e20;
        margin-bottom: 20px;
    }
    .product-seven{
        height: 195px;
        border:1px solid #af3862;
        margin-bottom: 20px;
    }
    .product-eight{
        height: 195px;
        border:1px solid #84c70e;
        margin-bottom: 20px;
    }
    /*.product-one img{
        float: left;
        margin-left: 4px;
        margin-top: 4px;
    }
    .product-one-ul{
        float: left;
        margin-top: 20px;
    }*/
   
}
@media screen and (min-width:768px) and (max-width: 1200px){
    .product-1 ul{
        max-width: 500px;
        float: left;
        margin-top: 5px;
    }
    .product-1 ul li{
        float: left;
        margin: 20px;
    }
    .product-one{
        height: 195px;
        border: 1px solid #009b95;
        margin-bottom: 20px;
    }
    .product-two{
        height: 195px;
        border:1px solid #fbb017;
        margin-bottom: 20px;
    }
    .product-three{
        height: 195px;
        border:1px solid #1f61ad;
        margin-bottom: 20px;
    }
    .product-four{
        height: 195px;
        border:1px solid #ee3024;
        margin-bottom: 20px;
    }
    .product-five{
        height: 195px;
        border:1px solid #0ec7c5;
        margin-bottom: 20px;
    }
    .product-six{
        height: 195px;
        border:1px solid #f57e20;
        margin-bottom: 20px;
    }
    .product-seven{
        height: 195px;
        border:1px solid #af3862;
        margin-bottom: 20px;
    }
    .product-eight{
        height: 195px;
        border:1px solid #84c70e;
        margin-bottom: 20px;
    }
    /*.product-one img{
        float: left;
        margin-left: 4px;
        margin-top: 4px;
    }
    .product-one-ul{
        float: left;
        margin-top: 20px;
    }*/
   
}
@media screen and (min-width: 1200px){
    .product-1 ul{
        max-width: 900px;
        float: left;
        margin-top: 5px;
    }
    .product-1 ul li{
        float: left;
        margin: 20px;
    }
    .product-1 ul{
        max-width: 900px;
        float: left;
        margin-top: 10px;
    }
    .product-one{
        height: 195px;
        border: 1px solid #009b95;
        margin-bottom: 20px;
    }
    .product-two{
        height: 195px;
        border:1px solid #fbb017;
        margin-bottom: 20px;
    }
    .product-three{
        height: 195px;
        border:1px solid #1f61ad;
        margin-bottom: 20px;
    }
    .product-four{
        height: 195px;
        border:1px solid #ee3024;
        margin-bottom: 20px;
    }
    .product-five{
        height: 195px;
        border:1px solid #0ec7c5;
        margin-bottom: 20px;
    }
    .product-six{
        height: 195px;
        border:1px solid #f57e20;
        margin-bottom: 20px;
    }
    .product-seven{
        height: 195px;
        border:1px solid #af3862;
        margin-bottom: 20px;
    }
    .product-eight{
        height: 195px;
        border:1px solid #84c70e;
        margin-bottom: 20px;
    }
    /*.product-one img{
        float: left;
        margin-left: 4px;
        margin-top: 4px;
    }
    .product-one-ul{
        float: left;
        margin-top: 20px;
    }*/
    

}
/*我是分割线*/