        .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;
            padding-right: 20px;
        }
        
        .protop .proimg img {
            height: 50px;
        }
        
        .protop .proinfo {
            float: left;
            width: 80%;
        }
        
        .kitsTable ul.bodies li:hover .protxt {
            color: #03407E;
        }
        /*面包屑*/
        
        .full-inside-crumbs h3 {
            float: left;
            font-size: 34px;
            color: rgb(0, 155, 175);
            line-height: 34px;
        }
        
        .full-inside-crumbs ul {
            float: right;
        }
        
        .full-inside-crumbs {
            background-color: #e9e9e9 !important;
        }
        /*产品详情*/
        
        .infotop {
            padding-bottom: 30px;
            border-bottom: 5px solid #e9e9e9;
            margin-bottom: 30px;
        }
        
        .infotop .infoimg {
            width: 20%;
            float: left;
        }
        
        .infotop .infoimg img {
            max-width: 100%;
            max-height:230px ;
        }
        
        .infotop .infotxt {
            width: 45%;
            float: left;
            padding: 0 20px;
        }
        
        .infotop h3,
        .info h3 {
            margin-bottom: 20px;
        }
        
        .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(../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: #03407E;
            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 #03407E solid;}
        .proitem .item:hover .title{color:#03407E}