.banner{}
.banner .banner_img{
    width: 100%;
}

#product_box{
    margin-bottom: 300px;
}
#product_box .crumbs{
    color: #aaa;
    padding: 30px 0px;
}

/*left*/
#product_box .left{
    width: 250px;
    float: left;
}
.left .nav_ul{
    width: 225px;
    background-color: #05608D;
}
.left .nav_ul .one{
    font-size: 15px;
    color: #fff;
    padding: 15px;
}
.left .nav_ul .next{
    background-color: #5986B0;
    padding: 10px 15px;
}
.left .nav_ul .next .next_li{
    color: #ADB7C3;
    line-height: 30px;
    padding: 5px 0px;
    cursor: pointer;
    padding-left: 10px;
    margin-top: 10px;
}
.left .nav_ul .next .next_li:hover{
    color: #fff;
    background-color: cornflowerblue;
    border-radius: 5px;
}
.left .nav_ul .next .select{
    color: #fff;
    background-color: cornflowerblue;
    border-radius: 5px;
}


/*right*/
#product_box .right{
    margin-left: 270px;
    margin-top: -20px;
}
.right .type_title{
    font-size: 20px;
    color: #126EA0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.right .type_content{
    line-height: 29px;
}
.right .register_title{
    margin-top: 30px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.right .register_content{
    width: 395px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.right .register_content span{
    display: block;
    line-height: 25px;
}
.right .product_box{}
.right .product_box .product_title{
    font-size: 14px;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.right .product_box .ul{
    width: 100%;
    margin-top: 20px;
}
.right .product_box .ul .li{
    display: inline-block;
    width: 32%;
    list-style: none;
    position: relative;
}
.right .product_box .ul .li .img{
    width: 90%;
    display: block;
    margin: auto;
}
.right .product_box .ul .li .name{
    display: block;
    text-align: center;
    margin: 20px 0px;
    margin-bottom: 30px;
}
.right .more_button{
    float: right;
    margin-right: 20px;
}