/* .swiper-container {
    width: 800px;
    height: 500px;
}   */
body{
    background: url(../image/interlaced/interlaced.png);
}
.container{
    background: url(../image/paper_fibers/paper_fibers.png);
    box-shadow:0px 0px 3px #aaaaaa;

}
.title{
    padding:20px 0;
    border-bottom: 1px solid #ccc;
}
.photo{
    width:100%;
}

.ztable{
    width:100%;
    text-align: center;
    background: rgba(0,0,0,.1);
}

.ztable th{
    border:2px solid white;
    background: #d13038;
    color: white;
    font-weight: bold;
    padding:10px;
}

.ztable td{
    border:2px solid white;
    color: black;
    font-weight: bold;
    padding:20px;
}

.tbg{
    background: rgba(139,139,139,1);
}

.wt td{
    color:white!important;
}

.phone{
    font-weight: bold;
    font-size: 1.3em;
    padding: 20px;
}

.t2{
    font-size: 24px;
}

.pt{
    color: rgba(166,31,35, 1);
    font-size:26px;
    font-weight: bold;
}
p{
    line-height: 28px;
}