@charset "utf-8";
.products_in{ padding-top:60px;}
.pro_lists{}
.pro_lists ul{ text-align:left}
.pro_lists ul li{ display:inline-block; width:28%; margin:0 2% 2% 2%; border:#e7e7e7 1px solid;-webkit-transition: all ease .4s;transition: all ease .4s;vertical-align: top;}
.pro_lists ul li:hover{box-shadow: 0 8px 35px rgba(0, 0, 0, .15);-webkit-transition: all ease .4s;transition: all ease .4s;    transform: translateY(-10px);}
.pro_lists ul li .pro_img{ position:relative; height:250px; border-bottom:#e7e7e7 1px solid;}
.pro_lists ul li .pro_img img {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); max-width:80%; max-height:80%;
}
.pro_lists ul li:hover .pro_img img{}
.pro_lists ul li .pro_font{ padding:30px; text-align: left;}
.pro_lists ul li .pro_font h3{overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; margin-bottom:25px;}
.pro_lists ul li .pro_font h3 span{ position:relative;}
.pro_lists ul li .pro_font .pro_lines0{
    height: 4px;
    background-color: #317ff7;
    width: 34px; margin-bottom:25px;}

.pro_lists ul li .pro_font .pro_miaoshu{ color:#999; line-height:26px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; margin-bottom:20px; min-height:72px;}
.pro_lists ul li .pro_links{}
.pro_lists ul li .pro_links .show_more{  border:#83b2fa 1px solid;border-radius:30px; padding:12px 30px; display:inline-block; color:#317ff7; background:#FFF url(../images/sanjiao.png)  80% center no-repeat; margin-right:15px;}
.pro_lists ul li .pro_links .order_now{  background:#317ff7 url(../images/sanjiao2.png) 80% center no-repeat; border:#317ff7 1px solid;border-radius:30px; padding:12px 30px; display:inline-block; color:#ffffff}

.pro_infos{}
.pro_infos .order_now{background: #317ff7 url(../images/sanjiao2.png) 80% center no-repeat;
border: #317ff7 1px solid;
border-radius: 30px;
padding: 12px 30px;
display: inline-block;
color: #ffffff;font-size: 14px;
margin-left: 30px;}
.pro_infos .pro_big_img{ text-align:center; padding-bottom:30px;}
.pro_infos .pro_big_img img{ max-width:90%; margin:0px auto;}
.pro_infos .pro_jieshao_titile{ height:50px; line-height:50px; background-color:#f2f2f2;}
.pro_infos .pro_jieshao_titile span{ display:inline-block; padding:0 50px;height:50px; line-height:50px; background-color:#317ff7; color:#FFF; font-size:22px; font-weight:bold;}
.pro_infos .pro_descipes{ padding-top:40px; font-size:16px; line-height:220%; padding-bottom:60px;}

.proshow_btn {
  margin-top:30px; background-color:#f2f1f1;
  height:50px;
  line-height:50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.proshow_btn a {
  background: url(../images/proshow4.jpg) no-repeat;
  float: left;
  width: 33%;
  text-align: center;
  font-size: 16px;  font-weight: bold;
  height: 50px;
  color: #666;
}
.proshow_btn a:first-child {
  background: none;
}
.proshow_btn a.cur {
  color: #317ff7;
  font-weight: bold;
  border-bottom:2px solid #317ff7;
}
.proshow_box { padding:50px 0;
}
.proshow_box .proshow_list {
  color: #676868;
  font-size: 13px;
  line-height: 29px;
}
.proshow_box .proshow_list p.bt {
  color: #feffff;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  background: url(../images/proshow5.jpg) no-repeat;
  text-align: center;
  font-weight: bold;
  width: 131px;
  margin-bottom: 7px;
}
.proshow_box .proshow_list .wzq {
  padding: 0 20px;
}
.proshow_box .proshow_list .wzq .wzqimg {
  margin-top: 20px;
}


@media (max-width:768px) {
.pro_lists ul li {
    display: block;
    width: initial;
    margin: 0 0% 1rem 0%;}
	.mb_class {
    padding-bottom: 2rem;
}
.jishu_lists ul li {
    width: initial;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 1rem;
    float: left;}
	}
	
