.container:before,
.container:after {
    display: table;
    content: " ";
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sup,
sub,
tt,
var,
u,
i,
center,
ul,
ol,
li,
dl,
dt,
dd,
tfoot,
caption,
form,
fieldset,
legend,
input,
button,
textarea,
select,
label,
applet,
object,
audio,
video,
canvas,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #484338;
    min-height: 700px;
}

html {
    -webkit-text-size-adjust: none;
    height: 100%
}

.container {
    width: 99%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #5e5e5e
}

.fl {
    float: left
}

.fr {
    float: right
}

em {
    font-style: italic;
}

.clear {
    clear: both
}

.clear10 {
    clear: both;
    height: 10px
}

.clear20 {
    clear: both;
    height: 20px
}

p {
    margin: 0;
    padding: 0
}

li,
ul,
nav {
    list-style: none
}

.pad10 {
    padding: 10px
}

.mt10 {
    margin-top: 10px
}

.hide {
    display: none
}

.hideim {
    display: none !important
}

.blue {
    color: #aa0f15
}

.row-sp {
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.price {
    color: #e60f1e
}

.discount {
    position: absolute;
    top: 8px;
    right: 11px;
    background: #da1600;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    z-index: 999;
    display: none;
}

img {
    max-width: 100%
}

h1.in {
    font-size: 22px;
    font-weight: bold;
    color: #264c5d;
    text-transform: none;
    margin: 10px 0 10px;
}

nav.subnav {
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding-right: 5px;
    z-index: 9999999;
    height: calc(100vh - 45px);
    display: none;
}

.owl-carousel {
    display: none;
}



/* Header */

.header {
    position: relative;
    padding: 0px 0;
    z-index: 999;
    padding-top: 8px;
}

.header::after {
    content: ' ';
    display: block;
    clear: both
}

.header .logo {
    width: 25%;
    margin-top: 15px;
}

.header .brandbut {
    float: left;
    width: 7%;
    margin: 25px 0 0 1%;
    text-align: center;
    position: relative;
}

.header .brandbut a#brandtop {
    padding: 10px 0;
    color: #264c5d;
    display: block;
    font-size: 15px;
    position: relative;
    font-weight: bold;
}

.header .brandbut a#brandtop:after {
    content: '';
    background: url(images/down-black.svg) no-repeat;
    background-size: 10px;
    position: absolute;
    right: -2px;
    bottom: 13px;
    width: 10px;
    height: 9px;
}

.header .search {
    width: 25%;
    position: relative;
    margin: 22px 0 0 1%;
}

.header .search input {
    padding: 5px 10px;
    border-radius: 5px;
    border: .5px solid #a8a8a8;
    line-height: 30px;
    width: 100%;
    position: relative;
}

.header .search button {
    background: #62422b url(../images/search-white.svg) no-repeat center;
    background-size: 20px;
    position: absolute;
    width: 38px;
    height: 37px;
    right: 2px;
    top: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.header .search button:hover {
    background-color: #0a2b3a
}

.header .category {
    width: 50%;
    background: none;
    border-radius: 5px;
    margin-top: 10px;
}

.header .category::after {
    content: ' ';
    display: block;
    clear: both
}

.header .category ul {
    text-align: center;
    width: 100%
}

.header .category ul li {
    display: inline-block;
    text-align: center;
    padding: 2px 2px;
    line-height: 18px;
    width: 10%;
    vertical-align: top;
}

.header .category ul li:nth-child(5),
.header .category ul li:nth-child(6) {
    width: 10%;
}

.header .category ul li.mb {
    display: none;
}

.header .category ul li:hover {
    background: #eee
}

.header .category ul li a {
    display: block;
}

.header .category ul li img {
    height: 34px;
    margin: 5px 0 0;
}

.header .category ul li p {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #62422b
}



.header .category .infomation {
    float: right;
    width: 21%
}

.header .category .infomation a {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
    text-align: center;
    font-weight: bold;
    width: 50%;
    max-width: 80px;
    line-height: 22px;
    height: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}

.header .category .infomation a:hover {
    background: #eee
}



#menumb_div {
    padding-left: 4px;
}

#menumb_div a {
    color: #333;
    text-align: center;
    font-size: 11px;
    padding: 2px 0px;
    line-height: 18px;
    display: block;
}

#menumb_div a img {
    height: 34px;
    margin: 5px 0 5px;
}

#menumb_div a p {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    color: #264c5d
}

#menumb_div a.mb {
    height: 65px;
    white-space: pre-wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-left: 1px solid #fff;
}

#menumb_div a.mb p {
    font-weight: bold;
    font-size: 10px
}

#menumb_div .owl-nav {
    display: none;
}



.menutop {
    margin-top: 5px;
}

.menutop::after {
    content: ' ';
    display: block;
    clear: both
}

.menutop li {
    float: left;
    position: relative
}

.menutop li a {
    display: block;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #62422b;
    border-right: 1px solid #62422b;
}

.menutop li.active {
    background: #62422b;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.menutop li.active a {
    color: #fff;
    border-right: 0;
}

.menutop li.black:hover a {
    color: #fff;
    background-color: #62422b;
    border-radius: 5px 5px 0 0;
}

.menutop li.icondown,
.menutop li.right-white {
    padding-right: 0px;
}

.menutop li.icondown a,
.menutop li.right-white a {
    padding-right: 25px;
}

/* .menutop li.icondown:after,.menutop li.right-white:after{content:""; position: absolute;background: url(images/down-white.svg) no-repeat right; background-size: 8px; right: 8px; top: 16px; height: 8px; width: 8px} */

.menutop li.right-white:after {
    background: url(images/right-white.svg) no-repeat right;
    background-size: 8px;
    ;
}



.menutop li.black img {
    height: 8px;
    padding-left: 5px
}



.menutop ul ul,
.menutop ul ul>li:hover {
    background: #264c5d
}



.menutop ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0 0 5px 5px;
    z-index: 9999;
    padding: 5px 0px 5px;
    border: 0px solid #0a2b3a;
}

.menutop ul li:hover>ul {
    display: block
}

.menutop ul ul li:hover>ul {
    display: block
}

.menutop ul ul li {
    text-align: left;
    float: none;
    min-width: 250px;
    border-bottom: 0px solid #fff;
    white-space: nowrap;
}

.menutop ul ul li:last-child {
    border-bottom: 0;
}

.menutop ul ul li a {
    color: #fff;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

.menutop ul ul li:hover>a {
    color: orange
}



.menutop ul li.active ul ul {
    min-width: 1000px;
    border: 0;
    padding: 10px;
    top: -5px;
    left: 100%;
}

.menutop ul li.active ul ul li {
    width: 33.33%;
    height: auto;
    float: left;
    text-align: left;
    border: 0;
    height: 38px
}

.menutop ul li.active ul ul li span {
    background: #f4af3e;
    color: #11374c;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}







.service {
    margin-right: -5px;
    margin-left: -5px;
    overflow: hidden;
}

.service li {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    padding-top: 10px
}

.service li .grid {
    height: 245px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    background: #fff;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .16);
    padding: 5px 10px
}

.service li p {
    color: #ff2173;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.service li span {
    line-height: 24px;
}

.service li a.send {
    background: #70b570;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 161px;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
}



.service li:nth-child(1) img {
    width: 100%;
    height: 100%
}

.service li:nth-child(1) .grid {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}



.titlehome {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #264c5d;
    text-align: center;
    position: relative;
    margin-top: 25px;
}

.titlehome a {
    display: inline-block;
    background: #fff;
    z-index: 100;
    color: #62422b;
    font-size: 24px;
    padding: 0px 30px 0;
    text-transform: uppercase;
}

.titlehome:after {
    content: '';
    width: 70%;
    border: 1px solid #62422b;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 1px;
    box-sizing: border-box;
    right: 0;
    margin: auto
}



.listdesign_child {
    margin: 0 -5px 10px
}

.listdesign_child::after {
    content: ' ';
    display: block;
    clear: both
}

.listdesign_child li {
    width: 33.333%;
    float: left;
    margin: 10px 0 10px
}

.listdesign_child.home li {
    width: 100%
}

.listdesign_child li .pad {
    padding: 5px;
    margin: 5px;
    background: #f1f1f2
}

.listdesign_child li .images {
    height: 260px;
    overflow: hidden;
}

.listdesign_child li .images img {
    width: 100%;
    height: 100%
}

.listdesign_child li .info {
    padding: 10px;
    height: 105px
}

.listdesign_child li h3 {
    text-transform: none;
    color: #264c5d;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.listdesign_child li h3 a {
    color: #264c5d
}

.listdesign_child li p a {
    font-size: 15px;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
}



.listdesign {
    margin: 0 -5px 10px
}

.listdesign::after {
    content: ' ';
    display: block;
    clear: both
}

.listdesign li {
    width: 33.333%;
    float: left;
    margin: 10px 0 10px
}

.listdesign.home li {
    width: 100%
}

.listdesign li .pad {
    padding: 5px;
    margin: 5px;
    background: #f1f1f2;
    border-radius: 0 0 5px 5px;
}

.listdesign li .images {
    height: 260px;
    overflow: hidden;
}

.listdesign li .images img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.listdesign li .info {
    padding: 10px;
    height: 90px;
    text-align: center;
}

.listdesign li h3 {
    text-transform: none;
    color: #264c5d;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-style: italic;
}

.listdesign li h3 a {
    color: #62422b
}

.listdesign li p a {
    font-size: 15px;
    color: #888;
    text-transform: none;
    font-weight: 400;
}



.listnews {
    margin: 0 -5px 10px
}

.listnews::after {
    content: ' ';
    display: block;
    clear: both
}

.listnews li {
    width: 25%;
    float: left;
    margin: 0px 0 0px
}

.listnews li .pad {
    padding: 10px;
    margin: 5px 0;
    background: none
}

.listnews li .images {
    height: 210px;
    overflow: hidden;
}

.listnews li .images img {
    width: 100%;
    height: 100%
}

.listnews li h3 {
    text-transform: none;
    color: #264c5d;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 10px;
    height: 48px;
    overflow: hidden;
}

.listnews li h3 a {
    color: #264c5d
}

.listnews li p {
    line-height: 24px;
    color: #888;
    height: 72px;
    overflow: hidden;
}



.listvideo {
    margin: 0 -5px 10px
}

.listvideo::after {
    content: ' ';
    display: block;
    clear: both
}

.listvideo li {
    width: 25%;
    float: left;
    margin: 10px 0 0px
}

.listvideo li .pad {
    padding: 5px;
    margin: 5px;
    background: #f1f1f2;
    position: relative;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.listvideo li img {
    display: block;
    max-width: 100%;
    height: 170px;
    width: 100%;
    margin: 0% auto;
    vertical-align: middle;
}

.listvideo li h2 {
    text-align: left;
    padding: 10px;
    color: #264c5d;
    height: 50px;
    font-weight: bold;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listvideo li span {
    background: url(images/icon-play.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 50px;
    width: 60px;
    margin: auto;
}

.listvideo.home li {
    width: 100%
}

.listvideo.home li img {
    height: auto
}



hr.bar {
    width: 100%;
    display: block;
    height: 1px;
    background: #eee;
    margin: 30px 0;
    border: 0;
    border-top: 1px dashed #ccc;
}



.breadandfilter {
    display: block;
    background: #f7f7f7;
    border: 1px solid #ececec;
    margin: 10px 0 15px;
    border-radius: 5px
}

.breadandfilter::after {
    content: ' ';
    display: block;
    clear: both
}

ul.breadcrumb {
    float: left;
    margin: 0;
    padding: 6px 0 0;
    position: relative;
    z-index: 9
}

.breadcrumb li {
    float: left;
    font-size: 14px;
    font-weight: 400
}

.breadcrumb li:first-child a {
    padding-left: 10px
}

.breadcrumb li a {
    float: left;
    font-size: 14px;
    padding: 5px 5px 10px
}

.rowbr {
    padding-top: 5px
}

.breadcrumb span {
    float: left;
    line-height: 1
}

a.togglemenu {
    display: none;
}



.header-top {
    background: #f9f9f9;
    line-height: 35px;
    display: none;
}

.header-top h1 {
    color: #ccc;
}



.menuhot {
    overflow: hidden;
    margin: 0px 0 0px;
    display: none;
    background: #fff
}

.menuhot a {
    width: 32%;
    float: left;
    height: 40px;
    margin: 0 0 5px 1%;
    border: 1px solid #264c5d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuhot a span {
    display: block;
    font-size: 11px;
    padding: 9px 2px;
    color: #264c5d;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    width: 88px;
    line-height: 15px;
}

.menuhot a span.dm-top {
    width: 60px;
}

.menuhot a span i {
    display: block;
}

.grid-layout .item {
    width: 23%;
    margin: 0 1% 20px;
    transition: filter .25s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.grid-layout .item img {
    width: 100%;
    border-radius: 16px
}

.grid-layout .item h3 {
    visibility: hidden;
    border-radius: 50px;
    width: 90%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    color: #fff;
    left: 10px;
    bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-overflow: ellipsis;
}

.grid-layout .item:hover h3 {
    visibility: visible;
}

.grid-layout .item p {
    color: #264c5d;
    line-height: 22px;
    font-weight: 600;
    overflow: hidden;
    height: 52px;
}

.grid-layout .item i {
    height: 10px;
    display: block;
}



.button_pin {
    position: absolute;
    top: 10px;
    left: 10px;
}



.message-r {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999999;
}

.message-r a {
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.message-r a img {
    height: 37px;
}



.brand-main {
    width: 90%;
    margin: auto;
}

.brand-decox {
    overflow: hidden;
}

.brand-decox li {
    width: 20%;
    float: left;
}

.brand-decox li a {
    color: #264c5d;
    display: block;
    padding: 6px;
}

.brand-decox li a.active,
.brand-decox li a:hover {
    font-weight: bold;
}

.barsolid {
    display: block;
    margin: 20px 0;
    width: 100%;
    height: 2px;
    background: #264c5d;
}

.brand-name {
    font-size: 46px;
    text-align: center;
    margin: 20px 0 20px;
    color: #264c5d;
    font-weight: bold;
}

.brand-tit {
    font-size: 32px;
    margin: 50px 0 10px;
    color: #264c5d;
    font-weight: bold;
}

p.brand-note {
    color: #264c5d;
    ;
}



.brand-address {
    margin: 30px 0 0;
    overflow: hidden;
}

.brand-address li {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #264c5d;
}

.brand-address li a {
    color: #264c5d;
}

.brand-address li div {
    float: left;
}

.brand-address li .left {
    width: 33%;
    margin-right: 5%;
    margin-top: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #264c5d;
}

.brand-address li .mid {
    width: 30%;
    line-height: 30px;
    margin-top: 40px;
}

.brand-address li .right {
    text-align: right;
    width: 20%;
    float: right;
}

.brand-address li img {
    height: 200px;
    border-radius: 20px;
}

.brand-address li img.mobi {
    display: none;
}

.brand-address li h3 {
    font-size: 26px;
    margin: 0px 0 5px;
    color: #264c5d;
    font-weight: bold;
}

.brand-address li p {}

.brand-address li i {
    font-style: italic;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

.divdetail .brand-address li br {
    margin: 0;
}

.divdetail .brand-address .center {
    display: none;
}



.over-dk {
    border: 0px solid #d8bfbf;
    padding: 5px 0px 5px 0;
    margin-top: 0px;
    background: #fff;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.over-dk img {
    vertical-align: top;
}



.pagebrand {
    margin: 30px 0 0;
    overflow: hidden;
}

.pagebrand li {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #264c5d;
}

.pagebrand li a {
    color: #264c5d;
}

.pagebrand li a.view {
    font-style: italic;
    text-decoration: underline;
}

.pagebrand li div {
    float: left;
    width: 33.333%;
}

.pagebrand li .left {
    margin-top: 80px
}

.pagebrand li .left p {
    font-style: italic;
}

.pagebrand li .mid {
    line-height: 30px;
    margin-top: 60px;
}

.pagebrand li .right {
    text-align: right;
}

.pagebrand li img {
    height: 200px;
    border-radius: 20px;
}

.pagebrand li img.mobi {
    display: none;
}

.pagebrand li h3 {
    font-size: 26px;
    margin: 0px 0 5px;
    color: #264c5d;
    font-weight: bold;
}

.pagebrand li p {}

.pagebrand li i {
    font-style: italic;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: 5px;
}

.pageauthor {
    width: 65%;
    margin: 30px auto 50px;
    overflow: hidden;
}

.pageauthor .left {
    float: left;
    width: 50%;
}

.pageauthor .left img {
    height: 250px;
    border-radius: 20px;
}

.pageauthor .right {
    float: right;
    width: 50%;
    color: #264c5d;
    margin-top: 50px;
    font-size: 16px;
}

.pageauthor .right h3 {
    font-size: 26px;
    margin: 0px 0 10px;
    color: #264c5d;
    font-weight: bold;
}

.pageauthor .right a {
    font-style: italic;
    text-decoration: underline;
    color: #264c5d;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.pageauthor .right .mota {
    line-height: 30px;
    display: none;
    margin-top: 10px;
}



.colormain {
    color: #264c5d;
}

.imgblock img {
    border-radius: 20px;
}



.header .brandbut:hover .ulbrand {
    display: block;
}

.ulbrand {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
    background: #fff;
    width: 250px;
}

.ulbrand li {
    width: 50%;
    float: left;
    text-align: left;
}

.ulbrand li a {
    display: block;
    padding: 6px;
    color: #264c5d;
}



.brand-mobi {
    display: none;
    padding: 0 5px;
    position: relative;
    margin-bottom: 5px;
    z-index: 9999;
}

.brand-mobi::after {
    content: ' ';
    display: block;
    clear: both
}

.brand-mobi a {
    display: block;
    padding: 5px 0;
    color: #264c5d;
    position: relative;
}

.brand-mobi a.left {
    float: left
}

.brand-mobi a.left:after {
    content: '';
    background: url(images/down-black.svg) no-repeat;
    background-size: 10px;
    position: absolute;
    right: -15px;
    bottom: 8px;
    width: 10px;
    height: 9px;
}

.brand-mobi a.right {
    float: right;
}



.listsp {
    margin: 0 -5px 10px
}

.listsp::after {
    content: ' ';
    display: block;
    clear: both
}

.listsp li {
    width: 20%;
    float: left;
    margin: 0px 0 15px
}

.listsp.home li {
    width: 100%
}

.listsp li .images {
    height: 200px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.listsp li .images img {
    max-height: 100%;
}

.listsp li h3 {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
    margin: 10px auto 10px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    width: 90%;
    font-weight: bold;
}

.listsp li h3 a {
    color: #2b2b2b
}

.listsp li p {
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    height: 25px;
}

.listsp li p span.price {
    font-weight: 400;
}

.listsp li p del {
    color: #666
}



.popupfast {
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.popupfast .mau-content {
    height: auto;
    min-height: 100px;
    width: 500px;
    margin: auto;
    padding: 20px 30px 20px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    overflow: hidden;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popupfast .mau-content .closed {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    cursor: pointer;
}

.popupfast .mau-content .tit {
    font-size: 18px;
    color: #264c5d;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popupfast .mau-content .line {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.popupfast .mau-content label {
    margin-top: 5px;
    color: #264c5d;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: left;
}

.popupfast .mau-content input {
    background: #fff;
    box-sizing: border-box;
    padding: 8px 0;
    color: #264c5d;
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: left;
    width: 100%;
}

.popupfast .mau-content input[type="submit"] {
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    background: #264c5d;
    padding: 10px;
    font-weight: normal;
    margin: 15px 0 0px;
    float: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
    text-transform: uppercase;
}



@media screen and (max-width: 840px) {

    .grid-layout .item {
        width: 31.5%
    }

    .header .brandbut {
        display: none;
    }

    .listsp li {
        width: 25%;
    }

}

@media screen and (max-width: 640px) {

    .grid-layout .item {
        width: 48%;
        margin-bottom: 15px;
    }

    .grid-layout .item p {
        font-size: 13px;
        line-height: 19px;
        height: 62px;
    }

    .brand-mobi {
        display: block;
    }

    .ulbrand {
        top: 30px;
        left: 2px;
    }

    .listsp li {
        width: 33.333%;
    }

    .popupfast .mau-content {
        width: 85%
    }

}

@media screen and (max-width: 376px) {

    .grid-layout .item {
        width: 46%;
        margin: 0 2% 15px
    }

}

@media screen and (max-width: 320px) {

    .grid-layout .item {
        width: 96%
    }

}

#loading-ico {
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('images/loading-ico.gif') 50% 50% no-repeat
}





@media screen and (max-width: 840px) {

    .container {
        width: 99%
    }

    .message-r {
        display: none;
    }

    .header {
        padding-top: 8px;
        z-index: 99991
    }

    .header .logo {
        display: flex;
        height: 90px;
        top: 15px;
        left: 5px;
        margin-right: 0;
        width: 100%;
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .header .search {
        width: auto;
        float: none;
        margin: auto 55px auto 125px;
        padding-top: 0;
        opacity: 0;
    }

    a.togglemenu {
        display: block;
        width: 50px;
        background: url(../images/menumb.svg) top center no-repeat;
        color: #264c5d;
        padding-top: 18px;
        cursor: pointer;
        right: 0;
        top: 15px;
        background-size: 30px;
        position: absolute;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        height: 50px;
    }

    a.togglechange {
        background: url(../images/closemobi.svg) top center no-repeat;
        background-size: 30px
    }

    .header .category {
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        float: none;
        margin: 8px 0;
    }

    .header .category ul {
        width: auto;
        height: 65px
    }

    .header .category ul li {
        width: 80px;
        float: left;
    }

    .header .category ul li img {
        margin: 5px 0 0;
    }

    .header .category ul li.mb {
        width: 80px;
        display: inline-block;
        border-left: 1px solid #fff;
        position: relative;
        height: 65px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .category ul li.mb a {}

    .header .category ul li.mb p {
        white-space: pre-wrap;
        font-weight: bold;
    }

    .header .category .infomation {
        display: none;
    }



    .menutop {
        display: none;
    }

    .fb_dialog {
        display: none !important;
    }

}

@media screen and (max-width: 768px) {}



@media screen and (max-width: 640px) {

    .flex-footer {
        flex-direction: column;
    }

    .footer .flex-footer .services {
        width: 95%;
        margin: 0 auto 20px;
    }

    .footer .flex-footer .social {
        width: 95%;
        margin: 0 auto 20px;
    }

    .hidemb {
        display: none;
    }

    .header .category ul {
        width: auto;
        float: none;
        padding: 0 3px;
    }

    .header .category ul li {
        width: 15.5%;
        padding: 2px 0;
    }

    .header .category ul li:nth-child(1) {
        width: 20%;
    }

    .header .category ul li:nth-child(2) {
        width: 18%;
    }

    .header .category ul li p {
        font-size: 9px;
    }

    .menuhot {
        display: block;
    }



    .pageauthor {
        width: 99%;
        margin-bottom: 10px;
    }

    .pageauthor .left,
    .pageauthor .right {
        width: 100%;
        text-align: center;
    }

    .pageauthor .left img {
        display: inline-block;
    }

    .pageauthor .right {
        margin-top: 15px;
    }

    .pagebrand li div {
        width: 100%;
    }

    .pagebrand li .right {
        display: none;
    }

    .pagebrand li img.mobi {
        display: inline-block;
    }

    .pagebrand li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #264c5d;
    }

    .pagebrand li .left,
    .pagebrand li .mid {
        margin-top: 5px;
        text-align: center;
    }

    .brand-address li {
        margin-left: 5px !important;
    }

    .brand-address li .left,
    .brand-address li .mid,
    .brand-address li .right {
        width: 100%;
    }

    .brand-address li .left {
        margin: 0;
    }

    .brand-address li .mid {
        text-align: center;
    }

    .brand-address li .mid img {
        max-width: 70%;
    }

    .brand-address li .left,
    .brand-address li .mid {
        margin-top: 0;
    }

    .brand-decox li {
        width: 33.333%;
    }

    p.brand-note {
        line-height: 24px;
    }

}

@media screen and (max-width: 480px) {

    .header .category ul {
        display: none;
    }

    .listnews,
    .listproject,
    .listdesign,
    .listvideo,
    .service {
        margin: 0
    }

    .container {
        width: 95%
    }

    .titlehome a {
        font-size: 20px;
        line-height: 30px
    }

    .titlehome:after {
        width: 95%
    }

    .header-top {
        line-height: 22px;
        font-size: 11px
    }

    .listsp li {
        width: 50%;
    }



    .imgblock img {
        display: block;
        float: none !important;
        margin: 10px auto;
    }

    .brand-decox li {
        width: 50%;
    }

    .brand-name {
        font-size: 36px;
    }

    .brand-tit {
        font-size: 22px;
        margin: 30px 0 20px;
    }

    .brand-address li img {
        height: auto;
        max-height: 400px;
    }

    .brand-address li {
        padding-bottom: 15px;
        border-bottom: 1px solid #264c5d;
        font-size: 14px;
    }

    .brand-address li .right {
        display: none;
    }

    .brand-address li .left {
        margin-bottom: 10px;
    }

    .brand-address li img.mobi {
        display: inline-block;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 320px) {



    #menumb_div a p {
        font-size: 8px;
    }



}

.flex-footer {

    display: flex;

    justify-content: space-around;

}

.form-control {

    display: block;

    width: 100%;

    height: calc(1.5em + .75rem + 2px);

    padding: .375rem .75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #616161;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #bdbdbd;

    border-radius: .25rem;

    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}

.header .logo span {

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    color: #62422b;

}

@media (min-width: 1200px) {

    .header .logo {

        display: flex;

        align-items: center;

    }

    .header {

        display: flex;

        align-items: center;

        justify-content: space-around;

    }

    .page {

        max-width: 1140px;

    }

}

.page .panel-heading {

    margin-bottom: 1rem;

    font-size: 1.75rem;

}

.form-group {

    margin-bottom: 10px;

}

.btn {

    display: inline-block;

    font-weight: 400;

    color: #212121;

    text-align: center;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: transparent;

    border: 1px solid transparent;

    padding: .375rem 20px;

    font-size: 1rem;

    line-height: 1.5;

    border-radius: 20px;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}

.btn-primary {

    color: #fff;

    background-color: #ae2070;

    border-color: #ae2070;

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .header {
            padding-top: 10px;
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        div.header {
            padding-top: 10px;
        }
    }
}