body{
    position: relative;
    min-height: 1000px;
    width: 100%;
    overflow-x: hidden;
    transition: all 1s;
}
.wid1200{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.top{
    width: 100%;
    z-index: 99999;
    position: fixed;
    transition:all 1s;
    background-color: rgba(43,45,51,0.5);
    padding: 10px 7%;
    overflow: hidden;
    z-index: 999;
    border:none;
}
.logo a{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.logo-img{
    width: 100%;
}
.nav{
    margin-top: 25px;
    margin-right: 80px;
}
.nav li{
    float: left;
    text-align: center;
}
.nav li a{
    color: #999a9f;
    font-size: 16px;
    display: block; 
    padding: 5px 20px 20px 20px;
    transition: all 0.5s;
}
.nav li a:hover,.nav li a.active{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.top-tel b{
    color: #fff;
    font-size: 16px;
    font-style: line-height;
}
.top-tel span{
    margin-left:10px;
    display: inline-block;
    padding:0px 8px;
    line-height: 22px;
    color: #fff;
}
.offer{
    text-align: right;
    margin-top: 10px;
}
.offer a{
    display: inline-block;
    color: #ffd52c;
    padding: 3px 10px;
    margin-left: 5px;
}
.offer a img{
    vertical-align: bottom;
    padding-right: 5px;
    margin-bottom: 5px;
}
.offer a:hover{
    padding: 5px 15px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
}
.banner{
    position: relative;
}
.banner .ban-text{
    position: absolute;
    top: 35%;
    width: 100%;
}
.banner .ban-text h1{
    color: #fff;
    font-size: 60px;
    font-family: "楷体";
    padding-bottom: 20px;
}
.banner .ban-text h3{
    color: #fff;
    font-size: 36px;
    position: relative;
}
.banner .ban-text p{
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.banner img{
    width: 100%;
}
.section{
    padding: 40px 0px;
}
.advan{
    padding: 30px 0;
}
.advan li{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 10px;
}
.advan li:hover{background-color: #eee;}
.advan li h1{
    color: #333;
    font-size: 18px;
    padding: 20px 0;
}
.advan li p{
    color: #666;
    font-size: 13px;
}
.xm-js{text-align: left;margin-top: 50px;}
.xm-js .js-left{width:400px;}
.xm-js .js-right{width:800px;}
.js-top .js-left{margin-top:80px;}
.js-top .js-left h1{color: #333;font-size: 36px;}
.js-top .js-left p{color: #333;font-size: 24px;padding-top:20px;}
.js-bottom .js-right{padding: 40px;}
.js-bottom .js-right .js-text{color: #333;font-style: 14px;line-height: 40px;}
.title{
    font-size: 30px;
    position: relative;
    margin-bottom: 50px;
    background:url(../images/title-lb.png) left center no-repeat,url(../images/title-rb.png) right center no-repeat;
}
.title:after{
    content: '';
    background-color: #34407b;
    height: 5px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
}
.title .en-t{color: #000;text-transform: uppercase;font-size: 30px;font-family: "BatangChe"}
.xmjs-li{width: 380px;height: 250px;overflow: hidden;float: left;margin-right: 20px;}
.xmjs-li img{width: 100%;height: 100%;transition: all 0.5s;}
.xmjs-li:hover img{transform:scale(1.1);}
.xmjj{margin-top: 20px;}
.xmjj-box{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.xmjj-img{
    width: 50%;
    overflow: hidden;
}
.xmjj-text{
    width: 50%;
    background-color: #000;
    height: 500px;
    padding: 30px;
}

.xq-name{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.xq-address span{
    display: inline-block;
    background-color: #34407b;
    color: #fff;
    padding: 3px 5px;
    margin-right: 10px;
}
.xq-detail{
    font-size: 16px;
    color: #ddd;
    margin-top:30px;
}
.area{clear: both; padding-top: 30px;font-size: 15px;}
.area thead th{text-align: center;background-color: #34407b;color: #fff;border-left: 1px solid #fff;}
.area tbody td{padding: 15px 8px!important;}
.area-ban{width: 100%;height: 245px;background: url(../images/area-ban.jpg) top center no-repeat;position: relative;}
.area-text{color: #fff;text-align: center;padding-top: 80px;}
.area-text h3{font-size: 24px;}
.area-text p{font-size: 16px;padding-top: 15px;}
.convenient{
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0px;
}
.convenient li{
    display: inline-block;
    width: 25%;
    text-align: center;
    float: left;
    transform: all 0.5s;
}
.convenient li:hover b.fa{
    background-color: #34407b;
    color: #fff;
}
.convenient li b.fa{
    color: #34407b;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border:1px solid #34407b;
    border-radius: 50%;
    cursor: pointer;
}
.convenient li p{
    color: #34407b;
    font-size: 16px;
    padding: 5px 0px;
}

.content_xmcs{
    overflow: hidden;
}
.content_xmcs ul{
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.content_xmcs ul li{
    width: 48%;
    height: 45px;
    line-height: 45px;
    float: left;
    font-weight: 400;
    border-bottom: 1px dashed #eee;
    margin:0.5px 1%;
}
.content_xmcs ul li p{
    width: 90px;
    float: left;
    color: #fff;
    background-color: #34407b;
    text-align: center;

}
.content_xmcs ul li span{
    float: left;
    margin-left: 10px;
}

.section3{
    background-color: #f8f8f8;
    overflow: hidden;
}
.ptss{padding:50px 0;}
.new-house li{
    width: 280px!important;
    height: 250px!important;
    margin:0 10px;
    float: left;
    overflow: hidden;
    position: relative;
    border:1px solid #fff;
}
/* .new-house li:hover .house-detail{
    left: 0;
} */
.house-detail{
    position: absolute;
    top: 0px;
    left: -60%;
    display: block;
    width: 60%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    transition: all 0.5s;
    border:1px solid #34407b;
	display: none;
}
.house-name{
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}
.house-name:after{
    content: '';
    background-color: #34407b;
    height: 2px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
}
.house-intro{
    color: #666;
}
.house-price span{
    display:inline-block;
    background-color: #ffd4d4;
    color: #cd5050;
    padding: 3px 2px;
    margin:2px 1px;
    border-radius: 3px;
}
.house-more{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 100%;
}
.house-more a{
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    border:1px solid #34407b;
    color: #34407b;
    text-align: center;
    border-radius: 3px;
    transition: 0.5s all;
}
.house-more a:hover{
    background-color: #34407b;
    color: #fff;
}

.map-box img{
    width: 100%;
}

.footer_section{
    background: url(../images/footbg.jpg) top center no-repeat;
    padding: 50px 0;
}
.logo_footer img {
    width: 190px;
    height: 68px;
    display: block;
}
.index-footer-hotline {
    margin: 20px 0;
}
.index-footer-hotline h1 {
    margin: 0;
    color: #34407b;
    font-size: 28px;
    font-weight: bold;
}
.index-footer-hotline p {
    color: #999;
    margin: 5px 0;
}
.logo_footer{
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
}
.footer_section .col-sm-8 h4 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #c90c0f;
    font-weight: bold;
}
.footer_section ul {
    padding-left: 0;
    list-style: none;
}
.footer_section ul li {
    margin: 10px 0;
}
.footer_section ul li{
    color: #eee;
}
.index-footer-copyright {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 15px;
}
.footer_section .index-footer-copyright p {
    margin: 0;
    font-size: 12px;
    color: #eee;
    text-align: center;
}
.foot-nav{margin-top: 10px;}
.foot-nav a{
    display: inline-block;
    text-align: center;
    color: #c90c0f;
    margin:5px 30px;
}
.foot-nav a:hover{
    font-weight: bold;
}
.near-house div.near-div{
    width: 280px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
}
.near-house div.near-div .near-house-img img{
    width: 100%;
    height: 100%;
}
.near-house div.near-div .near-house-text{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 20px 0px;
}
.near-house div.near-div .near-house-text p{
    color:#fff;
    margin:3px 0;
}
.near-house div.near-div .near-house-text p.near-house-name,.near-house div.near-div .near-house-text p.near-house-sq{
    font-size: 16px;
}
.near-house div.near-div .near-house-text p.near-house-ts{
    display: inline-block;
    padding: 2px 20px;
    background-color: #c90c0f;
    margin-top:20px;
}
.photos .photos-ul li{
    width: 380px;
    height: 230px;
    margin:10px;
    float: left;
    overflow: hidden;
    box-shadow: -7px 7px 17px rgba(158, 156, 156, 0.59);
    position: relative;
    transition: all 0.5s;
}
.photos li img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.photos li:hover img{
    transform: scale(1.1);
}
/* .photos li:hover .photo-text{
     opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */
.photos li .photo-text{
    width: 280px;
    height: 170px;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 40px;
    left: 40px;
    text-align: center;
    visibility: hidden;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.5s ease;
    overflow: hidden;
	display: none;
}
.photos li .photo-text .photo-name{
    color: #fff;
    font-size: 20px;
}
.photos li .photo-text .line{
    width: 50px;
    height: 5px;
    background-color: #34407b;
    display: inline-block;
}
.photos li .photo-text .photo-detail{
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
}
.partner-t{
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-weight: 600;
}
.partner-box{
    margin-top: 10px;
}
.partner-box li{
    width: 161px;
    height: 50px;
    display: block;
    float: left;
    border:1px solid #eee;
    margin:5px;
    overflow: hidden;
    transition: all 0.5s;
    text-align: center;
}
.partner-box li:hover{
    border-color: #34407b;
}
.xmjj p{
    margin:0px;
    line-height: 28px;
    font-size: 15px;
    color: #666;
}
.text-box{
    clear: both;
    margin:0px;
    line-height: 28px;
    font-size: 15px;
    color: #666;
}
.text-box h3{
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.text-box p{
    color: #666;
}
.ds-tabs-nav{padding-bottom: 10px;border-bottom: 2px solid #34407b;text-align: left;}
.ds-tabs-nav a{display: inline-block;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #eee;}
.ds-tabs-nav a:hover,.ds-tabs-nav a.on{background-color: #34407b;color: #fff;}
.ds-content{margin-top: 30px;text-align: left;}
.more-house{text-align: right;}
.more-house a{color: #333;font-size: 14px;font-weight: bold;line-height: 30px;}
@keyframes move{
    form{
        transform: scale(1);
    }
    to{
        transform: scale(1.05);
    }
}