@charset "utf-8";
.event_nav {
  width: 100%;
  border-bottom: 2px solid #e01222;
  background: #fff;
}
.event_nav .e_nav_ul {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
  min-width: 1300px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  background: #fff;
}
.event_nav .e_nav_ul li a {
  display: inline-block;
  padding: 0 32px;
  font-size: 20px;
  font-weight: bold;
  color: #e01222;
  line-height: 44px;
  text-decoration: none;
  letter-spacing: 1px;
}
.event_nav .e_nav_ul li.active a {
  background: #e01222;
  color: #fff;
}
.event_content {
  width: 100%;
}
.event_content .e_tap {
  display: none;
  width: 100%;
}
.event_content .e_tap .event_list {
  width: 100%;
}
.event_content .e_tap .event_list .e_con {
  width: 100%;
}
.event_content .e_tap .event_list .e_con .e_head {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .e_head img {
  display: inline-block;
}
.event_content .e_tap .event_list .e_con .jhs_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item {
  width: 49%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item:hover {
  background: #fbfbfb;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_img {
  display: flex;
  width: 280px;
  height: 280px;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text {
  width: calc(100% - 300px);
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text h5 {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text p {
  width: 100%;
  margin-top: 16px;
  color: #d60211;
  font-size: 16px;
  line-height: 20px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  font-size: 18px;
  color: #d60211;
  margin: 26px 0 56px 0;
  line-height: 18px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price .span_01 {
  display: inline-block;
  color: #fff;
  background: #d60211;
  padding: 0 12px;
  line-height: 24px;
  border-radius: 3px;
  margin-right: 12px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price .span_02 {
  font-size: 26px;
  line-height: 28px;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .jhs_price text {
  font-size: 16px;
  margin-left: 18px;
  color: #979696;
  text-decoration: line-through;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .qg_btn {
  width: calc(100% - 40px);
  background: #df0021;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.event_content .e_tap .event_list .e_con .jhs_list .jhs_item .jhs_text .qg_btn:hover {
  opacity: 0.9;
}
.event_content .e_tap .event_list .e_con .ms_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item {
  width: 24.1%;
  margin: 0 1.2% 14px 0;
  background: #fff;
  padding: 17px 20px 38px 17px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item:nth-child(4n) {
  margin-right: 0;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img {
  width: 100%;
  position: relative;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_zc_img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_img_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_img .ms_img_div img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text {
  width: 100%;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text p {
  font-size: 16px;
  color: #e01222;
  line-height: 30px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price div {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 40px;
  background: #e01222;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price div:hover {
  opacity: 0.9;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price span {
  font-size: 18px;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  color: #e01222;
  line-height: 20px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item .ms_text .ms_price span text {
  font-size: 26px;
  line-height: 28px;
}
.event_content .e_tap .event_list .e_con .ms_list .ms_item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.event_content .e_tap .event_list .e_con .ms_ad {
  width: 100%;
  margin: 6px 0 22px 0;
}
.event_content .e_tap .event_list .e_con .ms_ad img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.event_content .e_tap .e_jhs {
  width: 100%;
  background: url(../images/jhs_bj.png) #fff no-repeat center top;
  background-size: cover cover;
}
.event_content .e_tap .e_ms {
  width: 100%;
  background: url(../images/ms_bj.png) #f4f4f4 no-repeat center top;
  background-size: cover cover;
}
.single_filter {
  width: 100%;
  background: #fff;
  height: 72px;
  margin-bottom: 28px;
}
.single_filter ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.single_filter ul li {
  font-size: 22px;
  color: #424242;
  width: 278px;
  text-align: center;
  line-height: 72px;
  cursor: pointer;
}
.single_filter ul li.s_cur {
  color: #fff;
  background: #e01222;
}
.single_filter ul li.s_cur:hover {
  color: #fff;
}
.single_filter ul li:hover {
  color: #e01222;
}
.single_filte_ms {
  width: 100%;
  margin-bottom: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.single_filte_ms ul {
  white-space: nowrap;
  height: 72%;
  min-width: 100%;
  background: #fff;
  width: auto;
}
.single_filte_ms ul li {
  width: 20%;
  max-width: 278px;
  display: inline-block;
}
.single_filte_ms ul li .li_box {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_filte_ms ul li .time_div {
  color: #333333;
  font-size: 16px;
}
.single_filte_ms ul li .status_div {
  display: none;
  padding-left: 16px;
}
.single_filte_ms ul li.s_cur {
  background: #e01222;
}
.single_filte_ms ul li.s_cur .time_div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.single_filte_ms ul li.s_cur .status_div {
  display: flex;
  flex-direction: column;
}
.single_filte_ms ul li.s_cur .status_div h5 {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
}
.single_filte_ms ul li.s_cur .status_div div {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.single_filte_ms ul li.s_cur .status_div div * {
  font-size: 15px;
  color: #fff;
}
/*产品中心*/
.prod_box {
  width: 100%;
  position: relative;
  background: url(../images/fg_line.png) no-repeat center top;
  background-size: 100% 2px;
}
.prod_box .cur_location {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .cur_location li a {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
.prod_box .cur_location li a::after {
  content: '>';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: normal;
}
.prod_box .cur_location li:nth-child(1) a {
  padding: 0;
}
.prod_box .cur_location li:nth-child(1) a::after {
  content: none;
}
.prod_box .prod_filter {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.prod_box .prod_filter .p_f_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
}
.prod_box .prod_filter .p_f_item:last-child {
  border: none;
}
.prod_box .prod_filter .p_f_item .p_f_label {
  line-height: 52px;
  width: 106px;
  font-size: 13px;
  color: #666;
  padding-left: 18px;
}
.prod_box .prod_filter .p_f_item .p_f_con {
  width: calc(100% - 106px);
  padding-left: 20px;
  background: #fff;
}
.prod_box .prod_filter .p_f_item .p_f_con ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 11px;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li {
  line-height: 30px;
  height: 30px;
  border: 1px solid transparent;
  padding: 0 20px;
  color: #005aa0;
  cursor: pointer;
  font-size: 13px;
  margin: 0 10px 10px 0;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li.s_cur {
  border-color: #e5e5e5;
  color: #e4393c;
  position: relative;
  padding-right: 25px;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li.s_cur::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/close.png) center center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.prod_box .prod_filter .p_f_item .p_f_con ul li:hover {
  color: #e4393c;
}
.prod_box .list_filter {
  width: 100%;
  margin: 16px 0;
  background: #f3f3f3;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_box .list_filter .l_f_left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .list_filter .l_f_left .filter_ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.prod_box .list_filter .l_f_left .filter_ul li {
  border-right: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px 0 24px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  height: 42px;
}
.prod_box .list_filter .l_f_left .filter_ul li img {
  width: 12px;
  height: auto;
  margin-left: 10px;
}
.prod_box .list_filter .l_f_left .filter_ul li img.s_arrow {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li img.d_arrow {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_m {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_t {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li img.f_d {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on {
  color: #fff;
  background: #e4393c;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.s_arrow {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.d_arrow {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_m {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_t {
  display: inline-block;
}
.prod_box .list_filter .l_f_left .filter_ul li.on img.f_d {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_m {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_t {
  display: none;
}
.prod_box .list_filter .l_f_left .filter_ul li.on.filter_show img.f_d {
  display: inline-block;
}
.prod_box .list_filter .l_f_right {
  font-size: 14px;
  color: #666;
  padding-right: 46px;
}
.prod_box .list_filter .l_f_right span {
  color: #e4393c;
}
.prod_box .list_div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod_box .list_div .list_right {
  width: 254px;
  border: 1px solid #e5e5e5;
  padding: 16px;
}
.prod_box .list_div .list_right .r_p_h5 {
  font-size: 16px;
  color: #666666;
  line-height: 18px;
}
.prod_box .list_div .list_right .r_prod {
  width: 100%;
}
.prod_box .list_div .list_right .r_prod a {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.prod_box .list_div .list_right .r_prod a .r_img {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_zc {
  width: 100%;
  height: auto;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod_box .list_div .list_right .r_prod a .r_img .r_img_box img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.prod_box .list_div .list_right .r_prod a p {
  width: 100%;
  font-size: 16px;
  color: #ff0000;
  margin-top: 18px;
  line-height: 20px;
}
.prod_box .list_div .list_right .r_prod a h5 {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 2px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod_box .list_div .list_right .r_prod a:hover .r_img {
  background: #f7f7f7;
}
.prod_box .list_div .list_right .r_prod a:hover h5 {
  color: #000;
}
.prod_box .list_div .list_left {
  width: calc(100% - 294px);
  /* display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap; */
}
.prod_box .list_div .list_left #product_list a {
  display: inline-block;
  width: 23.5%;
  margin: 0 2% 22px 0;
  background: #fff;
  padding-bottom: 20px;
}
.prod_box .list_div .list_left #product_list a:nth-child(4n) {
  margin-right: 0;
}
.prod_box .list_div .list_left #product_list a:hover {
  box-shadow: 0 4px 8px rgba(74, 74, 74, 0.2);
}
.prod_box .list_div .list_left #product_list a .l_img {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.prod_box .list_div .list_left a .l_img .l_img_zc {
  width: 100%;
  height: auto;
}
.prod_box .list_div .list_left a .l_img .l_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod_box .list_div .list_left a .l_img .l_img_box img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.prod_box .list_div .list_left a p {
  font-size: 22px;
  color: #ff0000;
  line-height: 54px;
  padding: 0 5px;
}
.prod_box .list_div .list_left a h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #161616;
  line-height: 20px;
  padding: 0 5px;
}
.prod_box .list_div .list_left a .desc_d {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #ef8c34;
  margin-top: 14px;
  padding: 0 5px;
}
.prod_box .list_div .list_left a .desc_d text {
  margin-right: 13px;
}
.prod_box .list_div .list_left a .desc_d text:last-child {
  margin-right: 0;
}
.prod_box .list_div .list_left a span {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 8px 0 5px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #c9c9c9;
  color: #e4393c;
  line-height: 32px;
  margin-left: 5px;
}
.prod_box .list_div .list_left a span img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
