* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Source Han Sans CN", "微软雅黑", "Arial", "Helvetica Neue", Helvetica, STHeiTi, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}


ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #000;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

a img {
    border: none;
}

input {
    outline: none;
}

i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.container {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.x-center {
    display: flex;
    align-items: center;
    align-content: center;
}

.y-center {
    display: flex;
    justify-content: center;
}

/*loading icon*/
.loading, .loading > div {
    position: relative;
}

.loading {
    font-size: 0;
    color: #AD9055;
    margin-right: 10px;
}

.loading > div {
    display: inline-block;
    float: none;
    background-color: #AD9055;
    border: 0 solid #AD9055;
}

.loading {
    width: 20px;
    height: 20px
}

.loading > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    -webkit-animation: ball-spin 1s infinite ease-in-out;
    -moz-animation: ball-spin 1s infinite ease-in-out;
    -o-animation: ball-spin 1s infinite ease-in-out;
    animation: ball-spin 1s infinite ease-in-out
}

.loading > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -1.125s;
    -moz-animation-delay: -1.125s;
    -o-animation-delay: -1.125s;
    animation-delay: -1.125s
}

.loading > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.25s;
    -moz-animation-delay: -1.25s;
    -o-animation-delay: -1.25s;
    animation-delay: -1.25s
}

.loading > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -1.375s;
    -moz-animation-delay: -1.375s;
    -o-animation-delay: -1.375s;
    animation-delay: -1.375s
}

.loading > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.loading > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -1.625s;
    -moz-animation-delay: -1.625s;
    -o-animation-delay: -1.625s;
    animation-delay: -1.625s
}

.loading > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -1.75s;
    -moz-animation-delay: -1.75s;
    -o-animation-delay: -1.75s;
    animation-delay: -1.75s
}

.loading > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -1.875s;
    -moz-animation-delay: -1.875s;
    -o-animation-delay: -1.875s;
    animation-delay: -1.875s
}

.loading > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s
}

@-webkit-keyframes ball-spin {
    0%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes ball-spin {
    0%, 100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes ball-spin {
    0%, 100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes ball-spin {
    0%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
}
.content-container {
    width: 1200px;
    margin: 0 auto;
}

.crumbs {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 30px 0;
}

.crumbs a {
    font-size: 14px;
    color: #9c9c9c;
    text-decoration: none;
}

.crumbs a.active {
    color: #000000;
    font-weight: 600;
}

.crumbs a:hover {
    text-decoration: underline;
}

.crumbs .icon {
    margin: 0 15px;
    font-size: 14px;
    color: #9c9c9c;
}

.pos-crumbs {
    position: absolute;
    top: 40px;
    padding: 0;
}


.crumbs.white a {
    color: #ffffff;
}

.crumbs.white a.active {
    color: #ffffff;
}

.crumbs.white .icon {
    color: #ffffff;
}

.content-container .crumbs {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #e9e8e8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.content-container .crumbs a {
    font-size: 14px;
    color: #9c9c9c;
}

.content-container .crumbs a.active {
    font-weight: 600;
    color: #000000;
}

.content-container .crumbs span {
    font-size: 14px;
    margin: 0 6px;
    font-weight: 600;
    color: #9c9c9c;
}

.special-container {
    width: 100%;
    height: auto;
    min-width: 1200px;
}

.special-container .wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.special-container .wrap .item {
    width: 100%;
    height: auto;
    position: relative;
}

.special-container .wrap .item > img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.special-container .wrap .item > div, .special-container .wrap .item > ul {
    position: absolute;
}

.index-banner {
    width: 100%;
    height: 680px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.index-banner .swiper-container .swiper-silde {
    position: relative;
}

.index-banner .swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-banner .swiper-slide {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.index-banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.index-sub-menu {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 120px;
    position: relative;
}

.index-sub-menu .item {
    display: block;
    width: 100px;
}

.index-sub-menu .item .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.index-sub-menu .item .icon img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.index-sub-menu .item .title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #4f4f4f;
}

.index-specail {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 180px;
}

.index-specail .item {
    width: 375px;
    height: 560px;
    position: relative;
}

.index-specail .item .cover {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.index-specail .item .cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.index-specail .item .intro {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -200px;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px #e5e5e5;
    opacity: 0;
    transition: all .5s;
}

.index-specail .item .intro .title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #cbae6c;
}

.index-specail .item .intro .desc {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #4f4f4f;
    margin-top: 20px;
}

.index-specail .item .intro .icon {
    width: 29px;
    height: 29px;
    margin: 20px auto 0;
}

.index-specail .shade {
    position: absolute;
    top: 560px;
    left: 0;
    width: 1200px;
    height: 200px;
    z-index: 2;
}


.index-specail .item:hover .cover img {
    top: -100px;
}

.index-specail .item:hover .intro {
    opacity: 1;
    bottom: -100px;
}

.index-news {
    margin-bottom: 100px;
}

.index-news .head {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 2px solid #dbdbdb;
}

.index-news .head .title {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
}

.index-news .head .more {
    font-size: 20px;
    color: #cbae6c;
    display: flex;
    align-content: center;
    align-items: center;
}

.index-news .head .more img {
    width: 9px;
    height: 12px;
    margin-left: 5px;
    margin-top: 2px;
}

.index-news .list {
    width: 100%;
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.index-news .list .item {
    width: 375px;
    display: block;
    transition: all .5s;
}

.index-news .list .item:hover {
    margin-top: -20px;
}

.index-news .list .item .date {
    position: relative;
    font-size: 20px;
    color: #cbae6c;
    width: 100%;
    height: 45px;
}

.index-news .list .item .date .line {
    width: 30px;
    height: 4px;
    background-color: #cbae6c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-news .list .item .title {
    font-size: 18px;
    color: #333333;
    margin-top: 32px;
}

.index-news .list .item .desc {
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.index-news .list .item .cover {
    width: 375px;
    height: 200px;
    margin-top: 34px;
    background-size: cover;
    background-position: center;
}

.inspiration-image-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.inspiration-image-wrap .item {
    overflow: hidden;
    margin-bottom: 32px;
}

.inspiration-image-wrap .item:nth-child(1), .inspiration-image-wrap .item:nth-child(4) {
    width: 772px;
    height: 462px;
}

.inspiration-image-wrap .item:nth-child(2), .inspiration-image-wrap .item:nth-child(3) {
    width: 396px;
    height: 396px;
}

.inspiration-image-wrap .item .image-wrap {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.inspiration-image-wrap .item .image-wrap:hover {
    transform: scale(1.1);
}

.product-header {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.product-header .product-image {
    width: 435px;
    height: 435px;
    background-size: 116% auto;
    background-position: center;
}

.product-header .product-info {
    display: flex;
    align-items: center;
    align-content: center;
    width: 550px;
    height: 435px;
    flex-wrap: wrap;
}

.product-header .product-info .title {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.product-header .product-info .title .t {
    font-weight: bold;
    font-size: 36px;
    color: #17214b;
}

.product-header .product-info .title .points {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #17214b;
    margin: 0 6px;
}

.product-header .product-info .desc {
    font-size: 24px;
    color: #1c1c1c;
}

.product-header .product-info .intro {
    width: 100%;
    margin-top: 40px;
}

.product-header .product-info .intro .item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.product-header .product-info .intro .item .icon {
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-top: 7px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAl5JREFUWEftlj9oFEEUxr83pxgV4UByGzGYmRMFEWIKwU5SWITbICpEW4VALCJEsNaApWAKr5BgEVsFhXAbBZtgKyKKIOhld7XQ3aSwEP9hnCcLOTTL/mHn7gyCW86+N9/vffP2zRI2+KEN1se/DWDtsat6c0msLM03TZ00dqBX1oYE0bNIWAgc/rDkPDWBMAawqvYMGFNrorOh50z8NYA+OSKZSlH15ZaoqQtGDlRk7QoRTccqNnKhMEBZnihvoR9R9TJuuYkLhQEsaU+BMJNy3oVdKA6g7Kj6obSGK+pCKsAuVRtgFgrQCkQKIMnQhwAazOn2TwAeguCyhksCLlbhhu8cNylvHYClauPMdJ6IJMA7TT6rjJyPzHAF0VzgNeqtuPUA0n4JwsEOC8e3ex96zu5EgD5ljzFwp5sABJwOPOduIkC02E2IuHikl9iE3YBIEk8F6LQTaeKZAJ2CyBLPBYgCrGrtIpiumzQmMyaWfWc2Kzd3Elb2jp4kzfdMAAh8JvAWMr+qfABlXyLgmhkArgaec7ktB6yqfRMMo58NMO6HvnOqPQBlPwJwzMQBAG9Cz9nfLkB0iaiUTRbX1ofTRHaUdE+z+eB72vucHpgWlnryM57MwGMB1FsjNRpcGpgk4Gg8Nu96zgTorY7uE8yvf2/KLwBxI/Qat5IqstToOKAv/Hlla8bZFd+5beRARY0MEkrPAbxloL6NP9d9f/Fb1plKOdzzhbZHbkwCGCDmc4G/MGcE0N8/tnV109cjmsSrZW8+LNKIFXXcEqwPBH6j1SeJ6blzoIioSex/gF92jNMhwcuxdwAAAABJRU5ErkJggg==");
}

.product-header .product-info .intro .item p {
    margin-left: 8px;
    font-size: 20px;
    color: #17214b;
    display: block;
    width: calc(100% - 24px);
}

.product-attr {
    width: 100%;
    margin-top: 30px;
}

.product-attr tr {
    width: 100%;
}

.product-attr tr th, .product-attr tr td {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    background: #313131;
    font-size: 18px;
    color: #ffffff;
    min-width: 100px;
    font-weight: 400;
}

.product-attr tr td {
    color: #000000;
    background: #eeeeee;
}

.product-attr tr th:first-child, .product-attr tr td:first-child {
    margin-left: 0;
}


/*.product-attr .th, .product-attr .td {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    height: 40px;*/

/*}*/

/*.product-attr .th .item, .product-attr .td .item {*/
/*    width: 200px;*/
/*    text-align: center;*/
/*    line-height: 36px;*/
/*    color: #ffffff;*/
/*    font-size: 18px;*/
/*    background: #313131;*/
/*    margin-left: 4px;*/
/*    margin-bottom: 4px;*/
/*}*/

/*.product-attr .td .item {*/
/*    color: #000000;*/
/*    background: #eeeeee;*/
/*}*/

/*.product-attr .th .item:first-child, .product-attr .td .item:first-child {*/
/*    margin-left: 0;*/
/*}*/


.product-performance {
    width: 100%;
    height: 355px;
    margin-top: 80px;
}

.product-performance .title, .product-certification .title {
    width: 100%;
    margin-top: 170px;
}

.product-performance .title .en, .product-certification .title .en {
    font-size: 28px;
    color: #c8aa64;
    text-align: center;
}

.product-performance .title .zn, .product-certification .title .zn {
    font-size: 36px;
    color: #1c1c1c;
    font-weight: 500;
    text-align: center;
}

.product-performance .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 66px;
}

.product-performance .list .item {
    width: 230px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
}

.product-performance .list .item .icon {
    width: 75px;
    height: 75px;
}

.product-performance .list .item .info {
    width: calc(100% - 105px);
    height: 100%;
    margin-left: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-performance .list .item .info .name {
    font-size: 18px;
    font-weight: 400;
    color: #c8aa64;
}

.product-performance .list .item .info .desc {
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin-top: 4px;
}

.product-performance .list .item .info .contrast {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 8px;
    margin-left: 12px;
}

.product-performance .list .item .info .contrast div {
    width: 6px;
    height: 26px;
    margin-right: 4px;
    background: #B2B2B2;
}

.product-performance .list .item .info .contrast div.active {
    background: #333333;
}

.product-use {
    width: 100%;
    height: 600px;
    margin-top: 120px;
    background-image: url("/images/prdocut-bg1.jpg");
    background-size: cover;
}

.product-use .container {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.product-use .item {
    width: 520px;
}

.product-use .item .title-en {
    font-size: 28px;
    color: #c8aa64;
}

.product-use .item .title-zn {
    font-size: 36px;
    color: #1c1c1c;
    margin-top: 12px;
}

.product-use .item .content {
    width: 100%;
    margin-top: 50px;
}

.product-use .item .content .item {
    margin-bottom: 14px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-use .item .content .icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000000;
    margin-top: 8px;
}

.product-use .item .content .p {
    width: calc(100% - 26px);
    margin-left: 12px;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.product-use .item .content .p span {
    padding-bottom: 4px;
    border-bottom: 1px solid #17214B;
}

.product-certification {
    margin-bottom: 120px;
}

.product-certification .list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 72px;
}

.product-certification .list .item {
    width: 200px;
    height: 200px;
    margin: 20px 50px;
}

.product-certification .list .item .image {
    width: 200px;
    height: 160px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.product-certification .list .item .image img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 160px;
}

.product-certification .list .item .name {
    margin-top: 14px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.colorStory-banner {
    width: 100%;
    height: 680px;
    background-image: url("/images/colorStory-banner.jpg");
    background-position: center center;
    position: relative;
    margin-bottom: 90px;
}

.color-story-list {
    width: 1200px;
    position: relative;
    padding-bottom: 120px;
}

.color-story-list .item {
    width: 380px !important;
    transition: all .3s;
    display: block;
    cursor: pointer;
    opacity: 0;
}

.color-story-list .item .cover {
    width: 380px;
    height: auto;
}

.color-story-list .item .info {
    width: 100%;
    padding: 15px;
}

.color-story-list .item .info .title {
    font-size: 18px;
    color: #3b3e43;
    font-weight: 400;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.color-story-list .item .info .desc {
    font-size: 14px;
    color: #3b3e43;
    margin-bottom: 15px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.color-story-list .item .info .more-btn {
    font-size: 12px;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #bea05c;
    color: #ffffff;
    letter-spacing: 2px;
    transition: background-color .3s;
}


.color-story-list .item .info .date {
    font-size: 14px;
    color: #bca480;
    margin-top: 20px;
}

.color-story-list .item:hover .more-btn {
    background-color: #3b3e43;
}

.color-story-list .item:hover {
    box-shadow: 0px 8px 24px rgba(127, 127, 127, 0.3);
}

.colorStory-detail {
    width: 1200px;
    height: auto !important;
    margin: 50px auto;
    display: flex;
    display: -webkit-flex;
}

.colorStory-detail .detail_left {
    width: 294px;
    height: 968px;
    border-right: 1px solid #E1E1E1;
}

.colorStory-detail .detail_left a {
    width: 270px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #32353d;
    margin: 19px 0px;
    padding-left: 10px;
    overflow: hidden;
    border-left: 2px solid #ffffff;
    display: block;
}

.colorStory-detail .detail_left a:hover {
    color: #C1A362;
    border-left: 2px solid #C1A362;
}

.colorStory-detail .detail_left a.cur {
    border-left: 2px solid #C1A362;
    color: #C1A362;
}

.colorStory-detail .detail_rigth {
    width: 700px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
    float: left;
    margin-left: 100px;
}

.colorStory-detail .detail_rigth .date {
    width: 700px;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-top: 24px;
    font-size: 14px;
    color: #555555;
    text-align: left;
}

.colorStory-detail .detail_rigth .line {
    width: 128px;
    height: 1px;
    float: left;
    border-bottom: 1px solid #C1A362;
    margin-top: 2px;
}

.colorStory-detail .detail_rigth .title {
    width: 700px;
    height: 22px;
    line-height: 22px;
    float: left;
    margin-top: 20px;
    color: #562f22;
    font-size: 16px;
    text-align: center;
}

.colorStory-detail .detail_rigth .info {
    width: 700px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
    line-height: 28px;
    float: left;
    margin-top: 45px;
    color: #161616;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.colorStory-detail .detail_rigth .share {
    width: 700px;
    height: 40px;
    float: left;
    margin-top: 50px;
}

.colorStory-detail .detail_rigth .share .shareto {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    float: right;
}

.trendfarben {

}

.trendfarben .trendfarben-info {
    padding-left: 70px;
    padding-top: 40px;
    margin-top: 90px;
    height: 446px;
    background-image: url("/images/tren-1.png");
    background-size: 562px 446px;
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}

.trendfarben .trendfarben-info .title-en {
    font-size: 32px;
    color: #17214b;
}

.trendfarben .trendfarben-info .title-zn {
    font-size: 38px;
    color: #17214b;
    font-weight: bold;
}

.trendfarben .trendfarben-info .line {
    width: 30px;
    height: 3px;
    background-color: #17214b;
    margin: 30px 0;
}

.trendfarben .trendfarben-info .intro {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 44px;
}

.trendfarben .years-color {
    width: 100%;
    height: 880px;
    margin-top: 80px;
}

.trendfarben .years-color .effect {
    width: 100%;
    height: 600px;
    background-image: url("/images/tren-2.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}

.trendfarben .years-color .effect .en {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.trendfarben .years-color .effect .zn {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.trendfarben .years-color .info {
    width: 100%;
    position: relative;
}

.trendfarben .years-color .info .cover {
    width: 272px;
    height: 357px;
    padding: 26px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: 70px;
}

.trendfarben .years-color .info .cover div {
    width: 100%;
    height: 100%;
    border: 3px solid #ffffff;
}

.trendfarben .years-color .info .content {
    position: absolute;
    top: 30px;
    left: 510px;
}

.trendfarben .years-color .info .content .name {
    font-size: 28px;
    color: #1C1C1C;
    font-weight: 500;
}

.trendfarben .years-color .info .content .desc {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 40px;
    margin-top: 10px;
}


.trendfarben .color-24 {
    margin-top: 120px;
}

.trendfarben .color-24 .title {
    color: #1c1c1c;
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.trendfarben .color-24 .color-list {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trendfarben .color-24 .color-list .item {
    width: 180px;
    cursor: pointer;
}

.trendfarben .color-24 .color-list .item {
    margin-top: 30px;
    transition: all .3s;
}

.trendfarben .color-24 .color-list .item:hover {
    box-shadow: 0px 8px 24px rgba(127, 127, 127, 0.3);
}

.trendfarben .color-24 .color-list .item .cover {
    width: 180px;
    height: 252px;
    background-size: cover;
    background-position: center;
}

.trendfarben .color-24 .color-list .item .name {
    width: 180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #F9F6F0;
    font-size: 16px;
    color: #333333;
}

.trendfarben .color-24 .color-list .item-effect {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    cursor: auto;
    transition: height .5s;
}

.trendfarben .color-24 .color-list .item-effect.active {
    height: 700px;
    margin-top: 30px;
}

.trendfarben .color-24 .color-list .item-effect .close {
    width: 85px;
    height: 32px;
    position: absolute;
    top: 24px;
    right: 13px;
    font-size: 14px;
    color: #ffffff;
    background: #333333;
    opacity: .8;
    text-align: center;
    line-height: 32px;
    z-index: 19930203;
    border-radius: 16px;
    cursor: pointer;
}

.trendfarben .sub-title {
    width: 100%;
    height: 600px;
    background-image: url("/images/tren-3.jpg");
    background-position: center;
    margin-top: 120px;

}

.trendfarben .sub-title .p {
    padding-top: 110px;
    padding-left: 70px;
    font-size: 24px;
    color: #4f4f4f;
    line-height: 48px;
}

.designfarben-container {
    padding-top: 80px;
}

.designfarben-container .designfarben-info {
    background-image: url("/images/desi-2.png");
    background-size: 702px 238px;
    background-position: center right;
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 20px;
}

.designfarben-container .sub-title {
    background-image: url("/images/desi-1.jpg");
    margin-top: 100px;
}

.designfarben-container .sub-title .p {
    text-align: right;
    padding-right: 34px;
}


.designfarben-container .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 220px;
}

.designfarben-container .list .series {
    width: 558px;
    height: 390px;
    margin-top: 150px;
}

.designfarben-container .list .series .item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 42px;
    margin-bottom: 50px;
}

.designfarben-container .list .series .item .cover {
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin: auto;
    padding-top: 80px;
}

.designfarben-container .list .series .item .cover .title {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

.designfarben-container .list .series .item .cover .intro {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.designfarben-container .list .series .item .color-list {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.designfarben-container .list .series .item .color-list .color-item {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 98px;
}

.designfarben-container .effect {
    width: 592px;
    height: 820px;
    margin-top: -45px;
    opacity: 0;
    transition: opacity .3s;
}

.designfarben-container .effect.active {
    opacity: 1;
}


.sales {
    width: 932px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.sales .banner {
    width: 932px;
    height: 414px;
    margin-top: 30px;
}

.sales .select-wrap {
    width: 100%;
    margin: 50px 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sales .select-wrap select {
    width: 300px;
    height: 40px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 0 10px;
}

.sales .select-wrap .layui-unselect {
    width: 300px;
}

.sales .select-wrap .layui-unselect input {
    height: 48px;
}

.layui-form-select dl dd.layui-this {
    background-color: #AD9055 !important;
}

.sales .select-wrap .btn {
    width: 260px;
    height: 50px;
    background: #232323;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.sales .select-wrap .btn:active {
    opacity: .8;
}

.sales .branchs {
    width: 100%;
}

.sales .branchs table {
    width: 100%;
    display: none;
    border-bottom: 0px;
    border-collapse: collapse;
}

.sales .branchs table tr {
    background: #f4f4f4;
    border-bottom: 4px solid #fff;
}

.sales .branchs table td.area {
    height: auto;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    background: #c1a362;
    font-weight: bold;
    border-right: 4px solid #fff;
}

.sales .branchs table td.name {
    height: 80px;
    width: 230px;
    vertical-align: middle;
    color: #232323;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

.sales .branchs table td.address {
    height: 80px;
    width: calc(100% - 450px);
    vertical-align: middle;
    color: #232323;
    font-size: 16px;
}

.security {
    width: 1200px;
    height: 486px;
    background: #fff;
    margin: 80px 0 100px;
    padding-top: 80px;
    box-shadow: 1px 4px 12px rgba(150, 150, 150, 0.33);
}

.security .title {
    font-size: 32px;
    text-align: center;
    color: #333333;
}

.security .titleEN {
    font-size: 20px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}

.security .input-wrap {
    width: 830px;
    height: 77px;
    margin: 60px auto 100px;
    display: flex;
}

.security .input-wrap input {
    width: 666px;
    height: 77px;
    border: 2px solid #cccccc;
    border-right: none;
    padding: 0 30px;
    font-size: 20px;
    transition: border-color .3s;
}

.security .input-wrap input:focus {
    border-color: #AD9055;
}

.security .input-wrap .btn {
    width: 164px;
    height: 77px;
    background: #AD9055;
    color: #ffffff;
    text-align: center;
    line-height: 77px;
    cursor: pointer;
    font-size: 20px;
}

.security .input-wrap .btn:active {
    opacity: .9;
}

.security .remark {
    font-size: 20px;
    color: #AD9055;
    text-align: center;
    font-weight: 500;
}

.case {
    width: 1200px;
    position: relative;
}

.case .item {
    width: 370px;
    transition: all .3s;
    opacity: 0;
}

.case .item:hover {
    box-shadow: 0px 8px 24px rgba(127, 127, 127, 0.16);
}

.case .item img {
    width: 100%;
    margin-bottom: 10px;
}

.case .item .info {
    width: 100%;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 10px 10px;
}

.case .item .info .name, .case .item .info .texture {
    font-size: 16px;
    color: #252525;
}

.case .item .info .colorNo {
    font-size: 16px;
    color: #bea05c;
}

.case .item .btn {
    width: 110px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #3b3e43;
}

.case .load-more {
    width: 200px;
    height: 50px;
    display: none;
    text-align: center;
    line-height: 50px;
    background-color: #AD9055;
    border-radius: 8px;
    position: absolute;
    bottom: -130px;
    left: 500px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
}

.case-loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 580px;
}

.case-loading div {
    width: 10px;
    height: 10px;
}

.case .fill {
    width: 1200px;
    margin-top: 50px;
    position: relative;
}

.case .fill .fillitem {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.case .fill .fillitem .fillname {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.case .fill .fillitem .fills {
    display: flex;
}

.case .fill .fillitem .fills li {
    font-size: 18px;
    color: #999999;
    margin-left: 20px;
    cursor: pointer;
}

.case .fill .fillitem .fills li.active {
    color: #AD9055;
}

.case .fill .fillitem .fills li:hover {
    color: #AD9055;
}

.case .fill .remark {
    font-size: 14px;
    color: #AD9055;
}

.case .list {
    margin-top: 60px;
    position: relative;
    min-height: 400px;
}

.case .fill .search {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 198px;
    height: 50px;
    border: 2px solid #AD9055;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 25px;
    justify-content: space-between;
}

.case .fill .search input {
    width: 130px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    text-indent: 25px;
}

.case .fill .search .btn {
    width: 60px;
    height: 50px;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA7xJREFUWEfFllFoHFUUhv9zl6wEKrqg0O1TfNMKfVBQjNCmKIqaiiBOEWl1kc650/ogiGKK4hbFKBarlOzce2mIvtSS+tCqlQoGfBCjQjVYTIu+1jboQ5S+SLKZIzdOwmazsztplvQ+DTP3nPPdc8+c8xOu86K88cfHx4uzs7MDSZJsKRQKZRG5SkRXRORXZr6Y10/zvo4AxpgHiGgfgCcA3NAqkIh8T0RnS6XScBAEc2uBaQtgrT0M4KXU4QUA0wDOE9G5hYWFW5RSW0XkTiLaCqAPwA8iMqy1Pp0XIhPAWjsO4CkAJ0XkiNZ6sp1T59x+EXk/zZJlZp0HoiWAtVZS44CZT+Zx5PeMjY1tnpubOwPgLhH5Umv9WCfbVQDOOZ/Ge5i5Y31kOTfGjBDRfgBVZj7UDmJFkKU7F5HDWuuXO9G3+26t/RPArUS0KwzDL7L2LgOk1f41Ef0YhuG96wnubeM4flgpdRbA58z8eB6Aj4lor4g8qLWeWC+AtzfGHCOi50WkP6uIFzNQrVaL5XL5HwC/M/O2bgRPAXYT0Yn01zzYyu8igLX2IQBfATjOzM90C8BaWwZwGcAkM/dnAsRx/JxSagzAEDO/0y2A9HBTAG5i5tsyAZxzQyLyNoBBZvb/cdeWc+4DEYmYuWUbX7qCFwAcTZKkEkXRR12L/n8hHieifmb2rXrVWgRwzj0pIp8CeI+ZX+kmgLX2FwB/MPMj7YrwdgAX8rbPvICjo6M31uv1WSL6MAzDpaG2wny5ETnnJkVkc1ax5A3auC+O4/uVUt8C2MfMxzIzkFbrG74lENGBMAxr1xKw2cZa+5mI7BCRgSiKfm4LUKvVSoVCwY/cvmKx2FepVGbWA2GtfRXAsIi8rrV+K8tX8zCKAPjT/8TMd18rgDFmOxFNiMjEzMzMYLVarecCSK/iBIDdIlLTWh9YK4TXBPPz858kSeI1QRBFke+wmavlzDfGnCGiRwH8lSTJnk5OlrwbY4aI6DUAXhfe7NUUMwdrBmgsSv8sIqNKqe/q9fp0b2/vVKVS+de/HxkZ2dTT0+OH1zZ/WgA7AZzy2QNQIaKnO0G0VT3OuUERCQHsajqFl+Fett3R8P5vAIdKpdLRIAgW0kP4rvpsO4hcsssYc5+HIKIBAH7CbQFwiYjOJ0kyrZT6DcBUGIZ+8KxYzjknIl7Wt7yOXABrLcTm/Q0acRXEhgCk13EEwIvNmdgwgBTiXQB+2C1nYkMBPIQx5s30V12U7BsO4CHiOPaz4Rv/fF0AGov0P0bLkzAkO6sBAAAAAElFTkSuQmCC");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.sale-container {
    margin-top: 80px;
}

.sale-container .first-title {
    font-size: 32px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}

.sale-container .sub-title {
    font-size: 20px;
    color: #AD9055;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.sale-container .input-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sale-container .input-wrap input, .sale-container .input-wrap textarea {
    height: 77px;
    border: 1px solid #cccccc;
    font-size: 20px;
    padding: 0 25px;
    transition: border-color .3s;
}

.sale-container .input-wrap input:focus, .sale-container .input-wrap textarea:focus {
    border-color: #AD9055;
}

.sale-container .input-wrap input.long {
    width: 100%;
}

.sale-container .input-wrap input.short {
    width: 585px;
}

.address-wrap {
    position: relative;
    width: 585px;
}

.address-wrap .city-picker-span {
    border: 1px solid #cccccc;
    padding: 0 25px;
    transition: border-color .3s;
}

.address-wrap .city-picker-span.focus {
    border-color: #AD9055;
}

.address-wrap .city-picker-span .placeholder {
    color: #757575;
    padding: 0;
}

.address-wrap .city-picker-span span {
    font-size: 20px !important;
}

.sale-container .input-wrap textarea {
    width: 100%;
    height: 260px;
    padding: 25px;
}

.sale-container .remark {
    font-size: 16px;
    color: #999999;
    padding-left: 30px;
    margin-top: 15px;
}

.sale-container .submit {
    margin: 100px auto;
    width: 224px;
    height: 62px;
    border: 2px solid #AD9055;
    text-align: center;
    line-height: 62px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.sale-container .submit:active {
    background-color: #AD9055;
    color: #ffffff;
}

.sale-container .input-wrap .layui-form-checkbox {
    min-width: 20px;
    min-height: 20px;
}

.sale-container .input-wrap .layui-form-checkbox span {
    font-size: 20px;
    color: #AD9055;
    margin-top: 1px;
}

.sale-container .input-wrap .layui-form-checkbox i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.sale-container .input-wrap .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #AD9055 !important;
}

.sale-container .input-wrap .layui-form-checked[lay-skin="primary"] i {
    background-color: #AD9055 !important;
}

.painting-serivce-banner {
    background-image: url("/images/painting-banner.jpg") !important;
}

.form-container .radio {
    width: 100%;
    margin-top: 120px;
    display: flex;
    justify-content: center;
}

.form-container .radio .item {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 50px;
}

.form-container .radio .item .icon {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAEdJREFUWEft17ERACAIA0DZhf0nYhet9JxALJ4FSL5LVNUcjRffBMjMeAmxix8BAQgQIECAAAECBAgQIECgXeDlLrx/ta/jBS+W4oEw/SmHAAAAAElFTkSuQmCC");
}

.form-container .radio .item.active .icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAZJJREFUWEftlU1Kw1AUhe+t6C5cR1/34MBJEtBBB0ko1B9EFO2gExGVYgf1D7GJiAi2r1AE99CkLsNltOCRFoOatEmbNgiSzELC/T7OedzHrjRAf/hwKpAmkCbwbxMA8dXC0mIF/f4qgItxqyaZPQAcC80ue9Buy1wB8DpKIgmBM6FapZ+wt5fi8kev9568AKgqNGvPD3KkecmEzYQFUBOqveOHuE2jTExHiZ4BADc5zd4IwFt6icAnYXfdPM7AnVCtgh/SlcY+iCpRF22UQBvMbSbaIiAbGMZ8L5S6PqLzXSZUo+CD7+MFgH2h2efeEFeakgiK985Mj1nFygfgTWObmWqTwEMFhGpxoFNPAvQsNGst2LlZJOB6UnioAICDnGYHOhwkIdS66od0Gnohk+HbaeDhFQz6YahZxW5FDe1IQ88QWVH/xdoDURJOU88z80MceGQC3wdudBJOy1xn4CkufGKB4Y++OhxpaEzUmAU+lcAXaHjRuNI4JaLDWeFxBObB/DUjahPOHegfmAqkCaQJfALACOHBcnpJVAAAAABJRU5ErkJggg==")
}

.form-container .radio .item .name {
    font-size: 30px;
    color: #1C1C1C;
    margin-left: 10px;
}

.painting-serivce {
    margin-top: 190px;
    margin-bottom: 150px;
}

.painting-serivce .sub-title {
    background-image: url("/images/painting-banner-1.jpg");
    padding-top: 150px;
    margin-bottom: 30px;
}

.painting-serivce .sub-title .title {
    width: 750px;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
}

.painting-serivce .sub-title .list {
    width: 750px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.painting-serivce .sub-title .list .item {
    font-size: 28px;
    color: #ffffff;
    padding: 0 35px;
    font-weight: 200;
}

.painting-serivce .sub-title .list .border {
    width: 1px;
    height: 34px;
    background: #ffffff;
}

.painting-serivce .sub-title .line-wrap {
    width: 750px;
}

.painting-serivce .sub-title .line-wrap .line {
    width: 60px;
    height: 2px;
    background: #ffffff;
    margin: 70px auto 30px;
}

.painting-serivce .sub-title .desc {
    width: 750px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    font-weight: 200;
}

.painting-serivce .content-wrap {
    width: 100%;
    padding-top: 100px;
}

.painting-serivce .content-wrap .title {
    font-size: 38px;
    color: #1C1C1C;
    text-align: center;
}

.painting-serivce .content-wrap .desc {
    font-size: 28px;
    color: #4f4f4f;
    text-align: center;
    font-weight: 200;
    line-height: 55px;
    margin-top: 20px;
}

.painting-serivce .content-wrap .icon-list {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.painting-serivce .content-wrap .icon-list .item {
    width: 200px;
    margin-bottom: 90px;
}

.painting-serivce .content-wrap .icon-list .item .icon {
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.painting-serivce .content-wrap .icon-list .item .name {
    font-size: 24px;
    color: #4f4f4f;
    text-align: center;
    margin-top: 10px;
}

.painting-serivce .content-wrap .effect {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.painting-serivce .content-wrap .effect .item {
    width: 360px;
}

.painting-serivce .content-wrap .effect .item .cover {
    width: 360px;
    height: 240px;
}

.painting-serivce .content-wrap .effect .item .title {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin-top: 30px;
}

.painting-serivce .content-wrap .scene {
    margin-top: 0;
}

.painting-serivce .content-wrap .scene .item {
    width: 286px;
    margin-top: 60px;
}

.painting-serivce .content-wrap .scene .item .cover {
    width: 286px;
    height: 384px;
}

.painting-serivce .content-wrap .scene .item .title {
    color: #000000;
    margin-top: 0;
    font-size: 18px;
    background: #eeeeee;
    height: 40px;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
}

.painting-serivce .content-wrap .service {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.painting-serivce .content-wrap .service .item {
    width: 287px;
    margin-top: 30px;
}

.painting-serivce .content-wrap .service .item .cover {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: top center;
}

.painting-serivce .content-wrap .service .item .title {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    background: #C8AA64;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: left;
}

.painting-serivce .content-wrap .service .item .desc {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    margin-top: 18px;
    text-align: left;
    font-weight: 400;
}

.painting-serivce .content-wrap .service .item:nth-child(n + 5) {
    width: 387px;
    height: 237px;
}

.dealer-banner {
    background-image: url("/images/dealer-banner.jpg");
}

.dealer {
}

.form-container {
    width: 100%;
    padding: 0 .5rem;
    margin: 100px auto 180px;
}

.form-container .flag {
    text-align: center;
    font-size: 32px;
    color: #1c1c1c;
    margin-bottom: -30px;
}

.form-container .input-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-container .input-container .wrap {
    width: 510px;
    margin-top: 120px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    position: relative;
}

.form-container .input-container .wrap .label {
    font-size: 20px;
    color: #adadad;
}

.form-container .input-container .wrap .label span {
    font-size: 22px;
    color: #a00101;
    margin-right: 6px;
    vertical-align: sub;
}

.form-container .input-container .wrap input {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    border: none;
    outline: none;
    font-size: 28px;
    color: #1c1c1c;
}

::-webkit-input-placeholder {
    color: #1C1C1C;
}

.form-container .input-container .wrap .addres {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-container .input-container .wrap .addres .item {
    width: 30%;
}

.form-container .input-container .wrap .addres .item .select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    height: 70px;
}

.form-container .input-container .wrap .addres .item .select .value {
    font-size: 28px;
    color: #1C1C1C;
}

.form-container .input-container .wrap .addres .item .select .icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAJpJREFUWEft1tsNwCAIQFHcw11rd3WQpiY1NaICPvjBBe4p2qgD5eWU+2AAm4BNwHnvLwAISr9jSFughAgxxjufgcOIFH8/vjiEhxA5XgEObEcRRwEbEVW8CdiAQONdwEJEMz4ELEB04yTABGIYJwMECFKcBWAgyHE2gIBgxUWADoIdFwMQhCg+Bfgh4LtYJFe6vYhsAjYBm8ADdq1L9C0YtoQAAAAASUVORK5CYII=");
}

.form-container .submit {
    width: 540px;
    height: 82px;
    background: #1C1C1C;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity .2s;
    text-align: center;
    line-height: 82px;
    font-size: 28px;
    color: #ffffff;
    border-radius: 14px;
    margin: 90px auto;
    cursor: pointer;
}

.form-container .submit:active {
    opacity: .6;
}

.form-container .submit .loading {
    color: #ffffff;
}

.form-container .submit span {
    font-size: 28px;
    color: #ffffff;
}

.dealer .subtitle {
    background-image: url("/images/dealer-banner-1.jpg");
    margin-bottom: 0;
}

.dealer .advantage {
    width: 100%;
}

.dealer .advantage .title {
    padding: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.dealer .advantage .title .no {
    width: 61px;
    height: 61px;
    background: #17214B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 38px;
    color: #ffffff;
}

.dealer .advantage .title .name {
    font-size: 38px;
    color: #17214b;
    font-weight: bold;
    margin-left: 11px;
}

.dealer .advantage .desc {
    margin-top: 40px;
    padding: 0 40px;
    font-size: 24px;
    color: #1C1C1C;
    line-height: 50px;
}

.dealer .advantage .icon-list {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.dealer .advantage .icon-list .item {
    width: 200px;
}

.dealer .advantage .icon-list .item .icon {
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.dealer .advantage .icon-list .item .name {
    font-size: 24px;
    color: #1C1C1C;
    text-align: center;
    margin-top: 10px;
}

.dealer .advantage .text-list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 125px;
    flex-wrap: wrap;
}

.dealer .advantage .text-list .item {
    padding: 0 24px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background: #c8aa64;
    font-size: 24px;
    color: #ffffff;
    margin: 25px 15px;
}

.dealer .advantage .img-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
}

.dealer .advantage .img-list .item {
    width: 386px;
    height: 261px;
}

.dealer .banner-1 {
    height: 560px;
    background-image: url("/images/dealer-banner-2.jpg");
    margin-top: 135px;
}

.dealer .organization {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 150px;
}

.dealer .organization .item {
    width: 561px;
}

.dealer .organization .item .cover {
    width: 561px;
    height: 329px;
}

.dealer .organization .item .title {
    font-size: 30px;
    color: #1C1C1C;
    font-weight: bold;
    margin: 50px 0 20px;
}

.dealer .organization .item .desc {
    font-size: 18px;
    color: #4f4f4f;
    line-height: 40px;
}

.inGermany-banner {
    background-image: url("/images/ind-banner.jpg");
}

.inGermany {
}

.inGermany .title-en {
    color: #c8aa64;
    font-size: 38px;
    text-align: center;
	text-transform:uppercase;
}

.inGermany .title-zn {
    color: #1c1c1c;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.inGermany .wrap-1 {

}

.inGermany .wrap-1 .title-line {
    width: 32px;
    height: 3px;
    margin: 40px auto 0;
    background-color: #4f4f4f;
}

.inGermany .wrap-1 .desc {
    font-size: 17px;
    color: #4F4F4F;
    text-align: left;
    line-height: 28px;
    margin-top: 40px;
	text-indent:2em;
}

.inGermany .wrap-1 .intro-image {
    display: flex;
    width: 100%;
    height: 430px;
    justify-content: space-between;
    margin-top: 90px;
}

.inGermany .wrap-1 .intro-image .text-bg {
    width: 262px;
    height: 100%;
    background-size: cover;
    background-image: url("/images/ind-1.jpg");
    padding: 50px 50px 0 50px;
}

.inGermany .wrap-1 .intro-image .text-bg:last-child {
    background-image: url("/images/ind-2.jpg");
}

.inGermany .wrap-1 .intro-image .text-bg .line {
    width: 40px;
    height: 5px;
    background-color: #C8AA64;
}

.inGermany .wrap-1 .intro-image .text-bg .p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    line-height: 32px;
}

.inGermany .wrap-1 .intro-image .img-list {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 645px;
    height: 100%;
    flex-wrap: wrap;
}

.inGermany .wrap-1 .intro-image .img-list img {
    width: 315px;
    height: 205px;
}

.inGermany .wrap-2 {
    width: 100%;
    height: 1200px;
    margin-top: 130px;
    background-image: url("/images/ind-b1.jpg");
    background-size: cover;
    padding-top: 70px;
}

.inGermany .wrap-2 .list {
    padding: 0 140px;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inGermany .wrap-2 .list .item {
    width: 240px;
    height: 356px;
    margin-bottom: 100px;
}

.inGermany .wrap-2 .list .item .img {
    width: 240px;
    height: 260px;
}

.inGermany .wrap-2 .list .item .desc {
    width: 100%;
    height: 96px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    background-color: #c8aa64;
    color: #ffffff;
    text-align: center;
}

.inGermany .wrap-3 {
    margin-top: 130px;
}

.inGermany .wrap-3 .list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inGermany .wrap-3 .list .item {
    width: 378px;
    height: 256px;
    margin-bottom: 80px;
}

.inGermany .wrap-3 .list .item .cover {
    width: 100%;
    height: 210px;
}

.inGermany .wrap-3 .list .item .desc {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #1b1b1b;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.inGermany .wrap-4 {
    margin-top: 80px;
}

.inGermany .wrap-4 .content {
    width: 100%;
    height: 720px;
    background-size: cover;
    background-image: url("/images/ind-18.jpg");
    padding: 56px 0 0 67px;
    margin-top: 90px;
}

.inGermany .wrap-4 .content .title {
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
}

.inGermany .wrap-4 .content .desc {
    font-size: 24px;
    color: #ffffff;
    margin-top: 40px;
    line-height: 40px;
    font-weight: 300;
}

.inGermany .wrap-4 .content .desc span {
    font-size: 28px;
    font-weight: bold;
}

.inGermany .wrap-4 .content .remark {
    font-size: 18px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: 300;
}

.inChina-banner {
    background-image: url("/images/inc-banner.jpg");
}

.inChina .wrap-1 .list {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.inChina .wrap-1 .list .item {
    width: 550px;
}

.inChina .wrap-1 .list .item .img {
    width: 550px;
    height: 358px;
}

.inChina .wrap-1 .list .item .desc {
    width: 550px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #C8AA64;
    margin-top: 0;
}

.inChina .wrap-3 {
    margin-top: 120px;
    background-color: #f9f9f9;
    padding: 70px 70px 1px;
}

.inChina .wrap-3 .title {
    font-size: 38px;
    font-weight: bold;
    color: #1c1c1c;
}

.inChina .wrap-3 .remark {
    font-size: 24px;
    color: #4f4f4f;
    margin-top: 36px;
}

.inChina .wrap-3 input {
    background-color: transparent;
}

.inChina .wrap-3 .textarea-container {
    width: 100%;
    height: 320px;
    background-color: #e4e4e4;
    padding: 25px;
    border-radius: 12px;
    margin-top: 60px;
}

.inChina .wrap-3 .textarea-container textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 28px;
    border: none;
    outline: none;
}

.inChina .wrap-3 .textarea-container textarea::-webkit-input-placeholder {
    color: #acabab;
}

.color-banner {
    background-image: url("/images/cs-banner.jpg");
}

.color-select {
    margin-bottom: 100px;
}

.color-select .preset-paint {
    width: 100%;
}

.color-select .preset-paint .trend {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.color-select .preset-paint .trend .cover {
    background-size: cover;
    background-image: url("/images/cs-1.jpg");
    width: 420px;
    height: 270px;
    padding: 155px 33px 0;
}

.color-select .preset-paint .design {
    margin-top: 45px;
}

.color-select .preset-paint .design .cover {
    background-image: url("/images/cs-2.jpg");
    height: 340px;
    padding-top: 220px;
}

.color-select .preset-paint .trend .cover .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.color-select .preset-paint .trend .cover .desc {
    color: #ffffff;
    font-size: 18px;
    margin-top: 4px;
}

.color-select .preset-paint .trend .cover .btn {
    color: #ffffff;
    font-size: 18px;
    margin-top: 17px;
    border: 1px solid #ffffff;
    padding: 3px 30px;
    display: inline-block;
}

.color-select .preset-paint .trend .color-list {
    width: 770px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.color-select .preset-paint .trend .color-list .item {
    width: 122px;
    height: 60px;
    position: relative;
}

.color-select .preset-paint .trend .color-list .item .color-cover {
    width: 250px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 122px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
    box-shadow: 0 8px 24px #b7b7b7;
}

.color-select .preset-paint .trend .color-list .item:hover .color-cover {
    z-index: 999;
    opacity: 1;
}

.color-select .preset-paint .trend .color-list .item .color-cover .name {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.color-select .color-banner-1 {
    width: 100%;
    height: 574px;
    background-image: url("/images/cs-banner1.jpg");
    margin: 140px 0;
}

.color-select .colors {
    width: 1200px;
    height: auto;
    margin-top: 30px;
    padding-bottom: 100px;
    display: -webkit-flex;
    display: flex;
}

.color-select .colors .colorimg {
    width: 372px;
}

.color-select .colors .colorimg a {
    width: 372px;
    height: 129px;
    margin-bottom: 18px;
    padding: 52px 26px 0;
    background-size: cover;
    display: block;
}

.color-select .colors .colorimg a .title {
    font-size: 18px;
    color: #ffffff;
    text-align: right;
}

.color-select .colors .colorimg a .btn {
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 10px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.color-select .colors .colorimg a.first .title {
    text-align: center;
}

.color-select .colors .colorimg a.first .btn {
    margin: 5px 0 0 115px;
    float: none;
}

.color-select .colors .colorimg a.last {
    margin-bottom: 0px;
}

.color-select .colors .colorlist {
    width: 801px;
    height: 624px;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}

.color-select .colors .colorlist .swfcolorfield {
    width: 81px;
    height: 26px;
    position: relative;
    margin: 0 0px 4px 4px;
    background: #c4c4c4;
    cursor: pointer;
}
.color-select .colors .basics-color-list .swfcolorfield {
    height: 56px;
}

.color-select .colors .colorlist span {
    width: 121px;
    height: 60px;
    line-height: 50px;
    display: none;
    color: #000;
    text-align: center;
    position: relative;
    top: -18px;
    left: 20px;
    z-index: 1;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
}

.color-select .colors .colorlist span a {
    width: 111px;
    height: 50px;
    float: left;
    margin: 3px;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.color-select .colors .colorimg a.active {
    box-shadow: 0 0 20px #777676;
}

#colorbox {
    width: 475px;
    height: 475px;
    display: none;
}

#colorbox .boxx {
    width: 453px;
    height: 453px;
    float: left;
    margin: 11px;
    position: relative;
}

#colorbox .boxx .numtt {
    width: 115px;
    height: 30px;
    line-height: 30px;
    display: block;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background: #313131;
    color: #fefefe;
    font-size: 16px;
    text-align: center;
}

.product-list {
    margin-bottom: 80px;
}

.product-list .approval-nav {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    margin: 80px auto;
}

.product-list .approval-nav li {
    font-size: 16px;
    padding: 0 30px;
    height: 30px;
    text-align: center;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}

.product-list .approval-nav li span {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
}

.product-list .approval-nav li i {
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    position: absolute;
    top: 7px;
    right: 0;
}

.product-list .approval-nav li.active {
    font-weight: bold;
    color: #bca480;
}

.product-list .approval-nav li.active span {
    border-color: #bca480;
}

.product-list .swiper-container {
    width: 1200px;
}

.product-list .list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.product-list .list .item {
    width: 350px;
    height: 350px;
    background: #f7f7f7;
    margin-bottom: 35px;
    margin-right: 35px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    display: block;
}

.product-list .list .item:hover {
    box-shadow: 0 0 20px #d7d6d6;
}

.product-list .item-wrap .item:nth-child(3n) {
    margin-right: 0;
}

.product-list .list .item .img-wrap {
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.product-list .list .item .name {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.product-list .list .item .intro {
    font-size: 16px;
    color: #bc9e6b;
    margin-top: 8px;
    text-align: center;
}

.product-list .list-special .item {
    width: 542px;
}

.product-list .list-special .item:nth-child(2n) {
    margin-right: 0;
}

.product-list .list .item:nth-child(3n) {
    margin-right: 35px;
}

.product-list .desc {
    font-size: 24px;
    color: #4F4F4F;
    text-align: center;
    line-height: 48px;
    margin-bottom: 40px;
}

.back-top {
    width: 70px;
    height: auto;
    position: fixed;
    bottom: 40px;
    right: 90px;
    opacity: 0;
}

.back-top img {
    width: 70px;
    height: 70px;
}

.back-top .t {
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 10px;
}

.environment {

}

.environment .title {
    font-size: 34px;
    color: #99C437;
    text-align: center;
    margin: 55px 0 40px;
    font-weight: bold;
}

.environment .banner {
    width: 1200px;
    height: 460px;
}

.environment .remark {
    font-size: 18px;
    color: #666666;
    margin-top: 40px;
    text-align: center;
}

.environment .wrap {
    width: 100%;
    margin-top: 130px;
}

.environment .wrap .t {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.environment .wrap .slog-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.environment .wrap .slog-list .item {
    width: 258px;
    position: relative;
}

.environment .wrap .slog-list .item .slog {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 54px;
    z-index: 2;
}

.environment .wrap .slog-list .item .info {
    width: 100%;
    height: 310px;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding-top: 95px;
}

.environment .wrap .slog-list .item .info .name {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.environment .wrap .slog-list .item .info .desc {
    font-size: 14px;
    color: #666666;
    margin: 15px auto 0;
    width: 170px;
    line-height: 21px;
}

.environment .wrap .slog-list .item .info .line {
    width: 170px;
    height: 4px;
    background-color: #EFE5D2;
    position: absolute;
    bottom: 15px;
    left: 45px;
}

.environment .wrap .list {
    width: 100%;
    margin-top: 20px;
}

.environment .wrap .list .item {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.environment .wrap .list .item .cover {
    width: 600px;
    height: 200px;
}

.environment .wrap .list .item .info {
    width: 600px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}

.environment .wrap .list .item:nth-child(odd) .info {
    padding-left: 48px;
}

.environment .wrap .list .item:nth-child(even) .info {
    padding-right: 48px;
}

.environment .wrap .list .item .info .name {
    font-size: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.environment .wrap .list .item .info .desc {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
}

.environment .intro {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 120px auto;
    width: 1000px;
}

.kf-qrcode {
    position: absolute;
    width: 150px;
    height: auto;
    padding: 10px;
    background-color: #c8aa64;
    border-radius: 6px;
    top: -14px;
    left: 940px;
    opacity: 0;
    transition: opacity .3s;
}

.kf-qrcode img {
    width: 100%;
    height: auto;
}

.kf-qrcode .t {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
}

.kf-qrcode .qarrow {
    position: absolute;
    top: 66px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #c8aa64;
    border-bottom: 12px solid transparent;
}

.no-more {
    text-align: center;
    font-size: 18px;
    color: #999999;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.layui-layer-tips .layui-layer-content {
    font-size: 14px !important;
    color: #000000 !important;
}
























