/*reset*/
@charset "utf_8";

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    outline: none
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}
/*@font-face {
    font-family: '思源黑体';
    src: url('font/思源黑体R.eot');
    src: url('font/思源黑体R.eot?#iefix') format('embedded-opentype'),
    url('font/思源黑体R.woff') format('woff'),
    url('font/思源黑体R.ttf') format('truetype'),
    url('font/思源黑体R.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'SourceHanSans_Light';
    src: url('font/SourceHanSans_Light.eot');
    src: url('font/SourceHanSans_Light.eot?#iefix') format('embedded-opentype'),
    url('font/SourceHanSans_Light.woff') format('woff'),
    url('font/SourceHanSans_Light.ttf') format('truetype'),
    url('font/SourceHanSans_Light.svg#iconfont') format('svg');
}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/*icon字体*/


input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*去除谷歌核心浏览器的 video下载按钮*/
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: bold;
    line-height: 1;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    color: #666;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.img_box {
    position: relative;
    overflow: hidden;
}

em,
i,
b{
    font-weight: normal;
    font-style: normal;
}


a {
    opacity: 1;
    text-decoration: none;
    transition: all .3s
}

.overflow {
    overflow: hidden;
}


/* Slider css*/
.slick-slider {
    outline: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide:focus {
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    /*居中*/
    margin-top: -20px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 40;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-prev {
    left: 0;
}

.slick-prev:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #000;
    font-size: 18px;
}

.slick-next {
    right: 0;
}

.slick-next:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #000;
    font-size: 18px;
}

/*dots*/
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    z-index: 999;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 4px;
    background: #999999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    zoom: 1;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: transparent;
}

.slick-dots li.slick-active {
    background-color: #ffffff;
}

.slick-dots li a {
    font-size: 0;
    color: transparent;
    outline: none;
}

/*normal*/
.pull_right {
    float: right;
}

.pull_left {
    float: left;
}

.relative {
    position: relative;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

/*reset end*/

/*frame*/
.container {
    width: 1220px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.container_1200 {
    width: 1200px;
    margin: auto;
}
.container_1600 {
    width: 1600px;
    margin: auto;
    overflow: hidden;
    transition: all .4s;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
    *margin-right: 0px;
    *margin-left: 0px;
}

.col_box {
    *margin-left: 10px;
    *margin-right: 10px;
}

.container:before,
.container:after,
.container_1200:before,
.container_1200:after,
.row:before,
.row:after {
    display: table;
    content: " ";

}

.container:after,
.container_1200:after,
.row:after {
    clear: both;
}

*:before,
*:after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col_xs_1, .col_sm_1, .col_md_1, .col_lg_1,
.col_xs_2, .col_sm_2, .col_md_2, .col_lg_2,
.col_xs_3, .col_sm_3, .col_md_3, .col_lg_3,
.col_xs_4, .col_sm_4, .col_md_4, .col_lg_4,
.col_xs_5, .col_sm_5, .col_md_5, .col_lg_5,
.col_xs_6, .col_sm_6, .col_md_6, .col_lg_6,
.col_xs_7, .col_sm_7, .col_md_7, .col_lg_7,
.col_xs_8, .col_sm_8, .col_md_8, .col_lg_8,
.col_xs_9, .col_sm_9, .col_md_9, .col_lg_9,
.col_xs_10, .col_sm_10, .col_md_10, .col_lg_10,
.col_xs_11, .col_sm_11, .col_md_11, .col_lg_11,
.col_xs_12, .col_sm_12, .col_md_12, .col_lg_12,
.col_xs_13, .col_sm_13, .col_md_13, .col_lg_13,
.col_xs_14, .col_sm_14, .col_md_14, .col_lg_14,
.col_xs_15, .col_sm_15, .col_md_15, .col_lg_15,
.col_xs_16, .col_sm_16, .col_md_16, .col_lg_16,
.col_xs_17, .col_sm_17, .col_md_17, .col_lg_17,
.col_xs_18, .col_sm_18, .col_md_18, .col_lg_18,
.col_xs_19, .col_sm_19, .col_md_19, .col_lg_19,
.col_xs_20, .col_sm_20, .col_md_20, .col_lg_20,
.col_xs_21, .col_sm_21, .col_md_21, .col_lg_21,
.col_xs_22, .col_sm_22, .col_md_22, .col_lg_22,
.col_xs_23, .col_sm_23, .col_md_23, .col_lg_23,
.col_xs_24, .col_sm_24, .col_md_24, .col_lg_24,
.col_lg_1_5, .col_lg_1_7, .col_lg_1_9, .col_lg_1_10
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    *padding-right: 0px;
    *padding-left: 0px;
}

.col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_lg_13, .col_lg_14, .col_lg_15, .col_lg_16, .col_lg_17, .col_lg_18, .col_lg_19, .col_lg_20, .col_lg_21, .col_lg_22, .col_lg_23, .col_lg_24, .col_lg_1_5,  .col_lg_1_7, .col_lg_1_9, .col_lg_1_10{
    float: left;
}

.col_lg_24 {
    width: 100%;
}

.col_lg_23 {
    width: 95.83333333%;
}

.col_lg_22 {
    width: 91.66666667%;
}

.col_lg_21 {
    width: 87.5%;
}

.col_lg_20 {
    width: 83.33333333%;
}

.col_lg_19 {
    width: 79.16666667%;
}

.col_lg_18 {
    width: 75%;
}

.col_lg_17 {
    width: 70.83333333%;
}

.col_lg_16 {
    width: 66.66666667%;
}

.col_lg_15 {
    width: 62.5%;
}

.col_lg_14 {
    width: 58.33333333%;
}

.col_lg_13 {
    width: 54.16666667%;
}

.col_lg_12 {
    width: 50%;
}

.col_lg_11 {
    width: 45.83333333%;
}

.col_lg_10 {
    width: 41.66666667%;
}

.col_lg_9 {
    width: 37.5%;
}

.col_lg_8 {
    width: 33.33333333%;
}

.col_lg_7 {
    width: 29.16666667%;
}

.col_lg_6 {
    width: 25%;
}

.col_lg_5 {
    width: 20.83333333%;
}

.col_lg_4 {
    width: 16.66666667%;
}

.col_lg_3 {
    width: 12.5%;
}

.col_lg_2 {
    width: 8.33333333%;
}

.col_lg_1 {
    width: 4.16666667%;
}
.col_lg_1_5 {
    width: 20%;
}
.col_lg_1_7 {
    width: 14.28662%;
}
.col_lg_1_9 {
    width: 11.11111%;
}
.col_lg_1_10 {
    width: 10%;
}
/*列排序*/
.col_lg_pull_24 {
    right: 100%;
}

.col_lg_pull_23 {
    width: 95.83333333%;
}

.col_lg_pull_22 {
    right: 91.66666667%;
}

.col_lg_pull_21 {
    right: 87.5%;
}

.col_lg_pull_20 {
    right: 83.33333333%;
}

.col_lg_pull_19 {
    right: 79.16666667%;
}

.col_lg_pull_18 {
    right: 75%;
}

.col_lg_pull_17 {
    right: 70.83333333%;
}

.col_lg_pull_16 {
    right: 66.66666667%;
}

.col_lg_pull_15 {
    right: 62.5%;
}

.col_lg_pull_14 {
    right: 58.33333333%;
}

.col_lg_pull_13 {
    right: 54.16666667%;
}

.col_lg_pull_12 {
    right: 50%;
}

.col_lg_pull_11 {
    right: 45.83333333%;
}

.col_lg_pull_10 {
    right: 41.66666667%;
}

.col_lg_pull_9 {
    right: 37.5%;
}

.col_lg_pull_8 {
    right: 33.33333333%;
}

.col_lg_pull_7 {
    right: 29.16666667%;
}

.col_lg_pull_6 {
    right: 25%;
}

.col_lg_pull_5 {
    right: 20.83333333%;
}

.col_lg_pull_4 {
    right: 16.66666667%;
}

.col_lg_pull_3 {
    right: 12.5%;
}

.col_lg_pull_2 {
    right: 8.33333333%;
}

.col_lg_pull_1 {
    right: 4.16666667%;
}

.col_lg_pull_0 {
    right: auto;
}

.col_lg_push_24 {
    left: 100%;
}

.col_lg_push_23 {
    left: 95.83333333%;
}

.col_lg_push_22 {
    left: 91.66666667%;
}

.col_lg_push_21 {
    left: 87.5%;
}

.col_lg_push_20 {
    left: 83.33333333%;
}

.col_lg_push_19 {
    left: 79.16666667%;
}

.col_lg_push_18 {
    left: 75%;
}

.col_lg_push_17 {
    left: 70.83333333%;
}

.col_lg_push_16 {
    left: 66.66666667%;
}

.col_lg_push_15 {
    left: 62.5%;
}

.col_lg_push_14 {
    left: 58.33333333%;
}

.col_lg_push_13 {
    left: 54.16666667%;
}

.col_lg_push_12 {
    left: 50%;
}

.col_lg_push_11 {
    left: 45.83333333%;
}

.col_lg_push_10 {
    left: 41.66666667%;
}

.col_lg_push_9 {
    left: 37.5%;
}

.col_lg_push_8 {
    left: 33.33333333%;
}

.col_lg_push_7 {
    left: 29.16666667%;
}

.col_lg_push_6 {
    left: 25%;
}

.col_lg_push_5 {
    left: 20.83333333%;
}

.col_lg_push_4 {
    left: 16.66666667%;
}

.col_lg_push_3 {
    left: 12.5%;
}

.col_lg_push_2 {
    left: 8.33333333%;
}

.col_lg_push_1 {
    left: 4.16666667%;
}

.col_lg_push_0 {
    left: auto;
}

.col_lg_offset_24 {
    margin-left: 100%;
}

.col_lg_offset_23 {
    margin-left: 95.83333333%;
}

.col_lg_offset_22 {
    margin-left: 91.66666667%;
}

.col_lg_offset_21 {
    margin-left: 87.5%;
}

.col_lg_offset_20 {
    margin-left: 83.33333333%;
}

.col_lg_offset_19 {
    margin-left: 79.16666667%;
}

.col_lg_offset_18 {
    margin-left: 75%;
}

.col_lg_offset_17 {
    margin-left: 70.83333333%;
}

.col_lg_offset_16 {
    margin-left: 66.66666667%;
}

.col_lg_offset_15 {
    margin-left: 62.5%;
}

.col_lg_offset_14 {
    margin-left: 58.33333333%;
}

.col_lg_offset_13 {
    margin-left: 54.16666667%;
}

.col_lg_offset_12 {
    margin-left: 50%;
}

.col_lg_offset_11 {
    margin-left: 45.83333333%;
}

.col_lg_offset_10 {
    margin-left: 41.66666667%;
}

.col_lg_offset_9 {
    margin-left: 37.5%;
}

.col_lg_offset_8 {
    margin-left: 33.33333333%;
}

.col_lg_offset_7 {
    margin-left: 29.16666667%;
}

.col_lg_offset_6 {
    margin-left: 25%;
}

.col_lg_offset_5 {
    margin-left: 20.83333333%;
}

.col_lg_offset_4 {
    margin-left: 16.66666667%;
}

.col_lg_offset_3 {
    margin-left: 12.5%;
}

.col_lg_offset_2 {
    margin-left: 8.33333333%;
}

.col_lg_offset_1 {
    margin-left: 4.16666667%;
}

/*frame end*/

/*form*/
.inp {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.inp_bordered {
    border: 1px solid #ccc;
    position: relative;
    border-radius: 2px;
}

.inp_bordered .inp_control {
    border: none;
}

.inp_bordered .label_control {
    position: absolute;
    top: 0;
    left: 8px;
}

.inp_bordered.active .label_control {
    display: none;
}

.inp_control {
    display: block;
    width: 100%;
    height: 28px;
    *height: 18px;
    padding: 7px 8px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.inp_control {
    height: 100px;
}

.label_control {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    /*margin-top: 6px;*/
    font-size: 14px;
    color: #666;
    zoom: 1;
}

.inp .tips {
    position: absolute;
    white-space: nowrap;
    color: #f1433c;
    text-align: center;
    border-radius: 4px;
    top: 0px;
    display: none;
    font-size: 14px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    right: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background-color: #ccc;
    color: #fff;
    font-family: "微软雅黑", "Arial";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*分享按钮*/
.bdsharebuttonbox {
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
}

.bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    zoom: 1;
    float: none !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #67696c;
    background-color: #9ea3a7;
    background-image: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png") !important;
    background-repeat: no-repeat;
}
.bdsharebuttonbox a.bds_weixin{
    background-position: -1px -1025px !important;
}
.bdsharebuttonbox a.bds_qzone{
    background-position: -1px -706px !important;
}
.bdsharebuttonbox a.bds_tqq{
    background-position: -1px -897px !important;
}
.bdsharebuttonbox a.bds_tsina{
    background-position: -1px -194px !important;
}

/*头部*/
.header {
    position: relative;
    /*overflow: hidden;*/
    /*background: #fff;*/
    z-index: 999;
}

.header .container_1200 {
    position: relative;
    z-index: 2;
}

/*logo*/
.header .logo_box {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.header .logo_box h1 {
    font-size: 0;
}
.lang_selected {
    width: 55px;
    margin-top: 20px;
    margin-left: 30px;
}
.lang_selected li >a{
    padding-right: 20px;
    padding-left: 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 0;
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/lang_selected.png) right center no-repeat;
    background-size: 27px 30px;
}
.lang_selected .lang_menu{
    display: none;
    background: #ffffff;
    padding: 10px;
}

.m_lang{
    float: right;
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/m_lang_down.png") no-repeat right center;
}
.m_lang span{
    height: 60px;
    line-height: 60px;
    color: #1c1c1c;
    font-size: 16px;
    display: block;
    padding-left: 20px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/earth.png") no-repeat left center;
}
.m_lang ul{
    position: absolute;
    width: 120px;
    top: 65px;
    right: 0;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 2px;
    z-index: 99;
    display: none;
}
.m_lang ul li{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
}
.m_lang ul li a{
    color: #666;
    font-size: 14px;
    line-height: 34px;
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

/*搜索框*/
.header .header_search {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: 27px;
    margin-left: 70px;
    zoom: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header .header_search .inp {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    padding-right: 27px;
    margin-top: 25px;
    width: 190px;
    border: 2px solid #000;
    border-radius: 3px;
    background-color: transparent;
    zoom: 1;
}

.header .header_search .inp input {
    height: 27px;
}

.header .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    background-image: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0);
    outline: none;
    border: 0;
    cursor: pointer;
}


/*导航*/
.header_right {
    text-align: right;
}

.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.nav_list > li > a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    position: relative;
}

.nav_list > li > a > span {
    display: block;
    padding: 16px 0 17px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
    color: #272a2a;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_list > li > a > i{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.nav_list > li > a:hover i{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/*stick*/
.header.is_stuck .header_search {
    height: 0;
    overflow: hidden;
    display: block;
}

.header.is_stuck .nav_list > li > a > span {
    padding: 40px 0 34px;
}


/*nav_normal*/
.nav_normal > li {
    position: relative;
    background-position: center center;
    transition: all .3s;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    background: #545454;
    min-width: 180px;
    display: none;
    z-index: 1000;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    padding-left: 25px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}
.nav_normal .dropdown_menu li a:hover{
    background: #00c9a1;
}
.nav_normal .nav_line {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: 3px;
    width: 0;
    background: #dd0000;
    border-radius: 1px;
    line-height: 0;
    font-size: 0;
}

/*nav_tile*/
.droplist_tile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #f0f0f0;
}

.drop_tile {
    display: none;
}

.nav_tile .nav_line {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: 3px;
    width: 0px;
    background: #dd0000;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*banner*/
.banner {
    width: 100%;
    position: relative;
    z-index: 50;
}

.banner .banner_box {
    position: relative;
    z-index: 50;
}

.banner .banner_item {
    /*padding-top: 40%;*/
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.banner_full,
.banner_full .banner_box,
.banner_full .banner_slick,
.banner_full .slick-list,
.banner_full .slick-track {
    padding-top: 0;
    height: 100%;
}

.banner_full .banner_item {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*新闻列表*/
.news_box .img_box {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.news_box .img_box img {
    width: 100%;
}

.news_box .news_describe {
    margin-right: 10px;
}

.news_box .news_describe h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_box .news_describe p {
    height: 95px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
}

.news_box .news_date {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.news_box .news_date span {
    line-height: 1.2;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
}

.news_box .news_link {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    padding: 8px 25px;
    background: #ccc;
    line-height: 1;
    color: #fff;
    font-style: normal;
}

.news_box .news_link:hover {
    background: #ff0000;
}

.news_list .col_box {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    zoom: 1
}

/*列表式*/
.news_list .img_box {
    display: block;
    width: 30%;
    margin-right: 30px;
    float: left;
    overflow: hidden;
}

/*平铺式*/
.news_tile .news_item {
    background: #f5f5f5;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news_tile .news_date_hide {
    position: absolute;
    bottom: -40px;
    height: 40px;
    width: 100%;
    text-align: left;
    line-height: 40px;
    font-size: 12px;
    text-indent: 15px;
    color: #fff;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
    background: rgb(0, 0, 0); /*The Fallback color,这里也可以使用一张图片来代替*/
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000)"; /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000); /*Filter for older IEs */
}

.news_tile .news_item:hover {
    webkit-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    transform: translate3d(0, -1px, 0);
}

.news_tile .news_item:hover .news_date_hide {
    bottom: 0;
}

.news_tile .news_describe {
    margin: 10px 20px;
}

.news_tile .news_describe h5 {
    font-size: 16px;

}

.news_tile .news_describe p {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
}

.news_tile {
    font-size: 0;
    line-height: 0;
}

.news_tile > div {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    float: none;
    zoom: 1;
}

/*page*/
.page_box {
    float: right;
}

.page {
    overflow: hidden;
    text-align: right;
    border-right: 1px solid #e5e5e5;
    font-size: 0;
}

.page li {
    float: left;
    height: 38px;
    width: 38px;
    background-color: #fff;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-right: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    zoom: 1;
}

.page li.disabled{
    cursor: no-drop;
}

.page li a {
    font-size: 12px;
    color: #666666;
    display: block;
    line-height: 38px;
}

.page li.active,
.page li:hover a,
.page li.active span {
    font-size: 12px;
    background-color: #1f1e1e;
    color: #fff;
}

.page .prev,
.page .next {
    font-weight: bold;
}

.m_page {
    display: none;
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-left: none;
    line-height: 36px;
    font-size: 14px;
}

.m_page a {
    float: left;
    width: 33.333333%;
    border-left: 1px solid #ddd;
    text-align: center;
    background: #fff;
    height: 100%;
    color: #666;
}

.search_result h2 {
    font-size: 30px;
    line-height: 80px;
    color: #333;
    font-weight: 500;
}

.search_result h2 span {
    font-size: 30px;
    line-height: 90px;
    color: #af251c;
    font-weight: 500;
}

.search_result .result_list {
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search_result .result_list li a {
    display: block;
    font-size: 14px;
    line-height: 3;
    color: #999;
}

.search_result .result_list li a:hover,
.search_result .result_list li a:hover .date,
.search_result .result_list li a:hover .clumn {
    color: #dd0000;
}

.search_result .result_list .date {
    font-size: 14px;
    line-height: 3;
    color: #cccccc;
    float: right;
}

.search_result .result_list .clumn {
    font-size: 14px;
    line-height: 2;
    color: #666;
}

.m_page_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 800000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.m_page_pop a {
    display: block;
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #888;
}

.m_page_pop a.on {
    color: #af251c;
}

.show_page .m_page_pop {
    height: 100%;
    padding-top: 60px;
}

/*loading 加载效果*/
.loading {
    position: fixed;
    width: 100%;
    height: 200%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.loading::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
}

.loading_box {
    width: 140px;
    height: 25px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -170px;
    margin-left: -70px;
}

.loadingup,
.loadingdown {
    width: 140px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.loadingup {
    /*background-image: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/l_c.png");*/
    z-index: 90;
    animation: wave 3s infinite linear;
}

.loadingdown {
    /*background-image: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/l_w.png");*/
    z-index: 89;
}

@-webkit-keyframes wave {
    0% {
        width: 0;
    }
    100% {
        width: 140px;
    }
}

/*pc隐藏模块*/
.m_header,
.m_nav_fixed {
    display: none;
}

.body_mask {
    display: none;
    z-index: 99;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    left: 0;
    top: 0;
}

.stopscroll {
    height: 100%;
    overflow: hidden;
}

.stopscroll .body_mask {
    display: block;
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    visibility: visible;
}

/*百度地图*/
#map {
    width: 100%;
    height: 500px;
}

#map img,
#dituContent img {
    max-width: initial;
}

#dituContent .pop .center,
#dituContent .pop .bottom {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

#dituContent .BMap_Marker.BMap_noprint {
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/us_cursor.gif") no-repeat -46px -21px !important;
    overflow: hidden;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px "微软雅黑", sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
/* fancyBox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    background-image: url(https://huajingfloor.cn162.wondercdn.com'/public/static/images/home/zh-cn/reset/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(https://huajingfloor.cn162.wondercdn.com'/public/static/images/home/zh-cn/reset/fancybox_loading.gif') center center no-repeat;
}

.fancybox-next, .fancybox-prev {
    position: absolute;
    bottom: 0px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    background: #f0f0f0;
}

.fancybox-prev {
    left: 0px;
    /*background: url(https://huajingfloor.cn162.wondercdn.com'/public/static/images/home/zh-cn/reset/gallery_arrow.png') no-repeat 0px -50px;*/
}

.fancybox-prev:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    content: "←";
    color: #000;
    font-size: 18px;
    text-align: center;
}

.fancybox-next {
    right: 0px;
    /*background: url(https://huajingfloor.cn162.wondercdn.com'/public/static/images/home/zh-cn/reset/gallery_arrow.png') 50px -50px;*/
}

.fancybox-next:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    content: "→";
    color: #000;
    font-size: 18px;
    text-align: center;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(https://huajingfloor.cn162.wondercdn.com'/public/static/images/home/zh-cn/reset/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: -30px;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    text-shadow: 0 1px 2px #222;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
    margin-top: 40px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.magnifierRentgen {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%
}

.magnifierRentgen .magnifier-loupe {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: #f0f0f0 4px solid;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 8px;
    cursor: crosshair;;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    display: none;
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
    background: #f9f9f9;
}

.fancybox-close:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 35px;
    content: "×";
    color: #000;
    font-size: 35px;
    text-align: center;
}

/*返回头部*/
#back_top {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 97;
}

#back_top a {
    display: inline-block;
    background: #B0B0B0 url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/back_top.png") no-repeat center center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*网站地图*/
.site_map_box {
    margin: 30px 0 60px;
}

.site_map_box h2 {
    font-size: 18px;
    color: #737578;
    font-weight: normal;
    margin: 25px 0 15px;
}

.site_map_box ul {
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.site_map_box ul li {
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}

.site_map_box ul li a {
    font-size: 17px;
    color: #737578;
}

.site_map_box ul li a:hover {
    color: #13a7ca;
}

.site_map_box ul li:before {
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    border-radius: 2px;
    content: "";
}

.site_map_box ul li > ul {
    border: 0;
    padding: 0;
}

.site_map_box ul > li ul li {
    padding-left: 30px;
}

.site_map_box ul > li ul li:before {
    position: absolute;
    content: '';
    border: 1px solid #000;
    top: 13px;
    left: 15px;
    width: 4px;
    height: 4px;
    background: none;
    border-radius: 3px;
}

/*悬浮表单*/
.footer_fixed_form {
    position: fixed;
    right: 10px;
    bottom: -257px;
    z-index: 99;
    transition: all .5s;
}

.footer_fixed_form.active {
    bottom: 0;
    transition: all .5s;
}

.form_fixed_button {
    width: 200px;
    height: 42px;
    margin-left: 80px;
    background: #13a7ca;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form_fixed_button span {
    font-size: 15px;
    color: #ffffff;
    line-height: 42px;
    padding-left: 55px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/fixed_form.png") no-repeat 20px center;
}

.form_fixed_box {
    width: 280px;
    max-height: 500px;
    background: #f2f5f9;
    border: 1px solid #f2f5f9;
    border-top-left-radius: 8px;
}

.form_fixed_box form {
    width: 100%;
    padding: 5px 12px 30px;
}

.form_fixed_box .info {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

.form_fixed_box .info.textarea {
    height: 90px;
}

.form_fixed_box .info input,
.form_fixed_box .info textarea {
    color: #555555;
    border: none;
    text-indent: 5px;
    width: 100%;
    height: 100%;
}

.form_fixed_box .info textarea {
    line-height: 20px;
}

.form_fixed_box label.label_control {
    position: absolute;
    left: 10px;
    font-size: 14px;
    color: #999999;
    margin-top: 0;
}

.form_fixed_box label.tips {
    position: absolute;
    right: 10px;
    top: 0;
    color: red;
    font-size: 12px;
    line-height: 30px;
    font-family: Arial;
}

.inputon.info label.label_control {
    display: none;
}

#form_sub {
    background: #13a7ca;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
}

#form_sub:hover {
    background: #1091af;
    transition: all .5s;
}

/*左侧社交关注*/
.Social_concern {
    width: 48px;
    height: 265px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Social_concern a {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    display: block;
}

.Social_concern a.Facebook {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -56px 0 #3b5998;
}

.Social_concern a.Google {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -56px -64px #d14836;
}

.Social_concern a.Linkedin {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -56px -128px #007fb1;
}

.Social_concern a.Twitter {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -56px -256px #00aced;
}

.Social_concern a.Youtube {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -56px -320px #cd332d;
}

.Social_concern a:hover {
    opacity: 0.95;
}

/*email*/
.ejectEmail_form {
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 532px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -266px;
    padding: 30px;
    z-index: 100000;
    display: none;
}

.ejectEmail_form .close_Emailform {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    display: block;
    cursor: pointer;
    background: #6f6f6f;
    color: #ffffff;
}

.ejectEmail_form form h2 {
    display: none;
}

.ejectEmail_form form p {
    font-size: 30px;
    color: #000000;
}

.ejectEmail_form .info {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.ejectEmail_form .label_control {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}

.ejectEmail_form .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}

.ejectEmail_form input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}

.ejectEmail_form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    color: #a5a5a5;
    border: 1px solid #dddddd;
}

.ejectEmail_form input[type="submit"] {
    width: 155px;
    height: 40px;
    background: #3f3a39;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}

.ejectEmail_form input[type="submit"]:hover {
    background: #212b3c;
    transition: all .3s;
}

.ejectEmailform_bj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    display: none;
}

/*右侧快速联系*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #525252;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/Fast.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/fastPhone.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}



.onlineService_form {
    background-image: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

.onlineService_whatsApp {
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/Fast.png);
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/Fast.png);
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/Fast.png);
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/Fast.png);
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}

/*底部社交关注*/
.f_follow_service a {
    display: inline-block;
    margin: 1px;
    text-align: center;
}

.f_follow_service a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.social_icon_facebook {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px 0 #3b5998;
}

.social_icon_googleplus {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px -64px #d14836;
}

.social_icon_linkedin {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px -128px #007fb1;
}

.social_icon_twitter {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px -256px #00aced;
}

.social_icon_youtube {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px -320px #cd332d;
}

.social_icon_pinterest {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png) no-repeat -24px -1088px #bd081c;
}

/*面包屑*/
.Crumbs {
    width: 100%;
    display: block;
    /*background: #f5f5f5;*/
}

.Crumbs ul li {
    float: left;
    margin-left: 25px;
}

.Crumbs_nav {
    padding-left: 20px;
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/home.png) no-repeat left center;
}

.Crumbs ul li a,
.Crumbs_nav,
.Crumbs_nav a {
    color: #545454;
    line-height: 30px;
    height: 100%;
    font-size: 14px;
    font-family: Arial;
    display: inline-block;
}

.Crumbs_nav a:hover,
.Crumbs_nav a.on,
.Crumbs ul li.active a,
.Crumbs ul li:hover a {
    color: #00c9a1;
}

/*产品*/
.product_box {
    padding: 50px 0;
    overflow: hidden;
}

.products_nav_box {
    border: 1px solid #d6d6d6;
}

.products_nav_box h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0;
    text-align: left;
    background: #00c9a1;
    padding-left: 15px;
    position: relative;
}

.products_nav_box h2 span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat top center;
    display: none;
}

.products_nav_box h2.active span {
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat bottom center;
}

.products_nav_box ul.submenu_wrap > li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.products_nav_box ul.submenu_wrap > li:last-child {
    border-bottom: 0;
}

.submenu_ul {
    display: none;
}

.submenu_ul li {
    border-bottom: 0;
    margin-right: 5px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/list_style.png") no-repeat left center;
    padding-left: 10px;
    transition: all .3s;
}

.products_nav_box ul li a.li_click {
    position: relative;
}

.products_nav_box ul li a span {
    position: absolute;
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/li_click.png) top center no-repeat;
    height: 24px;
    width: 20px;
    display: block;
    left: auto;
    right: 10px;
    top: 8px;
}

.products_nav_box ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    display: block;
}
.products_nav_box ul li .submenu_ul li a {
    font-size: 14px;
    line-height: 28px;
}

.products_nav_box ul li .submenu_ul li.on a,
.products_nav_box ul li .submenu_ul li a:hover {
    color: #00c9a1;
}

.products_list_box h2 {
    font-size: 24px;
    color: #333;
    padding-left: 10px;
    margin-bottom: 20px;
}

.products_item {
    border: 1px solid #dddddd;
    padding: 4px;
    /*overflow: hidden;*/
    margin-bottom: 15px;
    position: relative;
}

.products_item > span {
    position: absolute;
    width: 27px;
    height: 33px;
    display: inline-block;
    right: -4px;
    top: 10px;
    z-index: 3;
    background-image: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/product_ico.png);
    background-repeat: no-repeat;
}

.products_item.new_products span {
    background-position: 0 0;
}

.products_item.hot_products span {
    background-position: 0 -39px;
}

.products_item.recommend_product span {
    background-position: 0 -77px;
}

.products_item .img_box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content:center;
    align-items:Center;
}
.products_item .img_box img{
    max-width: 100%;
    max-height: 100%;
}

.products_item .img_box a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.products_describe h5 {
    height: 40px;
    font-size: 14px;
    color: #222;
    /*padding: 5px 0;*/
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: hidden;
}

.products_inquire {
    position: relative;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.products_inquire a {
    position: absolute;
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px 40px;
    color: #ffffff;
    width: 80%;
    white-space: nowrap;
    display: inline-block;
}

/*有添加询价栏*/
/*.products_inquire a.inquire {
    width: 80%;
    right: -60%;
    padding-left: 40px;
    border-left: 1px solid #ffffff;
    background: #db2121 url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/inquire_img.png) no-repeat 0 -40px;
    z-index: 3;
}*/

/*无询价栏*/
.products_inquire a.inquire {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-left: 1px solid #ffffff;
    background: #00c9a1 url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/inquire_img.png) no-repeat 38px -40px;
    z-index: 3;
}

.products_inquire a.inquire:hover {
    background-color: #03a887;
}

.products_inquire a.addToBasket {
    margin-bottom: 10px;
    z-index: 2;
    background: #cb1a1c url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/inquire_img.png) no-repeat left top;
}

.page_box {
    margin-top: 30px;
}

.prodInquireBasket {
    width: 230px;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 8px #999;
    z-index: 999;
    display: none;
}

.basket_title {
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #7a8599;
}

.basket_title em {
    color: #ffb629;
    font-weight: bold;
}

.basket_lists {
    padding: 2px 1px;
    height: 190px;
    overflow-y: auto;
}

.basket_lists ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}

.basket_lists img {
    width: 55px;
    height: auto;
}

.basket_lists .prod_img {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.basket_lists .prod_bt {
    width: 140px;
    margin-left: 10px;
    overflow: hidden;
}

.basket_lists .prod_bt .prod_text a {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #246bb3;
}

.basket_lists .prod_bt .prod_delete a {
    font-size: 12px;
}

.basket_btns {
    padding: 10px;
    font-size: 12px;
}

.basket_btns .basketEmpty {
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #e64545;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}

.basket_btns .basketInquire {
    float: right;
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    background-color: #e64545;
    border-radius: 3px;
    cursor: pointer;
}

.shoppingBasketIcon {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #7a8599;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.shoppingBasketIcon img {
    margin-top: 10px;
    margin-left: 8px;
}

.shoppingIconNum {
    position: absolute;
    top: 0;
    display: block;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: red;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

/*产品详情*/
.product_del {
    overflow: hidden;
    padding: 60px 0;
}

.pro_B_img {
    padding: 45px 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: none;
}

.pro_B_img img {
    clear: both;
    display: block;
    margin: auto;
}

.pro_B_img .slick-dots {
    bottom: -30px;
}

.pro_B_img .slick-dots li.slick-active {
    background: #d91828;
}

.parameter_box {
    padding-left: 10px;
    overflow: hidden;
}

.parameter_box h3 {
    padding-right: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.5;
}

.parameter_box h3.new_pro {
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/new_pro.png") no-repeat top right;
}

.parameter_box h3.hot_pro {
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/hot_pro.png") no-repeat top right;
}

.description {
    overflow: hidden;
    margin-top: 10px;
}

.description span {
    width: 35px;
    color: #4e5152;
    font-size: 14px;
    display: inline-block;
}

.order_plus, .order_minus {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 1.8em;
    font-size: 14px !important;
    padding: 0 12px;
    color: #333;
    cursor: pointer;
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    outline: 0;
    text-decoration: none;
}

.order_minus {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/order_minus.png) no-repeat center;
}

.order_plus {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/order_plus.png) no-repeat center;
}

.order_quan_input {
    width: 40px;
    line-height: 1.8em;
    height: 1.8em;
    outline: 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}

.parameter_btn {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.parameter_btn a {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    color: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.parameter_btn a.a1 {
    background: #00c9a1;
}

.parameter_btn a.a2 {
    background-color: #03a887;
}

.parameter_btn a:hover {
    opacity: .9;
}

.product_tips {
    border-top: 1px solid #dddddd;
    padding: 10px;
    overflow: hidden;
}

.product_tips ul li {
    width: 33%;
    float: left;
    color: #666666;
}

.product_tips ul li h5 {
    padding-right: 25px;
}

.product_tips ul li h5,
.product_tips ul li h5 em {
    color: #545454;
    font-size: 12px;
    line-height: 26px;
}

.Tech_box {
    height: 0;
    overflow: hidden;
    position: relative;
}

.tab_sub {
    text-align: center;
}

.tab_sub li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.tab_sub li:hover,
.tab_sub li.on {
    color: #d0141b;
}

.Tech_box.on {
    height: auto;
}

.product_tab {
    margin-top: 35px;
}

.product_tab .left h3 {
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background: #f1f1f1;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.product_tab .tab_sub {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #efefef;
}

.product_tab .tab_sub.is_stuck {
    z-index: 99;
}

.product_tab .tab_sub li {
    float: left;
    line-height: 35px;
    margin: 0;
    font-size: 14px;
    padding: 0 20px;
    transition: all .3s;
}

.product_tab .tab_sub li:hover,
.product_tab .tab_sub li.on {
    background: #ffffff;
    color: #666666;
    border-top: 2px solid #666;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    transition: all .3s;
}

.product_tab .txt {
    overflow: hidden;
    /*border: 1px solid #dddddd;*/
    padding: 10px;
}

.product_tab .txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.product_tab .txt h4 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 10px;
}

.product_tab .txt h5 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.product_tab .txt h5 span {
    display: block;
}

.product_tab .txt p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.product_tab .txt img {
    margin: 15px 0;
}

.txt_left,
.txt_right {
    width: 50%;
    float: left;
}

/*news*/
.news_side_nav {
    border: 1px solid #d6d6d6;
}

.news_side_nav h3 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.2em;
    text-align: left;
    background: #cb1a1c;
    padding-left: 15px;
    position: relative;
}

.news_side_nav h3 span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat top center;
    display: none;
}

.news_side_nav h3.active span {
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat bottom center;
}

.news_side_nav ul.submenu_wrap > li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.news_side_nav ul.submenu_wrap > li:last-child {
    border-bottom: 0;
}

.news_side_nav .submenu_ul {
    display: none;
}

.news_side_nav.submenu_ul li {
    border-bottom: 0;
    margin-right: 5px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/list_style.png") no-repeat left center;
    padding-left: 10px;
}

.news_side_nav ul li a.li_click {
    position: relative;
}

.news_side_nav ul li a span {
    position: absolute;
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/li_click.png) top center no-repeat;
    height: 24px;
    width: 20px;
    display: block;
    left: auto;
    right: 10px;
    top: 8px;
}

.news_side_nav ul li a {
    color: #868585;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 36px;
}

.news_side_nav ul li a:hover {
    color: #cb1a1c;
}

.news_box {
    padding: 40px 0;
}

.news_box .news_describe h3 {
}

/*FAQ*/
.faq_box {
    margin-bottom: 60px;
}

.faq_bt {
    font-size: 24px;
    color: #333;
    line-height: 1.8em;
    text-transform: uppercase;
    text-align: left;
    padding: 18px 0;
    /*margin: 45px 0;*/
}

.pro_col {
    padding-bottom: 16px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 27px;
}

.q_pro_item {
    position: relative;
    padding-left: 30px;
}

.q_pro_item i,
.a_pro_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #221815;
    line-height: 32px;
    font-weight: bold;
}

.a_pro_item i {
    color: #898989;
}

.q_pro_item h3 {
    font-size: 16px;
    line-height: 32px;
    color: #221815;
    font-weight: bold;
}

.a_pro_item {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
}

.a_pro_item i {
    position: absolute;
    top: 0;
    left: 0;
}

.a_pro_item p {
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
    font-family: Arial;
}

/*download*/
.download_box {
    margin-top: 50px;
    margin-bottom: 60px;
}

.download_bt {
    font-size: 34px;
    color: #4e5152;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0;
    margin: 45px 0;
}

.table_responsive table {
    width: 100%;
    margin: auto;
}

.table_responsive th {
    background: #edeff1;
    border-bottom: 2px solid #ddd;
}

.table_responsive th,
.table_responsive td {
    padding: 10px;
}

.table_responsive td span,
.table_responsive td a {
    font-size: 14px;
    color: #545454;
}

.table_responsive td.choosed a {
    padding-left: 20px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/down.png") no-repeat left center;
}

.table_responsive td a:hover {
    color: #13a7ca;
}

.table_responsive tr {
    background: #ffffff;
}

.table_responsive tr:nth-child(2n) {
    background: #f5f5f5;
}

.table_responsive tr:hover {
    background: #edeff1;
}

/*询价*/
.inquire_box {
    margin-bottom: 60px;
}

.inquire_bt {
    font-size: 34px;
    color: #4e5152;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 0;
    margin: 45px 0;
}

.inquire_table table {
    width: 80%;
    margin: auto;
    border: 1px solid #dddddd;
}

.inquire_table th,
.inquire_table td {
    padding: 10px;
}

.inquire_table th {
    background: #edeff1;
}

.inquire_table th.Product_Picture {
    width: 35%;
}

.inquire_table td a {
    font-size: 16px;
    font-family: Arial;
    color: #545454;
}

.inquire_table td a:hover {
    color: #13a7ca;
}

.pmark img {
    width: auto;
    height: 120px;
}



.shareit {
    margin-top: 30px;
}

.prodlist_shareiten {
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-right: 10px;
}

.share_box img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

/*垂直居中*/
.vertical_middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

/*产品页分享*/
.sharethis_inline > span {
    display: inline-block;
    float: left;
    line-height: 24px;
    font-size: 14px;
    margin-right: 8px;
}

.sharethis_inline .fll > span {
    float: left;
}

.sharethis_inline .stButton {
    margin-right: 0;
    margin-left: 0;
}

/*news*/
.news_side_nav {
    border: 1px solid #d6d6d6;
}

.news_side_nav h3 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2.2em;
    text-align: left;
    background: #cb1a1c;
    padding-left: 15px;
    position: relative;
}

.news_side_nav ul.submenu_wrap > li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.news_side_nav ul.submenu_wrap > li:last-child {
    border-bottom: 0;
}

.news_side_nav .submenu_ul {
    display: none;
}

.news_side_nav.submenu_ul li {
    border-bottom: 0;
    margin-right: 5px;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/list_style.png") no-repeat left center;
    padding-left: 10px;
}

.news_side_nav ul li a.li_click {
    position: relative;
}

.news_side_nav ul li a span {
    position: absolute;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/li_click.png") top center no-repeat;
    height: 24px;
    width: 20px;
    display: block;
    left: auto;
    right: 10px;
    top: 8px;
}

.news_side_nav ul li a {
    color: #868585;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 36px;
}

.news_side_nav ul li a:hover {
    color: #cb1a1c;
}

.news_box {
    padding: 40px 0;
}

.news_box .news_describe h3 {
    padding-top: 10px;
}

.news_box .news_list {
    background: #f7f7f7;
    position: relative;
    top: 0;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s;
}
.news_box .news_list:hover{
    top: -10px;
    -webkit-box-shadow: 0 0 10px 0 #adadad;
    -moz-box-shadow: 0 0 10px 0 #adadad;
    box-shadow: 0 0 10px 0 #adadad;
}
.news_box .news_list:hover h3{
    color: #00c9a1;
}


.news_box .news_img {
    width: 240px;
    height: 180px;
    float: left;
    margin-right: 30px;
}
.news_box .news_img img{
    width: 100%;
    height: 100%;
}

.news_box .news_text {
    padding: 0 30px;
    margin-left: 240px;
}

.news_box .news_text h3 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 2;
    color: #545454;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}
.news_box .news_text h3 em{
    float: right;
}

.news_box .news_text p {
    height: 100px;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s;
}

.news_box .news_text span {
    font-size: 16px;
    border-top: 1px #999 solid;
    padding-top: 5px;
    color: #545454;
    transition: all .5s;
}

.news_box2 {
    padding: 50px 0 20px;
}

.news_box2 .news_img {
    line-height: 0;
    display: block;
    overflow: hidden;
    margin-right: 30px;
    height: 100%;
}

.news_box2 .news_img img {
    height: 100%;
}

.news_box2 .news_text h3 {
    font-size: 24px;
    line-height: 2;
    color: #545454;
    width: 100%;
    height: 50px;
    transition: all .5s;
}

.news_box2 .news_text p {
    height: 60px;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s;
}

.news_box2 .news_text span {
    font-size: 16px;
    border-top: 1px #999 solid;
    padding-top: 5px;
    color: #545454;
    transition: all .5s;
}

.news_box2 .news_time {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 100%;
    border-left: 1px solid #dddddd;
}

.news_box2 .news_time .vertical_middle {
    left: 40px;
    font-size: 22px;
}

.news_box2 .news_time .vertical_middle span {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
}

.news_box2 .news_list {
    position: relative;
    top: 0;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .5s;
}

.news_box2 .news_list:hover .news_text p,
.news_box2 .news_list:hover .news_text h3,
.news_box2 .news_list:hover .news_text span {
    color: #cb1a1c;
    transition: all .5s;
}

.news_content {
    padding: 60px 0;
}

.content_title {
    text-align: center;
}

.content_title h3 {
    color: #545454;
}
.content_title .news_infor{
    margin-top: 10px;
}
.content_title .news_infor span{
    padding: 0 10px;
}
.article_sharethis {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.article_sharethis .bdsharebuttonbox{
    margin-top: 0;
}

.content_text {
    padding: 50px 15px;
    border-bottom: 1px solid #dddddd;
}

.content_text p {
    /*text-indent: 2em;*/
    line-height: 1.6;
    margin-top: 15px;
}

.content_text p:nth-of-type(1) {
    margin-top: 0;
}

.content_text p.p_img {
    text-indent: 0;
}

.content_text p.p_img img,
.content_text img {
    clear: both;
    display: block;
    margin: auto;
}

.pager_box {
    padding: 30px 0;
}

.pager_box {
    overflow: hidden;
}

.pager_box li {
    width: 40%;
}

.pager_box li a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 8px 14px;
    color: #545454;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.pager_box li a:hover {
    color: #cb1a1c;
    border-color: #cb1a1c;
}

.relevant li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
}

.relevant li:before {
    position: absolute;
    content: '';
    border: 1px solid #000;
    top: 50%;
    left: 15px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: none;
    border-radius: 3px;
}

.relevant li a {
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px;
    height: 30px;
    line-height: 30px;
    color: #545454;
}

.relevant li:hover:before {
    border-color: #cb1a1c;
}

.relevant li:hover a {
    color: #cb1a1c;
}

.keyword_list {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}

.keyword_list li {
    float: left;
    margin-right: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 10px;
    transition: all .3s;
}

.keyword_list li a {
    font-size: 16px;
    color: #545454;
    width: 100%;
    display: block;
}

.keyword_list li:hover {
    border-color: #e50008;
    transition: all .3s;
}

.keyword_list li:hover a {
    color: #e50008;
}

.associated_products {
    margin-top: 30px;
}

.associated_products h3 {
    font-size: 24px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.associated_products li {
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.associated_products li:before {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
}

.associated_products li a {
    font-size: 14px;
    color: #545454;
    display: block;
}

.associated_products li a:hover {
    color: #e50008;
}

/*video*/
.video_box {
    padding-top: 40px;
}

.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/videoclick.png") no-repeat center;
}

.video_click img {
    transition: all .3s;
}

.video_click:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all .3s;
}

.cboxOverlay {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 700px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
    background: #ffffff;
    z-index: 1000;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/closeVideo.png) no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}

/*证书*/
.Certificates_box {
    padding: 50px 0;
}

.Certificates_box .col_box {
    margin-bottom: 20px;
}

/*产品图片放大*/
.preview {
    width: 400px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

/* smallImg */
.smallImg {
    position: relative;
    height: 72px;
    margin-top: 1px;
    background-color: #F1F0F0;
    padding: 6px 5px;
    width: 400px;
    overflow: hidden;
    float: left;
}

.scrollbutton {
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/d_08.png) no-repeat;
    top: 5px;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    background: url(https://huajingfloor.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/d_09.png) no-repeat;
    margin-left: 375px;
    margin-top: -55px;
}

#imageMenu {
    height: 60px;
    width: 360px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu li {
    height: 60px;
    width: 70px;
    overflow: hidden;
    float: left;
    text-align: center;
}

#imageMenu li img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
    width: 60px;
    height: 60px;
    border: 1px solid #959595;
}

/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
}

.bigImg #midimg {
    width: 400px;
    height: 400px;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */
#bigView {
    position: absolute;
    background: #ffffff;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 998;
}

#bigView img {
    position: absolute;
    max-width: 800px;
}

.inquire_box {
    padding: 40px 0;
}

.inquire_box .title_box{
    overflow: hidden;
}
.inquire_box .title_box .item{
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    flex: 1 0 auto;
}
.inquire_box .title_box .item h1,
.inquire_box .title_box .item h2{
    font-size: 24px;
    color: #aeaeae;
    font-weight: 700;
}
.inquire_box .title_box .item span{
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ebebeb;
    color: #aeaeae;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
}
.inquire_box .title_box .item:nth-of-type(1):after{
    display: none;
}
.inquire_box .title_box .item:nth-of-type(3):before{
    display: none;
}
.inquire_box .title_box .item:after{
    position: absolute;
    content: "";
    top: 55px;
    left: 0;
    width: calc(50% - 40px);
    height: 3px;
    background: #ebebeb;
}
.inquire_box .title_box .item:before{
    position: absolute;
    content: "";
    top: 55px;
    right: 0;
    height: 3px;
    width: calc(50% - 45px);
    background: #ebebeb;
}
.inquire_box .title_box .item.on h1,
.inquire_box .title_box .item.on h2{
    color: #333333;
}
.inquire_box .title_box .item.on span{
    color: #ffffff;
    background: #ef524a;
}
.inquire_box .title_box .item.on:after,
.inquire_box .title_box .item.on:before{
    background: #ef524a;
}

.inquire_table {
    padding: 70px 0 30px;
}
.inquire_table table {
    width: 80%;
    margin: auto;
    border: 0;
}

.inquire_table th,
.inquire_table td {
    padding: 10px;
    border-left: 0;
    border-right: 0;
}

.inquire_table th {
    background: #edeff1;
}

.inquire_table th.Product_Picture {
    width: 140px;
}
.inquire_table th.Product_Quantity {
    width: 140px;
}
.inquire_table th.Product_Operate {
    width: 140px;
}

.inquire_table td a {
    font-size: 16px;
    color: #545454;
}

.inquire_table td a:hover {
    color: #13a7ca;
}
.inquire_table .description{
    margin-top: 0;
}

.pmark img {
    width: auto;
    height: 120px;
}

.inquire_btn{
    padding: 0 0 20px;
    text-align: center;
}
.inquire_btn button{
    padding: 16px 24px;
    border: 0;
    background: #ef524a;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}
.inquire_btn button:hover{
    opacity: .85;
    transition: all .3s;
}

.inquire_form {
    width: 80%;
    margin: 60px auto 0;
    overflow: hidden;
}

.inquire_form .info {
    width: 50%;
    padding: 0 5px;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
}
.inquire_form .info.textarea,
.inquire_form .info.imgVarifyCode{
    width: 100%;
}

.inquire_form .label_control {
    width: 100%;
    margin-top: 0;
    height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 36px;
}

.inquire_form .controls {
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.inquire_form .controls .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
    color: #ff0000;
}

.inquire_form .controls input,
.inquire_form .controls textarea {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    border: 0;
    background: none;
    resize: none;
}

.inquire_form .controls textarea {
    text-indent: 0;
    padding: 10px;
}

.inquire_form .info.textarea .controls {
    height: 150px;
}

.inquire_form .info.imgVarifyCode .controls {
    width: 120px;
    margin-bottom: 30px;
}

.inquire_form .info.imgVarifyCode .controls .tips {
    width: 200px;
    bottom: -30px;
    top: auto;
    left: 0;
    right: auto;
}

.inquire_form .info.imgVarifyCode .controls .Varify_img {
    position: absolute;
    height: 100%;
    right: -125px;
    top: 0;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.inquire_form .info #inquire_form_sub {
    padding: 10px 25px;
    border: 0;
    background: #ef524a;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}

.inquire_form .info #inquire_form_sub:hover {
    opacity: .8;
    transition: all .3s;
}

.inquire_box .success_box{
    padding-top: 80px;
}
.inquire_box .success_box .img{
    text-align: center;
    line-height: 0;
    padding: 20px 0 80px;
}
.inquire_box .success_box .text a {
    display: inline-block;
    margin-top: 44px;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    background: #ef524a;
    padding: 10px 25px;
}

.inquire_box .success_box{
    padding-top: 80px;
}
.inquire_box .success_box .img{
    text-align: center;
    line-height: 0;
    padding: 20px 0 80px;
}
.inquire_box .success_box .text{
    text-align: center;
}
.inquire_box .success_box .text a {
    display: inline-block;
    margin-top: 44px;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    background: #ef524a;
    padding: 10px 25px;
}

@media (max-width: 1200px) {
    .Crumbs {
        padding: 0 10px;
    }

    .news_box2 .news_time {
        width: 190px;
    }
}

@media (max-width: 992px) {
    .products_nav_box,
    .news_side_nav {
        margin-bottom: 15px;
    }

    .products_nav_box h2 span,
    .news_side_nav h3 span {
        display: block;
    }

    .products_nav_box ul,
    .news_side_nav ul {
        display: none;
    }

    .news_box2 .news_time {
        width: 140px;
    }

    .news_box2 .news_time .vertical_middle {
        left: 20px;
        font-size: 16px;
    }

    .news_box2 .news_time .vertical_middle span {
        font-size: 20px;
    }

    .news_box2 .news_text {
        padding: 5px 160px 10px 30px;
    }
}

@media (max-width: 767px) {
    .Crumbs {
        display: none;
    }

    .img_scale .img_box img, .img_scale.img_box img {
        width: 100%;
    }

    .products_inquire a.addToBasket {
        display: none;
    }

    .products_inquire a.inquire {
        width: 100%;
        left: 0;
        right: 0;
    }

    .parameter_box {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 640px) {
    .news_box2 .news_list {
        height: auto;
    }

    .news_box2 .news_img {
        margin-right: 0;
    }

    .news_box2 .news_text {
        width: 100%;
        padding: 10px;
        float: left;
    }

    .news_box2 .news_text p {
        height: auto;
    }

    .news_box2 .news_time {
        display: none;
    }

    .relevant li {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .news_box2 .news_img img {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .colorbox {
        width: 96%;
        height: 300px;
        margin-left: -48%;
        margin-top: -150px;
    }
}



@media (max-width: 767px ) {
    .inquire_box .title_box .item:nth-of-type(1){
        margin-top: 0;
    }
    .inquire_box .title_box .item{
        width: 100%;
        text-align: left;
        padding: 20px 0;
        margin-left: 50px;
    }
    .inquire_box .title_box .item:after,
    .inquire_box .title_box .item:before{
        height: 14px;
        width: 3px;
        left: 21px;
        top: auto;
    }
    .inquire_box .title_box .item:after{
        top: 0;
    }
    .inquire_box .title_box .item:before{
        bottom: 0;
    }
    .inquire_box .title_box .item a{
        display: block;
        width: 100%;
    }
    .inquire_box .title_box .item h1,
    .inquire_box .title_box .item h2{
        padding-left: 50px;
        line-height: 50px;
    }
    .inquire_box .title_box .item span{
        position: absolute;
        top: 23px;
        left: 0;
        margin: 0;
        text-align: center;
    }
    .inquire_table{
        padding-top: 15px;
    }
    .inquire_table tr{
        border: 1px solid #dddddd;
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
    }
    .inquire_table th{
        display: none;
    }
    .inquire_table td{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
        border: none;
    }
}

@media (max-width: 480px) {
    .inquire_box .title_box .item {
        margin-left: 20px;
    }
    .inquire_table table, .inquire_form {
        width: 100%;
    }
}