.cont-part li {
    display: inline-block;
    margin: 0px 10px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    background: transparent none repeat scroll 0% 0%;
}
.cont-part li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CCC none repeat scroll 0% 0%;
}

/*渐变背景*/
.main-container-wrapper:before{
	background: linear-gradient(to bottom, #ffe7d7 0%, #ffffff 100%);
}
/*显示底部功能导航*/
/*.footer-wrapper .all-features{
	display:block !important;
}*/
/*显示顶部边框*/
/*.footer-sec-wrap {
    border-top: 1px solid #f5f5f5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(245, 245, 245);
}*/
/*顶部导航阴影*/
.product-nav-links .menu li:nth-child(1){
	    box-shadow: 0 -2px 0 #000 inset;
}