.product_top { background: #f5f5f5; }

.product_top .product_top_right .product_top_li { float: left; font-size: 20px; margin-right: 20px;line-height: 77px; text-align: center; }

.product_top .product_top_right .cur { color: #c3e167; border-bottom: 4px solid #c3e167; }

.product_top .product_top_right .product_top_li:hover { color: #c3e167; }

.product_li_box{display:flow-root;}

.product_li_box .product_li { float: left; width: 290px; margin-right: 10px; text-align: center; margin-bottom: 20px; }

.product_li_box .product_li:nth-child(4n) { margin-right: 0; }

.product_li_box .product_li_img { width: 100%; height: 230px; overflow: hidden; }

.product_li_box .product_li_img img { width: 100%; height: 100%; -webkit-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; transition: all 2s ease 0s; -o-object-fit: cover; object-fit: cover; }

.product_li_box p { line-height: 50px; font-size: 16px; }

.product_li_box .product_li:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.product_li_box .product_li:hover p { color: #c3e167; }

.pro_break { display: flow-root; }

.publice_break { float: left; width: 50%; }

.pro_search { width: 50%; float: right; margin-top: 20px; border-radius: 10px; overflow: hidden; }

.pro_search .search_p { line-height: 36px; }

.pro_search .search_p span { color: #c3e167; }

.pro_search #search_box { float: right; width: 380px; height: 38px; border: 1px solid #c3e167; border-radius: 10px; }

.pro_search #search_box #s { float: left; padding: 0; line-height: 36px; width: 330px; padding-left: 10px; background: none; font-size: 1em; }

.pro_search #search_box #go { float: right; width: 47px; height: 36px; background-image: url("../images/search.png"); background-repeat: no-repeat; line-height: 36px; background-color: #c3e167; background-position: 50% 50%; -webkit-background-size: 60% 60%; background-size: 60%; }

@media (max-width: 760px) { .product_top { display: none; }
  .pro_search { display: none; }
  .pro_break { margin: 10px 0; }
  .product_li_box .product_li { width: 50%; margin-right: 0; padding: 0 5px; }
  .product_li_box .product_li .product_li_img { height: 122px; }
  .product_li_box p { font-size: 12px; line-height: 30px; } }
