::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
}
::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    border-color: transparent;
    border-style: solid;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    border-width: 0;
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
.scrollbar-hover::-webkit-scrollbar, .scrollbar-hover::-webkit-scrollbar-button, .scrollbar-hover::-webkit-scrollbar-track, .scrollbar-hover::-webkit-scrollbar-thumb {
    visibility: hidden;
}
.scrollbar-hover:hover::-webkit-scrollbar, .scrollbar-hover:hover::-webkit-scrollbar-button, .scrollbar-hover:hover::-webkit-scrollbar-track, .scrollbar-hover:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
.logo h1 {
    max-width: 100%;
    max-height: 100%;
}
.hw_products_filter {
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
}
.hw_products_filter dt {
    position: relative;
    line-height: 37px;
    font-size: 16px;
    color: #111;
    text-indent: 19px;
    cursor: pointer;
}
.hw_products_filter dt em {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/icon_qty_plus.png") no-repeat 14px center;
    width: 37px;
    height: 37px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hw_products_filter dt.cur em {
    background: url("../img/icon_qty_less.png") no-repeat 14px center;
}
.hw_products_filter dl {
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.hw_products_filter dd {
    padding-bottom: 20px;
}
.hw_products_filter dd a {
    position: relative;
    display: block;
    padding-left: 45px;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
.hw_products_filter dd a span {
    word-break: break-all;
    color: #666;
}
.hw_products_filter dd .view_more {
    padding-left: 19px;
    display: inline-block;
    padding-right: 12px;
}
.hw_products_filter dd .view_more em {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../img/bg_select.png") no-repeat left 4px center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    vertical-align: middle;
}
.hw_products_filter dd .view_more.cur em {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hw_products_filter dd .icon_checkbox {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    top: 8px;
    left: 19px;
}
.hw_products_filter dd .current {
    color: #111;
}
.hw_products_filter dd .current .icon_checkbox {
    background: url("../img/screeningSelectIcon.jpg") no-repeat center center #000;
    border: 1px solid #000;
}
.hw_products_filter .filter_selected {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.hw_products_filter .filter_selected .filter_selected_tit {
    font-size: 16px;
    color: #222;
    position: relative;
}
.hw_products_filter .filter_selected .filter_selected_tit em {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/icon_currency_close.png") no-repeat center;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    cursor: pointer;
}
.hw_products_filter .filter_selected {
    overflow: hidden;
}
.hw_products_filter .filter_selected .filter_clear_all {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px solid #222;
    color: #222;
    text-align: center;
}
.hw_products_filter .filter_selected .filter_clear_item {
    display: inline-block;
    padding: 0 24px 0 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    background: url("../img/filter_close.png") no-repeat right 8px center #f5f5f5;
    font-size: 12px;
    color: #666;
    vertical-align: middle;
    text-align: center;
}
.hw_products_filter_mb {
    display: none;
    margin-bottom: 20px;
}
.hw_products_filter_select {
    display: none;
    margin-top: 12px;
    margin-right: 8px;
    padding: 0 12px;
    position: relative;
    width: 48%;
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    font-size: 12px;
    box-sizing: border-box;
}
.hw_products_filter_select .filter_option i {
    position: absolute;
    right: 15px;
    top: 12px;
}
.hw_products_filter_select .filter_option i:after, .hw_products_filter_select .filter_option i:before {
    border: 5px solid transparent;
    border-top: 5px solid #f0f0f0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}
.hw_products_filter_select .filter_option i:before {
    border-top-color: #000;
    top: 1px;
}
.hw_products_filter_ns {
    display: block;
    margin-bottom: 20px;
}
.hw_products_filter_ns_list {
    padding: 13px 10px;
    border: 1px #eee solid;
    background-color: #fff;
}
.hw_products_filter_ns_list .filter_selected {
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
}
.hw_products_filter_ns_list .filter_selected_tit {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}
.hw_products_filter_ns_list .filter_selected .filter_clear {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.hw_products_filter_ns_list .filter_selected .filter_clear_all {
    display: inline-block;
    width: max-content;
    margin: 0;
    padding: 0 10px;
}
.hw_products_filter_ns_list .filter_list {
    display: flex;
    flex-wrap: wrap;
}
.hw_products_filter_ns_list dl {
    background-color: #fff;
    position: relative;
    border-bottom: 0;
    margin-bottom: 0;
}
.hw_products_filter_ns_list dl dt {
    height: 28px;
    line-height: 28px;
    padding: 0 22px 0 10px;
    border: 1px transparent solid;
    position: relative;
    z-index: 20;
    cursor: default;
    text-indent: 0;
}
.hw_products_filter_ns_list dl:hover dt {
    border-color: #eee;
    border-bottom-color: #fff;
}
.hw_products_filter_ns_list dl dt em, .hw_products_filter_ns_list dl dt.cur em {
    width: 9px;
    height: 6px;
    margin: auto;
    background: url("../img/bg_select.png") no-repeat left center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hw_products_filter_ns_list dl:hover dt em {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hw_products_filter_ns_list dl dd {
    min-width: 100%;
    padding: 10px 0;
    background: #fff;
    border: 1px #eee solid;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 10;
    display: none;
}
.hw_products_filter_ns_list dl:hover dd {
    display: block;
}
.hw_products_filter_ns_list dl dd a {
    position: relative;
    display: block;
    color: #666;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 23px 0 35px;
}
.hw_products_filter_ns_list dl dd a:hover span {
    text-decoration: underline;
}
.hw_products_filter_ns_list dl dd .icon_checkbox {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    top: 8px;
    left: 13px;
}
.hw_products_filter_ns_list dl dd .current .icon_checkbox {
    background: url("../img/bg_ns_list.png") no-repeat center center;
    border-color: #ccc;
}
@media only screen and (max-width: 768px) {
    .hw_products_filter_mb {
        display: block;
    }
    .hw_products_filter_select {
        display: block;
    }
    .hw_products_filter {
        display: none;
    }
    .hw_products_filter_mb .hw_products_filter {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        z-index: 99999;
        overflow-y: auto;
        transition: all .3s;
        background: #fff;
        padding: 0;
    }
    .hw_products_filter_mb .hw_products_filter.show {
        left: 0;
    }
    .hw_products_filter_mb .hw_products_filter .filter_selected {
        line-height: 65px;
        padding: 0 15px;
    }
    .hw_products_filter .filter_selected .filter_selected_tit em {
        display: block;
    }
    .hw_products_filter .filter_selected .filter_clear_all {
        margin: 0;
    }
    .hw_products_filter_ns_list .filter_selected {
        border-bottom: 1px solid #e5e5e5;
    }
    .hw_products_filter_ns_list .filter_selected_tit {
        display: block;
        line-height: 65px;
        padding: 0;
    }
}
.hw_header {
    width: 100%;
    display: none;
}
.hw_header .header {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 9999;
    max-width: 991px;
    box-sizing: border-box;
}
.hw_header .header .logo {
    float: left;
    width: 50%;
    padding: 10px 0;
    overflow: hidden;
}
.hw_header .header .logo img {
    max-height: 30px;
}
.hw_header .header .func {
    float: right;
    width: 50%;
    margin-top: 12px;
    text-align: right;
    padding-right: 8px;
    box-sizing: border-box;
}
.hw_header .header .func .btn:first-child {
    margin-left: 0;
}
.hw_header .header .func .btn {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-left: 10%;
    cursor: pointer;
}
.hw_header .header .func .language_btn {
    font-size: 20px;
    font-family: "Arial";
}
.hw_header .header .func .search_btn {
    width: 23px;
    height: 23px;
    background: url("../img/search_btn.png") no-repeat center center / 100%;
}
.hw_header .header .func .member_btn {
    width: 23px;
    height: 23px;
    background: url("../img/account_btn.png") no-repeat center center / 100%;
}
.hw_header .header .func .menu_btn {
    width: 23px;
    height: 23px;
    background: url("../img/menu_btn.png") no-repeat center center / 100%;
}
.hw_header .header .func .menu_btn.on {
    background: url("../img/close_btn.png") no-repeat center center / 80%;
}
.hw_header .nav {
    position: fixed;
    top: 0;
    right: -75%;
    display: block;
    width: 75%;
    height: 100%;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url("../img/header_bg.png") repeat-x top center #fff;
    margin-top: 50px;
}
.hw_header .nav.on {
    right: 0;
}
.hw_header .nav .list {
    margin: 0 5%;
    border-bottom: 1px solid #ddd;
}
.hw_header .nav .list .title {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hw_header .nav .list.has_sec .title i {
    float: right;
    width: 18px;
    height: 100%;
    background: url("../img/cate_arrwo.png") no-repeat right center / 40%;
}
.hw_header .nav .list:last-child {
    margin-bottom: 50px;
}
.hw_header .nav_bg.on {
    position: fixed;
    top: 51px;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9990;
}
.hw_header .son_nav {
    position: fixed;
    top: 0;
    right: -75%;
    display: block;
    width: 75%;
    height: 100%;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url("../img/header_bg.png") top center no-repeat #fff;
    margin-top: 51px;
    border-top: 1px solid #ddd;
}
.hw_header .son_nav .item {
    margin: 0 4%;
    border-bottom: 1px solid #ddd;
}
.hw_header .son_nav .item a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
.hw_header .son_nav .item a i {
    float: right;
    width: 18px;
    height: 60px;
    background: url("../img/cate_arrwo.png") no-repeat right center / 40%;
}
.hw_header .son_nav .item .son_nav_title.on i {
    margin-right: 5%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.hw_header .son_nav .item:last-child {
    margin-bottom: 50px;
}
.hw_header .son_nav.on {
    right: 0;
}
.hw_header .son_nav .cate_close {
    width: 100%;
    text-align: left;
}
.hw_header .son_nav .cate_close span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/back_btn.png") no-repeat center center / 50%;
    margin: 15px 0 15px 4%;
}
.hw_header .son_nav .third_nav {
    display: none;
}
.hw_header .son_nav .third_nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    text-indent: 20px;
    color: #888;
}
.hw_header .son_nav .third_nav .fouth_cate a {
    font-size: 13px;
    text-indent: 30px;
    height: 30px;
    line-height:
        30px;
    border-top: 1px dashed #e8e8e8;
}
.hw_header .language {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    margin: 0;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
}
.hw_header .language.on {
    right: 0;
}
.hw_header .language .close_btn {
    text-align: right;
}
.hw_header .language .close_btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 14px 0;
    background: url("../img/close_btn.png") no-repeat center center / 80%;
    margin-right: 5%;
}
.hw_header .language .content {
    background: url("../img/header_bg.png") repeat-x center top;
}
.hw_header .language .list {
    height: 60px;
    line-height: 60px;
    margin: 0 5%;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.hw_header .language .list a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.hw_header .resp_search_box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 10001;
    background: #fff;
}
.hw_header .resp_search_box.on {
    right: 0;
}
.hw_header .resp_search_box .close_btn {
    float: right;
    width: calc(100% - 180px);
    text-align: right;
    background: #fff;
    padding-right: 10px;
}
.hw_header .resp_search_box .close_btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 13px 0;
    background: url("../img/close_btn.png") no-repeat center center / 80%;
}
.hw_header .resp_search_box .search_form {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.hw_header .resp_search_box .search_form input[name=Keyword] {
    width: 80%;
    height: 100%;
    margin-left: 5%;
    border: none;
    font-size: 16px;
    color: #c8c8c8;
    outline: none;
}
.hw_header .resp_search_box .search_form input[type=submit] {
    position: absolute;
    top: 0;
    right: 5%;
    width: 41px;
    height: 100%;
    background: url("../img/search_btn.png") no-repeat center center / 50%;
    border: none;
    outline: none;
}
.hw_header.header_blank {
    height: 50px;
}
.hw_position {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.hw_position .title {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #555;
    max-width: 60%;
    overflow: hidden;
}
.hw_position .position {
    float: left;
    text-align: right;
    height: 60px;
    line-height: 60px;
    color: #888;
    font-size: 15px;
    overflow: hidden;
}
.hw_position .position img {
    vertical-align: middle;
    margin: 0 5px;
}
.hw_position .position a {
    color: #888;
    vertical-align: middle;
}
.hw_position.s1 {
    border: none;
}
.hw_position.s1 > .title {
    display: none;
}
.hw_position.s1 > .position {
    text-align: left;
}
.hw_case_list {
    margin: 30px 0;
    overflow: hidden;
}
.hw_case_list .item {
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
}
.hw_case_list .item:last-child {
    margin: 0;
}
.hw_case_list .item .img {
    width: 30%;
    float: left;
    text-align: center;
}
.hw_case_list .item .img img {
    max-height: 300px;
}
.hw_case_list .item .info {
    width: 70%;
    float: left;
    padding-left: 25px;
    box-sizing: border-box;
}
.hw_case_list .item .info .name {
    margin-bottom: 10px;
}
.hw_case_list .item .info .name a {
    font-size: 24px;
    color: #333;
}
.hw_case_list .item .info .desc {
    text-align: left;
    overflow: hidden;
    padding-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 150%;
}
.hw_case_detail {
    margin: 30px 0;
    overflow: hidden;
}
.hw_case_detail > .name {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #222;
}
.hw_case_detail > .share {
    text-align: center;
}
.hw_case_detail > .img {
    width: 60%;
    margin: 10px auto;
}
.hw_case_detail > .img li {
    text-align: center;
}
.hw_case_detail > .img li img {
    margin: 0 auto;
    max-height: 400px;
}
.hw_case_detail > .desc {
    padding: 20px 0;
    color: #555;
    line-height: 180%;
    font-size: 16px;
}
.hw_products_list {
    margin: 30px 0;
    overflow: hidden;
}
.hw_products_list .no_products {
    padding: 50px;
    text-align: center;
    font-size: 16px;
}
.hw_products_list .item {
    margin-bottom: 30px;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
}
.hw_products_list .item .pro {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.hw_products_list .item .pro .pic_box em.new {
    position: absolute;
    top: 15px;
    right: -5px;
    display: block;
    width: 90px;
    height: 50px;
    background: url(../img/icon_new.png) no-repeat;
    background-size: 100%;
}
.hw_products_list .item .pro .pic_box em.hot {
    position: absolute;
    top: 15px;
    right: -5px;
    display: block;
    width: 90px;
    height: 50px;
    background: url(../img/icon_hot.png) no-repeat;
    background-size: 100%;
}
.hw_products_list .item .pro:hover em.new, 
.hw_products_list .item .pro:hover em.hot {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.05) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.05) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.05) rotate(3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.05) rotate(-3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}
.hw_products_list .item .img {
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 80%;
}
.hw_products_list .item .img a {
    width: 94%;
    height: 94%;
    padding-top: 6%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.hw_products_list .item.nomar {
    margin-right: 0;
}
.hw_products_list .item .info {
    width: 90%;
    margin: 0 auto;
}
.hw_products_list .item .info .color_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 20px;
}
.hw_products_list .item .info .color_list .color_item {
    box-sizing: border-box;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 6px;
    position: relative;
}
.hw_products_list .item .info .color_list .color_item:after {
    display: none;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hw_products_list .item .info .color_list .color_item:hover:after {
    display: block;
}
.hw_products_list .item .info .color_list .color_item.cur:after {
    display: block;
}
.hw_products_list .item .info .color_list .color_item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hw_products_list .item .info .name {
    color: #101010;
    text-align: center;
    line-height: 18px;
    margin: 20px 0 10px;
}
.hw_products_list .item .info .name a {
    color: #555;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.hw_products_list .item .info .price {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
    text-align: center;
}
.hw_products_list .item .info .more {
    display: none;
}
.hw_products_list .item img {
    transition: all .3s;
}
.hw_products_list .item:hover img {
    transform: scale(1.05);
}
.hw_products_attr .products_attr_box .products_attr_list {
    margin-bottom: 20px;
}
.hw_products_attr .products_attr_box .attr_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    min-height: 40px;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
}
.hw_products_attr .products_attr_box .attr_tit:after {
    content: '';
    width: 7px;
    height: 12px;
    background: url("../img/normal.png") no-repeat;
    background-position: -408px -24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.hw_products_attr .products_attr_box .products_attr_list.show .attr_tit:after {
    transform: translateY(-50%) rotate(90deg);
}
.hw_products_attr .products_attr_box .attr_item {
    display: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: 5px;
}
.hw_products_attr .products_attr_box .products_attr_list.show .attr_item {
    display: flex;
}
.hw_products_attr .products_attr_box .attr_item.cur {
    border-color: #ddd;
}
.hw_products_attr .products_attr_box .attr_item .img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.hw_products_attr .products_attr_box .attr_item .attr_name {
    line-height: 30px;
}
.hw_products_detail {
    position: relative;
    margin: 30px 0;
}
.hw_products_detail .share {
    text-align: center;
    margin-top: 20px;
}
.hw_products_detail .left_small_img .bx-controls-direction {
    display: block;
}
.hw_products_detail .gallery {
    position: relative;
    float: left;
    width: 55%;
    margin-right: 0;
}
.hw_products_detail .gallery .bigimg {
    padding-left: 110px;
}
.hw_products_detail .gallery .bigimg img {
    border: 1px solid #eee !important;
}
.hw_products_detail .gallery .bigimg .MagicZoom {
    display: block;
    margin: 0 auto;
    font-size: 0;
    max-width: 100%;
}
.hw_products_detail .gallery .bigimg .MagicZoom img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.hw_products_detail .gallery .bigimg .MagicZoomBigImageCont {
    border: 1px solid #ddd;
}
.hw_products_detail .gallery .bigimg .MagicZoomHeader {
    font-size: 8pt !important;
    line-height: normal !important;
    color: #fff;
    background: #666;
    text-align: center !important;
}
.hw_products_detail .gallery .bigimg .MagicZoomPup {
    border: 1px solid #ccc;
    background: #fff;
    cursor: move;
}
.hw_products_detail .gallery .bigimg .MagicZoomLoading {
    border: 1px solid #ddd;
    background: url("../img/loading.gif") no-repeat 2px 50% #fff;
}
.hw_products_detail .gallery #zoom-big {
    position: absolute;
    top: 0;
    left: 100%;
}
.hw_products_detail .gallery #zoom-big img {
    max-width: none;
    max-height: none;
}
.hw_products_detail .gallery #small_img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.hw_products_detail .gallery #small_img .pic_box {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    display: block;
}
.hw_products_detail .gallery #small_img .pic_box:last-child {
    margin-bottom: 0;
}
.hw_products_detail .gallery #small_img .pic_box.on {
    border: 1px solid #acd571;
}
.hw_products_detail .gallery .left_small_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
}
.hw_products_detail .gallery .left_small_img .pic_box {
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    width: calc(100% - 2px) !important;
    padding-top: calc(66.6667% - 2px);
    height: 0;
}
.hw_products_detail .gallery .left_small_img .pic_box a {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 66.6667%;
}
.hw_products_detail .gallery .left_small_img .pic_box img {
    max-height: 80.5px;
    display: inline-block;
    vertical-align: middle;
}
.hw_products_detail .gallery .left_small_img .pic_box span {
    display: inline-block;
    vertical-align: middle;
}
.hw_products_detail .gallery .left_small_img .pic_box {
    margin-bottom: 13%;
}
.hw_products_detail .gallery .left_small_img .pic_box:last-child {
    margin-bottom: 0;
}
.hw_products_detail .gallery .left_small_img .pic_box.on {
    border-color: #3c3c3c;
}
.hw_products_detail .gallery .left_small_img .pic_box[pos=video]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.1) url("../img/icon_video_play.png") no-repeat center center;
    z-index: 1;
}
.hw_products_detail .gallery .left_small_img .bx-wrapper {
    padding: 39px 0;
}
.hw_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a {
    bottom: 0;
    left: 0;
    z-index: 1
}
.hw_products_detail .gallery .bigimg .video_container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.hw_products_detail .gallery .bigimg .video_container iframe {
    min-height: 450px;
}
@media only screen and (min-width: 1024px) {
    .hw_products_detail .gallery .left_small_img .bx-wrapper .bx-pager {
        display: none;
    }
    .hw_products_detail .gallery .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding-top: 0;
        height: 16px;
        display: block;
    }
    .hw_products_detail .gallery .bx-wrapper .bx-controls-direction .bx-prev {
        background: url("../img/icon_prod_bx_prev.png") no-repeat center;
        bottom: unset;
        top: 0;
    }
    .hw_products_detail .gallery .bx-wrapper .bx-controls-direction .bx-next {
        background: url("../img/icon_prod_bx_next.png") no-repeat center;
    }
}
.hw_products_detail .gallery .products_img {
    display: none;
}
.hw_products_detail .gallery .products_img iframe {
    width: 96vw;
    height: 96vw;
}
.hw_products_detail .info {
    width: 45%;
    float: left;
    box-sizing: border-box;
}
.hw_products_detail .info .name {
    font-size: 24px;
    color: #5d5d5d;
}
.hw_products_detail .info .number {
    margin: 10px 0;
    font-size: 16px;
}
.hw_products_detail .info .number span {
    font-weight: bold;
}
.hw_products_detail .info .product-wrapper {
    padding: 20px 0 30px;
}
.hw_products_detail .info .product-wrapper .warranty-item {
    float: left;
    padding-right: 15px;
}
.hw_products_detail .info .product-wrapper .warranty-item img.product-icon {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
.hw_products_detail .info .product-wrapper .warranty-item .product-text {
    display: inline-block;
}
.hw_products_detail .info .desc {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding: 20px 0 0;
}
.hw_products_detail .info .button {
    margin: 28px 0 0;
}
.hw_products_detail .info .button > a {
    float: left;
    /* width: calc((100% - 90px - 2%)/2 - 2%); */
    width: 250px;
    height: 50px;
    line-height: 48px;
    display: block;
    color: #101010;
    text-align: center;
    font-size: 16px;
	font-weight: 600;
    text-decoration: none;
    background: #ffba3f url(../img/icon_request.png) no-repeat 40px 11px;
    background-size: 13%;
    border-radius: 5px;
    border: 2px solid #ffba3f;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    margin-right: 25px;
    margin-bottom: 10px;
display: none;
}

.hw_products_detail .info .button > a:hover {
    border-color: #ffce66;
    background-color: #ffce66
}
.hw_products_detail .info .button > a.phone {
    font-size: 15px;
	font-weight: normal;
    width: 300px;
    background: #fff url(../img/icon_email.png) no-repeat 18px 11px;
    background-size: 9%;
    border: 2px solid #101010;
	margin-right: 0;
}
.hw_products_detail .info .button > a.phone:hover {
    background: #fffaeb url(../img/icon_email_on.png) no-repeat 18px 11px;
    background-size: 9%;
    border: 2px solid #f90;
}
.hw_products_detail .info .button iframe {
    display: none;
}
.hw_products_detail .info .button .download_button {
    position: relative;
    float: left;
    width: 48px;
    height: 48px;
    background: url("../img/pdf_download_icon.png") no-repeat center center / 48px 48px;
    border: none;
    font-size: 0;
}
.hw_products_detail .info .button .download_button > span {
    height: 48px;
    width: 48px;
    background: url("../img/down.png") no-repeat center / 22px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}
.hw_products_detail .info .button .download_button > span:after {
    position: absolute;
    bottom: -16px;
    left: 17px;
    z-index: 11;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.hw_products_detail .info .button .download_button > span.no_file:after {
    display: none;
}
.hw_products_detail .info .button .download_button .down_list {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 10;
    background: #fff;
    width: 140px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.hw_products_detail .info .button .download_button:hover .down_list, .hw_products_detail .info .button .download_button:hover > span:after {
    opacity: 1;
    visibility: visible;
}
.hw_products_detail .info .button .prod_info_pdf {
    width: 48px;
    height: 48px;
    background: url("../img/pdf_download_icon2.png") no-repeat center center / auto 23px;
    border: none;
    font-size: 0;
    border: 1px solid #C2C2C2;
}
.hw_products_detail .info .down_list {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    height: 60px;
}
.hw_products_detail .info .down_list ul li {
    line-height: 2.5;
}
.hw_products_detail .info .down_list ul li img.download-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -6px;
}
.hw_products_detail .info .down_list ul li img.video-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -6px;
}
.hw_products_detail .info .down_list ul li .text-color {
    display: inline-block;
}
.hw_products_detail .info .button > a:hover, .hw_products_detail .info .button .prod_info_pdf:hover, .hw_products_detail .info .button .add_favorite:hover {
    background-color: none !important;
}
.hw_products_detail .info .button .download_button > span:hover {
    background-color: #333 !important;
}
.hw_products_detail .description {
    margin: 30px 0;
}
.hw_products_detail .description .title {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    color: #555;
    overflow: hidden;
}
.hw_products_detail .description .title span {
    line-height: 38px;
    height: 38px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    word-break: keep-all;
}
.hw_products_detail .description .title span.cur {
    color: #222;
    border-color: #222;
}
.hw_products_detail .description .contents {
    font-size: 15px;
    line-height: 1.9;
    min-height: 300px;
    padding: 40px;
    color: #353535;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 1%);
}
.hw_products_detail .description .contents img {
    max-width: 800px;
    margin: 20px 0;
}
.hw_products_detail .description .contents table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cecece;
}
.hw_products_detail .description .contents table caption {
    padding-bottom: 5px;
}
.hw_products_detail .description .contents table th {
    font-weight: 700;
    padding: 13px 15px 10px;
    border: 1px solid #ccc;
    background: #eee;
}
.hw_products_detail .description .contents table tr.firstRow {
    background: #f6f6f6;
}
.hw_products_detail .description .contents table tr.firstRow td {
    font-size: 15px;
}
.hw_products_detail .description .contents table td {
    padding: 13px 15px 10px;
    border: 1px solid #ccc;
    line-height: 1.6;
    font-size: 14px;
}
.hw_products_detail .description .global_mtitle {
    /* display: none; */
    position: relative;
}
.hw_products_detail .description .global_mtitle:after {
    content: '>';
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 10px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.hw_products_detail .description .global_mtitle.cur:after {
    transform: rotate(90deg);
}
.inquiryform {
display:none;
    background: #f6f6f6 url(../img/botbg.jpg) no-repeat left top;
    padding-bottom: 45px;
}
.inquiryform .inqinfo {
    float: left;
    width: 36%;
    display: inline-block;
    margin-top: 60px;
    margin-right: 4%;
}
.inquiryform .inqinfo .tit {
    font-family: 'bebas';
    font-size: 32px;
    color: #3d3d3d;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inquiryform .inqinfo .con {
    font-size: 15px;
    line-height: 1.8;
    color: #3d3d3d;
}
.inquiryform .inqinfo .con p:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.inquiryform .inqinfo .con p {
    font-size: 14px;
    line-height: 1.8;
    color: #3d3d3d;
    padding-bottom: 15px;
}
.inquiryform .msgForm {
    width: 60%;
    text-align: center;
    display: inline-block;
    margin-top: 23px;
    padding: 30px 0;
}
.inquiryform .msgForm .title {
    width: 100%;
    text-align: center;
}
.inquiryform .msgForm .title h2 {
    font-family: 'bebas';
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    line-height: 2;
    letter-spacing: 0.5px;
}
.inquiryform .msgForm .title p {
    font-size: 18px;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inquiryform .msgForm .box {
    width: 100%;
    margin-top: 20px;
    font-size: 0
}
.inquiryform .msgForm .box li {
    width: 49%;
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 2%;
}

.inquiryform .msgForm .box li:nth-child(6) {
    font-size: 16px;
    color: #777;
    text-align: left;
	text-indent: 1px;
}

.inquiryform .msgForm .box li input[type=radio] {
	margin-left: 10px;
}
.inquiryform .msgForm .box li:nth-child(2n) {
    margin-right: 0;
}
.inquiryform .msgForm .box li:nth-child(5) {
    margin-left: 0;
    width: 100%
}
.inquiryform .msgForm .box li:last-child {
    width: 100%;
    margin: 0 auto;
}
.inquiryform .msgForm .box li input[type=text] {
    width: calc(100% - 24px);
    border: 2px solid #e3e3e3;
    background: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 4px;
}
.inquiryform .msgForm .box li select {
    width: calc(100% - 1px);
    height: 45px;
    line-height: 43px;
    color: #888;
    background: #fff;
    padding: 0 10px;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
	background-size: 7px 5px, 5px 5px, 1px 1.7em;
	background-repeat: no-repeat;
}
.inquiryform .msgForm .box li select:focus {
	background-image: linear-gradient(45deg, #ffba3f 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ffba3f 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 7px, 6px 7px, 1px 1.7em;
	background-repeat: no-repeat;
	outline: 0;
}
.inquiryform .msgForm .box li select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.inquiryform .msgForm .box li textarea {
    background: #fff;
    height: 68px;
    width: calc(100% - 24px);
    padding: 10px;
    border: 2px solid #e3e3e3;
    line-height: 1.5;
    border-radius: 4px;
}
.inquiryform .msgForm .box li input[type=submit] {
    font-size: 15px;
    height: 44px;
    border: 2px solid #ffba3f;
    background: #ffba3f;
    width: 240px;
    text-align: center;
    color: #101010;
    line-height: 41px;
    border-radius: 5px;
    transform: all 0.3s;
    margin-top: 5px;
}
.inquiryform .msgForm .box li input[type=submit]:hover {
    cursor: pointer;
    background: #fffaeb;
    border: 2px solid #ffba3f;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.inquiryform .msgForm .box li input:hover, .inquiryform .msgForm .box li textarea:hover {
    background: #fdfdfd;
    border: 2px solid #ffba3f;
}
.hw_info_list {
    margin: 30px 0;
    overflow: hidden;
}
.hw_info_list .item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.hw_info_list .item:last-child {
    margin: 0;
}
.hw_info_list .item .img {
    width: 22%;
    float: left;
}
.hw_info_list .item .info {
    width: 78%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
}
.hw_info_list .item .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}
.hw_info_list .item .info .title a {
    font-size: 24px;
    color: #555;
}
.hw_info_list .item .info .title a:hover {
    color: #333;
}
.hw_info_list .item .info .time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.hw_info_list .item .info .time h2 {
    display: none;
}
.hw_info_list .item .info .desc {
    font-size: 14px;
    color: #999;
    line-height: 150%;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
}
.hw_info_list .item .info .desc:hover {
    text-decoration: none;
}
.hw_info_list .item .link {
    display: none;
}
.hw_info_list .item.no_img .img {
    display: none;
}
.hw_info_list .item.no_img .info {
    width: 100%;
    float: none;
    padding: 0;
}
.hw_info_list.s1 .item {
    position: relative;
    min-height: 50px;
}
.hw_info_list.s1 .item .img {
    display: none;
}
.hw_info_list.s1 .item .info {
    width: 100%;
    padding: 0 150px;
}
.hw_info_list.s1 .item .info .time {
    position: absolute;
    left: 0;
    top: 0;
}
.hw_info_list.s1 .item .info .time h1 {
    display: none;
}
.hw_info_list.s1 .item .info .time h2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.hw_info_list.s1 .item .info .time h2 span {
    display: block;
    font-size: 16px;
    color: #a4a4ac;
    padding-top: 8px;
}
.hw_info_list.s1 .item .info .title a {
    color: #333;
}
.hw_info_list.s1 .item .link {
    display: block;
    width: 20px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/icon_link.png") no-repeat center;
}
.hw_info_detail {
    margin: 30px 0;
    overflow: hidden;
}
.hw_info_detail > .title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #222;
}
.hw_info_detail > .share {
    text-align: center;
}
.hw_info_detail > .contents {
    padding: 20px 0;
    color: #555;
    line-height: 180%;
    font-size: 16px;
    min-height: 300px;
}
.hw_info_detail .ext_mes {
    margin: 0 0 10px;
}
.hw_article_detail {
    margin: 30px 0;
    overflow: hidden;
}
.hw_article_detail > .contents {
    color: #555;
    line-height: 160%;
    font-size: 16px;
    min-height: 300px;
}
.hw_article_detail > .contents > .share {
    padding: 10px 0;
}
.hw_article_detail.content-100 > .contents {
    float: none;
    width: 100%;
}
.hw_article_detail strong, .hw_article_detail b {
    font-weight: bold;
}
@media only screen and (max-width: 1340px) {
    .hw_products_detail .info .button > a, .hw_products_detail .info .button > button#addtocart_button, .hw_products_detail .info .button > a#login_addtocart_button {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1280px) {
    .hw_products_inquiry .list li .info {
        flex-wrap: wrap;
    }
    .hw_products_inquiry .list .info .info_l {
        width: 100%;
    }
    .hw_products_inquiry .list .info .info_r {
        max-width: 100%;
        text-align: left;
        margin-top: 5px;
    }
    .hw_products_inquiry .list .info .remove {
        margin-top: 5px;
    }
}
/*手机版*/
@media only screen and (max-width: 991px) {
    .hw_header {
        display: block;
    }
    .responsive_pc_header {
        display: none !important;
    }
}
@media only screen and (max-width: 1023px) {
    .hw_products_detail {
        margin: 10px 0;
    }
    .hw_products_detail .gallery {
        float: none;
        width: 100%;
        min-height: inherit;
    }
    .hw_products_detail .gallery .bx-wrapper .bx-controls-direction a {
        display: block;
    }
    .hw_products_detail .gallery .bigimg, .hw_products_detail .gallery #zoom-big, .hw_products_detail .gallery .left_small_img, .hw_products_detail .gallery #small_img {
        display: none;
    }
    .hw_products_detail .gallery .products_img {
        display: block;
    }
    .hw_products_detail .gallery .products_img img {
        margin: 0 auto;
    }
    .hw_products_detail .info .button > a, .hw_products_detail .info .button > button#addtocart_button {
        width: calc(48% - 10px);
        max-width: inherit;
    }
    .hw_products_detail .info {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
    .hw_products_detail .info .name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .hw_position > .title {
        display: none;
    }
    .hw_position > .position {
        left: 0;
        text-align: left;
    }
    .hw_turn_page {
        margin: 20px;
        height: auto;
        line-height: 36px;
        float: none;
    }
    .hw_turn_page span {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .hw_turn_page span a, .hw_turn_page span font {
        height: 30px;
        width: 30px;
    }
    .hw_case_list {
        margin: 10px 0;
    }
    .hw_case_list .item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .hw_case_list .item .img {
        width: 100%;
        float: none;
    }
    .hw_case_list .item .info {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .hw_case_list .item .info .name {
        padding-top: 8px;
    }
    .hw_case_detail {
        margin: 10px 0;
    }
    .hw_case_detail > .img {
        width: 100%;
    }
    .hw_case_detail > .img li img {
        max-height: 200px;
    }
    .hw_case_detail > .desc {
        min-height: 100px;
    }
    .hw_products_list {
        margin: 10px 0;
    }
    .hw_products_list .item {
        width: 50%;
        padding: 5px;
        margin-bottom: 10px;
    }
    .hw_products_list .item .pro {
        width: 100%;
    }
    .hw_products_list .item .info {
        width: 100%;
    }
    .hw_products_list .item .info .color_list .color_item {
        width: 9px;
        height: 9px;
        margin: 3px;
    }
    .hw_products_list .item .info .color_list .color_item:after {
        width: 13px;
        height: 13px;
    }
    .hw_products_detail .description {
        margin: 0;
    }
    .hw_products_detail .description .contents {
        min-height: auto;
        display: block;
    }
    .hw_products_detail .description .title {
        display: none;
    }
    .hw_products_detail .description .global_mtitle {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 15px;
        cursor: pointer;
    }
    .hw_products_detail .description .contents .editor_cnt {
        height: 0;
        overflow: hidden;
    }
    .hw_products_detail .description .contents .editor_cnt #global_editor_contents {
        min-height: 200px;
    }
    .hw_products_faq {
        margin-bottom: 20px;
    }
    .hw_products_faq .faq_list {
        margin-top: 20px;
    }
    .hw_products_faq .faq_list .faq_item {
        margin-top: 20px;
    }
    .hw_products_faq .faq_list .faq_item .faq {
        margin-top: 10px;
    }
    .hw_products_faq .faq_list .faq_item .faq .icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .hw_products_faq .faq_list .faq_item .faq.faq_a .icon {
        line-height: 30px;
    }
    .hw_products_faq .faq_list .faq_item .faq .question {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 10px;
    }
    .hw_products_faq .faq_list .faq_item .faq .answer {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 10px;
    }
    .hw_products_faq .faq_list .faq_link {
        margin-top: 10px;
        line-height: 26px;
    }
    .hw_products_detail_review {
        margin: 10px 0;
        padding-top: 10px;
    }
    .hw_products_detail_review .review_form .rows {
        padding: 5px 0;
    }
    .hw_products_detail_review .review_form .rows.input_rows {
        width: 50%;
        float: left;
    }
    .hw_products_detail_review .review_form .rows.textarea_rows {
        width: 100%;
        clear: both;
    }
    .hw_products_detail_review .review_form .rows .input {
        max-width: 90%;
        height: 36px;
        line-height: 36px;
    }
    .hw_products_detail_review .review_form .rows textarea {
        max-width: 90%;
        height: 120px;
    }
    .hw_products_detail_review .review_form .rows .vcode img {
        margin-top: 2px;
    }
    .hw_products_detail_review .review_form .form_button {
        height: 40px;
    }
    .hw_products_detail_review .review_list {
        padding: 10px 0;
    }
    .hw_products_inquiry {
        margin: 10px auto;
    }
    .hw_products_inquiry .list {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .hw_products_inquiry .list li {
        margin-bottom: 15px;
    }
    .hw_products_inquiry .list li:last-child {
        margin-top: 15px;
        font-size: 18px;
        line-height: 18px;
        padding-top: 15px;
    }
    .hw_products_inquiry .list li .img {
        width: 80px;
        height: 80px;
    }
    .hw_products_inquiry .list li .img a {
        width: 80px;
        height: 80px;
    }
    .hw_products_inquiry .list li .info {
        width: calc(100% - 80px);
    }
    .hw_products_inquiry .list .info .name {
        font-size: 14px;
        line-height: 16px;
        max-height: 48px;
    }
    .hw_products_inquiry .list .info .desc {
        line-height: 120%;
    }
    .hw_products_inquiry .list .info .price {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
    }
    .hw_products_inquiry form {
        float: right;
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid #ddd;
    }
    .hw_products_inquiry form .rows:first-child {
        padding: 10px 0;
    }
    .hw_products_inquiry form .rows.input_rows {
        margin-bottom: 10px;
    }
    .hw_products_inquiry form .rows.subject_rows {
        margin-bottom: -1px;
        margin-top: 15px;
    }
    .hw_products_inquiry form .rows.textarea_rows {
        margin-bottom: 10px;
    }
    .hw_products_inquiry form .rows .input {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    .hw_products_inquiry form .rows select {
        font-size: 12px;
    }
    .hw_products_inquiry form .rows textarea {
        height: 120px;
        font-size: 12px;
    }
    .hw_products_inquiry form .form_button {
        height: 40px;
    }
    body .hw_products_inquiry form .form_button {
        font-size: 12px;
        height: 36px;
    }
    .hw_products_inquiry_box form .rows .input {
        max-width: 100%;
    }
    .hw_products_inquiry_box form .rows textarea {
        max-width: 100%;
    }
    .hw_products_inquiry_box form .rows.input_rows {
        width: 100%;
        margin-bottom: 0;
    }
    .hw_products_inquiry_box form .rows.input_rows:nth-child(even) {
        margin-left: 0;
    }
    .hw_products_inquiry_box form .rows.vcode_rows {
        margin-top: 0;
    }
    .hw_products_inquiry_box form .rows.submit_rows {
        margin-top: 0;
    }
    .hw_info_list {
        margin: 10px 0;
    }
    .hw_info_list .item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .hw_info_list .item .info {
        padding-left: 15px;
    }
    .hw_info_list .item .info .title a {
        font-size: 16px;
    }
    .hw_info_list .item .info .desc {
        display: none;
    }
    .hw_info_list.s1 .item .info {
        padding: 0 50px 0 70px;
    }
    .hw_info_list.s1 .item .info .time h2 {
        font-size: 16px;
    }
    .hw_info_list.s1 .item .info .time h2 span {
        font-size: 14px;
        font-weight: normal;
        padding-top: 5px;
    }
    .hw_info_list.s1 .item .link {
        background-size: 10px;
    }
    .hw_info_detail {
        margin: 10px 0;
    }
    .hw_info_detail > .title {
        font-size: 16px;
        border-bottom: 1px solid #ddd;
    }
    .hw_info_detail > .contents {
        min-height: 200px;
    }
    .hw_article_detail {
        margin: 10px 0;
    }
    .hw_article_detail > .contents {
        min-height: 200px;
    }
    .hw_article_detail.s1 > .contents {
        float: none;
        width: 100%;
    }
}