.banner_container{
    width:100%;
    height:850px;
    box-sizing: border-box;
    position: relative;
}
.banner_box{
    width:100%;
    height:850px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.bannerimg_box{
    position: absolute;
    top:0;
    left:0;
}
.banner_con{
    height: 850px;
    width: 100%;
    color:#fff;
    background-size: cover;
    
}
.carousel-indicators {
    bottom: 200px;
}
.leftBtn {
    position: absolute;
    top: 300px;
    left: 50px;
}
.rightBtn {
    position: absolute;
    top: 300px;
    right: 50px;
}

/* 轮播背景图片 */
.banner_con_1{
    background: url('../img/turn1.jpg') no-repeat center center;
}
.banner_con_2{
    background: url('../img/turn2.jpg') no-repeat center center;
}
.banner_con_3{
    background: url('../img/turn3.jpg') no-repeat center center;
}
.banner_con_4{
    background: url('../img/turn4.jpg') no-repeat center center;
}
.banner_con_5{
    background: url('../img/turn5.jpg') no-repeat center center;
}
.banner_con_6{
    background: url('../img/turn6.jpg') no-repeat center center;
}
.banner_con_title{
    padding-top:188px;
    font-size:58px;
    font-weight:400;
}
.con_1{
    font-size:34px;
    margin-top:5px;
    font-weight: 300;
}
.con_2{
    margin-top:20px;
    font-size:22px;
    font-weight: 300;
}
.banner_btn{
    width:180px;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size:22px;
    margin-top:70px;
    font-weight: 500;
    letter-spacing: 3px;
    cursor: pointer;
}
.banner_btn_1{
    color:#FA706D;
    background-color: #fff;
}
.banner_btn_2{
    color:#fff;
    background-color: #FF6655;
}
.banner_btn_3{
    color:#fff;
    background-color: #FFCC55;
}
.banner_btn_4{
    color:#fff;
    background:linear-gradient(to bottom,#FFEF6F,#FF993C);
    border-radius: 30px;
}
.banner_btn_5{
    color:#fff;
    background-color: #FC325D;
}
.con_tip{
    margin-top:10px;
    color:#fff;
    font-size:14px;
}
.banner_content {
    width: 1200px;
}



.bg_radioimg{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:7.5rem;
}
.turn_circle{
    width:8px;
    height:8px;
    background-color:rgba(255,255,255,.7);
    border-radius: 50%;
    margin-right:8px;
}
.turn_circle_act{
    width:24px;
    height:8px;
    border-radius: 8px;
    background-color:rgba(255,255,255,1);
}



/* 浮层 */
.float_con{
    box-sizing: border-box;
    height:380px;
    position: absolute;
    left:50%;
    bottom:-190px;
    margin-left:-600px;

}
.float_box{
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding:0 60px;
    padding-top:48px;
    background-color:#fff;
    border-radius: 20px;
    box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.float_box li{
    width:33%;
    box-sizing: border-box;
    padding:0 60px;
    text-align: center;
}
.float_box_title{
    color:#FC8F58;
    font-size:18px;
}
.float_box_con{
    color:#999;
    font-size:14px;
    padding-top:10px;
}

.container_1{
    width:100%;
    box-sizing: border-box;
    padding-top:272px;
}
.container_text{
    flex-direction: column;
    box-sizing: border-box;
    padding-top:135px;
    width:481px;
    
}
.container_text_title{
    font-size:34px;
    color:#333;
    font-weight:600;
}
.container_text_tip{
    font-size:24px;
    color:#333;
    padding-top:5px;
}
.container_text_p{
    font-size:14px;
    color:#666;
    padding-top:30px;
    height:140px;
}
.container_text_btn{
    width:180px;
    height:54px;
    line-height: 54px;
    text-align: center;
    border-radius: 30px;
    color:#fff;
    font-size:18px;
    background: -webkit-linear-gradient(right,#FFCA5B,#FC8E58);
    margin-top:20px;
    cursor: pointer;
}

.container_2{
    width:100%;
    height:160px;
    background-color: #F6F7FA;
}
.digital_box{
    width:100%;
    height:100%;
}
.digital_box li{
    flex-direction: column;
    text-align: center;
}
.digital_title{
    color:#FC8E58;
}
.big_num{
    font-size:80px;
    font-weight: 500;
}
.digital_con{
    color:#666;
    font-size: 20px;
}

.container_3{

}
.architecture_title{
    text-align: center;
    font-size: 40px;
    color:#38425C;
    padding-top:54px;
}
.architecture_tip{
    text-align: center;
    font-size: 24px;
    color:#868C99;
    padding-top:5px;
}
.architecture_box{
    width:100%;
    padding:50px 0;
}
.architecture_box li{
    flex-direction: column;
}
.architecture_txt{
    color:#333;
    font-size:24px;
    padding-top:16px;
}

.container_4{
    width:100%;
    height:600px;
    background: url('../img/bg2.jpg')
}
.saleAfter_img{
    width:100%;
    height:600px;
}
.saleAfter{
    margin: auto;
    text-align: center;
}
.saleAfter_txt1{
    color:#FFE189;
    font-size: 50px;
}
.saleAfter_txt2{
    color:#fff;
    font-size: 66px;
}
.saleAfter_box{
    color:#fff;
    font-size: 30px;
    padding-top:180px;
}
.saleAfter_box img{
    margin-right:10px;
}
.logoimg {
    cursor: pointer;
}









