aside {
    box-sizing: border-box;
    width: 1200px;
    margin: 33px auto;
    text-align: left
}

.animation_top {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 66px
}

.animation_top p {
    width: 160px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    opacity: 0
}

@-webkit-keyframes name {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px);
        opacity: 1
    }
}

@-ms-keyframes name {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px);
        opacity: 1
    }
}

@-moz-keyframes name {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px);
        opacity: 1
    }
}

.animation_top div {
    width: 285px;
    height: 123px;
    background-image: url('../images/icon_1.png');
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 23px 4px rgba(232,86,51,0.09);
    border-radius: 3px;
    background-size: cover
}

.animation_top .box_2 {
    background-image: url('../images/icon_2.png')
}

.animation_top .box_3 {
    background-image: url('../images/icon_3.png')
}

.animation_top .box_4 {
    background-image: url('../images/icon_4.png')
}

.animation_top h5 {
    font-size: 18px;
    font-weight: bold;
    color: #384043;
    background: -webkit-linear-gradient(0deg,#ff6d1d 0,#ef2656 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 20px;
    top: 60px
}

.animation_top div:hover p,.animation_top div:hover h5 {
    -moz-animation: name .5s linear infinite 0s both;
    -ms-animation: name .5s linear infinite 0s both;
    animation: name .5s linear 1 alternate 0s both
}

.house_list {
    display: flex;
    display: -ms-flexbox;
    overflow: hidden;
    margin-top: 40px
}

#item1 {
    position: relative;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.house_box_g {
    flex: 1;
    -ms-flex: 1
}

.manage_ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center
}

.house_right {
    position: relative;
    width: 289px;
    margin-left: 24px;
    overflow: hidden
}

li {
    list-style: none
}

.house_list h3::before {
    display: none
}

.house_list h3::after {
    display: none
}

.house_h2 {
    width: 100%
}

.house_h2 h2 {
    font-size: 30px;
    font-weight: 500;
    color: #384043;
    border-bottom: 3px solid #c2282e;
    margin-bottom: 15px;
}

.house_h2 p {
    font-size: 14px;
    font-weight: 400;
    color: #888
}

.house_h2>.flex>span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    cursor: pointer;
    margin-bottom: 18px
}

.more {
    cursor: pointer
}

.house_h2 .more:hover,.hot_more a:hover,.more:hover,.more a:hover {
    color: #d30000
}

.tit_l {
    height: 40px;
    overflow: hidden;
}

.tit_l span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    background-color: #c2282e;
    padding-left: 10px;
    padding-right: 10px;
}



.hot_house {
    font-size: 30px;
    font-weight: 500;
    color: #384043;
    margin-top: 24px
}

.hot_p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-bottom: 18px
}

.hot_p .more a {
    color: #888
}

.mt13 {
    margin-top: 4px
}

.new_house {
    width: 289px;
    height: 50px;
    background-image: url('../images/new.png');
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 8px;
    margin-bottom: 20px
}

.new_house img {
    width: 14px;
    height: 20px;
    margin-right: 12px
}

.new_house span {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.up_time {
    width: 289px;
    height: 27px;
    background: #f2f4f5;
    font-size: 12px;
    font-weight: 400;
    color: #d30000;
    text-align: center;
    line-height: 27px
}

.status {
    position: absolute;
    bottom: 0!important
}

.house_right li {
    margin-bottom: 32px
}

.up_time_3 {
    height: 3px;
    width: 100%;
    background: #f2f4f5
}

.hot_more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 289px;
    height: 45px;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-sizing: border-box
}

.hot_more a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px
}

.house_list .house_box_g .manage_ul li {
    margin-bottom: 10px;
}

.home_ser h2,.home_loan h2,.home_server h2,.security h2,.wikipedia h2,.brand h2 {
    font-size: 30px;
    font-weight: 600;
    color: #384043;
    margin-top: 32px
}

.brand h2,.security h2,.home_loan h2 {
    margin-top: 56px
}

.home_ser p,.home_loan p,.home_server p,.security p,.wikipedia p,.brand p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 12px 0 28px 0
}

.home_loan .more a {
    color: #888
}

.home_ser img {
    width: 1200px;
    height: 108px;
    display: block
}

.home_server .ser_c {
    width: 322px;
    height: 223px;
    background: #fff;
    box-shadow: 0 3px 23px 4px rgba(232,86,51,0.09);
    border-radius: 5px
}

.home_server .ser_c .top,.home_server .ser_c .top img {
    width: 322px;
    height: 112px;
    display: block
}

.home_server .ser_c .bot {
    padding: 13px 28px 0 15px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    box-sizing: border-box
}

.home_server .ser_c .bot span {
    background: #fff0f0;
    height: 27px;
    line-height: 27px;
    border: 1px solid #f9d2c6;
    border-radius: 0 14px 14px 14px;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
    color: #f57e5a;
    margin-left: 12px;
    box-sizing: border-box;
    margin-top: 12px
}

.brand_ban {
    width: 1200px;
    height: 400px;
    display: flex;
    display: -ms-flexbox;
    background-image: url('../images/brand_bg.png')
}

.brand_ban .left {
    height: 100%;
    width: 465px;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    -ms-flex-align: center;
    padding: 100px 0;
    padding-right: 60px;
    box-sizing: border-box
}

.brand_ban .right {
    flex: 1;
    -ms-flex: 1;
    overflow: hidden;
    margin-right: 56px
}

.brand_ban .left dl {
    margin-left: 40px;
    float: left;
    line-height: 40px;
    margin-top: 30px;
}

.brand_ban .left dl dt {
    font-size: 34px;
    font-weight: bold;
    color: #fff
}

.brand_ban .left dl dt span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.brand_ban .left dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.brand_ban .right .top,.brand_ban .right .bot {
    width: 100%;
    height: 50%;
    box-sizing: border-box
}

.brand_ban .right .top p,.brand_ban .right .bot p {
    margin: 120px 0 16px 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.brand_ban .right .bot p {
    margin: 0 0 16px 0
}

.wikipedia p {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.wikipedia_tab span {
    font-size: 16px;
    font-weight: 400;
    color: #384043;
    margin-right: 36px;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    display: inline-block
}

.wikipedia_active {
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #384043;
    position: relative
}

.wikipedia_active::before {
    content: '';
    width: 32px;
    height: 3px;
    background: #f5483f;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px
}

.wikipedia_box {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 20px;
    margin-bottom: 90px
}

.wikipedia_box .left,.wikipedia_box img {
    width: 251px;
    height: 188px;
    background: #c5c5c5;
    border-radius: 5px
}

.wikipedia_box .right {
    flex: 1;
    -ms-flex: 1;
    margin-left: 38px
}

.wikipedia_box .right li {
    height: 32px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.wikipedia_box .right li span:nth-child(2) a {
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.wikipedia_box .right li:hover span a {
    color: #d30000
}

.nav_content_box {
    position: relative
}

.nav_left {
    width: 96px;
    height: 413px;
    background: #fff;
    box-shadow: 0 6px 13px 3px rgba(0,0,0,0.05);
    border-radius: 5px;
    position: absolute;
    left: -120px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 16px;
    box-sizing: border-box;
    z-index: 11
}

.nav_left>a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    line-height: 38px
}

.nav_left .nav_img {
    border-top: 1px solid #f0f0f0
}

.nav_left .nav_img h6 {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    text-align: center
}

.nav_left .nav_img p {
    text-align: center;
    font-size: 11px;
    line-height: 18px
}

.nav_left .nav_img div {
    height: 80px;
    margin: 10px 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.nav_left .nav_img div img {
    width: 80px;
    height: 80px;
    display: block
}

.nav_left>a.current {
    color: #d30000
}

.scroll_height {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -720px
}

.other_img {
    position: relative
}

.other_img .img_bottom_other,.other_img .img_search {
    position: absolute;
    bottom: 20px;
    width: 800px;
    margin: 0 auto;
    left: 50%;
    margin-left: -320px
}

.other_img .img_search ul li.list a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-shadow: 1px 3px 40px rgba(25,25,25,0.1);
    margin-right: 34px
}

.other_img .img_search ul li.list a.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: inline-block;
    position: absolute;
    margin-top: 34px;
    margin-left: -26px
}

.other_img .img_search ul li.list div {
    text-align: left;
    margin-left: 15px
}

.other_img .img_search ul li.searchs {
    position: relative;
    margin-top: 20px
}

.other_img .img_search ul li.searchs input {
    width: 773px;
    height: 56px;
    background: #fff;
    border-radius: 0 3px 3px 0;
    padding: 0 21px
}

.other_img .img_search ul li.searchs input::-webkit-input-placeholder {
    color: #a2a2a2;
    font-size: 14px
}

.other_img .img_search ul li.searchs button {
    width: 127px;
    height: 56px;
    background: linear-gradient(264deg,#c2282e,#c2282e);
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 56px;
}

.other_img .img_search {
    top: 20%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.img_bottom_other img {
    width: 20px
}

.img_bottom_other dl,.img_bottom_other .right_img {
    display: flex;
    display: -ms-flexbox
}

.img_bottom_other dl img {
    width: 20px;
    margin-right: 5px
}

.img_bottom_other dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.img_bottom_other dl dd b {
    font-size: 18px;
    font-weight: bold;
    color: #f83f1a
}

.img_bottom_other .l20 {
    margin-left: 36px
}

.img_bottom_other .t10 {
    margin-top: 4px
}

.swiper-button-next,.swiper-button-prev {
    bottom: 0;
    width: 25px;
    height: 25px;
    margin-top: 104px;
    background-size: 25px;
    right: 20px
}

.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-button-nexts:focus,.swiper-button-prevs:focus {
    outline: 0
}

.swiper-button-prev {
    margin-top: 4px;
    margin-right: 50px
}

.wrapper_box>div {
    width: 159px;
    height: 72px;
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.swiper-button-next {
    top: 60px
}

.swiper-button-prev {
    top: 160px
}

.brand_ban .bot .flex {
    width: 100px;
    position: absolute;
    bottom: 48px;
    right: 20px
}

.brand_ban .bot .flex .swiper-button-nexts,.brand_ban .bot .flex .swiper-button-prevs {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin-top: 20px
}

.brand_ban .bot .flex .swiper-button-nexts {
    background-image: url('../images/rightbtn.png')
}

.brand_ban .bot .flex .swiper-button-prevs {
    background-image: url('../images/leftbtn.png')
}

.swiper-containerss img {
    width: 100px
}

.swiper-containerss img.w120,.home_loan .top img.w120 {
    width: 136px
}

.home_loan .top img {
    width: 100px
}

.wikipedia_tab_2,.wikipedia_tab_3,.wikipedia_tab_4 {
    display: none
}

.other_img .img_bottom_other {
    bottom: 3%
}

.home_banner {
    height: 502px;
    width: 100%;
    background-image: url('../images/homebanner.png');
    background-size: cover;
    background-position: center 0
}

.img_search>ul {
    margin-left: -20%
}

.map_house {
    width: 127px;
    height: 56px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    right: -147px;
    text-align: center;
    line-height: 56px;
    margin-left: 13px;
    cursor: pointer
}

.map_house img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px
}

.map_house span {
    font-size: 18px;
    font-weight: 400;
    color: #c2282e
}

.right_img dl {
    cursor: pointer
}

.right_img dl a {
    color: #fff
}

.right_img dl dd:hover {
    text-decoration: underline
}

.swiper-container-top .swiper-slide {
    height: 377px!important;
    margin-right: 0;
    width: 100%!important
}

.swiper-container-top {
    overflow: hidden;
    display: block;
    position: relative
}

#container {
    overflow: hidden;
    position: relative
}

.swiper-container-top .man_bom {
    width: 287px
}

.home_banner .img_search .searchs {
    display: flex;
    display: -ms-flexbox
}

.swiper-container-top .swiper-wrapper {
    height: auto;
}

.wikipedia h2 {
    margin-top: 12px;
}

.wikipedia p {
    margin-bottom: 6px;
}

.wikipedia_active a {
    font-weight: 600;
}
