﻿.product_title{ text-align: center;padding: 0px 15px 0px 0px; }
.product_title a{ color: #656464; font-size: 16px; line-height:24px !important;
height:50px;
/****超出2行省略****/
overflow : hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
}
.product_title a:hover{
	text-decoration: none;
	color: #FA4318;
}
/*小屏幕*/

@media screen and (max-width: 768px) {
.product_title a{ font-size: 14px;}
}

.view_more {
    display: block;
	width:60%;
	padding:0px 10px;


	margin:0px auto;
   height: 36px;
    line-height: 36px;
    border: 1px solid #999;
	border-radius:36px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Opensans";
    transition: all .3s;
	margin-bottom:20px;

}
.pro_img:hover .view_more {
	text-decoration: none;background-color: #FA4318;   border: 1px solid #FA4318;color: #FFF;   transition: all .3s;
}
/*小屏幕*/

@media screen and (max-width: 768px) {
.view_more {
      font-size: 12px;
   height: 28px;
    line-height: 28px;	width:80%;
}
}
/*图片框阴影*/
.proimg-shadow{
margin: 20px 0px; 
    padding: 10px;
   box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 50%);
   box-shadow: 0 5px 16px 2px rgba(0,0,0,0.1);border-radius: 5px;transition: all .6s;
}
/*小屏幕*/

@media screen and (max-width: 768px) {
	
	.proimg-shadow{
margin: 10px 0px; }
	]
	
