@charset "utf-8";
.pc-slide {
width: 100%;
margin: 0 auto;
}

.view .swiper-container {
width: 100%;
height: 400px;
border:1px solid #f1f1f1;
}

.view .swiper-container .swiper-slide{
display:table-cell;
text-align:center;
vertical-align:middle;
}

.view .swiper-container .swiper-slide img{
max-width: 100%;
max-height: 100%;
}


.view .arrow-left {
background: url(index_tab_l.png) no-repeat left top;
position: absolute;
left: 10px;
top: 50%;
margin-top: -25px;
width: 28px;
height: 51px;
z-index: 10;
display:none;
}

.view .arrow-right {
background: url(index_tab_r.png) no-repeat left bottom;
position: absolute;
right: 10px;
top: 50%;
margin-top: -25px;
width: 28px;
height: 51px;
z-index: 10;
display:none;
}

.preview {
width: 100%;
margin-top: 10px;
position: relative;
}

.preview .swiper-container {
width: 95%;
height: 82px;
margin-left: 35px;
}

.preview .swiper-slide {
width: 87px;
height: 82px;
}

.preview .slide6 {
width: 82px;
}

.preview .arrow-left {
background: url(feel3.png) no-repeat left top;
position: absolute;
left: 10px;
top: 50%;
margin-top: -9px;
width: 9px;
height: 18px;
z-index: 10;
}

.preview .arrow-right {
background: url(feel4.png) no-repeat left bottom;
position: absolute;
right: 10px;
top: 50%;
margin-top: -9px;
width: 9px;
height: 18px;
z-index: 10;
}

.preview img {
padding: 1px;
}

.preview .active-nav img {
padding: 0;
border: 1px solid #F00;
max-width:100%;
height:100%;
}

.bigbtn{position: relative;width: 30px;height: 30px;background: #f1f1f1;bottom: 30px;    float: right;color:#fff;z-index:2}
.prolb{margin-top:20px}
.prolb .mz{color:#000;font-size: 14px;font-weight: bold;}
.prolb .mzhi{color:#000;font-size: 14px;}
.prolb a{color:#000; text-decoration:none;}
.prolb a:hover{color:#3f6ee0; text-decoration:none;}

#liuyan{margin-top:50px}

#pctu{display:block}
#sjtu{display:none}
@media screen and (max-width: 768px) and (min-width: 320px){
#pctu{display:none}
#sjtu{display:block}


.view .swiper-container {
width: 100%;
height: 300px;
border:1px solid #f1f1f1;
}

}