
.header{
    margin: 0 auto;
    height: 1rem;
    width: 12.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header div{
    width: 33%;
}
.header .icon{
    background: url("../img/logo.jpg") no-repeat 100% 100%;
    background-size: 100% 100%;
    width: .7rem ;
    height: .7rem;
}

.nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.nav a{
    margin-left: .3rem;
}
.title{
    font-size: .6rem;
    text-align: center;
            font-weight:800;
            text-shadow:
            1px 0px #009916,1px 2px #006615,3px 1px #009916,
            2px 3px #006615,4px 2px #009916,4px 4px #006615,
            5px 3px #009916,5px 5px #006615,7px 4px #009916,
            6px 6px #006615,8px 5px #009916,7px 7px #006615,
            9px 6px #009916,9px 8px #006615,11px 7px #009916;
}

.header-banner{
    width: 12.8rem;
    height: 5rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: .3rem;
}




.swiper-container {
    width: 12.8rem;
    height: 5rem;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow:hidden;
  }
  
  .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
  }
  .slide-inner img{
    width: 100%;
    height: 100%;
  }




/* 一楼 */
.ite-title{
    width: 1280px;;
    font-size: .32rem;
    margin: 0 auto;
    margin-top: .3rem;
}
.one-floor{

}

#wrap{
        width: 1280px;
        height:400px;
        margin:60px auto;
        overflow:hidden;
}
#wrap ul{
        width:120%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
}
#wrap ul li{
    width: 1.2rem;
        height:4rem;
        overflow: hidden;
        position: relative;
        cursor: pointer;
}

#wrap ul li.li5{
    width: 6.8rem;
}

#wrap ul li img{
    width: 6.8rem;
    height: 4rem;
}


#wrap ul li .wrap-txt{
        width:1.2rem;
        height:4rem;
        background:rgba(0,0,0,.5);
        overflow:hidden;
        position: absolute;
        left: 0%;
        top: 0;
}
#wrap ul li .wrap-txt p{
        padding:.2rem .4rem;
        background:rgba(0,0,0,.5);
        color:#fff;
        font-family:'Microsoft yahei';
        font-size:.28rem;
}




/* 公关 */

.img-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    margin: 0 auto;
}


.img-list img{
    width: 48%;
    margin-top: .2rem;
}








.footer{
    padding: 1rem;
    text-align: center;
}