/* CSS Document */
* {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
        }
        #s_pro {
            width: 100%;
            float: left;
            clear: both;
            overflow: hidden;
			margin-top:20px;
			height:auto;
        }
        #s_pro ul {
            margin-right: -1px;
		
        }
        #s_pro li {
            float:left;
            width: 33%;
			margin-bottom:0%;
			border-bottom:#ebebed 1px solid;
        }
        #s_pro li a{ display: block; width: 100%; position: relative;
		
            z-index: 0;
            overflow: hidden;
            padding: 0;
            border-right: 1px solid #ebebed;}
			 #s_pro li:nth-child(3) a{   border-right:none}
			 #s_pro li:nth-child(6) a{   border-right:none}
        #s_pro li .img {
            width: 100%;
            opacity: 0;
            transition: .3s;

        }
        #s_pro li .img img {
            transition: .7s;
            transform: scale(1.1);
            width: 100%;
            height: auto;
            display: inline-block;
            vertical-align: middle;
        }

        #s_pro li .txt {
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 30px;
            top: 0;
            left: 0;
            background: #fff;
            transition: .7s;
            z-index: -1;
        }
        #s_pro li .txt .con {

            margin: 0 auto;
            text-align: center;
            transition: .7s;
			
        }
        #s_pro li .txt .con i {
            display: block; margin-bottom: 0px;
        }

        #s_pro li .txt .con h5 {
            font-size: 1.4rem;
			line-height:2.0rem;
            color: #000;
            margin-bottom: 1rem;
        }
        #s_pro li .txt .con p {
            font-size: 1.0rem;
            color: #6a6a6a;
            line-height: 1.725rem;
            overflow: hidden;
			text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;
        }
        .s_btn {
            width: 10.625rem;
            height: 2.6rem;
            display: block;
            margin: 0 auto;
            border: 1px solid #bfbfc1;
            text-align: center;
            font-size: 15px;
            color: #7f7f7f;
            font-family: arial;
            line-height:2.6rem;
            margin-top: 1.875rem;
        }
        #s_pro li:hover .img {
            opacity: 1;
        }
        #s_pro li:hover .img img {
            transform: scale(1);
        }
@media (max-width: 1024px){
  #s_pro li .txt .con p {
            line-height: 1.0rem;
        }
	 .s_btn { display:none
        }
}

@media (max-width: 768px){
	  #s_pro li .txt .con h5 {
            font-size: 1.2rem;
			line-height:2.5rem;
            color: #000;
            margin-bottom: 1rem;
	
	}
	

 @media (max-width: 640px){
          
     #s_pro li {
         float:left;
         width: 50%;

     }
     #s_pro li a{ display: block; width: 100%; position: relative;
         z-index: 0;
         overflow: hidden;
         padding: 0;
         border-right:none;}
	
	    #s_pro li .txt .con p {
            line-height: 1.900rem;
        }
		
		   #s_pro li {
			border-bottom:#ebebed 0px solid;
        }
}
