#swiper1 {
    width: 582px;
    height: 450px;
}
#swiper1 .swiper-slide img {
    width: 560px;
}
.swiper2-area {width:100%;height: 92px;position: relative;padding-left: 38px;transform: translateX(-5%);}
.swiper2-area .swiper-button-prev { left:0; top:21px;width:38px;height:92px;background:url(../images/leftbtn.png) no-repeat left center;}
.swiper2-area .swiper-button-next { right:0; top:21px;width: 38px;height:92px;background:url(../images/leftbtn2.png) no-repeat right center;transform: translateX(100%);}
.swiper2-area .swiper-wrapper{ min-width:350px; height:auto;  }
#swiper2 .swiper-slide {width:122px;height:92px;}
#swiper2 .swiper-slide img {width:120px;height:90px; border:1px solid #cccccc;}
#swiper2 .swiper-slide img:hover{ border:1px solid #f18101;}

.mySwiper{position:static;overflow:hidden;}
.mySwiper>.swiper-button-next{right:-45px}
.mySwiper>.swiper-button-prev {left:-45px;}
.mySwiper>.swiper-button-next, .mySwiper>.swiper-button-prev {
    position: absolute;
    top: 35%;
    color: #999;
    font-size: 50px;
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    overflow: hidden;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 0.25rem;
}
.item_tj{width:90%;margin:0 auto;position: relative;}




.products-list .item{
    margin-bottom: 0px!important;
}







.mt20{margin-top:20px}
.pro-tel{border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 80px;
	margin-top: 95px;}
.pro-showcase-tle {
   height: 40px;
    line-height: 40px;
    margin-left: 30px;
	margin-top: 20px;
}
.p1-pho-1{
height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.p1-pho-1 p {
    line-height: 24px;
}



.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #fb0;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

@media only screen and (max-width: 992px){
.pro-infobox .swiper2-area {
    display: none;
}
}

@media (max-width: 767px) {
    #swiper1 {
    width: 100%;
    height: auto;
    }
   #swiper1 .swiper-slide img {
    width: 100%;
    }
   
}

/* 表格换色 */
.tab-body .tab-item tr:nth-child(2n){
background-color: #f2f2f2
}
.tab-body .tab-item td {
vertical-align: text-top;
    padding: 9px 9px 9px 9px;
    border: 1px solid #d4d4d4;

}
.tab-body .tab-item td:nth-child(n+2){
border-left: none;
}
