
.navigation{
    height: 72px;
    line-height: 72px;
    color:#666666;
    font-size: 16px;
}
.house-user{
    display: flex;
    justify-content: space-between;
}
.house-user-left{
    width: 952px;
    height: 390px;
    background: #F8F8F8;
    padding: 40px 47px;
}
.house-user-left-title{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.house-user-left-text{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 33px;
}
.house-user-left-box{
    width: 855px;
    height: 205px;
    margin: 0 auto;
    padding: 0 33px;
    border: 10px solid #EFEFEF;
}
.house-user-left-list{
    height: 92px;
    line-height: 92px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    font-size: 16px;
    color: #666;
}
.house-user-left-list span{
    flex: 1;
    text-align: center;
}
.house-user-left-list:first-child{
    border-bottom: 1px solid #DDDDDD;
}
.house-user-right{
    width: 458px;
    height: 390px;
    background: #F8F8F8;
    padding: 34px;
}
.house-user-right-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.house-user-right-flex{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}
.house-user-right-flex img{
    width: 228px;
    height: 250px;
    margin-right: 25px;
}
.house-user-right-flex p{
    color: #333333;
    font-size: 22px;
    margin-bottom: 15px;
}
.house-user-right-flex span{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #515151;
}
.house-user-right-flex-user a{
    display: block;
    width: 136px;
    height: 38px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    margin-top: 20px;
}
.show-off{
    margin-top: 100px;
}
.recommended{
    height: 423px;
    background: #F8F8F8;
    padding: 60px 38px;
    margin-bottom: 136px;
}
.recommended h1{
    font-size: 30px;
    margin-bottom: 40px;
}
.recommended div{
    display: flex;
    justify-content: space-between;
}
.recommended div img{
    width: 319px;
    height: 222px;
}
.team-flex{
    display: flex;
    justify-content: space-between;
}
.team-flex-left{
    display: inline-flex;
}
.team-flex-left img{
    width: 440px;
    height: 483px;
}
.team-left-text{
    width: 662px;
    height: 483px;
    background: #F8F8F8;
    padding: 36px 32px;
}
.team-left-text p{
    font-size: 28px;
    margin-bottom: 24px;
}
.team-left-text p span{
    font-size: 22px;
}
.team-left-text div{
    font-size: 16px;
    line-height: 36px;
}
.team-left-text a{
    display: block;
    width: 136px;
    height: 41px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    line-height: 41px;
    margin-top: 25px;
    margin-bottom: 60px;
}
.team-left-text div:last-child{
    height: 108px;
    overflow: auto;
}
.team-left-text div:last-child::-webkit-scrollbar { width: 3px; }
.team-left-text div:last-child::-webkit-scrollbar-track { background: #f6f6f6; }
.team-left-text div:last-child::-webkit-scrollbar-thumb { border-radius: 4rem; background: #91127C; }
.team-flex-right{
    width: 316px;
    height: 482px;
    background-image: url(/assets/img/frontend/pc/team-right.png);
    background-size: 100% 100%;
    padding:73px 23px 51px 23px;
}
.team-flex-right>h1{
    font-size: 22px;
    margin-bottom: 13px;
}
.team-flex-right>span{
    color: #7F7E8C;
    display: block;
    margin-bottom:20px;
}
.team-flex-right-list{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #0F1130;
    border-bottom: 1px solid #EFEFEF;
}
.team-flex-right-list img{
    width: 10px;
    height: 9px;
    margin-right: 10px;
}
.team-flex-right-list input{
    background: none;
    border: none;
    padding-right: 10px;
    color:#333;
    width:calc(100% - 100px);
}
.team-flex-right-list>p{
    width:100px;
}
.team-flex-right-list p span{
    color:#000;
    font-size:14px;
}
.team-flex-right-list input::placeholder{
    color:#999;
}
.team-flex-right .solutions-show-link{
    margin:35px auto 10px;
}
.team-flex-right p{
    text-align: center;
    color: #333;
    font-size: 12px;
}
.case{
    width: 100%;
    height: 804px;
    background: #F8F8F8;
}
.case-title h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.case-title p{
    margin: 0 auto;
    width: 64px;
    height: 4px;
}
.case-title p span{
    display:inline-block;
    width: 32px;
    height: 100%;
}
.case-title p span:first-child{
    background: #FFC107;
}
.case-title p span:last-child{
    background: #91127C;
}
.case-box{
    display: flex;
    /*justify-content: space-between;*/
}
.case-list{
    width: 456px;
}
.case-list img{
    width: 456px;
    height: 342px;
}
.case-list div{
    width: 456px;
    height: 118px;
    background: #FFFFFF;
    padding: 29px 46px;
    font-size: 16px;
}
.case-list div p{
    font-size: 24px;
    margin-bottom: 20px;
}
.case-btn{
    display: block;
    width: 573px;
    height: 50px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin: 122px auto 0;
}
.designer{
    padding-top: 80px;
}
.designer-box{
    width: 100%;
    display: none;
    margin-top: 42px;
    margin-bottom: 80px;
}
.designer-list{
    width: 337px;
    margin-right:12px;
}
.designer-list:last-child{
    margin-right:0;
}
.designer-list img{
    width: 337px;
    height: 370px;
}
.case-box>.case-list{
    width: 456px;
}
.case-list>a{
    display:block;
    width: 100%;
    height: 343px;
    overflow: hidden;
}
.designer-list div{
    background:#F8F8F8;
    height: 110px;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #464646;
    font-size: 16px;
}
.designer-list div p{
    font-size: 22px;
    margin-bottom: 13px;
}
.designer-list div p span{
    font-size: 18px;
}
.sever-banner{
    width: 100%;
    height: 372px;
	overflow:hidden;
}
.sever-banner img{
    width: 100%;
    height: 100%;
}
.close-sever{
    padding-left: 30px;
}
.close-sever-list{
    width: 100%;
    height: 86px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color:#999;
    display: flex;
    align-items: center;
}
.close-sever-list ul{
    height: 86px;
    line-height: 86px;
}
.close-sever-list ul>li{
    display: inline-block;
    height: 36px;
    padding: 0 15px;
    cursor: pointer;
    color: #333;
    line-height: 36px;
}
.close-sever-list ul>.ul-active{
    color: #91127B;
    background-color:#FFC807;
    font-weight: bolder;
}
.close-sever-last{
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
}
.close-sever-last>span{
    color: #999999;
    font-size: 16px;
}
.close-sever-last-text{
    width: 164px;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    padding:0 15px;
    font-size: 16px;
    margin-right: 18px;
}
.close-sever-last>p{
    color: #999999;
    font-size: 16px;
    margin-left: 21px;
    margin-right: 58px;
}
.close-sever-last>p span{
    color:#91127B;
}
.close-sever-last-sub{
    padding: 0 20px;
    height: 37px;
    background: #FFC807;
    border-radius: 2px;
    font-size: 16px;
    color:#91127B;
    border: none;
}
.sever-sort{
    display: flex;
    margin-top: 60px;
    margin-bottom: 28px;
    font-size: 16px;
}
.sever-sort-tab{
    display: inline-flex;
}
.sever-sort-tab p{
    display:inline-flex;
    align-items: center;
    cursor: pointer;
}
.sever-sort-tab p:first-child{
    padding-right:20px;
    margin-right: 20px;
    border-right:1px solid #333;
}
.sever-sort-tab p:first-child span{
    display: inline-block;
    transform:rotate(90deg);
    font-size: 20px;
    font-weight: bolder;
}
.sever-sort-tab p:last-child span{
    display: inline-block;
    transform:rotate(270deg);
    font-size: 20px;
}
.sever-sort-tab-active{
    color: #91127B;
}
.sever-sort-tab-active a{
    color: #91127B;
}
.designer-tab{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.designer-tab-list{
    width: 337px;
    cursor: pointer;
    margin-bottom: 62px;
    margin-right: 30px;
}
.designer-tab .designer-tab-list:nth-child(4n){
    margin-right: 0;
}
.designer-tab-list:hover .none{
    display: block;
}
.designer-tab-list-img{
    width: 337px;
    height: 370px;
    position: relative;
	z-index:0;
}
.designer-tab-list-img>img{
    width: 337px;
    height: 370px;
}
.none{
    display: none;
}
.designer-tab-list-img-bot{
    width: 100%;
    height: 43px;
    display: inline-flex;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
	z-index:2
}
.designer-tab-list-img-bot>span{
    display: inline-block;
    color: #fff;
    width: 50%;
    background-color:#000;
    height: 43px;
    line-height: 43px;
    text-align: center;
}
.designer-tab-list-img-bot>span a{
    color: #fff;
}
.designer-tab-list-img-bot>.solutions-show-link{
    width: 50%;
    height: 43px;
    line-height: 43px;
    border-radius:inherit;
	display: inline-block;
	z-index:1
}
.designer-tab-list-img-code{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(0,0,0,.5);
    padding-top: 64px;
    display: none;
}
.designer-tab-list-img-code img{
    display: block;
    width: 180px;
    height: 180px;
    margin:auto;
}
.designer-tab-list-text{
    width: 100%;
    height: 110px;
    background-color:#F8F8F8;
    text-align:center;
    padding-top: 25px;
    font-size: 16px;
}
.designer-tab-list-text p:first-child{
    font-size: 22px;
    margin-bottom: 19px;
}
.designer-tab-list-text p:first-child span{
    font-size: 18px;
}
.search-estate{
    width: 315px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 6px;
    position: relative;
    padding: 0 26px;
}
.search-estate img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 26px;
}
.search-estate input{
    border: none;
    height: 50px;
    position: absolute;
    left: 50px;
    line-height: 50px;
    background:none;
    font-size: 16px;
    color: #8E8E92;
}
.search-estate input::placeholder{
    color: #8E8E92;
}
.estate-box{
    margin-bottom: 90px;
}
.estate-box-left{
    width: 1060px;
    display: none;
}
.estate-box-left-title{
    width: 100%;
    height: 82px;
    background: #F6F6F6;
    display: flex;
    padding: 0 38px;
    justify-content: space-between;
    align-items: center;
}
.estate-box-left-title>p{
    font-size: 18px;
    color: #333333;
}
.estate-box-left-title-right{
    display: inline-flex;
    height: 82px;
    align-items: center;
}
.estate-box-left-title-right>span{
    font-size: 18px;
    margin-right: 16px;
}
.estate-box-left-title-right p i{
  display: inline-block;
    width: 48px;
    height: 2px;
    background-color:#E0E0E0;
    /*background: #91127C;*/
}
.estate-box-left-title-right p i:first-child{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 10px;
}
.estate-box-left-title-right div p{
    display: inline-flex;
    height:100%;
    align-items: center;
    margin-left: 20px;
}
.estate-box-left-title-right div span{
    display: block;
    font-size: 16px;
    padding-left: 14px;
}
.estate-box-left-title-right p.estate-active i{
    background: #91127C;
}
.estate-active{
    color:#91127C;
}
.estate-box-left-box{
    width: 100%;
    border: 1px solid #EEEEEE;
    height: 310px;
    padding: 37px 31px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 35px;
}
.estate-box-left-box img{
    width: 314px;
    height: 235px;
    margin-right: 10px;
}
.estate-box-left-box img:nth-child(3n){
    margin-right:0;
}
.estate-box-flex{
    display: flex;
    justify-content: space-between;
}
.estate-box-right{
    width: 349px;
}
.estate-box-right .team-flex-right{
    width: 349px;
}
.estate-box-right .tips-right{
    margin-top: 28px;
    width: 331px;
    margin-left: 6px;
}
.house-estate{
    background:#F6F6F6;
    height: 364px;
    padding:24px 70px;
}
.house-estate-box{
    width: 100%;
}
.house-estate-box-title{
    color:#393838;
    text-align: center;
}
.house-estate-box-title h1{
    font-size: 38px;
    margin-bottom: 20px;
}
.house-estate-box-title p{
    font-size: 16px;
}
.house-estate-border{
    width: 100%;
    height: 216px;
    border: 10px solid #E7E7E7;
    margin-top: 13px;
    padding: 0 50px;
}
.house-estate-border-text{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom:3px solid #e7e7e7;
    font-size: 18px;
}
.house-estate-count-line p{
    display: flex;
    height: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.house-estate-count{
    margin-top: 25px;
}
.house-estate-bg{
    background:#9C0183 !important;
}
.house-estate-bor{
    border: 1px solid #9C0183;
}
.core{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
}
.solid{
    width: 7px;
    height: 7px;
    background:#A0A0A0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
}
.wool{
    width: 72px;
    height: 2px;
    background:#A0A0A0;
}
.house-estate-count-list{
    display: flex;
}
.house-estate-count{
    display: flex;
    justify-content: center;
}
.gray-bor{
    border: 1px solid #A0A0A0;
}
.house-estate-count-line{
    font-size: 16px;
    position: relative;
}
.house-first-text{
    font-weight: bolder;
}
.house-estate-count-line .active-c{
    color:#9C0183;
}
.other-text{
    color: #393838;
}
.house-estate-count-line>span{
    position: absolute;
    left: -8px;
    top: 34px;
    width: 70px;
}
.worksite-flex{
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 68px;
}
.worksite-left-list{
    width: 1060px;
}
.worksite-left-title{
    display: inline-flex;
    align-items: center;
    height: 91px;
}
.worksite-left-title img{
    width: 81px;
    height: 81px;
    border-radius: 50%;
    margin-right: 13px;
}
.worksite-left-title span{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.worksite-left-graphics-text{
    width: 100%;
    /*min-height: 578px;*/
    background: #F6F6F6;
    padding: 28px 38px;
    margin-top: 18px;
    margin-bottom: 56px;
}
.worksite-left-graphics-text p{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 50px;
}
.worksite-left-graphics-text div{
    width: 100%;
    /*display: inline-flex;*/
    justify-content: space-between;
}
.worksite-left-graphics-text img{
    width: 308px;
    height: 231px;
    margin-bottom:3px;
}
.worksite-left-more{
    display: block;
    line-height: 56px;
    text-align: center;
    width: 394px;
    height: 56px;
    background: #C9C9C9;
    border: 1px solid #434343;
    font-size: 18px;
    margin:0 auto;
}
.worksite-right .team-flex-right{
    width: 331px;
    background: #fff;
    padding: 31px 16px;
    height: auto;
    margin: auto;
    border-radius: 15px;
}
.gif-img{
    width: 295px;
    height: 52px;
    margin:0 auto 27px;
    display: block;
}
.worksite-right .team-flex-right-list input{
    text-align: right;
}
.worksite-right .team-flex-right p {
    color:#0F1130;
}
.worksite-right-ul{
    margin-top: 27px;
    width: 100%;
    padding: 0 20px;
    height:130px;
    overflow:hidden;
}
.worksite-right-ul ul{
    height:auto;
}
.worksite-right-ul li{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 27px;
}
.worksite-right-one{
    width: 349px;
    height: 639px;
    background:#f8f8f8;
    padding-top: 20px;
}
.worksite-right .tips-right{
    width: 346px;
    margin-top: 33px;
}
.case-ling{
    margin-bottom: 78px;
    display: none;
}
.case-ling-flex{
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
	min-height: 500px;
}
.case-ling-list{
    width: 456px;
    margin-right: 31px;
    margin-bottom: 32px;
    height:450px;
    overflow:hidden;
}
.a-blo img{
    width:100%;
    height: 343px;
}
.case-ling-list:nth-child(3n){
    margin-right: 0;
}
.case-ling-list>img{
    width: 456px;
    height: 342px;
}
.case-ling-list div{
    width: 100%;
    height: 118px;
    background: #F8F8F8;
    padding: 19px 38px;
    display: inline-flex;
    align-items: center;
    margin-top: -10px;
}
.case-ling-list div img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 38px;
}
.case-ling-list div p {
    font-size:16px;
}
.case-ling-list div p span:first-child{
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
}
.got-flex{
    display: flex;
    padding-left: 62px;
}
.got-left{
    width: 240px;
    height: 315px;
    border-left: 1px solid #EEEEEE;
    position:fixed;
    left: 60px;
    top: 50%;
    z-index: 999999999999;
}
.got-left ul li{
    margin-bottom: 32px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.got-left ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 3px;
}
.got-left ul .got-left-active:before{
    border: 1px solid #FFC107;
    background: #91127C;
}
.got-banner{
    width: 100%;
    height: 736px;
    margin-top: -170px;
    overflow: hidden;
}
.got-banner img{
    width: 100%;
}
.got-right{
    width: 1680px;
    height: 910px;
    background-image: url(/assets/img/frontend/pc/bg-people.jpg);
    background-size: 100% 100%;
}
.got-right-flex{
    display: flex;
    height: 636px;
    align-items: center;
}
.got-right-img img{
    display: inline-block;
    margin-right: 58px;
    width: 425px;
    height: 636px;
}
.got-right-text h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.got-right-text h2{
    text-transform:uppercase;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.got-right-text p{
    width: 64px;
    height: 4px;
    display: flex;
    margin: 30px 0;
}
.content_about p{
    width: 100% !important;
}
.got-right-text p span{
    display: inline-block;
    width: 32px;
    height: 4px;
    background: #91127C;
}
.got-right-text p span:first-child{
    background:#FFC107;
    margin-bottom: 39px;
}
.got-right-text div{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: justify;
    width:772px;
    text-indent:25px;
}
.content_about{

    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: justify;
    width:772px;
    text-indent:25px;
}
.wenzijieshaode222 {
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: justify;
    text-indent:25px;
}
.wenzijieshaode222 p {
	font-size: 16px !important;
}
.got-right-bottom{
    display: flex;
    height: 120px;
}
.got-right-bottom div{
    width: 700px;
    height: 120px;
    padding: 31px  20px  0  199px;
    background-size: 100% 100%;
    margin-top: 50px;
}
.got-right-bottom div:first-child{
    background-image: url(/assets/img/frontend/pc/got-right-bottom1.png);
    margin-right: 38px;
}
.got-right-bottom div:last-child{
    background-image: url(/assets/img/frontend/pc/got-right-bottom2.png);
}
.got-right-bottom div h1{
    font-size: 24px;
    margin-bottom: 20px;
}
.got-right-bottom div span{
    font-size: 16px;
}
.second-introduction{
    width: 100%;
    height: 793px;
    background-image: url(/assets/img/frontend/pc/introduction-bg.png);
    background-size: 100% 100%;
    padding: 77px 238px;
    position: relative;
}
.second-introduction a{
    position: absolute;
    top: 0;
    left: 0;
}
.development-course{
    position: relative;
}
.development-course a{
    position: absolute;
    top: 0;
    left: 0;
}
.development-course img{
    width: 100%;
    height: 1371px;
    margin-top: -230px;
}
.recognition-title{
    text-align: center;
}
.recognition-title h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.recognition-title h2{
    text-transform:uppercase;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.recognition-title p{
    width: 64px;
    height: 4px;
    display: flex;
    margin: 30px auto 0;
}
.recognition-title p span:first-child{
    background:#FFC107;
    margin-bottom: 39px;
}
.recognition-title p span{
    display: inline-block;
    width: 32px;
    height: 4px;
    background: #91127C;
}
.recognition{
    position: relative;
    padding-top: 78px;
}
.recognition a{
    position: absolute;
    top: 0;
    left: 0;
}
.recognition-flex{
    margin-top: 49px;
    display: flex;
    flex-wrap: wrap;
}
.recognition-flex-list{
    width: 341px;
    margin-right: 23px;
    margin-bottom: 47px;
}
.recognition-flex-list:nth-child(4n){
    margin-right: 0;
}
.recognition-flex-list img{
    width: 341px;
    height: 258px;
}
.recognition-flex-list p{
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.culture{
    /*background-image: url(/assets/img/frontend/pc/culture-img.png);*/
    width: 100%;
    /*height: 987px;*/
    /*background-size:contain;*/
    /*background-repeat: no-repeat;*/
    position: relative;
}
.culture img{
    width:100%;
}
.culture a{
    position: absolute;
    top: 0;
    left: 0;
}
.values{
    margin-top: 80px;
    margin-bottom: 120px;
    position: relative;
}
.values a{
    position: absolute;
    top: 0;
    left: 0;
}
.values>img{
    display: block;
    margin:50px auto;
    width: 1066px;
    height: 69px;
}
.values-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.values-flex img{
    width:700px;
    height: 467px;
}
.count-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.count-list{
    width: 699px;
    border: 1px solid #ddd;
    margin-bottom: 43px;
}
.count-list img{
    width: 100%;
    height: 379px;
}
.count-list p{
    width: 100%;
    padding-left: 50px;
    line-height: 76px;
    font-size: 16px;
}
.soft-house{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.soft-house div{
    width: 705px;
    height: 333px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}
.soft-house div img{
    width: 705px;
    height: 333px;
}
.soft-house div:nth-child(1){
    margin-right: 28px;
}
.soft-house div:nth-child(3){
    width: 461px;
    height: 333px;
    margin-right: 28px;
}
.soft-house div:nth-child(4){
    width: 461px;
    height: 333px;
    margin-right: 28px;
}
.soft-house div:nth-child(5){
    width: 461px;
    height: 333px;
}
.soft-house div:nth-child(3) img{
    width: 461px;
    height: 333px;
}
.soft-house div:nth-child(4) img{
    width: 461px;
    height: 333px;
}
.soft-house div:nth-child(5) img{
    width: 461px;
    height: 333px;
}
.soft-house p{
    position: absolute;
    top:0;
    left: 0;
    text-align:center;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.5);
   color: #fff;
    line-height: 333px;
    font-size: 24px;
    display:block;
}
.soft-house>div:hover p{
    display: none;
}
.soft-house-tab{
    margin-top: 70px;
    display: none;
}
.soft-house-flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}
.soft-house-flex div{
    width: 341px;
    margin-right: 22px;
    margin-bottom: 30px;
}
.soft-house-flex div:nth-child(4n){
    margin-right:0;
}
.soft-house-flex div img{
    width: 341px;
    height: 205px;
}
.soft-house-flex div p{
    width: 100%;
    min-height:58px;
    text-align: left;
    color: #000003;
    font-size: 18px;
    background:#F8F8F8;
    /*padding-top: 18px;*/
	padding:18px 10px 18px 10px;
}
.soft-house-flex div p i{
    font-style: inherit;
    color: #91127C;
    display:none;
    margin-top: 13px;
}
.house-details-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}
.house-details-left{
    width: 725px;
    height: 438px;
    overflow: hidden;
}
.house-details-right{
    width: 705px;
    height: 438px;
    background: #F8F8F8;
    padding:43px 47px;
}
.house-details-right h1{
    font-size: 30px;
}
.house-details-right-name{
    display: block;
    font-size: 20px;
    margin-top: 20px;
}
.house-details-right-line{
    width: 64px;
    height: 4px;
    margin: 30px 0;
}
.house-details-right-line span{
    display:inline-block;
    width: 32px;
    height: 100%;
}
.house-details-right-line span:first-child{
    background: #FFC107;
}
.house-details-right-line span:last-child{
    background: #91127C;
}
.house-details-right-list span{
    display: block;
    font-size: 16px;
    color:#666;
    margin-bottom: 30px;
}
.house-details-right-list span i{
    font-style: inherit;
    color: #91127C;
    font-size: 30px;
}
.house-details-right-list span:last-child{
    display:none;
}
.recommendations-title{
    width: 100%;
    height: 63px;
    background: #F8F8F8;
    font-size: 22px;
    line-height: 63px;
    padding-left: 21px;
}
.recommendations div{
    width: 100%;
    height:350px;
    border: 1px solid #C9C9C9;
    display: flex;
    align-items: baseline;
}
.recommendations div p{
    width: 292px;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    margin: 0 20px;
}
.recommendations div p img{
    width:100%;
    height: 292px;
    margin-bottom: 14px;
}
.product-details{

}
.product-details h1{
    font-size: 30px;
    margin: 80px 0;
    text-align: center;
    font-weight: bold;
}
.product-details-img{
    width: 100%;
    padding:62px 0;
    background: #F8F8F8;
}
.product-details-img img{
    display: block;
    width: 100%;
    /*height: 625px;*/
    margin: 0 auto 0px;
}
.product-details-img.goods img{
    display: block;
    width: 70%;
    /*height: 625px;*/
    margin: 0 auto 0px;
}
.product-details a{
    display: block;
    margin:70px auto;
    width: 458px;
    height: 70px;
    background: #FEC708;
    font-size: 24px;
    font-weight: bolder;
    line-height: 70px;
    text-align: center;
}
.second-decorating-tips{
    display: flex;
}
.second-decorating-tips-left{
    width: 371px;
    height: 556px;
    background: #F8F8F8;
    padding: 31px 17px;
}
.second-decorating-tips-left h1{
    color:#3E4A57;
    font-size: 24px;
    margin-bottom: 20px;
}
.second-decorating-tips-left h1 span{
    color: #3E4A57;
    font-size: 18px;
    margin-left: 10px;
}
.second-decorating-tips-left img{
    width: 336px;
    height: 232px;
    margin-bottom: 15px;
}
.second-decorating-tips-left-input{
    width: 336px;
    height: 60px;
    background: #FFFFFF;
    border: none;
    padding:0 30px;
    color: #666;
    font-size: 18px;
    margin-bottom: 15px;
}
.second-decorating-tips-left-input::placeholder{
    color: #666;
}
.second-decorating-tips-left-submit{
    width: 336px;
    height: 60px;
    background: #FFC107;
    font-size: 18px;
    color: #333;
    border: none;
}
.second-decorating-tips-right{
    width: 1056px;
    height: 556px;
    background: #F8F8F8;
}
.second-decorating-tips-right-bot{
    margin-top: 18px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.second-decorating-tips-right-bot-list{
    width: 335px;
    height: 116px;
    background: #FFFFFF;
    display: inline-flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.second-decorating-tips-right-bot-list h1{
    color: #D5A653;
    font-size:26px;
    margin-bottom: 10px;
}
.second-decorating-tips-right-bot-list h1 span{
    font-size: 16px;
}
.second-decorating-tips-right-bot-list p{
    position: relative;
    width: 87px;
    height: 87px;
}
.second-decorating-tips-right-bot-list p img{
    position: absolute;
    top: 0;
    left: 0;
}
.second-decorating-tips-right-bot-list p img:last-child{
    display: none;
}
.second-decorating-tips-right-bot-list:hover img:last-child{
    display: block;
}
.tips-news-box{
    width: 100%;
    padding: 83px 0;
    text-align: center;
    background: #F8F8F8;
    margin-top: 80px;
}
.tips-title-box{
    text-align: center;
    font-size: 16px;
    color: #666;
}
.tips-title-box h1{
    font-size: 36px;
    color:#333333;
    margin-bottom: 30px;
}
.tips-news-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.tips-news-bg{
    width: 350px;
}
.tips-news-bg img{
    width: 350px;
    height: 118px;
    margin-bottom: 2px;
}
.tips-news-bg ul{
    width: 100%;
    padding:0 20px;
    background-color: #fff;
}

.tips-news-bg ul li{
    width: 100%;
    height: 65px;
    border-bottom:2px dashed #E1E1E1;
    text-align: left;
}
.tips-news-bg ul li:last-child{
    border: none;
}
.tips-news-bg ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tips-news-bg ul li a:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #585858;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 13px;
}
.tips-news-bg ul li a:hover{
    color:#91127C;
}
.business-box{
    margin-top: 95px;
    margin-bottom: 70px;
}
.business-box-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
}
.business-box-list{
    width: 702px;
}
.business-box-list-title{
    width: 100%;
    display:inline-flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #EEEEEE;
}
.business-box-list-title p{
    display: inline-flex;
    font-size: 24px;
    align-items: center;
}
.business-box-list-title p img{
    width: 20px;
    height: 24px;
    margin-right: 14px;
}
.business-box-list-title a{
    display: inline-block;
    font-style: inherit;
    border-radius: 50%;
    font-size: 18px;
    color: #bfbfbf;
    text-align: center;
    line-height: 30px;
}
.business-box-list-title a:hover{
    color: #FFC107;
}
.business-box-list-flex{
    width: 100%;
    display: inline-flex;
    height: 180px;
    font-size: 16px;
    align-items: center;
    padding-right: 49px;
}
.business-box-list-flex img{
    width: 179px;
    height: 115px;
    margin-right: 30px;
}
.business-box-list-flex p{
    font-size: 18px;
    margin-bottom: 24px;
}
.business-box-list-flex span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.business-box-list-ul{
    width: 588px;
    padding-top: 29px;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 16px;
}
.business-box-list-ul li a{
    /*display: block;*/
    width: 100%;
    margin-bottom: 34px;
    color: #333;
    display: inline-flex;
    justify-content: space-between;
}
.business-box-list-ul li a span{
    display: inline-block;
    width: 80%;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.business-box-list-ul li a i{
    font-style: inherit;
}
.business-box-list-ul li a:hover span{
    color:#91127C;
}
.second-news{
    padding:0 45px;
    background: #F8F8F8;
    margin-bottom: 77px;
}
.second-news-list{
    width: 100%;
    height: 284px;
    font-size: 16px;
    color: #666;
}
.second-news-list a{
    width: 100%;
    height: 284px;
    display: flex;
    align-items:center;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.second-news-list:last-child a{
    border: none;
}
.second-news-list img{
    width: 264px;
    height: 170px;
    margin-right: 29px;
}
.second-news-list p{
    color: #333;
    font-size: 20px;
    margin-bottom: 24px;
}
.second-news-list span{
    display: block;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
}
.second-news-list i{
    font-style: inherit;
}
.news-detail{
    display: flex;
    justify-content: space-between;
}
.news-detail-left{
    width: 1005px;
}
.news-detail-num{
    width: 100%;
    padding: 22px;
    background-color:#F8F8F8;
}
.news-detail-num-bg{
    background: #fff;
    width: 100%;
    height: 340px;
    padding:27px 10px;
    /*display: inline-flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.news-detail-num-bg h1{
    text-align: center;
}
.news-detail-num-bg-input{
    width: 384px;
    padding: 0 30px;
}
.news-detail-num-bg-input .team-flex-right-list input{
    text-align: right;
}
.news-detail-num-bg-flex{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-detail-num-bg-flex>img{
    width: 170px;
    height: 170px;
}
.news-detail-num-bg ul{
    width: 319px;
    padding-left: 20px;
}
.news-detail-num-bg ul li{
    margin-bottom: 30px;
}
.news-detail-num-bg ul li span{
    font-size: 16px;
    display: inline-block;
    /*margin-right: 20px;*/
}
.news-detail-articles{
    width: 1005px;
    margin-top: 31px;
    background: #F8F8F8;
    padding: 69px 51px;
    font-size: 16px;
    line-height: 30px;
}
.news-detail-articles-title{
    font-size: 24px;
    margin-bottom: 19px;
}
.news-detail-articles-second{
    color: #999999;
    font-size: 14px;
    margin-bottom: 47px;
}
.news-detail-articles img{
    display: block;
    margin:30px auto;
    width: 640px;
    height: 437px;
}
.news-detail-articles-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top:60px;
}
.news-detail-articles-link p a{
    display: block;
    font-size: 16px;
    color: #000;
    width:410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-detail-articles-link p a:hover{
    text-decoration:underline;
}
.news-detail-articles-link>a{
    width: 150px;
    height: 40px;
    background: #91127C;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.news-detail-left>a{
    display: block;
    margin:30px auto;
    width: 458px;
    height: 70px;
    background: #FEC708;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: bolder;
}
.news-detail-right{
    width: 390px;
}
.news-detail-right-people{
    width: 100%;
    height: 498px;
    padding: 36px 18px;
    background-color:#F8F8F8;
}
.news-detail-right-people h1{
    font-size: 18px;
    margin-bottom: 24px;
}
.news-detail-right-people-flex{
    display: flex;
    align-items: center;
    height: 130px;
}
.news-detail-right-people-flex img{
    width: 119px;
    height: 130px;
    margin-right: 20px;
}
.news-detail-right-people-flex div p{
    font-size: 14px;
    margin-bottom:16px;
}
.news-detail-right-people-flex div a{
    font-size: 16px;
}
.news-detail-right-text{
    margin-top: 13px;
    font-size: 16px;
}
.news-detail-right-list{
    width: 235px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    margin: 30px auto 0;
}
.news-detail-right-list img{
    width: 23px;
    height: 19px;
}
.news-detail-right-list p{
    margin-bottom: 20px;
}
.news-detail-right-line{
    text-align: center;
    font-size: 15px;
}
.news-detail-right-line span{
    display: inline-block;
    width: 78px;
    height: 32px;
    background: #FEC708;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
}
.news-detail-right-line i{
    font-style: inherit;
}
.news-detail-right-people>a{
    width: 112px;
    height: 43px;
    border: 2px solid #AA2A97;
    box-shadow: 0px 2px 4px 0px rgba(168, 34, 157, 0.83);
    font-size: 15px;
    text-align: center;
    line-height: 43px;
    display: block;
    margin:15px auto;
}
.news-detail-right-two{
    width: 390px;
    height: 555px;
    background: #f8f8f8;
    margin-top: 20px;
    padding: 42px 40px;
}
.news-detail-right-correlated{
    width: 390px;
    height: 560px;
    background: #F8F8F8;
    padding: 34px 27px;
    margin-top: 23px;
}
.news-detail-right-correlated-title h1{
    font-size: 18px;
    margin-bottom: 10px;
}
.news-detail-right-correlated-title h2{
    color: #999;
    font-size: 14px;
    padding-bottom: 32px;
    border-bottom:1px solid #ddd;
    margin-bottom: 30px;
}
.news-detail-right-correlated ul li a{
    color:#666666;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#page { margin-bottom:70px;}
.designer-tab-list-img>a{
    display:block;
    width:100%;
    overflow:hidden;
    height:100%;
}
.designer-tab-list-img>a img{
    display:block;
    width:100%;
    height:100%;
}