﻿li{
    list-style: none;
}

.product{
    padding-top: 100px;
}
/*主体*/
.main{
    color: #666;
    background-color:#ddd ;
    font-size: 0;
}
.subnavbox{
    position: relative;
    background-color: #fff;
}
.sub-nav{
    height: 70px;
    line-height: 70px;
    font-size: 16px;
}
.sub-nav li a{
    color:#333;
    margin-right: 10px;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
}
.sub-nav li i{
    font-style: normal;
}
.active-sub i a,.sub-nav li i  a:hover,.sub-nav dd a:hover ,.active-sub .active a{
    background-color: #000;
    color: #fff;
}
.sub-nav li,.sub-nav  dl dd{
    display: inline-block;
    float:left;
}
.sub-nav .subnavdlbox{
    position: absolute;
    top:70px;
    left: 0;
    width: 100%;
    display: none;
    /*text-align: left;*/
    /*padding-left: 20%;*/
}
.sub-nav li:hover .subnavdlbox{
    display: block;
    background: #e9e9e9;
}

.column{
    font-size: 16px;
    clear: both;
    overflow: hidden;
    margin-top: 80px;
}
.column li{
    float: left;
    width: 30.3%;
    margin-bottom: 40px;
    position: relative;
}
.column li img{
    height:252px !important;
}
.column li:not(:nth-of-type(3n+1)){
    margin-left: 4.5%;
    /*border: 1px solid red;*/
}
.column li p{
    font-size: 24px;
    color: #333;
    margin: 15px 0 5px 0;
}
.column li span:first-of-type{
    font-size: 16px;
    color: #999;
}
.column li i{
    background: #fff;
    color: #000;
}
.column li span:last-of-type{
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
    color: #3e3e3e;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
}
.column li:hover span:last-child,.main .tab dd:hover,.main .tab dd:hover i{
    color: #fff;
    background: #1cab81;
}
.main .tab{
    text-align: center;
    padding-bottom: 80px;
}
.main .tab dd{
    display: inline-block;
    color: #999;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    background: #eee;
    margin-left: 10px;
    font-size: 16px;
}
.main .tab dd a{
    display:block;
    width: 40px;
    height: 40px;
    color: #999;
    font-size: 16px;
}
.main .tab dd .page-num-current{
color: #fff;
background-color: rgba(28, 171, 128, 0.89);
}
.main .tab dd a:hover{
    color: #fff;
}
.main .tab dd .fa{
    color: #000;
    font-size: 24px;
}
.pro-box{
    padding: 80px 0;
    clear: both;
    overflow: hidden;
    /*border: 1px solid red;*/
}
/* 轮播Example*/

#example .sp-selected-thumbnail {
    border: 2px solid #000;

}
.sp-thumbnail-container{
    /*width: 30% !important;*/
    height: auto !important;
}
.pro-img{
    width: 50%;
    float: left;
}
/*详情*/
.pro-text{
    float: right;
    width: 40%;
    /*border: 1px solid red;*/
    color: #333;
    margin-top: 30px;
}
.pro-text h2{
    font-weight: normal;
    font-size: 30px;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.pro-text span{
    font-size: 16px;
    display: block;
}
.pro-text p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;

}


/*PC端*/
@media (max-width: 1440px){
    .product{
        padding-top: 60px;
    }
    /*主体*/
    .sub-nav{
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .sub-nav li span,.sub-nav li i{
        margin-left: 0;
       
    }
    .sub-nav .subnavdlbox{
        top:50px;
    }
    .sub-nav li a{
        margin-right:1px;
        font-size: 12px !important;
    }
    .column{
        margin-top:60px;
    }
    .column li{
        width: 31.3%;
        margin-bottom: 50px;
    }
    .column li img{
        height: 182.7px !important;
    }	
    .column li:not(:nth-of-type(3n+1)){
        margin-left:3%;
    }
    .column li p{
        font-size: 16px;
        margin: 10px 0 0 0;
    }

    .column li span:first-of-type{
        font-size: 12px;
    }
    .column li span:last-of-type{
        bottom: 0;
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-size: 20px;
    }
    .main .tab{
        padding-bottom: 80px;
    }
    .main .tab dd{
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 5px;
        font-size: 14px;
    }
    .main .tab dd .fa{
        font-size: 20px;
    }

    /*详情*/
    .pro-text{
        margin-top: 10px;
    }
    .pro-text h2{
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .pro-text span{
        font-size: 14px;
    }
    .pro-text p{
        margin-top:25px;
        font-size: 14px;
        line-height: 26px;

    }
}