@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.search_box {
  max-width: 950px;
  margin: 0 auto;
}

.search_box .search {
  max-width: 950px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: solid 1px #ff4000;
  background-color: #ffffff;
  margin-top: 25px;
}

.search_box .search > .search_box3 {
  flex: 1;
  height: 100%;
  padding: 0 25px;
}

.search_box .search > .search_box3 > input {
  width: 100%;
  height: 100%;
}

.search_box .search > .search_box4 {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #ff6927, #ff4605);
  height: 100%;
  color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
}

.search_box .search > .search_box4 > img {
  margin-right: 14px;
}

.search_box .resou {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.search_box .resou > div {
  margin-right: 37px;
  display: flex;
  align-items: center;
}

.search_box .resou > div > a {
  margin-left: 10px;
  font-weight: bold;
  color: #000 !important;
}

.search_box .resou > div > a:hover {
  color: #000 !important;
}

.search_box .resou > a {
  margin-right: 37px;
  color: #666666;
}

.search_box .resou > a:hover {
  color: #666666 !important;
}

.search_box .resou > a:last-child {
  margin-right: 0;
}

.meau {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #ffffff;
}

.meau > .meau_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.meau > .meau_title > .meau_title1 {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  color: #ff4000;
}

.meau > .meau_title > .meau_title1 > img {
  margin-right: 9px;
}

.meau > .meau_title > .right_box {
  display: flex;
  align-items: center;
}

.meau > .meau_title > .right_box > #accordion {
  font-size: 14px;
  color: #555555;
  margin-right: 10px;
  cursor: pointer;
}

.meau > .meau_title > .right_box > #accordion:hover {
  color: #ff4000;
}

.meau > .meau_title > .right_box > .meau_title2 {
  font-size: 14px;
  color: #555555;
}

.meau > .meau_title > .right_box > .meau_title2:hover {
  color: #ff4000;
}

.meau > .meau_line {
  width: 100%;
  height: 1px;
  background-color: #ff4000;
}

.meau > .meau_box {
  padding: 25px;
}

.meau > .meau_box .active {
  color: #ff4000;
}

.meau > .meau_box > .zksq .plate2 > .template > .li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 28px;
  position: relative;
  margin-top: 14px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li:first-child {
  margin-top: 20px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .left {
  width: 163px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding-right: 28px;
  position: relative;
  font-size: 14px;
  padding-bottom: 20px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i > a {
  font-size: 14px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i > .ul {
  min-width: 260px;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.1);
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  z-index: 999;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i > .ul > .i0 {
  padding: 10px;
  color: #666;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i > .ul > .i0 > a {
  font-size: 14px;
}

.meau > .meau_box > .zksq .plate2 > .template > .li > .right > .i:hover > .ul {
  display: flex;
}

.meau > .meau_box > .meau_box_item {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}

.meau > .meau_box > .meau_box_item:first-child {
  margin-top: 0;
}

.meau > .meau_box > .meau_box_item > .meau_box_item_title {
  width: 163px;
}

.meau > .meau_box > .meau_box_item > .meau_box_item_title2 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.meau > .meau_box > .meau_box_item > .meau_box_item_title2 > a {
  font-size: 14px;
  margin-right: 28px;
  padding-bottom: 20px;
}

.meau > .meau_box > .meau_box_item > .meau_box_item_title2 > a:hover {
  color: #ff4000;
}

.meau > .meau_box > .plate3 {
  margin-top: 20px;
}

.meau > .meau_box > .plate3 > .template > .li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.meau > .meau_box > .plate3 > .template > .li .i {
  display: flex;
  align-items: center;
  margin-right: 25px;
  cursor: pointer;
}

.meau > .meau_box > .plate3 > .template > .li .i > .check {
  outline: none;
  border: 1px solid #ddd;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.meau > .meau_box > .plate3 > .template > .li .bqselect {
  cursor: pointer;
}

.meau > .meau_box > .plate3 > .template > .li2 {
  margin-top: 34px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i4 > .p1 {
  text-align: left;
  padding: 1px 2px;
  width: 55px;
  border: 1px solid #ddd;
  font-size: 12px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i4 > .p2 {
  width: 25px;
  height: 1px;
  background: #ddd;
  margin: 0 5px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i4 > .p3 {
  text-align: left;
  padding: 1px 2px;
  width: 55px;
  border: 1px solid #ddd;
  font-size: 12px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i4 > .priceselsect {
  font-size: 14px;
  margin-left: 10px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu {
  position: relative;
  width: 15px;
  height: 12px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .active1::before {
  border-bottom: 5px solid #000000 !important;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .active2::after {
  border-top: 5px solid #000000 !important;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .paixu1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cccccc;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .paixu1:hover::before {
  border-bottom: 5px solid #000000;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .paixu2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .paixu .paixu2:hover::after {
  border-top: 5px solid #000000;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper:hover .select-hide {
  display: block;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .custom-select {
  position: relative;
  width: 200px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .custom-select > .select-selected {
  background-color: #ff4000;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  display: block;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .select-items {
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 99;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .select-items > a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .select-items > a:hover {
  background-color: #ff6927;
  color: #ffffff;
}

.meau > .meau_box > .plate3 > .template > .li2 > .i > .custom-select-wrapper > .select-hide {
  display: none;
}

.meau > .meau_box > .zhankai {
  margin-top: 34px;
  text-align: center;
  cursor: pointer;
}

.product {
  padding-left: 25px;
  background-color: #ffffff;
  width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
}

.product > .product_item {
  width: 236px;
  margin-top: 20px;
  margin-right: 17px;
  padding: 3px;
  border: solid 1px transparent;
  box-shadow: -10px -10px 15px -15px rgba(210, 210, 210, 0.9), 10px 10px 15px -15px rgba(210, 210, 210, 0.9), -10px 10px 15px -15px rgba(210, 210, 210, 0.9), 10px -10px 15px -15px rgba(210, 210, 210, 0.9);
  border-radius: 10px;
  box-sizing: border-box;
}

.product > .product_item:hover {
  border: solid 1px #ff4000;
}

.product > .product_item > .product_item_img {
  width: 228px;
  height: 188px;
  overflow: hidden;
}

.product > .product_item > .product_item_img > img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.product > .product_item > .product_item_img:hover > img {
  transform: scale(1.3);
}

.product > .product_item > .product_item_title {
  font-size: 14px;
  margin-top: 12px;
  padding: 0 10px;
}

.product > .product_item > .product_item_title1 {
  font-size: 15px;
  color: #ff4000;
  margin-top: 16px;
  padding: 0 10px;
}

.product > .product_item > .product_item_title2_bxo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px;
}

.product > .product_item > .product_item_title2_bxo > .product_item_title2 {
  display: flex;
  align-items: center;
}

.product > .product_item > .product_item_title2_bxo > .product_item_title2 > .product_item_name {
  font-size: 12px;
  color: #888888;
}

.product > .product_item > .product_item_title2_bxo > .product_item_title2 > .pin {
  font-size: 11px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  background-color: #ff4000;
  text-align: center;
  line-height: 16px;
  margin: 0 4px;
}

.product > .product_item > .product_item_title2_bxo > .product_item_title2 > .product_item_year {
  font-size: 12px;
  color: #888888;
}

.product > .product_item > .product_item_title2_bxo > .address {
  font-size: 12px;
  color: #888888;
}

.table_fy {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.table_fy > .table_jl {
  display: flex;
  align-items: center;
}

.table_fy > .table_jl > .table_jl_span {
  width: auto;
  padding: 0 5px;
  background: none;
  border: 1px solid #ff4000;
  margin-right: 13px;
  color: #ff4000;
  background-color: #fff;
}

.table_fy > .table_djnum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.table_fy > .table_djnum > .left_jt {
  width: 40px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 10px;
}

.table_fy > .table_djnum > .left_jt > #image1 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
}

.table_fy > .table_djnum > .left_jt > #image2 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.table_fy > .table_djnum > .left_jt:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.table_fy > .table_djnum > .num:hover {
  background-color: #ff4000;
  color: #fff;
  transition: 0.2s;
}

.table_fy > .table_djnum > .num {
  width: 32px;
}

.table_fy > .table_djnum > .current {
  background-color: #ff4000;
  color: #fff;
}

.table_fy > .table_djnum > .current:hover {
  background-color: #ddd;
  transition: 0.2s;
}
