
.povertyStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.captureStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

body {
    font-family: "Microsoft YaHei";
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:hover {
    color: #f7882f;
}

.row {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

dl {
    margin: 0;
}

.container {
    margin: 0 auto;
    padding: 0;
}

.foot_bottom {
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #999;
    z-index: 50;
    position: relative;
    padding: 40px 10px;
}

.logo {
    margin: 15px;
    display: inline-block;
}

.logo_h1 {
    margin: 0;
    display: inline-block;
}

.pic404 {
    margin: 86px auto;
    display: block;
    max-width: 70%;
}

.bread {
    margin: 0px 15px 20px;
}

.bread .active {
    color: #f7882f;
}


/* 导航 */

.navbar {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    padding: 6px 16px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    margin: 10px 20px 10px 0;
}

.navbar-default .navbar-nav>li .active {
    background-color: #f7882f;
    box-shadow: 2px 2px 6px 1px #666;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #f7882f;
    color: #fff;
    box-shadow: 2px 2px 6px 1px #666;
}

.navbar-default {
    background-color: #6b7a8f;
    box-shadow: 0px 0px 4px 2px #eee;
    margin-bottom: 20px;
}

.navbar-toggle {
    border: 1px #eee solid;
    margin: 16px 15px 17px 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin: 0 15px;
}


/* 翻页友链 */

.page {
    margin: 0px 0 30px;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.page li {
    display: inline-block;
    margin: 0 4px 10px;
}

.page a {
    padding: 4px 14px;
    background-color: #6b7a8f;
    display: block;
    color: #fff;
}

.page a.active {
    background-color: #f7882f;
    color: #fff;
}

.page a:hover {
    background-color: #f7882f;
    color: #fff;
    text-decoration: none;
}

.links .tit1 {
    float: left;
    font-weight: bold;
}

.links {
    margin: 0 15px;
    color: #fff;
    border-bottom: 1px #fff solid;
}

.links a {
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
}

.btm_bg {
    background-color: #999;
    padding-top: 20px;
}

.links_list {
    display: flow-root;
}


/* 首页大图 */

.home_pic {
    margin-bottom: 10px;
}

.home_pic img {
    width: 100%;
}

.home1 {
    height: 380px;
    object-fit: cover;
    margin-bottom: 20px;
}

.home2 {
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}

.home_bg {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px 0;
    position: relative;
    margin-bottom: -180px;
}

.home_bg:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.home_bg li {
    color: #fff;
    text-align: center;
}

.home_bg_li1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.home_bg_li2 {
    font-size: 16px;
    line-height: 30px;
}


/* 首页其他 */

.home_tit {
    text-align: center;
    margin-bottom: 22px;
}

.home_tit span {
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
}

.home_classify {
    text-align: center;
    margin-bottom: 22px;
    line-height: 30px;
}

.home_classify a {
    margin: 0 10px;
    word-break: keep-all;
}

.product_list img {
    height: 170px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.product_list img:hover {
    transition: all .2s linear;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}

.sales_volume {
    background-color: #f7882f;
    padding: 6px 8px;
    float: right;
    color: #fff;
    position: relative;
    margin-bottom: -60px;
    margin-right: -4px;
    margin-top: 14px;
    box-shadow: 0px 2px 3px 0px rgba(107, 122, 143, 0.3);
}

.product_list_li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: 15px;
}

.product_price {
    color: rgb(211, 20, 20);
    margin-bottom: 20px;
}

.home_sidebar {
    background-color: rgba(107, 122, 143, 0.2);
    padding: 20px 20px 5px;
    margin-bottom: 20px;
}

.home_sidebar2 {
    background-color: rgba(247, 136, 47, 0.2);
}

.home_sidebar_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.home_sidebar_ul li {
    margin-bottom: 15px;
    list-style: circle;
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_right {
    padding: 0;
    float: right;
}

.home_row {
    margin-bottom: 10px;
}

.product_list2 .sales_volume {
    background-color: #6b7a8f;
}

.home_zs img {
    height: 144px;
    object-fit: cover;
    width: 100%;
}

.home_zs_tit {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 10px;
    width: 100%;
    position: relative;
    margin-top: -36px;
}

.home_zs {
    margin-bottom: 18px;
}

.home_zs_tit a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.md:hover {
    text-decoration: none;
    color: #333;
}


/* 上移效果 */

.grid .hp_case_img {
    margin: 0;
    position: relative;
}

.grid .hp_case_img a {
    color: #fff;
}

.hp_case_aa {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid .hp_case_img a:hover {
    color: #f7882f;
}

.grid .hp_case_img img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid .hp_case_a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #2c3f52;
    color: #ddd;
}

.cs-style-3 .hp_case_img {
    overflow: hidden;
    margin-bottom: 20px;
}

.cs-style-3 .hp_case_img img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    object-fit: cover;
    width: 100%;
}

.cs-style-3 .hp_case_img2 img {
    height: 400px;
}

.cs-style-3 .hp_case_img3 img {
    height: 220px;
}

.cs-style-3 .hp_case_img4 img {
    height: 160px;
}

.cs-style-3 .hp_case_img:hover img,
.cs-style-3 .hp_case_img .cs-hover img {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.cs-style-3 .hp_case_a {
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-3 .hp_case_img:hover .hp_case_a,
.cs-style-3 .hp_case_img .cs-hover .hp_case_a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.grid_row {
    padding: 0;
}


/* 筛选 */

.classify_screen {
    background-color: rgba(107, 122, 143, 0.1);
    padding: 20px 20px 1px;
    margin-bottom: 20px;
    border: 1px rgba(107, 122, 143, 0.6) solid;
}

.classify_screen_tit {
    padding: 6px 20px;
    background-color: #f7882f;
    border-radius: 20px;
    float: left;
    color: #fff;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.classify_screen_ul {
    display: flow-root;
    padding: 6px 12px 6px 0;
}

.classify_screen_ul .active {
    color: #f7882f;
}

.classify_screen_ul li {
    display: inline-block;
    margin: 0 10px 20px 8px;
    border-right: 1px #6b7a8f solid;
    padding-right: 20px;
}

.classify_screen_tag {
    padding: 6px 20px;
    background-color: #f7882f;
    border-radius: 20px;
    color: #fff;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}

.classify_screen_tag_s {
    margin: 0 0 20px;
    display: inline-block;
    font-size: 14px;
}

.classify_screen_tag_s span {
    color: #f7882f;
    font-weight: bold;
    margin: 0 2px;
}


/* 列表 */

.article_list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.article_list img:hover {
    transition: all .2s linear;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}

.article_list_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}

.article_list p {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    margin-bottom: 10px;
    font-size: 13px;
}

.article_list_time {
    /* text-align: right; */
    color: #666;
    font-size: 13px;
}

.row_article {
    margin: 0 0px 30px;
    border-bottom: 1px #eee solid;
    padding-bottom: 30px;
}

.pic_list {
    margin-bottom: 20px;
}

.pic_list img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 14px;
}

.pic_list img:hover {
    transition: all .2s linear;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}

.pic_list_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 20px;
}

.product_sort {
    float: right;
}

.product_sort li {
    display: inline-block;
    margin-left: 6px;
}

.product_sort .active {
    color: #f7882f;
}

.product_sort a {
    margin: 0 2px;
}


/* 详情 */

.article_tit {
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0 20px;
    line-height: 30px;
}

.article_source li {
    display: inline-block;
    margin-right: 20px;
    word-break: keep-all;
    color: #999;
    margin-bottom: 10px;
}

.hr1 {
    margin-top: 0;
}

.article_details {
    margin-bottom: 40px;
}

.article_details p {
    line-height: 30px;
    margin-bottom: 20px;
    word-break: break-all;
}

.article_details img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.article_details table {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.hr2 {
    margin-bottom: 30px;
}

.next_pre li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.next_pre span {
    padding: 6px 20px;
    background-color: #f7882f;
    border-radius: 20px;
    color: #fff;
    margin-right: 14px;
    display: inline-block;
}

.next_pre {
    margin: 30px 0 50px;
}

.product_details {
    margin-bottom: 30px;
}

.product_details_tit {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 32px;
}

.product_details_price {
    font-size: 18px;
    color: rgb(211, 20, 20);
    margin-bottom: 20px;
}

.product_details_s {
    background-color: #f7882f;
    padding: 8px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.product_details_pic {
    max-height: 440px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product_details_li {
    margin-top: 20px;
}

.product_anchor {
    background-color: rgba(107, 122, 143, 0.3);
    border: 1px rgba(107, 122, 143, 0.8) solid;
    padding: 16px 20px 2px;
    margin-bottom: 30px;
}

.product_anchor li {
    display: inline-block;
    margin: 0 10px 14px;
    border-right: 1px #6b7a8f solid;
    padding-right: 24px;
    font-size: 16px;
}

.product_anchor_to {
    background-color: #f7882f;
    padding: 6px 16px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 4px 3px 6px 0px #ddd;
}

.hr_o {
    border: 0.5px #f7882f solid;
}

.article_list_xq {
    margin-bottom: 30px;
}

.product_anchor_to:hover {
    color: #fff;
    text-decoration: none;
}

.product_evaluate_name span {
    color: #999;
    margin-left: 20px;
}

.product_evaluate_name {
    margin-bottom: 20px;
}

.product_evaluate p {
    margin-bottom: 20px;
    line-height: 24px;
}

.product_evaluate img {
    height: 180px;
    object-fit: cover;
}

.row_product {
    margin: 0 -15px 20px;
}

.product_parameters li {
    margin-bottom: 16px;
    line-height: 20px;
}

.plant_p {
    margin-bottom: 40px;
}

.plant_p p {
    line-height: 30px;
    margin-bottom: 20px;
}

.list_h1 {
    font-size: 13px;
    margin: 0;
    position: relative;
    z-index: -1;
}


/* 侧栏 */

.sidebar_tit {
    color: #fff;
    background-color: rgba(107, 122, 143, 0.8);
    font-size: 16px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 2px 3px 0px rgba(107, 122, 143, 0.3);
}

.sidebar_item {
    background-color: rgba(107, 122, 143, 0.1);
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 3px 0px rgba(107, 122, 143, 0.3);
    border-radius: 0px 8px 8px 8px;
}

.sidebar_item_tag a {
    border: 1px #6b7a8f solid;
    padding: 4px 8px;
    display: inline-block;
    color: #6b7a8f;
    margin: 0 10px 10px 0;
}

.sidebar_item_tag a:hover {
    background-color: rgba(107, 122, 143, 0.8);
    color: #fff;
    text-decoration: none;
    transition: all .1s linear;
}

.related_pic img {
    width: 100%;
    margin-bottom: 14px;
    height: 160px;
    object-fit: cover;
}

.row_related {
    margin: 0 -15px;
}

.related_pic_tit {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
}


/* 翻转效果 */

.w-simImg .image-w {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.w-simImg img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.caption {
    position: relative;
}

.caption .captionbg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption .caption-text {
    z-index: 10;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
}

.caption p {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.bg_main {
    background: rgba(107, 122, 143, 0.9);
}

.imgFloatFull .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 0;
    overflow: hidden;
}

.imgFloatFull .caption .captionbg {
    opacity: 0.7;
    *filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    z-index: 0;
}

.imgFloatFull .caption .caption-text {
    display: table;
    height: 100%;
    width: 100%;
}

.imgFloatFull .caption .caption-text .caption-text-in {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.imgFloatFull .caption .more1 .more_span {
    border-color: #fff;
}

.simImg_spec .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 14px;
}

.simImg_spec .caption {
    overflow: hidden;
}

.specFull .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 0;
}

.specFull .caption .captionbg {
    opacity: 0.9;
    *filter: alpha(opacity=90);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 0;
}

.specFull .caption .caption-text {
    display: table;
    height: 100%;
    width: 100%;
}

.specFull .caption .caption-text .caption-text-in {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.simImg_spec2 img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.simImg_spec2 .caption::before,
.simImg_spec2 .caption::after {
    border-color: rgba(255, 255, 255, 0.3);
}

.simImg_spec2 .caption .captionbg {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.simImg_spec2:hover .caption .captionbg {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.simImg_spec2 .caption-text {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.simImg_spec2:hover .caption-text {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.simImg_spec2 .caption .caption-text .caption-text-in {
    padding: 20px;
}


/* 相册 */

.clearfix {
    display: block;
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

#play {
    text-align: center;
    position: relative;
}

#play .change_a {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

#play .prev_a {
    left: 0
}

#play .next_a {
    right: 0
}

#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

#play .prev_a span {
    left: 30px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #f7882f;
    border-left: 5px solid #f7882f;
    transform: rotate(-45deg)
}

#play .next_a span {
    right: 30px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #6b7a8f;
    border-left: 5px solid #6b7a8f;
    transform: rotate(135deg)
}

.design_sketch_pic {
    margin-bottom: 30px;
}

.design_sketch_pic img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
    max-height: 440px;
}


/* 展开 */

.poster-list .poster-txt {
    position: relative;
    overflow: hidden;
    transition: height .24s;
    height: 84px;
}

.poster-list2 .poster-txt {
    height: 530px;
}

.poster-list .poster-txt.xg:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 20px;
}

.poster-list .poster-btn {
    display: block;
    color: #f7882f;
    cursor: pointer;
    margin: 0px 0 20px;
    text-align: center;
}

.poster-list .poster-btn a {
    outline: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    color: #f7882f;
}

.poster-list .poster-btn a:hover {
    padding: none;
    border: none;
    box-shadow: none;
}

.classify_screen_top {
    position: relative;
}

.classify_screen_top li {
    display: inline-block;
}

.classify_screen_top li a {
    padding: 6px 20px;
    background-color: #6b7a8f;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    color: #fff;
    line-height: 16px;
}

.classify_screen_top li a:hover {
    background-color: #f7882f;
    text-decoration: none;
}

.classify_screen_top .active {
    background-color: #f7882f;
    box-shadow: 0px 2px 3px 0px rgba(107, 122, 143, 0.3);
}

@media (max-width: 991px) {
    .home1 {
        height: 280px;
    }
    .home2 {
        height: 130px;
    }
    .home_bg {
        padding: 35px 0;
        margin-bottom: -130px;
    }
    .home_right {
        float: none;
    }
    .cs-style-3 .hp_case_img2 img {
        height: 300px;
    }
    .cs-style-3 .hp_case_img3 img {
        height: 160px;
    }
    .cs-style-3 .hp_case_img4 img {
        height: 120px;
    }
    .design_sketch_pic img {
        height: 340px;
    }
    .home_zs img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .home1 {
        height: 180px;
    }
    .home2 {
        height: 80px;
    }
    .home_bg {
        padding: 10px 0;
        margin-bottom: -80px;
    }
    .cs-style-3 .hp_case_img2 img {
        height: 200px;
    }
    .cs-style-3 .hp_case_img3 img {
        height: 120px;
    }
    .cs-style-3 .hp_case_img4 img {
        height: 120px;
    }
    .design_sketch_pic img {
        height: 300px;
    }
    .article_list img {
        height: 200px;
        margin-bottom: 12px;
    }
    .article_list p {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 600px) {
    .product_evaluate img {
        height: 140px;
    }
}

@media (max-width: 500px) {
    .cs-style-3 .hp_case_img2 img {
        height: 160px;
    }
    .cs-style-3 .hp_case_img3 img {
        height: 80px;
    }
    .cs-style-3 .hp_case_img4 img {
        height: 80px;
    }
    .product_list img {
        height: 140px;
    }
    .design_sketch_pic img {
        height: 220px;
    }
    .product_evaluate img {
        height: 110px;
    }
    .pic_list img {
        height: 120px;
    }
    .related_pic img {
        height: 130px;
    }
    .classify_screen_ul li {
        font-size: 13px;
        padding-right: 12px;
        margin: 0 6px 20px 4px;
    }
    .classify_screen_tit {
        font-size: 13px;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 400px) {
    .product_evaluate img {
        height: 90px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

.home_tit {
    margin: 30px 0;
}

.logo_word {
    font-size: 22px;
    font-weight: bold;
    line-height: 68px;
    margin: 0 15px;
}

.logo_word a:hover {
    color: #333;
    text-decoration: none;
}

.bc_h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.wanderStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

