
a {
    font-family: Arial, "Microsoft YaHei", 微軟雅黑, "微软雅黑", Verdana, "宋體", "細明體", Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

a:link {
    color: #2b3240;
}

a:visited {
    color: #2b3240;
}

a:hover {
    color: #5B0D11
}

a:active {
    color: #2b3240;
}

a.a2 {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}

/*去掉链接（包括图片链接）的虚线边框*/
a, area {
    blr: expression(this.onFocus=this.blur())
}

/* for IE */
:focus {
    outline: none;
}

/* for Firefox */

/*IE滚动条样式*/
body {
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-FACE-COLOR: #181818;
    SCROLLBAR-DARKSHADOW-COLOR: #181818;
    SCROLLBAR-HIGHLIGHT-COLOR: #181818;
    SCROLLBAR-3DLIGHT-COLOR: #181818;
    SCROLLBAR-SHADOW-COLOR: #181818;
    SCROLLBAR-TRACK-COLOR: #E6E6E6;
}

/* Webkit内核滚动条样式 */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/*滑轨*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(24, 24, 24, 1.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/*滑块*/
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(24, 24, 24, 0.8);
}

body {
    color: #2b3240;
    margin: 0;
    background: url("../image/bg.jpg") center top #fff;
    text-align: center;
    line-height: 200%;
}

div, ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

body, td, input, select, textarea {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", "宋體", "Times New Roman", sans-serif, Helvetica;
    font-size: 14px;
}

body.bg2 {
    background: #f8f8f8;
}

body.bg3 {
}

img {
    border: 0;
}

form {
    margin: 0
}

input, select {
    vertical-align: middle;
}

input[type=text], input[type=password], textarea {
    border: #d7d7d7 1px solid;
    color: #7d7d7d
}

input::-webkit-input-placeholder {
    color: #b8c2c9;
}

input:-moz-placeholder {
    color: #b8c2c9;
}

input::-moz-placeholder {
    color: #b8c2c9;
}

input:-ms-input-placeholder {
    color: #b8c2c9;
}

/*提示文字*/
textarea::-webkit-input-placeholder {
    color: #b8c2c9;
}

textarea:-moz-placeholder {
    color: #b8c2c9;
}

textarea::-moz-placeholder {
    color: #b8c2c9;
}

textarea:-ms-input-placeholder {
    color: #b8c2c9;
}

/*提示文字*/
.placeholder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    box-sizing: border-box;
    color: #b8c2c9;
    line-height: 20px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-appearance: none;
}

/*重置iphone浏览器默认样式*/
hr {
    border-top: #cdcdcd 1px dotted;
    border-bottom: none;
    background: none;
    border-left: none;
    border-right: none;
    margin: 2rem auto;
}

* {
    -webkit-text-size-adjust: none; /*解决webkit内核浏览器强制最小字体*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*css3过渡效果*/
/*a,li,p,div,span,dl{transition:box-shadow 0.3s;-webkit-transition:background-color 0.3s,opacity 0.3s,box-shadow 0.3s;-moz-transition:background-color 0.3s,opacity 0.3s,box-shadow 0.3s; -o-transition:background-color 0.3s,opacity 0.3s,box-shadow 0.3s;}*/

/*公共*/
.blank {
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.global_width {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.fullWidth {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.red, a.red {
    color: #d03d4b;
}

.gray, a.gray {
    color: #a0a0a0;
}

.hide {
    display: none;
}

.enlarge {
    overflow: hidden;
}

.enlarge img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.enlarge:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}


/*页头*/
#header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100px;
    transition: height 0.25s, background 0.25s;
    background: url("../image/bg-1.jpg");
    box-shadow: rgba(0, 0, 0, 0.06) 0 4px 10px;
    transition: padding 0.25s;
}

#header.haveBG, body.nobanner #header { /*background-color:rgba(24,24,24,0.9);*/
}

#header:before, #header:after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 40px;
    background: url("../image/moire-1.png") left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: auto;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 999;
}

#header:after {
    height: 32px;
    left: 5%;
    right: auto;
}

#headBlank, .headBlank {
    height: 100px;
}

#headBlank2, .headBlank2 {
    height: 148px;
}

#head {
    padding-top: 1px;
    text-align: center;
}

#logo {
    text-align: left;
    float: left;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    margin: auto 0;
    position: relative;
    z-index: 1000;
}

#logo img {
    max-width: 400px;
    vertical-align: middle;
}

#logo a {
    display: inline-block;
}

/*主导航*/
#menu {
    position: relative;
    z-index: 1000;
    margin: 26px auto 0 auto;
    height: 48px;
    display: inline-block;
}

#nav {
    white-space: nowrap;
}

#nav li {
    position: relative;
    display: inline-block; /*float:left;*/
}

#nav li a {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    color: #606060;
}

#nav li.curr a, #nav li a:hover, #nav li.hover a {
    color: #181818;
}

#nav li p {
    position: absolute;
    left: 0;
    top: 100%;
    margin: -2px 0 0 0;
    display: none;
    white-space: pre-wrap;
    padding: 10px 16px;
    min-width: 100%;
    background: #101010;
    box-shadow: rgba(0, 46, 46, 0.12) 0 0 0.5em;
    border: #202020 1px solid \9;
    border-top: none;
    border-bottom: #ba1942 2px solid;
}

#nav li p:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: auto;
    left: 30%;
    bottom: 100%;
    border-bottom: 5px solid #101010;
    border-left: transparent solid 6px;
    border-right: transparent solid 6px;
}

#nav li p a, #nav li.hover p a {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 13px;
    color: #d0d0d0;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    width: 100%;
}

#nav li p a:hover {
    color: #ba1942;
}


#fun {
    float: right;
    margin-top: 28px;
    vertical-align: middle;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    color: #808080;
}

#fun a {
    display: inline-block;
    color: #808080;
    padding: 0 8px;
}

#fun a:Hover {
    color: #fff;
}

/*搜索*/
#Searchform {
    line-height: 24px;
    vertical-align: middle;
    white-space: nowrap;
    width: 120px;
    height: 26px;
}

#searchInput {
    float: left;
    padding: 0 10px 0 16px;
    width: 88px;
    height: 24px;
    background: none;
    color: #8d8d8d;
    border: #e1e1e1 1px solid;
    border-right: none;
    border-radius: 16px 0 0 16px;
    font-size: 12px;
}

#SearchBtn, a#SearchBtn {
    position: relative;
    float: left;
    display: inline-block;
    height: 24px;
    width: 32px;
    overflow: hidden;
    line-height: 0;
    background: none;
    border: #e1e1e1 1px solid;
    border-left: none;
    border-radius: 0 16px 16px 0;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
}

#SearchBtn .icos {
    margin: -5px 0 0 0;
}

#SearchBtn:hover .icos {
    background-position: -64px top;
}

/*图标*/
.icos {
    display: inline-block;
    background: url(../image/icos1.png) left top no-repeat;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.icos1 {
    background-position: left top;
}

.icos1:hover {
    background-position: -32px top;
}

.icos2 {
    background-position: left -32px;
    cursor: hand;
    cursor: pointer;
}

.icos2:hover {
    background-position: -32px -32px;
}


/*滚动到此页头变化*/
#mark {
    position: absolute;
    left: 0;
    top: 88px;
    height: 0;
    width: 100%;
}

/*公共样式*/
.coverLink {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/blank.gif);
}

#error {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: -200px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    max-width: 25%;
    padding: 1em;
    background: #ec1e28;
    color: #fff;
    border-radius: 0 0 0.5em 0.5em;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

#error.show {
    top: 0;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 680px;
    max-height: 80%;
    margin: 0;
    background: #fff;
}

/*层滚动条*/
.scrollbar::-webkit-scrollbar {
    width: 0.4em;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(186, 25, 66, 0.7);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(186, 25, 66, 0.7);
}

.product dl {
    width: 384px;
    float: left;
    margin-left: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 0.5rem;
}

.product dl:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: auto;
    left: -12px;
    bottom: 6%;
    background: #eeeeee;
}

.product dl:nth-child(3n+1) {
    margin-left: 0;
}

.product dl:nth-child(3n+1):after {
    background: none;
}

.product dt {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    background: #e5e5e5;
}

.product dt img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: transform 0.5s;
}

.product dd {
    margin: 1.5rem 0.5rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    height: 1.5rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: center;
    font-size: 1rem;
    color: #181818;
}

.product dl:hover dt img {
    transform: scale(1.06, 1.06);
}

.product dl:hover dd {
    color: #ba1942;
}

/*页脚*/
.clearFootMargin {
    margin-top: -6rem;
}

#foot {
    color: #fff;
    font-size: 12px;
    padding: 60px 0 10px;
    background: #5B0D11;
    margin-top: 4rem;
    border-top: #eee2d4 1px solid;
}

#foot .info {
    display: flex;
    justify-content: space-between;
}

#foot a {
    color: #ffffff;
}

#foot a:hover {
    color: #eee2d4;
}

#foot_left {
    flex-basis: 800px;
}

#foot_logo {
    display: inline-block;
    vertical-align: middle;
}

#foot_logo img {
    width: 400px;
}

#foot_tel {
    font-size: 1rem;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    padding: 0 1.5rem;
    text-align: center;
    vertical-align: middle;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    position: relative;
    margin-left: 2.5rem;
}

#foot_tel:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#foot_left span img {
    vertical-align: middle;
}

#foot_left p {
    margin-top: 1.5rem;
    padding: 0;
}

#foot_left p a {
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
}

#foot_left p a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 75%;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#foot_left p a:last-child:after {
    display: none;
}

#foot_right {
    flex: 0 0 auto;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding-top: 0.5rem;
}

#foot_right img {
    max-width: 110px;
    vertical-align: bottom;
}

#copy {
    margin-top: 10px;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

#copy p {
    margin: 0;
}

/*浮动窗*/
#CS {
    position: fixed;
    z-index: 100;
    top: auto;
    bottom: 25%;
    left: auto;
    right: 0;
    background: #2b3240;
    width: 44px;
    min-height: 44px;
    line-height: 0;
}

#CS a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 50px;
    background-image: url(../image/CS.png);
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}

a#CS_Top {
    background-position: center top;
    background-color: #5B0D11;
    height: 0;
    transition: height 0.25s;
}

a#CS_QQ {
    background-position: center -44px;
}

a#CS_EWM {
    background-position: center -99px;
}

a#CS_EWM p {
    position: absolute;
    left: auto;
    right: 120%;
    top: auto;
    bottom: 0;
    margin: 0 0;
    width: 0;
    opacity: 0;
    background: #fff;
    padding: 0;
    border: #ebebeb 1px solid;
    line-height: 1.5rem;
    transition: right 0.25s, opacity 0.25s, padding 0s;
    overflow: hidden;
    font-size: 0;
}

a#CS_EWM p img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a#CS_EWM:hover p {
    width: 110px;
    right: 100%;
    opacity: 1;
    color: #606060;
    padding: 5px;
    font-size: 12px;
}


/*公共标题*/
.indexTitl {
    padding: 3rem 0 2.5rem 0;
    text-align: center;
}

.indexTitl.noPadding {
    padding-top: 0;
}

.descrition {
    padding: 20px 0;
    margin-bottom: 40px;
}

.indexTitl dt {
    color: #181818;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 200%;
}

.indexTitl .t1 {
    font-size: 14px;
    font-weight: normal;
    color: #908e8e;
    text-transform: uppercase;
}

.indexTitl dt:before, .indexTitl dt:after {
    content: "";
    display: inline-block;
    width: 234px;
    height: 30px;
    background: url("../image/moire-2.png") center center no-repeat;
    vertical-align: middle;
    margin: 0 1rem;
}

.indexTitl dd {
    color: #203342;
    font-size: 12px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    letter-spacing: 0.6rem;
    text-transform: uppercase;
}

.indexTitl dd.defaultSubTit:after {
    content: "ShenZhen RoseWood Furniture Museum";
}

.indexTitl.white dt {
}

.indexTitl.white dt span {
    background-image: url("../image/font-white.png");
}

.indexTitl.white dd {
    color: rgba(255, 255, 255, 0.85);
}

#indexTitl2 dt span {
    background-position: center -60px;
}

#indexTitl3 dt span {
    background-position: center -120px;
    width: 230px;
}
