@charset "utf-8";
body{
    position: relative;
    font-size:12px;
}
.container{
    position: absolute;
    width: 1920px;
    top: 0;
    left: 49.5%;
    margin-left: -960px;
    /* background-color: #845af7; */
}
.conton{
    margin-top: 103px;
}
.Life{
    position: relative;
}
.Life_content {
    position: absolute;
    top: 410px;
    left: 357px;
}
.tab_detail{
    position: relative;
}
.tab_detail .detail_box{
    position: absolute;
    top: 230px;
    left: 373px;
    width: 1200px;
    height: 160px;
}
.s{
    position: relative;
}
.tab_detail .detail_box .text h1{
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
}
.tab_detail .detail_box .text p{
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    opacity: .7;
}
.tab_detail .detail_box .btn{
    width: 254px;
    height: 72px; 
    position: absolute;
    right: 0;
    bottom: 0;
    cursor:pointer;/* 小手图标  */
}
.tab_detail .detail_box .btn ul li{
    position: absolute;
    top: 0;
    width: 72px;
    height: 72px;;
}
.tab_detail .detail_box .btn ul .i1{
    left: 92px;
}
.tab_detail .detail_box .btn ul .i2{
    left: 180px;
}
.tab_detail .detail_box .btn .NoN li{
    display: none;
}
.tab_detail .detail_box .btn .NoN li:first-child{
    display: block;
}
.tab_detail .detail_box .btn .BlO li{
    display: block;
}
.tab_detail .detail_box .btn .BlO li:first-child{
    display: none;
}
.tab_detail .detail_box .btn ul li img{
    width: 100%;
    height: 100%;
}
.Imgs{
    position: absolute;
    top: 408px;
    left: 373px;
    width: 1200px;
    background: pink;
}
.Imgs ul{
    position: relative;
}
.Imgs ul li{
    position: absolute;
    display: none;
}
.Imgs ul li:first-child{
    display: block;
}
.Imgs ul li:last-child {
    margin-top: 150px;
}
.Imgs ul li img{
    width: 100%;
}
.tab2 {
    position: relative;
}
.tab2 .tab2_box{
    position: absolute;
    top: 205px;
    width: 100%;
}
.tab_item{
    margin-bottom: 20px;
}
.tab_item li {
    display: none;
}
.tab_item li:first-child{
    display: block;
}
.tab_item li img{
    width: 100%;
}
.tab_list{
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_list li{
    padding: 33px 48px;
    text-align: center;
    cursor:pointer;/* 小手图标  */
    
}
.tab_list .on{
    color: #aa895c;
}
.tab_list li p:nth-of-type(1){
    font-size: 28px;
    margin-bottom: 10px;
}
.HomeSyS{
    position: relative;
}
.HomeSyS_box{
    position: absolute;
    top: 267px;
    left: 358px;
    width: 1200px;
}
.HomeSyS_box .photo{
    display: flex;
    flex-flow:row wrap;
}
.HomeSyS_box .photo li{
    padding-left: 60px;
}
.HomeSyS_box .photo li:nth-of-type(1){
    padding-bottom:30px ;
}
.banner{
    position: relative;
}
.banner .banner_box{
    position: absolute;
    top: 370px;
    left: 477px;
    width: 648px;
    height: 414px;
    background: rgba(223, 223, 225,.7);
}
.banner .banner_box .banner_item{
    width: 417px;
    height: 341px;
    margin: 0 auto;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;

}
.swiper-container{
    width: 417px;
    height: 341px;
}
.swiper-button-prev{
    top: 40%;
    width: 20px;
    height: 86px;
    background: none;
    background-image: url(../img/banner/prev.png);
    left: 25px;
}
.swiper-button-next{
    top: 40%;
    width: 20px;
    height: 86px;
    background: none;
    background-image: url(../img/banner/next.png);
    right: 25px;
}
.swiper-pagination{
    left: 35%;
    bottom: 6%;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin-left:10px ;
    background: #e7be80;
    opacity: .9;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #ab885e;
}
.lzx{
    position: relative;
}
.lzx_text{
    position: absolute;
    top: 235px;
    left: 366px;
}
.lzx_text p{
    font-size: 20px;
    margin-bottom: 10px;
    color: #f4f4f4;
    opacity: .7;
}
.lzx_box{
    position: absolute;
    top: 335px;
    left: 366px;
    width: 1200px;
    height: 200px;
}
.lzx-content{
    width: 100%;
    overflow: hidden;
}
.lzx-top{
    margin-bottom: 41px;
}
.lzx-bot{
    transition: 1s ease
}
.lzx-bot:hover{
    transition: .8s ease;
    transform: translateX(-300px);
}
.Application{ 
    position: relative;
}
.Application form{
    position: absolute;
    top: 108px;
    left: 415px;
    width: 1100px;
    height: 63px;
}
.Application form input{
    position: absolute;
    left: 0px;
    width: 316px;
    height: 100%;
    padding-left: 79px;
    color: #8d6d56;
}
.Application form input::-webkit-input-placeholder{
    color: #8d6d56;
}
.Application form .tel{
    left: 387px;
}
.Application form .submit{
    position: absolute;
    right: 0;
    width: 321px;
    height: 62px;
}
.tab3{
    position: relative;
}
.tab3 .tab3_box{
    position: absolute;
    top: 303px;
    left: 0;
    width: 100%;
}
.tab3 .tab3_box .tab3_item{
    position: relative;
    
}
.tab3 .tab3_box .tab3_item li{
    position: absolute;
    width: 100%;
    display: none;
    overflow: hidden;
}
.tab3 .tab3_box .tab3_item li:first-child{
    display: block;
}
.tab3_list{
    position: absolute;
    top: 46px;
    left: 359px;
    width: 184px;
    height: 471px;
}
.tab3_list li{
    padding:7px 0px;
    background: #aa895c;
    font-size: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:8px;
    margin-bottom:11px ;
}
.tab3_list .on{
    background: #f3d29f;
    color: #4b4a48;
}
.ayms{
    position: relative;
}
.ayms_text{
    position: absolute;
    top: 264px;
    left: 760px;
    font-size: 19px;
    text-align: center;
    color: #bfbfbf;
}
.ayms_text p{
    margin-bottom: 9px;
}
.ayms_box{
    position: absolute;
    top: 508px;
    left: 360px;
}
.Soft{
    position: relative;
}
.Soft_box{
    position: absolute;
    top: 284px;
    left: 360px;
}
.Soft_box ul{
    width: 1200px;
    height: 622px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Two_Application{
    position: relative;
}
.bm_box{
    position: absolute;
    top: 240px;
    left: 395px;
    width: 1200px;
    /* background: pink; */
    display: flex;
    justify-content: space-between;
}
.bm_left{
    padding-right: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.test{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin-bottom: 48px;
}
.test p{
    font-size: 35px;
    color: #fefefe;
}
.test p:nth-of-type(2){
    font-size: 30px;
}
.bmb{
    display: flex;
    flex-direction: column;
}
.bmb form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bmb span{
    font-size: 20px;
} 
.bmb input{
    width: 255px;
    height: 51px;
    border: 1px solid #a9885b;
    border-radius: 5px;
    margin-bottom: 43px;
    margin-right: 24px;
    font-size: 20px;
    color: #947056;
    padding-left: 10px;
}
.bmb select{
    width: 255px;
    height: 51px;
    border: 1px solid #a9885b;
    border-radius: 5px;
    margin-bottom: 43px;
    margin-left: 7px;
    font-size: 20px;
    color: #947056;
}
.bmb span{
    margin-top: 10px;
    color: #fff;
}
.Two_Application .bmb form input::-webkit-input-placeholder{
    color: #947056;
}
.bmb .submit{
    width: 100%;
    background: #aa895c;
    padding: 9px 0px;
    color: #fff;
    font-size: 27px;
    text-align: center;
    cursor:pointer;/* 小手图标  */
}
.bmb p{
    margin-top: 19px;
    color: #aa895c;
    text-align: center;
}