@charset "UTF-8";


.banner img{
    width: 100%;
}
.swiper-pagination-bullet{background:#393939;}
.swiper-pagination-bullet-active{background:#fff;}


.commercial-mold{
    height: 30px;
    margin-top: 114px;
    margin-bottom: 92px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color:#393939;
    padding-left: 2px;
}

.mold-item{
    float: left;
    display:block;
    width: 273px;
    height: 30px;
    text-align: center;
}
.mold-line{
    display: block;
    float: left;
    height: 30px;
    width: 1px;
    font-size:0;
    background:#9c9c9c;
}

.commercial-mold span{
    font-size: 14px;
    vertical-align: top;
}
.commercial-mold strong{
    margin-right: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.commercial-show{
    padding-left: 2px;
    padding-right: 2px;
}
.commercial-show .column{
    float: left;
    width: 146px;
    margin-right: 44px;
    text-align: left;
}
.commercial-show .column:nth-last-of-type(1){
    margin-right:0;
}

.column-tit{
    font-size: 14px;
    font-weight: 400;
    color:#040000;
    padding-bottom: 15px;
    border-bottom:1px solid #cfcfcf;
}

.column-details p{
    line-height: 24px;
    color:#666666;
}

.viewAll-btn{
    display: block;
    width: 226px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background:#393939;
    color: #ffffff;
    border:0;
    margin:100px auto 40px;
}

#placeDisplay{
    min-width: 1100px;
    height:501px;
    padding:50px 0 49px;
    background: #eaeaea;

}
.place-swiper{
    position: relative;
    width: 1100px;
    height:501px;
    margin: 0 auto;
}
.place-content{
    position: relative;
    width: 1100px;
    height:501px;
    overflow-x: hidden;
}

.place-content .place-item{
    float: left;
    display: block;
    position: relative;
    width: 275px;
    height: 374px;
    padding-bottom: 100px;
}
.place-content .place-item img{
    width: 275px;
    height: 374px;}
.place-fot{
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 275px;
    height: 110px;
    background-color:rgba(0,0,0,.6);
}
.place-fot p{
    width: 275px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 15px;
    color:#ffffff;
}
.place-horizontal{
    display: none;
    width: 52px;
    height: 52px;
    margin: 170px auto auto;
    background: url(../images/place-display.png) no-repeat;
}
.place-item:hover .place-fot{
    top:0;
    bottom:0;
    height: 374px;
}

.place-item:hover .place-fot p{
    position: absolute;
    bottom: -110px;
    left:0;
    right: 0px;
    background:#393939;
}
.place-item:hover .place-horizontal{
    display: block;
}
.arrow-direction{
    display: block;
    position: absolute;
    top:0;
    width: 63px;
    height: 391px;
    border:0;
    background: transparent;
    cursor: pointer;
}
.arrow-direction span{
    display: block;
    width: 26px;
    height: 48px;
    margin: 0 19px 0 18px;
    background:url(../images/icon-arrow.png) no-repeat;
}
.btn-prev{
    left: -63px;
}
.btn-prev span{background-position:0 0;}
.btn-next{
    right: -63px;
}
.btn-next span{
    background-position: -28px 0;}


#field{
    padding: 110px 0;
}
.field-swiper{
    position: relative;
    width: 1100px;
    height: 182px;
    margin: 0 auto;
}
.field-content{
    position: relative;
    width: 1100px;
    height: 182px;
    overflow: hidden;
}

.field-swiper .arrow-direction{
    height: 182px;
}

.field-item{
    position: relative;
    display: block;
    float: left;
    width: 270px;
    height: 182px;
    margin-right: 6px;
    cursor: pointer;
}
.field-item img{
    width: 270px;
    height: 182px;
}
.field-item:nth-last-of-type(1){
    margin-right: 0;
}
.field-fot{
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    height: 48px;
    width: 100%;
    background: rgba(0,0,0,.8);
}
.field-fot p{
    font-size: 14px;
    color:#FFFFFF;
    line-height:48px;
    text-align: center;
}

.field-item:hover .field-fot{
    top: 0;
    width: 100%;
    height: 100%;
}
.field-item:hover .field-fot p{
    width: 136px;
    height: 34px;
    line-height: 34px;
    margin: 74px auto 0;
    border:1px solid #FFFFFF;
}










