/*单页公共*/
.page-slide img {
    max-width: 100%;
}

.page-row-wrap {
    padding-bottom: 40px;
    padding-top: 40px;
    background: url('../images/page-bg.jpg') repeat;
}

.page-row-wrap .container {
    position: relative;
}

.page-row-wrap .cate-name h4 {
    font-size: 28px;
    color: #08165d;
    border-bottom: 1px solid #08165d;
    display: inline-block;
    padding-bottom: 3px;
}

.page-row-wrap .cate-name2 li {
    font-size: 28px;
    color: #08165d;
    display: inline-block;
    padding-bottom: 3px;
    margin-right: 30px;
}

.page-row-wrap .cate-name2 li a {
    color: #c59a59;
}

.page-row-wrap .cate-name2 li a:hover,
.page-row-wrap .cate-name2 li.active a {
    color: #08165d;
}

.page-row-wrap .cate-name2 li:nth-child(1) {
    border-bottom: 1px solid #08165d;
}


.page-row-wrap .left-icon {
    position: absolute;
    top: 0;
    left: -102px;
}

.page-row-wrap .detail-con {
    margin-top: 30px;
    line-height: 28px;
}

.page-title {
    font-size: 22px;
}

.page-title span {
    font-size: 18px;
    color: #b58b5f;
    display: block;
    margin-top: 5px;
}

.category_tree {
    margin-bottom: 30px;
}

.category_tree li {
    float: left;
    width: 260px;
    height: 47px;
    line-height: 47px;
    background-color: #c59a59;
    text-align: center;
    font-size: 16px;
    margin-left: 53px;
}

.category_tree li:nth-child(1) {
    margin-left: 0;
}

.category_tree li a {
    color: #fff;
}

.category_tree li.active a,
.category_tree li a:hover {
    color: #000;
}


/*常见问题*/
.faq-message form .top {
    border: 1px solid #b5b5b5;
}

.faq-message form .title {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #e3e3e3;
    background-image: url(../images/message-icon.png);
    background-position: left 30px center;
    background-repeat: no-repeat;
    padding-left: 55px;
}

.faq-message form textarea {
    width: 100%;
    height: 80px;
    border: 0px;
    padding: 15px;
    resize: none;
}

.faq-message form button {
    color: #221815;
    border: 0;
    background-color: #c49858;
    padding: 8px 40px;
    display: inline-block;
    margin-top: 30px;
}

.faq-message form .btn {
    text-align: center;
}

/*资格自测*/
.test-wrap {
    padding: 35px;
    background-color: #e3e3e3;
}

.test-wrap h3 {
    font-size: 20px;
    font-weight: normal;
    display: block;
    text-align: center;
}

.test-wrap .box {
    border: 1px solid #c49858;
    padding: 70px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-wrap .btn {
    text-align: center;
}

.test-wrap .btn a {
    color: #221815;
    border: 0;
    background-color: #c49858;
    padding: 5px 40px;
    display: inline-block;
    margin: 0px 15px;
}

.test-form {
    background-color: #e3e3e3;
    margin-top: 20px;
}

.test-form {
    padding: 35px;
}

.test-form .title {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #221815;
    border-top: 1px solid #221815;
    padding-left: 10px;
    font-size: 16px;
}

.test-form form li {
    width: 50%;
    float: left;
    margin-top: 20px;
    padding: 0 10px;
}

.test-form form li input {
    border: 1px solid #726c69;
    height: 30px;
    padding: 0px 10px;
    width: 450px;
}

.test-form .btn {
    text-align: center;
    margin-top: 40px;
}

.test-form .btn a {
    color: #221815;
    border: 0;
    background-color: #c49858;
    padding: 5px 40px;
    display: inline-block;
    margin: 0px 15px;
}

.test-form .test-form-tips {
    margin-top: 30px;
    padding: 1rem;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

.test-form .test-form-tips span {
    position: absolute;
    top: -10px;
    padding-left: 30px;
    width: 100%;
    display: block;
    left: 0;
}

.test-form .test-form-tips span font {
    background-color: #e3e3e3;
    display: inline-block;
    padding: 0 30px;
}


.test-form .test-form-tips p {
    text-align: left;
    font-size: 16px;
    width: 85%;
}

.test-form .test-form-tips a {
    color: #221815;
    border: 0;
    background-color: #c49858;
    padding: 5px 40px;
    display: inline-block;
    margin: 0px 15px;
}

/*新闻列表*/
.news-lists ul {
    margin-top: 15px;
}

.news-lists li {
    background-color: #dfdfe1;
    padding: 40px;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

.news-lists li .pic {
    width: 257px;
    height: 200px;
    float: left;
    margin-right: 25px;
}
.news-lists li .pic img {
    width: 257px;
    height: 200px;
    object-fit:cover
}

.news-lists li .text a {
    font-size: 18px;
}

.news-lists li .text p {
    margin-top: 15px;
    color: #666;
    line-height: 28px;
}

/*新闻详情*/
.news-detail-wrap {
    background-color: #e9e9ea;
    padding: 40px 40px 40px 40px;
    margin-top: 30px;
}

.news-detail-wrap .detail-box span {
    font-size: 24px;
}

.news-detail-wrap .detail-box h3 {
    font-size: 24px;
    color: #08165d;
    margin: 10px 0;
}

.news-detail-wrap .detail-box em {
    font-style: normal;
    color: #727171;
    font-size: 12px;
}

.news-detail-wrap .detail-con {
    border-top: 1px solid #727171;
    padding-top: 30px;
    position: relative;
}

.news-detail-wrap .detail-con::before {
    position: absolute;
    left: 0;
    top: -3px;
    height: 3px;
    background-color: #08165d;
    content: '';
    width: 133px;
}

/*战略定位*/
.strategy-cate h4 {
    color: #08165d;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

/*战略定位*/
.strategy-cate p {
    color: #08165d;
    font-size: 14px;
    text-align: left;
    line-height: 2em;
}

.strategy-cate li {
    float: left;
    width: 288px;
    height: 113px;
    background-color: #bacc99;
    color: #fff;
    font-size: 18px;
    padding: 30px;
    text-align: center;
    margin-left: 15px;
}

.strategy-cate li:nth-child(1) {
    margin-left: 0px;
}

.strategy-cate li:nth-child(even) {
    background-color: #7ebad8;
}

.strategy-lists li {
    margin-top: 30px;
}

.strategy-lists li .title {
    font-size: 18px;
    color: #fff;
    width: 155px;
    height: 35px;
    background-color: #7ebad8;
    text-align: center;
    line-height: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 50px;
}

.strategy-lists li .text {
    background-color: #dfdfe1;
    padding: 40px;
    position: relative;
    height: 206px;
}

.strategy-lists li .text .col-left {
    line-height: 30px;
    width: 48%;
}

.strategy-lists li .text .col-right {
    position: absolute;
    right: 40px;
    top: 40px;
}

.strategy-lists li dt {
    float: left;
    background-color: #74b0cf;
    margin-left: 15px;
    padding-left: 6px;
}

.strategy-lists li dt img {
    margin-top: -6px;
    margin-right: -6px;
}

.strategy-lists li:nth-child(even) .title {
    background-color: #bacc99;
}

.strategy-tips {
    color: #f08525;
    font-size: 12px;
    margin-top: 73px;
    margin-left: 50px;
}

/*山水繁华*/
.ambitus-lists li {
    width: 48%;
    position: relative;
    float: left;
    margin-top: 30px;
}


.ambitus-lists li .text {
    background-color: #bedceb;
    width: 414px;
    height: 278px;
    padding: 40px 30px;
    float: left;
}

.ambitus-lists li .text b {
    font-size: 24px;
    color: #1b4b92;
}

.ambitus-lists li .text p {
    line-height: 30px;
    margin-top: 15px;
    margin-left: 0;
    width: 53%;
}

.ambitus-lists li .pic {
    position: absolute;
    top: 18px;
    right: 0;
}

.ambitus-lists li:nth-child(even) {
    float: right;
}

.ambitus-lists li:nth-child(2) .text, .ambitus-lists li:nth-child(3) .text, .ambitus-lists li:nth-child(6) .text {
    background-color: #dce5cc;
}

.ambitus-lists li:nth-child(2) .text b, .ambitus-lists li:nth-child(3) .text b, .ambitus-lists li:nth-child(6) .text b {
    color: #1b921b;
}


.ambitus-lists li:last-child {
    width: 100%;
}

.ambitus-lists li:last-child .text {
    width: 576px;
    height: 325px;
}

.ambitus-lists li:last-child .text p {
    width: 35%;
}

/*家之所向*/
.home-lists li {
    width: 592px;
    height: 560px;
    background-color: #d9d9d9;
    float: left;
    margin-top: 15px;
    position: relative;
    padding: 45px;
}

.home-lists li .text b {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    color: #c59a59;
}

.home-lists li .text p {
    line-height: 30px;
}

.home-lists li:nth-child(2), .home-lists li:nth-child(3) {
    background: none;
}

.home-lists li:nth-child(2) {
    padding-top: 73px;
}

.home-lists li:nth-child(2) img {
    position: absolute;
    left: 135px;
    top: 73px;
    z-index: 5;
}

.home-lists li:nth-child(2) .text {
    width: 424px;
    height: 424px;
    background-color: #f6f0e6;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    padding-top: 240px;
}

.home-lists li:nth-child(3) img {
    position: absolute;
    right: 167px;
    top: 216px;
    z-index: 5;
}

.home-lists li:nth-child(3) .text {
    width: 424px;
    height: 424px;
    background-color: #f6f0e6;
    position: absolute;
    right: 0;
    top: 0;
    padding: 45px;
}

.home-lists li:nth-child(even) {
    float: right;
}

/*精工细作*/
.room-ads li {
    float: left;
    width: 290px;
    margin-left: 13px;
}

.room-ads li .title {
    background-color: #bacc99;
    height: 57px;
    line-height: 57px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}


.room-ads li .con {
    width: 100%;
    height: 170px;
    background-color: #e4e4e5;
    margin-top: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    line-height: 30px;
    text-align: center;
}

.room-ads li .con span {
    font-size: 46px;
}

.room-ads li .con em {
    font-size: 36px;
    font-style: normal;
}


.room-ads li:nth-child(even) .title {
    background-color: #7ebad8;
}

.room-ads li:first-child {
    margin-left: 0;
}

.room-cate {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.room-cate::before {
    background-color: #c59a59;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
}

.room-cate span {
    display: inline-block;
    width: 170px;
    height: 34px;
    background-color: #c59a59;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 24px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.room-lists li {
    float: left;
    width: 400px;
}

.room-lists li .img {
    position: relative;
}

.room-lists li .img img {
    width: 100%;
}

.room-lists li .img i {
    background: url('../images/show-icon.png') no-repeat;
    width: 25px;
    height: 22px;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.room-lists li .text {
    background-color: #e6e6e6;
    padding: 5px;
    line-height: 25px;
    margin: 5px;
    font-size: 12px;
}

.room-lists li .text strong {
    display: block;
    font-size: 16px;
    color: #c49858;
}

.room-lists li .text span {
    display: block;
    color: #c49858;
}

.room-lists li:nth-child(2) .img::before, .room-lists li:nth-child(5) .img::before, .room-lists li:nth-child(8) .img::before {
    width: 1px;
    height: 100%;
    background-color: #c59a59;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}

.room-lists li:nth-child(2) .img::after, .room-lists li:nth-child(5) .img::after, .room-lists li:nth-child(8) .img::after {
    width: 1px;
    height: 100%;
    background-color: #c59a59;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}

/*房贷计算器*/
.loan-title {
    position: relative;
    margin-top: 60px;
}

.loan-title::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #231815;
    content: '';
}

.loan-title span {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    font-size: 20px;
    left: 50%;
    top: -12px;
    margin-left: -80px;
    padding: 0px 40px;
}

.loan-calculator {
    padding: 40px 15px;
    border-bottom: 1px solid #b8b8b8;
}

.loan-calculator .tip {
    color: #ff0000;
}

.loan-calculator li {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.loan-calculator li dt {
    margin-right: 15px;
    float: left;
}

.loan-calculator .title {
    font-size: 16px;
    margin-bottom: 30px;
}

.loan-calculator .title em {
    color: #f39800;
    font-style: normal;
}

.loan-calculator .calculator-item {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 75px;
}

.loan-calculator .calculator-item:nth-child(3)::before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    background-color: #000;
}

.loan-calculator li label {
    width: 90px;
    display: block;
    float: left;
}

.loan-calculator li div {
    float: left;
    position: relative;
    margin-left: 10px;
}

.loan-calculator li div.price span {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 30px;
}

.loan-calculator .calculator-1 li:nth-child(5) {
    margin-top: 50px
}

.loan-calculator .calculator-1 li:nth-child(5) div span {
    position: absolute;
    top: -30px;
    left: 0;
}

.loan-calculator .calculator-2 li:nth-child(4) {
    margin-top: 50px
}

.loan-calculator .calculator-2 li:nth-child(4) div span {
    position: absolute;
    top: -30px;
    left: 0;
}

.loan-calculator .calculator-2 li:nth-child(8) {
    margin-top: 50px
}

.loan-calculator .calculator-2 li:nth-child(8) div span {
    position: absolute;
    top: -30px;
    left: 0;
}

.loan-calculator li .btn button {
    width: 110px;
    height: 25px;
    background-color: #9fa0a0;
    border: 0;
    border-radius: 5px;
}

.loan-calculator li .btn button:nth-child(2) {
    float: right;
}

.loan-calculator li .btn button.active {
    color: #fff;
    background-color: #0068b7;
}

.loan-calculator li input[type="text"],
.loan-calculator li select {
    border: 1px solid #756e6c;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
}

.loan-result .title {
    font-size: 16px;
    margin-top: 30px;
}

.loan-result .title em {
    color: #f39800;
    font-style: normal;
}

.loan-result .box {
    margin-top: 30px;
    padding-left: 155px;
}

.loan-result .table h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.loan-result .table {
    width: 395px;
    margin-left: 0;
    float: left;
    margin-top: 40px;
}

.loan-result .table table {
    border: 1px solid #959494;
    border-bottom: 0;
}

.loan-result table tr td {
    line-height: 30px;
    border-bottom: 1px solid #959494;
    width: 50%;
}

.loan-result table tr td:nth-child(1) {
    background-color: #d3d3d4;
    padding-left: 15px;
}

.loan-result table tr td:nth-child(2) {
    padding-right: 15px;
    text-align: right;
}

.loan-result .table table span {
    color: #ff0000;
}


/*首页*/
.banner .top img {
    width: 100%;
}

.banner .top li {
    display: none;
}


.banner .banner-pagination {
    box-shadow: 0px 7px 7px -7px rgba(27, 17, 13, 0.7);
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.banner .banner-pagination li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
    cursor: pointer;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
}

.banner .banner-pagination li.swiper-pagination-bullet-active::after {
    height: 4px;
    background-color: #353760;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.index-box {
    padding: 0 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(27, 17, 13, 0.35);
}

.index-box .title {
    line-height: 45px;
    font-size: 14px;
}

.index-ads {
    margin-top: 24px;
}

.index-ads .video {
    width: 49%;
    position: relative;
}

.index-ads .video .text {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.index-ads .video .text i {
    background: url('../images/index-video-icon.png') no-repeat;
    background-size: 100%;
    width: 112px;
    height: 112px;
    display: block;
    margin: 30px auto;
    margin-top: 80px;
}

.index-ads .video img {
    width: 100%;
    vertical-align: bottom;
}

.index-ads .room {
    width: 49%;
    position: relative;
}

.index-ads .room .text {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.index-ads .room .text i {
    background: url('../images/index-room-icon.png') no-repeat;
    background-size: 100%;
    width: 94px;
    height: 126px;
    display: block;
    margin: 30px auto;
    margin-top: 80px;
}

.index-ads .room img {
    width: 100%;
}

.index-room {
    margin-top: 24px;
    box-shadow: 0px 0px 10px 0px rgba(27, 17, 13, 0.35);
}

.index-room .title {
    border-bottom: 1px solid #c59a5a;
    line-height: 45px;
    font-size: 14px;
    padding-left: 30px;
}

.index-room .con {
    padding: 0 60px 24px 60px;
    position: relative;
}

.index-room .con .button-prev {
    width: 26px;
    height: 57px;
    position: absolute;
    left: 15px;
    top: 40%;
    background: url('../images/button-prev.png');
}

.index-room .con .button-next {
    width: 26px;
    height: 57px;
    position: absolute;
    right: 15px;
    top: 40%;
    background: url('../images/button-next.png');
}

.index-room .con .swiper-slide {
    margin-bottom: 40px;
}

.index-room .con .swiper-slide img {
    max-width: 100%;
}

.index-room .con .text {
    line-height: 28px;
    font-size: 12px;
}

.index-room .con .text strong {
    display: block;
    font-size: 16px;
    color: #c49858;
}

.index-room .con .text span {
    display: block;
    color: #c49858;
}

.index-room .swiper-scrollbar {
    background-color: #cbcbcb;
    height: 9px;
}

.index-room .swiper-scrollbar-drag {
    margin-left: 0;
    background-color: #c59a5a;
}

.index-sambitus {
    margin-top: 24px;
}

.index-sambitus li {
    float: left;
    position: relative;
    width: 24%;
    margin-left: 1.3%;
}

.index-sambitus li:nth-child(1) {
    margin-left: 0;
}

.index-sambitus li img {
    width: 100%;
    vertical-align: bottom;
}

.index-sambitus li .text {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 36px;
}

.index-subway {
    box-shadow: 0px 0px 10px 0px rgba(27, 17, 13, 0.35);
    margin-bottom: 50px;
    margin-top: 24px;
}

.index-layout {
    background: url('../images/page-bg.jpg') repeat;
}

.matching_dialog{
    background: rgba(255,255,255,.85);
    padding:10px 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.07),0 4px 8px rgba(0,0,0,0.07),0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07),0 32px 64px rgba(0,0,0,0.07);
    z-index: 9;
    display: none;
}
.matching_box{
    position: relative;
    width: 520px;
    min-height: 500px;
}
.matching_close{
    position: absolute;
    right: -10px;
    top:  -10px;
    width: 30px;
    height: 30px;
    background: url("../images/matching_close.png") center center no-repeat;
    cursor: pointer;
}
.matching_box h2{
    font-size: 16px;
    color: #c49858;
    margin: 20px 0;
}
.matching_box p{
    margin: 20px 0;
}