.mian_boby { padding: 0 20px; }

.item_box .item_title { text-align: center; font-size: 22px; color: #00a4ff; font-weight: bold; }

.item_box .item_bei { text-align: center; color: #999; font-size: 12px; margin-top: 10px; }

.item_box .item_bei .bei_mar { margin: 0 30px; }

.item_box .item_info { margin-top: 30px; }

.item_box .item_info p { margin-top: 15px; }

.direction { margin: 40px 0; display: flow-root; }

.direction .direction_li { float: left; text-align: center; border-radius: 5px; line-height: 30px; }

.direction .direction_go { width: 43%; border: 1px solid #ccc; color: #999; }

.direction .direction_return { width: 10%; margin: 0 2%; background: #00a4ff; color: #fff; }

.hot { border: 1px solid #ccc; }

.hot .hot_title { font-size: 20px; color: #00a4ff; margin: 10px 0 10px 20px; }

.hot .hot_list { padding: 0 20px; }

.hot .hot_list .hot_li { float: left; width: 23%; margin: 0 1%; text-align: center; margin-bottom: 20px; }

.hot .hot_list .hot_li .hot_img { width: 100%; height: 147px; margin-bottom: 10px; overflow: hidden; }

.hot .hot_list .hot_li .hot_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; transition: all 2s ease 0s; }

.hot .hot_list .hot_li:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.hot .hot_list .hot_li:hover p { color: #00a4ff; }

@media (max-width: 760px) { .mian_boby { padding: 0; }
  .item_box .item_title { font-size: 18px; }
  .item_box .item_bei .bei_mar { margin: 0 10px; }
  .direction .direction_go { width: 100%; margin-bottom: 10px; }
  .direction .direction_return { display: none; width: 20%; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); margin: 0 0 0 5%; }
  .hot .hot_list { padding: 0; }
  .hot .hot_list .hot_li { width: 48%; }
  .hot .hot_list .hot_li .hot_img { height: 107px; } }
