body{
    padding: 0;
    background:#fff;
}
.prodectNav{
    width:100%;
    background:#fff;
    margin-top: 71px;
}
.prodect_background{
    width:100%;
    height:380px;
    background: url("../images/prodect_background.png") no-repeat  center center;
    background-size:100% 100%;
    position: relative;
}
.prodect_background ul{
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    box-sizing: border-box;
    font-size: 18px;
    color:#fff;
    height:88px;
    line-height: 88px;
}
.prodect_background ul li{
    width:33.33%;
    height:88px;
    float:left;
    text-align: center;
    cursor:pointer;
}
.prodect_background ul li span{
    margin-left: 12px;
}
.prodect_active{
    background:rgba(24,171,251,0.4);
}
.product_content{
    width:900px;
    margin:44px auto;
}
.product_content>div{
    width:100%;
    display:none;
}
.product_content>div>div{
    margin-bottom: 20px;
}
.product_content>div h3{
    position: relative;
    font-size: 18px;
    color:#333;
    margin-bottom: 10px;
}
.product_content>div h3:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -8px;
    background: #18ABFB;
    width: 4px;
    height: 18px;
}
.product_content>div p{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    margin-bottom:10px;
}
.product_contentOne{
    display:block!important;
}
.priceList{
    width:70%;
    height:300px;
    margin:0 auto;
    text-align: center;
}
.priceList > div{
    font-size: 14px;
    margin-left: 20px;
}
.priceList > div > p{
    height:40px;
    line-height:40px;
    border:2px solid #ccc;
    border-bottom:none;
    text-align: center;
}
.priceList > div > ul{
    height:120px;
    display: -webkit-flex;/*新版本语法：chrome 21+*/
    display: flex;/*新版本语法:opera 12.1,Firefox 22+*/
    display: -webkit-box;/*老版本语法：Safari,iOS,Android browser,old Webkit browser*/
    display: -moz-box;/*老版本语法：Firefox(buggy)*/
    display: -ms-flexbox;/*混合版本语法：IE 10*/
    box-sizing: border-box;
    border:1px solid #ccc;
}
.priceList > div > ul > li{
    -webkit-flex:1;/*Chrome*/
    -ms-flex:1;/*IE 10*/
    flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
    -webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
    -moz-box-flex:1;/*OLD - Firefox 19-*/
    height:100%;
    box-sizing: border-box;    
}
.priceList > div > ul > li p{
    height:60px;
    box-sizing: border-box;
    text-align: center;
    line-height:60px;
    border:1px solid #ccc;
}
.priceList > span{
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 6px;
    background: #18ABFB;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 300px;
    margin-top:20px;
    display:inline-block;
}