.prosub1{
    overflow: hidden;
}
.view {
  width: 540px;
  height: 540px;
  overflow: hidden;
  float: left;
  position: relative;
}
.view .swiper-slide {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.view .swiper-slide img {
  height: 100%;
}
.view .arrow-left {
  background: url(../images/arrow.png) no-repeat center rgba(255,255,255,.4);
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 45%;
}
.view .arrow-right {
  background: url(../images/arrow.png) no-repeat center rgba(255,255,255,.4);
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 10;
  top: 45%;
}
.view .arrow-left:hover,.view .arrow-right:hover{
    background: url(../images/arrow.png) no-repeat center rgba(255,255,255,.8);
}
.prosub1_right{
    float: left;
    width: 680px;
    margin-left: 50px;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.prosub1_right .protitle{
    font-size: 26px;
    color: #101010;
    margin-top: 60px;
}
.prosub1_right .prozy{
    font-size: 14px;
    line-height: 2;
    margin-top: 45px;
}
.preview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 680px;
}
.preview .swiper-slide {
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}
.preview .swiper-slide.active {
  border: 2px solid #00a99d;
}
.preview .swiper-slide img {
  display: inline-block;
  width: 100%;
}
.preview .active-nav {
  border: 2px solid #0097d4;
}
.preview .arrow-left {
  background: #fff url(../images/arrow.png) no-repeat center;
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 70px;
  z-index: 10;
  display: none;
}
.preview .arrow-right {
  background: #fff url(../images/arrow.png) no-repeat center;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 70px;
  z-index: 10;
  display: none;
}
.adv{
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}
.showpro{
    padding:80px 0;
    background: #f9f9f9;
    width: 100%;
    overflow: hidden;
}
.showpro .shoprotitle{
    font-size: 20px;
}
.showpro .sprocon{
    margin-top: 30px;
}
.showpro .sprocon ul.sprplist{}
.showpro .sprocon ul.sprplist li{
    width: 50%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.prohonor{
    overflow: hidden;
    margin-top: 80px;
}
.honorpreview{
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}


.honorpreview .swiper-slide img{
    width: 100%
}















