        .proitem {
            overflow: auto;
            border-width: 0px 0px 3px 0px;
            border-style: solid;
            border-color: #ededed;
            padding-bottom: 30px;
            margin-bottom: 20px;
        }
        
        .proitem:last-child {
            border: 0;
        }
        
        .protop {
            overflow: auto;
            margin-bottom: 20px;
        }
        
        .protop .proimg {
            float: left;
            width: 20%;
        }
        
        .protop .proimg img {
            width: 100%;
        }
        
        .protop .proinfo {
            float: left;
            width: 80%;
        }
        
        .kitsTable ul.bodies li:hover .protxt {
            color: #009fa6;
        }
        /*面包屑*/

   
        
        /*产品详情*/
        
        .infotop {
            padding-bottom: 30px;
            margin-bottom: 30px;
        }
        
        .infotop .infoimg {
            width: 20%;
            float: left;
        }
        
        .infotop .infoimg img {
            max-width: 100%;
            max-height:230px ;
        }
        
        .infotop .infotxt {
            width: 780px;
            float: left;
            padding-left: 40px;
        }
        
        .infotop h3 {
            margin: 20px 0;
            font-size: 34px;
    color: rgb(0, 155, 175);
    line-height: 34px;
    font-weight: 600;
        }
        
        .infotop .infotxt p {
            font-weight: 300;
            line-height: 32px;
            font-size: 18px;
            white-space: pre-wrap;
        }
        
        .infotop .infofile {
            width: 35%;
            float: left;
        }
        
        .infotop .infofile a {
            display: inline-block;
            padding: 3px 0 3px 28px;
            vertical-align: baseline;
        }
        
        .infotop .infofile a.pdf {
            background: url(/static/images/d.png) no-repeat left 0.3em;
        }
        
        .infotop .infofile a.zip {
            background: url(https://www.torex.com.cn/image/en/common/icn_zip_01.png) no-repeat left 0.3em;
        }
        
        .infotop .infofile a.word {
            background: url(https://www.torex.com.cn/image/en/common/icn_html_01.png) no-repeat left 0.3em;
        }
        
        .pro .info {
            margin-bottom: 30px;
            border-bottom: 1px solid #20a6ff;
            padding-bottom: 30px;
        }
        
        .pro .info:last-child {
            border: 0;
        }
        
        .pro .info .infop {
            width: 33.33%;
            float: left;
            font-weight: 300;
            line-height: 40px;
            font-size: 16px;
            padding: 0 5px;
            color: #5a5a5a;
        }
        
        .info h4 {
            margin-bottom: 10px;
            font-weight: 600;
            border-bottom: 1px solid #ededed;
        }
        
        .pro .info .infop span {
            font-weight: 600;
            color: #009fa6;
            width: auto;
        }
        
        @media (max-width: 900px) {
            .pro .info .infop,
            .infotop .infoimg,
            .infotop .infotxt,
            .infotop .infofile {
                width: 100%;
            }
        }
        .proinfo h3{  font-weight: bold;
            font-size: 18px;}
        .proitem .item{
            background: #F8F8F8 ;
            margin-bottom: 15px;
            border-radius: 20px;
            padding: 30px 0 30px 60px;
            border: 1px #F8F8F8 solid;
         
            
        }
        .proitem .item a {
            display: flex;
        }
        .proitem .item .img {
            width: 90px;
            height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 40px;
        }
        .proitem  .item .img img {
            max-width: 100%;
            max-height: 100%;
        }
        .proitem .item .info {
            flex: 1;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .proitem .item .title {
            font-weight: bold;
            font-size: 18px;
            color: #344455;
            margin-bottom: 10px;
        }
        .proitem .item .title span {
            font-weight: 300;
            font-size: 14px;
            padding-left: 20px;
           
        }
        .proitem .item:hover{border:1px #27aab3 solid;}
        .proitem .item:hover .title{color:#27aab3}
        
.pc-slide {
	float: left;
	width: 460px;
}
.proview .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.proview .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.preview .arrow-left {
	background: url(/static/images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(/static/images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .imgauto {
	border-radius:10px
}
.preview .imgauto img{border-radius:10px}
.preview .active-nav .imgauto {
	border: 1px solid #009baf;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(/static/images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}


 @media screen and (max-width: 767px) {
.pc-slide {
	float: none;
	width: auto;
}
}
.info-new{background-color: #F6F6F6;padding:20px 0 10px 0;}
.info-new .info
{
    background: #fff;
    border-radius: 20px;
    margin: 30px 0;
	
}
.info-new .info .content{padding: 20px;}
.info-new .info .content .tit{font-weight: 600;padding-bottom:20px}<!--耗时1784243996.3039秒-->