/*下半部分搜索框、分页链接  开始*/
#con_right_bot #con_ri_bot_ri {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#con_right_bot #con_ri_bot_ri ul {
  text-align: center;
}

#con_right_bot #con_ri_bot_ri ul input {
  margin: 4px 0;
}

/*下半部分搜索框、分页链接  开始*/

/*----------------  产品列表样式  开始   ----------------*/
#con_right {
}

#con_right .product-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

#con_right .product-group .product-item {
  text-align: center;
  width: 100%;
  margin: 8px 0 0 0;
}

#con_right .product-group .product-item .product-text{
  text-align: center;
}

/*----------------  产品列表样式  结束   ----------------*/

/*================  底部 ================*/
#bot_table {
  width: 100%;
}

#bot_table #bot_ta_txt_1 {
  font-size: 12px;
}

#bot_table_left {
  margin-top: 0px;
  font-family: Verdana;
  font-size: 18px;
  text-align: center;
  background-color: #90ce3f;
  background-image: linear-gradient(0deg, #90ce3f, #dbfcb5);
}

#bot_table_left > p {
  margin: 0;
}

#bot_table_left > div {
  font-size: 12px;
  padding-bottom: 10px;
}

#bot_table_right {
  width: 100%;
}

#bot_table_right table {
  text-align: center;
}

input[name="email"],input[name="phone"] {
  width: 100%;
}

textarea[name="messages"] {
  width: 100%;
}

.send_btn {
  width: 120px;
  height: 29px;
  border: solid 1px #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background-color: #90ce3f;
}

/*底部*/
.bottom-box #bot_top {
  display: none;
}

.bottom-box #bot_navi {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  background-color: #000;
  color: #FFF;
}

.bottom-box #bot_navi > ul {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bottom-box #bot_navi > ul li {
  margin: 2px 10px;
  padding: 2px 0px 2px 15px;
}
