/* body{
    overflow-x: hidden;
} */
body::-webkit-scrollbar{
    width: 0;
}
/* banner样式 */ 
.banner{
    margin: auto;
    height: 500px;
    width: 100vw;
    background: #fff;
}

.pic_scroll{
    position: relative;
    margin: auto;
    width: 1920px;
    width: 100vw;
}
.pic_scroll img{
    display: block;
    width: 1920px;
    height: 500px;
    margin: auto;
}

.pic_scroll ul{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    list-style: none;
    text-align: center;
}
.pic_scroll ul li{
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    vertical-align: bottom;
    margin: 2px;
    }
.scroll_number_over{
    background: #2882ff !important;
}
.pic_scroll ul li:hover{
    background: #2882ff;
}
.scroll_number_out{
    background: white;
}

.pic_scroll a{
    display: block;
}

/* cxt样式 */
.content{
    margin: auto;
}
.floor_1{
    width: 100vw;
    height: 500px;
    overflow: hidden;
    background: #fff;
}

.floor_2{
    width: 100vw;
    height: 690px;
    background: #f5f5f5;
}

.floor_3{
    width: 100vw;
    height: 840px;
    background: #fff;
}

/* .floor_4{ */
    /* width: 100vw; */
    /* height: 800px; */
    /* background: #f5f5f5; */
/* } */

.floor_1 .name,.floor_2 .name,.floor_3 .name,.floor_4 .name{
    margin: auto;
    width: 1200px;
    /* padding-top:60px; */
    padding-top: 60px;
    text-align: center;
}

/* floor_1样式 */


.name .title{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.name .sub{
    padding-top: 10px;
    color: #999;
}
.floor_1 .itemList{
    width: 1200px;
    height: 200px;
    margin: auto;
    margin-top: 50px;
}


.floor_1 .itemList .item{
    float: left;
    width: 300px;
    position: relative;
}
.tip-des{
   position: absolute; 
   width: 300px;
   top:0;
   bottom: 0;
   border-radius: 10px;
   padding: 10px;
   background-color: rgba(0, 0, 0, 0.5);
   color: #fff;
   display: none;
}


.floor_1 .itemList .item:hover .name{
    color: #2882ff;
    cursor: pointer;
}
.floor_1 .itemList .item1:hover .tip-des{
   display: block;
}
.floor_1 .itemList .item2:hover .tip-des{
    display: block;
  
}
.floor_1 .itemList .item3:hover .tip-des{
    display: block;
   
}
.floor_1 .itemList .item4:hover .tip-des{
    display: block;
  
}

.floor_1 .itemList .item .ico{
    margin-top: 20px;
    width: 300px;
    height: 100px;
}

.floor_1 .itemList .item .ico img{
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}
.floor_1 .itemList .item:hover img{
    transform: rotateY(360deg);
    transition-duration:1s;
}

.floor_1 .itemList .item .name{
    width: 300px;
    margin-top: 20px;
    padding-top:0px ;
    height: 40px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.floor_1 .itemList .item .tip{
    font-size: 16px;
    color: #999;
    text-align: center;
}



/* foor_2样式 */
.floor_2 .itemList{
    width: 1200px;
    height: 300px;
    margin: auto;
}

.floor_2 .name{
    margin-bottom: 50px;
}

.floor_2 .itemList .item:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px 10px rgba(40, 130, 255, .1)
}

.floor_2 .itemList .item{
    float: left;
    width: 280px;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 26px;
    background: #ffffff;
}
.floor_2 .itemList .item:last-child{
    margin-right: 0px;
}

.floor_2 .head{
    position: relative;
    width: 280px;
    height: 90px;
    overflow: hidden;
    padding-right: 10px;
    background-image: url(../image/bg_floor2_title.png);
    background-repeat: no-repeat;
}

.floor_2 .head .title{
    float: left;
    padding-left: 20px;
    height: 90px;
    font-size: 24px;
    line-height: 90px;
    color: #fff;
    font-weight: 550;
}

.floor_2 .head .ico{
    padding-top: 10px;
    float: right;
    width: 70px;
    height: 70px;
}

.floor_2 .main{
    padding-top: 20px;
    padding-left: 30px;
}
.floor_2 .main .list .ico{
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../image/ico_floor2_gou.png);
    background-repeat: no-repeat;
}
.floor_2 .main .list .text{
    height: 50px;
    line-height: 50px;
}

/* foor_3样式 */
.floor_3 .introduce{
    margin: auto;
    width: 1200px;
    position: relative;
}

.floor_3 .introduce .bg_introduce{
    margin: auto;
    margin-top: 50px;
    width: 700px;
    height: 500px;
    background-image: url(../image/bg_floor3_bg.png);
    background-repeat: no-repeat;
}

.floor_3 .introduce .itemList{
    width: 100%;
    position: absolute;
    margin: auto;
}

.floor_3 .introduce .itemList .item{
    width: 340px;
    height: 110px;
    margin-right: 20px;
    float: left;
    color: #fff;
    background: #333;
    border-radius: 10px;
}

.floor_3 .introduce .itemList .item:hover{
    background: #2882ff;
}

.floor_3 .introduce .itemList .item:first-child{
    margin-left: 70px;
}

.floor_3 .introduce .itemList .item:last-child{
    margin-right: 0px;
}

.floor_3 .introduce .itemList .item .title{
    font-size: 24px;
    float: left;
    width: 80px;
    line-height: 110px;
    display: block;
    padding-left: 30px;
}
.floor_3 .introduce .itemList .item .title1{
    font-size: 24px;
    float: left;
    width: 80px;
    line-height: 40px;
    display: block;
    padding-left: 30px;
    padding-top: 15px;
    white-space: nowrap;
}
.floor_3 .introduce .itemList .item .tip{
    display: block;
    font-size: 14px;
    width:220px;
    height: 110px;
    padding: 20px 10px 20px 0px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* foor_4样式 */
.floor_4 .map{
    width: 1200px;
    margin: auto;
}

.floor_4 .map .itemList{
    float: left;
    padding-left: 100px;
    width: 330px;
    height: 200px;
}

.floor_4 .map .bg_map{
    float: right;
    width: 700px;
}

.floor_4 .map .bg_map img{
    margin:30px 0px 0px 0 px;
}

.floor_4 .map .itemList{
    margin-top: 180px;
}

.floor_4 .map .itemList .item{
    text-align: left;
}

.floor_4 .map .itemList .item .number{
    font-size: 50px;
    text-align: left;
    color: #2882ff;

}

.floor_4 .map .itemList .item .name{
    width: 300px;
    padding-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
    color: #999;
}

.footer{
    height: 180px;
    margin-top: 0px !important;
}
   
