.cj_hr{height: 300px;background: #666;display: flex;justify-content: center;align-items: center;font-size: 50px;color: #fff;}

.cj_wrap{padding: 25px 0;}
.cj_wrap *{box-sizing: border-box;}
.cj_wrap img{max-width: 100%;height: auto;}
.cj_page_title{font-size: 36px;text-align: center;color: #333;margin-bottom: 15px;}
.cj_page_describe{text-transform: capitalize;margin-bottom: 40px;}
.cj_product_list .cj_item{margin-bottom: 35px;position: relative;display: flex;align-items: flex-start;justify-content: space-between;color: #333;flex-wrap: wrap;}
.cj_product_list .cj_item .cj_img{width: 255px;overflow: hidden;}
.cj_product_list .cj_item .cj_img img{max-width: 100%;height: auto;}
.cj_product_list .cj_item .cj_text_box{width: calc(100% - 275px);}
.cj_product_list .cj_item .cj_text_box .cj_title{font-size: 24px;margin-bottom: 15px;margin-top: 10px;}
.cj_product_list .cj_item .cj_text_box .cj_title:hover{opacity: .9;}
.cj_product_list .cj_item .cj_text_box .cj_describe{font-size: 16px;color: #666;margin-bottom: 25px; height: 4.5em;overflow: hidden;line-height: 1.5em;}
.cj_btn,
.cj_product_list .cj_item .cj_text_box .cj_item_btn{padding: 10px 25px;font-size: 16px;background: #fa921a;display: inline-block;color: #fff;border-radius: 6px;}
.cj_btn{margin: 0 20px 20px 20px;}
.cj_product_list .cj_item .cj_text_box .cj_item_btn:hover{background: #ff8600;}
.cj_product_list .cj_item.cj_full_item .cj_img{width: 100%;display: flex;margin-bottom: 15px;}
.cj_product_list .cj_item.cj_full_item .cj_img .cj_img_item{width: 33.33%;padding: 0 10px;}
.cj_product_list .cj_item.cj_full_item .cj_text_box{width: 100%;}

.cj_flex{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.cj_main{padding: 35px 0;}
.cj_main .cj_content{width: calc(100% - 250px);}
.cj_main .cj_sidebar{width: 220px;padding-top: 20px;}
.cj_main .cj_sidebar .cj_key_link .cj_item{display: block;margin-bottom: 25px;color: #555;text-decoration: none;}
.cj_main .cj_sidebar .cj_key_link .cj_item:hover{color: #000;}
.cj_main .cj_sidebar .cj_key_link.cj_shadow{box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);padding: 15px;}
.cj_recommend_list{display: flex;flex-wrap: wrap;}
.cj_recommend_list .cj_item{width: 33.33%;padding: 0 15px;margin-bottom: 30px;text-align: center;}
.cj_recommend_list .cj_item .item_shadow{box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);text-align: left;overflow: hidden;}

.cj_recommend_list .cj_item .cj_title{display: block;margin: 10px 0;line-height: 1.5em; max-height: 3em;overflow: hidden;color: #333;text-decoration: none;}
.cj_recommend_list .cj_item .cj_img{overflow: hidden;}
.cj_recommend_list .cj_item .item_shadow .cj_title{padding: 0 20px;font-weight: bold;}
.cj_recommend_list .cj_item .item_shadow .cj_desc{padding: 0 20px;margin-bottom: 15px;display: block;line-height: 1.5em; max-height: 7.5em;overflow: hidden;color: #666;text-decoration: none;font-size: 14px;}
.cj_recommend_list .cj_item img{transition: all .3s linear;overflow: hidden;}
.cj_recommend_list .cj_item:hover img{transform: scale(1.1);}
.cj_recommend_list .cj_item .cj_more{font-size: 16px;padding: 20px;text-decoration: none;display: block;color: #333;}
@media (max-width: 767px) {
    .cj_main .cj_content,
    .cj_main .cj_sidebar{width: 100%;}
}
@media (max-width: 640px) {
    .cj_product_list .cj_item{display: block;}
    .cj_product_list .cj_item .cj_text_box{width: auto;}
    .cj_product_list .cj_item .cj_text_box .cj_title{font-size: 20px;}
    .cj_product_list .cj_item .cj_text_box .cj_describe{font-size: 14px;}
    .cj_recommend_list .cj_item{width: 50%;padding: 10px;}
}