html{
    min-width: 1200px;
}
/*导航*/
#navigation{
    height: 125px;
    max-height: 125px;
}
.nav li.active a{
    padding-bottom: 7px;
}
.nav li a:hover{
    padding-bottom: 7px;
}
.nav>li>a{
    padding: 0 30px;
}
.nav li>.scroll p{
    padding: 0;
    margin: 0;
}
/*导航完*/
/*在线客服*/
.online {
    display: block;
    position: fixed;
    width: 6%;
    right: 0;
    bottom: 5%;
    z-index: 1;
}

.online img {
    width: 100%;
}
/*在线客服*/
/*banner翻页*/
#home #bannerSlider .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 50%;
}
/*banner翻页完*/

/*家居现状与行业趋势*/
#status-nwe{
    position: relative;
    background-color: #eeeeee;
}
/*标题*/
.status_title{
    text-align: center;
    margin: 3% auto 2%;
}
.stchina{
    width: 20%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #434343;
    border-bottom: 2px #545252 dashed;
    padding-bottom: 15px;
}
.stchina span{
    color: #be9c4b;
}
.stenglish{
    font-size: 22px;
    color: #be9c4b;
    text-transform: uppercase;
    opacity: 0.2;
    line-height: 40px;
}
/*标题完*/

/*现状*/
.status-cont{
    margin-bottom: 4%;
}
.industry-h4 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #be9c4b;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
}
.industry-h41{
    width: 120px;
}
.industry-h42{
    width: 160px;
}
.industry-world {
    float: initial;
    font-size: 16px;
}
.status-industry{
    width: 10%;
    margin-top: 12%;
    margin-left: 5%;
}
.status-pht{
    width: 45%;
}
.status-merchants {
    width: 20%;
    margin: 3% 5% 0 0;
}
.indworld_span span{
    color: #be9c4b;
}
/*现状完*/
/*家居现状与行业趋势*/

/*平台优势*/
.trend_bg{
    position: relative;
}
.platform_title{
    position: absolute;
    z-index: 1;
}
.platform_title .stchina{
    width: 10%;
    color: #FFFFFF;
    border-bottom: 2px #FFFFFF dashed;
    padding-bottom: 15px;
}
.platform_title .stenglish{
    color: #ffffff;
    opacity: 0.2;
}

.history_cont{
    background-color: #eeeeee;
    padding: 5% 0;
}
.history_tex{
    position: relative;
    margin-left: 6%;
}
.history_world{
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 4%;
}

.history_world h3{
    font-size: 24px;
    font-weight: bold;
    color: #be9c4b;
}
.hw_top{
    margin-top: -1%;
    margin-left: 8%;
}

.hw_buttom{
    margin-top: 27px;
    margin-left: -5%;;
    margin-bottom: 8%;
}
.history_world div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: left;
    text-indent: 2em;
    line-height: 2em;
    font-size: 16px;
    margin-top: 20px;
}
.history_world button{
    float: right;
    background-color: #be9c4b;
    border: none;
    color: #ffffff;
    padding: 5px;
    margin-top: 5%;
}
.history_world p{
    font-size: 18px;
    color: #be9c4b;
}
.history_pht img{
    position: relative;
    float: right;
}
@media screen and (min-width: 1920px) {
    .history_world{
        width: 655px;
    }
}
@media screen and (max-width: 1780px) {
    .history_world button{
        margin-top: 1%;
    }
}
@media screen and (max-width: 1640px) {
    .history_world div{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .hw_buttom {
        margin-top: 20px;
        margin-left: 0;
    }
    .hw_top {
        margin-top: -1%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1400px) {
    .history_world div{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .history_world h3{
        font-size: 18px;
    }
    .hw_buttom {
        margin-top: 10px;
    }
}

#advantage{
    position: relative;
}

.advantage-world {
    padding-top: 3%;
}

.resources li {
    margin-left: -5%;
    margin-top: 5%;
}
.integration-pht {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 10%;
}

.integration {
    display: inline-block;
}

.integration-e {
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
}
.trend_no{
    font-size: 14px;
}
.advantage-cont {
    background-color: #f3f3f3;
}
.advantage-pht{
}
.advantage-world{
    position: relative;
    padding-top: 0;
}
.adword_bg{
    position: absolute;
}
.integration{
    font-size: 16px;
}
.trend-green {
    font-size: 22px;
    color: #be9c4b;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .advantage-world {
        padding: 1% 0;
    }
    .resources{
        border-left: 1px #cccccc solid;
    }
}

@media (min-width: 1601px) and (max-width: 1899px) {
    .advantage-world {
        padding: 1% 0;
    }
}

@media (max-width: 1500px) {
    .integration{
        width: 77%;
    }
    .integration p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/*平台优势完*/

/*合作品牌*/
#coperation{
    background-color: #eeeeee;
}
.coperation_title .stchina{
    width: 14%;
}
.coperation_cont img{
    margin: 0 auto 3%;
}
/*合作品牌完*/

/*加入我们*/
.agileits-services{
    position: relative;
    text-align: center;
}
.agileits_bg{
    position: absolute;
    height: 100%;
    width: 100%;
}
.jion_title{
    margin-bottom: 1%;
}
.jion_title .stchina{
    width: 8%;
}
.jion_world{
    font-size: 30px;
    color: #be9c4b;
}
.jion_world span{
    color: #333333;
    font-weight: bold;
}
.jion img{
    margin: 40px auto;
}
.dot{
    width: 13px;
    height: 13px;
    background-color: #be9c4b;
    border-radius: 100%;
    margin: 0 auto 30px;
    opacity: 0.3;
}
.et_china{
    font-size: 30px;
}
.et_china span{
    color: #be9c4b;
    font-weight: bold;
}
.et_english{
    font-size: 12px;
}
.eight_cont{
    margin: 20px 0;
}
.eight_cont h4{
    color: #be9c4b;
    margin-bottom: 5px;
}
.agileits-services-grids .img {
    display: inline-block;
}
/*加入我们完*/

/*加盟流程*/
.process{
    position: relative;
}
.process_title .stchina{
    width: 10%;
}
.process_title .stenglish{
    color: #313131;
}
.pronav{
    margin: 0 8%;
}
.process {
    width: 100%;
}

.width1200 {
    margin: 0 auto;
    text-align: center;
}

.proone {
    float: left;
    display: block;
    /*width: 10%;*/
    background-size: 100%;
    background-image: url("../images/home_box_03.png");
    background-repeat: no-repeat;
    text-align: center;
}

.proone dl {
    padding: 15px 25px;
    margin-bottom: 0;
}

.proone dt {
    width: 100%;
    margin: 10px 1px 0;
    text-align: center;
}

.proone dt img {
    width: 47px;
    height: 44px;
    text-align: center;
}

.proone .processTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    margin-top: 5px;
}

.proone .processPar {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

.proone .processLine {
    height: 2px;
    width: 20px;
    background: #333333;
    margin: 0 auto;
    text-align: center;
}

dl {
    border: 1px;
}

.icon {
    float: left;
    margin: 3em;
}
.hotline{
    text-align: center;
    font-size: 18px;
    margin: 50px 0;
}
.hotline span{
    font-size: 24px;
    font-weight: bold;
    color: #be9c4b;
}
@media screen and (max-width: 1780px){
    .pronav{
        margin: 0 6%;
    }
    .icon {
        margin: 4% 3%;
    }
}
@media screen and (max-width: 1600px){

    .icon {
        margin: 4% 2%;
    }
}
@media screen and (max-width: 1440px){
    .pronav{
        margin: 0 6%;
    }
    .icon {
        margin: 4% 1%;
    }
}
@media screen and (max-width: 1320px){
    .pronav{
        margin: 0 7%;
    }
    .proone dl {
        padding: 6px 16px;
    }
}
/*加盟流程完*/

/*联系我们*/
#Platform{
    background-color: #eeeeee;
}
#Platform .container{
    padding: 0;
}
.Platform_title .stchina{
    width: 12%;
}
.ptitle_color{
    color: #be9c4b;
}
.contact_er1{
    text-align: center;
}
.contact_er1 img{
    margin: 0 auto;
}
.contact_er p{
    padding-left: 0;
}
.sim-button{
    padding: 12px 40px;
    color: #FFFFFF;
    border: none;
    margin: 25px 0;
}
.sim-button:hover{
    opacity: 0.8;
}
.but_color1{
    background-color: #c39a4a;
    margin-left: 55px;
}
.but_color2{
    background-color: #343434;
}
.message_tex{
    margin-left: -4%;
}
/*联系我们完*/

/*底部版权*/
.form-group{
    margin-bottom: 20px;
}
.font_title_color1{
    font-size: 30px;
    color: #c59d3b;
}
#benefits .container ul li a:hover,
.list li a h3:hover,
.list li a .fa:hover{
    color: #c59d3b;
}
#benefits h3{
    font-size: 16px;
}
.footer_er{
    width: 12%;
    float: right
}
.footer_er p{
    text-align: center;
}
#benefits .container .list li a{
    color: #cccccc;
}
.list li a h3,
.list li a .fa{
    color: #FFFFFF;
}
.link_cont{
    display: inline-block;
}

.link_wj{
    color: #999999;
}
.link_wj li{
    float: left;
}
.link_wj li a{
    margin: 5px;
}
#benefits .container .link_cont li a{
    color: #999999;
}
.footer_bq{
    float: right;
    color: #999999;
}
/*底部版权完*/