@charset "utf-8";
/*公共样式*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: 0 none;
}

input,
textarea {
    outline: none;
}

a {
    text-decoration: none !important;
    color: #666;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #f00;
}

body {
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 30px;
    color: #666;
    overflow-x: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
}

.bg_none {
    background: none !important;
}

.bd_none {
    border: none !important;
}

html,
body {
    -webkit-text-size-adjust: none;
}

/*头部*/
header {
    position: sticky;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    padding: 25px 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

header > .container {
    height: 73px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.container {
    padding: 0;
}

.container::before,
.container::after {
    content: '';
    display: none;
}

.logo {
    height: 73px;
    width: 73px;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-right {
    width: calc(100% - 73px - 168px);
}

.header-right-top {
    height: 39px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-nav {
    height: 39px;
    display: flex;
    align-items: center;
}

.header-top-nav li {
    margin-right: 48px;
}

.header-top-nav li a {
    display: flex;
    align-items: center;
    height: 39px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 14px;
}

.header-top-nav li.active a {
    border-bottom: 2px solid #f00;
}

.header-icon-box {
    height: 38px;
    display: flex;
    align-items: center;
}

.header-icon-box a.icon-ad {
    position: relative;
    display: inline-flex;
    margin-left: 25px;
    width: 31px;
    height: 31px;
}


.header-icon-box a .ewm-box {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
    width: 126px;
    height: 136px;
    padding: 22px 12px 12px 12px;
    display: none;
    background: url(../images/ewm-box.png) no-repeat center;
    background-size: 100%;
}

header.active .header-icon-box a .ewm-box, header.white-header .header-icon-box a .ewm-box {
    background: url(../images/ewm-box1.png) no-repeat center;
    background-size: 100%;
}

.header-icon-box a .ewm-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.header-icon-box a:hover .ewm-box {
    display: block;
}

a.red-book {
    width: 62px;
    height: 22px;
    background: url(../images/top-icon1.png) no-repeat center;
    background-size: 100% 100%;
}

a.tiktok {
    width: 20px;
    height: 22px;
    background: url(../images/top-icon2.png) no-repeat center;
    background-size: 100% 100%;
}

a.wechat {
    width: 28px;
    height: 24px;
    background: url(../images/top-icon3.png) no-repeat center;
    background-size: 100% 100%;
}

a.tmall {
    width: 25px;
    height: 22px;
    background: url(../images/top-icon4.png) no-repeat center;
    background-size: 100% 100%;
}

.search-box {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    position: relative;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    margin-left: 25px;
}

.search_on .search-box {
    border: 1px solid #fff;
}

.search-tijiao {
    background: url(../images/search_icon.png) no-repeat center;
    background-size: 15px 15px;
    height: 29px;
    width: 29px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

.search-icon {
    height: 30px;
    width: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.search-text {
    border: none;
    height: 100%;
    line-height: 20px;
    position: absolute;
    left: 26px;
    top: 0px;
    width: 230px;
    background: none;
    color: #fff;
}

.search-cha {
    background: url(../images/search_cha.png) no-repeat center;
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    cursor: pointer;
    top: 50%;
    margin-top: -6px;
    left: 278px;
}

.header-right-bottom {
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.header-bottom-nav {
    display: flex;
}

.header-bottom-nav li {
    margin-right: 40px;
}

.header-bottom-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-right: 32px;
    position: relative;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.header-bottom-nav li a::after {
    content: '';
    background: url(../images/nav-arrow1.png) no-repeat right center;
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.header-bottom-nav li.active a::after {
    content: '';
    transform: translateY(-50%) rotate(180deg);
}

.header-bottom-nav li.no-arrow a {
    padding-right: 0;
}

.header-bottom-nav li.no-arrow a::after {
    content: '';
    display: none;
}

.shop-a {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: url(../images/shop-icon.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    margin-left: auto;
}

.mall-a {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: url(../images/mall-icona.png) no-repeat left center;
    font-size: 16px;
    color: #333 !important;
    margin-left: 25px;
}

.header-menu-wrap {
    background: #fff;
    position: absolute;
    left: 0;
    top: 123px;
    width: 100%;
}

.header-menu-box {
    display: none;
    padding: 12px 0 24px 241px;
}

.header-menu-box {
    display: none;
    padding: 12px 0 24px 241px;
    overflow: hidden;
}

.header-menu-box:nth-child(1) {
    padding-left: 241px;
}

.header-menu-box:nth-child(2) {
    padding-left: calc(241px + 107px);
}

.header-menu-box:nth-child(3) {
    padding-left: calc(241px + 132px + 77px);
}

.header-menu-box:nth-child(4) {
    padding-left: calc(241px + 132px + 132px + 50px);
}

.header-menu-box:nth-child(5) {
    padding-left: calc(241px + 132px + 132px + 132px + 52px);
}

.menu-ul li {
    margin-bottom: 5px;
}

.menu-ul li a {
    display: block;
    line-height: 25px;
    color: #858585;
}

.menu-ul li a:hover {
    color: #000;
}

.menu-ul li a img {
    display: block;
    width: 60px;
    height: 60px;
}

.menu-ul li.title-li {
    margin-bottom: 10px;
}

.menu-ul li.title-li a {
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
}

.menu-dl {
    float: left;
    margin-right: 40px;
}

.menu-dl dt {
    margin-bottom: 10px;
}

.menu-dl dt, .menu-dl dd {
    margin-bottom: 5px;
}

.menu-dl dt a {
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
}

.menu-dl a {
    display: inline-block;
    line-height: 25px;
}

.attestation-ul {
    width: 240px;
}

.attestation-ul li {
    float: left;
    margin-right: 20px;
}

header:hover {
    background-color: #fff;
}

header:hover .icon-ad {
    background-position: 0 -40px !important;
}

header:hover .header-top-nav li a {
    color: #333;
}

header:hover a.red-book {
    background: url(../images/top-icon1a.png) no-repeat center;
}

header:hover a.tiktok {
    background: url(../images/top-icon2a.png) no-repeat center;
}

header:hover a.wechat {
    background: url(../images/top-icon3a.png) no-repeat center;
}

header:hover a.tmall {
    background: url(../images/top-icon4a.png) no-repeat center;
}

header:hover .header-bottom-nav li a {
    color: #333;
}

header:hover .header-bottom-nav li a::after {
    content: '';
    background: url(../images/nav-arrow2.png) no-repeat right center;
}

header.white-header .header-bottom-nav li a:hover {
	color: #f00;
}

header:hover .shop-a {
    background: url(../images/shop-icona.png) no-repeat left center;
    color: #333;
}

header.active .shop-a:hover,
header.white-header .shop-a:hover,
header.active .mall-a:hover,
header.white-header .mall-a:hover {
	color: #f00 !important;
}

header:hover .header-right-top {
    border-bottom: 1px solid #000;
}

header:hover .search-box {
    border: 1px solid #333;
}

header:hover .search-tijiao {
    background: url(../images/search_icona.png) no-repeat center;
    background-size: 12px 12px;
}

header:hover .search-cha {
    background: url(../images/search_chaa.png) no-repeat center;
}

header.active, header.white-header {
    background-color: #fff;
}

header.active .header-top-nav li a,
header.white-header .header-top-nav li a {
    color: #333;
}

header.active a.red-book,
header.white-header a.icon-ad {
    background-position: 0 0 !important;
}

header.active a.red-book,
header.white-header a.red-book {
    background: url(../images/top-icon1a.png) no-repeat center;
}

header.active a.tiktok,
header.white-header a.tiktok {
    background: url(../images/top-icon2a.png) no-repeat center;
}

header.active a.wechat,
header.white-header a.wechat {
    background: url(../images/top-icon3a.png) no-repeat center;
}

header.active a.tmall,
header.white-header a.tmall {
    background: url(../images/top-icon4a.png) no-repeat center;
}

header.active .header-bottom-nav li a,
header.white-header .header-bottom-nav li a {
    color: #333;
}

header.active .header-bottom-nav li a::after,
header.white-header .header-bottom-nav li a::after {
    content: '';
    background: url(../images/nav-arrow2.png) no-repeat right center;
}

header.active .shop-a,
header.white-header .shop-a {
    background: url(../images/shop-icona.png) no-repeat left center;
    color: #333;
}

header.active .header-right-top,
header.white-header .header-right-top {
    border-bottom: 1px solid #000;
}

header.active .search-box,
header.white-header .search-box {
    border: 1px solid #333;
}

header.active .search-tijiao,
header.white-header .search-tijiao {
    background: url(../images/search_icona.png) no-repeat center;
    background-size: 12px 12px;
}

header.active .search-cha,
header.white-header .search-cha {
    background: url(../images/search_chaa.png) no-repeat center;
}

header:hover .search-text {
    color: #333;
}

header.active .search-text,
header.white-header .search-text {
    color: #333;
}

#navToggle {
    display: none;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    padding: 15px;
    padding: 0;
    right: 0px;
    top: 0px;
    z-index: 999;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#navToggle::before {
    margin-top: -7px;
}

#navToggle::after {
    margin-top: 7px;
}

#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}

#navToggle.show span {
    opacity: 0;
}

#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}

#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mask {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    display: none;
}

#mobileMenu {
    position: fixed;
    right: -100vw;
    top: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}

#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 25px;
    position: relative;
    padding-top: 8px;
}

#mobileMenu .hello h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 54px;
}

#mobileMenu .hello .cha {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu li > a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

#mobileMenu .menu li > a::after {
    content: "";
    display: block;
    background: url(../images/arrow_icon.png) no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 25px;
    top: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#mobileMenu .menu li.none > a::after {
    display: none;
}

/*#mobileMenu .menu li>a:hover{
	background-color: #F00;
    text-decoration: none;
    color:#fff;
}*/
#mobileMenu .menu li.active > a {
    background-color: #F00;
    text-decoration: none;
    color: #fff;
}

#mobileMenu .menu li.on > a {
    background-color: #F00;
    color: #fff;
}

#mobileMenu .menu li.on > a::after {
    transform: rotate(180deg);
}

.mobile_search {
    border-bottom: 1px solid #e6e6e6;
}

.sub-dl {
    display: none;
}

.sub-dl dd a {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 14px;
    color: #666;
    background: #f9f9f9;
    display: block;
}

#mobileMenu .menu li.login-li > a::after {
    display: none;
}

.search_box1 {
    display: block;
    border-radius: 3px;
    height: 30px;
    padding: 4px 0px 4px 7px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    margin: 7px 25px;
}

.search_tijiao1 {
    background: url(../images/search_icon1.png) no-repeat center;
    height: 20px;
    width: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 5px;
}

.search_text1 {
    border: none;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 36px;
    top: 4px;
    width: 145px;
}

#mobileMenu.show {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}

#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.show {
    display: block !important;
}

html.show,
body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width: 1600px) {
    .nav li {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    header {
        height: 70px;
        padding: 0;
        background-color: #fff;
    }

    .header-right {
        display: none;
    }

    .header-menu-wrap {
        display: none;
    }

    .search-icon {
        display: none;
    }

    header .nav {
        display: none;
    }

    #navToggle {
        display: block;
    }

    header .container {
        width: 100%;
        padding: 0 15px;
        height: 70px;
    }

    .header-icon {
        display: none;
    }

    .logo {
        margin-top: 10px;
        height: 50px;
        width: 50px;
    }

    .logo img {
        display: block;
        height: 50px;
        width: 50px;
    }

    .container {
        padding: 0 15px;
    }

    .sub-company,
    .language,
    .header-icon {
        display: none;
    }
}

/*banner*/
#banner {
    position: relative;
}

#banner img {
    display: block;
    width: 100%;
}

#banner img:nth-child(2) {
    display: none;
}

.banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13%;
}

.banner-content h3 {
    font-size: 46px;
    line-height: 69px;
    color: #fff;
    margin-bottom: 40px;
}

.banner-content .content-su {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 40px;
}

.banner-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 46px;
    background-color: #ff0000;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    #banner {
        margin-top: 0;
    }

    #banner img {
        min-height: 450px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 991px) {
    #banner img {
        min-height: 350px;
        object-fit: cover;
    }

    .banner-content h3 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 30px;
    }

    .banner-content .content-su {
        font-size: 18px;
        color: #fff;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #banner {
        /*height: calc(100vh - 70px);*/
        overflow: hidden;
    }

    #banner img {
        height: calc(100vh - 70px);
        object-fit: cover;
    }

    #banner img:nth-child(1) {
        display: none;
    }

    #banner img:nth-child(2) {
        display: block;
        width: 100%;
    }

    .banner-content {
        left: 0;
        transform: translate(0, 0);
        bottom: 70px;
        top: unset;
    }

    .banner-content h3 {
        font-size: 4.5vh;
        color: #fff;
        margin-bottom: 20px;
    }

    .banner-content .content-su {
        font-size: 2.5vh;
        color: #fff;
        margin-bottom: 20px;
    }
}

.propose-wrap {
    background: #f8f8f8;
}

.propose-wrap .container {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}

.propose-text {
    font-size: 18px;
    color: #242424;
}

.propose-a {
    display: flex;
    align-items: center;
    height: 48px;
    padding-left: 75px;
    font-size: 18px;
    color: #242424;
    background: url(../images/message-icon.png) no-repeat left center;
}

@media only screen and (max-width: 767px) {
    .propose-wrap .container {
        height: 70px;
        flex-wrap: wrap;
    }

    .propose-text {
        font-size: 16px;
        color: #242424;
    }

    .propose-a {
        height: 40px;
        padding-left: 60px;
        font-size: 16px;
        background: url(../images/message-icon.png) no-repeat left center;
        background-size: 40px 40px;
    }
}

@media only screen and (max-width: 500px) {
    .propose-text {
        width: 100%;
    }

    .propose-a {
        width: 100%;
    }

    .propose-wrap .container {
        height: auto;
        padding: 10px 15px;
    }
}

/*色彩*/
.index-color {
    margin: 80px auto;
    overflow: hidden;
}

.index-color-img {
    width: 54%;
    float: right;
    height: 440px;
}

.index-color-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-color-content {
    float: left;
    width: calc(46% - 30px);
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    position: relative;
}

.index-color-content h3 {
    font-size: 48px;
    color: #242424;
    margin-bottom: 40px;
}

.index-color-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;
}

.more-a {
    color: #707070;
    display: block;
}

.jt-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -240px;
    height: 26px;
    display: flex;
    z-index: 10;
}

.jt-box a {
    display: block;
    width: 15px;
    height: 26px;
    margin-left: 50px;
}

.jt-box a.jt-left {
    background: url(../images/jt_left.png) no-repeat center;
    background-size: contain;
}

.jt-box a.jt-right {
    background: url(../images/jt_right.png) no-repeat center;
    background-size: contain;
}

@media only screen and (max-width: 1199px) {
    .index-color-img {
        width: 50%;
        float: right;
        height: 300px;
    }

    .index-color-content {
        width: calc(50% - 30px);
        height: 300px;
    }

}

@media only screen and (max-width: 991px) {
    .index-color {
        margin: 45px auto;
    }

    .index-color-content h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .index-color-content p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .index-color-img {
        width: 100%;
        float: none;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .index-color-content {
        max-width: 500px;
        margin: 20px auto 0;
        width: 100%;
        height: auto;
        float: none;
    }

    .index-color-content h3 {
        font-size: 26px;
    }

    .index-color-content p {
        font-size: 14px;
    }

    .index-color {
        margin: 30px auto;
    }

    .more-a {
        font-size: 14px;
    }

    .index-color-content p {
        margin-bottom: 10px;
    }

    .jt-box {
        display: none;
    }
}

/*灵感空间*/
.space-wrap {
    background: #f4f4f4;
}

.common-title {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-title span {
    font-size: 24px;
    color: #000;
}

.space-list {
    width: calc(100% + 45px);
    overflow: hidden;
}

.space-list li {
    float: left;
    width: calc(50% - 45px);
    margin-right: 45px;
    margin-bottom: 45px;
}

.space-list li a {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.space-img {
    overflow: hidden;
    position: relative;
}

.space-img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.space-img .space-hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    justify-content: flex-end;
}

.space-img .space-hover p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.space-img .space-hover h3 {
    font-size: 22px;
    color: #fff;
}

.space-img:hover .space-hover {
    opacity: 1;
}

.space-list li a:hover .space-img img {
    transform: scale(1.1);
}

.space-list li a p {
    font-size: 16px;
    color: #707070;
    margin-top: 10px;
}

.space-list li a h3 {
    font-size: 22px;
    color: #393939;
}

.space-wrap {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .space-list li {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }

    .common-title {
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .common-title {
        height: 80px;
    }

    .common-title span {
        font-size: 22px;
    }

    .space-list {
        width: 100%;
    }

    .space-list li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .space-list li a p {
        font-size: 14px;
        margin-top: 5px;
    }

    .space-list li a h3 {
        font-size: 18px;
    }

    .space-wrap {
        padding-bottom: 10px;
    }
}

/*亮点产品*/
.highlight-product {
    margin-bottom: 80px;
}

.product-ul {
    width: calc(100% + 35px);
    overflow: hidden;
}

.product-ul li {
    float: left;
    width: calc(25% - 35px);
    margin-right: 35px;
    margin-bottom: 80px;
}

.product-ul li a {
    display: block;
}

.product-img {
    overflow: hidden;
}

.product-img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.product-ul li a:hover .product-img img {
    transform: scale(1.1);
}

.product-bottom {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.product-bottom h3 {
    font-size: 16px;
    color: #707070;
    text-align: center;
}

.product-bottom p {
    font-size: 18px;
    color: #393939;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .product-ul li {
        width: calc(33.33% - 35px);
        margin-bottom: 30px;
    }

    .highlight-product {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .product-ul {
        width: calc(100% + 30px);
    }

    .product-ul li {
        width: calc(50% - 30px);
        margin-bottom: 20px;
        margin-right: 30px;
    }

    .highlight-product {
        margin-bottom: 20px;
    }

    .product-bottom {
        margin-top: 20px;
        padding-top: 10px;
    }

    .product-bottom h3 {
        font-size: 14px;
    }

    .product-bottom p {
        font-size: 16px;
        min-height: 60px;
    }
}

/*底部内容*/
footer {
    background-color: #2B2B2B;
}

footer .container {
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 48px;
    width: 50px;
    height: 50px;
    display: block;
}

.footer-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-content {
    padding-left: 240px;
    padding-top: 48px;
}

.footer-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.footer-ul li {
    flex-shrink: 0;
}

.footer-ul li dl dt {
  font-size: 18px !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.footer-ul li dl dd a {
    color: #fff;
}

.footer-ul li dl dd {
    line-height: 30px;
    color: #fff;
}

.footer-input {
    margin-top: 45px;
    height: 48px;
    max-width: 686px;
    width: 100%;
    border: 1px solid #929292;
    display: flex;
    align-items: center;
}

.footer-input input {
    height: 46px;
    line-height: 46px;
    flex-grow: 1;
    padding: 0 10px;
    border: none;
    background: none;
    color: #fff;
    -webkit-appearance: none;
}

.footer-input input::placeholder {
    color: #7f7f7f;
}

.footer-submit {
    flex-shrink: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    background: url(../images/footer-submit.png) no-repeat center;
}

.copyright {
    margin-top: 35px;
    line-height: 45px;
    font-size: 14px;
    color: #7f7f7f;
}

@media only screen and (max-width: 991px) {
    .footer-content {
        padding-left: 80px;
        padding-top: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-ul {
        flex-wrap: wrap;
    }

    .footer-ul li {
        width: 100%;
    }

    .footer-content {
        padding-left: 0;
        padding-top: 100px;
    }

    .footer-logo {
        left: 15px;
        top: 24px;
    }

    .footer-ul li {
        margin-bottom: 25px;
    }

    .footer-ul li dl dt {
        margin-bottom: 10px;
    }

    .footer-ul li dl dd {
        line-height: 24px;
        font-size: 14px;
    }

    .footer-ul li dl dd a {
        font-size: 14px;
    }

    .footer-input {
        margin-top: 10px;
    }

    .copyright {
        margin-top: 20px;
        line-height: 40px;
    }
}

/*产品*/
.main {
    margin: 0 auto 120px;
    overflow: hidden;
}

.main .common-title {
    width: 100%;
}

.main.mt-main {
    margin-top: 100px;
}

.product-left {
    width: 240px;
    float: left;
}

.all-product {
    font-size: 20px;
    color: #2b2b2b;
}

.all-product:hover,
.all-product.active {
    color: #f00;
}

.product-menu {
    margin-top: 40px;
}

.product-menu-item {
    overflow: hidden;
    margin-bottom: 25px;
}

.product-menu-item > a {
    display: flex;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    color: #2b2b2b;
    position: relative;
}

.product-menu-item > a:hover,
.product-menu-item.active > a {
    color: #f00;
}

.product-menu-item > a::after {
    content: '';
    display: block;
    background: url(../images/nav-arrow2.png) no-repeat right center;
    width: 14px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.product-menu-item.open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.product-menu-ul {
    padding-top: 20px;
    display: none;
}

.product-menu-item.open .product-menu-ul {
    display: block;
}

.product-menu-ul li {
    line-height: 40px;
}

.product-menu-ul li a {
    font-size: 16px;
    color: #787878;
}

.product-menu-ul li a:hover,
.product-menu-ul li.active a {
    color: #f00;
}

.product-right {
    float: right;
    width: calc(100% - 240px - 116px);
}

.product-right .product-ul {
    width: calc(100% + 20px);
}

.product-right .product-ul li {
    width: calc(33.33% - 20px);
    margin-right: 20px;
}

.load-more {
    display: flex;
    margin: 0 auto;
    width: 240px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2b2b2b;
    font-size: 16px;
    color: #333;
}

.load-more:hover {
    border: 1px solid #f00;
}

@media only screen and (max-width: 991px) {
    .main {
        margin: 0 auto 30px;
    }

    .main.mt-main {
        margin-top: 45px;
    }

    .product-right {
        width: calc(100% - 240px - 30px);
    }

    .product-right .product-ul li {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .product-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .product-right {
        width: 100%;
        float: none;
    }

    .main {
        margin: 0 auto 30px;
    }

    .main.mt-main {
        margin-top: 30px;
    }

    .product-menu {
        margin-top: 10px;
    }

    .all-product {
        font-size: 16px;
    }

    .product-menu-item {
        margin-bottom: 0;
    }

    .product-menu-item > a {
        height: 45px;
        font-size: 16px;
    }

    .product-menu-ul {
        padding-top: 0;
    }

    .product-menu-ul li {
        line-height: 30px;
    }

    .product-menu-ul li {
        font-size: 15px;
    }

    .load-more {
        width: 160px;
        height: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .product-right .product-ul {
        width: 100%;
    }

    .product-right .product-ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/*流行色*/
.colornow-box {
    overflow: hidden;
}

.colornow-img {
    width: 49%;
    float: right;
}

.colornow-img img {
    display: block;
    width: 100%;
}

.colornow-left {
    float: left;
    width: 42%;
}

.colornow-left h3 {
    font-size: 44px;
    color: #1C1A19;
    line-height: 69px;
}

.colornow-left-box1 {
    margin-top: 50px;
    color: #5f5f5f;
}

.colornow-left-box2 {
    color: #878787;
    margin-top: 80px;
}

.series-box {
    margin-top: 145px;
}

.series-box img {
    display: block;
    width: 100%;
}

.series-box p {
    color: #898989;
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .colornow-left {
        width: 45%;
    }

    .colornow-left h3 {
        font-size: 34px;
        line-height: 50px;
    }

    .colornow-left-box1 {
        margin-top: 30px;
    }

    .colornow-left-box2 {
        margin-top: 30px;
    }

    .colornow-img {
        height: 520px;
    }

    .colornow-img img {
        height: 100%;
        object-fit: cover;
    }

    .series-box {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .colornow-left {
        width: 48%;
    }

    .colornow-left h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .series-box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .colornow-left {
        width: 100%;
        float: none;
    }

    .colornow-left h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .colornow-left-box1 {
        margin-top: 20px;
    }

    .colornow-left-box2 {
        margin-top: 15px;
    }

    .colornow-img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .colornow-img img {
        height: auto;
    }

    .series-box {
        margin-top: 30px;
    }

    .series-box p {
        margin-top: 10px;
    }

    .series-box img {
        min-height: 150px;
        object-fit: cover;
    }
}

.color-ul {
    overflow: hidden;
    width: calc(100% + 22px);
}

.color-ul li {
    float: left;
    width: calc(20% - 22px);
    margin-right: 22px;
    margin-bottom: 22px;
}

.color-ul li a {
    display: block;
    width: 100%;
}

.color-ul li a .color-block {
    width: 100%;
    padding-bottom: 100%;
}

.color-ul li a p {
    color: #7f7f7f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.title-color-series {
    margin-top: 140px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.case-ul {
    overflow: hidden;
    width: calc(100% + 30px);
}

.case-ul li {
    float: left;
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.case-ul li a {
    display: block;
}

.case-img {
    overflow: hidden;
}

.case-img img {
    width: 100%;
    transition: all .3s;
}

.case-ul li a:hover img {
    transform: scale(1.1);
}

.case-ul li a h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.case-ul li a .case-more {
    font-size: 14px;
    color: #707070;
}

@media only screen and (max-width: 1199px) {
    .color-ul li {
        width: calc(25% - 22px);
    }

    .case-ul {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .color-ul li {
        width: calc(33.33% - 22px);
    }

    .case-ul {
        margin-top: 50px;
    }

    .case-ul li {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .color-ul li {
        width: calc(50% - 22px);
    }

    .case-ul {
        margin-top: 30px;
    }

    .case-ul li a h3 {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .case-ul {
        width: 100%;
    }

    .case-ul li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }
}

/*新闻*/
.news-ul {
    margin-top: -80px;
    margin-bottom: 80px;
}

.news-ul li {
    display: flex;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news-img {
    width: 33.33%;
    flex-shrink: 0;
}

.news-img a {
    display: block;
    overflow: hidden;
}

.news-img a img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.news-img a:hover img {
    transform: scale(1.1);
}

.news-right {
    flex-grow: 1;
    margin: 0 40px 0 70px;
}

.news-right h4 {
    font-size: 18px;
    color: #6a6a6a;
    margin-bottom: 15px;
}

.news-right h3 {
    margin-bottom: 25px;
}

.news-right h3 a {
    font-size: 36px;
    color: #000;
}

.news-ms {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.news-more {
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e1e1e1;
    flex-shrink: 0;
    font-size: 18px;
    color: #454545;
}

@media only screen and (max-width: 1199px) {
    .news-right h3 a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .news-more {
        display: none;
    }

    .news-right {
        margin: 0 0 0 30px;
    }

    .news-ul li {
        padding: 45px 0;
    }

    .news-ul {
        margin-top: -40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .news-ul {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .news-ul li {
        display: block;
        padding: 20px 0;
    }

    .news-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-right {
        width: 100%;
        margin: 0;
    }

    .news-right h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news-right h3 {
        margin-bottom: 15px;
    }

    .news-right h3 a {
        font-size: 24px;
    }
}

/*新闻内页*/
.inside-page-title {
    padding-bottom: 30px;
    margin-top: 70px;
    position: relative;
}

.inside-page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #ddd;
}

.inside-page-title h3 {
    font-size: 36px;
    color: #000;
}

.inside-page-title h4 {
    font-size: 14px;
    color: #525252;
    margin-top: 15px;
}

.inside-page-conetnt {
    font-size: 16px;
    color: #6f6f6f;
    margin: 50px 0;
}

.inside-page {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inside-page a {
    display: flex;
    align-items: center;
    height: 60px;
}

.inside-page a span {
    width: 60px;
    height: 60px;
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.inside-page a em {
    margin: 0 14px;
    font-size: 18px;
    color: #666;
    font-style: normal;
}

.inside-wrap {
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px ) {
    .inside-page-title h3 {
        font-size: 30px;
    }

    .inside-page-title {
        margin-top: 45px;
    }

    .inside-wrap {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px ) {
    .inside-page-title h3 {
        font-size: 22px;
    }

    .inside-page-title {
        margin-top: 30px;
    }

    .inside-wrap {
        margin-bottom: 30px;
    }

    .inside-page-conetnt {
        font-size: 14px;
        margin: 30px 0;
    }

    .inside-page-conetnt img {
        max-width: 100%;
    }

    .inside-page a {
        height: 40px;
    }

    .inside-page a span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .inside-page a em {
        margin: 0 10px;
        font-size: 14px;
    }
}

/*地图*/
.select-box {
    display: flex;
    margin-bottom: 40px;
}

.select-box select {
    flex-grow: 1;
    margin-right: 22px;
    height: 60px;
    background: #F3F6FA;
    border: 10px solid #F3F6FA;
    color: #333;
    padding: 0 0 0 38px;
}

.select-box button {
    height: 60px;
    width: 170px;
    border-radius: 5px;
    background-color: #C6000B;
    border: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.map-box {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.map-box img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 767px ) {
    .select-box {
        margin-bottom: 10px;
        display: block;
    }

    .select-box select {
        width: 100%;
        height: 40px;
        margin-right: 0;
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .select-box button {
        height: 40px;
        width: 120px;
        font-size: 16px;
    }
}

/*加盟*/
.join-list {
    width: calc(100% + 11px);
    overflow: hidden;
}

.join-list li {
    float: left;
    width: calc(33.33% - 11px);
    margin-right: 11px;
    position: relative;
    overflow: hidden;
}

.join-list li img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.join-list li:hover img {
    transform: scale(1.1);
}

.join-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background: transparent;
    transition: all .3s;
    padding: 15px;
}

.join-list li:hover .join-mask {
    color: #4e4e4e;
    background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px ) {
    .join-list {
        width: 100%;
    }

    .join-list li {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .join-mask {
        font-size: 16px;
    }
}

.join-map-wrap {
    display: flex;
    align-items: flex-end;
}

.join-map {
    flex-grow: 1;
    margin-right: 80px;
}

.join-map img {
    display: block;
    width: 100%;
}

.join-map-content {
    flex-shrink: 0;
    padding-bottom: 40px;
}

.join-map-content h3 {
    font-size: 24px;
    color: #242424;
    margin-bottom: 22px;
}

.join-map-content p {
    line-height: 44px;
    font-size: 20px;
    color: #242424;
}

.join-map-content p span {
    font-size: 36px;
    color: #DF0000;
    font-weight: bold;
    margin-right: 5px;
}

.join-map-content p span em {
    font-style: normal;
}

@media only screen and (max-width: 767px ) {
    .join-map-wrap {
        flex-wrap: wrap;
    }

    .join-map {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .join-map-content {
        width: 100%;
        padding-bottom: 0;
    }

    .join-map-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .join-map-content p {
        line-height: 30px;
        font-size: 16px;
    }

    .join-map-content p span {
        font-size: 24px;
    }
}

/*表单*/
.join-form {
    background: #F0F8FF;
    padding: 80px 0 140px;
}

.join-form-title {
    line-height: 60px;
    font-size: 36px;
    color: #242424;
    font-weight: bold;
}

.join-form-content {
    overflow: hidden;
    width: calc(100% + 45px);
    font-size: 18px;
    color: #333;
}

.join-form-content input {
    float: left;
    width: calc(33.33% - 45px);
    height: 60px;
    margin-top: 30px;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    margin-right: 45px;
    color: #333;
    padding-right: 50px;
    -webkit-appearance: none;
}

.join-form-content input:first-child {
    background: url(../images/form-user.png) no-repeat right center;
}

.join-form-content input:nth-child(2) {
    background: url(../images/form-phone.png) no-repeat right center;
}

.join-form-content input:nth-child(3) {
    background: url(../images/form-email.png) no-repeat right center;
}

.join-form-content input::placeholder {
    color: #868686;
}

.join-form-content select {
    float: left;
    width: calc(33.33% - 45px);
    height: 60px;
    margin-top: 30px;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    margin-right: 45px;
    color: #333;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.join-form-content textarea {
    display: block;
    width: calc(100% - 45px);
    margin-top: 30px;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    color: #333;
    height: 200px;
    resize: none;
    line-height: 30px;
    padding: 15px 0;
    -webkit-appearance: none;
}

.join-form-content textarea::placeholder {
    color: #868686;
}

.join-form-content .notes {
    margin-top: 15px;
    color: #454545;
}

.join-form-content button {
    float: right;
    display: block;
    margin-top: 70px;
    width: 200px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #B20000;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: all .3s;
    margin-right: 45px;
}

.join-form-content button:hover {
    color: #fff;
    background-color: #B20000;
}

@media only screen and (max-width: 991px ) {
    .join-form-title {
        font-size: 24px;
        font-weight: normal;
    }

    .join-form {
        padding: 50px 0;
    }

    .join-form-content button {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px ) {
    .join-form {
        padding: 30px 0;
    }

    .join-form-title {
        font-size: 22px;
    }

    .join-form-content {
        font-size: 16px;
        width: 100%;
    }

    .join-form-content input {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        margin-right: 0;
    }

    .join-form-content select {
        width: 100%;
        height: 50px;
        margin-top: 15px;
        margin-right: 0;
    }

    .join-form-content textarea {
        width: 100%;
        margin-top: 15px;
        height: 120px;
        line-height: 24px;
    }

    .join-form-content button {
        margin-top: 20px;
        float: left;
        width: 140px;
        height: 45px;
        font-size: 16px;
        margin-right: 0;
    }
}

/*灵感*/

/*灵感*/
.idea-box {
    margin: 50px auto 100px;
    padding-left: 241px;
}
.idea-box h3 {
    font-size: 51px;
    color: #333;
    margin-bottom: 20px;
}
.idea-box h4 {
    font-size: 51px;
    color: #333;
    font-weight: bold;
}
.idea-box p {
    color: #000;
    margin-top: 40px;
}

@font-face {
    font-family: "Tikkurila";
    src: url("../fonts/TikkurilaConsumerSerif.otf");
}
#banner .content-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70%;
    word-break: keep-all;
    font-family: "Tikkurila";
}

#banner .content-box h3{
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
#banner .content-box h4{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#banner .content-box p{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
@media only screen and (max-width:1199px ) {
    .idea-box {
        margin: 50px 0;
        padding: 0;
    }
    .idea-box h3 {
        font-size: 40px;
    }
    .idea-box h4 {
        font-size: 40px;
    }
    .idea-box p {
        color: #000;
        margin-top: 20px;
    }
}
@media only screen and (max-width:991px ) {
    .idea-box {
        margin: 45px 0;
    }
    .idea-box h3 {
        font-size: 30px;
    }
    .idea-box h4 {
        font-size: 30px;
    }
}
@media only screen and (max-width:767px ) {
    .idea-box {
        margin: 30px 0;
    }
    .idea-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .idea-box h4 {
        font-size: 22px;
    }
    .idea-box p {
        margin-top: 10px;
    }
    #banner .content-box {
        width: 90%;
    }
    #banner .content-box h3 {
        font-size: 30px;
    }
    #banner .content-box h4 {
        font-size: 30px;
    }
}


/*
.idea-box {
    margin: 50px auto 100px;
    padding-left: 241px;
}

.idea-box h3 {
    font-size: 51px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.idea-box h4 {
    font-size: 51px;
    color: #333;
    font-weight: bold;
}

.idea-box .content-idea {
    color: #000;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px ) {
    .idea-box {
        margin: 50px 0;
        padding: 0;
    }

    .idea-box h3 {
        font-size: 40px;
    }

    .idea-box h4 {
        font-size: 40px;
    }

    .idea-box .content-idea {
        color: #000;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px ) {
    .idea-box {
        margin: 45px 0;
    }

    .idea-box h3 {
        font-size: 30px;
    }

    .idea-box h4 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px ) {
    .idea-box {
        margin: 30px 0;
    }

    .idea-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .idea-box h4 {
        font-size: 22px;
    }

    .idea-box .content-idea {
        margin-top: 10px;
    }
}
*/

.idea-ul {
    overflow: hidden;
    width: calc(100% + 8px);
}

.idea-ul li {
    float: left;
    width: calc(33.33% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}

.idea-ul li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.idea-ul li a img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.idea-ul li a:hover img {
    transform: scale(1.1);
}

.idea-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s;
}

.idea-hover h3 {
    font-size: 18px;
}

.idea-hover p {
    font-size: 14px;
}

.idea-ul li a:hover .idea-hover {
    opacity: 1;
}

@media only screen and (max-width: 991px ) {
    .idea-ul li {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 500px ) {
    .idea-ul {
        overflow: hidden;
        width: 100%;
    }

    .idea-ul li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .idea-hover h3 {
        font-size: 16px;
    }
}

/*颜色*/
.color-box {
    overflow: hidden;
    margin-bottom: 80px;
}

.color-img {
    float: right;
    width: 54%;
}

.color-img img {
    width: 100%;
    display: block;
}

.color-box-left {
    float: left;
    width: calc(46% - 80px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.color-box-left h3 {
    font-size: 48px;
    color: #242424;
    margin-bottom: 35px;
}

.color-ms {
    color: #242424;
    height: 250px;
    overflow-y: auto;
}

.color-search {
    border-top: 1px solid #ddd;
    padding-top: 45px;
}

.color-search-box {
    border: 1px solid #7D7D7D;
    height: 50px;
    display: flex;
}

.color-search-box input {
    height: 100%;
    border: none;
    background: none;
    padding-left: 20px;
    flex-grow: 1;
}

.color-search-box .btn {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #f00;
    flex-shrink: 0;
}

@media only screen and (max-width: 1599px ) {
    .color-ms {
        height: 175px;
    }
}

@media only screen and (max-width: 1199px ) {
    .color-ms {
        height: auto;
        margin-bottom: 20px;
    }

    .color-box-left h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .color-box {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px ) {
    .color-box-left h3 {
        font-size: 28px;
    }

    .color-search {
        padding-top: 20px;
    }

    .color-box-left {
        width: calc(46% - 30px);
    }

    .color-box {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px ) {
    .color-box-left {
        width: 100%;
    }

    .color-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .color-box-left h3 {
        font-size: 24px;
    }
}

.color-main {
    overflow: hidden;
}

.color-main-left {
    float: left;
    width: 240px;
}

.color-main-left > h3 {
    border-top: 1px solid #000;
    padding: 30px 0;
    font-size: 30px;
    color: #2b2b2b;
}

.color-left-ul {
    overflow: hidden;
}

.color-left-ul li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 30px;
}

.color-left-ul li span {
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.color-left-ul li:hover span,
.color-left-ul li.active span {
    color: #f00;
}

.color-left-ul li em {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #7d7d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.color-left-ul li.active em {
    border: 1px solid #f00;
}

.color-left-ul li em img {
    display: none;
    width: 100%;
    height: 100%;
}

.color-left-ul li.active em img {
    display: block;
    filter: drop-shadow(#f00 50px 0);
    -webkit-filter: drop-shadow(#f00 50px 0);
    /*left: -50px;*/
    position: relative;
}


.color-left-list li {
    margin-bottom: 40px;
}
.color-left-list li a {
    display: block;
    color: #333;
}
.color-left-list li a:hover, .color-left-list li.active a h3, .color-left-list li.active a h4 {
    color: #f00;
}
.color-left-list li a h3{
    font-size: 18px;
    font-weight: bold;
}
.color-left-list li a h4 {
    font-size: 16px;
    font-weight: normal;
}

.color-main-right {
    float: right;
    width: calc(100% - 240px - 100px);
}

.color-main-right .color-ul li {
    width: calc(16.66% - 22px);
}

@media only screen and (max-width: 1599px ) {
    .color-main-right .color-ul li {
        width: calc(20% - 22px);
    }
}

@media only screen and (max-width: 1199px ) {
    .color-main-right .color-ul li {
        width: calc(25% - 22px);
    }
}

@media only screen and (max-width: 991px ) {
    .color-main-right .color-ul li {
        width: calc(33.33% - 22px);
    }

    .color-main-right {
        float: right;
        width: calc(100% - 240px - 30px);
    }

    .color-main-left > h3 {
        padding: 15px 0;
        font-size: 24px;
    }
}

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

    .color-main-left {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .color-left-ul li {
        margin-bottom: 10px;
    }

    .color-main-right {
        width: 100%;
        float: none;
    }

    .color-left-list li {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px ) {
    .color-main-right .color-ul li {
        width: calc(50% - 22px);
    }
}

/*案例*/
.case-wrap {
    margin: 80px auto 60px;
}

.case-wrap .case-ul {
    margin-top: 0;
}

.case-ul li.li-message {
    width: calc(66.66% - 30px);
    text-align: center;
}

.case-ul li.li-message h4 {
    line-height: 60px;
    font-size: 36px;
    color: #242424;
}

.case-ul li.li-message p {
    margin-top: 25px;
    font-size: 18px;
    color: #373737;
}

.case-ul li.li-message > a {
    margin: 55px auto 0;
    width: 173px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #373737;
    border: 1px solid #2b2b2b;
}

.case-ul li.li-message a:hover {
    color: #f00;
    border: 1px solid #f00;
}

.color-wrap {
    padding: 105px 0;
    background-color: #f4f4f6;
}

.color-wrap .index-color {
    margin: 0 auto;
}

.long-img-case {
    margin: 100px auto;
}

.long-img-case .case-ul {
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {
    .case-wrap {
        margin: 60px auto 30px;
    }

    .case-ul li.li-message h4 {
        line-height: 50px;
        font-size: 30px;
    }

    .case-ul li.li-message p {
        margin-top: 15px;
    }

    .case-ul li.li-message > a {
        margin: 35px auto 0;
        width: 120px;
        height: 45px;
    }

    .color-wrap {
        padding: 60px 0;
    }

    .long-img-case {
        margin: 60px auto;
    }
}

@media only screen and (max-width: 991px) {
    .case-ul li.li-message {
        width: 100%;
    }

    .case-wrap {
        margin: 45px auto 15px;
    }

    .color-wrap {
        padding: 45px 0;
    }

    .long-img-case {
        margin: 45px auto 15px;
    }
}

.swiper-color {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .case-wrap {
        margin: 30px auto 0;
    }

    .color-wrap {
        padding: 30px 0;
    }

    .long-img-case {
        margin: 30px auto 0;
    }

    .case-ul li.li-message h4 {
        line-height: 40px;
        font-size: 24px;
    }

    .case-ul li.li-message p {
        margin-top: 10px;
        font-size: 16px;
    }

    .case-ul li.li-message > a {
        margin: 15px auto 0;
        width: 120px;
        height: 35px;
        font-size: 14px;
    }
}

/*环保认证*/
.authentication-title {
    margin-bottom: 40px;
    color: #252525;
    padding-left: 40px;
}

.authentication-title h3 {
    margin-bottom: 10px;
    font-size: 50px;
}

.authentication-title h4 {
    font-weight: bold;
    font-size: 50px;
}

.authentication-box {
    overflow: hidden;
}

.authentication-img {
    width: 547px;
    float: left;
}

.authentication-img img {
    display: block;
    width: 100%;
}

.authentication-right {
    float: right;
    width: calc(100% - 70px - 547px);
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.authentication-right h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #222;
}

.authentication-content {
    font-size: 18px;
    color: #222;
}

@media only screen and (max-width: 1199px) {
    .authentication-right {
        width: calc(50% - 30px);
    }

    .authentication-img {
        width: 50%;
    }

    .authentication-title {
        margin-bottom: 20px;
    }

    .authentication-title h3 {
        font-size: 35px;
    }

    .authentication-title h4 {
        font-size: 35px;
    }

    .authentication-right {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .authentication-title {
        margin-bottom: 0;
    }

    .authentication-title h3 {
        font-size: 28px;
    }

    .authentication-title h4 {
        font-size: 28px;
    }

    .authentication-right {
        height: 320px;
    }

    .authentication-right {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .authentication-title {
        padding-left: 0;
    }

    .authentication-title h3 {
        font-size: 24px;
    }

    .authentication-title h4 {
        font-size: 24px;
    }

    .authentication-img {
        float: none;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }

    .authentication-right {
        height: auto;
        max-width: 500px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .authentication-right h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .authentication-content {
        font-size: 14px;
        line-height: 24px;
    }

    .authentication-box {
        margin-bottom: 10px;
    }
}


/*产品内页*/
.inside-product {
    overflow: hidden;
}

.product-left-img {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 650px;
}

.product-left-img img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.product-message {
    float: right;
    width: calc(50% - 210px);
    padding-top: 20px;
}

.product-message h3 {
    font-size: 36px;
    color: #222;
    margin-bottom: 35px;
}

.product-ms {
    font-size: 18px;
    color: #222;
}

.product-message .message-title {
    margin: 25px 0 15px;
    font-size: 18px;
    color: #222;
}

.technology-list {
    overflow: hidden;
}

.technology-item {
    float: left;
    width: 81px;
    height: 81px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

.technology-item img {
    display: block;
    max-width: 65%;
    max-height: 65%;
}

.gloss-box {
    margin-top: 24px;
    display: flex;
}

.gloss-list {
    overflow: hidden;
    height: 25px;
    border: 1px solid #000;
    border-right: none;
}

.gloss-list li {
    float: left;
    width: 23px;
    height: 23px;
    border-right: 1px solid #000;
}

.gloss-list li.active {
    background: #f00;
}

.gloss-text {
    margin-left: 25px;
    font-size: 18px;
    color: #222;
}

.product-attestation {
    display: flex;
    flex-wrap: wrap;
}

.product-attestation-item {
    flex: 0 0 125px;
    text-align: center;
    margin-right: 10px;
}

.product-attestation-item:last-child {
    margin-right: 0;
}

.list-sec {
    margin-top: 65px;
}

.list-sec:first-child {
    margin-top: 0;
}

.product-attestation-item img {
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.product-attestation-item .word {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.product-nr {
    margin-top: 35px;
}

.product-nr-title {
    font-size: 18px;
    color: #242424;
    margin: 25px 0;
}

.product-nr-content {
    font-size: 18px;
    color: #525252;
}

@media only screen and (max-width: 1599px) {
    .product-message {
        width: calc(50% - 50px);
    }
}

@media only screen and (max-width: 1199px) {
    .technology-item {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .product-message h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-left-img {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .product-left-img img {
        max-width: 90%;
        height: auto;
    }

    .product-message {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .product-message h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-ms {
        font-size: 14px;
    }

    .message-title {
        font-size: 16px;
        margin: 15px 0;
    }

    .technology-item {
        margin: 0 10px 10px 0;
        width: 51px;
        height: 51px;
    }

    .gloss-box {
        margin-top: 10px;
    }

    .gloss-text {
        margin-left: 15px;
        font-size: 14px;
    }

    .product-attestation-item {
        margin-left: 10px;
    }

    .product-attestation-item img {
        width: 50px;
        height: 50px;
    }

    .product-attestation-item p {
        font-size: 14px;
    }

    .product-nr-title {
        margin: 15px 0;
        font-size: 16px;
    }

    .product-nr-content {
        font-size: 14px;
    }

    .product-nr {
        margin-top: 20px;
    }
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*关于*/
.about-box {
    padding: 100px 0;
    display: flex;
    align-items: flex-start;
}

.about-img {
    width: 145px;
    flex-shrink: 0;
    margin-right: 85px;
}

.about-img img {
    display: block;
    width: 100%;
}

.about-box-content {
    flex-grow: 1;
}

.about-box-content h3 {
    font-size: 30px;
    color: #333;
    line-height: 48px;
    margin-bottom: 45px;
}

.about-box-content .content-box {
    color: #333;
    line-height: 24px;
}

.about-box-wrap {
    background-color: #F7F7F7;
}

.history-box {
    margin-top: 20px;
}

.history-video {
    overflow: hidden;
    position: relative;
}

.history-video img,
.history-video video {
    display: block;
    width: 100%;
}

.video-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../images/play-icon.png) no-repeat center;
    background-size: 100% 100%;
}

.development-title {
    font-size: 24px;
    color: #515151;
    margin-top: 50px;
}

.development-list {
    overflow: hidden;
    margin-top: 40px;
    width: calc(100% + 30px);
}

.development-list li {
    float: left;
    width: calc(33.33% - 30px);
    margin-right: 30px;
    display: flex;
    margin-bottom: 80px;
    align-items: flex-end;
}

.develop-icon {
    flex-shrink: 0;
    width: 101px;
    height: 95px;
    margin-right: 14px;
}

.develop-icon1 {
    background: url("../images/green-icon1.png") no-repeat center;
    background-size: contain;
}

.develop-icon2 {
    background: url("../images/green-icon2.png") no-repeat center;
    background-size: contain;
}

.develop-icon3 {
    background: url("../images/green-icon3.png") no-repeat center;
    background-size: contain;
}

.develop-icon4 {
    background: url("../images/green-icon4.png") no-repeat center;
    background-size: contain;
}

.develop-icon5 {
    background: url("../images/green-icon5.png") no-repeat center;
    background-size: contain;
}

.develop-icon6 {
    background: url("../images/green-icon6.png") no-repeat center;
    background-size: contain;
}

.develop-right {
    flex-grow: 1;
}

.develop-right h4 {
    font-size: 48px;
    color: #56C185;
}

.develop-right p {
    line-height: 36px;
    color: #515151;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
    .about-box {
        padding: 50px 0;
    }

    .about-img {
        width: 120px;
        margin-right: 30px;
    }

    .about-box-content h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .development-title {
        margin-top: 30px;
    }

    .development-list li {
        margin-bottom: 50px;
    }

    .develop-icon {
        width: 100px;
        height: 100px;
    }

    .develop-right h4 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .about-box {
        padding: 30px 0;
    }

    .about-img {
        width: 100px;
        margin-right: 15px;
    }

    .about-box-content h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .development-title {
        margin-top: 20px;
    }

    .development-list li {
        margin-bottom: 40px;
        width: calc(50% - 30px);
    }

    .develop-icon {
        width: 80px;
        height: 80px;
    }

    .develop-right h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .about-box {
        padding: 30px;
        flex-wrap: wrap;
    }

    .about-box-content {
        width: 100%;
        flex-basis: 100%;
    }

    .about-img {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .development-list {
        width: 100%;
    }

    .development-list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-box-content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .development-title {
        font-size: 22px;
        line-height: 30px;
    }
}

.breadcrumb-pro {
    text-align: right;
    font-size: 12px;
    color: #707070;
}

.breadcrumb-pro a img {
    width: 24px;
    height: 24px;
}

.breadcrumb-pro a {
    display: inline-block;
    padding: 0 5px;
    color: #707070;
}

.breadcrumb-pro a.active {
    color: #000;
}

.container-base {
    margin: 20px 0;
    color: #999999;
}

.container-base .location, .container-base .location a {
    color: #333;
}

.container-base .article {
    margin-top: 20px;
}


/*颜色详情页*/
.inside-color-left {
    float: left;
    width: calc(50% - 45px);
}

.inside-color-scroll {
    position: relative;
}

.inside-color-scroll .bd {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 5px solid #f5f5f5;
    height: 700px;
}

.inside-color-scroll .bd .tempWrap {
    height: 100%;
}

.inside-color-scroll .bd ul {
    height: 100%;
    overflow: hidden;
}

.inside-color-scroll .bd ul li {
    width: 100%;
    height: 100%;
}

.inside-color-scroll .bd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside-color-scroll .bd .prev {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 90px;
    bottom: 30px;
    background: url(../images/arraw-left.png) no-repeat center #fff;
}

.inside-color-scroll .bd .prev:hover {
    background: url(../images/arraw-left-hover.png) no-repeat center #fff;
}

.inside-color-scroll .bd .next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    bottom: 30px;
    background: url(../images/arraw-right.png) no-repeat center #fff;
}

.inside-color-scroll .bd .next:hover {
    background: url(../images/arraw-right-hover.png) no-repeat center #fff;
}

.inside-color-right {
    float: right;
    width: 50%;
}

.inside-color-scroll .hd {
    margin-top: 90px;
    overflow: hidden;
    position: relative;
}

.inside-color-scroll .hd ul {
    overflow: hidden;
    width: calc(100% + 25px);
}

.inside-color-scroll .hd li {
    margin-right: 15px;
    width: 215px;
    height: 215px;
    cursor: pointer;
    border: 4px solid #f5f5f5;
    float: left;
}

.inside-color-scroll .hd li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside-color-scroll .hd li.on {
    border: 4px solid #f00;
}

.color-details {
    height: 700px;
    display: flex;
    flex-direction: column;
}

.color-details h2 {
    font-size: 60px;
    color: #373737;
    line-height: 80px;
}

.color-details h3 {
    font-size: 30px;
    color: #212121;
    margin-top: 15px;
    line-height: 45px;
}

.details-ms {
    font-size: 20px;
    color: #212121;
    line-height: 30px;
    margin-top: 35px;
}

.fill {
    flex: 1;
}

.color-details .notice {
    font-size: 16px;
    color: #212121;
}

.color-details .add-list {
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    background-color: #f00;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 40px;
}

.color-details .notes {
    font-size: 16px;
    color: #212121;
    margin-bottom: 30px;
}

.color-param {
    margin-top: 90px;
}

.param-box {
    color: #4f4f4f;
    line-height: 30px;
    margin-bottom: 30px;
}

.param-box h3 {
    font-size: 18px;
}

.download-a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-left: 36px;
    background: url(../images/download-icon.png) no-repeat left center;
    font-size: 16px;
    color: #848484;
}

@media only screen and (max-width: 1599px) {
    .inside-color-scroll .bd {
        height: 550px;
    }

    .color-details {
        height: 550px;
    }

    .inside-color-scroll .hd li {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .inside-color-scroll .bd {
        height: 450px;
    }

    .color-details {
        height: 450px;
    }

    .color-details h2 {
        font-size: 40px;
        line-height: 50px;
    } {
    font-size: 24px;
    line-height: 30px;
}
    .color-details h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .details-ms {
        margin-top: 25px;
    }

    .color-details .add-list {
        margin: 15px 0;
    }

    .color-details .notes {
        margin-bottom: 0;
    }

    .details-ms {
        font-size: 18px;
    }

    .inside-color-scroll .hd {
        margin-top: 30px;
    }

    .color-param {
        margin-top: 30px;
    }

    .inside-color-scroll .hd li {
        width: 100px;
        height: 100px;
    }

    .param-box {
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .inside-color-left {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .inside-color-right {
        float: none;
        width: 100%;
    }

    .color-details {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .inside-color-scroll .bd {
        height: 280px;
    }

    .inside-color-scroll .hd {
        margin-top: 10px;
    }

    .inside-color-scroll .hd ul {
        width: 100%;
    }

    .inside-color-scroll .hd li {
        margin-right: 0;
        width: 95px;
        height: 95px;
    }

    .inside-color-left {
        margin-bottom: 20px;
    }

    .color-details h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .color-details h3 {
        font-size: 20px;
    }

    .color-details .details-ms {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .color-details .add-list {
        height: 50px;
        font-size: 16px;
    }

    .color-details .notes {
        font-size: 14px;
    }

    .color-details .notice {
        font-size: 14px;
    }

    .param-box h3 {
        font-size: 16px;
    }

    .param-box p {
        font-size: 14px;
    }

    .download-a {
        font-size: 14px;
    }
}

/** 联系我们 */
.contact-top-content {
    height: 170px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    background-color: #F6F6F6;
}

.contact-us {
    background: white;
}

.contact-us .join-form-title {
    font-size: 26px;
}

@media only screen and (max-width: 991px) {
    .contact-top-content {
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-top-content {
        height: 100px;
    }
}


/** 品牌brand */
.banner-video-icon {
    margin-left: 70px;
    cursor: pointer;
    display: inline-block;
}
.banner-video-icon img {
    width: 41px !important;
    height: 41px !important;
    display: inline-block;
}

.brand-box {
    margin: 0 110px 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-img {
    max-width: 45%;
}
.brand-img img {
    display: block;
    max-width: 100%;
}
.brand-ms {
    flex-grow: 1;
    margin-left: 70px;
    margin-right: 0;
    max-width: 50%;
}
.brand-ms h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.brand-ms-content {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}
.brand-box:nth-child(2n) {
    flex-direction: row-reverse;
}
.brand-box:nth-child(2n) .brand-ms {
    margin-left: 0;
    margin-right: 70px;
}
.brand-video {
    margin-bottom: 130px;
}
@media only screen and (max-width: 1599px) {
    .brand-box {
        margin: 0 0 130px;
    }
}
@media only screen and (max-width: 991px) {
    .brand-box {
        margin: 0 0 70px;
    }
    .brand-video {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .brand-box {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .brand-video {
        margin-bottom: 30px;
    }
    .brand-img {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .brand-ms {
        margin: 0 !important;
        width: 100%;
        max-width: none;
    }
    .brand-ms h3 {
        font-size: 20px;
    }
    .brand-ms-content {
        margin-top: 10px;
        line-height: 24px;
    }
}


.security-main {
    max-width: 840px;
}
.security-title {
    max-width: 514px;
    height: 65px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background-color: #AE817A;
    margin: 0 auto 60px;
    width: 80%;
}
.security-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.security-box:last-child {
    margin-bottom: 0;
}
.security-item {
    max-width: 45%;
}
.security-item.big {
    max-width: 59.5%;
}
.security-item.small {
    max-width: 32%;
}
.security-item img {
    display: block;
    width: 100%;
}
.security-item p {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
}
.security-process {
    margin-bottom: 100px;
}
.process-box {
    margin-bottom: 70px;
    display: flex;
}
.process-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-color: #AE817A;
    flex-shrink: 0;
}
.process-content {
    flex-grow: 1;
    margin-left: 22px;
}
.process-content h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 5px;
    line-height: 40px;
    margin-top: 5px;
}
.process-content p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.total {
	text-align: right;
	font-size: 14px;
}
.total span {
	font-size: 16px;
	color: #f00;
	font-weight: bold;
	margin-right: 5px;
}



.news-ul.search-ul li .news-right {
    margin-left: 0;
}


.result-list {
    overflow: hidden;
    margin: 70px auto 50px;
}
.result-item {
    float: left;
    width: 33.33%;
    padding-right: 30px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 100px;
    height: 120px;
}
.result-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #C6000B;
}
.result-item h3 {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.result-item .result-content {
    font-size: 14px;
    line-height: 24px;
    max-width: 260px;
    color: #7c7c7c;
}

@media only screen and (max-width: 767px) {
    .security-title {
        font-size: 20px;
        height: 45px;
        margin-bottom: 30px;
    }
    .security-box {
        margin-bottom: 30px;
    }
    .security-item p {
        height: 35px;
        font-size: 14px;
        word-break: keep-all;
    }
    .process-number {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .process-content h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .process-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .process-box {
        margin-bottom: 20px;
    }
    .security-process {
        margin-bottom: 40px;
    }

    .result-list {
        margin: 30px auto;
    }
    .result-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .result-item h3 {
        font-size: 16px;
    }
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background: #f00;
}
