@charset "utf-8";
/*热装楼盘通用信息*/
.hotHouseDot {
    width: 100%;
    height: 100%;
    background: url(/static/images/hotHouse_dot.png);
    position: absolute;
    top: 0;
    left: 0;
}
.hotHouseWhite {
    padding: 65px 0
}

.hotHouseTit h2,
.hotHouseTit h1 {
    font-size: 32px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.hotHouseTit h2 span,
.hotHouseTit h1 span {
    color: #EE7D25;
}

.hotHouseTit .line {
    width: 44px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    margin-top: 22px
}

/*热装楼盘banner*/
.hotHouseBanner {
    width: 100%;
    height: 550px;
    padding: 60px 0;
    margin: 0 auto;
    background: url(/static/images/hotHouse_banner.jpg) center no-repeat;
    position: relative;
}

.hotHouseBanner .hotHouseTit h1 {
    color: #fff;
}

.hotHouseBanner .hotHouseTit .line {
    background: #fff;
}

.hotHouseBanner ul {
    padding: 25px 0 0 117px;
}

.hotHouseBanner ul li {
    width: 136px;
    height: 136px;
    line-height: 40px;
    float: left;
    margin: 0 35px 35px 0;
    padding: 12px 7px;
    border: 4px solid #fff;
    font-size: 42px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.hotHouseBanner ul li a {
    color: #fff;
    text-decoration: none;
    transition: inherit;
}

.hotHouseBanner ul li:hover {
    border: 4px solid #EE7D25;
    color: #EE7D25;
}

.hotHouseBanner ul li:hover a {
    color: #EE7D25;
}

.hotHouseBanner ul li em {
    font-size: 24px;
}

.hotHouseBanner ul li p {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
}

.hotHouseBanner .btn {
    clear: both;
    text-align: center;
    padding-top: 17px
}

.hotHouseBanner .btn a {
    width: 117px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none
}

.hotHouseBanner .btn a:hover {
    color: #EE7D25;
    border: 1px solid #EE7D25;
}

/*热装楼盘专属小区*/
.hotHouseExclusive {
    padding: 45px 0;
    position: relative;
}

.hotHouseExclusive .swiper-container {
    padding: 0 25px 0 15px;
    margin-left: -25px;
    width: 1160px;
}

.hotHouseExclusive .swiper-wrapper {
    margin-left: -15px;
    height: 188px;
    padding: 15px;
}

.hotHouseExclusive .swiper-slide a {
    width: 266px;
    height: 164px;
    padding: 12px;
    display: block;
    position: relative
}

.hotHouseExclusive .swiper-slide a:hover {
    box-shadow: 0 0 15px 0 #aaa;
}

.hotHouseExclusive .swiper-slide a span {
    width: 76px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 12px;
    background: #91813f;
    color: #fff;
    display: inline-block;
}

.hotHouseExclusive .swiper-slide a p {
    width: 266px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 0;
    margin: 0;
}

.hotHouseExclusive .swiper-button-next {
    right: -37px;
}

.hotHouseExclusive .swiper-button-prev {
    left: -37px;
}

/*热装楼盘小区案例*/
.hotHouseList {
    margin-top: 40px;
}

.hotHouseList ul {
    width: 1180px;
    height: 272px;
    overflow-y: auto;
}

.hotHouseList ul li {
    width: 208px;
    height: 44px;
    float: left;
    margin: 0 12px 24px 12px;
}

.hotHouseList ul li a {
    width: 206px;
    height: 42px;
    line-height: 42px;
    display: block;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.hotHouseList ul li a:hover {
    border: 1px solid #EE7D25;
    color: #EE7D25
}

.hotHouseTMH {
    width: 100%;
    height: 553px;
    margin: 0 auto;
    background: url(/static/images/hotHouse_TMH.jpg) center no-repeat #000;
}

.hotHouseTMH .wrap {
    padding-top: 390px;
}

.hotHouseTMH a {
    width: 95px;
    height: 128px;
    float: right;
    display: inline-block;
}

/*热装楼盘流程*/
.hotHouseOnline {
    margin-top: 40px;
}

.hotHouseOnline li {
    float: left;
    width: 187px;
    height: 169px;
    padding: 28px 12px 0 12px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    text-align: center;
}

.hotHouseOnline li h3 {
    margin-top: 18px;
    font-size: 22px;
    font-weight: normal;
}

.hotHouseOnline li p {
    margin-top: 5px;
    line-height: 18px;
    font-size: 12px;
}

.hotHouseOnline .triangle {
    float: left;
    width: 0;
    height: 0;
    border-width: 21px 0 21px 21px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    margin: 78.5px 2px 0 -.5px;
    position: relative
}

.hotHouseOnline .triangle span {
    display: block;
    width: 0;
    height: 0;
    border-width: 28px 0 28px 28px;
    border-style: solid;
    border-color: transparent transparent transparent #fafafa;
    position: absolute;
    top: -28px;
    left: -30px
}

/*热装楼盘流程*/
.hotHouseWhy {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    padding: 68px 0;
    background: url(/static/images/hotHouse_why.jpg) center no-repeat;
    position: relative;
}

.hotHouseWhy .hotHouseTit h2 {
    color: #fff;
}

.hotHouseWhy .hotHouseTit .line {
    background: #fff;
}

.hotHouseWhy ul {
    margin-top: 50px;
}

.hotHouseWhy li {
    float: left;
    width: 190px;
    margin-right: 52px;
    color: #fff;
    text-align: center;
    position: relative;
}

.hotHouseWhy li .round {
    width: 138px;
    height: 138px;
    margin: 0 auto;
    background: url(/static/images/hotHouse_why_round.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform .8s ease-out;
    -moz-transition: -moz-transform .8s ease-out;
    -o-transition: -o-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
}

.hotHouseWhy li:hover .round {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.hotHouseWhy li .rd1 {}

.hotHouseWhy li .rd2 {
    transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    /* IE 9 */
    -moz-transform: rotate(72deg);
    /* Firefox */
    -webkit-transform: rotate(72deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(72deg);
    /* Opera */
}

.hotHouseWhy li .rd3 {
    transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    /* IE 9 */
    -moz-transform: rotate(144deg);
    /* Firefox */
    -webkit-transform: rotate(144deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(144deg);
    /* Opera */
}

.hotHouseWhy li .rd4 {
    transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    /* IE 9 */
    -moz-transform: rotate(-72deg);
    /* Firefox */
    -webkit-transform: rotate(-72deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-72deg);
    /* Opera */
}

.hotHouseWhy li .rd5 {
    transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    /* IE 9 */
    -moz-transform: rotate(-144deg);
    /* Firefox */
    -webkit-transform: rotate(-144deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-144deg);
    /* Opera */
}

.hotHouseWhy li span {
    width: 138px;
    height: 138px;
    line-height: 138px;
    display: inline-block;
}

.hotHouseWhy li span img {
    vertical-align: middle;
}

.hotHouseWhy li h3 {
    margin-top: 18px;
    font-size: 22px;
    font-weight: normal;
}

.hotHouseWhy li p {
    margin-top: 5px;
    line-height: 18px;
    font-size: 12px;
}

#a1 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    margin-top: -200px;
    margin-left: -315px;
}

.zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgb(82, 82, 82);
    opacity: 0.8;
    display: none;
}