@charset "utf-8";
body {
  background: #f4f4f4;
}
.index_banner {
  width: 100%;
  min-width: 1300px;
  position: relative;
}
.index_banner img {
  width: 100%;
  height: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 64px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
  border-radius: 0;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #01966e;
}
.index_event {
  width: 100%;
  padding-top: 50px;
}
.sy_event {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_event .sy_e_item {
  width: 49.5%;
  background: #fff;
  padding: 0 15px 30px 15px;
}
.sy_event .sy_e_item .event_head {
  display: flex;
  width: 100%;
  padding: 30px 0;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
}
.sy_event .sy_e_item .event_head img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 16px;
}
.sy_event .sy_e_item .e_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_event .sy_e_item .e_box .e_b_left {
  display: inline-block;
  width: 33%;
  position: relative;
}
.sy_event .sy_e_item .e_box .e_b_left .bj_zc {
  width: 100%;
  height: auto;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text h5 {
  text-align: center;
  width: 100%;
  font-size: 27px;
  color: #566aa8;
  line-height: 32px;
  font-weight: bold;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text p {
  font-size: 15px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
  text-align: center;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text h6 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text .sd_mark {
  display: inline-block;
  width: 32px;
  height: auto;
  margin: 18px 0 20px 0;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text .changci_div {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text .count_down {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 18px;
}
.sy_event .sy_e_item .e_box .e_b_left .e_b_left_text .count_down span {
  display: inline-block;
  width: 34px;
  height: 37px;
  margin: 0 2px;
  background: #2f3430;
  text-align: center;
  line-height: 37px;
}
.sy_event .sy_e_item .e_box .e_b_right {
  width: 64.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod {
  display: inline-block;
  width: 48%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_bj {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod:hover .e_p_main img {
  bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main .p_main_text {
  width: 100%;
  padding: 26px 10px 0 12px;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main .p_main_text h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
  padding-right: 30%;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main .p_main_text p {
  font-size: 12px;
  color: #717171;
  line-height: 14px;
  padding-right: 40%;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main .it_price {
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-size: 14px;
  color: #df0021;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main .it_price text {
  font-size: 16px;
  font-weight: bold;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod .e_p_main img {
  display: inline-block;
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 6px;
  right: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_event .sy_e_item .e_box .e_b_right .e_prod:nth-child(3),
.sy_event .sy_e_item .e_box .e_b_right .e_prod:nth-child(4) {
  margin-bottom: 0;
}
.sy_ad {
  width: 100%;
  margin-top: 28px;
}
.sy_ad img {
  width: 100%;
  height: auto;
  display: inline-block;
  border: none;
}
.sy_prod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_prod .syProd_item {
  width: 49.5%;
  background: #fff;
  padding: 0 15px 15px 15px;
  margin-top: 32px;
}
.sy_prod .syProd_item .sy_head {
  width: 100%;
  padding: 22px 0 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_prod .syProd_item .sy_head .sy_h_l {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.sy_prod .syProd_item .sy_head a {
  font-size: 16px;
  color: #818181;
  display: flex;
  justify-content: right;
  align-items: center;
}
.sy_prod .syProd_item .sy_head a img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 12px;
}
.sy_prod .syProd_item .sy_head a:hover {
  color: #f19702;
}
.sy_prod .syProd_item .p_item_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_prod .syProd_item .p_item_box .p_box_left {
  width: 36.5%;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 .sym_bj {
  width: 100%;
  height: auto;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 .p_left_01_text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 .p_left_01_text h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.5px;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 .p_left_01_text span {
  display: inline-block;
  margin: 20px 0 20px 0;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_01 .p_left_01_text p {
  font-size: 15px;
  line-height: 30px;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 {
  width: 100%;
  position: relative;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .m_cp_bj {
  width: 100%;
  height: auto;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 30px 10px 0 10px;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text h5 {
  font-size: 13px;
  line-height: 15px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  letter-spacing: 0.5px;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-top: 6px;
  padding-right: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text .buy_price {
  color: #df0021;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text .buy_it {
  display: inline-block;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 72px;
  height: 25px;
  background: url(../images/buy_btn.gif) no-repeat left center;
  background-size: 100% auto;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text img {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 14px;
  width: auto;
  max-width: 92px;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item .p_item_box .p_box_right {
  width: 61.4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_prod .syProd_item .p_item_box .p_box_right a {
  display: flex;
  width: 49%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.sy_prod .syProd_item .p_item_box .p_box_right a:hover .p_img img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item .p_item_box .p_box_right a .p_img {
  background: #f1f1f1;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sy_prod .syProd_item .p_item_box .p_box_right a .p_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item .p_item_box .p_box_right a h5 {
  width: 100%;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_prod .syProd_item .p_item_box .p_box_right a div {
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
}
.sy_prod .syProd_item .p_item_box .p_box_right a div span {
  color: #ff0000;
  margin-right: 5px;
}
.sy_prod .syProd_item .p_item_box .p_box_right a div text {
  color: #747474;
  text-decoration: line-through;
  font-size: 13px;
}
.sy_prod .syProd_item .p_item_box .p_box_right a:hover h5 {
  color: #ff0000;
}
.sy_prod .syProd_item .p_item_box .p_box_right a:nth-child(3),
.sy_prod .syProd_item .p_item_box .p_box_right a:nth-child(4) {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .sy_prod .syProd_item .p_item_box .p_box_right a .p_img {
    height: 193px;
  }
  .sy_prod .syProd_item .p_item_box .p_box_left .p_left_02 .p_left_02_text img {
    max-width: 74px;
  }
}
@media screen and (max-width: 1336px) {
  .sy_prod .syProd_item .p_item_box .p_box_right a .p_img {
    height: 175px;
  }
  .sy_prod .syProd_item .p_item_box .p_box_right a h5 {
    line-height: 46px;
  }
}
.sy_joinIn {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_joinIn .sy_join_left {
  width: 39%;
  padding: 0 15px 0 15px;
  background: #fff;
}
.sy_joinIn .sy_join_left .sy_head {
  width: 100%;
  padding: 12px 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.sy_joinIn .sy_join_left .sy_head .sy_h_l {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.sy_joinIn .sy_join_left .sy_head .sy_h_l img {
  display: inline-block;
  width: 42px;
  height: auto;
  margin-right: 14px;
}
.sy_joinIn .sy_join_left .sy_head a {
  font-size: 16px;
  color: #818181;
  display: flex;
  justify-content: right;
  align-items: center;
}
.sy_joinIn .sy_join_left .sy_head a img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 12px;
}
.sy_joinIn .sy_join_left .sy_head a:hover {
  color: #f19702;
}
.sy_joinIn .sy_join_left .sy_zs_modal {
  height: 452px;
  width: 100%;
  padding: 30px 10px 18px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item {
  width: 49.5%;
  height: 196px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item span {
  display: inline-block;
  width: 96px;
  height: 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item p {
  font-size: 22px;
  color: #343434;
  line-height: 24px;
  margin-top: 20px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item .zs_icon01 {
  background: url(../images/jm_icon01.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item .zs_icon02 {
  background: url(../images/jm_icon02.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item .zs_icon03 {
  background: url(../images/jm_icon03.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item .zs_icon04 {
  background: url(../images/jm_icon04.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover {
  background: url(../images/h_bj.png) no-repeat center center;
  background-size: 100% 100%;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover p {
  color: #fff;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover .zs_icon01 {
  background: url(../images/jm_icon01h.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover .zs_icon02 {
  background: url(../images/jm_icon02h.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover .zs_icon03 {
  background: url(../images/jm_icon03h.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_left .sy_zs_modal .sy_zs_item.hover .zs_icon04 {
  background: url(../images/jm_icon04h.png) no-repeat center center;
  background-size: 96px 96px;
}
.sy_joinIn .sy_join_right {
  width: 60%;
  padding: 0 15px 0 15px;
  background: #fff;
}
.sy_joinIn .sy_join_right .sy_head {
  width: 100%;
  padding: 12px 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.sy_joinIn .sy_join_right .sy_head .sy_h_l {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.sy_joinIn .sy_join_right .sy_head .sy_h_l img {
  display: inline-block;
  width: 42px;
  height: auto;
  margin-right: 14px;
}
.sy_joinIn .sy_join_right .sy_head a {
  font-size: 16px;
  color: #818181;
  display: flex;
  justify-content: right;
  align-items: center;
}
.sy_joinIn .sy_join_right .sy_head a img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 12px;
}
.sy_joinIn .sy_join_right .sy_head a:hover {
  color: #f19702;
}
.sy_joinIn .sy_join_right .oem_box {
  width: 100%;
  height: 452px;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_joinIn .sy_join_right .oem_box .oem_right {
  width: 37%;
  height: 402px;
  background: url(../images/cp_jgbj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sy_joinIn .sy_join_right .oem_box .oem_right h5 {
  width: 100%;
  text-align: left;
  font-size: 27px;
  line-height: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}
.sy_joinIn .sy_join_right .oem_box .oem_right ul {
  width: 100%;
  margin-top: 26px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.sy_joinIn .sy_join_right .oem_box .oem_right ul li {
  width: 100%;
  line-height: 54px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.sy_joinIn .sy_join_right .oem_box .oem_right ul li a {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.sy_joinIn .sy_join_right .oem_box .oem_right ul li a img {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-right: 13px;
}
.sy_joinIn .sy_join_right .oem_box .oem_right ul li a:hover {
  padding-left: 6px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left {
  width: 63%;
  background: #f4f4f4;
  height: 402px;
  padding: 16px 14px 0 14px;
  display: flex;
  flex-direction: column;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item img {
  display: inline-block;
  width: 63px;
  height: auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon {
  display: inline-block;
  width: 63px;
  height: 63px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon01 {
  background: url(../images/dz_01.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon01:hover {
  background: url(../images/dz_01_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon02 {
  background: url(../images/dz_02.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon02:hover {
  background: url(../images/dz_02_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon03 {
  background: url(../images/dz_03.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_icon.ts_icon03:hover {
  background: url(../images/dz_03_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_text {
  width: calc(100% - 77px);
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_text h5 {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 18px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_text p {
  font-size: 16px;
  margin-top: 8px;
  line-height: 18px;
  color: #333;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item .oem_ts_text p span {
  color: #ff8001;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item:hover .oem_ts_icon.ts_icon01 {
  background: url(../images/dz_01_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item:hover .oem_ts_icon.ts_icon02 {
  background: url(../images/dz_02_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item:hover .oem_ts_icon.ts_icon03 {
  background: url(../images/dz_03_h.png) no-repeat center center;
  background-size: 100% auto;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_ts_item:hover .oem_ts_text h5 {
  color: #008f6b;
  font-weight: bold;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_desc {
  padding: 0 18px;
  height: 40px;
  margin-top: 5px;
  background: url(../images/text_bj.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 17px;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 20px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_desc img {
  display: inline-block;
  width: 18px;
  height: auto;
  margin-right: 14px;
}
.sy_joinIn .sy_join_right .oem_box .oem_left .oem_desc:hover {
  opacity: 0.9;
}
.left_silde {
  width: 100%;
  min-width: 1300px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 5;
}
.left_silde .left_nav_width {
  width: 100%;
  max-width: 1460px;
  min-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}
.left_silde .left_nav_width .left_nav_box {
  width: 260px;
  position: relative;
}
.left_silde .left_nav_width .left_nav_box:hover .l_nav_list {
  padding: 80px 10px 30px 10px;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.left_silde .left_nav_width .left_nav_box .l_nav_head {
  cursor: pointer;
  width: 100%;
  height: 70px;
  background: url(../images/type_title.png) no-repeat center top;
  font-size: 22px;
  color: #fff;
  line-height: 68px;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list {
  display: inline-block;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: calc(100% - 12px);
  margin-left: 6px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 10px 0px 10px;
  border-radius: 0 0 10px 10px;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li {
  width: 100%;
  cursor: pointer;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li.nav_show .nav_one {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li.nav_show .nav_one i {
  transform: rotate(90deg);
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li.nav_show .l_nav_sub {
  display: inline-block;
  height: auto;
  opacity: 1;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li:first-child .nav_one {
  border: none;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li .nav_one {
  font-size: 16px;
  color: #FFF;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  line-height: 50px;
  padding: 0 5px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li .nav_one i {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li .l_nav_sub {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px 10px 25px;
  transition: height 0.2s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li .l_nav_sub a {
  display: inline-block;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
  width: 100%;
}
.left_silde .left_nav_width .left_nav_box .l_nav_list ul li .l_nav_sub a:hover {
  color: #08ab94;
  opacity: 1;
}
