

.bannerWrap{
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.bannerWrap .center{
  width: 1200px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bannerWrap .txt{
  background:rgba(55,64,90,.9);
  width: 600px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.bannerWrap .txt > p{
  text-align: center;
  color: #fff;
}
.bannerWrap .title{
  font-size: 64px;
  margin-bottom: 65px;
  line-height: 1.7;
  margin-top: 120px;
} 
.bannerWrap .p1{
  margin-bottom: 25px;
}
.bannerWrap .p1{
  font-size:36px;
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
}

.bannerWrap .p2{
  font-size:24px;
  text-decoration: none;
  display: block;
  color: #fff;
}

.bannerWrap .p2 i{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/product-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
.pdListWrap{
  margin-top: 30px;
  overflow: hidden;
}
.pdListWrap .title{
  margin-bottom: 30px;
}


.pdListWrap .left{
  width: 240px;
  float: left;
}
.pdListWrap .left .pcMenu{
	border:1px solid #ccc;
}
.pdListWrap .left .pcMenu li{
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size:20px;
  border-bottom:1px solid #ccc;
  transition: all .2s linear;
}
.pdListWrap .left .pcMenu li:hover,
.pdListWrap .left .pcMenu li.selected{
  background:#07429C;
  color: #fff;
}
.pdListWrap .left .pcMenu li:hover a,
.pdListWrap .left .pcMenu li.selected a{
  color: #fff;
}
.pdListWrap .left .pcMenu li a{
  display: block;
}
.pdListWrap .left .pcMenu li:last-child{
	border-bottom: none;
}
.pdListWrap .right{
  width: 914px;
  float: right;
}
.pdListWrap .right ul  *{
  box-sizing: border-box;
}
.pdListWrap .right ul li{
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
  transition: all 1s ease 0s;
}
.pdListWrap .right ul li:hover{
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.pdListWrap .right ul li:hover .imgWrap img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
  
.pdListWrap .right ul li > a{
  margin-left: 22px;
  border:1px solid #ccc;
  overflow: hidden;
}

.pdListWrap .right ul li .imgWrap{
  width: 100%;
  height: 293px;
  overflow: hidden;
}
.pdListWrap .right ul li .imgWrap img{
  width: 100%;
  transition: all 1s ease 0s;
}
.pdListWrap .right ul li > a{
  display: block;
}


.pdListWrap .right ul li .imgWrap img{
  width: 100%;
}
.pdListWrap .right ul li .name{
  height: 77px;
}
.pdListWrap .right ul li .name span{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: auto;
  padding: 0 10px;
  line-height: 1.6;
}
.bgGray{
  background: #F1F2F7;
  padding-top: 20px;
}
.pdimg-wrap{
  margin: 30px auto 0 auto;
  overflow: hidden;
  margin-top: 20px !important;
}
.bgGray + .h30{
  background: #F1F2F7;
}
.swiper-slide {
  background-size: 100% 100%;
  background-position: center;
}
.gallery-top {
  width: 630px;
  height: 500px;
  float: left;
}
.gallery-thumbs {
  width: 261px;
  height: 500px;
  box-sizing: border-box;
  float: right
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.pdimg-wrap .next,
.pdimg-wrap .prev{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  z-index: 10;
  display: none;
  transition: all 2s;
}
.gallery-top:hover .next,
.gallery-top:hover .prev{
  display: block;
}

.w900s{
	width: 900px;
	margin: 0 auto;
}

.pdimg-wrap .prev{
  background-image: url(../images/prev.png);
  left: 10px;
}

.pdimg-wrap .next{
  background-image: url(../images/next.png);
  right: 10px;
}

.pdimg-wrap .next.swiper-button-disabled{
  background-image: url(../images/next-disabled.png);
}

.pdimg-wrap .prev.swiper-button-disabled{
  background-image: url(../images/prev-disabled.png);
}

 
.pdInfoWrap{
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
  line-height: 30px;
  width: 1092px;
}

.pdInfoWrap p{
  font-size: 16px;
  color: #333;
}

.pdInfoWrap img{
  width: 100%;
}

@media screen and ( max-width:1366px ){
	.w900s{
		margin: 0 auto;
	}

}
@media screen and ( max-width:1200px ){
  .bannerWrap {
    height: 3.5rem;
  }
  .bannerWrap .center{
    width: 100%;
    height: 3.5rem;
  }
  .bannerWrap .txt {
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
  }
  .bannerWrap .title {
    font-size: .34rem;
    margin-bottom: .4rem;
    line-height: 1.6;
    margin-top: .6rem;
  }
  .bannerWrap .p1 {
    font-size: .28rem;
    margin-bottom: .2rem;
  }
  .bannerWrap .p2 {
    font-size: .26rem;
  }
  .bannerWrap .p2 i {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }

  .pdListWrap {
    margin-top: 0;
	}
  .pdListWrap .right{
    float: none;
    width: auto;
    margin-top: .3rem;
    margin-right: 15px;
  }
  .pdListWrap .right ul li > a {
    margin-left: 15px;
  }
  .pdListWrap .right ul li .imgWrap{
    height: 2rem;
  }
  .pdListWrap .right ul li .name{
    height: 1rem;
  }
  .pdListWrap .right ul li .name span{
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px;
  }
  .bgGray {
    padding-top: 10px;
  }
  .pdimg-wrap {
    margin: 0 auto !important;
    overflow: hidden;
    padding-top: 10px;
  }
  .pdInfoWrap{
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and ( max-width:1000px ){
  .gallery-top {
    width: 100%;
    height: 300px;
    float: none;
    margin-bottom: 10px;
  }
  .gallery-thumbs{
    width: 100%;
    height: 100px;
    float: none;
  }
  .pdimg-wrap .prev{
	  left: 0;
  }
  .pdimg-wrap .next{
	  right: 0;
  }
}


/* @media screen and ( max-width:900px ){ */

.pdSildWrap{
  margin-top: 15px;
}

.pdSildWrap .imgWrap{
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pdSildWrap .swiper-slide > img{
  margin: 0 auto;
  display: block;
  width: 100%;
}

.pdSildWrap.Phone-Box .pagination{
  bottom: .2rem;
  position: absolute;
  text-align: center;
  z-index: 9;
}
.pdSildWrap.Phone-Box .pagination .swiper-pagination-bullet{
  background: #15203F;
  width: 8px;
  height: 8px;
}

/* } */