    /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* customize stylesheet */
*{margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: none;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;pointer-events: none;}
html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a {color: #2b2b2b;text-decoration: none;}
a:focus{outline: none;}
address,caption,cite,code,dfn,b,i,th,var,dt{font-style:normal;font-weight:normal;}
area{outline:none;}
hr {margin: 20px 0;border: 0;border-top: 1px solid #eee;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-family: inherit;font-weight: normal;line-height: 1.1;color: inherit;margin:0;padding:0;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
img{vertical-align:middle;max-width: 100%;}
em{font-style: normal;}
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0 auto;}
.img-circle{border-radius: 50%;}
.hidden{display:none !important;}
.visibility{visibility:hidden;}
.clear:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clear{*zoom:1;}
.pc-only{

}
.mobi-only{display: none !important;}
/*后台编辑文章样式*/
.article-content{

}
.article-content p{
    margin-bottom: 20px;
}
.visible-desktop{
    display: block;
}
.visible-phone{
    display: none;
}
/*以下开始*/
body {
    /*font: 14px/1.8 "PingFang SC", "Microsoft Yahei";*/
    font: 14px/1.8 "Microsoft Yahei";
    color: #787878;
}
.wrapper {
    width: 100%;
    height: auto;
}
.wrapper>.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper2>.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.container .wrapper > .inner{
    width: 1000px;
}
.container-main{
    width: 1000px;
    margin: 0 auto;
}
.table-con {
    display: table;
}
.table-con .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.btn {
    display: inline-block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #000;
    border-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.section {
    margin-bottom: 70px;
}
.section-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.section-title::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #c4a36d;
    margin-bottom: 6px;
    margin-left: 20px;
}
.section-title2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.section-title2::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #c4a36d;
    margin-top: 10px;
}
.section-title3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.section-title4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.section-title4:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #787878;
    margin-top: 18px;
}
.section-title5 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 12px;
    margin-bottom: 30px;
}
.section-title5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 30px;
    background-color: #C4A36D;
}
.container {}

/*内页banner*/

.banner-title {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
}
.banner-title .banner-img {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.banner-title .inner {
    height: 100%;
    position: relative;
    display: table;
}
.banner-title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #000;
}
.banner-title .inner img {
    height: 25px;
}

/**顶部导航**/

.header-wrap {
    position: relative;
    z-index: 5;
    height: 110px;
    background-color: #fff;
}
.header-wrap .inner {
    position: relative;
    height: 100%;
}
.logo-wrap {
    position: absolute;
    left: -40px;
    top: 0;
    background: #deb97b;
    width: 214px;
    height: 110px;
    display: table;
    padding: 7px;
    z-index: 99;
}
.logo-wrap .logo {
    display: table-cell;
    height: 100%;
    border: 2px solid #e1c088;
    text-align: center;
    vertical-align: middle;
}
.logo-wrap .logo img{
    max-height: 92px;
}
.nav-tools {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
}
.nav-tools>div {
    float: right;
}
.nav-tools .search-box {
    float: left;
    position: relative;
}
.nav-tools .search-box>.icon {
    display: block;
    background: url(images/search.png) no-repeat center center;
    background-size: 20px auto;
    width: 40px;
    height: 50px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.nav-tools .search-form {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 30px;
    background: #fff;
}
.nav-tools .search-form .scope {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 32px;
    vertical-align: top;
    background: #ededed;
    border: none;
}
.nav-sub-arrow {
    position: absolute;
    width: 8px;
    height: 6px;
    top: -10px;
    left: 10px;
    background: url(images/arrow_4.png) no-repeat 0 0;
}
.nav-tools .line {
    float: left;
    width: 1px;
    height: 15px;
    background: #787878;
    margin-top: 17px;
    margin-left: 10px;
}
.nav-tools .lang {
    float: left;
    padding: 0 10px;
    margin-right: 30px;
}
.nav-shops {
    float: left;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    background: url(images/icon_88.png) no-repeat left center;
    background-size: 16px auto;
}
.nav-shops.active {
    background: url(images/icon_90.png) no-repeat left center;
    background-size: 16px auto;
}
.nav-shops .name {
    color: #000;
}
.nav-shops.active .name {
    color: #C4A36D;
}
.nav-shop-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    line-height: 30px;
    background: #fff;
    font-size: 12px;
    border: 4px solid rgba(196, 163, 109, 0.4);
    padding: 5px 10px 5px;
    z-index: 1;
}
.nav-shop-list>li {
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #bbb;
}
.nav-shop-list>li>a:hover {
    color: #c4a36d;
}
.nav-join {
    float: left;
    padding-left: 30px;
    padding-right: 10px;
    background: url(images/icon_89.png) no-repeat left center;
    background-size: 16px auto;
}
.nav-join.active {
    background: url(images/icon_91.png) no-repeat left center;
    background-size: 16px auto;
}
.nav-join.active a {
    color: #C4A36D;
}

/**主导航**/

.navigation {
    height: 60px;
    text-align: right;
    font-size: 0;
    position: absolute;
    top: 50px;
    right: 0;
}
.navigation>li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: left;
    padding-left: 80px;
    padding-right: 10px;
}
.navigation>li:first-child {
    padding-left: 0;
}
.navigation>li>a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 60px;
}
.navigation>li>a i {
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 95%;
    height: 4px;
    background-color: #c4a36d;
    transition: all 0.2s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.navigation>li.hover>a i {
    bottom: 0;
}
/*.navigation>li.hover>a {
    color: #c4a36d;
}*/
.navigation>li.active>a {
    color: #c4a36d;
    font-weight: bold;
}
.navigation>li>.subnav {
    visibility: hidden;
    position: absolute;
    left: 8%;
    top: 100%;
    width: 200px;
    line-height: 24px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    z-index: 1000;
}
.navigation>li.news-nav>.subnav{
    left: inherit;
    right: 0;
}
.navigation>li.hover>.subnav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.navigation>li>.arrow {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 5px;
    background: url(images/icon_202.png) no-repeat center center;
    background-size: 14px auto;
}
.navigation>li>.arrow.open {
    background-image: url(images/icon_203.png);
}
.navigation .subnav li {
    position: relative;
    padding: 6px 0 6px 58px;
}
.navigation .subnav li .line-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 52px;
    height: 2px;
}
.navigation .subnav li .short-line, .navigation .subnav li .long-line {
    position: absolute;
    top: 0;
    background-color: #c4a36d;
}
.navigation .subnav li .short-line {
    width: 12px;
    height: 1px;
    right: 0;
}
.navigation .subnav li .long-line {
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}
.navigation .subnav a{
    display: block;
}
.navigation .subnav a:hover {
    color: #c4a363;
    font-weight: bold;
}
/*.navigation .subnav>li:hover .long-line {
    width: 100%;
}*/

/**移动端导航**/

.header-wrap .mobi-nav {
    display: none;
    height: 60px;
    text-align: right;
}
.header-wrap .mobi-nav .wrap-title{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-left: 130px;
    padding-right: 46px;
    /*font-weight: bold;*/
    font-size: 14px;
}
.mobi-nav .search-form {
    display: inline-block;
    display: none;
    position: relative;
    margin-right: 10px;
}
.mobi-nav .scope {
    display: inline-block;
    height: 30px;
    width: 0px;
    visibility: hidden;
    border: 1px solid #ccc;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.mobi-nav .scope.active {
    visibility: visible;
    width: 150px;
}
.mobi-nav .zoom {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(images/icon_200.png) no-repeat 0 0;
    background-size: 100% 100%;
    border: none;
}
.mobi-nav .menu-btn {
    display: inline-block;
    width: 26px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}
.mobi-nav .menu-btn>span {
    display: block;
    width: 100%;
    height: 2px;
    background: #8d8d8d;
    margin-bottom: 6px;
}
.mobi-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/icon_201.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    display: none;
}
.mobi-menu-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

/*二级导航*/

.nav-wrap {
    margin-bottom: 60px;
}
.nav-wrap a {
    color: #787878;
    display: block;
}
.nav-wrap .inner {
    border-bottom: 1px solid #e4e4e4;
}
.nav-wrap .nav {
    float: left;
    height: 35px;
    margin-bottom: -1px;
}
.nav-wrap .nav li {
    display: inline-block;
    height: 100%;
}
.nav-wrap .nav li.slant {
    margin: 0 8px;
}
.nav-wrap .nav li a {
    height: 100%;
}
.nav-wrap .nav li a:hover {
    color: #c4a36d;
}
.nav-wrap .nav li.active a {
    color: #c4a36d;
    font-weight: bold;
    border-bottom: 2px solid #c4a36d;
}
.nav-wrap .follow{
    float: right;
}
.nav-wrap .follow li{
    float: right;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 5px;
    background: url(images/icon_39.png) no-repeat right center;
}
.nav-wrap .follow li.active{
    color: #c4a36d;
}
.nav-wrap .follow li a:hover{
    color: #c4a36d;
}
.nav-wrap .follow li.index{
    padding-right: 20px;
    background: url(images/icon_37.png) no-repeat right 3px;
}
.nav-wrap .follow span{
    display: inline-block;
    width: 5px;
    height: 6px;
    background: url(images/icon_39.png) no-repeat center center;
    margin: 0 3px 2px;
}

/*底部*/

.footer-wrap {
    background-color: #595959;
}
.footer-wrap>.inner {
    padding-top: 40px;
}
.footer-wrap .link-wrap ul li {
    float: left;
    width: 14.222%;
}
.footer-wrap .link-wrap dl dt {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.footer-wrap .link-wrap dl dd {
    padding-top: 8px;
}
.footer-wrap .link-wrap ul li a {
    color: #a4a4a4;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.footer-wrap .link-wrap ul li a:hover {
    color: #c4a36d;
}
.footer-wrap .erweima {
    float: right;
    margin-bottom: 28px;
    position: relative;
}
.footer-wrap .erweima .cont {
    width: 50px;
    position: absolute;
    left: -30px;
    top: -30px;
    transition: all 0.4s;
    transform-origin: right bottom;
    -webkit-transition: all 0.4s ease-in;
    -webkit-transform-origin: right bottom;
}
.footer-wrap .erweima .cont:hover {
    transform: scale(2);
    -webkit-transform: scale(2);
}
.footer-wrap .copyright {
    border-top: 1px solid #7a7a7a;
    clear: both;
    padding: 10px 0;
    color: #787878;
    font-size: 12px;
}

/**首页KV**/

.app-banner {
    display: none;
}
.app-banner img {
    width: 100%;
    height: auto;
}
.banner-wrap {
    position: relative;
    height: 720px;
    overflow: hidden;
}
.banner-wrap .banner-main{
    position: relative;
}
.banner-wrap .banner-images {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-wrap .banner-images .image {
    position: relative;
    width: 100%;
    height: 620px;
}
.banner-wrap .title-wrap {
    width: 368px;
    height: 368px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.8); */
    text-align: center;
    /* box-shadow: 0px 2px 5px 0px #E8E8E8; */
    z-index: 99;
}
.banner-wrap .banner-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: -20px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    user-select: none;
    -webkit-user-select: none;
}
.banner-wrap .banner-btn:hover {
    box-shadow: 0 0 10px 1px #ababab;
}
.banner-wrap .banner-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-wrap .banner-btn.prev {
    left: 10%;
    top: 50%;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
}
.banner-wrap .banner-btn.prev a {
    background: url(images/prev.png) no-repeat center center;
}
.banner-wrap .banner-btn.next {
    right: 10%;
    top: 50%;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
}
.banner-wrap .banner-btn.next a {
    background: url(images/next.png) no-repeat center center;
}
.banner-wrap .banner-btn.prev.hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.banner-wrap .banner-btn.next.hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.banner-wrap .title-wrap .dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
}
.banner-wrap .title-wrap .dots li {
    display: inline-block;
    width: 10%;
    height: 4px;
    border-radius: 4px;
    background-color: #dadada;
    margin: 0 2%;
    cursor: pointer;
}
.banner-wrap .title-wrap .dots li.active {
    background-color: #c4a36d;
}
.banner-wrap .title-wrap h2 {
    width: 100%;
    position: relative;
}
.banner-wrap .title-wrap h2 img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

/*关于我们*/

.home-about .text {
    text-align: center;
}
.home-about .image {
    width: 100%;
    margin-top: 20px;
    max-width: 1200px;
    max-height: 300px;
    overflow: hidden;
}
.home-about .image .video{
    max-width: 100%;
}
.home-about .image img {
    display: block;
    width: 100%;
    transition: transform 1s ease-in;
    -webkit-transition: transform 1s ease-in;
}
.home-about .image img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home-about .history {
    width: 100%;
    padding-top: 60px;
    text-align: center;
}
.home-about .history .item {
    float: left;
    width: 30%;
    height: 180px;
    border: 1px solid #eaeaea;
    position: relative;
    padding-top: 50px;
    text-align: center;
    margin-right: 5%;
    vertical-align: middle;
}
.home-about .history .item-3 {
    margin-right: 0;
}
.home-about .history .item .bg-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.home-about .history .item-1 .bg-image {
    background-image: url(images/image_8.jpg);
}
.home-about .history .item-2 .bg-image {
    background-image: url(images/image_9.jpg);
}
.home-about .history .item-3 .bg-image {
    background-image: url(images/image_10.jpg);
}
.home-about .history .item i {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.home-about .history .item-1 i {
    background-image: url(images/icon_26.png);
}
.home-about .history .item-2 i {
    background-image: url(images/icon_27.png);
}
.home-about .history .item-3 i {
    background-image: url(images/icon_28.png);
}
.home-about .history .item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #c4a36d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-about .history .item h3:after {
    content: "";
    display: block;
    margin: 17px auto 0;
    width: 40px;
    height: 2px;
    background-color: #bbbbbb;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-about .history .item p {
    font-size: 16px;
    margin-top: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #787878;
}
.home-about .history .item.hover-item p {
    color: #fff;
}
.home-about .history .item.hover-item h3 {
    color: #fff;
}
.home-about .history .item.hover-item h3:after {
    background-color: #fff;
}

/*品牌优势*/

.home-brand .content {
    float: left;
    width: 50%;
    padding-right: 60px;
    position: relative;
}
.home-brand .section-title {
    margin-bottom: 30px;
}
.home-brand .content .text {
    margin-bottom: 20px;
}
.home-brand-options {
    width: 90%;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.home-brand-options li {
    text-align: center;
    width: 50%;
    height: 50%;
    float: left;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.home-brand-options li:hover p {
    color: #c4a36d;
}
.home-brand-options li .inner {
    padding: 40px 0;
}
.home-brand-options li i {
    display: block;
    width: 100%;
    height: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background-size: auto 100% !important;
}
.home-brand-options .item-1 i {
    background: url(images/icon_6.png) no-repeat center 0;
}
.home-brand-options .item-2 i {
    background: url(images/icon_7.png) no-repeat center 0;
}
.home-brand-options .item-3 i {
    background: url(images/icon_8.png) no-repeat center 0;
}
.home-brand-options .item-4 i {
    background: url(images/icon_9.png) no-repeat center 0;
}
.home-brand-options .hover-item.item-1 i {
    background: url(images/icon_30.png) no-repeat center 0;
}
.home-brand-options .hover-item.item-2 i {
    background: url(images/icon_34.png) no-repeat center 0;
}
.home-brand-options .hover-item.item-3 i {
    background: url(images/icon_35.png) no-repeat center 0;
}
.home-brand-options .hover-item.item-4 i {
    background: url(images/icon_36.png) no-repeat center 0;
}
.home-brand-options li p {
    font-weight: bold;
    color: #787878;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.home-brand .image {
    float: right;
    width: 50%;
    overflow: hidden;
}
.home-brand .image img {
    width: 100%;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.home-brand .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.home-service {
    background-color: #f9f9f9;
    padding: 50px 0;
    color: #000;
}
.serve-wrap .section-title2 {
    margin-bottom: 40px;
}
.home-service .section-title3 {
    color: #787878;
    font-size: 16px;
}
.service-name-list {
    text-align: center;
    margin-bottom: 20px;
}
.service-name-list li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    font-size: 15px;
}
.service-name-list li.active {
    color: #c4a36d;
    border-bottom: 2px solid #c4a36d;
}
.home-service-list {
    max-width: 1000px;
    margin: 0 auto;
}
.home-service-list .box {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
    -webkit-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}
.home-service-list .slick-center .box {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.home-service-list .img {
    width: 100%;
}
.home-service-list .show {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-service-list .show .zoom {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(images/icon_11.png) no-repeat center center;
    background-size: 100% auto;
    margin-bottom: 8px;
}
.home-service-list .show .title {
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 10px #595959;
}
.home-service-list .infobox {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 18px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.home-service-list .infobox .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.home-service-list .infobox .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #000;
    margin-top: 10px;
}
.home-service-list .infobox .brief {
    font-size: 12px;
    height: 70px;
    color: #787878;
}
.home-service-list .infobox .btn {
    float: left;
}
.home-service-list .infobox .btn:hover {
    background-color: #c4a36d;
}
.home-service-list .infobox .forking {
    background-color: #dad9d8;
    width: 1px;
    height: 30px;
    margin: 0 15px;
    float: left;
}
.home-service-list .infobox .service-btn {
    height: 30px;
    line-height: 30px;
    color: #c4a36d;
    padding-left: 34px;
    float: left;
    background: url(images/icon_208.png) no-repeat left center;
    background-size: auto 20px;
}
.home-service-list .infobox .mall {
    height: 30px;
    line-height: 30px;
    color: #c4a36d;
    padding-left: 34px;
    float: left;
    background: url(images/icon_10.png) no-repeat left center;
    background-size: auto 20px;
}
.home-service-list .active .show, .home-service-list .box-hover .show {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.home-service-list .active .infobox, .home-service-list .box-hover .infobox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.home-service-list .slick-arrow {
    width: 30px;
    height: 70px;
}
.home-service-list .slick-prev {
    background: #c4a36d url(images/arrow_1.png) no-repeat center center;
    background-size: 14px auto;
    left: -40px;
}
.home-service-list .slick-next {
    background: #c4a36d url(images/arrow_2.png) no-repeat center center;
    background-size: 14px auto;
    right: -40px;
}
.home-service-list .slick-prev:before, .home-service-list .slick-next:before {
    display: none;
}
.home-service .arrows {
    display: none;
    text-align: center;
    margin-top: 30px;
}
.home-service .arrows li {
    display: inline-block;
    width: 42px;
    height: 30px;
    cursor: pointer;
}
.home-service .arrows li.arrows-prev {
    background: url(images/icon_12.png) no-repeat right center;
    margin-right: 10px;
}
.home-service .arrows li.arrows-next {
    background: url(images/icon_13.png) no-repeat left center;
    margin-left: 10px;
}

/* 投资者关系 */

.home-investor .inner {
    position: relative;
    padding: 20px 0;
}
.home-investor .image {
    float: left;
    width: 50%;
    overflow: hidden;
}
.home-investor .image img {
    width: 100%;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.home-investor .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home-investor .content {
    padding-left: 60px;
    margin-left: 50%;
    width: 50%;
    height: 340px;
}
.home-investor .section-title {
    margin-bottom: 40px;
}
.home-investor .frame {
    margin-bottom: 20px;
}
.home-investor .frame>img {
    max-width: 100%;
    height: 100px;
}
.home-investor .text {
    margin-bottom: 40px;
}
.home-investor .btn:hover {
    background-color: #C4A36D;
    color: #fff;
}

/*可持续发展*/

.home-develop {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.home-develop .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: -1;*/
    width: 100%;
    height: 100%;
    /*background: url(images/bg_1.jpg) no-repeat center center;*/
}
.home-develop .bg-image>div {
    width: 50%;
    height: 100%;
    float: left;
}
.home-develop .bg-image .left {
    background: url(images/image_222.jpg) no-repeat center center;
    background-size: auto 100%;
}
.home-develop .bg-image .right {
/*    background: url(images/image_223.jpg) no-repeat center center;
    background-size: auto 100%;*/
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    z-index: 5;
}
.home-develop .bg-image .right:hover {
    background-size: auto 110%;
}
.home-develop .bg-image .right a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/image_223.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home-develop .bg-image .right a:hover{
    background-size: auto 110%;
}
.home-develop .inner {
    height: 100%;
}
.home-develop .content {
    display: table;
    height: 100%;
    width: 50%;
}
.home-develop .cont-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-develop .content-box {
    padding-right: 40px;
    position: relative;
    z-index: 1;
}
.home-develop .section-title {
    margin-bottom: 40px;
}
.home-develop .text {
    margin-bottom: 40px;
}
.home-develop .btn:hover {
    background-color: #c1a06c;
    color: #fff;
}

/*首页新闻*/

.home-news .section-title {
    margin-bottom: 40px;
}
.home-news .news-top {
    position: relative;
    margin-bottom: 40px;
}
.home-news .news-top .content {
    float: left;
    width: 50%;
    display: table;
    height: 300px;
    padding-left: 60px;
}
.home-news .news-top .content-text {
    display: table-cell;
    vertical-align: middle;
}
.home-news .news-top .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
.home-news .news-top .date {
    font-size: 14px;
    margin-bottom: 10px;
}
.home-news .news-top .brief {
    margin-bottom: 45px;
}
.home-news .news-top .btn {}
.home-news .news-top .btn:hover {
    background: #c1a06c;
    color: #fff;
}
.home-news .news-top .image {
    float: left;
    width: 50%;
    max-width: 600px;
    max-height: 500px;
    overflow: hidden;
}
.home-news .news-top .image img {
    width: 100%;
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
}
.home-news .news-top .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home-news .news-bottom {}
.home-news .news-bottom li {
    width: 30%;
    height: 180px;
    float: left;
    position: relative;
    padding-right: 30px;
    margin-right: 5%;
}
.home-news .news-bottom li:last-child {
    margin-right: 0;
}
.home-news .news-bottom .date {
    /*font-size: 16px;
    color: #c4a36d;*/
    margin-bottom: 10px;
}
.home-news .news-bottom .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

/*.home-news .news-bottom li p{
    font-size: 16px;
}*/

.home-news .news-bottom li .text a {
    color: #787878;
}
.home-news .news-bottom li .get-into {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: url(images/icon_14.png) no-repeat;
    background-size: 100% auto;
}
.home-news .news-bottom li.more {
    border: 1px solid #efefef;
    padding-right: 0;
    margin-right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-news .news-bottom li.more.hover-more {
    background-color: #c4a36d;
}
.home-news .news-bottom li.more.hover-more a {
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-news .news-bottom li.more.hover-more a .more-cont i {
    background: url(images/icon_25.png) no-repeat;
    background-size: 100% auto;
}
.home-news .news-bottom li.more a {
    display: block;
    width: 100%;
    height: 100%;
    display: table;
}
.home-news .news-bottom li.more a .more-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.home-news .news-bottom li.more a .more-cont i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(images/icon_14.png) no-repeat;
    background-size: 100% auto;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-news .title>a:hover {
    color: #c4a36d;
}
.join-us-wrap {
    height: 400px;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
}
.join-us-wrap .inner {
    position: relative;
    height: 100%;
}
.join-us-wrap .join-us-left {
    width: 275px;
    height: 100%;
    padding-top: 50px;
}
.join-us-wrap .join-us-left .join-us-left-inner {
    float: right;
}
.join-us-wrap .join-us-left .join-us-nav {
    padding-top: 55px;
}
.join-us-wrap .join-us-left .join-us-nav li {
    border-top: 1px solid #e4e4e4;
    padding: 20px 42px;
    cursor: pointer;
    font-weight: bold;
}
.join-us-wrap .join-us-left .join-us-nav li.active {
    background-color: #c4a36d;
    border-top-color: #c4a36d;
}
.join-us-nav>li>a {
    display: block;
    width: 100%;
    color: #787878;
}
.join-us-nav>.active>a {
    color: #fff;
}
.join-us-wrap .join-us-right {
    position: absolute;
    top: 0;
    left: calc(50% - 270px);
    width: 100%;
    height: 100%;
    background: url(images/image_5.jpg) no-repeat left center;
}
.join-us-wrap .join-us-right .information {
    width: 325px;
    height: 100%;
    float: left;
}
.join-us-wrap .join-us-right .information-item {
    width: 100%;
    height: 100%;
}
.join-us-wrap .join-us-right section {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: table;
}
.join-us-wrap .join-us-right section .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 95px;
}
.join-us-wrap .join-us-right section .content h3 {
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #fff;
}
.join-us-wrap .join-us-right section .content h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;
}
.join-us-wrap .join-us-right section .content .text {
    width: 140px;
    line-height: 22px;
    color: #585858;
    margin-bottom: 22px;
}
.join-us-wrap .join-us-right section .content .btn {
    transition: all 0.5s ease;
    background-color: #fff;
    color: #000;
}
.join-us-wrap .join-us-right section .content .btn:hover {
    color: #fff;
    background-color: #c1a06c;
}
.side-nav {
    width: 47px;
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    box-shadow: 0 0 5px 0 #b9955b;
    z-index: 5;
}
.side-nav .seek-advice-from {
    position: relative;
    margin-bottom: 5px;
}
.side-nav .seek-advice-from .icon {
    width: 47px;
    height: 47px;
    background: #fff url(images/icon_15.png) no-repeat;
}
.side-nav .weixin {
    position: relative;
    width: 47px;
    height: 47px;
    background: url(images/icon_211.png) no-repeat;
    margin-bottom: 5px;
}
.side-nav .weixin .qrcode {
    display: none;
    position: absolute;
    right: 60px;
    top: -54px;
    width: 140px;
    max-width: none;
}
.side-nav .gotop {
    position: relative;
    width: 47px;
    height: 47px;
    background: url(images/icon_212.jpg) no-repeat;
    cursor: pointer;
}
.side-nav .seek-advice-from i {
    display: block;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-right: 5px;
    opacity: 0;
}
.side-nav .seek-advice-from.hover i {
    opacity: 1;
}
.side-nav .nav-list {
    width: 180px;
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 15px;
    display: none;
}
.side-nav .nav-list .nav>li {
    width: 100%;
    margin-bottom: 5px;
}
.side-nav .nav-list .nav>li.active.investor h2 {
    background: #c4a36d url(images/icon_19.jpg) no-repeat right center;
    background-size: auto 100%;
    color: #fff;
    font-weight: bold;
}
.side-nav .nav-list .nav>li.active.mass-media h2 {
    background: #c4a36d url(images/icon_31.jpg) no-repeat right center;
    background-size: auto 100%;
    color: #fff;
    font-weight: bold;
}
.side-nav .nav-list .nav>li h2 {
    height: 35px;
    padding-left: 22px;
    line-height: 35px;
    box-shadow: 0 0 5px 0 #b9955b;
    color: #c1a06c;
}
.side-nav .nav-list .nav>li.item-1 h2 {
    background-color: #C4A36D;
    color: #fff;
}
.side-nav .nav-list .nav>li.item-2 h2 {
    background: #fff url(images/icon_17.jpg) no-repeat right center;
}
.side-nav .nav-list .nav>li.item-3 h2 {
    background: #fff url(images/icon_18.jpg) no-repeat right center;
}
.side-nav .nav-list .nav>li section {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 8px 0;
}
.side-nav .nav-list .subnav {
    padding: 0 15px;
}
.side-nav .nav-list .subnav li {
    line-height: 18px;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px dashed #fff;
}
.side-nav .nav-list .subnav li:last-child {
    border-bottom: none;
}
.side-nav .phone {
    font-size: 12px;
    color: #fff;
    background: url(images/icon_209.png) no-repeat 10px center;
    padding-left: 45px;
}
.side-nav .email {
    font-size: 12px;
    color: #fff;
    background: url(images/icon_210.png) no-repeat 10px center;
    padding-left: 45px;
}
.serve-wrap .slick-track {
    left: -620px;
}
.about-news-wrap {
    background-color: #f9f9f9;
    padding: 70px 0;
}
.about-news-list {
    position: relative;
}
.about-news-list .line-top {
    background: url(images/line_2.png) no-repeat center bottom;
    position: absolute;
    left: -1px;
    bottom: 100%;
    width: 3px;
    height: 64px;
}
.about-news-list .line-bottom {
    position: absolute;
    width: 3px;
    height: 64px;
    top: 100%;
    left: -1px;
    background: url(images/line_3.png) no-repeat center bottom;
}
.about-news-list .event-item {
    width: 100%;
    position: relative;
    border-left: 1px solid #ccb082;
    padding-left: 90px;
}
.about-news-list .event-item .year {
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.about-news-list .event-item .con-wrap {
    padding-bottom: 40px;
    position: relative;
}
.about-news-list .event-item:last-child .con-wrap {
    padding-bottom: 0;
}
.about-news-list .event-item .content {
    background-color: #fff;
    padding: 20px 26px;
    position: relative;
    overflow: hidden;
}
.about-news-list .event-item .dot {
    position: absolute;
    left: -10px;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(images/icon_40.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 1;
}
.about-news-list .content .content-inner{
    position: relative;
}
.about-news-list .content .image-box{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-news-list .content .image-list{
    width: 320px;
    height: 100%;
}
.about-news-list .content .image {
    /*float: left;*/
    /*padding-right: 40px;*/
    /*width: 100%;*/
    position: relative;
    height: 100%;
}
.about-news-list .content .image img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 320px;
    height: auto;
    min-height: auto;
}
.about-news-list .content .image-dots{
    text-align: center;
}
.about-news-list .content .image-dots .dots-sub{
    width: 20px;
    height: 2px;
    background: #ddd;
    display: inline-block;
}
.about-news-list .content .image-dots .active{
    background: #c4a36d;
}
.about-news-list .slick-slider .slick-track,
.about-news-list .slick-slider .slick-list{
    height: 100%;
}
.about-news-list .content .text {
    min-height: 200px;
    display: table;
    margin-left: 360px;
}
.about-news-list .content .text-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-news-list .content .text h3 {
    font-weight: bold;
    color: #c4a36d;
    margin-left: 20px;
    margin-top: 14px;
}
.about-news-list .content .text p {
    margin-bottom: 10px;
}

/*关于我们*/

.about-index-s1 {
    background-color: #f9f9f9;
    padding: 60px 0px;
}
.about-index-s1 .image {
    float: left;
    width: 45%;
    padding-right: 50px;
}
.about-index-s1 .content {
    width: 55%;
    min-height: 354px;
    float: left;
}
.about-index-s1 .content h2 {
    margin-bottom: 30px;
}
.about-index-s1 .content span {
    display: inline-block;
    font-weight: bold;
    color: #c4a36d;
}
.about-index-s1 .content p {
    margin-bottom: 10px;
}
.about-company-list .company {
    margin-bottom: 70px;
}
.about-company-list .company .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.about-company-list section {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
}
.about-company-list section+section {
    margin-top: 20px;
}
.about-company-list section .image {
    float: left;
    width: 46%;
    padding-right: 60px;
}
.about-company-list .content {
    display: table;
    min-height: 280px;
}
.about-company-list .company-wujing .content,
.about-company-list .company-ningji .content{
    min-height: 250px;
}
.about-company-list .content .content-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-company-list .content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 22px;
}
.about-company-list .content p {
    text-align: justify;
}
.about-company-list section.con-fl .image {
    float: right;
    padding-right: 0;
    padding-left: 50px;
}
.about-company-list .hardware .content {
    min-height: auto;
}

/*关于我们-企业文化*/
.about-vision-main .section-title3{
    margin-bottom: 10px
}
.about-vision-main .content .text {
   text-align: center;
   font-size: 20px;
   font-weight: bold;
}
.about-vision-main .image {
    background-color: #eee;
    padding: 20px;
    margin-top: 10px;
}
.about-vision-main .image p {
    float: left;
    padding: 20px;
    width: 50%;
}
/*.about-advert{
    padding-bottom: 160px;
}*/
.about-values-main .inner {
    margin-top: 60px;
}
.about-values-main .innovation-share {
    margin: 20px 0 30px;
}
.about-values-main .section-title3{
    margin-bottom: 10px;
}
.about-values-main .label{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.about-values-main .label em{
    margin: 0 5px;
}
.about-values-main .innovation-share .text {
    position: relative;
    margin-bottom: 20px;
}
.about-values-main .innovation-share .front-text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #c4a36d;
    margin-right: 8px;
}
.about-values-main .innovation-share .text-col-c4 {
    color: #c4a36d;
}
.about-culture-s3 {
    background: url(images/bg_3.png) no-repeat center 65%;
    text-align: center;
    overflow: hidden;
    padding: 90px 0 0;
    font-size: 20px;
    font-weight: bold;
}
.about-culture-s3 .content-2{
    margin-top: 100px;
}
.about-culture-s3 .image{
    margin-top: 20px;
}
.about-culture-s3 .section-title3 {
    margin-bottom: 10px;
}
.about-nav-wrap{
    margin-bottom: 0;
}
/*关于我们 - 企业荣誉*/

.glory-section {
    margin-bottom: 80px;
    position: relative;
}
.about-glory-main .section-title3 {
    text-align: left;
    padding-left: 15px;
}
.about-glory-main .item-list .item {
    float: left;
    width: 300px;
    padding: 0px 12px;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
}
.about-glory-main .item-list .item .item-inner {
    background-color: #fff;
    padding: 14px 14px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0ceb2;
}
.about-glory-main .item-list .item:hover .item-inner {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.about-glory-main .item-list .item .text {
    height: 71px;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 35px;
    font-size: 13px;
    overflow: hidden;
}
.about-glory-main .item-list img {
    width: 100%;
    max-width: none;
}
.about-glory-main .arrows {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 5px;
}
.about-glory-main .arrows li {
    display: inline-block;
    width: 21px;
    height: 26px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.about-glory-main .arrows li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about-glory-main .arrows li.arrows-prev {
    background: url(images/icon_41.png) no-repeat right center;
    background-size: auto 25px;
    margin-right: 10px;
    position: absolute;
    left: -28px;
    top: 0;
}
.about-glory-main .arrows li.arrows-next {
    background: url(images/icon_42.png) no-repeat left center;
    background-size: auto 25px;
    margin-left: 10px;
    position: absolute;
    right: -28px;
    top: 0;
}
.about-glory-main .glory-num{
    text-align: center;
    font-size: 16px;
    display: none;
}
/*品牌优势 - 销售网络*/

.brand-sale-s1 .datum-con, .brand-sale-s1 .datum-image {
    float: left;
    width: 50%;
}
.brand-sale-s1 .datum-image {
    padding-right: 50px;
}
.brand-sale-s1 .datum-con {
    text-align: justify;
}
.brand-wrap .brand-datum .datum-con .data-list {
    margin-top: 30px;
}
.brand-sale-s1 .datum-con .data-list {
    margin-top: 32px;
    text-align: center;
}
.brand-sale-s1 .datum-con .data-list li {
    display: inline-block;
    margin: 0 40px;
}
.brand-sale-s1 .datum-con .data-list li .data {
    margin-top: 9px;
}
.brand-sale-s1 .datum-con .data-list li .icon {
    width: 120px;
    height: 50px;
    border-bottom: 1px solid #bbbbbb;
    margin: 0 auto;
    background-size: auto 40px !important;
}
.brand-sale-s1 .datum-con .data-list .data-1 .icon {
    background: url(images/icon_43.png) no-repeat center top;
}
.brand-sale-s1 .datum-con .data-list .data-2 .icon {
    background: url(images/icon_44.png) no-repeat center top;
}
.brand-sale-s1 .datum-con .data-list li .data .num {
    font-size: 30px;
    color: #c4a36d;
    margin-bottom: 10px;
}
.brand-sale-s1 .datum-con .data-list li .data .text {
    margin-top: -15px;
}
.brand-sale-shops {
    background: #f9f9f9;
    padding: 80px 0;
}
.brand-sale-shops .main{
    position: relative;
    height: 385px;
}
.brand-sale-shops .area-wrap {
    width: 50%;
    float: left;
}
.brand-sale-shops .iamge-list{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.brand-sale-shops .area-wrap {
    padding-right: 30px;
    height: 100%;
}
.brand-sale-shops .area-nav {
    margin-bottom: 30px;
    font-size: 16px;
}
.brand-sale-shops .area-nav select {
    font-size: 14px;
    width: 144px;
    height: 30px;
    float: left;
    border: 1px solid #d6d6d6;
    background-color: transparent;
}
.brand-sale-shops .area-nav button {
    font-size: 14px;
    background: #000;
    color: #fff;
    width: 120px;
    height: 30px;
    margin-left: 20px;
    border-color: #000;
    cursor: pointer;
}
.brand-sale-shops .area-tip{
    height: 25px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 10px;
}
.brand-sale-shops .area-list {
    clear: both;
    border-left: 2px solid #000;
    max-height: 287px;
    overflow-y: auto;
    position: relative;
}
.brand-sale-shops .area-list .item {
    padding-left: 20px;
    margin-bottom: 20px;
}
.brand-sale-shops .area-list .item-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.brand-sale-shops .area-list .item-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #787878;
    margin-top: 10px;
}
.brand-sale-shops .area-list .item ul li {
    font-size: 14px;
}
.brand-sale-shops .area-list .scroll-bar {
    position: absolute;
    left: 1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #787878;
}
.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 16px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
}
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 4px;
    bottom: 2px;
    top: 2px;
    left: 0px;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    width: 4px;
    background-color: #c4a36d;
    position: absolute;
}
.brand-sale-shops .iamge-list .arrows {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.brand-sale-shops .iamge-list .arrows li {
    display: inline-block;
    width: 21px;
    height: 36px;
    cursor: pointer;
}
.brand-sale-shops .iamge-list .arrows li.arrows-prev {
    background: url(images/icon_41.png) no-repeat right center;
    background-size: auto 25px;
    margin-right: 7px;
}
.brand-sale-shops .iamge-list .arrows li.arrows-next {
    background: url(images/icon_42.png) no-repeat left center;
    background-size: auto 25px;
    margin-left: 7px;
}
.brand-custom-main .title {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
}
.process-list {
    width: 100%;
    padding-top: 60px;
    position: relative;
}
.process-list .line {
    width: 100%;
    height: 2px;
    background: url(images/line_5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 168px;
    z-index: -1;
}
.process-list .item {
    text-align: center;
    width: 33.33333%;
    float: left;
}
.process-list .item .icon {
    margin-bottom: 15px;
}
.process-list .item .icon i {
    display: block;
    height: 40px;
    margin: 0 auto 15px;
    background-size: auto 100% !important;
}
.process-list .item.consulting .icon i {
    background: url(images/icon_46.png) no-repeat center top;
}
.process-list .item.measurement .icon i {
    background: url(images/icon_47.png) no-repeat center top;
}
.process-list .item.design .icon i {
    background: url(images/icon_48.png) no-repeat center top;
}
.process-list .item.offer .icon i {
    background: url(images/icon_49.png) no-repeat center top;
}
.process-list .item.installation .icon i {
    background: url(images/icon_50.png) no-repeat center top;
}
.process-list .item.after-sales .icon i {
    background: url(images/icon_51.png) no-repeat center top;
}
.process-list .item .icon h4 {
    font-size: 16px;
    font-weight: bold;
}
.process-list .item .num {
    width: 34px;
    height: 34px;
    border-radius: 18px;
    border: 2px solid #c4a36d;
    margin: 0 auto;
    padding: 4px;
    background-color: #fff;
    margin-bottom: 10px;
}
.process-list .item .num span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    border-radius: 50%;
    background-color: #c4a36d;
    color: #fff;
}
.brand-smart-s1 .image, .brand-smart-s1 .content {
    width: 50%;
    float: left;
}
.brand-smart-s1 .content {
    padding-left: 46px;
    padding-top: 98px;
}
.brand-smart-s1 .section-title3 {
    text-align: left;
}
.brand-smart-s2 {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
}
.brand-smart-s3 {
    text-align: center;
}
.brand-smart-s3 .image {
    margin-bottom: 50px;
}
/*品牌优势-生产制造*/
.brand-main .base-wrap {
    margin-bottom: 100px;
}
.brand-main .base-wrap .top {
    margin-bottom: 50px;
}
.brand-main .base-wrap .top, .brand-main .base-wrap .text {
    text-align: center;
    padding: 0 90px;
}
.brand-main .base-wrap .layout {
    position: relative;
    margin-bottom: 33px;
}
.brand-main .base-wrap .map {
    position: absolute;
    width: calc(50% + 100px);
    left: -80px;
}
.punctuation-list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.punctuation-list .punctuation {
    position: absolute;
    width: 6.8%;
    height: 10.5%;
    padding-top: 3%;
    line-height: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(images/icon_54.png) no-repeat;
    background-size: 100% auto;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
    transition: transform .1s linear;
    opacity: 0;
}
.punctuation-list .punctuation.active, .punctuation-list .punctuation:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.punctuation-list .punctuation-1 {
    left: 81.5%;
    top: 53.5%;
}
.punctuation-list .punctuation-2 {
    left: 47.5%;
    top: 55.3%;
}
.punctuation-list .punctuation-3 {
    left: 70%;
    top: 75.5%;
}
.punctuation-list .punctuation-4 {
    left: 70%;
    top: 30%;
}
.punctuation-list .punctuation-5 {
    left: 68%;
    top: 53.3%;
}
.punctuation-list .punctuation-6 {
    left: 82%;
    top: 9%;
}
.punctuation-list .punctuation-7 {
    left: 71%;
    top: 42%;
}
.punctuation-list.opt .punctuation-1 {
    animation: opt 1s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-2 {
    animation: opt 1s 0.5s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-3 {
    animation: opt 1s 1s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-4 {
    animation: opt 1s 1.5s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-5 {
    animation: opt 1s 2s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-6 {
    animation: opt 1s 2.5s ease;
    animation-fill-mode: forwards;
}
.punctuation-list.opt .punctuation-7 {
    animation: opt 1s 3s ease;
    animation-fill-mode: forwards;
}
.brand-base-list {
    width: 50%;
    float: right;
    padding-left: 50px;
}
.brand-base-list li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.brand-base-list li:hover, .brand-base-list li.active {
    background: #eee;
}
.brand-base-list li.active h3 {
    color: #C4A36D;
}
.brand-base-list h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.brand-main .industrial-wrap .develop {
    margin-bottom: 30px;
}
.industrial-wrap .develop .develop-item {
    float: left;
    width: 33%;
    padding: 0 20px;
}
.industrial-wrap .develop .develop-item .icon {
    height: 110px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
    margin-bottom: 20px;
}
.industrial-wrap .develop .develop-item2 {
    margin-top: -50px;
}
.industrial-wrap .develop .develop-item3 {
    margin-top: -100px;
}
.industrial-wrap .develop .develop-item1 .icon {
    background-image: url(images/icon_204.png);
}
.industrial-wrap .develop .develop-item2 .icon {
    background-image: url(images/icon_205.png);
}
.industrial-wrap .develop .develop-item3 .icon {
    background-image: url(images/icon_206.png);
}
.industrial-wrap .develop .develop-item .merit {
    padding-left: 25%;
}
.industrial-wrap .develop .develop-item .merit h4 {
    font-weight: bold;
    margin-bottom: 4px;
}

/**新闻中心**/

.news-info-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
.news-info-wrap {
    max-width: 800px;
    margin: 30px auto 50px;
}
.news-info-wrap .news-info-content img {
    display: block;
    margin: 0 auto;
}
.news-info-source {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 20px;
}
.news-info-source li {
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}
.news-info-source li:nth-child(1) {
    background-image: url(images/icon_92.png);
}
.news-info-source li:nth-child(2) {
    background-image: url(images/icon_93.png);
}
.news-info-source li:nth-child(3) {
    padding-left: 32px;
    margin-right: 0;
    background-image: url(images/icon_94.png);
}
.news-back2list {
    text-align: center;
    margin-bottom: 50px;
}
.news-tool {
    width: 100%;
    background: #f9f9f9;
    padding: 40px 50px;
    display: table;
    margin-bottom: 100px;
}
.news-tool .erweima {
    position: relative;
    float: left;
    width: 100px;
}
.news-tool .erweima span {
    position: absolute;
    right: -20px;
    top: 2px;
    width: 20px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}
.news-tool .essay {
    display: table-cell;
    vertical-align: middle;
}
.news-tool .essay a {
    color: #787878;
}
.news-tool .essay a:hover {
    color: #C4A36D;
}
.news-list .item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #bbbbbb;
}
.news-list a {
    color: #787878;
}
.news-list .item:hover .item-title {
    color: #C4A36D;
}
.news-list .item .image {
    float: left;
    margin-right: 44px;
    width: 350px;
    height: 210px;
    overflow: hidden;
    text-align: center;
}
.news-list .item .con {
    display: table;
    min-height: 200px;
}
.news-list .item .con .con-tell {
    display: table-cell;
    vertical-align: middle;
}
.news-list .item .item-title {
    line-height: 1.8;
    font-weight: bold;
}
.news-list .item .time {
    color: #787878;
    margin-top: 22px;
}
.news-list .item .year {
    color: #787878;
}

/**通讯刊物**/

.news-column-wrap {
    background-color: #f9f9f9;
    padding: 70px 0;
}
.news-column-wrap .img, .news-column-wrap .content {
    float: left;
    width: 50%;
    height: 300px;
}
.news-column-wrap .content {
    display: table;
    padding-left: 50px;
}
.news-column-wrap .content .line {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #787878;
    margin-bottom: 20px;
}
.journal-list {
    text-align: center;
}
.journal-list .journal-item {
    max-width: 230px;
    margin: 0 8px 24px;
    display: inline-block;
}
.journal-list .img {
    margin-bottom: 10px;
}
.journal-list .date-wrap {
    width: 100%;
    background-color: rgba(196, 163, 109, 0.2);
    padding-bottom: 4px;
}
.journal-list .date-wrap ul {
    background-color: #c4a36d;
}
.journal-list .date-wrap li {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}
.journal-list .date-wrap li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 28px;
    background-color: #fff;
}
.journal-list .date-wrap .period {
    font-weight: bold;
}

/**媒体素材**/

.download-section {
    margin-bottom: 30px;
}
.download-section .list-title {
    font-size: 18px;
    color: #787878;
    margin-bottom: 20px;
    font-weight: bold;
}
.download-list {}
.download-list>li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 20px;
}
.download-list>li:nth-child(3n) {
    margin-right: 0;
}
.download-list .img {}
.download-list .title {
    line-height: 25px;
    padding: 10px 0;
}
.download-list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    background: url(images/icon_95.png) no-repeat 0 0;
    background-size: 100% auto;
    margin-left: 15px;
}
.download-list>li:hover .title {
    color: #c4a36d;
}
.download-list>li:hover .icon {
    background-image: url(images/icon_96.png);
}

/**媒体报道**/

.video-list {}
.video-list>li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 20px;
}
.video-list>li:nth-child(3n) {
    margin-right: 0;
}
.video-list .img {
    position: relative;
}
.video-list .img img {
    width: 100%;
}
.video-list .img .rect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/icon_231.png) center center;
    opacity: 0;
    display: none;
}
.video-list .title {
    color: #787878;
    line-height: 25px;
    padding: 10px 0;
}
.video-list>li:hover .title {
    color: #c4a36d;
}
.video-list>li:hover .img .rect{
    opacity: 1;
    display: block;
}
.video-list>li:hover .img .rect i{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    background: url(images/icon_232.png) no-repeat;
}
.show-video-section {
    text-align: center;
}
.show-video-section .video-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 20px;
}
.show-video-section .video {
    width: 600px;
    margin: 0 auto;
}
.show-video-section .video-text{
    height: 300px;
    line-height: 300px;
}

/*分页*/

.page-nav {
    text-align: center;
    margin-top: 60px;
}
.page-nav>a, .page-nav>span {
    display: inline-block;
    /*width: 30px;*/
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #787878;
}
.page-nav>.prev, .page-nav>.next {
    width: auto;
    padding: 0 10px;
}
.page-nav>a:hover, .page-nav>.current {
    background: #C4A36D;
    color: #fff;
}
.page-nav>a.prev:hover, .page-nav>a.next:hover {
    border-radius: 0px;
}
.page-nav .in-all {
    vertical-align: bottom;
    display: inline-block;
}
.page-nav .in-all span {
    float: left;
    border: 1px solid #C4A36D;
    padding: 0px 17px;
}
.page-nav .in-all span:first-child {
    border-right: none;
}
.page-nav .jump-wrap {
    display: inline-block;
}
.page-nav .jump-wrap input {
    max-width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #c4a36d;
    color: #787878;
}
.page-nav .js-page-jump {
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #c4a36d;
    border: 1px solid #c4a36d;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}
.page-number{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c4a36d;
    position: absolute;
    right: 15px;
    bottom: -40px;
    display: none;
}
.zhaopin-wrap .page-tip{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -40px;
}
/*投资者关系*/

.file-list {}
.file-list>li {
    position: relative;
    background: url(images/icon_207.png) no-repeat 0 2px;
    background-size: auto 20px;
    padding: 0 0 0 35px;
    margin-bottom: 15px;
}
.file-list>li>a {
    color: #787878;
}
.file-list>li>a:hover {
    color: #C4A36D;
}
.file-list .date {
    position: absolute;
    right: 10px;
    top: 0;
    color: #787878;
    font-size: 14px;
}
.file-tabs {
    margin-bottom: 40px;
    background: url(images/btn_1.png?v=2) no-repeat left center;
    background-size: auto 100%;
    border-bottom: 1px solid #e5e5e5;
}
.file-tabs>li {
    float: left;
}
.file-tabs>li>a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 5px 20px;
}
.file-tabs>li>a.active {
    color: #fff;
}
.file-tabs-2 {
    background: url(images/btn_2.png?v=2) no-repeat left center;
    background-size: auto 100%;
}
.file-list2>li {
    background-image: url(images/icon_208.png);
}
.file-list3>li {
    border: none;
}

/**大家居**/

.service-video-wrap {
    position: relative;
    padding-bottom: 64px;
}
.service-video-wrap .rect {
    width: 100%;
    height: 250px;
    background-color: #f9f9f9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.service-video-wrap .video-slick {
    position: relative;
    padding: 0 30px;
}
.service-video-wrap .dots-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.service-video-wrap .dots-list li {
    display: inline-block;
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 0 18px;
    cursor: pointer;
}
.service-video-wrap .slick-prev,
.service-video-wrap .slick-next {
    width: 22px;
    height: 32px;
}
.service-video-wrap .slick-dots li {
    width: 35px;
    height: 4px;
    margin: 0 18px;
}
.service-video-wrap .slick-dots li button {
    width: 35px;
    height: 4px;
}
.service-video-wrap .slick-dots li button:before {
    width: 36px;
    height: 2px;
    opacity: 1;
    content: "";
    background-color: #bbb;
}
.service-video-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #C4A36D;
}
.service-video-wrap .video-num{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    color: #fff;
    display: none;
}
.slick-prev:before {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(images/icon_98.png) no-repeat center center;
}
.slick-next:before {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(images/icon_99.png) no-repeat center center;
}
.service-video-wrap .video-wrap {
    position: relative;
    display: block;
}
.service-video-wrap .video-wrap .video-rect{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.service-video-wrap .video-wrap .video-rect i{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(images/icon_97.png) no-repeat;
    background-size: 100% auto;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}
.service-video-wrap .video-text{
    text-align: center;
}
.service-video-wrap .inner {
    position: relative;
}
.video-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-box.service-video-fixed {
    width: 400px;
    position: fixed;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 10%;
    z-index: 100;
}
.video-box .video-inner {
    width: 100%;
    position: relative;
}
.video-box .video-inner .video {
    width: 100%;
    max-width: 100%;
}
.video-box .video-inner .close {
    width: 30px;
    height: 30px;
    background: url(images/close.jpg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -30px;
}
.service-s1 .section-title3 {
    margin-bottom: 60px;
}
.service-s1 .image {
    float: left;
    width: 55%;
    position: relative;
}
.service-s1 .image .icon {
    position: absolute;
    width: 8%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-s1 .image .icon.act {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.service-s1 .image .icon1 {
    left: 35%;
    bottom: 20%
}
.service-s1 .image .icon2 {
    left: 42%;
    top: 26%;
}
.service-s1 .image .icon3 {
    left: 42%;
    top: 7%;
}
.service-s1 .image .icon4 {
    right: 34%;
    top: 39%;
}
.service-s1 .image .icon5 {
    left: 22%;
    top: 38%;
}
.service-s1 .image .icon6 {
    right: 37%;
    top: 26%;
}
.service-s1 .image .icon7 {
    left: 38%;
    bottom: 38%;
}
.service-s1 .image .icon8 {
    right: 20%;
    bottom: 34%;
}
.service-s1 .image2 {
    width: 45%;
    float: left;
    text-align: center;
    margin-top: 8%;
    position: relative;
}
.service-topimg-list .item{
    /*height: 500px;*/
    position: relative;
    overflow: hidden;
}
/**大家居共用**/

.service-share1 {
    background-color: #f9f9f9;
    /*height: 530px;*/
    position: relative;
    padding-bottom: 30px;
}
.service-share1 .inner {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.service-share1 .image {
    /*position: absolute;*/
    /*top: 0;
    right: calc(50% - 100px);
    width: calc(50% + 100px);
    height: 100%;
    z-index: 2;*/
   position: relative;
   float: left;
   width: 50%;
}
.service-share1 .image-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    cursor: pointer;
}
.service-share1 .image-dots li {
    display: inline-block;
    margin: 0 14px;
}
.service-share1 .image-dots li span {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #bbb;
    margin: 5px 0;
}
.service-share1 .image-dots li.active span {
    background-color: #c4a36d;
}
/*.service-share1 .image img {
    float: right;
    max-width: initial;
    height: 100%;
}*/
.service-share1 .content {
    /*width: calc(50% - 100px);*/
    padding-left: 40px;
    /*padding-top: 8%;*/
    position: absolute;
    left: calc(50%);
    height: 100%;
}
.service-share1 .content > div{
    height: 100%;
}
.service-share1 .content .con-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.service-share1 .content .con-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #787878;
    margin-top: 10px;
}
.service-share1 .content .title {
    margin-bottom: 40px;
}
.service-share1 .content .title>img {
    height: 40px;
}
.service-share1 .content .text {
    max-width: 410px;
}
.service-share2 {
    background: #f9f9f9 url(images/bg_10.png) no-repeat center top;
    padding: 50px 0px;
    background-size: 100% auto;
}
.service-share2 .list-images .image {
    padding: 0px 6px;
    float: left;
    width: 33.3333333%;
}
.service-share2 .list-images .image p {
    padding-top: 30px;
}
.service-share2 .text {
    margin-top: 32px;
    padding: 0 14px;
}
.service-share3 .item-1 {
    padding: 50px 0px;
    background: url(images/bg_6.png) no-repeat center bottom;
}
.service-share3 .item-2 {
    padding: 50px 0px;
    background: #f9f9f9 url(images/bg_7.png) no-repeat center bottom;
}
.service-share3 .item-3 {
    padding: 50px 0px;
    background: url(images/bg_8.png) no-repeat center bottom;
}
.service-share3 .item .image, .service-share3 .item .content {
    width: 50%;
    float: left;
}
.service-share3 .item .image {
    padding-right: 40px;
}
.service-simi-s3 .item-1 .content .con-title {
    background: url(images/icon_59.png) no-repeat left center;
}
.service-simi-s3 .item-2 .content .con-title {
    background: url(images/icon_60.png) no-repeat left center;
}
.service-simi-s3 .item-3 .content .con-title {
    background: url(images/icon_61.png) no-repeat left center;
}
.service-mumen-s3 .item-1 .content .con-title {
    background: url(images/icon_62.png) no-repeat left center;
}
.service-mumen-s3 .item-2 .content .con-title {
    background: url(images/icon_63.png) no-repeat left center;
}
.service-mumen-s3 .item-3 .content .con-title {
    background: url(images/icon_64.png) no-repeat left center;
}
.service-jiaju-s3 .item-1 .content .con-title {
    background: url(images/icon_65.png) no-repeat left center;
}
.service-jiaju-s3 .item-2 .content .con-title {
    background: url(images/icon_66.png) no-repeat left center;
}
.service-jiaju-s3 .item-3 .content .con-title {
    background: url(images/icon_67.png) no-repeat left center;
}
.service-dinzhi-s3 .item-1 .content .con-title {
    background: url(images/icon_68.png) no-repeat left center;
}
.service-dinzhi-s3 .item-2 .content .con-title {
    background: url(images/icon_69.png) no-repeat;
}
.service-dinzhi-s3 .item-3 .content .con-title {
    background: url(images/icon_70.png) no-repeat;
}
.service-share3 .item .title-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.service-share3 .item .content .con-title {
    padding-left: 40px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    background-size: auto 100%;
    background-position: left center;
}
.service-share3 .item .characteristic-box {
    position: relative;
}
.service-share3 .item .list-characteristic {
    font-size: 15px;
}
.service-share3 .item .diamond {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 80%;
    height: 70px;
    background-color: #c4a36d;
    opacity: 0.1;
}

/***大家居共用***/

.section-title-img {
    text-align: center;
}
.service-project-s2 {
    padding: 70px 0;
    background: #fff url(images/bg_4.jpg) no-repeat center bottom;
    background-size: auto 100%;
}
.service-project-s2 .essay {
    margin: 52px 0px;
}
.service-project-s2 .content .image, .service-project-s2 .content .con {
    width: 50%;
    float: left;
}
.service-project-s2 .content .con {
    display: table;
    min-height: 350px;
    padding-right: 30px;
}
.service-project-s2 .content .con .text {
    display: table-cell;
    vertical-align: middle;
}
.service-project-s3 {
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.service-project-s3 .list-trademark {
    margin-top: 40px;
}
.service-project-s3 .list-trademark li {
    margin-bottom: 25px;
    float: left;
    width: 20%;
    padding: 2px;
    text-align: center;
}
.service-project-s4 .section-title2 {
    margin-bottom: 40px;
}
.list-pandect .pandect {
    width: 33.3333333%;
    display: inline-block;
    padding: 0 15px;
}
.list-pandect .pandect-inner {
    max-width: 350px;
    background-color: #f9f9f9;
    margin: 0 auto 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list-pandect .pandect-inner img {
    width: 100%;
}
.list-pandect .pandect .image img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list-pandect .pandect .caption {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    position: relative;
}
.list-pandect .pandect .caption p {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 12px;
}
.list-pandect .pandect .cases-title {
    margin-right: 5px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    font-size: 14px;
}
.list-pandect .pandect.active .pandect-inner {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(23, 23, 23, .23);
}
.list-pandect .pandect.active .cases-title {
    color: #c4a36d;
    font-weight: bold;
}
.list-pandect .pandect .caption .arrow {
    position: absolute;
    right: 22px;
    top: 20px;
    width: 52px;
    height: 22px;
    background: url(images/icon_13.png) no-repeat center center;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.list-pandect .pandect.active .arrow {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.product-wrap .product-nav {
    text-align: center;
    margin-bottom: 40px;
}
.product-wrap .product-nav li {
    display: inline-block;
    margin-left: 60px;
    padding-bottom: 5px;
    cursor: pointer;
}
.product-wrap .product-nav li.active {
    font-weight: bold;
    color: #C4A36D;
    border-bottom: 2px solid #C4A36D;
}
.product-wrap .product-main .preface {
    background: #f9f9f9 url(images/bg_9.jpg) no-repeat left center;
    padding: 75px 40px 50px 60px;
    margin: 100px 0px 45px;
}
.product-wrap .product-main .image {
    float: right;
    margin-left: 46px;
    margin-top: -130px;
}
.product-wrap .product-main .con-title {
    font-size: 18px;
    font-weight: bold;
    color: #C4A36D;
    margin-bottom: 40px;
}
.product-wrap .product-main .con-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #C4A36D;
    margin-top: 10px;
}
.service-dinzhi-s2 {
    background: #f9f9f9 url(images/bg_10.png) no-repeat center 20%;
    background-size: 100% auto;
    /*height: 856px;*/
}
.service-dinzhi-s2 .develop {
    padding-top: 20px;
    padding-bottom: 258px;
    background: url(images/bg_13.png) no-repeat center bottom;
    background-size: 100% auto;
}
.service-dinzhi-s2 .develop .item {
    width: 25%;
    float: left;
    padding-left: 20px;
}
.service-dinzhi-s2 .develop .item-3 {
    margin-top: 60px;
}
.service-dinzhi-s2 .develop .item-2 {
    margin-top: 100px;
}
.service-dinzhi-s2 .develop .item-1 {
    margin-top: 160px;
}
.service-dinzhi-s2 .develop .item-inner {
    max-width: 378px;
}
.service-dinzhi-s2 .develop .item em {
    font-style: inherit;
    font-weight: bold;
    color: #C4A36D;
}
.service-dinzhi-s2 .develop .item .con-tit {
    font-size: 22px;
    padding: 22px 0 22px 20px;
    border-left: 2px solid #C4A36D;
    margin-bottom: 5px;
}
.service-dinzhi-s3 {}

/**投资者关系**/

.list-table {
    margin-bottom: 172px;
}
.list-table .table {
    margin-bottom: 100px;
}
.list-table .table .caption {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.list-table .table .caption .title {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #c4a36d;
}
.list-table .table .title span {
    font-size: 16px;
    font-weight: lighter;
}
.list-table dl, .list-table li {
    line-height: 60px;
}
.list-table .table-con, .list-table .table-con2 {
    border: 1px solid #d6d6d6;
    border-bottom: none;
    width: 100%;
}
.list-table .table-con dl {
    width: 50%;
    float: left;
    border-bottom: 1px solid #d6d6d6;
}
.list-table .table .table-con .th, .list-table .table .table-con .td {
    float: left;
    height: 100%;
}
.list-table .table .table-con .th {
    width: 28%;
    padding-left: 10px;
    font-weight: bold;
    background-color: #f9f9f9;
}
.list-table .table .table-con .td {
    padding-left: 40px;
    width: 72%;
}
.list-table .table .table-width {
    width: 100%;
}
.list-table .table .table-width .th {
    width: 14%;
}
.list-table .table .table-width .td {
    width: 86%;
}
.table-con2 .title-tab {
    width: 14%;
    float: left;
}
.table-con2 .title-tab li {
    padding: 0 0 0 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    font-weight: bold;
}
.table-con2 .table-right {
    width: 86%;
    float: left;
    position: relative;
}
.table-con2 .column-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 6%;
}
.table-con2 .column-wrap ul li:first-child {
    font-weight: bold;
}
.table-con2 .column-wrap li {
    line-height: 61px;
    height: 61px;
    padding-right: 50px;
    text-align: right;
}
.table-con2 .table-bg li {
    height: 61px;
    border-bottom: 1px solid #d6d6d6;
}
.table-con2 .table-bg .gray {
    background-color: #f9f9f9;
}
.table-con2 .title-tab .no-border {
    border-right: none;
}
.list-table .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.list-table .arrow span {
    width: 50px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.list-table .arrow .prev {
    left: 20px;
    background: url(images/icon_41.png) no-repeat center center;
    background-size: 15px auto;
}
.list-table .arrow .next {
    right: 20px;
    background: url(images/icon_42.png) no-repeat center center;
    background-size: 15px auto;
}
.table4 .title-tab {
    width: 24%;
}
.table4 .table-right {
    width: 76%;
}
#info3 .column-wrap {
    padding: 0 10%;
}
#info3 .table-right li {
    padding-right: 80px;
}
.invest-info-i1 .list-info {
    display: none;
}
.list-info .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}
.list-info .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #787878;
    margin-top: 10px;
}
#slickTable2 li {
    padding-right: 50px;
}
.invest-info-i1 .info {
    margin-top: 74px;
}
.invest-info-i1 .number {
    margin: 12px 0px;
}
.invest-info-nav {
    background-color: #f9f9f9;
    padding: 10px 10px;
    position: fixed;
    left: calc(50% + 510px);
    top: 0;
    text-align: center;
    font-size: 12px;
    display: none;
}
.invest-info-nav li {
    margin-bottom: 6px;
    cursor: pointer;
    text-align: center;
}
.invest-info-nav li a {
    color: #787878;
}
.invest-info-nav li:hover a {
    color: #C4A36D;
}
.invest-info-nav .icon {
    width: 60px;
    margin: 0 auto;
}
.invest-jiedai-i1 .inner {
    background-color: #f9f9f9;
    height: 300px;
}
.invest-jiedai-i1 .image, .invest-jiedai-i1 .content {
    width: 50%;
    float: left;
    height: 100%;
}
.invest-jiedai-i1 .content {
    padding-left: 40px;
    padding-right: 64px;
}
.invest-jiedai-i2 .left, .invest-jiedai-i2 .right {
    width: 50%;
    float: left;
}
.invest-jiedai-i2 .main .con-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.invest-jiedai-i2 .main .text {
    max-width: 440px;
    margin-bottom: 20px;
}
.invest-jiedai-i2 .main .erweima {
    padding: 30px 50px 40px;
    max-width: 250px;
    position: relative;
}
.invest-jiedai-i2 .main .erweima .rectangle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #c4a36d;
    opacity: 0.1;
    z-index: -1;
}
.invest-jiedai-i2 .main .right {
    padding-left: 40px;
}
.invest-jiedai-i2 .main .relation li {
    border-bottom: 1px dashed #cccccc;
    padding: 0 0px 12px;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.invest-jiedai-i2 .main .relation .tit {
    font-weight: bold;
}
.invest-jiedai-i2 .main .relation .platform .tit {
    display: block;
}
.invest-btn {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 2px rgba(78, 51, 6, 0.27);
}

/**投资者教育**/

.education-search {
    background-color: #f9f9f9;
    padding: 20px 180px;
}
.result {
    margin-bottom: 16px;
    max-width: 1200px;
    width: 100%;
    margin: 52px auto 16px;
}
.result span {
    color: #c6a672;
}
.education-search .search {
    height: 40px;
    position: relative;
    padding-right: 130px;
    margin-bottom: 15px;
}
.education-search .search .text-inp {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    line-height: 40px;
}
.education-search .search .button {
    width: 130px;
    height: 100%;
    color: #fff;
    background-color: #787878;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.education-search .search-label li {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
    text-align: center;
    cursor: default;
    border-right: 1px solid #C4A36D;
}
.education-search .search-label li:last-child {
    border-right: 0;
}
.education-search .search-label li>a {
    color: #787878;
}
.education-search .search-label li>a:hover {
    color: #c4a36d;
}
.question-item .title {
    font-weight: bold;
    font-size: 18px;
    color: #c5a56f;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(images/icon_74.png) no-repeat left center;
}
.question-list li {}
.news-recommend li {
    padding: 12px 0px 12px 30px;
    border-bottom: 1px solid #bbbbbb;
    background: url(images/icon_208.png) no-repeat left 15px;
    background-size: auto 20px;
    position: relative;
}
.news-recommend li a {
    color: #787878;
    font-weight: bold;
}
.news-recommend li a:hover {
    color: #C4A36D;
}
.news-recommend li .data {
    position: absolute;
    right: 0;
    top: 12px;
}
.question-list .question {
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding: 12px 0px 12px 30px;
    background: url(images/icon_71.png) no-repeat left 15px;
    background-size: auto 20px;
}
.question-list li .question {
    color: #787878;
    font-weight: bold;
    cursor: pointer;
}
.question-list li a:hover {
    color: #C4A36D;
}
.question-list .answer {
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 12px 30px;
    display: none;
}
.question-list .answer .text {
    padding-left: 30px;
    background: url(images/icon_72.png) no-repeat left 5px;
    background-size: auto 20px;
}
.question-list .answer .time {
    margin-top: 4px;
    font-size: 12px;
    display: block;
}
.question-item .item-btn {
    float: right;
    padding: 0px 40px;
    background: url(images/icon_73.png) no-repeat right center;
    background-size: auto 100%;
    margin-top: 20px;
    color: #787878;
    font-weight: bold;
    font-size: 14px;
}
.invest-domain {
    background-color: #f9f9f9;
    padding: 4px 0px;
}
.invest-domain ul {
    padding-right: 200px;
}
.invest-domain li {
    padding: 0px 30px;
    margin: 8px 0px;
    display: inline-block;
    border-right: 1px solid #C4A36D;
}
.invest-domain li:last-child {
    border: none;
}
.invest-domain a {
    color: #787878;
    font-weight: bold;
}
.invest-domain li.no-line {
    border: none;
}
.invest-domain li a:hover {
    color: #C4A36D;
}
.invest-education-e2 .invest-btn {
    margin-top: 80px;
}
.prompt-info {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 70px;
}
.prompt-info ul li {
    display: inline-block;
    margin: 20px 20px 0;
}

/**可持续发展**/

.wrap>div {
    width: 50%;
    float: left;
}
.wrap.con-left>div {
    float: right;
}
.wrap.con-left .content {
    padding-right: 60px;
}
.wrap.con-right .content {
    padding-left: 60px;
}
.wrap .content .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.develop-guanhuai-d1>.inner, .develop-guanhuai-d2>.inner, .develop-guanhuai-d3>.inner {
    width: 1000px;
}
.develop-guanhuai-d1 {
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.develop-guanhuai-d1 .content {
    height: 300px;
    padding-left: 60px;
}
.develop-child-slick .slick-dots {
    bottom: -40px;
}
.develop-guanhuai-d2 .text-group {
    margin-bottom: 15px;
    padding: 0 145px;
}
.develop-guanhuai-d2 .image {
    padding: 10px 20px;
    margin: 0 0 0;
}
.develop-guanhuai-d2 .text {
    clear: both;
    padding-top: 20px;
    text-align: center;
}
.develop-guanhuai-d2 .slick-dots li {
    margin: 0 10px;
}
.develop-guanhuai-d2 .slick-dots li button:before {
    color: #787878;
    opacity: 1;
    border: 1px solid #787878;
    border-radius: 50%;
}
.develop-guanhuai-d2 .slick-dots li.slick-active button:before {
    color: #C4A36D;
    border-color: #C4A36D;
    opacity: 1;
}
.develop-guanhuai-d3 {
    padding: 70px 0px;
}
.develop-guanhuai-d3 .content {
    height: 300px;
}
.develop-guanhuai-d3 .item .image {
    float: right;
}
.develop-guanhuai-d3 .item .content {
    padding-right: 60px;
    float: right;
}
.develop-guanhuai-d3 .item .content {
    padding-left: 60px;
}
.develop-d1 .content {
    height: 300px;
    background: url(images/bg_11.png) no-repeat center center;
    background-size: 100% auto;
}
.develop-d2 .article {
    text-align: center;
    margin-bottom: 30px;
}
.develop-d2 .article .text1 {
    margin-bottom: 40px;
    margin-top: 10px;
}
.develop-d2 .content-box>div {
    width: 50%;
    float: right;
    text-align: left;
}
.develop-d2 .content-box .con {
    padding-left: 28px;
}
.develop-d2 .article .text2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 12px;
    position: relative;
    margin-bottom: 10px;
}
.develop-d2 .article .text2:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 3px;
    height: 20px;
    background-color: #C4A36D;
}
.develop-d2 .article .text3 span {
    color: #C4A36D;
}
.develop-d2 .image-group {
    margin-bottom: 38px;
}
.develop-d2 .image-box {
    margin-bottom: 70px;
}
.develop-d4 .image-group .image, .develop-d2 .image-group .image {
    width: 33.3333333%;
    /*height: 100%;*/
    max-height: 200px;
    padding: 0px 7px;
}
.develop-d4 .image-group .image p, .develop-d2 .image-group .image p {
    /*border: 1px solid #C4A36D;*/
    background-color: #fff;
    text-align: center;
    max-width: 320px;
}
.develop-d2 .image-group .image img {
    width: 100%;
}
.develop-d2 .characteristic {
    margin-bottom: 60px;
}
.develop-d2 .characteristic .content {
    padding-right: 30px;
}
.develop-d2 .characteristic .content .title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 12px;
    position: relative;
    margin-bottom: 10px;
}
.develop-d2 .characteristic .content .title:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 3px;
    height: 20px;
    background-color: #C4A36D;
}
.develop-d2 .characteristic .content .text span {
    color: #C4A36D;
}
.develop-d2 .characteristic .safe-image {
    text-align: center;
}
.develop-d2 .characteristic .safe-image .image {
    width: 32%;
    display: inline-block;
    margin-bottom: 50px;
}
.develop-d3 {
    background-color: #f9f9f9;
    padding: 50px;
}
.develop-d3 .item {
    margin-top: 60px;
    background-color: #fff;
}
.develop-d3 .item>div {
    float: left;
}
.develop-d3 .item .image {
    width: 45%;
}
.develop-d3 .item .content {
    height: 300px;
    width: 55%;
    padding-left: 30px;
    padding-right: 54px;
}
.develop-d3 .item.con-left>div {
    float: right;
}
.develop-d4 .text {
    padding: 0px 40px;
    text-align: center;
}
.develop-d4 .image-group {
    margin-top: 30px;
}
.contact-main {
    height: 750px;
    padding-top: 200px;
    background: url(images/bg_12.jpg) no-repeat right bottom;
    background-size: auto 100%;
}
.contact-list li {
    width: 30%;
    height: 310px;
    float: left;
    margin: 0px 15px;
    background-color: #f9f9f9;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.contact-list li>div {
    max-width: 380px;
    margin: 0 auto;
}
.contact-list li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(107, 107, 107, 0.3);
}
.contact-list .icon {
    height: 90px;
    margin-bottom: 20px;
    position: relative;
}
.contact-list li:nth-child(1) .icon {
    background: url(images/icon_85.png) no-repeat center top;
}
.contact-list li:nth-child(2) .icon {
    background: url(images/icon_86.png) no-repeat center top;
}
.contact-list li:nth-child(3) .icon {
    background: url(images/icon_87.png) no-repeat center top;
}
.contact-list .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(images/line_8.png) no-repeat center center;
}
.contact-list .content {
    text-align: center;
}
.contact-list .content .text-blod {
    font-size: 20px;
    font-weight: bold;
}

/**加入我们**/

.join-train-s1 {
    text-align: center;
}
.join-train-s1 .newline {
    display: block;
}
.join-train-s1 .img {
    margin-top: 35px;
}
.join-train-s2 .item-list li {
    margin-bottom: 18px;
}
.join-train-s2 .item-list .num {
    font-size: 28px;
    line-height: 100%;
    color: #c4a36d;
    font-style: italic;
}
.join-train-s2 .item-list .item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    color: #c4a36d;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
}
.join-train-s2 .item-list .item-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 108px;
    height: 3px;
    background-color: #c4a36d;
}
.join-train-s2 .item-list li:nth-child(2) .item-title:after {
    width: 88px;
}
.join-train-s2 .item-list li:nth-child(3) .item-title:after {
    width: 54px;
}
.join-train-s2 .item-list li:nth-child(4) .item-title:after {
    width: 72px;
}
.join-train-s2 .item-list .text {
    max-width: 900px;
}

/**招商发展**/

.join-zhaoshang-s1 {
    margin-bottom: 50px;
}
.join-zhaoshang-s1 .quotation {
    text-align: center;
}
.join-zhaoshang-s1 .item-list {
    text-align: center;
    margin-top: 50px;
}
.join-zhaoshang-s1 .item {
    display: inline-block;
    text-align: left;
    width: 31%;
    max-width: 312px;
    height: 370px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin: 0 9px 50px;
}
.join-zhaoshang-s1 .item-tit {
    position: relative;
    margin-top: 40px;
    margin-bottom: 45px;
    width: 172px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 20px;
    background-color: #c4a36d;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.join-zhaoshang-s1 .item-1 i {
    background-image: url(images/icon_213.png);
}
.join-zhaoshang-s1 .item-2 i {
    background-image: url(images/icon_214.png);
}
.join-zhaoshang-s1 .item-3 i {
    background-image: url(images/icon_215.png);
}
.join-zhaoshang-s1 .item-4 i {
    background-image: url(images/icon_216.png);
}
.join-zhaoshang-s1 .item-5 i {
    background-image: url(images/icon_217.png);
}
.join-zhaoshang-s1 .item-6 i {
    background-image: url(images/icon_218.png);
}
.join-zhaoshang-s1 .item-tit i {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.join-zhaoshang-s1 .item p {
    padding: 0 30px;
}
.join-zhaoshang-s2 {
    margin-bottom: 100px;
}
.join-zhaoshang-s2 .conditions-list li {
    margin-bottom: 16px;
}
.join-zhaoshang-s2 .conditions-list .tit {
    display: block;
    padding: 0 10px;
    margin-bottom: 4px;
    line-height: 20px;
    font-weight: bold;
    border-left: 2px solid #c4a36d;
}
.join-zhaoshang-s2 .conditions-list p {
    max-width: 884px;
}
.join-zhaoshang-s2 .conditions-list2 dt {
    display: block;
    padding: 0 10px;
    margin-bottom: 4px;
    line-height: 20px;
    font-weight: bold;
    border-left: 2px solid #c4a36d;
}
.join-zhaoshang-s2 .conditions-list2 .left {
    max-width: 462px;
    float: left;
}
.join-zhaoshang-s2 .conditions-list2 .right {
    /*max-width: 300px;*/
    float: right;
}
.join-zhaoshang-s2 .conditions-list2 dl {
    margin-bottom: 30px;
}
.join-zhaoshang-s3 {
    text-align: center;
    margin-bottom: 100px;
}
.join-zhaoshang-s3 .img1{
    display: block;
}
.join-zhaoshang-s3 .img2{
    display: none;
}
.apply-for-wrap .info-list li {
    display: inline-block;
    width: 224px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    margin-right: 3%;
    margin-bottom: 20px;
}
.apply-for-wrap .info-list li:nth-child(3) {
    padding-left: 76px;
}
.apply-for-wrap .info-list li:nth-child(4) {
    padding-left: 76px;
    margin-right: 0;
}
.apply-for-wrap .info-list li:nth-child(5) {
    width: 100%;
    padding-left: 100px;
    margin: 0;
}
.apply-for-wrap .info-list li span {
    position: absolute;
    left: 12px;
    top: 0;
}
.apply-for-wrap .info-list li input {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: transparent;
    color: #787878;
    border: 1px solid #ddd;
    padding: 5px;
}
.apply-for-wrap .info-list li select{
    width: 100%;
    height: 30px;
    background-color: transparent;
    color: #787878;
    border: 1px solid #ddd;
    /*padding: 5px;*/
}
.apply-for-wrap .info-list .tip {
    margin-top: 5px;
}
.apply-for-wrap .info-list2, .apply-for-wrap .info-list3 {
    margin-top: 38px;
}
.apply-for-wrap .info-list2>.tit, .apply-for-wrap .info-list3>.tit {
    font-weight: bold;
    font-size: 18px;
    color: #c4a36d;
}
.apply-for-wrap .info-list2 .item, .apply-for-wrap .info-list3 .item {
    margin-top: 20px;
}
.apply-for-wrap .info-list2 .item .tit {
    margin-right: 36px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.apply-for-wrap .info-list2 .item ul {
    display: inline-block;
}
.apply-for-wrap .info-list2 ul li, .apply-for-wrap .info-list3 ul li {
    display: inline-block;
    line-height: 16px;
    margin-right: 36px;
}
.apply-for-wrap .info-list2 ul li:last-child, .apply-for-wrap .info-list3 ul li:last-child {
    margin-right: 0;
}
.apply-for-wrap .info-list2 .item input, .apply-for-wrap .info-list3 .item input {
    margin-right: 5px;
}
.apply-for-wrap .info-list2 .item [type="text"], .apply-for-wrap .info-list3 .item [type="text"] {
    border: none;
    border: 1px solid #ddd;
    padding: 0 5px;
    width: 90px;
    padding: 5px;
    background: none;
}
.apply-for-info {
    margin-top: 75px;
}
.apply-for-info .inner {
    background-color: #f9f9f9;
    text-align: center;
    padding: 40px 0 60px;
}
.apply-for-info .top .icon {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    background: url(images/icon_229.png) no-repeat;
    background-size: 100% auto;
}
.apply-for-info .top-text {
    font-size: 18px;
    color: #c4a36d;
    font-weight: bold;
}
.apply-for-info .bottom {
    max-width: 290px;
    margin: 0 auto;
}
.join-zhaoshang-s5 {
    margin-bottom: 100px;
}
.join-nav-wrap {
    margin-bottom: 40px;
    text-align: center;
}
.join-nav-wrap .text {
    margin-top: 40px;
}
.join-nav-wrap .navbar{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.join-nav-wrap .navbar li {
    display: inline-block;
    width: 10%;
}
.join-nav-wrap .navbar li a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
}
.join-nav-wrap .navbar li.active a {
    background-color: #c4a36d;
    box-shadow: 0 0 5px 2px rgba(96, 80, 53, 0.28);
}

.join-nav-wrap .content{
    padding-top: 60px;
}
.join-nav-wrap .content > p{
    max-width: 710px;
    margin: 0 auto;
}
.join-nav-wrap .cooperate{
    margin-top: 20px;
}
.join-nav-wrap .cooperate span{
    display: inline-block;
    font-weight: bold;
    margin: 0 15px;
    padding-left: 24px;
    position: relative;
    /* font-size: 16px; */
}
.join-nav-wrap .cooperate span:before{
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #c4a36d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.join-nav-wrap .advantage{
    margin-top: 40px;
    text-align: center;
}
.join-nav-wrap .advantage ul{
    margin-top: 30px;
}
.join-nav-wrap .advantage span{
    font-size: 20px;
    font-weight: bold;
}
.join-nav-wrap .advantage li{
    display: inline-block;
    text-align: center;
    width: 33%;
}
.join-nav-wrap .advantage .icon{
    display: block;
    margin: 0 auto;
    width: 92px;
    height: 92px;
    background: url(images/icon_551.png) no-repeat;
}
.join-nav-wrap .advantage .item2 .icon{
    background-position: -92px 0;
}
.join-nav-wrap .advantage .item3 .icon{
   background-position: -184px 0;
}
.join-nav-wrap .advantage ul span{
    display: block;
    margin: 0 0 4px;
    font-size: 16px;
}
.join-nav-wrap .flowpath{
    margin: 90px 0 60px;
}
.join-nav-wrap .flowpath span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.join-nav-wrap .flowpath img{
    margin: 0 auto;
}
.join-nav-wrap .contact span{
    display: block;
}
.join-nav-wrap .join-btn{
    margin-bottom: 40px;
}
.join-s6{
    margin-bottom: 100px;
}
.join-btn {
    display: block;
    width: 145px;
    margin: 0 auto 100px;
    box-shadow: 0px 0px 20px 2px rgba(78, 51, 6, 0.27);
}
.gcyw-container .join-btn {
    margin-bottom: 0;
}
.gcyw-container {
    padding-bottom: 100px;
}
.gcyw-container .tel-text {
    text-align: center;
    font-weight: bold;
    margin-top: 38px;
}
.join-nav {
    background-color: #f9f9f9;
    padding: 10px 10px;
    position: fixed;
    left: calc(50% + 510px);
    top: 0;
    text-align: center;
    font-size: 12px;
    display: none;
}
.join-nav li {
    margin-bottom: 6px;
    cursor: pointer;
    text-align: center;
}
.join-nav li a {
    color: #787878;
}
.join-nav li:hover a {
    color: #C4A36D;
}
.join-nav .icon {
    width: 60px;
    margin: 0 auto;
}

/**招聘**/

.join-sidebar {
    width: 200px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.join-sidebar .item {}
.join-sidebar .item .title {
    display: block;
    color: #787878;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 32px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.join-sidebar .item.xiaozhao .title {
    background: url(images/icon_225.png) no-repeat left center;
}
.join-sidebar .item.xiaozhao.active .title {
    background: url(images/icon_223.png) no-repeat left center;
}
.join-sidebar .item.shezhao .title {
    background: url(images/icon_224.png) no-repeat left center;
}
.join-sidebar .item.shezhao.active .title {
    background: url(images/icon_226.png) no-repeat left center;
}
.join-sidebar .item .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 3px;
    background-color: #787878;
}
.join-sidebar .item .title i {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8px;
    height: 16px;
    background: url(images/icon_222.png) no-repeat;
    background-size: 100% auto;
}
.join-sidebar .item.active .title {
    color: #c4a36d;
}
.join-sidebar .item.active .title i {
    right: 65px;
    width: 16px;
    height: 8px;
    background: url(images/icon_221.png) no-repeat;
    background-size: 100% auto;
}
.join-sidebar .item.active .title:before {
    background-color: #c4a36d;
}
.join-sidebar .item.active .subnav {
    display: block;
}
.join-sidebar .subnav {
    display: none;
}
.join-sidebar .subnav li {
    position: relative;
}
.join-sidebar .subnav li:first-child {
    display: none
}
.join-sidebar .subnav li a {
    color: #787878;
    display: block;
    padding: 10px 0 10px 20px;
}
.join-sidebar .subnav li a:before {
    content: "·";
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
}
.join-sidebar .subnav li.act a {
    color: #c4a36d;
    font-weight: bold;
}
.join-sidebar .subnav li.act a:before {
    color: #c4a36d;
}
.zhaopin-wrap {}
.zhaopin-wrap .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-right: 100px;
    padding-left: 276px;
}

/**校招流程**/

.xiaozhao-process {
    margin-bottom: 140px;
}
.xiaozhao-process .tit {
    font-weight: bold;
    font-size: 16px;
    padding-top: 18px;
    margin-bottom: 22px;
}
.xiaozhao-process .content .item{
    margin-bottom: 40px;
}
.xiaozhao-process .content .item:last-child{
    margin-bottom: 0;
}
.xiaozhao-process .content em {
    color: #c4a36d;
    font-weight: bold;
}
.xiaozhao-process .content .ewm{
    margin-top: 40px;
}
/**校招职位**/

.xiaozhao-position {
    margin-bottom: 72px;
}
.xiaozhao-position .table-position {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.xiaozhao-position .header-group {
    line-height: 48px;
    background: #ecc483;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.xiaozhao-position .table-row {
    overflow: hidden;
}
.xiaozhao-position .table-cell {
    width: 33.333%;
    float: left;
}
.xiaozhao-position .table-cell span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.xiaozhao-position .header-group .table-cell+.table-cell {
    border-left: 1px solid #fff;
}
.xiaozhao-position .row-group .table-cell+.table-cell {
    border-left: 1px solid #ccc;
}
.xiaozhao-position .row-group {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.xiaozhao-position .row-group .table-cell {
    height: 130px;
    line-height: 130px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.xiaozhao-position .row-group .table-row .table-cell:first-child {
    background: #f9f6f0;
}
.xiaozhao-position .position-btn{
    margin: 50px 0;
    text-align: center;
}
.xiaozhao-position .position-btn .btn{
    background: #e1c088;
}
.xiaozhao-position .position-btn .btn:hover{
    color: #fff;
}

/**社招职位**/

.shezhao-search {
    margin-bottom: 40px;
}
.shezhao-search .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.shezhao-search .search-wrap {
    background-color: #f9f9f9;
    padding: 35px 48px;
}
.shezhao-search .search {
    height: 40px;
    position: relative;
    padding-right: 130px;
    margin-bottom: 15px;
}
.shezhao-search .search .text-inp {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
}
.shezhao-search .search .button {
    width: 130px;
    height: 100%;
    color: #fff;
    background-color: #787878;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.shezhao-search .search-label li {
    display: inline-block;
    padding-right: 18px;
    text-align: center;
    cursor: default;
}
.shezhao-search .search-label li a {
    color: #787878;
}
.shezhao-search .search-label li:first-child {
    font-weight: bold;
}
.shezhao-position .table-position {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.shezhao-position .table-position a {
    color: #787878;
}
.shezhao-position .table-header-group {
    background: #f9f9f9;
    font-weight: bold;
}
.shezhao-position .table-header-group .table-cell {
    float: left;
    padding: 0 5px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ccc;
}
.shezhao-position .table-header-group .table-cell+.table-cell {
    border-left-color: #f9f9f9;
}
.shezhao-position .table-row {
    overflow: hidden;
}
.shezhao-position .table-row-group .table-cell {
    float: left;
    padding: 0 5px;
    min-height: 54px;
    line-height: 54px;
    border: 1px solid #ccc;
}
.shezhao-position .table-cell span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.shezhao-position .table-row .table-cell-1 {
    width: 18%;
}
.shezhao-position .table-row .table-cell-2 {
    width: 20%;
}
.shezhao-position .table-row .table-cell-3 {
    width: 32%;
}
.shezhao-position .table-row .table-cell-4 {
    width: 15%;
}
.shezhao-position .table-row .table-cell-5 {
    width: 15%;
}
.shezhao-position .table-row-group .table-row {
    border-bottom: 1px solid #ccc;
}
.shezhao-position .table-row-group .table-cell {
    border: none;
}
.shezhao-position .table-row-group .color1 {
    color: #C4A36D;
}

/**职位信息**/

.position-info-wrap .inner {
    padding-right: 0;
}
.position-info {
    margin-bottom: 30px;
}
.position-info .title {
    font-size: 16px;
    color: #C4A36D;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    position: relative;
}
.position-info .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 72px;
    height: 3px;
    background-color: #C4A36D;
}
.position-info ul {
    padding: 18px 0;
}
.position-info ul li {
    width: 33%;
    display: inline-block;
    padding-bottom: 4px;
}
.position-info ul li span {
    font-weight: bold;
}
.position-info2 ul li, .position-info3 ul li {
    width: 100%;
    display: block;
}
.position-info2 .title:after {
    width: 125px;
}
.position-info-wrap .btn-group {
    text-align: center;
    padding-right: 100px;
    display: none;
}
.position-info-wrap .btn-group li {
    display: inline-block;
    margin: 0px 30px;
    width: 120px;
    box-shadow: 0px 0px 20px 2px rgba(78, 51, 6, 0.27);
    position: relative;
}
.position-info-wrap .btn-group .pop-box {
    position: absolute;
    left: -280px;
    bottom: calc(100% + 20px);
    width: 680px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 25px 5px;
    transform: scale(0);
    transform-origin: center bottom;
    transition: all 0.3s ease-out;
    display: none;
}
.position-info-wrap .btn-group .pop-box:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background: url(images/icon_228.png) no-repeat;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.position-info-wrap .btn-group .pass {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    cursor: pointer;
}

/**菲腾项目**/

.xiaozhao-feiten .inner {
    padding-left: 0px;
    padding-right: 0px;
}
.xiaozhao-feiten .feiten-s1, .xiaozhao-feiten .feiten-s2 {
    margin-bottom: 70px;
    text-align: center;
}
.xiaozhao-feiten .feiten-s1 .img {
    padding-left: 210px;
    padding-right: 100px;
}
.xiaozhao-feiten .quoted-passage {
    text-align: center;
    margin-bottom: 50px;
    max-width: 580px;
    display: inline-block;
    color: #a0a0a0;
}
.feiten-item-list {
    margin-top: 22px;
}
.feiten-item-list .item {
    padding: 20px 0;
    height: 131px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.feiten-item-list .item .tit {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    background: url(images/icon_219.png) no-repeat;
    background-size: 100% auto;
    float: left;
}
.feiten-item-list .item .tit span {
    vertical-align: middle;
    display: inline-block;
    line-height: 22px;
}
.feiten-item-list .item .content {
    height: 100%;
    padding-left: 110px;
    line-height: 90px;
}
.feiten-item-list .item .text {
    vertical-align: middle;
    display: inline-block;
    line-height: 22px;
}
.feiten-stage {
    text-align: center;
}

/**搜索结果**/

.search-no-wrap {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 110px;
}
.search-result-wrap .inner, .search-no-wrap .inner {
    width: 1000px;
    position: relative;
}
.search-no-wrap .btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-34%, 58%);
    -webkit-transform: translate(-34%, 58%);
}
.search-no-wrap .btn-wrap p {
    font-size: 20px;
}
.search-no-wrap .btn-search {
    margin-top: 35px;
    margin-left: 50px;
}
.search-no-wrap .btn-wrap a {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    background-color: #c4a36d;
    color: #fff;
    margin-left: 15px;
}
.search-result-wrap {
    margin-top: 75px;
}
.search-result-wrap .search-nav{
    text-align: center;
    margin-bottom: 35px;
}
.search-result-wrap .search-nav li{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #ccc;
    margin: 0 25px;
}
.search-result-wrap .search-nav li a{
    color: #fff;
}
.search-result-wrap .search-nav li.active{
    background-color: #c4a36d;
}
.search-result-wrap .tit {
    line-height: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}
.search-result-wrap p {
    display: inline-block;
}
.search-result-wrap .tit .theme {
    font-style: normal;
    font-weight: bold;
}
.search-result-wrap .tit .num {
    font-style: normal;
    color: #c4a36d;
}
.search-result-wrap .tit span {
    display: inline-block;
    padding-left: 45px;
    background: url(images/icon_220.png) no-repeat left center;
    background-size: auto 90%;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}
.search-result .color{
    font-style: normal;
    color: #c4a36d;
}
.search-result .news li{
    border-bottom: 1px solid #ccc;
    padding-top: 28px;
    padding-bottom: 16px;
}
.search-result .news li a{
    color: #787878;
    transition: color .3s ease;
}
.search-result .news li a:hover{
    color: #C4A36D;
}
.search-result .news .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.search-result .invest li{
    border-bottom: 1px solid #ccc;
    padding: 28px 0 16px 28px;
    background: url(images/icon_207.png) no-repeat left 32px;
    background-size: 18px auto;
}
.search-result .invest li a{
    font-weight: bold;
    color: #787878;
    font-size: 16px;
    transition: color .3s ease;
    width: 85%;
}
.search-result .invest li a:hover{
    color: #C4A36D;
}
.search-result .invest li .date{
    float: right;
}
.buiding-main .inner {
    position: relative;
}
.buiding-main .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);
    text-align: center;
}
.buiding-main .content h3 {
    font-size: 24px;
}
.buiding-main .btn-group {
    text-align: center;
    margin-top: 35px;
}
.buiding-main .buiding-btn {
    display: inline-block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #787878;
}
.buiding-main .buiding-btn:first-child {
    margin-right: 20px;
}
.buiding-main .buiding-btn.active {
    background: #c4a36d;
    color: #fff;
}
.return-btn1{
    position: absolute;
    left: 0;
    bottom: 100%;
}
@keyframes opt {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes opt {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
