﻿
/* CSS Document */

/*公用*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    .inbottom word-break: normal !important;
    word-wrap: break-word !important;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #333;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

::after,
::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    font-size: 12px;
    color: #262626;
    font-family: Arial, "Microsoft Yahei";
    overflow-x: hidden;
    /*min-width: 1200px;*/
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: Arial, "Microsoft YaHei";
    font-size: 12px;
    outline: none;
}

/*-------------------------公共部分样式--------------------------------*/

.bgimg-common {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-common {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*动画*/

.donghua {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*-------------------------公共部分样式 end--------------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fg {
    clear: both;
    width: 100%;
    height: 0px;
}

.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}

.wrap1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
    position: relative;
}

.wrap2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    position: relative;
}

.height80 {
    height: 80px;
}

.red {
    color: #F00;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

/*
#zd {
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 100000px;
    background: url(/images/hei.png);
    top: 0px;
    left: 0px;
    opacity: 0;
}

#zi {
    position: fixed;
    z-index: 10001;
    height: 30px;
    line-height: 30px;
    padding: 15px 20px;
    background: #fff;
    color: #666;
    font-size: 16px;
    box-shadow: 0 0 10px #333;
    opacity: 0;
    display: block;
}

#zi i {
    display: block;
    height: 30px;
    width: 30px;
    background: url(/images/gt.png);
    float: left;
    margin-right: 8px;
}*/

/*
#cha-box {
    width: 480px;
    height: 320px;
    position: fixed;
    z-index: 1000000;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -160px -240px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .175);
}

#cha-box .type {
    height: 63px;
    background: url(../images/ww_03.png) center
}

#cha-box .view {
    width: 415px;
    border-bottom: 1px solid #ddd;
    height: 160px;
    padding-top: 18px;
    margin: auto;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 3em;
}

#cha-box .bottom {
    width: 415px;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    margin: auto;
    position: relative;
}*/

/*top*/

#top {
    height: 80px;
    margin: auto;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
}

#top .top {
    height: 100%;
    position: relative;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .top #logo {
    display: block;
    width: 120px;
    margin: 0 31px
}

#top .top #logo img {
    width: 100%;
}

#top .topdiv {
    display: flex;
    max-width: 1820px;
    margin: 0 auto;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    width: 98%
}

#top .topdiv .webdian {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #787878;
    text-decoration: underline;
}

#top .topdiv .webdian .icon {
    display: block;
    width: 18px;
    height: 20px;
    background-image: url(../image/icon_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px
}

#top .topdiv .top .a {
    font-size: 14px;
    color: #595959;
    display: block;
    margin: 0 31px;
}

#top .topdiv .top .topli {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#top .topdiv .top .topli.on .a {
    color: #235f4d
}

#top .topdiv .top .topli .lisub {
    position: fixed;
    top: 80px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

#top .topdiv .top .topli:hover .lisub {
    opacity: 1;
    height: auto;
}

#top .topdiv .top .topli .lisub .img {
    width: 366px;
    height: 288px;
}

#top .topdiv .top .topli .lisub .img img {
    width: 100%;
    height: 100%;
}

#top .topdiv .top .topli .lisub .menu-a {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 29px 0 0 50px;
}

#top .topdiv .top .topli .lisub .menu-a .aa {
    display: block;
    font-size: 14px;
    color: #252525;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    width: 230px;
    margin-right: 50px;
    position: relative;
    transition: all .5s ease;
}

#top .topdiv .top .topli:hover .lisub .menu-a .aa {
    height: 40px;
    line-height: 40px;
}

#top .topdiv .top .topli .lisub .menu-a .aa .ii {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #9fa1a5;
    border-radius: 100%;
    margin-top: -8px;
}

#top .topdiv .top .topli .lisub .menu-a .aa .ii::after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 54%;
    font-family: 'simsun';
    color: #a1a3a6;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
}

#top .topdiv .top .topli .lisub .menu-a .aa.on .ii {
    background-color: #235f4d;
    border: 1px solid #235f4d;
}

#top .topdiv .top .topli .lisub .menu-a .aa.on .ii::after {
    color: #ffffff;
}

#top .topdiv .search {
    display: flex;
    align-items: center;
}

#top .topdiv .search .search-btn {
    margin-right: 30px
}

#top .topdiv .search .search-btn .sicon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

#top .topdiv .search .onlineshop {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #787878
}

#top .topdiv .search .onlineshop .icon {
    display: block;
    width: 22px;
    height: 20px;
    background-image: url(../image/icon_03.png);
    margin-right: 10px;
}

.search-form {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    border-top: 2px solid #efefef;
    display: flex;
    align-items: center;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.search-btn.on .search-form {
    height: 100px;
    opacity: 1;
    visibility: visible;
}

.search-form .s-form {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.search-form .s-form .search-box {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    height: 0;
    font-size: 24px;
    padding-right: 30px;
    box-sizing: border-box;
    transition: all .6s ease
}

.search-btn.on .search-form .s-form .search-box {
    height: 42px;
    line-height: 42px;
}

.search-form .s-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-image: url(../image/icon_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/*top end*/

/*nav*/

#nav {
    height: 45px;
    background: #1e4e41;
    min-width: 1200px;
    position: relative;
    z-index: 10;
}

#nav .list {
    width: 1200px;
    text-align: center;
    margin: auto;
}

#nav .list ul li {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    height: 45px;
    position: relative;
    z-index: 10;
}

#nav .list ul li .a {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    height: 41px;
    border-bottom: 4px solid #1E4E41;
    padding: 0 36px;
    font-size: 14px;
    color: #a27b4c;
    line-height: 45px;
}

#nav .list ul li .a:hover {
    color: #fff;
}

#nav .list ul li.on .a {
    color: #fff;
    border-bottom: 4px solid #a27b4c;
}

#nav .list ul li dl {
    display: block;
    background: #fff;
    position: absolute;
    width: 176px;
    left: 0px;
    top: 45px;
    padding: 17px 203px 30px 33px;
    display: none;
    z-index: 10;
    min-height: 127px;
}

#nav .list ul li dl dd {
    display: block;
    width: 68px;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 18px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    float: left;
    text-align: left;
}

#nav .list ul li dl dd a:hover {
    color: #a27b4c;
}

#nav .list ul li dl dt {
    display: block;
    clear: both;
    position: absolute;
    top: 18px;
    right: 33px;
    width: 170px;
}

#nav .list ul li dl dt img {
    padding-top: 11px;
    width: 100%;
}

/*nav end*/

/* 手机菜单栏 */

.phone-menu {
    background: #ffffff;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 70px 0% 10px;
    overflow: auto;
    z-index: 8;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.phone-menu ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.phone-menu ul li {
    display: block;
    line-height: 46px;
    min-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-menu ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 46px;
}

.phone-menu ul li .item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 46px;
}

.phone-menu ul li.cz .item:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li.cz .item:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li.cz[data-on="on"] .item:after {
    width: 30px;
    opacity: 0;
    right: 0px
}

.phone-menu ul li.cz[data-on="on"] .item:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.1);
}

.phone-menu ul li .a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    height: 46px;
    line-height: 46px;
    left: 15px;
    top: 0px;
    z-index: 2;
}

.phone-menu ul li .xl {
    font-size: 14px;
    padding: 5px 0px;
    display: none
}

.phone-menu ul li .xl a {
    color: rgba(0, 0, 0, .6);
    display: block;
    padding: 5px 15px 5px 20px;
    position: relative;
    line-height: 26px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab.cz .bbb:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li .xl .hab.cz .bbb:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li .xl .hab[data-on="on"]:after .bbb {
    width: 100%;
    opacity: 1;
    right: -15px;
    top: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: content-box;
    padding-left: 7px;
}

.phone-menu ul li.on .a {
    color: #fff
}

.phone-menu ul li .xl .ha_i.on {
    color: #fff
}

.phone-menu ul li .xl .hab.on .ha {
    color: #fff
}

.phone-menu ul li .xl .xll {
    background: #000;
    display: none;
    margin-left: 8px;
}

.phone-menu ul li .xl .xll a {
    margin-left: -8px;
    font-size: 12px;
}

.phone-menu ul li .xl .hab[data-on="on"] .bbb:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
}

.phone-menu ul li .xl .hab .bbb {
    position: relative;
    height: 36px;
}

.phone-menu ul li .xl .hab .ha {
    display: inline-block;
    left: 0px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.phone-menu ul li .xl .hab .ha {
    padding: 5px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .ha {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:last-child .ha {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .bbb {
    height: 41px;
}

.phone-menu ul li .xl .hab:last-child .bbb {
    height: 41px;
}

.phone-menu ul li .xl a:nth-child(1) {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl a:nth-child(1):after {
    top: 22px;
}

.phone-menu ul li .xl a:last-child {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl a:before {
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    left: 7px;
}

.phone-menu ul li .xl a:after {
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 18px;
}

.phone-menu ul li[data-on="on"]:after {
    width: 100%;
}

.phone-menu ul li[data-on="on"] .xl a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-dan {
    opacity: 0;
    background: #000;
    visibility: hidden;
    width: 100%;
    z-index: 5;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0
}

.phone-menu .href-box:after {
    content: "";
    display: block;
    clear: both;
}

.phone-menu .href-box .item {
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item a {
    display: block;
    padding: 15px 0 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    text-align: center;
}

.phone-menu .href-box .item a img {
    height: 30px;
    display: block;
    margin: auto;
    opacity: .8;
    margin-bottom: 6px;
}

body[data-on="on"] .phone-dan {
    opacity: .5;
    visibility: visible;
}

.phone-menu .search-box {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 10px 0;
    height: 50px;
}

.phone-menu .search-box .inputbox {
    padding: 0 30px 0 0;
    width: 100%;
    display: block;
}

.phone-menu .search-box .inputbox:focus {
    padding: 0 30px 0 10px;
    background: rgba(255, 255, 255, .1)
}

.nav-phone-menu {
    margin-left: 0.3rem;
    cursor: pointer;
}

.nav-phone-menu .btn-menu>span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #be8d4c;
    margin-bottom: 6px;
    transform: rotate(0);
    transition: all .5s;
}

.nav-phone-menu .btn-menu>span:nth-child(3) {
    margin-bottom: 0;
}

.headerbox .header.headnews .nav-phone-menu .btn-menu>span,
.headerbox.down .nav-phone-menu .btn-menu>span {
    background-color: #595959;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(1) {
    transform: rotate(40deg);
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(2) {
    display: none;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(3) {
    transform: rotate(-40deg);
    margin-top: -8px;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-phone-menu {
    display: none;
}

/* 手机菜单栏 end */

/*首页banner*/

#banner {
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.banner-swiper .swiper-slide .bitem {
    display: block;
    overflow: hidden;
}

.banner-swiper .swiper-slide .bitem .bimg {
    position: relative;
    height: 100vh;
    background-size: cover;
    transform: scale(1.2);
    transition: all 2.5s ease
}

.banner-swiper .swiper-slide .bitem .bimg.bimg2 {
    display: none;
}

.banner-swiper .swiper-slide .bitem .bimg video,
.banner-swiper .swiper-slide .bitem .bimg .video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
}

.banner-swiper .swiper-slide.swiper-slide-active .bitem .bimg {
    transform: scale(1);
}

/*banner end*/

#huang {
    padding-top: 64px;
    min-width: 1280px;
    background: #fbf8ef;
}

/*---------------首页产品-------------*/

#pro-banner-main {
    position: relative;
}

.inpro-main {
    overflow: hidden;
    position: relative;
    max-width: 1600px;
    height: 100vh;
    /*padding-top: 128px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inpro-main .inprotitle {
    text-align: center;
    margin-bottom: 42px;
    font-size: 16px;
    color: #282e36;
    font-weight: 300
}

.inpro-main .inprotitle .mtit {
    margin-bottom: 12px;
}

.inpro-main .inprotitle .mtit>span.ll {
    margin: 0 12px;
    color: #bcbcbc;
}

.inpro-main .inprotitle .btit {
    font-size: 36px;
}

.protixi-swiper .swiper-slide {
    width: 1040px;
    height: 514px;
    overflow: hidden;
    transition: all .5s ease;
}

.protixi-swiper .swiper-slide .item {
    display: block;
}

.protixi-swiper .swiper-slide .item img {
    width: 100%
}

.protixi-swiper .btn {
    display: none;
}

.inpro-main .morebtn {
    width: 183px;
    height: 48px;
    background-color: #282e36;
    font-size: 14px;
    color: #ffffff;
    margin: 60px auto 0;
}

/*---------------首页产品 end-------------*/

/*--------------首页全屋定制----------------*/

.incasebox {
    height: 100vh;
    background-color: #282e36;
    padding: 55px 0;
    position: relative;
}

.incase-img1 {
    margin-bottom: 48px;
    height: 50%
}

.incase-img2 {
    height: 50%
}

.incase-img1 ul li img,
.incase-img2 ul li img {
    width: 626px;
    height: 399px;
    margin: 0 17px;
}

.incasebox .incase-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .08);
    z-index: 1;
    flex-direction: column;
}

.incasebox .incase-info .title {
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 26px;
}

.incasebox .incase-info .word {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.incasebox .incase-info .word>span {
    margin: 0 20px;
}

.incasebox .incase-info .bot-btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.incasebox .incase-info .bot-btn .icon {
    width: 30px;
    height: 31px;
    background-image: url(../image/icon_23.png);
    margin: 0 auto 43px;
}

.incasebox .incase-info .bot-btn .btns {
    display: flex;
}

.incasebox .incase-info .bot-btn .btns .btn {
    width: 135px;
    height: 48px;
    /*font-size: 14px;
    color: #ffffff;
    background-color: #235f4d;*/
    margin: 0 12px;
}

/*.incasebox .incase-info .bot-btn .btns .btn.bai {
    background-color: #ffffff;
    color: #235f4d;
}*/

/*--------------首页全屋定制 end----------------*/

/* -------------首页品牌-------------------- */

.inbrandbox {
    height: 100vh;
    position: relative;
}

.inbrandbox .bgimg,
.inbrandbox .bgimg img {
    width: 100%;
    height: 100%;
}

.inbrandbox .bgimg img.img2 {
    display: none;
}

.inbrandbox .info {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*padding-top: 175px;*/
}

.inbrandbox .info .title {
    margin-bottom: 54px;
}

.inbrandbox .info .title .en {
    font-size: 16px;
    color: #727272;
    font-weight: 300;
    margin-bottom: 22px;
}

.inbrandbox .info .title .cn {
    font-size: 36px;
    color: #235f4d;
    font-weight: 300;
    line-height: 1;
}

.inbrandbox .info .btn {
    width: 135px;
    height: 48px;
    /*background-color: #282e36;
    font-size: 14px;
    color: #ffffff;*/
    margin-bottom: 115px;
}

.inbrandbox .info .text {
    font-size: 14px;
    color: #595959;
    line-height: 1.7;
}

/* -------------首页品牌 end-------------------- */

/*----------------首页新闻--------------*/

.innewsbox {
    height: 100vh;
    /*padding-top: 175px;*/
}

.innewsbox .content .title {
    text-align: center;
    margin-bottom: 48px;
}

.innewsbox .content .title .en {
    font-size: 16px;
    color: #282e36;
    font-weight: 300;
    margin-bottom: 15px;
}

.innewsbox .content .title .cn {
    font-size: 36px;
    color: #235f4d;
    font-weight: 300;
    line-height: 1;
}

.innews-swiper {
    max-width: 1200px;
    margin: 0 auto 101px;
}

.innews-swiper .swiper-slide .item {
    display: block;
    background-color: #ffffff;
}

.innews-swiper .swiper-slide .item .img {
    position: relative;
    padding-top: calc(249 / 366 * 100%);
    overflow: hidden;
}

.innews-swiper .swiper-slide .item .info {
    padding: 24px;
}

.innews-swiper .swiper-slide .item .info .time {
    font-size: 14px;
    color: #235f4d;
    line-height: 1.7;
}

.innews-swiper .swiper-slide .item .info .tit {
    font-size: 20px;
    color: #282e36;
    font-weight: 300;
    margin-bottom: 50px;
}

.innews-swiper .swiper-slide .item .info .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innewsbox .innewslist {
    position: relative;
}

.innewsbox .innewslist .btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    outline: none;
    background-image: url(../image/icon_24.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -25px;
    cursor: pointer;
    z-index: 1;
}

.innewsbox .innewslist .btn.innews-prev {
    left: 6%;
}

.innewsbox .innewslist .btn.innews-next {
    right: 6%;
    background-image: url(../image/icon_25.png);
}

.innewsbox .content .morebtn {
    width: 183px;
    height: 48px;
    /*
    background-color: #282e36;
    font-size: 14px;
    color: #ffffff;*/
    margin: 0 auto;
}

/*-----------------首页新闻 end--------------------*/

/*----------------------首页底部-------------------*/

.inbottom {
    background-color: #282e36;
    padding: 104px 0 39px;
}

.inbottom .inbot-list {
    display: flex;
}

.inbottom .inbot-list .item,
.inbottom .inbot-list .item.item1 {
    width: calc((100% - 4px) / 4);
    margin-right: 1px;
    height: 190px;
    overflow: hidden;
    background-color: #ffffff;
}

.inbottom .inbot-list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inbottom .inbot-list .item1 {
    display: flex;
    align-items: center;
    padding: 0 45px;
}

.inbottom .inbot-list .item1 .title .cn,
.inbottom .inbot-list .item1 .title .en {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
}

.inbottom .inbot-list .item1 .title .en {
    color: rgba(255, 255, 255, .5);
    margin-top: 5px;
}

.inbottom .inbot-list .item .icon {
    height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.inbottom .inbot-list .item .icon>img {
    height: 100%;
}

.inbottom .inbot-list .item .tit {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.1;
}

/*----------------------首页底部 end-------------------*/

/*侧边工具栏*/

#float {
    position: fixed;
    z-index: 100;
    width: 40px;
    bottom: 5%;
    right: 10px;
}

#float ul li {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #dedede;
    border: 1px solid #dedede;
    margin-bottom: 1px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#float ul li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

#float ul li.l1 {
    background-image: url(../image/index_23.png);
}

#float ul li.l2 {
    background-image: url(../image/index_26.png);
}

#float ul li.l3 {
    background-image: url(../image/index_28.png);
}

#float ul li.l4 {
    background-image: url(../image/index_30.png);
}

#float ul li.l5 {
    background-image: url(../image/index_34.png);
    display: none;
}

#float ul li.l2 img {
    display: block;
    width: 120px;
    position: absolute;
    left: -130px;
    top: 0px;
    max-width: 120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
    display: none;
}

#float ul li.l2:hover img {
    display: block;
}

#float ul li.l4 .box {
    width: 160px;
    /* height: 30px; */
    padding: 5px 10px;
    left: -180px;
    top: -1px;
    background: #1e4e41;
    color: #fff;
    line-height: 15px;
    position: absolute;
    display: none;
}

#float ul li.l4:hover .box {
    display: block;
}

#float ul li.l4 .box .text {
    height: 15px;
    overflow: hidden;
    position: relative;
}

#float ul li:hover {
    border: 1px solid #1E4E41;
    background-color: #fff;
}

/*float end*/

/*内页通用*/

/*内页banner*/

.banner-common {
    padding-top: calc(650 / 1920 * 100%);
    min-height: 300px;
    position: relative;
}

.banner-common .textdiv {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-common .textdiv .en {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.banner-common .textdiv .cn {
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5
}

/*内页导航条*/

.hrefcommon {
    background-color: #235f4d;
}

.hrefcommon .wrap {
    display: flex;
    align-items: center;
}

.hrefcommon .home {
    width: 50px;
    display: inline-block;
    height: 50px;
    background-image: url(../image/icon_08.png);
    background-size: 17px auto;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.hrefcommon .hitem {
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .15);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    width: 200px;
    padding: 0 20px;
    cursor: pointer;
}

.hrefcommon .hitem .htit {
    display: block;
}

.hrefcommon .hitem .hul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #282e36;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s ease;
    overflow: hidden;
}

.hrefcommon .hitem .hul .haa {
    font-size: 14px;
    color: #ffffff;
    display: block;
    padding: 0 20px;
    height: 0;
    transition: all .5s ease;
    opacity: 0;
    line-height: 32px;
}

.hrefcommon .hitem.xl::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .35) rgba(255, 255, 255, .35) transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}

.hrefcommon .hitem.xl.on::after {
    transform: rotate(-45deg);
}

.hrefcommon .hitem.on .hul {
    padding: 10px 0;
}

.hrefcommon .hitem.on .hul .haa {
    height: 32px;
    opacity: 1
}

.hrefcommon.fix {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 8
}

/*内页通用 end*/

/*----------------------------集团介绍-----------------------*/

/*集团简介*/

.about-main .about-intro .ab-one {
    padding: 100px 0;
}

.about-main .about-intro .ab-one .tabdiv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
}

.about-main .about-intro .ab-one .tabdiv .tab {
    width: calc((100% - 24px) / 2);
    background-color: #f7f7f7;
    height: 72px;
    font-size: 20px;
    color: #282e36
}

.about-main .about-intro .ab-one .tabdiv .tab .icon {
    display: inline-block;
    width: 40px;
    height: 26px;
    background-image: url(../image/icon_09.png);
    background-size: auto 26px;
    margin-right: 18px;
}

.about-main .about-intro .ab-one .tabdiv .tab.on {
    background-color: #235f4d;
    color: #ffffff;
}

.about-main .about-intro .ab-one .tabdiv .tab.new .icon {
    background-image: url(../image/icon_10.png);
}

.about-main .about-intro .ab-one .o-content {
    font-size: 14px;
    color: #222222;
    line-height: 2.1;
}

.about-main .about-intro .ab-one .o-content .tit {
    font-size: 36px;
    color: #282e36;
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
    margin-bottom: 35px;
}

.about-main .about-intro .ab-one .o-content .view {
    max-height: 408px;
    overflow: hidden;
}

.about-main .about-news {
    padding-bottom: 4%
}

.openbtn {
    width: 176px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #235f4d;
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.openbtn>.aar {
    display: inline-block;
    position: relative;
    height: 12px;
}

.openbtn>.aar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(135deg);
    margin-top: -2px;
}

.about-main .about-intro .ab-one .o-content.on .view {
    max-height: 100%;
}

.openbtn.on {
    background-color: #282e36;
}

.openbtn.on>.aar::after {
    transform: rotate(-45deg);
    margin-top: 4px;
}

.about-main .about-intro .ab-two .c-top {
    height: 750px;
    display: flex;
    align-items: center;
}

.about-title {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 68px;
}

.about-title .en {
    font-size: 18px;
    margin-bottom: 16px;
}

.about-title .cn {
    font-size: 48px;
}

.about-title.black {
    color: #282e36
}

.about-main .about-intro .ab-two .culture-ul {
    display: flex;
}

.about-main .about-intro .ab-two .culture-ul .citem {
    width: calc((100% - 112px) / 4);
    margin-right: 37px;
    height: 340px;
    padding: 50px 24px 0;
}

.about-main .about-intro .ab-two .culture-ul .citem:nth-child(4n+0) {
    margin-right: 0;
}

.about-main .about-intro .ab-two .culture-ul .citem .mtitle {
    line-height: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px
}

.about-main .about-intro .ab-two .culture-ul .citem .mtitle .cn {
    font-size: 30px;
    color: #235f4d;
    font-weight: 300;
    margin-right: 10px;
}

.about-main .about-intro .ab-two .culture-ul .citem .mtitle .en {
    font-size: 18px;
    color: #a3a3a3;
    font-weight: 300;
}

.about-main .about-intro .ab-two .culture-ul .citem .desc {
    font-size: 14px;
    color: #787878;
    line-height: 2.1;
}

.about-main .about-intro .ab-two .c-list {
    padding: 74px 0 100px;
}

.culture-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.culture-list .citem {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
    margin-bottom: 45px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 32px;
}

.culture-list .citem:nth-child(3n+0) {
    margin-right: 0
}

.culture-list .citem .tit {
    font-size: 18px;
    color: #235f4d;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 26px;
}

.culture-list .citem .desc {
    font-size: 14px;
    color: #787878;
    line-height: 1.7
}

.culture-list .citem.hide {
    display: none;
}

.about-main .about-intro .ab-three {
    height: 750px;
    margin-bottom: 85px;
    display: flex;
    align-items: center;
}

.about-main .about-intro .ab-three .about-title {
    margin-bottom: 30px
}

.about-main .about-intro .ab-three.four {
    margin-bottom: 0
}

.about-main .about-intro .ab-three .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 2.2;
    padding: 0 84px;
    text-align: center;
    margin-bottom: 90px;
}

.about-main .about-intro .ab-three .desc.black {
    color: #373737;
}

.ab-tandiv {
    position: relative;
    display: none;
}

.ab-tandiv .tan-top {
    height: 750px;
    display: flex;
    align-items: center;
}

.ab-tandiv .tan-top .desc {
    text-align: center;
    padding: 0 85px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    line-height: 2.2
}

.ab-tandiv .tan-top .desc.black {
    color: #373737;
}

.ab-tandiv .tan-content {
    padding: 72px 0 200px;
}

.ab-tandiv .tan-content .list .item {
    padding-bottom: 70px;
    padding-left: 60px;
    position: relative;
}

.ab-tandiv .tan-content .list .item::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    width: 3px;
    height: 100%;
    background-color: #e6e6e6
}

.ab-tandiv .tan-content .list .item .icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #8e8e8e;
    display: inline-block;
    border-radius: 100%;
    transition: all .5s ease
}

.ab-tandiv .tan-content .list .item .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #ffffff;
    z-index: 1;
    margin-top: -7px;
    margin-left: -7px;
}

.ab-tandiv .tan-content .list .item .tit {
    font-size: 30px;
    color: #282e36;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 20px
}

.ab-tandiv .tan-content .list .item .cont {
    font-size: 14px;
    color: #494949;
    line-height: 2.1;
}

.ab-tandiv .openbtn {
    position: fixed;
    /*top: 85%;*/
    bottom: 97px;
    left: 50%;
    margin-left: -88px;
}

.ab-tandiv.four .tan-content .list .item {
    padding: 0;
    text-align: center;
    margin-bottom: 100px;
}

.ab-tandiv.four .tan-content .list .item::before {
    display: none;
}

.ab-tandiv.four .tan-content .list .item .tit .en {
    font-size: 16px;
    color: rgba(40, 46, 54, .5);
    font-weight: 300
}

/*人才招聘*/

.about-human {
    padding-bottom: 57px;
}

.about-human .h-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0 40px;
}

.about-human .h-info .l-contact {
    font-size: 16px;
    color: #282e36;
    line-height: 1.8;
}

.about-human .h-info .r-form form {
    position: relative;
}

.about-human .h-info .r-form form .inp {
    width: 294px;
    height: 46px;
    line-height: 46px;
    border-radius: 22.5px;
    background-color: #fafafa;
    font-size: 14px;
    padding: 0 22px;
    border: none;
}

.about-human .h-info .r-form form .tjbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-image: url(../image/icon_12.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.human-list {
    display: flex;
    flex-wrap: wrap;
}

.human-list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 214px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
    background-image: url(../image/icon_11.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: inherit;
    padding: 0 50px;
}

.human-list .item:nth-child(3n+0) {
    margin-right: 0
}

.human-list .item .time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #707070;
    line-height: 32px;
}

.human-list .item .time .tt {
    color: #235f4d
}

.human-list .item .time .ll {
    margin: 0 10px;
}

.human-list .item .tit {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 22px;
}

.human-list .item .btn {
    width: 70px;
    height: 32px;
    background-color: #dddddd;
    border-radius: 15.5px;
    font-size: 13px;
    color: #000000
}

/*----------商学院------------*/

.learn-title {
    font-size: 36px;
    color: #282e36;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 36px;
}

.learn-cont {
    font-size: 14px;
    color: #636363;
    line-height: 2.1
}

/*学院简介*/

.xyjj-box,
.szll-box {
    padding: 99px 0 90px;
}

.learn-list {
    display: flex;
    flex-wrap: wrap;
}

.learn-list .litem {
    border: 1px solid #e6e6e6;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc((100% - 40px) / 2);
    height: 240px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.learn-list .litem:nth-child(2n+0) {
    margin-right: 0
}

.learn-list .litem .l-text {
    font-size: 14px;
    color: #636363;
    line-height: 1.7;
}

.learn-list .litem .l-text .tit {
    font-size: 16px;
    font-weight: bold;
    color: #235f4d;
    margin-bottom: 20px
}

.learn-list .litem .r-img {
    width: 180px;
    height: 180px;
    margin-left: 25px;
}

.learn-list .litem .r-img img {
    width: 100%
}

/*学员风采*/

.learn-list .xyitem {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
    margin-bottom: 45px;
    border: 1px solid #e6e6e6;
}

.learn-list .xyitem:nth-child(3n+0) {
    margin-right: 0
}

.learn-list .xyitem .img {
    padding-top: calc(227 / 370 * 100%);
    position: relative;
}

.learn-list .xyitem .tit {
    font-size: 16px;
    color: #282828;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
}

/*学员分享*/

.learn-list.share .litem .l-text {
    font-size: 12px;
}

.learn-list.share .litem .l-text .tit {
    font-size: 14px;
}

.learn-list.share .litem .r-img {
    width: 136px;
}

.learn-list.share .litem .more {
    margin-top: 24px;
    font-size: 14px;
    color: #636363;
    font-weight: bold;
    cursor: pointer;
}

/*VR*/

.about-content {
    padding: 6% 0;
}

/*集团介绍 end*/

/*-----------------新闻动态---------------*/

.news-main {
    padding-bottom: 97px;
}

.news-main .news-top {
    background-color: #f5f5f5;
    padding: 99px 0 45px;
}

.news-main .news-top .newstop-box .newstop-pagination {
    text-align: center;
}

.news-main .news-top .newstop-box .newstop-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    border-radius: 100%;
    margin: 0 4px;
    opacity: 1;
}

.news-main .news-top .newstop-box .newstop-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #235f4d
}

.newstop-swiper {
    margin-bottom: 45px;
}

.newstop-swiper .swiper-slide .item {
    display: flex;
    align-items: center;
    background-color: #ffffff
}

.newstop-swiper .swiper-slide .item .l-img {
    width: 510px;
}

.newstop-swiper .swiper-slide .item .l-img .imgs {
    padding-top: calc(348 / 510 * 100%);
    position: relative;
    overflow: hidden;
}

.newstop-swiper .swiper-slide .item .r-info {
    width: calc(100% - 510px);
    padding: 0 50px;
}

.newstop-swiper .swiper-slide .item .r-info .tit {
    font-size: 30px;
    color: #282e36;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 12px;
}

.newstop-swiper .swiper-slide .item .r-info .time {
    font-size: 14px;
    color: #235f4d;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #235f4d;
    margin-bottom: 32px;
}

.newstop-swiper .swiper-slide .item .r-info .desc {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.8;
    margin-bottom: 50px;
}

.newstop-swiper .swiper-slide .item .r-info .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newstop-swiper .swiper-slide .item .r-info .more .look {
    font-size: 14px;
    color: #235f4d
}

.newstop-swiper .swiper-slide .item .r-info .more .see {
    font-size: 12px;
    color: #7f7f7f
}

/*视频*/

.video-swiper {
    background-color: #000000;
}

.video-swiper .swiper-slide .shipin {
    height: 400px !important;
}

.video-swiper .swiper-slide .video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*新闻列表*/

.news-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 73px;
}

.news-list .item {
    display: block;
    width: calc((100% - 150px) / 3);
    margin-right: 75px;
    margin-bottom: 75px;
}

.news-list .item:nth-child(3n+0) {
    margin-right: 0
}

.news-list .item .img {
    position: relative;
    padding-top: calc(238 / 350 * 100%);
    overflow: hidden;
}

.news-list .item .info .time {
    font-size: 14px;
    color: #235f4d;
    line-height: 1.7;
}

.news-list .item .info .tit {
    font-size: 20px;
    color: #282e36;
    font-weight: 300;
    margin-bottom: 30px;
}

.news-list .item .info .desc {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.7;
    margin-bottom: 15px;
    height: 69px;
}

.news-list .item .info .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list .item .info .more .look {
    font-size: 14px;
    color: #235f4d
}

.aarow-common {
    position: relative;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.aarow-common::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #235f4d;
    margin-left: -15px;
}

.aarow-common::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #235f4d #235f4d transparent transparent;
    transform: rotate(45deg);
    margin-top: -3px;
}

.aarow-common.bai::before {
    background-color: #ffffff;
}

.aarow-common.bai::after {
    border-color: #ffffff #ffffff transparent transparent;
}

.news-list .item .info {
    padding-top: 12px;
}

.news-list .item .info .more .see {
    font-size: 12px;
    color: #7f7f7f;
}

.news-list .item .info .more .see .ii,
.newstop-swiper .swiper-slide .item .r-info .more .see .ii,
.news-list .ggitem .l-info .lookdiv .see .ii,
.newsview-main .newsv-top .lookdiv .see .ii,
.innews-swiper .swiper-slide .item .info .more .see .ii {
    display: inline-block;
    background-image: url(../image/icon_14.png);
    margin-right: 8px;
    width: 19px;
    height: 14px;
}

.news-list .ggitem {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 60px;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    height: 145px;
    overflow: hidden;
}

.news-list .ggitem:nth-child(2n+0) {
    margin-right: 0
}

.news-list .ggitem .l-info {
    padding: 16px 30px 0;
    width: calc(100% - 215px)
}

.news-list .ggitem .l-info .lookdiv {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px
}

.news-list .ggitem .l-info .lookdiv .time {
    font-size: 14px;
    color: #235f4d
}

.news-list .ggitem .l-info .lookdiv .ll {
    margin: 0 18px;
}

.news-list .ggitem .l-info .lookdiv .see {
    font-size: 12px;
    color: #7f7f7f
}

.news-list .ggitem .l-info .tit {
    font-size: 18px;
    color: #282e36;
    line-height: 1.3
}

.news-list .ggitem .r-img {
    width: 215px;
    height: 145px;
}

.news-list .ggitem .r-img img {
    width: 100%;
    height: 100%
}

/*新闻详情*/

.newsview-main {
    padding-top: 80px;
}

.newsview-main .newsv-top {
    background-color: #f5f5f5;
    height: 240px;
    display: flex;
    align-items: center;
}

.newsview-main .newsv-top .wrap,
.newsview-main .newsv-content .wrap {
    max-width: 800px;
}

.newsview-main .newsv-top .title {
    font-size: 36px;
    color: #235f4d;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 24px;
}

.newsview-main .newsv-top .lookdiv {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7f7f7f
}

.newsview-main .newsv-top .lookdiv .ll {
    margin: 0 10px;
}

.newsview-main .newsv-content .nv-cont {
    font-size: 14px;
    color: #414141;
    line-height: 1.7;
    padding: 6% 0;
}

.newsview-main .newsv-content .nv-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 58px 0 68px;
    border-top: 1px solid #e6e6e6
}

.newsview-main .newsv-content .nv-bottom .l-back {
    width: 300px;
    height: 58px;
    background-color: #101418;
    font-size: 14px;
    color: #ffffff
}

.newsview-main .newsv-content .nv-bottom .l-back>span {
    font-family: 'simsun';
    margin-right: 5px;
}

.newsview-main .newsv-content .nv-bottom .r-share .tt {
    font-size: 14px;
    color: #808080;
}

.newsview-main .newsv-content .nv-bottom .r-share .ll {
    margin: 0 36px;
    width: 1px;
    height: 41px;
    background-color: #e6e6e6
}

/*人才招聘详情*/

.newsview-main.rencai .newsv-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsview-main.rencai .newsv-top .title {
    color: #000000
}

.newsview-main.rencai .newsv-top .wrap .r-share {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.newsview-main.rencai .newsv-top .wrap .r-share .l-back {
    width: 70px;
    height: 32px;
    border-radius: 15.5px;
    background-color: #c5c5c5;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 12px;
}

.newsview-main.rencai .newsv-top .wrap .r-share .share {
    font-size: 12px;
    color: #767676;
}

.newsview-main.rencai .newsv-top .wrap .r-share .share .tt {
    margin-right: 10px;
}

.newsv-content .applybtn {
    width: 170px;
    height: 56px;
    background-color: #282e36;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 105px;
}

/*-----------------新闻动态 end---------------*/

/*-----------------品牌文化---------------*/

.vh100 {
    height: 100vh;
    overflow: hidden;
}

.culture-title {
    margin-bottom: 35px;
}

.culture-title .cn {
    font-size: 36px;
    color: #c08e4f;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 5px
}

.culture-title .en {
    font-size: 16px;
    color: rgba(192, 142, 79, .5);
    font-weight: 300;
    line-height: 1.1
}

.culture-title.hei .cn {
    color: #2b2b2b;
}

.culture-title.hei .en {
    color: rgba(43, 43, 43, .5);
}

.culture-title.bai .cn {
    color: #ffffff;
}

.culture-title.bai .en {
    color: rgba(255, 255, 255, .5);
}

.culture-item {
    position: relative;
    overflow: hidden;
}

.culture-item .bgimg.bgimg2 {
    display: none;
}

.culture-item .content {
    height: 100%;
    padding-top: 172px;
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*width: 100%;*/
    z-index: 1
}

.culture-item .content .m-cont .cont {
    font-size: 16px;
    color: #ffffff;
    line-height: 2.25
}

.culture-item .content .m-demo {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.71;
    position: absolute;
    left: 0;
    bottom: 100px;
}

.culture-item .content.right .m-cont {
    text-align: right;
}

.culture-item .content.center .m-cont {
    text-align: center;
}

/*荣誉资质*/

.honorbox {
    padding: 100px 0 50px;
}

.honor-list {
    display: flex;
    flex-wrap: wrap;
}

.honor-list .item {
    width: calc((100% - 150px) / 3);
    margin-right: 75px;
    margin-bottom: 75px;
    cursor: pointer;
}

.honor-list .item:nth-child(3n+0) {
    margin-right: 0
}

.honor-list .item .img {
    position: relative;
    padding-top: calc(238 / 350 * 100%);
    border: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.honor-list .item .line {
    width: 37px;
    height: 1px;
    background-color: #235f4d;
    margin-bottom: 22px
}

.honor-list .item .tit {
    font-size: 20px;
    color: #235f4d;
    font-style: 300;
    line-height: 1
}

/*产品专利*/

.patentbox {
    padding: 100px 0 125px;
}

.patentbox .patent-h {
    background-color: #f9f9f9;
    height: 82px;
    line-height: 82px;
    border-bottom: 1px solid #235f4d;
    background-image: url(../image/patnet_bg.png);
    background-position: right bottom;
    background-size: inherit;
    display: flex;
}

.patentbox .patent-h .hh,
.patent-list .item .row {
    padding: 0 28px;
    font-size: 16px;
    color: #595959
}

.patentbox .patent-h .hh:nth-child(1),
.patent-list .item .row:nth-child(1) {
    width: 20%;
}

.patentbox .patent-h .hh:nth-child(2),
.patent-list .item .row:nth-child(2) {
    width: 21%;
}

.patentbox .patent-h .hh:nth-child(3),
.patent-list .item .row:nth-child(3) {
    width: 44%;
}

.patentbox .patent-h .hh:nth-child(4),
.patent-list .item .row:nth-child(4) {
    width: 15%;
    white-space: nowrap;
}

.patent-list .item {
    height: 83px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 83px;
    display: flex;
}

.patent-list .item .row {
    color: #282e36
}

.patent-list .item .row:nth-child(1) {
    color: #235f4d;
    text-decoration: underline;
}

.patent-list .item .row:nth-child(2) {
    color: #818181
}

/*画册*/

.picturebox {
    padding: 100px 0 86px;
}

.picture-list {
    display: flex;
    flex-wrap: wrap;
}

.picture-list .item {
    display: block;
    width: calc((100% - 130px) / 3);
    margin-right: 65px;
    margin-bottom: 85px;
}

.picture-list .item:nth-child(3n+0) {
    margin-right: 0
}

.picture-list .item .img {
    position: relative;
    padding-top: calc(430 / 300 *100%);
    border: 1px solid #e6e6e6;
    margin-bottom: 25px
}

.picture-list .item .img img {
    top: -15px;
    left: -15px;
}

.picture-list .item .tit {
    font-size: 20px;
    color: #235f4d;
    line-height: 1;
    font-weight: 300
}

/*-----------------品牌文化 end---------------*/

/*-----------------搜索结果----------------*/

.searchbox {
    padding: 100px 0 3%;
}

.fw-list {
    margin-bottom: 20px;
}

.fw-list ul li {
    display: block;
    height: 50px;
    border-bottom: 1px dashed #dbdbdb;
    overflow: hidden;
    position: relative;
}

.fw-list ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.fw-list ul li a span {
    float: right;
    color: #999;
}

.fw-list ul li a b {
    font-size: 18px;
    float: left;
    margin-right: 5px;
}

.fw-list ul li a:hover {
    color: #1e4e41;
    text-decoration: underline;
}

/*--------------------底部绿色-----------------*/

.index-href {
    margin: auto;
    background-color: #235f4d;
    height: 100px;
}

.index-href .list {
    height: 100%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.index-href .list a {
    flex: 1;
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .12);
}

.index-href .list a:nth-child(1) {
    border-left: 1px solid rgba(0, 0, 0, .12);
}

.index-href .list a img {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

/*--------------------------底部绿色 end---------------------*/

/*----------------------------生活方式----------------------------*/

.productbox {
    padding: 100px 0 87px;
}

.productbox .product-item {
    margin-bottom: 180px;
}

.productbox .product-item:last-of-type {
    margin-bottom: 0
}

.productbox .product-item .allmore {
    width: 176px;
    height: 45px;
    border: 1px solid #282e36;
    font-size: 14px;
    color: #282e36;
    margin: 50px auto 0;
}

/*----------------------------生活方式 end----------------------------*/

/*----------------------------全屋定制----------------------------*/

.case-list {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.case-list .item {
    display: block;
    flex: 1;
    position: relative;
}

.case-list .item .i-img {
    transition: all 0.36s ease 0s;
    bottom: 0px;
    position: relative;
    overflow: hidden;
}

.case-list .item .i-img img {
    width: 100%;
    height: 100vh;
    transition: all 0.4s ease-in-out 0s;
}

.case-list .item .i-black {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../image/b_31.png);
    transition: all 0.3s ease 0s;
}

.case-list .item .i-text {
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    bottom: -35%;
    height: 29vh;
    padding: 24px 40px;
    transition: all 0.36s ease 0s;
    background: #282e36;
}

.case-list .item .i-text::before {
    content: '';
    position: absolute;
    right: -27px;
    bottom: -19px;
    width: 215px;
    height: 138px;
    background-image: url(../image/case_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

.case-list .item .i-text .textdiv {
    position: relative;
    top: -324px;
    margin-top: 20px;
    letter-spacing: 1px;
    z-index: 3;
    transition: all 0.3s ease 0s;
}

.case-list .item .i-text .textdiv .en {
    transition: all 0.36s ease 0s;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.case-list .item .i-text .textdiv .cn {
    transition: all 0.36s ease 0s;
    font-size: 30px;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    font-weight: 300
}

.case-list .item:hover .i-black {
    opacity: 0
}

.case-list .item:hover .i-img {
    bottom: 25vh;
}

.case-list .item:hover .i-img img {
    transform: scale(1);
}

.case-list .item:hover .i-text {
    bottom: 0px;
}

.case-list .item:hover .i-text .textdiv {
    top: 0
}

/*定制*/

.custombox {
    padding: 60px 0 50px;
}

.caseclass-swiper {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.caseclass-swiper .swiper-slide {
    width: auto;
    margin: 0 47px;
}

.caseclass-swiper .swiper-slide .item {
    display: block;
}

.caseclass-swiper .swiper-slide .item .img {
    height: 40px;
    margin-bottom: 12px;
    text-align: center;
}

.caseclass-swiper .swiper-slide .item .img img {
    height: 100%;
}

.caseclass-swiper .swiper-slide .item .img img.img2 {
    display: none;
}

.caseclass-swiper .swiper-slide.on .item .img.img1 {
    display: none;
}

.caseclass-swiper .swiper-slide.on .item .img.img2 {
    display: inline-block;
}

.caseclass-swiper .swiper-slide.on .item .tit {
    color: #235f4d;
}

.caseclass-swiper .swiper-slide .item .tit {
    font-size: 14px;
    color: #696969;
}

.custombox .cus-title {
    text-align: center;
    font-size: 36px;
    color: #282e36;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 42px;
    position: relative;
}

.custombox .cus-title .allnum {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 400
}

.custombox .cus-title .allnum .nn {
    color: #235f4d;
    font-weight: bold;
    margin: 0 5px;
}

/*空间案例*/

.casebox {
    padding: 100px 0 53px;
}

.space-list .item {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.space-list .item .img {
    padding-top: calc(520 / 1200 * 100%);
    position: relative;
}

.space-list .item .info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 647px;
    height: 217px;
    background-color: rgba(40, 46, 54, .85);
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 22px;
}

.space-list .item .info .textdiv {
    border: 1px solid #be9a6b;
    height: 100%;
    padding: 24px;
    position: relative;
}

.space-list .item .info .textdiv .tit {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 40px;
}

.space-list .item .info .textdiv .morediv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

/*材质展示*/

.materialbox .mat-top {
    padding: 100px 0 80px;
    background-color: #efefef;
    background-image: url(../image/caizhi_bg.png);
    background-position: right bottom;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 2.14;
}

.material-list {
    padding: 80px 0;
}

.material-list .item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 106px;
}

.material-list .item .l-img {
    width: 580px;
}

.material-list .item .l-img .img {
    padding-top: calc(580 / 580 * 100%);
    position: relative;
}

.material-list .item .r-info {
    width: calc(100% - 580px);
    padding-left: 80px;
}

.material-list .item .r-info .tit {
    font-size: 36px;
    color: #282e36;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 36px;
}

.material-list .item .r-info .line {
    width: 73px;
    height: 1px;
    background-color: #235f4d;
    margin-bottom: 30px
}

.material-list .item .r-info .info {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 2.14
}

.material-list .item:last-of-type {
    margin-bottom: 0
}

.material-list .item:nth-child(2n+0) {
    flex-direction: row-reverse;
}

.material-list .item:nth-child(2n+0) .r-info {
    padding-left: 0;
    padding-right: 80px;
}

/*预约量尺*/

.yuyuebox {
    padding: 100px 0;
}

.yuyuebox .bg {
    background-position: right bottom;
    background-size: inherit;
}

.yuyuebox .yuyue-form {
    width: 100%;
}

.yuyuebox .yuyue-form .word {
    font-size: 14px;
    color: #235f4d;
    line-height: 1.71;
    margin-bottom: 40px;
}

.yuyuebox .yuyue-form form .my-item .inp,
.yuyuebox .yuyue-form form .my-item .texta {
    width: 100%;
    max-width: 700px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease
}

.yuyuebox .yuyue-form form .my-item .inp:focus,
.yuyuebox .yuyue-form form .my-item .texta:focus {
    border: 1px solid #235f4d
}

.yuyuebox .yuyue-form form .my-item .texta {
    height: 240px;
    resize: none;
}

.yuyuebox .yuyue-form form .tjbtn button {
    width: 200px;
    height: 50px;
    background-color: #282e36;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.yuyuebox .yuyue-form form .my-select {
    max-width: 700px;
}

.yuyuebox .yuyue-form form .my-select .zcityGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem {
    width: calc((100% - 17px) / 2);
    float: none;
    z-index: inherit;
    margin-bottom: 20px;
}

.yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem .zcityItem-head {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 0 20px
}

.yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem .zcityItem-head:before {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #316958 #316958 transparent transparent;
    transform: rotate(135deg);
    margin-top: -6px;
}

.yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem .zcityItem-head .currentValue {
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-size: 14px;
}

/*产品列表*/

.product-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 27px;
}

.product-list .item {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
}

.product-list .item:nth-child(3n+0) {
    margin-right: 0
}

.product-list .item .img {
    padding-top: calc(493 / 640 * 100%);
    position: relative;
    overflow: hidden;
}

.product-list .item .info {
    height: 130px;
    position: relative;
    z-index: 2
}

.product-list .item .info .infodiv {
    padding: 0 50px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.product-list .item .info .tit {
    font-size: 18px;
    color: #282e36;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-list .item .info .more {
    font-size: 14px;
    color: #235f4d
}

/*产品详情*/

.productview-main .prov-box {
    display: flex;
    padding: 80px 0 106px;
}

.productview-main .prov-box .l-imgs {
    width: calc(100% - 535px);
    display: flex;
}

.productview-main .gallery-thumbs {
    width: 110px;
    padding-right: 4px;
    height: 733px;
}

.productview-main .gallery-thumbs .swiper-slide {
    height: auto;
    border: 3px solid #ffffff
}

.productview-main .gallery-thumbs .swiper-slide .img {
    width: 110px;
    height: 84px;
}

.productview-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #235f4d
}

.productview-main .gallery-top {
    width: calc(100% - 110px);
}

.productview-main .gallery-top .swiper-slide .img {
    /* padding-top: calc(733 / 950 * 100%); */
    position: relative;
    height: 733px;
}

.productview-main .thumbs-cont {
    padding: 0 60px;
    position: relative;
    margin-bottom: 20px;
}

.productview-main .gallery-thumbs1 {
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
}

.productview-main .gallery-thumbs1 .swiper-slide {
    height: auto;
    border: 3px solid #ffffff;
    width: auto;
    position: relative;
    transition: all .5s ease;
}

.productview-main .gallery-thumbs1 .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.productview-main .gallery-thumbs1 .swiper-slide .img {
    height: 0px;
    padding-top: 68%;
    background-position: center;
    background-size: cover;
}

.productview-main .gallery-thumbs1 .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #235f4d
}

.productview-main .gallery-thumbs1 .swiper-slide.swiper-slide-thumb-active::before {
    opacity: 0;
}

.productview-main .gallery-top1 {
    width: 100%;
}

.productview-main .gallery-top1 .swiper-slide .img {
    padding-top: calc(780 / 1920 * 100%);
    position: relative;
    background-position: center;
    background-size: cover;
}

.productview-main .thumbs-cont .textbtn {
    outline: none;
    width: 50px;
    height: 100%;
    margin-top: 0;
    transform: translateY(-50%);
}

.productview-main .thumbs-cont .textbtn::after {
    font-size: 30px;
    font-weight: bold;
}

.productview-main .prov-newbox .prov-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 12px 0;
}

.productview-main .prov-box .r-info {
    width: 535px;
    padding-left: 110px;
}

.productview-main .prov-box .r-info .cname {
    font-size: 14px;
    color: #282e36;
    margin-bottom: 15px
}

.productview-main .prov-box .r-info .tit {
    font-size: 36px;
    color: #282e36;
    line-height: 1.33;
    font-weight: 300;
    margin-bottom: 35px;
}

.productview-main .prov-box .r-info .yybtn {
    width: 100%;
    height: 50px;
    background-color: #235f4d;
    font-size: 16px;
    color: #ffffff
}

.productview-main .prov-box .r-info .yybtn .ii {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon_19.png);
    margin-right: 10px;
}

.productview-main .prov-box .r-info .rlist .item .itop {
    padding: 30px 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    cursor: pointer;
}

.productview-main .prov-box .r-info .rlist .item .itop .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon_20.png);
    margin-right: 10px;
    vertical-align: middle;
}

.productview-main .prov-box .r-info .rlist .item.tel .itop .i {
    background-image: url(../image/icon_21.png);
}

.productview-main .prov-box .r-info .rlist .item.shop .itop .i {
    background-image: url(../image/icon_22.png);
}

.productview-main .prov-box .r-info .rlist .item .itop .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    transform: rotate(0);
    transition: all .5s ease
}

.productview-main .prov-box .r-info .rlist .item .itop .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: #b8babd;
    margin-left: -7px
}

.productview-main .prov-box .r-info .rlist .item .itop .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 14px;
    background-color: #b8babd;
    margin-left: -7px
}

.productview-main .prov-box .r-info .rlist .item .itop.on .arrow {
    margin-top: -10px;
    transform: rotate(-45deg);
}

.productview-main .prov-box .r-info .rlist .item .cont {
    font-size: 16px;
    color: #858585;
    line-height: 1.87;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    transition: all .5s ease
}

.productview-main .prov-box .r-info .rlist .item .cont.on {
    height: 0;
    padding: 0 20px;
    border-bottom: none;
}

/*----------------------------全屋定制 end----------------------------*/

/*----------------------------金蒂服务----------------------------*/

.jindi-title {
    font-size: 36px;
    color: #282e36;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 45px;
}

.aftermarket-main {
    padding: 100px 0 120px;
}

.aftermarket-main .afterm-cont .content {
    font-size: 16px;
    color: #606060;
    line-height: 1.87;
    padding-bottom: 6%
}

.aftermarket-main .afterm-cont .a-download {
    position: relative;
    margin-bottom: 56px;
}

.aftermarket-main .afterm-cont .a-download .btns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.aftermarket-main .afterm-cont .a-download .btns .abtn {
    width: 170px;
    height: 48px;
    background-color: #235f4d;
    font-size: 16px;
    color: #ffffff
}

.aftermarket-main .afterm-cont .a-download .btns .abtn .ii {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url(../image/icon_18.png);
    margin-right: 10px;
}

.aftermarket-main .afterm-ul .atitle {
    font-size: 24px;
    color: #235f4d;
    line-height: 1;
    margin-bottom: 10px;
}

.aftermarket-list .item .i-top {
    border-bottom: 1px solid #e6e6e6;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #555555;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.aftermarket-list .item .i-top::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #555555 #555555 transparent transparent;
    transform: rotate(135deg);
    margin-top: -6px;
}

.aftermarket-list .item .i-cont {
    font-size: 14px;
    color: #878787;
    line-height: 1.71;
    padding-bottom: 3%;
    display: none;
}

.aftermarket-list .item.on .i-top {
    color: #235f4d;
    border-bottom: none;
}

.aftermarket-list .item.on .i-top::after {
    transform: rotate(-45deg);
}

.aftermarket-main .afterm-ul.ot {
    display: flex;
}

.aftermarket-main .afterm-ul.ot .l-msg {
    width: 320px;
}

.aftermarket-main .afterm-ul.ot .l-msg .jindi-title {
    text-align: left;
}

.aftermarket-main .afterm-ul.ot .l-msg .line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6
}

.aftermarket-main .afterm-ul.ot .l-msg .content {
    padding: 35px 0;
}

.aftermarket-main .afterm-ul.ot .l-msg .btn {
    width: 149px;
    height: 49px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #555555
}

.aftermarket-main .afterm-ul.ot .r-list {
    width: calc(100% - 320px);
    padding-left: 70px;
}

/*防伪识别*/

.wei-main {
    padding: 100px 0 90px;
}

.wei-main .wei-view {
    display: flex;
}

.wei-main .wei-view .l-info {
    width: 750px;
    padding-right: 52px;
    font-size: 12px;
    color: #878787;
    line-height: 2;
    border-right: 1px solid #e6e6e6;
    position: relative;
}

.wei-main .wei-view .r-form {
    width: calc(100% - 750px);
    padding-left: 66px;
}

.wei-main .wei-view .r-form .inp {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    margin-bottom: 109px;
    transition: all .5s ease;
}

.wei-main .wei-view .r-form .inp:focus {
    border: 1px solid #235f4d
}

.wei-main .wei-view .r-form .cbtn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    background-color: #235f4d;
    cursor: pointer;
}

/*投诉建议*/

.feedback-main {
    padding: 100px 0 80px;
}

.feedback-main .wrap {
    max-width: 980px;
}

.feedback-main form>dl>dd>input,
.feedback-main form>dl>dd>textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.feedback-main form>dl>dd>textarea {
    height: 298px;
    padding: 20px;
    line-height: 1.6
}

.feedback-main form .lybtn-box .btn {
    width: 200px;
    height: 50px;
    background-color: #282e36;
    font-size: 16px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    border: 1px solid #282e36;
}

.feedback-main form>dl.flexitem {
    display: flex;
    justify-content: space-between;
}

.feedback-main form>dl.flexitem dd {
    width: calc(50% - 10px)
}

/*----------------------------金蒂服务 end----------------------------*/

/*----------------------------经销加盟----------------------------*/

.service-main {
    padding: 100px 0 62px;
}

.service-main .top-map {
    background-color: #235f4d;
    background-image: url(../image/service_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: inherit;
    height: 700px;
}

.service-main .top-map .maxdiv {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    width: 94%
}

.service-main .top-map .l-map {
    background-image: url(../image/map_bg.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left bottom;
    width: 698px;
    height: 620px;
    position: relative;
    margin-top: 80px;
}

.service-main .top-map .r-search {
    padding-left: 50px;
    padding-top: 208px;
    width: calc(100% - 698px)
}

.service-main .top-map .r-search .s-form {
    position: relative;
}

.service-main .top-map .r-search .s-form .inp {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #282e36;
    line-height: 50px;
    padding: 0 65px 0 15px;
    font-size: 14px;
    color: #ffffff;
}

.service-main .top-map .r-search .s-form .inp::placeholder {
    color: #ffffff
}

.service-main .top-map .r-search .s-form .tjbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #254e45;
    background-image: url(../image/icon_16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    border: 1px solid #282e36;
    cursor: pointer;
}

.service-main .top-map .l-map a {
    color: #1e4e41;
    position: absolute;
}

.service-main .top-map .l-map a.on,
.service-main .top-map .l-map a:hover {
    color: #a27b4c;
}

.service-main .top-map .l-map a.a0 {
    top: 484px;
    left: 496px;
}

.service-main .top-map .l-map a.a1 {
    left: 520px;
    top: 509px;
}

.service-main .top-map .l-map a.a2 {
    left: 487px;
    top: 512px;
}

.service-main .top-map .l-map a.a3 {
    left: 438px;
    top: 563px;
}

.service-main .top-map .l-map a.a4 {
    left: 600px;
    top: 475px;
}

.service-main .top-map .l-map a.a5 {
    left: 425px;
    top: 485px;
}

.service-main .top-map .l-map a.a6 {
    left: 550px;
    top: 444px;
}

.service-main .top-map .l-map a.a7 {
    left: 321px;
    top: 478px;
}

.service-main .top-map .l-map a.a8 {
    left: 398px;
    top: 440px;
}

.service-main .top-map .l-map a.a9 {
    left: 465px;
    top: 421px;
}

.service-main .top-map .l-map a.a10 {
    left: 516px;
    top: 423px;
}

.service-main .top-map .l-map a.a11 {
    left: 576px;
    top: 390px;
}

.service-main .top-map .l-map a.a12 {
    left: 585px;
    top: 362px;
}

.service-main .top-map .l-map a.a13 {
    left: 571px;
    top: 340px;
}

.service-main .top-map .l-map a.a14 {
    left: 534px;
    top: 352px;
}

.service-main .top-map .l-map a.a15 {
    left: 478px;
    top: 367px;
}

.service-main .top-map .l-map a.a16 {
    left: 402px;
    top: 384px;
}

.service-main .top-map .l-map a.a17 {
    left: 349px;
    top: 392px;
}

.service-main .top-map .l-map a.a18 {
    left: 250px;
    top: 285px;
}

.service-main .top-map .l-map a.a19 {
    left: 363px;
    top: 307px;
}

.service-main .top-map .l-map a.a20 {
    left: 380px;
    top: 265px;
}

.service-main .top-map .l-map a.a21 {
    left: 414px;
    top: 321px;
}

.service-main .top-map .l-map a.a22 {
    left: 477px;
    top: 320px;
}

.service-main .top-map .l-map a.a23 {
    left: 499px;
    top: 242px;
}

.service-main .top-map .l-map a.a24 {
    left: 458px;
    top: 264px;
}

.service-main .top-map .l-map a.a25 {
    left: 528px;
    top: 274px;
}

.service-main .top-map .l-map a.a26 {
    left: 513px;
    top: 213px;
}

.service-main .top-map .l-map a.a27 {
    left: 528px;
    top: 227px;
}

.service-main .top-map .l-map a.a28 {
    left: 583px;
    top: 177px;
}

.service-main .top-map .l-map a.a29 {
    left: 619px;
    top: 143px;
}

.service-main .top-map .l-map a.a30 {
    left: 626px;
    top: 96px;
}

.service-main .top-map .l-map a.a31 {
    left: 515px;
    top: 145px;
}

.service-main .top-map .l-map a.a32 {
    left: 120px;
    top: 200px;
}

.service-main .top-map .l-map a.a33 {
    left: 145px;
    top: 358px;
}

.service-main .service-box {
    padding-top: 46px;
}

.service-main .service-box .s-title {
    font-size: 16px;
    color: #2d2d2d;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 60px;
}

.service-main .service-box .s-title .num {
    color: #235f4d;
    margin: 0 5px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
}

.service-list .item {
    width: calc((100% - 106px) / 4);
    margin-right: 35px;
    margin-bottom: 35px;
    border: 1px solid #e6e6e6;
    height: 300px;
    padding: 30px;
    position: relative;
}

.service-list .item:nth-child(4n+0) {
    margin-right: 0
}

.service-list .item .tit {
    font-size: 16px;
    color: #235f4d;
    font-weight: bold;
    line-height: 24px;
}

.service-list .item .city,
.service-list .item .addr {
    font-size: 14px;
    color: #383838;
    line-height: 24px;
}

.service-list .item .city {
    margin-bottom: 24px;
}

.service-list .item .mapbtn {
    width: 216px;
    height: 46px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #909090;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -108px;
    transition: all .5s ease
}

/*加盟创富*/

.join-main {
    padding: 100px 0 128px;
}

.join-main .title {
    font-size: 36px;
    color: #282e36;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 42px;
}

/*资料下载*/

.download-main {
    padding: 76px 0 49px;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.download-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #e6e6e6;
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    padding-right: 30px;
}

.download-list .item:nth-child(2n+0) {
    margin-right: 0
}

.download-list .item .tit {
    font-size: 16px;
    color: #555555
}

/*----------------------------经销加盟 end----------------------------*/

/*----------------------------联系我们----------------------------*/

.contact-main {
    padding: 100px 0 106px;
}

.contact-main .c-content {
    padding-bottom: 6%;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.7
}

.contact-main .allmap {
    height: 600px;
}

.contact-main .allmap img {
    max-width: none;
}

/*----------------------------联系我们 end----------------------------*/

/*----------------------------footer----------------------------*/

#footer {
    margin: auto;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
}

#footer .foot {
    padding: 37px 0;
    max-width: 1200px;
    margin: auto;
    width: 94%
}

#footer .foot .foot-nav {
    display: flex;
    justify-content: space-between;
}

#footer .foot .foot-nav dl {
    display: block;
    /*float: left;*/
    width: 128px;
    overflow: hidden;
    /*margin-right: 42px;*/
}

#footer .foot .foot-nav dl:last-of-type {
    margin-right: 0
}

#footer .foot .foot-nav dl dt {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #242424;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
}

#footer .foot .foot-nav dl dt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #235f4d;
}

#footer .foot .foot-nav dl dt a {
    color: #fff;
}

#footer .foot .foot-nav dl dd {
    line-height: 20px;
    padding: 0px 0;
    display: block;
}

#footer .foot .foot-nav dl dd a {
    color: rgba(36, 36, 36, .7);
    font-size: 14px;
    line-height: 2.14;
}

#footer .foot .foot-nav dl dd a:hover {
    color: rgba(36, 36, 36, 1);
}

#bottom {
    border-top: 1px solid #e6e6e6;
    padding: 16px 0;
}

#bottom .view {
    max-width: 1200px;
    margin: auto;
    font-size: 12px;
    color: #7f7f7f;
    line-height: 1.83
}

/*footer end*/

/*分页*/

.fanye {
    padding: 20px 0;
    font-size: 14px;
}

.fanye a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 300;
    color: #757575;
    text-align: center;
}

.fanye a.pa:hover,
.fanye a.cur {
    background: #235f4d;
    color: #fff;
}

.fanye a.btn {
    font-family: "simsun";
    color: #202020;
    font-size: 14px;
    width: auto;
    margin: 0 10px;
}

.fanye a.btn:hover {
    text-decoration: underline;
}

.fanye a.btn.null {
    display: none;
}

/*分页 end*/

.btnblack {
    transition: all .5s ease;
    border: 1px solid #282e36;
    background-color: #282e36;
    font-size: 14px;
    color: #ffffff;
}

.btngreen {
    transition: all .5s ease;
    border: 1px solid #235f4d;
    background-color: #235f4d;
    font-size: 14px;
    color: #ffffff;
}

.btnwhite {
    transition: all .5s ease;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 14px;
    color: #235f4d;
}

.news-list .item .img img,
.newstop-swiper .swiper-slide .item .l-img .imgs img,
.honor-list .item .img,
.picture-list .item .img img,
.product-list .item .info .infodiv,
.product-list .item .img img,
.space-list .item .info {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.product-list .item .img img,
.product-list .item .info .infodiv {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.inpro-main,
.innewsbox {
    padding-top: 70px
}

.inpro-main,
.incase-img1,
.incase-img2,
.inbrandbox .info,
.innewsbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.innews-pagination {
    display: none;
}

/*------------------------响应样式---------------------------*/

@media only screen and (min-width: 601px) {
    .btnblack:hover {
        text-decoration: underline;
        background-color: #ffffff;
        color: #282e36;
    }
    .btngreen:hover {
        text-decoration: underline;
        background-color: #ffffff;
        color: #235f4d;
    }
    .btnwhite:hover {
        text-decoration: underline;
        border: 1px solid #235f4d;
        background-color: #235f4d;
        color: #ffffff;
    }
    .innews-swiper .swiper-slide .item:hover .img img,
    .news-list .item:hover .img img,
    .newstop-swiper .swiper-slide .item:hover .l-img .imgs img {
        transform: scale(1.05);
    }
    .inbottom .inbot-list .item:hover .tit,
    .innews-swiper .swiper-slide .item:hover .info .tit,
    .news-list .item:hover .info .tit,
    .news-list .ggitem:hover .l-info .lookdiv .see,
    .news-list .ggitem:hover .l-info .tit,
    .caseclass-swiper .swiper-slide .item:hover .tit,
    .aftermarket-list .item:hover .i-top,
    .download-list .item:hover .tit,
    #top .topdiv .top .a:hover,
    #top .topdiv .top .topli .lisub .menu-a .aa:hover,
    .phone-menu ul li .xl a:hover {
        color: #235f4d
    }
    .inbottom .inbot-list .item:hover .icon>img {
        margin-top: -5px
    }
    #top .topdiv .top .topli .lisub .menu-a .aa:hover .ii {
        background-color: #235f4d;
        border: 1px solid #235f4d;
    }
    #top .topdiv .top .topli .lisub .menu-a .aa:hover .ii::after {
        color: #ffffff;
    }
    .human-list .item:hover {
        background-color: #235f4d;
        background-image: url(../image/icon_13.png);
    }
    .human-list .item:hover .time,
    .human-list .item:hover .tit,
    .human-list .item:hover .time .tt,
    .product-list .item:hover .info .tit,
    .product-list .item:hover .info .more {
        color: #ffffff
    }
    .human-list .item:hover .btn {
        background-color: #be8d4c;
        color: #ffffff
    }
    /*集团介绍*/
    .about-main .about-intro .ab-one .tabdiv .tab:hover {
        background-color: #235f4d;
    }
    .ab-tandiv .tan-content .list .item:hover .tit {
        color: #235f4d
    }
    .ab-tandiv .tan-content .list .item:hover .icon {
        background-color: #235f4d;
    }
    /*新闻动态*/
    .news-list .ggitem:hover,
    .honor-list .item:hover .img {
        border: 1px solid #235f4d;
    }
    /*品牌文化*/
    .picture-list .item:hover .img img {
        top: 0;
        left: 0
    }
    /*产品列表*/
    .product-list .item:hover .info .infodiv {
        background-color: #235f4d;
        height: 150px;
    }
    .product-list .item:hover .info .more .aarow-common::before {
        background-color: #ffffff;
    }
    .product-list .item:hover .info .more .aarow-common::after {
        border-color: #ffffff #ffffff transparent transparent;
    }
    .product-list .item:hover .img img {
        transform: translateY(-20px);
    }
    .productbox .product-item .allmore:hover {
        background-color: #282e36;
        color: #ffffff;
        text-decoration: underline;
    }
    .productview-main .prov-box .r-info .yybtn:hover {
        text-decoration: underline;
    }
    .caseclass-swiper .swiper-slide .item:hover .img.img1 {
        display: none;
    }
    .caseclass-swiper .swiper-slide .item:hover .img.img2 {
        display: inline-block;
    }
    /*全屋定制*/
    .space-list .item:hover .info {
        background-color: rgba(35, 95, 77, .85);
    }
    /*金蒂服务*/
    .aftermarket-list .item:hover .i-top::after {
        border-color: #235f4d #235f4d transparent transparent;
    }
    .aftermarket-main .afterm-ul.ot .l-msg .btn:hover,
    .service-list .item .mapbtn:hover {
        border: 1px solid #235f4d;
        color: #235f4d;
    }
    .feedback-main form .lybtn-box .btn:hover {
        background-color: #ffffff;
        color: #282e36
    }
    /*经销加盟*/
    .newsview-main.rencai .newsv-top .wrap .r-share .l-back:hover {
        background-color: #be8d4c;
        color: #ffffff
    }
}

@media only screen and (min-width: 1920px) {}

@media only screen and (max-width: 1600px) {
    .productview-main .prov-box .r-info {
        padding-left: 3%
    }
    .productview-main .gallery-top .swiper-slide .img {
        height: auto;
        padding-top: calc(733 / 950 * 100%);
    }
    .productview-main .gallery-thumbs {
        height: 642px;
    }
}

@media only screen and (max-width: 1440px) {
    #top .topdiv .top .a {
        margin: 0 16px;
    }
    .news-main .news-top,
    .searchbox {
        padding: 6% 0 3%;
    }
    .banner-common .textdiv .cn,
    .about-title .cn {
        font-size: 40px;
    }
    /*about*/
    .about-main .about-intro .ab-one .o-content .tit,
    .learn-title,
    .learn-title,
    .jindi-title,
    .custombox .cus-title,
    .material-list .item .r-info .tit,
    .join-main .title,
    .culture-title .cn,
    .inpro-main .inprotitle .btit,
    .inbrandbox .info .title .cn,
    .innewsbox .content .title .cn,
    .innewsbox .content .title .cn {
        font-size: 30px;
    }
    .about-main .about-intro .ab-three {
        margin-bottom: 0
    }
    .learn-title {
        margin-bottom: 20px;
    }
    .patentbox {
        padding: 70px 0 92px;
    }
    .picturebox {
        padding: 80px 0 60px;
    }
    /*product*/
    .productbox {
        padding: 70px 0 80px;
    }
    .productbox .product-item {
        margin-bottom: 138px
    }
    .product-list .item .info {
        height: 114px;
    }
    .product-list .item .info .infodiv {
        height: 114px;
        padding: 0 30px;
    }
    .product-list .item:hover .info .infodiv {
        height: 134px;
    }
    .productview-main .prov-box .l-imgs {
        width: calc(100% - 450px)
    }
    .productview-main .prov-box .r-info {
        width: 450px;
    }
    .productview-main .prov-box .r-info .tit {
        font-size: 28px;
    }
    .productview-main .gallery-thumbs {
        height: 557px;
    }
    .case-list .item .i-text .textdiv .cn {
        font-size: 24px;
    }
    .case-list .item .i-text .textdiv .en {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .caseclass-swiper {
        margin-bottom: 60px;
    }
    .casebox {
        padding: 6% 0 4%
    }
    .materialbox .mat-top {
        padding: 64px 0 60px;
    }
    .aftermarket-main {
        padding: 72px 0 102px;
    }
    .wei-main {
        padding: 6% 0;
    }
    .wei-main .wei-view .l-info {
        width: 690px;
        padding-right: 28px;
    }
    .wei-main .wei-view .r-form {
        width: calc(100% - 690px);
        padding-left: 40px;
    }
    .feedback-main,
    .join-main,
    .contact-main {
        padding: 6% 0
    }
    .service-main {
        padding: 6% 0 4%
    }
    /*index*/
    .inbottom {
        padding: 84px 0 39px;
    }
    .protixi-swiper .swiper-slide {
        width: 980px;
        height: auto;
    }
    .incasebox .incase-info .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    #top .topdiv .top .topli,
    #top .topdiv .webdian,
    #top .topdiv .search .onlineshop .tt {
        display: none;
    }
    .phone-menu,
    .nav-phone-menu {
        display: block;
    }
    #top,
    #top .topdiv,
    .height80 {
        height: 70px;
    }
    .search-form {
        top: 70px;
        border-top: 1px solid #efefef
    }
    .hrefcommon.fix {
        top: 70px;
    }
    .culture-item .content {
        padding-top: 156px;
    }
    .banner-common .textdiv .cn,
    .about-title .cn {
        font-size: 36px;
    }
    .newsview-main {
        padding-top: 70px;
    }
    .search-btn.on .search-form {
        height: 80px;
    }
    .search-form .s-form .search-box {
        font-size: 20px;
    }
    .newstop-swiper .swiper-slide .item .r-info {
        padding: 0 38px;
    }
    .newstop-swiper .swiper-slide .item .r-info .tit {
        font-size: 24px;
    }
    .about-main .about-intro .ab-one {
        padding: 6% 0;
    }
    /*about*/
    .about-main .about-intro .ab-one .tabdiv {
        margin-bottom: 4%
    }
    .about-main .about-intro .ab-two .c-list {
        padding: 4% 0 6%;
    }
    .culture-list {
        margin-bottom: 0
    }
    .about-main .about-intro .ab-three {
        height: auto;
        padding: 10% 0
    }
    .xyjj-box,
    .szll-box {
        padding: 7% 0 6%
    }
    /*news*/
    .news-main {
        padding-bottom: 6%
    }
    .news-list .item {
        width: calc((100% - 76px) / 3);
        margin-right: 38px;
        margin-bottom: 38px;
    }
    .news-list .item .info .tit {
        margin-bottom: 12px;
    }
    .newsview-main .newsv-top {
        height: 190px;
    }
    .newsview-main .newsv-top .title {
        font-size: 30px;
    }
    .news-list.gg {
        display: block;
        padding-top: 50px;
    }
    .news-list .ggitem {
        margin-bottom: 30px;
        width: 100%
    }
    /*brand*/
    .honorbox {
        padding: 6% 0 3%
    }
    .honor-list .item {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .patentbox {
        padding: 6% 0 7%;
    }
    .picture-list .item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 65px;
    }
    /*product*/
    .jindi-title,
    .custombox .cus-title,
    .join-main .title {
        margin-bottom: 25px;
    }
    .productbox .product-item {
        margin-bottom: 110px;
    }
    .product-list .item .info {
        height: 96px;
    }
    .product-list .item .info .infodiv {
        height: 96px;
        padding: 0 20px;
    }
    .product-list .item:hover .info .infodiv {
        height: 116px;
    }
    .product-list .item .info .tit {
        margin-bottom: 5px;
    }
    .productview-main .prov-box .l-imgs {
        /*width: calc(100% - 350px)*/
        width: 69%
    }
    .productview-main .prov-box .r-info {
        /*width: 350px;*/
        width: 31%
    }
    .productview-main .prov-box .r-info .tit {
        font-size: 24px;
    }
    .productview-main .prov-box .r-info .rlist .item .itop {
        padding: 20px;
    }
    .material-list .item {
        margin-bottom: 6%
    }
    .material-list .item .l-img,
    .material-list .item .r-info {
        width: 50%
    }
    .material-list .item .r-info {
        padding-left: 30px;
    }
    .material-list .item:nth-child(2n+0) .r-info {
        padding-right: 30px;
    }
    .yuyuebox {
        padding: 6% 0;
    }
    .aftermarket-main {
        padding: 6% 0 8%;
    }
    .aftermarket-main .afterm-ul.ot .r-list {
        padding-left: 30px;
    }
    .wei-main .wei-view .l-info,
    .wei-main .wei-view .r-form {
        width: 50%
    }
    .service-main .top-map .maxdiv {
        flex-direction: column-reverse;
    }
    .service-main .top-map .l-map,
    .service-main .top-map .r-search {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .service-main .top-map .r-search {
        max-width: 380px;
        margin: 0 auto
    }
    .service-main .service-box .s-title {
        margin-bottom: 40px;
    }
    .service-list .item {
        width: calc((100% - 48px) / 4);
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .contact-main .allmap {
        height: 500px;
    }
    /*index*/
    .inbottom {
        padding: 54px 0 39px;
    }
    .protixi-swiper .swiper-slide {
        width: 80%;
    }
    .incasebox .incase-info .title {
        font-size: 36px;
    }
    .innews-swiper .swiper-slide .item .info .tit {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .hrefcommon .hitem {
        display: none;
    }
    .hrefcommon .hitem.xl {
        display: block;
    }
    .newstop-swiper .swiper-slide .item {
        display: block;
    }
    .newstop-swiper .swiper-slide .item .l-img,
    .newstop-swiper .swiper-slide .item .r-info {
        width: 100%;
        margin: 0
    }
    .newstop-swiper .swiper-slide .item .r-info {
        padding: 3%
    }
    .newstop-swiper .swiper-slide .item .r-info .time {
        margin-bottom: 16px;
    }
    .newstop-swiper .swiper-slide .item .r-info .desc {
        margin-bottom: 20px;
    }
    .banner-common .textdiv .cn {
        font-size: 36px;
    }
    /*about*/
    .about-title {
        margin-bottom: 40px
    }
    .about-title .cn {
        font-size: 30px;
    }
    .about-main .about-intro .ab-one .o-content .tit,
    .learn-title {
        font-size: 26px;
    }
    .about-main .about-intro .ab-two .culture-ul {
        display: block;
    }
    .about-main .about-intro .ab-two .culture-ul .citem,
    .about-main .about-intro .ab-two .culture-ul .citem:nth-child(4n+0) {
        max-width: 600px;
        width: 100%;
        height: 124px;
        padding: 0 20px;
        margin: 0 auto 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-main .about-intro .ab-two .culture-ul .citem .mtitle .cn {
        font-size: 26px;
    }
    .about-human .h-info {
        padding: 6% 0 30px;
    }
    .human-list .item,
    .human-list .item:nth-child(3n+0) {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        height: 190px;
    }
    .human-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .human-list .item .tit {
        font-size: 22px;
    }
    /*news*/
    .news-list,
    .news-list.gg {
        padding-top: 6%
    }
    .newsview-main .newsv-top {
        height: 150px;
    }
    .newsview-main .newsv-top .title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    /*brand*/
    .honor-list .item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .honor-list .item .tit {
        font-size: 16px;
    }
    .honor-list .item .img,
    .honor-list .item .line {
        margin-bottom: 12px;
    }
    .patent-list .item {
        height: 72px;
        line-height: 72px;
    }
    .patentbox .pat5ent-h .hh,
    .patent-list .item .row {
        padding: 0 15px;
    }
    .patent-list .item .row {
        line-height: 1.4;
        padding: 14px 15px;
    }
    .picturebox {
        padding: 8% 0;
    }
    /*product*/
    .productbox {
        padding: 50px 0 70px;
    }
    .productbox .product-item {
        margin-bottom: 78px;
    }
    .product-list .item,
    .product-list .item:nth-child(3n+0) {
        width: calc((100% - 1px) / 2);
        margin-right: 1px;
    }
    .product-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .productbox .product-item .allmore {
        margin-top: 30px;
    }
    .productview-main .prov-box {
        display: block;
        padding: 8% 0;
    }
    .productview-main .prov-box .l-imgs,
    .productview-main .prov-box .r-info {
        width: 100%;
        padding: 0
    }
    .productview-main .prov-box .l-imgs {
        margin-bottom: 60px;
        flex-direction: column-reverse;
    }
    .productview-main .gallery-thumbs {
        width: 100%;
        height: 90px;
    }
    .productview-main .gallery-thumbs .swiper-slide {
        width: auto;
    }
    .productview-main .gallery-top {
        width: 100%;
        margin-bottom: 20px;
    }
    .case-list {
        flex-direction: column;
        padding-top: 70px
    }
    .case-list .item {
        /*height: calc(100% / 5);*/
        flex: 1;
        overflow: hidden;
    }
    .case-list .item .i-text {
        background: transparent;
        height: 100%;
        bottom: 0
    }
    .case-list .item .i-text::before {
        display: none;
    }
    .case-list .item .i-text .textdiv {
        top: 0
    }
    .case-list .item .i-text .textdiv .cn {
        font-size: 20px;
    }
    .case-list .item .i-text .textdiv .en {
        padding-bottom: 0
    }
    .caseclass-swiper .swiper-slide {
        margin: 0 32px;
    }
    .space-list .item {
        margin-bottom: 6%
    }
    .space-list .item .info {
        height: 184px;
    }
    .space-list .item .info .textdiv .tit {
        font-size: 20px;
        margin-bottom: 28px
    }
    .yuyuebox .bg {
        background-image: none !important;
    }
    .yuyuebox .yuyue-form .word {
        margin-bottom: 20px;
    }
    .aftermarket-main .afterm-ul.ot {
        display: block;
    }
    .aftermarket-main .afterm-ul.ot .l-msg,
    .aftermarket-main .afterm-ul.ot .r-list {
        width: 100%;
        padding: 0;
    }
    .aftermarket-main .afterm-ul.ot .l-msg {
        margin-bottom: 6%
    }
    .wei-main .wei-view {
        flex-direction: column-reverse;
    }
    .wei-main .wei-view .l-info,
    .wei-main .wei-view .r-form {
        width: 100%;
        padding: 0;
        border: none;
    }
    .wei-main .wei-view .r-form {
        margin-bottom: 6%
    }
    .wei-main .wei-view .r-form .inp {
        margin-bottom: 40px;
    }
    .wei-main .wei-view .r-form .cbtn {
        max-width: 380px;
        margin: 0 auto
    }
    .service-list .item,
    .service-list .item:nth-child(4n+0) {
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
        margin-bottom: 16px;
        padding: 20px;
    }
    .service-list .item:nth-child(3n+0) {
        margin-right: 0
    }
    .service-list .item .mapbtn {
        width: 80%;
        margin-left: 0;
        left: 10%
    }
    .download-main {
        padding: 6% 0
    }
    .download-list .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .contact-main .allmap {
        height: 40vh;
    }
    .culture-title {
        margin-bottom: 15px;
    }
    /*index*/
    .inbottom {
        display: none;
    }
    .banner-swiper .swiper-slide .bitem .bimg.bimg1 {
        display: none;
    }
    .banner-swiper .swiper-slide .bitem .bimg.bimg2 {
        display: block;
    }
    .protixi-swiper .swiper-slide .item img {
        height: 400px;
    }
    .incasebox .incase-info .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .innews-swiper {
        margin: 0 auto 60px;
    }
    .innews-swiper .swiper-slide .item .info {
        padding: 18px;
    }
    .innews-swiper .swiper-slide .item .info .tit {
        font-size: 16px;
    }
    .ab-tandiv .tan-content .list .item .tit {
        font-size: 26px;
    }
    .ab-tandiv.four .tan-content .list .item {
        margin-bottom: 8%
    }
    .inbrandbox .info .btn {
        margin-bottom: 8%
    }
}

@media only screen and (max-width: 800px) {
    .ab-tandiv .tan-content .list .item {
        padding-left: 45px;
    }
    /*about*/
    .about-main .about-intro .ab-one .tabdiv .tab {
        height: 60px;
        font-size: 16px;
    }
    .about-main .about-intro .ab-one .o-content .tit,
    .learn-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .culture-list .citem {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    /*about*/
    .about-main .about-intro .ab-three .desc {
        padding: 0;
        margin-bottom: 6%;
        line-height: 1.8
    }
    .about-title .cn {
        font-size: 26px;
    }
    .about-title .en {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .about-human {
        padding-bottom: 4%
    }
    .human-list .item {
        padding: 0 20px;
        height: 150px;
    }
    .human-list .item .tit {
        font-size: 20px;
    }
    .learn-title {
        margin-bottom: 10px;
    }
    .ab-tandiv .tan-top .desc {
        padding: 0 3%
    }
    /*news*/
    .news-list .item,
    .news-list .item:nth-child(3n+0) {
        width: calc((100% - 24px) / 2);
        margin-right: 24px;
    }
    .news-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .news-list .item .info .tit {
        font-size: 16px;
    }
    .newsview-main .newsv-top .title {
        font-size: 22px;
    }
    .newsview-main .newsv-content .nv-bottom {
        padding: 30px 0 40px;
    }
    .newsv-content .applybtn {
        margin-bottom: 8%
    }
    /*brand*/
    .honor-list .item,
    .honor-list .item:nth-child(3n+0) {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .honor-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .patentbox .patent-h {
        height: 72px;
        line-height: 72px;
    }
    .patentbox .patent-h .hh,
    .patent-list .item .row {
        font-size: 14px;
    }
    .patentbox .patent-h .hh:nth-child(3),
    .patent-list .item .row:nth-child(3) {
        width: 39%
    }
    .patentbox .patent-h .hh:nth-child(4),
    .patent-list .item .row:nth-child(4) {
        width: 20%
    }
    .picture-list .item {
        margin-bottom: 45px;
    }
    .picture-list .item .img {
        margin-bottom: 12px;
    }
    .picture-list .item .tit {
        font-size: 16px;
    }
    /*product*/
    .jindi-title,
    .custombox .cus-title,
    .join-main .title,
    .material-list .item .r-info .tit,
    .culture-title .cn,
    .inpro-main .inprotitle .btit,
    .inbrandbox .info .title .cn,
    .innewsbox .content .title .cn {
        font-size: 26px;
    }
    .custombox {
        padding: 40px 0;
    }
    .caseclass-swiper {
        margin-bottom: 44px;
    }
    .caseclass-swiper .swiper-slide {
        margin: 0 20px;
    }
    .space-list .item .info {
        width: 80%;
        height: auto;
    }
    .space-list .item .info .textdiv .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .space-list .item .img {
        min-height: 300px;
    }
    .materialbox .mat-top,
    .material-list {
        padding: 6% 0
    }
    .material-list .item {
        display: block;
    }
    .material-list .item .l-img,
    .material-list .item .r-info {
        width: 100%
    }
    .material-list .item .l-img {
        margin-bottom: 30px;
    }
    .material-list .item .r-info,
    .material-list .item:nth-child(2n+0) .r-info {
        padding: 0
    }
    .material-list .item .r-info .tit,
    .material-list .item .r-info .line {
        margin-bottom: 18px;
    }
    .aftermarket-main .afterm-cont .a-download img {
        min-height: 320px;
    }
    .service-main .top-map {
        height: auto;
    }
    .service-main .top-map .maxdiv {
        padding: 6% 0
    }
    .service-main .top-map .l-map {
        background-image: none;
        max-height: 300px;
        overflow-y: auto;
        max-width: 380px;
        margin: 0 auto
    }
    .service-main .top-map .l-map::-webkit-scrollbar {
        width: 8px;
    }
    .service-main .top-map .l-map::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, .5);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .service-main .top-map .l-map::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .service-main .top-map .l-map a {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: block;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 14px;
    }
    .service-main .top-map .r-search {
        margin-bottom: 20px;
    }
    .download-list .item {
        width: 100%;
        margin-right: 0;
    }
    .culture-item .bgimg.bgimg2 {
        display: block;
    }
    .culture-item .bgimg.bgimg1 {
        display: none;
    }
    .inbrandbox .info .title .en {
        margin-bottom: 12px;
    }
    .inbrandbox .info .title {
        margin-bottom: 40px;
    }
    .productview-main .thumbs-cont .textbtn::after {
        font-size: 26px;
    }
    .productview-main .thumbs-cont {
        padding: 0 40px;
        width: 100%;
    }
    .productview-main .thumbs-cont .textbtn {
        width: 30px
    }
}

@media only screen and (max-width: 640px) {
    .inpro-main,
    .innewsbox {
        height: auto;
        padding: 6% 0;
    }
    #banner {
        padding-top: 60px
    }
    .banner-swiper .swiper-slide .bitem .bimg {
        height: auto;
        padding-top: calc(950 / 1920 * 100%);
        min-height: 370px
    }
    .inpro-main .morebtn {
        margin-top: 6%
    }
    .innews-swiper {
        margin: 0 auto 6%
    }
    .inbrandbox .bgimg img.img1 {
        display: none;
    }
    .inbrandbox .bgimg img.img2 {
        display: block;
    }
    .ab-tandiv .tan-content {
        padding: 34px 0 118px;
    }
    .ab-tandiv .tan-content .list .item .tit {
        font-size: 22px;
    }
    #top,
    #top .topdiv,
    .height80 {
        height: 60px;
    }
    .search-btn.on .search-form {
        top: 60px;
        height: 50px;
    }
    .hrefcommon.fix {
        top: 60px;
    }
    .culture-item .content {
        padding-top: 140px;
    }
    .newsview-main,
    .case-list {
        padding-top: 60px;
    }
    .search-form .s-form .search-box {
        font-size: 16px;
    }
    #top .top {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    /*about*/
    .culture-list,
    .human-list,
    .about-human .h-info,
    .newsview-main.rencai .newsv-top .wrap,
    .newsview-main.rencai .newsv-top .wrap .r-share {
        display: block;
    }
    .culture-list .citem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .culture-list .citem .tit {
        margin-bottom: 10px
    }
    .about-main .about-intro .ab-one .o-content .tit,
    .learn-title {
        font-size: 20px;
    }
    .human-list .item,
    .human-list .item:nth-child(3n+0) {
        margin-right: 0;
        width: 100%
    }
    .about-human .h-info .l-contact {
        margin-bottom: 10px
    }
    .about-human .h-info .r-form form .inp {
        width: 100%
    }
    .newsview-main.rencai .newsv-top {
        height: auto;
        padding: 6% 0;
    }
    .newsview-main.rencai .newsv-top .wrap .r-share {
        margin-top: 20px;
    }
    .newsview-main.rencai .newsv-top .wrap .r-share .share {
        justify-content: flex-start;
    }
    /*news*/
    .news-list .item,
    .news-list .item:nth-child(3n+0) {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .news-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .newstop-swiper .swiper-slide .item .r-info .tit {
        font-size: 18px;
    }
    .newsview-main .newsv-content .nv-bottom {
        display: block;
    }
    .newsview-main .newsv-content .nv-bottom .l-back {
        width: 100%;
        margin-bottom: 10px;
    }
    .news-list .ggitem .l-info .tit {
        font-size: 16px;
    }
    /*brand*/
    .patentbox .patent-h .hh,
    .patent-list .item .row {
        padding: 0 5px;
    }
    .patent-list .item .row {
        padding: 14px 5px;
    }
    /*brand*/
    .picture-list .item,
    .picture-list .item:nth-child(3n+0) {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
    .picture-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .picture-list .item .img img {
        top: -10px;
        left: -10px;
    }
    /*product*/
    .product-list .item,
    .product-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0
    }
    .jindi-title,
    .custombox .cus-title,
    .material-list .item .r-info .tit,
    .join-main .title,
    .culture-title .cn,
    .inpro-main .inprotitle .btit,
    .inbrandbox .info .title .cn,
    .innewsbox .content .title .cn {
        font-size: 24px;
    }
    .productview-main .prov-box .l-imgs {
        margin-bottom: 40px;
    }
    .productview-main .prov-box .r-info .tit {
        margin-bottom: 20px;
    }
    .productview-main .prov-box .r-info .rlist .item .itop {
        padding: 10px;
    }
    .custombox {
        padding: 34px 0 50px;
    }
    .caseclass-swiper .swiper-wrapper {
        justify-content: flex-start;
    }
    .space-list .item .info {
        padding: 16px;
    }
    .space-list .item .info .textdiv {
        padding: 14px;
    }
    .space-list .item .info .textdiv .tit {
        font-size: 16px;
    }
    .aftermarket-main .afterm-ul .atitle {
        font-size: 22px;
    }
    .aftermarket-list .item .i-top {
        height: 55px;
        line-height: 55px;
    }
    .aftermarket-main .afterm-ul.ot .l-msg {
        margin-bottom: 40px;
    }
    .aftermarket-main .afterm-ul.ot .l-msg .content {
        padding: 12px 0
    }
    .service-list .item,
    .service-list .item:nth-child(4n+0),
    .service-list .item:nth-child(3n+0) {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px;
        height: 260px;
    }
    .service-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .download-list {
        margin-bottom: 20px;
    }
    .download-list .item {
        height: 60px;
        line-height: 60px;
        padding-right: 15px;
    }
    .protixi-swiper .swiper-slide {
        width: 100%
    }
    .fw-list ul li a {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inbrandbox .info .title {
        margin-bottom: 22px;
    }
    /*footer*/
    .index-href {
        height: 90px;
    }
    .index-href .list a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .index-href .list a img {
        width: 48px;
        height: 48px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    #footer .foot .foot-nav {
        display: block;
    }
    #footer .foot .foot-nav dl {
        width: 100%
    }
    #footer .foot .foot-nav dl dt {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
    }
    #footer .foot .foot-nav dl dt::before {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        width: 1px;
        height: 11px;
        margin-top: -5px;
        background-color: #242424
    }
    #footer .foot .foot-nav dl dt::after {
        left: auto;
        bottom: auto;
        right: 10px;
        top: 50%;
        width: 11px;
        background-color: #242424
    }
    #footer .foot .foot-nav dl dd {
        height: 0;
        overflow: hidden;
        transition: all .5s ease;
    }
    #footer .foot .foot-nav dl.on dd {
        height: 28px;
        line-height: 28px;
    }
    .innewsbox .innewslist .btn {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .banner-common .textdiv .en {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner-common .textdiv .cn,
    .about-title .cn {
        font-size: 28px;
    }
    .hrefcommon .hitem.xl {
        width: calc((100% - 50px) / 2)
    }
    /*about*/
    .about-main .about-intro .ab-one .tabdiv {
        display: block;
    }
    .about-main .about-intro .ab-one .tabdiv .tab {
        width: 100%;
        margin-bottom: 5px;
    }
    /*news*/
    .news-list .item,
    .news-list .item:nth-child(3n+0),
    .news-list .item:nth-child(2n+0) {
        width: 100%;
        margin-right: 0;
    }
    .news-list .ggitem {
        margin-bottom: 18px;
    }
    .news-list .ggitem .l-info {
        width: 100%
    }
    .news-list .ggitem .r-img {
        display: none;
    }
    /*brand*/
    .honor-list .item .tit {
        font-size: 14px;
    }
    .picture-list .item,
    .picture-list .item:nth-child(3n+0) {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .picture-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .picture-list .item .img img {
        top: -5px;
        left: -5px;
    }
    /*product*/
    .productbox {
        padding: 40px 0 58px;
    }
    .productbox .product-item {
        margin-bottom: 60px;
    }
    .product-list .item .info,
    .product-list .item .info .infodiv {
        height: 75px;
    }
    .product-list .item .info .tit {
        font-size: 14px;
    }
    .space-list .item .info {
        width: 90%
    }
    .yuyuebox .yuyue-form form .my-select .zcityGroup {
        display: block;
    }
    .yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem {
        width: 100%
    }
    .yuyuebox .yuyue-form form .my-item .inp,
    .yuyuebox .yuyue-form form .my-item .texta,
    .yuyuebox .yuyue-form form .my-select .zcityGroup .zcityItem {
        margin-bottom: 10px;
    }
    .aftermarket-main .afterm-cont .a-download {
        margin-bottom: 40px;
    }
    .aftermarket-main .afterm-cont .a-download img {
        min-height: 230px;
    }
    .wei-main .wei-view .r-form {
        margin-bottom: 60px;
    }
    .wei-main .wei-view .r-form .inp {
        margin-bottom: 30px;
    }
    .feedback-main form>dl.flexitem {
        display: block;
    }
    .feedback-main form>dl.flexitem dd {
        width: 100%
    }
    .feedback-main form>dl>dd>input,
    .feedback-main form>dl>dd>textarea {
        margin-bottom: 10px;
    }
    .service-main .top-map .l-map {
        max-width: 235px;
    }
    .service-list .item,
    .service-list .item:nth-child(4n+0),
    .service-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px;
        height: 260px;
    }
    .service-list .item:nth-child(2n+0) {
        margin-right: 0
    }
    .culture-item .content .m-cont .cont {
        line-height: 2;
        font-size: 14px;
    }
    .incasebox .incase-info .title {
        font-size: 24px;
    }
    .incasebox .incase-info .word {
        font-size: 14px;
    }
    .inpro-main .inprotitle .mtit>span.ll {
        display: none;
    }
    .inpro-main .inprotitle .mtit>span.en {
        display: block;
        margin-top: 5px;
    }
    .protixi-swiper .swiper-slide .item img {
        height: 240px;
    }
    /*footer*/
    #footer .foot {
        padding: 5px 0;
    }
    .innews-swiper {
        margin: 0 auto 20px;
    }
    .innews-pagination {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
    .innews-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .innews-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #235f4d
    }
    .honor-list .item,
    .honor-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0
    }
    .innewsbox .content .title {
        margin-bottom: 24px;
    }
    .innewsbox .content .title .en {
        margin-bottom: 8px;
    }
}

/*------------------------响应样式 end---------------------------*/