.foot-wrapper_33 {
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #bcbbbb;
  background-position: top;
  
}

.foot-wrapper_33,
.foot-wrapper_33 a {
  color: #333;
  
  font-family: 'PTsans';
  font-size: 16px;
}

.foot-item_33s {
  padding: 1rem 0 1.3rem 0;
  line-height: 2.3;
  display: flex;
  flex-wrap: wrap;
}

.foot-item_33s .foot-item_33 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
  padding-right: 7%;
}

.foot-item_33s .foot-item_33 .foot-tit_33 {
  position: relative;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: .2rem;
  color: #000;
  letter-spacing: .25px;
  font-family: 'raleway-semibold';
}

.foot-item_33s .foot-item_33.foot-item_33-contact {
}

.foot-item_33s .foot-item_33.foot-item_33-imformation {
}

.foot-item_33s .foot-item_33.foot-item_33-inquiry {
}

.foot-item_33.foot-item_33-contact li {
  position: relative;
  padding: 0 0 0 .35rem;
}

.foot-item_33.foot-item_33-contact li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .18rem;
  width: .35rem;
  text-align: center;
  line-height: .32rem;
  font-family: iconfont;
}

.foot-item_33.foot-item_33-contact li.foot_addr_33:before {
  content: "\e654";
}

.foot-item_33.foot-item_33-contact li.foot_phone_33:before {
  content: "\e600";
}

.foot-item_33.foot-item_33-contact li.foot_email_33:before {
  content: "\e606"
}

.foot-item_33.foot-item_33-contact li.foot_fax_33:before {
  content: "\e807"
}

.foot-item_33.foot-item_33-contact li.foot_skype_33:before {
  content: "\e713"
}

.foot-item_33.foot-item_33-imformation .product-container {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 .2rem;
}

.foot-item_33.foot-item_33-imformation .new-item {
  position: relative;
  margin-bottom: .1rem;
}

.foot-item_33.foot-item_33-imformation .new-item .new-img {
  display: inline-block;
  width: 23.5%;
  vertical-align: top;
  border: 2px solid #7e7e7e;
  margin-left: 2px;
}

.foot-item_33.foot-item_33-imformation .new-item .new-img img {
  width: 100%;
}

.foot-item_33.foot-item_33-imformation .new-item .new-info {
  display: inline-block;
  width: 72.5%;
  padding-left: 10px;
}

.foot-item_33.foot-item_33-imformation .new-item time {
  font-size: 13px;
  font-style: italic;
}

.foot-item_33.foot-item_33-imformation .new-item .title {
  font-size: 14px;
  font-weight: normal;
  max-height: .6rem;
  overflow: hidden;
}

.foot-item_33.foot-item_33-imformation .new-item .title a {}

.foot-item_33.foot-item_33-imformation .owl-carousel .owl-controls .owl-nav {
  display: none;
}

.foot-item_33.foot-item_33-imformation .owl-carousel .owl-controls .owl-dots {
  text-align: left;
}

.subscribe_33 span {
  display: block;
}

.subscribe_33 .button {
  display: inline-block;
  line-height: .32rem;
  padding: 0 .1rem;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  border-radius: 4px;
  margin: .2rem 0;
  cursor: pointer;
  font-weight: bold;
  transition: all .3s ease;
}

.subscribe_33 .button:before {
  font-family: "iconfont";
  content: "\e606";
  margin: 0 .05rem 0 0;
}

.subscribe_33 .button:hover {
  background-color: transparent;
  border: 2px solid #000
}

.foot-bottom_33 {
  text-align: center;
  
  padding: .2rem 0;
  background-color: #fff;
  color: #000;
  border-top: 6px solid #000;
}

.copyright_33 {
  display: inline-block;
}

.head-social_33 {
  position: relative;
  display: inline-block;
}

.head-social_33 li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 .2rem;
}
.head-social_33 li img {
    width: 20px;
}
@media screen and (max-width:768px) {
  .foot-item_33s {
    padding: 0;
    padding-top: 20px;
  }
  .foot-item_33s .foot-item_33 {
    width: 50%;
    margin-bottom: 20px;
  }

}

@media screen and (max-width:480px) {
  .foot-item_33s .foot-item_33 {
    width: 100%;
  }
}