/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.crumb {
  padding: 27px 0;
  font-size: 0;
  color: #ccc;
}
.crumb * {
  font-size: 13px;
}
.crumb a {
  color: #999;
}
.crumb a:hover {
  color: #ff5e00;
}
.crumb span {
  margin: 0 10px;
}
.crumb span:last-child {
  margin: 0;
  color: #666;
}
@media (max-width: 1279px) {
  .crumb {
    padding: 10px 0;
  }
  .crumb * {
    font-size: 10px;
  }
  .crumb span {
    margin: 0 2px;
  }
}
.products {
  padding-bottom: 78px;
}
@media (max-width: 1279px) {
  .products {
    padding-bottom: 30px;
  }
}
.products-aside {
  width: 230px;
  padding: 20px;
  margin-right: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.products-aside .box > .hd {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
}
.products-aside .box.nav {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f5f5f5;
}
.products-aside .box.nav > .bd.active h3 {
  color: #ff5e00;
}
.products-aside .box.nav > .bd h3 {
  margin: 0 0 10px;
  font-size: 13px;
}
.products-aside .box.nav > .bd p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 10px;
  margin: 0;
  font-size: 13px;
}
.products-aside .box.nav > .bd p:last-child a {
  font-weight: bold;
  color: #2d2d2d;
}
.products-aside .box.nav > .bd p.active a {
  color: #ff5e00;
}
.products-aside .box.nav > .bd p.active a span {
  color: #ff5e00;
}
.products-aside .box.nav > .bd p a {
  color: #666;
}
.products-aside .box.nav > .bd p a:hover {
  color: #ff5e00;
}
.products-aside .box.nav > .bd p a:hover span {
  color: #ff5e00;
}
.products-aside .box.nav > .bd p a span {
  margin-left: 3px;
  color: #999;
}
.products-aside .box.feature > .bd ul li:not(:last-child) {
  margin-bottom: 10px;
}
.products-aside .box.feature > .bd ul li .item {
  display: block;
  overflow: hidden;
  color: #666;
}
.products-aside .box.feature > .bd ul li .item:hover {
  text-decoration: underline;
}
.products-aside .box.feature > .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.products-aside .box.feature > .bd ul li .item .pic {
  display: block;
  width: 60px;
  overflow: hidden;
  margin-right: 6px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.products-aside .box.feature > .bd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-aside .box.feature > .bd ul li .item p {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 13px;
}
@media (max-width: 1279px) {
  .products-aside {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .products-aside .box.nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .products-aside .box.nav > .bd p {
    display: inline-block;
    padding: 0 5px;
  }
  .products-aside .box.feature > .bd {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .products-aside .box.feature > .bd::-webkit-scrollbar {
    display: none;
  }
  .products-aside .box.feature > .bd ul {
    font-size: 0;
    white-space: nowrap;
  }
  .products-aside .box.feature > .bd ul li {
    display: inline-block;
    width: 100px;
    white-space: initial;
    vertical-align: top;
  }
  .products-aside .box.feature > .bd ul li + li {
    margin-left: 10px;
  }
  .products-aside .box.feature > .bd ul li .item .pic {
    float: none;
    width: 100%;
    height: 100px;
    margin-right: 0;
  }
  .products-aside .box.feature > .bd ul li .item p {
    font-size: 12px;
  }
}
.products-content {
  overflow: hidden;
}
.products-content > .sort {
  margin-bottom: 24px;
  font-size: 16px;
}
.products-content > .sort p {
  margin: 0;
  font-weight: bold;
}
.products-content > .sort p span {
  margin: 0 5px;
  color: #ff5e00;
}
.products-content > .sort .btns a {
  float: left;
  display: block;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
}
.products-content > .sort .btns a.icon-grid {
  background-image: url('../images/icon18.png');
}
.products-content > .sort .btns a.icon-grid.active {
  background-image: url('../images/icon19.png');
}
.products-content > .sort .btns a.icon-list {
  background-image: url('../images/icon20.png');
}
.products-content > .sort .btns a.icon-list.active {
  background-image: url('../images/icon21.png');
}
.products-content > .sort .btns a + a {
  margin-left: 10px;
}
@media (max-width: 1279px) {
  .products-content > .sort {
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.products-list ul {
  margin: 0 -20px -20px 0;
}
.products-list ul li {
  float: left;
  width: 25%;
  padding: 0 20px 20px 0;
}
.products-list ul li .item {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: #666;
  background-color: #fff;
}
.products-list ul li .item .pic {
  display: block;
  overflow: hidden;
}
.products-list ul li .item .pic:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.products-list ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-list ul li .item .desc {
  padding: 0 15px 15px;
}
.products-list ul li .item .desc h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-top: 7px;
}
.products-list ul li .item .desc h3 a {
  color: #666;
}
.products-list ul li .item .desc h3 a:hover {
  text-decoration: underline;
}
.products-list ul li .item .desc p {
  padding: 14px 0 14px 20px;
  margin: 14px 0 0;
  border-top: 1px solid #f5f5f5;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  height: 65px;
}
.products-list ul li .item .desc .tools {
  font-size: 0;
}
.products-list ul li .item .desc .tools a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.products-list ul li .item .desc .tools a:hover {
  padding: 1px 15px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.products-list ul li .item .desc .tools a + a {
  margin-left: 8px;
}
@media (max-width: 1279px) {
  .products-list ul {
    margin: 0 -10px -10px 0;
  }
  .products-list ul li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .products-list ul li .item .desc {
    padding: 0 10px 10px;
  }
  .products-list ul li .item .desc p {
    padding: 10px 0 10px 20px;
    margin-top: 5px;
  }
}
.products-list2 ul li {
  padding: 25px 25px 20px 42px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.products-list2 ul li .pic {
  display: block;
  width: 202px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.products-list2 ul li .pic:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.products-list2 ul li .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-list2 ul li .ft {
  width: 260px;
  margin-left: 97px;
  color: #666;
}
.products-list2 ul li .ft h3 {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.products-list2 ul li .ft .country {
  padding-left: 20px;
  font-size: 13px;
  background: url('../images/icon22.png') no-repeat left center;
}
.products-list2 ul li .ft .tools {
  margin-top: 20px;
  font-size: 0;
}
.products-list2 ul li .ft .tools a {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 16px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  font-size: 12px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.products-list2 ul li .ft .tools a:hover {
  padding: 1px 17px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.products-list2 ul li .ft .tools a:hover span {
  background-image: url('../images/icon24_hover.png');
}
.products-list2 ul li .ft .tools a span {
  padding-left: 21px;
  background: url('../images/icon24.png') no-repeat left center;
}
.products-list2 ul li .ft .tools a + a {
  margin-left: 8px;
}
.products-list2 ul li .desc {
  overflow: hidden;
}
.products-list2 ul li .desc h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.products-list2 ul li .desc h3 a {
  color: #666;
}
.products-list2 ul li .desc h3 a:hover {
  text-decoration: underline;
}
.products-list2 ul li .desc p {
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  margin: 20px 0 0;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .products-list2 ul li .ft {
    margin-left: 40px;
  }
}
@media (max-width: 1279px) {
  .products-list2 ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .products-list2 ul li .pic {
    width: 100px;
    margin-right: 10px;
  }
  .products-list2 ul li .ft {
    float: none;
    width: auto;
    padding-top: 10px;
    margin: 10px 0 0;
    border-top: 1px solid #f5f5f5;
  }
  .products-list2 ul li .ft h3 {
    height: auto;
  }
  .products-list2 ul li .ft .tools {
    margin-top: 10px;
  }
  .products-list2 ul li .desc p {
    height: 50px;
    line-height: 25px;
    margin: 10px 0 0;
    font-size: 12px;
  }
}
.page-nav {
  margin-top: 35px;
  font-size: 0;
}
.page-nav li {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  overflow: hidden;
  margin: 0 4px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  font-size: 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e4e4e4;
}
.page-nav li a {
  display: block;
  width: 100%;
}
.page-nav li:hover {
  background-color: #fa792e;
  color: #fff;
}
.page-nav li:hover a {
  color: #fff;
}
.page-nav li.active {
  background-color: #ff5e00;
  color: #fff;
}
.page-nav li.more {
  color: #fff;
  background-color: #ededed;
}
.page-nav li.prev {
  width: 38px;
  background-image: url('../images/prev2.png');
}
.page-nav li.next {
  width: 38px;
  background-image: url('../images/next2.png');
}
@media (max-width: 1279px) {
  .page-nav {
    margin-top: 10px;
  }
  .page-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 2px 2px 0;
  }
}
.products-box1 {
  padding: 0 30px 30px;
  background-color: #fff;
}
.products-box1 .container {
  position: relative;
  padding-right: 370px;
}
.products-box1 .photo {
  width: 400px;
}
.products-box1 .photo .photo-pic {
  margin-bottom: 24px;
  border: 1px solid #f5f5f5;
}
.products-box1 .photo .photo-pic .pic {
  display: block;
  width: 100%;
}
.products-box1 .photo .photo-swiper {
  padding: 0 21px;
}
.products-box1 .photo .photo-swiper .swiper-slide img {
  display: block;
  width: 100%;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-box1 .photo .photo-swiper .swiper-slide img.active,
.products-box1 .photo .photo-swiper .swiper-slide img:hover {
  border-color: #ff5e00;
}
.products-box1 .photo .photo-swiper-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 21px;
  background-repeat: no-repeat;
}
.products-box1 .photo .photo-swiper-btn.photo-swiper-btn-prev {
  left: 0;
  background-image: url('../images/prev3.png');
  background-position: left center;
}
.products-box1 .photo .photo-swiper-btn.photo-swiper-btn-next {
  right: 0;
  background-image: url('../images/next3.png');
  background-position: right center;
}
.products-box1 .intro {
  position: absolute;
  top: 67px;
  right: 0;
  width: 355px;
  padding: 20px 20px 25px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff0d4 0%, #fff 55%);
}
.products-box1 .intro h3 {
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
}
.products-box1 .intro h3 a:hover {
  color: #ff5e00;
}
.products-box1 .intro h4 {
  margin: 20px 0 0;
  font-size: 14px;
  color: #666;
}
.products-box1 .intro p {
  line-height: 20px;
  padding-left: 19px;
  margin: 15px 0 0;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.products-box1 .intro .tools {
  margin-top: 22px;
  font-size: 0;
}
.products-box1 .intro .tools a {
  display: inline-block;
  padding: 0 13px;
  border: 1px solid #f8ddaa;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.products-box1 .intro .tools a:hover {
  border-color: #ff5e00;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.products-box1 .intro .tools a:hover span {
  color: #fff;
}
.products-box1 .intro .tools a:hover span.icon26 {
  background-image: url('../images/icon26_hover.png');
}
.products-box1 .intro .tools a:hover span.icon27 {
  background-image: url('../images/icon27_hover.png');
}
.products-box1 .intro .tools a span {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-left: 18px;
  font-size: 12px;
  color: #d86624;
  background-repeat: no-repeat;
  background-position: left center;
}
.products-box1 .intro .tools a + a {
  margin-left: 9px;
}
.products-box1 .desc {
  overflow: hidden;
  padding: 5px 32px 0;
}
.products-box1 .desc .hd {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}
.products-box1 .desc .bd {
  line-height: 20px;
  padding: 20px;
  margin: 12px 0 20px;
  font-size: 14px;
  background-color: #f6f6f6;
}
.products-box1 .desc .btn {
  display: inline-block;
  padding: 0 66px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.products-box1 .desc .btn:hover {
  background: linear-gradient(90deg, #ff4a00 0%, #ff8e00 100%);
}
.products-box1 .desc .btn span {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding-left: 26px;
  font-size: 18px;
  color: #fff;
  background: url('../images/icon25.png') no-repeat left center;
}
@media (max-width: 1279px) {
  .products-box1 {
    padding: 0 10px 10px;
  }
  .products-box1 .container {
    padding-right: 0;
  }
  .products-box1 .photo {
    float: none;
    width: auto;
  }
  .products-box1 .photo .photo-pic {
    display: none;
  }
  .products-box1 .photo .photo-swiper {
    padding: 0;
    border: 1px solid #f5f5f5;
  }
  .products-box1 .photo .photo-swiper-btn {
    display: none;
  }
  .products-box1 .photo .photo-swiper .swiper-slide img {
    border: 0;
  }
  .products-box1 .desc {
    padding: 0;
    margin: 10px 0;
  }
  .products-box1 .desc .hd {
    font-size: 18px;
  }
  .products-box1 .desc .bd {
    padding: 10px;
    margin: 10px 0;
  }
  .products-box1 .desc .btn {
    display: block;
    text-align: center;
  }
  .products-box1 .desc .btn span {
    display: inline-block;
  }
  .products-box1 .intro {
    position: static;
    width: auto;
  }
}
.products-box2 {
  padding: 25px 30px 50px;
  background-color: #f6f6f6;
}
.products-box2 .container {
  padding-right: 370px;
}
.products-box2 .tabs {
  font-size: 0;
}
.products-box2 .tabs a {
  position: relative;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  padding: 0 30px;
  margin-right: 10px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  background-color: #e9e9e9;
}
.products-box2 .tabs a::before {
  position: absolute;
  top: -3px;
  right: 6px;
  left: 6px;
  height: 3px;
  background-color: #ff5e00;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
}
.products-box2 .tabs a.active {
  color: #2d2d2d;
  background-color: #fff;
}
.products-box2 .tabs a.active::before {
  top: 0;
}
.products-box2 .tab-pane {
  display: none;
  padding: 35px 30px;
  margin-bottom: 19px;
  background-color: #fff;
}
.products-box2 .tab-pane img {
  max-width: 100%;
}
@media (max-width: 1279px) {
  .products-box2 {
    padding: 10px;
  }
  .products-box2 .container {
    padding-right: 0;
  }
  .products-box2 .tabs a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .products-box2 .tab-pane {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.products-swiper {
  padding: 0 30px;
}
@media (max-width: 1279px) {
  .products-swiper {
    padding: 0 10px;
  }
}
.news-aside {
  width: 375px;
  padding: 36px 24px;
  margin-left: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.news-aside .aside-hot .hd {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.news-aside .aside-hot .bd ul li {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}
.news-aside .aside-hot .bd ul li .item {
  display: block;
}
.news-aside .aside-hot .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-aside .aside-hot .bd ul li .item:hover h3 {
  text-decoration: underline;
}
.news-aside .aside-hot .bd ul li .item .pic {
  width: 101px;
  overflow: hidden;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.news-aside .aside-hot .bd ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-aside .aside-hot .bd ul li .item h3 {
  height: 54px;
  line-height: 18px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .news-aside {
    float: none;
    display: none;
    width: auto;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .news-aside .aside-hot .hd {
    font-size: 17px;
  }
  .news-aside .aside-hot .bd {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .news-aside .aside-hot .bd ul {
    font-size: 0;
    white-space: nowrap;
  }
  .news-aside .aside-hot .bd ul li {
    display: inline-block;
    width: 100px;
    padding: 10px 0;
    border: 0;
    white-space: normal;
  }
  .news-aside .aside-hot .bd ul li + li {
    margin-left: 10px;
  }
  .news-aside .aside-hot .bd ul li .item .pic {
    float: none;
    width: 100%;
  }
  .news-aside .aside-hot .bd ul li .item h3 {
    height: 36px;
    margin-top: 10px;
    font-size: 14px;
  }
}
.news {
  padding-bottom: 78px;
}
.news-content {
  overflow: hidden;
}
.news-list {
  padding: 30px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.news-list .hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 30px;
  font-weight: bold;
}
.news-list .bd ul li {
  padding: 25px 0;
  border-bottom: 1px solid #f5f5f5;
}
.news-list .bd ul li .item {
  display: block;
}
.news-list .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list .bd ul li .item:hover .desc h3 {
  text-decoration: underline;
}
.news-list .bd ul li .item .pic {
  display: block;
  width: 144px;
  overflow: hidden;
  margin-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.news-list .bd ul li .item .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list .bd ul li .item .desc {
  overflow: hidden;
}
.news-list .bd ul li .item .desc h3 {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
}
.news-list .bd ul li .item .desc p {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 0 20px;
  font-size: 14px;
  color: #666;
}
.news-list .bd ul li .item .desc time {
  display: block;
  font-size: 14px;
  color: #999;
}
@media (max-width: 1279px) {
  .news-list {
    padding: 10px;
  }
  .news-list .hd {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .news-list .bd ul li {
    padding: 10px 0;
  }
  .news-list .bd ul li .item .pic {
    width: 100px;
    margin-right: 10px;
  }
  .news-list .bd ul li .item .desc h3 {
    font-size: 16px;
  }
  .news-list .bd ul li .item .desc p {
    margin: 0 0 5px;
  }
  .news-list .bd ul li .item .desc time {
    font-size: 12px;
  }
}
.news-detail {
  overflow: hidden;
  padding: 35px 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.news-detail .hd {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
}
.news-detail .hd h3 {
  line-height: 40px;
  margin: 0;
  font-size: 28px;
}
.news-detail .hd .tools {
  margin-top: 15px;
}
.news-detail .hd .tools .share {
  font-size: 0;
}
.news-detail .hd .tools .share a {
  margin-left: 8px;
}
.news-detail .hd .tools time {
  font-size: 14px;
  color: #999;
}
.news-detail .bd {
  line-height: 24px;
  font-size: 16px;
}
.news-detail .bd img {
  max-width: 100%;
}
@media (max-width: 1279px) {
  .news-detail {
    padding: 10px;
  }
  .news-detail .hd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-detail .hd h3 {
    line-height: 28px;
    font-size: 20px;
  }
  .news-detail .bd {
    line-height: 22px;
    font-size: 14px;
  }
}
.supplier-new:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.supplier-new .bd ul li {
  padding: 7px 0;
}
.supplier-new .bd ul li .item {
  display: block;
  color: #666;
}
.supplier-new .bd ul li .item:hover {
  color: #ff5e00;
}
.supplier-new .bd ul li .item .pic {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  object-fit: cover;
}
.supplier-new .bd ul li .item p {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 1279px) {
  .supplier-new:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .supplier-new .bd {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .supplier-new .bd ul {
    font-size: 0;
    white-space: nowrap;
  }
  .supplier-new .bd ul li {
    display: inline-block;
    width: 80px;
    padding: 0;
    white-space: initial;
    text-align: center;
  }
  .supplier-new .bd ul li + li {
    margin-left: 10px;
  }
  .supplier-new .bd ul li .item .pic {
    float: none;
    width: 100%;
    height: 80px;
  }
  .supplier-new .bd ul li .item p {
    height: 18px;
    margin-top: 10px;
  }
}
.supplier-list ul li {
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.supplier-list ul li > .pic {
  display: block;
  width: 40px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.supplier-list ul li > .pic img {
  display: block;
  width: 100%;
}
.supplier-list ul li .ft {
  width: 425px;
  overflow: hidden;
  margin-top: 28px;
}
.supplier-list ul li .ft .supplier-list-products {
  margin-right: -16px;
}
.supplier-list ul li .ft .supplier-list-products .item {
  float: left;
  width: 33.33333333%;
  padding-right: 16px;
}
.supplier-list ul li .ft .supplier-list-products .item a {
  display: block;
  color: #666;
}
.supplier-list ul li .ft .supplier-list-products .item a:hover {
  text-decoration: underline;
}
.supplier-list ul li .ft .supplier-list-products .item a:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.supplier-list ul li .ft .supplier-list-products .item a .pic {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.supplier-list ul li .ft .supplier-list-products .item a .pic img {
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.supplier-list ul li .ft .supplier-list-products .item a p {
  height: 32px;
  line-height: 16px;
  overflow: hidden;
  margin: 5px 0 0;
}
.supplier-list ul li .bd {
  overflow: hidden;
  padding: 0 80px 0 16px;
}
.supplier-list ul li .bd h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 18px;
}
.supplier-list ul li .bd h3 a:hover {
  color: #ff5e00;
}
.supplier-list ul li .bd h4 {
  line-height: 18px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.supplier-list ul li .bd h4 span {
  color: #999;
}
.supplier-list ul li .bd p {
  height: 54px;
  line-height: 18px;
  overflow: hidden;
  margin: 15px 0 0;
  font-size: 14px;
  color: #666;
}
.supplier-list ul li .bd .tools {
  margin-top: 25px;
  font-size: 0;
}
.supplier-list ul li .bd .tools a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.supplier-list ul li .bd .tools a:hover {
  padding: 1px 15px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.supplier-list ul li .bd .tools a:hover span {
  background-image: url('../images/icon24_hover.png');
}
.supplier-list ul li .bd .tools a span {
  padding-left: 21px;
  background: url('../images/icon24.png') no-repeat left center;
}
.supplier-list ul li .bd .tools a + a {
  margin-left: 8px;
}
@media (max-width: 1279px) {
  .supplier-list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .supplier-list ul li .pic {
    margin-right: 10px;
  }
  .supplier-list ul li .bd {
    padding: 0;
  }
  .supplier-list ul li .bd h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .supplier-list ul li .bd h4 {
    font-size: 12px;
  }
  .supplier-list ul li .bd p {
    height: auto;
    font-size: 12px;
  }
  .supplier-list ul li .bd .tools {
    margin-top: 10px;
  }
  .supplier-list ul li .ft {
    float: none;
    width: auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
  }
}
.supplier-header .hd {
  padding: 0 30px;
}
.supplier-header .hd .logo {
  margin-top: 18px;
}
.supplier-header .hd .logo img {
  display: block;
}
.supplier-header .hd .header-lang p span {
  height: 74px;
  line-height: 74px;
}
.supplier-header .bd {
  padding: 50px 30px;
  background: url('../images/bg1.jpg') no-repeat center / cover;
}
.supplier-header .bd .pic {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  object-fit: cover;
}
.supplier-header .bd .search {
  position: relative;
  padding: 0 104px 0 127px;
  margin-top: 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
}
.supplier-header .bd .search .select {
  position: absolute;
  top: 0;
  left: 0;
  width: 127px;
  text-align: center;
}
.supplier-header .bd .search .select::after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  display: block;
  border-right: 1px solid #eaeaea;
  content: '';
}
.supplier-header .bd .search .select p {
  margin: 0;
}
.supplier-header .bd .search .select p span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-right: 16px;
  font-size: 14px;
  vertical-align: top;
  background: url('../images/icon1.png') no-repeat right center;
}
.supplier-header .bd .search .select .sub {
  padding: 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.supplier-header .bd .search .select .sub a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.supplier-header .bd .search .searchKey {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 13px;
  border: 0;
  font-size: 14px;
}
.supplier-header .bd .search .submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 104px;
  height: 40px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  color: #fff;
  background-color: #ff5e00;
}
.supplier-header .bd .desc {
  overflow: hidden;
  padding: 0 24px;
  color: #fff;
}
.supplier-header .bd .desc h3 {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin: 0;
  font-size: 26px;
}
.supplier-header .bd .desc p {
  margin: 12px 0 0;
  font-size: 14px;
}
.supplier-header .ft {
  padding: 0 30px;
  background-color: #ff5e00;
}
.supplier-header .ft .btn {
  display: block;
  padding: 0 18px;
  margin-top: 9px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  background-color: #e95600;
}
.supplier-header .ft .btn span {
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
}
.supplier-header .ft .nav ul li {
  float: left;
}
.supplier-header .ft .nav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
}
.supplier-header .ft .nav ul li a:hover,
.supplier-header .ft .nav ul li a.active {
  background-color: #e95600;
}
@media (max-width: 1279px) {
  .supplier-header .hd {
    padding: 0 10px;
  }
  .supplier-header .hd .logo {
    margin-top: 5px;
  }
  .supplier-header .hd .logo img {
    height: 20px;
  }
  .supplier-header .bd {
    padding: 10px;
  }
  .supplier-header .bd .search {
    margin: 0 0 10px;
  }
  .supplier-header .bd .search .select {
    width: 100px;
  }
  .supplier-header .bd .search .select p span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .supplier-header .bd .search .searchKey {
    height: 30px;
    font-size: 12px;
  }
  .supplier-header .bd .search .submit {
    width: 70px;
    height: 30px;
    font-size: 14px;
  }
  .supplier-header .bd .pic {
    width: 60px;
    height: 60px;
  }
  .supplier-header .bd .desc {
    padding: 0 0 0 10px;
  }
  .supplier-header .bd .desc h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .supplier-header .bd .desc p {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .supplier-header .ft {
    padding: 0 10px 0 0;
  }
  .supplier-header .ft .nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .supplier-header .ft .nav ul {
    white-space: nowrap;
  }
  .supplier-header .ft .nav ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .supplier-header .ft .nav ul li a {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
  }
  .supplier-header .ft .btn {
    padding: 0 10px;
    margin: 10px 0 0 10px;
  }
  .supplier-header .ft .btn span {
    font-size: 12px;
  }
}
.supplier-main {
  overflow: hidden;
  padding: 0 30px;
  background-color: #f6f6f6;
}
@media (max-width: 1279px) {
  .supplier-main {
    padding: 10px;
  }
}
.supplier-photo {
  margin-top: 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.supplier-photo img {
  display: block;
  width: 100%;
}
.supplier-photo .supplier-photo-pagination {
  padding-right: 46px;
  text-align: right;
}
.supplier-photo .supplier-photo-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  background-color: #bcbcbc;
  opacity: 1;
}
.supplier-photo .supplier-photo-pagination .swiper-pagination-bullet-active {
  width: 21px;
  background-color: #ff5e00;
}
@media (max-width: 1279px) {
  .supplier-photo {
    margin-top: 0;
  }
  .supplier-photo .supplier-photo-pagination {
    padding-right: 10px;
  }
}
.supplier-info {
  padding: 27px 32px;
  margin: 19px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.supplier-info .pic {
  display: block;
  width: 400px;
  margin-right: 46px;
}
.supplier-info .desc {
  overflow: hidden;
}
.supplier-info .desc .bd h3 {
  line-height: 22px;
  margin: 0;
  font-size: 18px;
}
.supplier-info .desc .bd p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.supplier-info .desc .tools {
  margin-top: 20px;
  font-size: 0;
}
.supplier-info .desc .tools a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 16px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
  font-size: 17px;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.supplier-info .desc .tools a:first-child {
  line-height: 36px;
  border: 0;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.supplier-info .desc .tools a:first-child:hover {
  background: linear-gradient(90deg, #ff4a00 0%, #ff8e00 100%);
}
.supplier-info .desc .tools a:hover {
  background: linear-gradient(90deg, #ff4a00 0%, #ff8e00 100%);
}
.supplier-info .desc .tools a span {
  padding-left: 23px;
  background: url('../images/icon33.png') no-repeat left center;
}
.supplier-info .desc .tools a + a {
  margin-left: 8px;
}
.supplier-info .desc .ft {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
}
.supplier-info .desc .ft a {
  color: #ff5e00;
}
@media (max-width: 1279px) {
  .supplier-info {
    padding: 10px;
    margin: 10px 0;
  }
  .supplier-info .pic {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .supplier-info .desc .bd h3 {
    font-size: 16px;
  }
}
.supplier-wrap {
  padding-bottom: 50px;
}
@media (max-width: 1279px) {
  .supplier-wrap {
    padding-bottom: 0;
  }
}
.supplier-aside {
  width: 260px;
  margin-right: 20px;
}
.supplier-aside .box {
  padding: 28px 20px;
  margin-bottom: 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.supplier-aside .box > .hd {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.supplier-aside .box.nav > .hd {
  padding-left: 26px;
  background: url('../images/icon34.png') no-repeat left center;
}
.supplier-aside .box.nav > .bd.active h3 a {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd.active p {
  display: block;
}
.supplier-aside .box.nav > .bd h3 {
  margin: 0;
  font-size: 13px;
}
.supplier-aside .box.nav > .bd h3 a {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.supplier-aside .box.nav > .bd h3 a:hover {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd p {
  padding-left: 10px;
  margin: 0;
}
.supplier-aside .box.nav > .bd p.more a {
  color: #2d2d2d;
}
.supplier-aside .box.nav > .bd p.active a {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd p.active a span {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd p a {
  display: block;
  line-height: 24px;
  color: #666;
}
.supplier-aside .box.nav > .bd p a:hover {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd p a:hover span {
  color: #ff5e00;
}
.supplier-aside .box.nav > .bd p a span {
  margin-left: 5px;
  color: #999;
}
.supplier-aside .box.nav.about-nav > .bd h3 {
  font-size: 14px;
}
.supplier-aside .box.new > .bd ul li:not(:last-child) {
  margin-bottom: 10px;
}
.supplier-aside .box.new > .bd ul li .item {
  display: block;
  overflow: hidden;
}
.supplier-aside .box.new > .bd ul li .item:hover p {
  text-decoration: underline;
}
.supplier-aside .box.new > .bd ul li .item .pic {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 6px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  object-fit: cover;
}
.supplier-aside .box.new > .bd ul li .item p {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 13px;
}
.supplier-aside .box.new > .bd ul li .item p a {
  color: #666;
}
@media (max-width: 1279px) {
  .supplier-aside {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .supplier-aside .box {
    padding: 10px;
    margin-bottom: 10px;
  }
  .supplier-aside .box.nav > .hd {
    margin-bottom: 10px;
  }
  .supplier-aside .box.nav > .bd {
    font-size: 0;
  }
  .supplier-aside .box.nav > .bd.active p {
    display: inline-block;
  }
  .supplier-aside .box.nav > .bd.active p.active a {
    border-color: #ff5e00;
  }
  .supplier-aside .box.nav > .bd p {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }
  .supplier-aside .box.nav > .bd p a {
    padding: 0 10px;
    border: 1px solid #f5f5f5;
  }
  .supplier-aside .box.new {
    display: none;
  }
  .supplier-aside .box.new > .bd {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .supplier-aside .box.new > .bd::-webkit-scrollbar {
    display: none;
  }
  .supplier-aside .box.new > .bd ul {
    font-size: 0;
    white-space: nowrap;
  }
  .supplier-aside .box.new > .bd ul li {
    display: inline-block;
    width: 100px;
    white-space: initial;
    vertical-align: top;
  }
  .supplier-aside .box.new > .bd ul li + li {
    margin-left: 10px;
  }
  .supplier-aside .box.new > .bd ul li .item .pic {
    float: none;
    width: 100%;
    height: 100px;
    margin-right: 0;
  }
  .supplier-aside .box.new > .bd ul li .item p {
    font-size: 12px;
  }
}
.supplier-content {
  overflow: hidden;
}
.supplier-content .box {
  padding: 22px 20px;
  margin-bottom: 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
.supplier-content .box .hd {
  overflow: hidden;
  margin-bottom: 15px;
}
.supplier-content .box .hd h3 {
  margin: 0;
  font-size: 20px;
}
.supplier-content .box .hd .search {
  position: relative;
  padding-right: 55px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
}
.supplier-content .box .hd .search input {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border: 0;
  background: transparent;
}
.supplier-content .box .hd .search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 28px;
  padding: 0;
  border: 0;
  background: url('../images/icon35.png') no-repeat center #f6f6f6;
}
.supplier-content .box .hd .search ~ h3 {
  margin-top: 6px;
}
.supplier-content .box > .sort {
  padding-top: 20px;
  margin: 20px 0 24px;
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
}
.supplier-content .box > .sort p {
  margin: 0;
  font-weight: bold;
  color: #666;
}
.supplier-content .box > .sort .btns a {
  float: left;
  display: block;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
}
.supplier-content .box > .sort .btns a.icon-grid {
  background-image: url('../images/icon18.png');
}
.supplier-content .box > .sort .btns a.icon-grid.active {
  background-image: url('../images/icon19.png');
}
.supplier-content .box > .sort .btns a.icon-list {
  background-image: url('../images/icon20.png');
}
.supplier-content .box > .sort .btns a.icon-list.active {
  background-image: url('../images/icon21.png');
}
.supplier-content .box > .sort .btns a + a {
  margin-left: 10px;
}
.supplier-content .box .bd .products-list ul li .item .pic {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.supplier-content .box .bd .products-list ul li .item .desc {
  padding: 15px 0 0;
}
.supplier-content .box .bd .products-list ul li .item .desc .tools {
  margin-top: 15px;
}
.supplier-content .box .bd .products-list2 ul li {
  padding: 25px 0 20px;
}
.supplier-content .box .bd .products-list2 ul li .ft {
  width: 170px;
}
.supplier-content .box .bd .products-list2 ul li .ft .tools {
  margin-top: 0;
}
@media (max-width: 1279px) {
  .supplier-content .box {
    padding: 10px;
    margin-bottom: 10px;
  }
  .supplier-content .box .hd {
    margin-bottom: 10px;
  }
  .supplier-content .box .hd h3 {
    font-size: 18px;
  }
  .supplier-content .box > .sort {
    padding-top: 10px;
    margin: 10px 0;
  }
  .supplier-content .box .bd .products-list2 ul li .ft {
    width: auto;
  }
}
.supplier-news ul {
  margin: 0 -82px -40px 0;
}
.supplier-news ul li {
  float: left;
  width: 50%;
  padding: 0 82px 40px 0;
}
.supplier-news ul li .item {
  display: block;
}
.supplier-news ul li .item:hover .desc h3 {
  text-decoration: underline;
}
.supplier-news ul li .item .pic {
  display: block;
  width: 92px;
  margin-right: 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.supplier-news ul li .item .desc {
  overflow: hidden;
}
.supplier-news ul li .item .desc h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.supplier-news ul li .item .desc p {
  margin: 16px 0 0;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1279px) {
  .supplier-news ul {
    margin: 0;
  }
  .supplier-news ul li {
    float: none;
    width: auto;
    padding: 0 0 10px 0;
  }
}
.about-hd {
  padding: 25px 20px;
}
.about-hd .tools {
  margin-left: 10px;
  font-size: 0;
}
.about-hd .tools a {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 16px;
  border: 1px solid #f8ddaa;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  font-size: 12px;
  color: #d86624;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.about-hd .tools a:hover {
  padding: 1px 17px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff5e00 0%, #ff7e00 100%);
}
.about-hd .tools a:hover span {
  background-image: url('../images/icon37_hover.png');
}
.about-hd .tools a span {
  padding-left: 21px;
  background: url('../images/icon37.png') no-repeat left center;
}
.about-hd .tools a + a {
  margin-left: 8px;
}
.about-hd h3 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1279px) {
  .about-hd h3 {
    font-size: 16px;
  }
}
.about-intro > .bd {
  overflow: hidden;
}
.about-intro > .bd .desc {
  overflow: hidden;
}
.about-intro > .bd .desc h3 {
  font-size: 14px;
}
.about-intro > .bd .desc p {
  line-height: 20px;
  font-size: 14px;
}
.about-intro > .bd .title {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.about-intro > .bd .table {
  overflow: hidden;
}
.about-intro > .bd .table table {
  width: 100%;
  border-collapse: collapse;
}
.about-intro > .bd .table table tr td {
  line-height: 26px;
  padding: 10px 14px;
  border: 1px solid #efefef;
  font-size: 14px;
}
.about-intro > .bd .table table tr td:nth-child(odd) {
  width: 20%;
  color: #666;
  background-color: #f6f6f6;
}
.about-intro > .bd .table table tr td .safe {
  margin-left: 10px;
  vertical-align: middle;
}
.about-intro > .bd .table + .table {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .about-intro > .bd .title {
    margin: 10px 0;
    font-size: 16px;
  }
  .about-intro > .bd .table {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .about-intro > .bd .table::-webkit-scrollbar {
    display: none;
  }
  .about-intro > .bd .table table {
    white-space: nowrap;
  }
}
.about-quality > .bd ul {
  margin-right: -20px;
}
.about-quality > .bd ul li {
  float: left;
  width: 25%;
  padding: 0 20px 0 0;
}
.about-quality > .bd ul li .item {
  display: block;
  color: #666;
}
.about-quality > .bd ul li .item:hover {
  color: #ff5e00;
}
.about-quality > .bd ul li .item .pic {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.about-quality > .bd ul li .item p {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1279px) {
  .about-quality > .bd ul {
    margin: 0;
  }
  .about-quality > .bd ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
}
.download-list > .hd {
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.download-list > .bd table {
  width: 100%;
  border-collapse: collapse;
}
.download-list > .bd table tr td {
  padding: 15px;
}
.download-list > .bd table tr td a {
  color: #2b5cad;
}
.download-list > .bd table tr td a:hover {
  text-decoration: underline;
}
.download-list > .bd table thead tr {
  background-color: #f6f6f6;
}
.download-list > .bd table thead tr td {
  border-bottom: 2px solid #e5e5e5;
  font-size: 16px;
}
.download-list > .bd table thead tr td:first-child {
  border-right: 1px solid #e5e5e5;
}
.download-list > .bd table tbody tr td {
  border: 1px solid #f7f7f7;
  font-size: 14px;
}
.download-list > .bd table tbody tr td h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
.download-list > .bd table tbody tr td p {
  margin: 0;
  color: #666;
}
.download-list > .bd table tbody tr td p span {
  margin-right: 16px;
}
@media (max-width: 1279px) {
  .download-list > .hd {
    padding-bottom: 10px;
  }
  .download-list > .bd {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .download-list > .bd::-webkit-scrollbar {
    display: none;
  }
  .download-list > .bd table {
    white-space: nowrap;
  }
  .download-list > .bd table tr td {
    padding: 10px;
  }
  .download-list > .bd table tr td h3 {
    font-size: 14px;
  }
  .download-list > .bd table thead tr td {
    font-size: 14px;
  }
  .download-list > .bd table tbody tr td {
    font-size: 12px;
  }
}
.contact-intro > .bd .avatar {
  width: 258px;
  padding-top: 62px;
  text-align: center;
}
.contact-intro > .bd .avatar .pic {
  width: 86px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-intro > .bd .avatar .pic img {
  display: block;
  width: 100%;
}
.contact-intro > .bd .avatar h3 {
  margin: 15px 0 8px;
  font-size: 16px;
}
.contact-intro > .bd .avatar p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.contact-intro > .bd .desc {
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1279px) {
  .contact-intro > .bd .avatar {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .contact-intro > .bd .desc {
    padding-top: 10px;
    margin-top: 10px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #eee;
  }
  .contact-intro > .bd .desc .item span {
    width: 120px;
    margin-right: 10px;
  }
}
