

/*整体布局样式*/
html, body {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  background: white;
  text-align: left;
  color: #121212;
}
.header{background: rgb(47,47,47)!important}
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, li, ol {
  list-style: none outside
}

a {
  text-decoration: none;
  color: #121212;
}

img {
  border: none;
}

input, button, select, textarea {
  outline: none;
}

input, textarea {
  background: none
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article, aside, footer, header, nav, section {
  display: block;
}

@font-face {
  font-family: "Open Sans";
  src: url('../font/opensans.ttf'),
    url('../font/opensans.ttf');
  /* IE9+ */
}

/*清除苹果按钮格式*/
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*整体布局样式结束*/
.main {
  background-color: #fff;
}

/*网页头部开始*/
header {
  position: relative;
  z-index: 3;
}

.header-box {
  width: 100%;
}

.header-top {
  align-items: center;
  padding: 17px 0 7px 0;
  background-color: #121212;
  border-bottom: 1px solid #ebebeb;
}

.header-inner {
  width: 90%;
  margin: auto;
  max-width: 1470px;
  position: relative;
}

/*清除浮动*/
.clear {
  clear: both
}

/*顶部联系方式*/
.header-contact {
  float: left;
}

.header-contact ul {
  overflow: hidden;
}

.header-contact ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  margin: 0 12px 10px 0;
  line-height: 25px;
}

.header-contact ul li a {
  color: #909090;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
}

.header-contact ul li a:hover {
  color: #fff;
}

.header-contact ul li i {
  color: #909090;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.header-contact ul li.website-mailbox i {
  font-size: 18px;
  margin-top: -2px;
}

.header-contact ul li.website-phone i {
  font-size: 14px;
  font-weight: bold;
}

/*顶部社交*/
.social-link {
  float: right;
}

.social-link a {
  color: #fff;
  margin-left: 10px;
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-link a i {
  font-size: 24px;
  color: #666;
}

/*.social-link a.facebook i{ color: #4267b2;}
.social-link a.twitter i{ color: #02b0e8;}
.social-link a.google-plus i{ color: #f2623b;}
.social-link a.linkedin i{ color: #0094d3;}
.social-link a.skype i{ color: #00aff0;}
.social-link a.youTube i{ color: #ff011d;}
.social-link a.pinterest i{ color: #ce2125;}
.social-link a.instagram i{ color: #cc3893;}
.social-link a:hover{ background-color: #ffc40a;}*/
.social-link a:hover i {
  color: #ffc40a;
}

/*语言选择开始*/
.language {
  float: right;
  margin-bottom: 8px;
}

.language .cur {
  cursor: pointer;
  position: relative;
  padding: 3px 5px 1px 3px;
  background-color: #fff;
  margin-right: 10px;
}

.language .cur e {
  color: #555;
  font-size: 12px;
  line-height: 21px;
  background-image: url("http://www.chinalima.cn/Template/default/Res/css/images/lang/flag.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 21px;
  display: block;
}

.language .cur e i {
  font-weight: bold;
  font-size: 12px;
  margin-left: 3px;
}

.language .cur:hover e {
  color: #ff3b23;
}

.language ul.language-list {
  max-height: 400px;
  overflow: auto;
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 0;
  list-style-type: none;
  background-color: #fff;
  font-size: 12px;
  height: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
}

.language .cur:hover .language-list {
  opacity: 1;
  height: auto;
  padding: 2px 5px;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.language ul.language-list li {
  padding: 4px 4px 2px 4px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  margin: 3px 0 2px 0;
}

.language ul.language-list li a {
  color: #1b1b1b;
  font-size: 12px;
  line-height: 20px;
  background-image: url("http://www.chinalima.cn/Template/default/Res/css/images/lang/flag.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 0 30px;
  float: left;
  width: 100%;
  white-space: nowrap;
}

.language ul.language-list li:hover {
  background-color: #ffc40a;
}

.language ul.language-list li:hover a {
  color: #fff;
}

.language e.cn, .language ul.language-list li a.cn {
  background-position: 0 0;
}

.language e.en, .language ul.language-list li a.en {
  background-position: 0 -22px;
}

.language e.es, .language ul.language-list li a.es {
  background-position: 0 -44px;
}

.language e.nl, .language ul.language-list li a.nl {
  background-position: 0 -66px;
}

.language e.ar, .language ul.language-list li a.ar {
  background-position: 0 -88px;
}

.language e.ru, .language ul.language-list li a.ru {
  background-position: 0 -110px;
}

.language e.de, .language ul.language-list li a.de {
  background-position: 0 -132px;
}

.language e.ja, .language ul.language-list li a.ja {
  background-position: 0 -154px;
}

.language e.pt, .language ul.language-list li a.pt {
  background-position: 0 -176px;
}

.language e.fr, .language ul.language-list li a.fr {
  background-position: 0 -198px;
}

.language e.it, .language ul.language-list li a.it {
  background-position: 0 -220px;
}

.language e.ko, .language ul.language-list li a.ko {
  background-position: 0 -242px;
}

.language e.th, .language ul.language-list li a.th {
  background-position: 0 -264px;
}

.language e.el, .language ul.language-list li a.el {
  background-position: 0 -286px;
}

.language e.pl, .language ul.language-list li a.pl {
  background-position: 0 -308px;
}

.language e.bul, .language ul.language-list li a.bul {
  background-position: 0 -330px;
}

.language e.est, .language ul.language-list li a.est {
  background-position: 0 -352px;
}

.language e.dan, .language ul.language-list li a.dan {
  background-position: 0 -374px;
}

.language e.fin, .language ul.language-list li a.fin {
  background-position: 0 -396px;
}

.language e.cs, .language ul.language-list li a.cs {
  background-position: 0 -418px;
}

.language e.rom, .language ul.language-list li a.rom {
  background-position: 0 -440px;
}

.language e.slo, .language ul.language-list li a.slo {
  background-position: 0 -462px;
}

.language e.swe, .language ul.language-list li a.swe {
  background-position: 0 -484;
}

.language e.hu, .language ul.language-list li a.hu {
  background-position: 0 -506px;
}

.language e.hi, .language ul.language-list li a.hi {
  background-position: 0 -528px;
}

.language e.tr, .language ul.language-list li a.tr {
  background-position: 0 -550px;
}

.language e.vi, .language ul.language-list li a.vi {
  background-position: 0 -572px;
}

.language e.fa, .language ul.language-list li a.fa {
  background-position: 0 -594px;
}

.language e.he, .language ul.language-list li a.he {
  background-position: 0 -616px;
}

.language e.sk, .language ul.language-list li a.sk {
  background-position: 0 -638px;
}

.language e.id, .language ul.language-list li a.id {
  background-position: 0 -660px;
}

.language e.lt, .language ul.language-list li a.lt {
  background-position: 0 -682px;
}

.language e.lv, .language ul.language-list li a.lv {
  background-position: 0 -704px;
}

.language e.ms, .language ul.language-list li a.ms {
  background-position: 0 -726px;
}

.language e.no, .language ul.language-list li a.no {
  background-position: 0 -748px;
}

.language e.uk, .language ul.language-list li a.uk {
  background-position: 0 -770px;
}

.language e.ur, .language ul.language-list li a.ur {
  background-position: 0 -792px;
}

.language e.hr, .language ul.language-list li a.hr {
  background-position: 0 -814px;
}

.language e.tw, .language ul.language-list li a.tw {
  background-position: 0 0;
}

.language e.bn, .language ul.language-list li a.bn {
  background-position: 0 -836px;
}

/*@media (max-width: 767px){
.language {
position: absolute ;
top: 0;
right: 60px;
margin: 6px 5px;
}
.language .cur e{ width: 0; overflow: hidden;}
.language .cur i{ position: absolute; top: 10px; right:0;}
.language .cur e, .language .cur:hover e{ color: #fff;}
}*/
/*语言选择结束*/
/*导航栏置顶固定*/
#fixedMenu {
  width: 100%;
}

/*头部中间*/
.header-middle {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  padding: 18px 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.header-middle .header-logo {
  float: left;
  height: 70px;
  max-width: 24%;
}

.header-middle.top-fixed {
  padding: 5px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.header-logo-box {
  height: 100%;
  margin-right: 20px;
  float: left;
  display: table;
}

.header-logo-box a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

.header-logo-box a img {
  display: block;
  max-height: 70px;
  max-width: 100%;
}

/*头部格言*/
.header-middle .company-motto {
  margin: 15px 0;
  height: 70px;
  padding-right: 260px;
}

.company-motto-p {
  display: table;
  height: 70px;
}

.company-motto-p p {
  display: table-cell;
  line-height: 20px;
  font-size: 18px;
  vertical-align: middle;
}

/*头部搜索*/
.header-search {
  float: right;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.header-search.active .search-btn i {
  color: #ff3c20;
}

.header-search .search-box input.input-text {
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  border-left: 1px solid #eaeaea;
  width: 0;
  padding: 0 6px;
  line-height: 20px;
  float: left;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
}

.search-box {
  height: 25px;
}

.search-box button.search-btn {
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 30px;
  border: none;
  float: left;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.search-box button.search-btn i {
  font-size: 20px;
  color: #232f3e;
  display: inline-block;
  padding-bottom: 8px;
}

.header-search .search-box:hover .input-text, .search-box input.input-text:focus {
  width: 150px;
  opacity: 1;
  right: 30px;
}

/*首页部分*/
/*焦点*/
.focus {
  padding: 40px 0;
  overflow: hidden;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}

.focus-center {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}

.focus-center h1 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
}

.focus-center p {
  font-size: 14px;
  line-height: 28px;
}

/*快速链接,派生词*/
.quick-links {
  padding: 40px 0;
  overflow: hidden;
}

.quick-links-center, .derivative-center {
  width: 90%;
  margin: auto;
  max-width: 1470px;
}

.quick-links-t, .derivative-t {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.quick-links-t::after, .derivative-t::after {
  background-color: #eee;
  bottom: 25px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.quick-links-t span, .derivative-t span {
  font-size: 30px;
  color: #404042;
  line-height: 50px;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.quick-links-box ul, .derivative-box ul {
  font-size: 0;
  text-align: center;
}

.quick-links-box ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 8px;
  line-height: 20px;
}

.quick-links-box ul li h4 {
  font-size: 14px;
  font-weight: normal;
}

.derivative {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

.derivative-box ul li {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px;
  line-height: 20px;
}

.derivative-box ul li h5 {
  font-size: 12px;
  font-weight: normal;
}

.quick-links-box ul li a:hover, .derivative-box ul li a:hover {
  color: #ffc40a;
}

/*首页中部*/
.mian-contain {
  width: 100%;
  overflow: hidden;
}

.subblock {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  margin-bottom: 80px;
}

.subblock .category {
  width: 90%;
  max-width: 1470px;
  margin: auto;
}

.subblock .category ul {
  text-align: left;
  font-size: 0;
}

.subblock .category ul li {
  width: 16.5%;
  margin-right: 0.2%;
  display: inline-block;
  vertical-align: top;
}

.subblock .category ul li:nth-child(6n+6) {
  margin-right: 0;
}

.category-box {
  position: relative;
  background-color: #fff;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.category-box-zoom {
  display: block;
}

.category-box-zoom img {
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.subblock .category ul li:hover .category-box-detail {
  padding: 10px 0;
  bottom: -60px;
  box-shadow: -1px 5px 5px 0 hsla(0, 0%, 56%, .5);
  height: auto;
  z-index: 2;
}

.subblock .category ul li:hover .category-box-detail img {
  display: none;
}

.subblock .category ul li:hover .category-box-detail h2 {
  height: 40px;
  width: 90%;
  margin: 0 5%;
}

.category-box-detail {
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  ransition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.category-box-detail img {
  max-width: 60px;
  max-height: 60px;
  margin-top: 30px;
  display: inline-block;
}

.category-box-type {
  margin-bottom: 17px;
}

.category-box-detail h2 {
  margin: 5px 5%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  max-height: 40px;
  font-weight: 400;
}

.category-box-detail h2 a:hover {
  color: #ffc40a;
}

/*精选产品*/
.featured-products {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.featured-products-center {
  width: 90%;
  margin: auto;
  max-width: 1470px;
}

.featured-products-t {
  margin-bottom: 60px;
}

.featured-products-t span {
  font-size: 35px;
  color: #121212;
  display: block;
  font-weight: 400;
  text-align: center;
  padding-bottom: 18px;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
}

.featured-products-t span:before {
  content: "";
  position: absolute;
  background: #ffc40a;
  bottom: 0;
  width: 70px;
  height: 4px;
  left: calc(50% - 35px);
}

.featured-products .item {
  background-color: #fff;
  text-align: center;
  border: 1px solid #ebebeb;
  overflow: hidden;
  margin: 0 15px;
}

.featured-products .item img {
  width: 100%;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.featured-products .item:hover img {
  opacity: 0.5;
}

.featured-products-box {
  margin: 15px;
}

.featured-products-box-t {
  height: 40px;
  margin: 10px 0;
  overflow: hidden;
}

.featured-products-box-t h3 {
  font-size: 16px;
  font-weight: normal;
  display: table;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.featured-products-box-t:hover h3 {
  color: #ffc40a;
}

.featured-products .owl-buttons {}

.featured-products .owl-controls .owl-prev, .featured-products .owl-controls .owl-next {
  position: absolute;
  top: 45%;
  font-size: 0;
  color: #b2b2b2;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  color: #ffc40a;
  border-radius: 50%;
  border: 1px solid #ffc40a;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.featured-products .owl-controls .owl-prev:hover, .featured-products .owl-controls .owl-next:hover {
  color: #fff;
  background-color: #ffc40a;
}

.featured-products .owl-controls .owl-prev {
  left: 0;
}

.roll-box:hover .owl-controls .owl-prev {
  left: 10px;
  opacity: 1;
}

.featured-products .owl-controls .owl-next {
  right: 0;
}

.roll-box:hover .owl-controls .owl-next {
  right: 10px;
  opacity: 1;
}

.featured-products .owl-controls .owl-prev:before, .featured-products .owl-controls .owl-next:before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-size: 14px;
}

.featured-products .owl-controls .owl-prev:before {
  content: "\e643";
}

.featured-products .owl-controls .owl-next:before {
  content: "\e677";
}

/*首页关于我们*/
.index-about {
  padding: 40px 0;
  overflow: hidden;
}

.index-about-t {
  margin-bottom: 30px;
  text-align: center;
}

.index-about-t span {
  font-size: 34px;
  color: #ffc40a;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
}

.index-about-center {
  width: 90%;
  margin: 30px auto;
  max-width: 1470px;
  overflow: hidden;
}

.index-about-box {
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.index-about-l {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.index-about-l-frame {
  margin: 20px 40px 40px 20px;
  position: relative;
  z-index: 1;
}

.index-about-l-frame::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #ccc;
  top: 15px;
  left: 15px;
  z-index: -1;
}

.index-about-l img {
  max-width: 100%;
}

.index-about-r {
  display: inline-block;
  width: 52%;
  vertical-align: middle;
}

.index-about-text {
  padding: 35px;
}

.index-about-r .th {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 40px;
}

.index-about-r .th a {
  color: #ffc40a;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-about-r .th a:hover {
  color: #121212;
}

.index-about-r p {
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 30px;
}

.index-about-r span {
  display: block;
}

.index-about-r span a {
  background-color: #121212;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 2px 15px;
  display: inline-block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-about-r span a:hover {
  background-color: #ffc40a;
  color: #fff;
}

/*热门产品*/
.hot-products {
  padding: 40px 0;
  overflow: hidden;
}

.hot-products-center {
  width: 90%;
  margin: 0 auto;
  max-width: 1470px;
}

.hot-products-t {
  margin-bottom: 60px;
}

.hot-products-t span {
  font-size: 35px;
  color: #121212;
  display: block;
  font-weight: 400;
  text-align: center;
  padding-bottom: 18px;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
}

.hot-products-t span:before {
  content: "";
  position: absolute;
  background: #ffc40a;
  bottom: 0;
  width: 70px;
  height: 4px;
  left: calc(50% - 35px);
}

.hot-products .item {
  background-color: #fff;
  text-align: center;
  border: 1px solid #ebebeb;
  overflow: hidden;
  margin: 0 15px;
}

.hot-products .item img {
  width: 100%;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.hot-products .item:hover img {
  opacity: 0.5;
}

.hot-products-box {
  margin: 15px;
}

.hot-products-box-t {
  height: 40px;
  margin: 18px 0 10px 0;
  overflow: hidden;
}

.hot-products-box-t h3 {
  font-size: 16px;
  font-weight: normal;
  display: table;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.hot-products-box-t h3 a {
  display: table-cell;
  vertical-align: middle;
}

.hot-products-box-t:hover h3 a {
  color: #ffc40a;
}

.hot-products .owl-buttons {}

.hot-products .owl-buttons .owl-prev, .hot-products .owl-buttons .owl-next {
  position: absolute;
  top: 45%;
  font-size: 0;
  color: #b2b2b2;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  color: #ffc40a;
  border-radius: 50%;
  border: 1px solid #ffc40a;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.hot-products .owl-buttons .owl-prev:hover, .hot-products .owl-buttons .owl-next:hover {
  color: #fff;
  background-color: #ffc40a;
}

.hot-products .owl-buttons .owl-prev {
  left: 0;
}

.hot-products .owl-buttons .owl-next {
  right: 0;
}

.hot-products .owl-buttons .owl-prev:before, .hot-products .owl-buttons .owl-next:before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-size: 14px;
}

.hot-products .owl-buttons .owl-prev:before {
  content: "\e643";
}

.hot-products .owl-buttons .owl-next:before {
  content: "\e677";
}

/*首页新闻*/
.index-news {
  padding: 40px 0;
  overflow: hidden;
  background-color: #f5f5f5 !important;
}

.index-news-center {
  width: 90%;
  margin: 0 auto;
  max-width: 1470px;
}

.index-news-t {
  margin-bottom: 60px;
}

.index-news-t span {
  font-size: 35px;
  color: #121212;
  display: block;
  font-weight: 400;
  text-align: center;
  padding-bottom: 18px;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
}

.index-news-t span:before {
  content: "";
  position: absolute;
  background: #ffc40a;
  bottom: 0;
  width: 70px;
  height: 4px;
  left: calc(50% - 35px);
}

.index-news-box ul {
  font-size: 0;
  margin: 0 -20px;
}

.index-news-box ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

.index-news-box ul li .item {
  font-size: 0;
  position: relative;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  margin: 0 20px;
  box-shadow: -1px 5px 5px 0 hsla(0, 0%, 56%, .2);
}

.index-news-box ul li .item a {
  overflow: hidden;
}

.index-news-box-frame {
  overflow: hidden;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 25px;
}

.index-news-box ul li .item img {
  width: 100%;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-news-box ul li .item img:hover {
  transform: scale(1.1);
}

.index-news-text {
  margin: 30px 25px;
}

.index-news-box ul li .item .th {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-news-box ul li .item .th a {}

.index-news-box ul li .item .th a:hover {
  color: #ffc40a;
}

.index-news-box ul li .item p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news-text span {
  font-size: 14px;
  color: #7a7a7a;
  display: inline-block;
}

/*首页案例*/
.index-case {
  padding-bottom: 50px;
  overflow: hidden;
}

.index-case-center {
  width: 90%;
  max-width: 1470px;
  margin: auto;
  z-index: 1;
}

.index-case-t {
  margin-bottom: 30px;
  text-align: center;
}

.index-case-t span {
  font-size: 34px;
  color: #ffc40a;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
}

.index-case-box ul {
  overflow: hidden;
  font-size: 0;
  margin: 0 -15px;
}

.index-case-box ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.index-case-box ul li:nth-child(3n+3) {
  margin-right: 0;
}

.index-case-box ul li .item {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin: 0 15px;
}

.index-case-box-frame {
  width: 100%;
  overflow: hidden;
}

.index-case-box-frame img {
  max-width: 100%;
  display: block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-case-box-frame img:hover {
  transform: scale(1.1);
}

.index-case-box-text {
  overflow: hidden;
  padding: 25px;
  background-color: #ebebeb;
}

.index-case-box ul li .item .th {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.index-case-box ul li .item .th a:hover {
  color: #ffc40a;
}

.index-case-box ul li .item p {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}

.index-case-box ul li .item span {
  display: block;
}

.index-case-box ul li .item span a {
  background-color: #ffc40a;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 2px 15px;
  display: inline-block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-case-box ul li .item span a:hover {
  background-color: #ffc40a;
}

/*友情链接*/
.index-links {
  overflow: hidden;
  padding: 40px 0;
}

.index-links-center {
  width: 90%;
  max-width: 1470px;
  margin: auto;
  z-index: 1;
}

.index-links-center .owl-carousel {
  margin: 0 -24px;
}

.index-links-box {
  text-align: center;
  margin: 0 10px;
}

.index-links .owl-controls .owl-prev, .index-links .owl-controls .owl-next {
  position: absolute;
  top: 25%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  color: #b2b2b2;
  border: 1px solid #ebebeb;
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.index-links .owl-controls .owl-prev:hover, .index-links .owl-controls .owl-next:hover {
  background-color: #ffc40a;
  border: 1px solid #ffc40a;
  color: #fff;
}

.index-links .owl-controls .owl-prev {
  left: 0;
}

.index-links .owl-controls .owl-next {
  right: 0;
}

.index-links .owl-controls .owl-prev:before, .index-links .owl-controls .owl-next:before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-size: 14px;
}

.index-links .owl-controls .owl-prev:before {
  content: "\e7d1";
  font-size: 13px;
  line-height: 30px;
}

.index-links .owl-controls .owl-next:before {
  content: "\e61a";
  line-height: 28px;
}

/*首页部分结束*/
/*内页部分*/
.inner-page-main {
  width: 100%;
  overflow: hidden;
}

.inner-page-main.mh {
  margin-top: 120px;
}

.inner-page-middle {
  width: 90%;
  margin: 0 auto;
  max-width: 1470px;
  overflow: hidden;
}

/*内页广告图*/
.shop-banner {
  overflow: hidden;
  padding: 20px 0;
}

.shop-banner-box {
  width: 90%;
  max-width: 1470px;
  margin: auto;
}

/*面包屑导航*/
.bread-crumb {
  width: 100%;
  padding: 150px 0 25px;
  overflow: hidden;
  background-size: cover;
  /* background-image: url("images/hero-bg.jpg.html"); */
  background-image: none!important;
  background-repeat: no-repeat;
  background-position: center;
  background: #f8f8f8
}
.bread-crumb ul {
  width: 90%;
  max-width: 1470px;
  margin: auto;
  color: #333;
}

.bread-crumb ul li {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.bread-crumb ul li span {
  color: #ffc40a;
}
.bread-crumb ul li span a{
  padding:0 10px;
}
.bread-crumb ul li span a:last-child{
    color: #ffc40a;
}

.bread-crumb ul li a:hover {
  color: #ffc40a;
}

.inner-page-content {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

/*分页符*/
.pagination-bar {
  border: 1px solid #ebebeb;
  margin: 0;
  text-align: left;
  margin-top: 20px;
}

.pagination-bar ul {
  display: block;
}

.pagination-bar ul li {
  display: inline-block;
  margin: 2px;
  vertical-align: top;
}

.pagination-bar ul li a {
  background: #f1f1f1;
  height: 28px;
  width: 28px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.pagination-bar ul li.pageinfo {
  background: #f1f1f1;
  line-height: 28px;
  text-align: center;
  padding: 0 15px;
}


.pagination-bar ul li a i {
  vertical-align: middle;
  font-weight: bold;
}

.pagination-bar ul li a:hover {
  color: #fff;
  background: #ffc40a;
}

/*左边*/
.inner-page-l {
  width: 26%;
  float: left;
  margin-bottom: 40px;
}

.inner-page-r {
  width: 74%;
  float: right;
  margin-bottom: 40px;
}

/*侧边*/
.sidebar-block {
  margin-right: 30px;
  overflow: hidden;
}

.sidebar-box {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  /* padding: 16px 20px;
  border: 1px solid #ebebeb; */
}

.sidebar-title {
  overflow: hidden;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 3px solid #ebebeb;
  position: relative;
}
.sidebar-title span::after{
  background: #ffc40a;
  content: "";
  width:80px;
  height: 6px;
  position: absolute;
  top: 36px;
  left:0
}
.sidebar-title span {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: bold;
}

.sidebar-contant {
  overflow: hidden;
}

.sidebar-featured ul {
  overflow: hidden;
}

.sidebar-featured ul li {
  width: 100%;
  overflow: hidden;
  margin: 1rem  0;
  float: left;
}

.sidebar-featured ul li .item {
  overflow: hidden;
    border-bottom: 3px solid #ebebeb;
}
.sidebar-featured ul li:last-child .item{
  border-bottom: none;
}
.sidebar-featured ul li .item .pro-media {
  float: left;
  width: 45%;
  overflow: hidden;
}

.sidebar-featured ul li .item .pro-media img {
  max-width: -webkit-fill-available !important;
  display: block;
}

.sidebar-featured ul li .item .pro-detail-info {
  float: right;
  width: 55%;
}

.sidebar-featured ul li .item .pro-detail-info .th {
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: normal;
  max-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sidebar-featured ul li .item .pro-detail-info .th a {
  display: block;
  color: #121212;
  font-weight: bold;
}

.sidebar-featured ul li .item .pro-detail-info .th a:hover {
  color: #ffc40a;
}

.sidebar-featured ul li .item .pro-detail-info span {
  margin-left: 15px;
  display: block;
}

.sidebar-featured ul li .item .pro-detail-info span a {
  background-color: #ffc40a;
  font-size: 14px;
  color: #121212;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  border-radius: 5px;
  min-width: 90px;
  font-weight: bold;
}

.sidebar-featured ul li .item .pro-detail-info span a:hover {
  background-color: #ffc40a;
}

/*侧边联系方式*/
.sidebar-contact .mb-20 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}

.sidebar-contact .mb-20:nth-last-child(1) {
  margin-bottom: 0;
}

.sidebar-contact .mb-20:nth-child(1) .inner-title i {
  font-size: 16px;
}

.sidebar-contact .inner-title {
  color: #ffc40a;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffc40a;
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
	border-radius: 35px;
}

.sidebar-contact .inner-title i {
  font-size: 17px;
  color: #121212;
}

.sidebar-contact ul li a {
  word-break: break-all;
  display: inline-block;
}

.sidebar-contact ul li a:hover {
  color: #ffc40a;
}

.sidebar-contact ul {
  overflow: hidden;
}

.sidebar-contact ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
  float: left;
}

/*侧边新闻列表*/
/*产品页*/
.product-key {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
}

.product-key-box {
  padding: 14px 20px;
}
.product-key-box h1 a:first-child{
  padding-right:10px;
}
.product-key-box h1 a+a{
  padding:0 10px;
}
.product-key h1 {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
}

.product-key p {
  font-size: 14px;
  line-height: 24px;
}

.product-listing-t {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}

.product-listing-t h2 {
  font-size: 18px;
  color: #404042;
  line-height: 30px;
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.product-listing-t span {
  font-size: 14px;
  color: #404042;
  display: inline-block;
  padding-left: 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 5px;
}

.product-listing-t span a {
  padding: 2px 8px;
  background-color: #f9f9f9;
  display: inline-block;
}

.product-listing-t span a:hover {
  color: #fff;
  background-color: #ffc40a;
}

.product-listing-t::after {
  background-color: #eee;
  bottom: 14px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.product-listing ul {
  font-size: 0;
  overflow: hidden;
}

.product-listing ul li {
  width: 32%;
  font-size: 14px;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 20px;
}

.product-listing ul li:nth-child(3n+3) {
  margin-right: 0;
}

.product-listing .product-item {
  background-color: #fff;
  position: relative;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  border: 1px solid #ebebeb;
  padding:0 1.5rem;
}
.product-listing .product-item:hover  h3{
  color:#ffc40a
}
.product-listing .product-item .sale-label {
  position: absolute;
  top: 10px;
  left: 0;
}

.product-listing .product-item .sale-label span {
  font-size: 14px;
  color: #fff;
  background-color: #C30;
  display: inline-block;
  padding: 4px 10px;
}

.product-listing .product-image {
  overflow: hidden;
}

.product-listing .product-image img {
  max-width: 100%;
  transition: all 0.6s;
}
.product-listing .product-image:hover img{
transform: scale(1.2);
}
.product-listing .product-item-name {
  overflow: hidden;
  padding: 10px;
}

.product-listing .product-item-name h3 {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  font-weight: bold;
  line-height:3rem;
  height: 2rem;
  overflow: hidden;
}
.con-listing  .product-item{border:none;}
.con-listing  li:nth-child(1) .product-item{
  background: url(../image/dizhi.png)  left 20px no-repeat;
  background-size: 60px 60px;
  padding-left: 60px;
}
.con-listing  li:nth-child(2) .product-item{
  background: url(../image/dianhua.png)  left 20px no-repeat;
  background-size: 60px 60px;
  padding-left: 60px;
}
.con-listing  li:nth-child(3) .product-item{
  background: url(../image/youxiang.png)  left 20px no-repeat;
  background-size: 60px 60px;
  padding-left: 60px;
}
.con-listing  .product-item-name h3{
  font-weight: bold;
  text-align: left;
height:30px;
font-size: 24px;
}
.con-listing  h4{
  font-size: 14px!important;
  font-weight: normal;
  line-height: 20px;
}
.product-listing .product-item-name h3:hover {
  color: #ffc40a;
}

/*产品类别*/
.product-category {}

.product-category li {
  width: 100%;
  margin-bottom: 30px;
}

.product-category .product-item {
  text-align: left;
  font-size: 0;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.product-category .product-item .sale-label {
  position: absolute;
  top: 10px;
  left: 0;
}

.product-category .product-item .sale-label span {
  font-size: 14px;
  color: #fff;
  background-color: #121212;
  display: inline-block;
  padding: 4px 10px;
}

.product-category li .product-image {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.product-category li .product-image img {
  width: 100%;
  max-width: 500px;
}

.product-item-text {
  font-size: 14px;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.product-item-text-b {
  margin-left: 30px;
}

.product-item-text h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}

.product-item-text p {
  font-size: 18px;
  line-height: 36px;
}

.product-item-text .tag {
  font-size: 12px;
  width: 100%;
  margin: 10px -5px
}

.product-item-text .tag a {
  padding: 4px 8px;
  background-color: #eef0f1;
  display: inline-block;
  margin: 5px;
}

.product-item-text .tag a:hover {
  color: #fff;
  background-color: #121212;
}

.product-item-text span a {
  line-height: 24px;
  color: #fff;
  background-color: #121212;
  padding: 8px 15px;
  display: inline-block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.product-item-text span a i {
  font-size: 20px;
  line-height: 18px;
  margin-right: 5px;
}

.product-item-text span a.more {
  color: #242424;
  background-color: #f0f0f0;
  margin-left: 10px;
}

.product-item-text span a:hover {
  color: #fff;
  background-color: #666;
}

/*产品详情*/
.product-details {
  overflow: hidden;
}

.product-page-plan {
  width: 46%;
  float: left;
}

.product-attributes {
  width: 54%;
  float: right;
}

.product-attributes .product-name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.product-attributes-item {
  margin-bottom: 20px;
}

.product-attributes-item ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.product-attributes-item ul li label {
  color: #ffc40a;
  font-size: 15px;
  margin: 0 0 5px 0;
}

.product-overview {
  margin-bottom: 20px;
}

.product-overview p {
  font-size: 14px;
  line-height: 24px;
}

.product-detail-annex {
  margin-bottom: 10px;
  overflow: hidden;
}

.product-detail-annex .pro-email-icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-detail-annex .pro-email-icon a {
  line-height: 20px;
  color: #fff;
  background-color: #ffc40a;
  padding: 8px 15px;
  display: block;
}

.product-detail-annex .pro-email-icon a i {
  font-size: 22px;
  margin-right: 5px;
}

.product-detail-annex .pro-annex-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.product-detail-annex .pro-annex-icon a {
  line-height: 20px;
  background: #f0f0f0;
  padding: 8px 15px;
  display: block;
}

.product-detail-annex .pro-annex-icon a i {
  margin-right: 5px;
}

.product-detail-annex a:hover {
  color: #fff;
  background-color: #666;
}

.product-information {
  margin: 30px 0;
  overflow: hidden;
}

.product-information-content {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
  padding-bottom: 20px;
}

.product-information-t {
  background: #ebebeb;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-left: 3px solid #ffc40a
}

.product-information-t h1 {
  font-size: 18px;
  line-height: 24px;
}

.product-information-box h2 {
  font-size: 16px;
  line-height: 28px;
}

.product-information-content img {
  display: inline-block;
  max-width: 100%;
}

/*表格手机端滑动*/
.nei-table {
  width: 100%;
  overflow: auto;
}

.nei-table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.nei-table table, .nei-table table th, .nei-table table td {
  border: 1px solid #ececec;
}

.nei-table table th, .nei-table table td {
  padding: 4px 10px;
}

/*详情页标签*/
.product-tag {
  display: flex;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ececec;
}

.product-tag-title {
  display: inline-block;
}

.product-tag span {
  font-size: 16px;
  padding: 5px 0;
  float: left;
  white-space: nowrap;
}

.product-tag-item {
  vertical-align: top;
}

.product-tag-item a {
  margin: 5px 12px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
}

.product-tag-item a:hover {
  color: #ffc40a;
}

/*附件下载*/
.product-annex {
  display: flex;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.product-annex span {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-annex ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 12px 10px 12px;
}

.product-annex ul li i {
  margin-right: 5px;
}

.product-annex ul li a:hover {
  color: #ffc40a;
}

/*相关产品*/
.related-products {
  width: 100%;
  margin-top: 20px;
}

.related-products-t {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.related-products-t::after {
  background-color: #eee;
  bottom: 10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.related-products-t h3, .related-products-t span {
  font-size: 18px;
  line-height: 30px;
  background-color: #fff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.related-products ul {
  font-size: 0;
}

.related-products ul li {
  font-size: 14px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.related-products ul li .item {
  padding: 15px;
}

.related-products ul li .item img {
  width: 100%;
  max-width: 500px;
}

.related-products ul li .item .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

/*产品折叠菜单*/
.sidebar-product dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.sidebar-product dl dt {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 0;
}

.sidebar-product dl:last-child dt {
  border-bottom: 0;
}

.sidebar-product dl dt a {
  font-size: 14px;
}

.sidebar-product dl dt i {
  width: 0;
  height: 0;
  background-color: #6d6d6d;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 15px;
}

.sidebar-product dl dt a:hover {
  color: #ffc40a;
}

.sidebar-product dl span {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #6d6d6d;
  height: 38px;
  display: block;
  line-height: 38px;
  float: right;
  cursor: pointer;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}

.sidebar-product dl span.clicker_active {
  font-size: 26px;
  font-weight: normal;
}

.sidebar-product dl span:hover {
  background-position: 10px 20px;
  text-decoration: none;
  color: #ffc40a;
}

.sidebar-product dl dd {
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  margin: 8px 0 8px 15px;
}

.sidebar-product dl dd a {
  font-size: 12px;
  color: #6d6d6d;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ebebeb;
}

.sidebar-product dd a:hover {
  text-decoration: none;
  color: #ffc40a;
}

/*侧边新闻*/
.sidebar-news ul {
  overflow: hidden;
}

.sidebar-news ul li {
  line-height: 20px;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.sidebar-news ul li:hover {
  padding: 10px 10px 10px 30px;
}

.sidebar-news ul li a {
  display: block;
}

.sidebar-news ul li i {
  font-size: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.sidebar-news ul li:hover i {
  left: 10px;
}

.sidebar-news ul li a:hover {
  color: #ffc40a;
}

/*侧边关于我们*/
.sidebar-about ul {
  overflow: hidden;
}

.sidebar-about ul li {
  line-height: 32px;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  position: relative;
  display: block;
  overflow: hidden;
    border-bottom: 3px solid #ebebeb;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.sidebar-about ul li:hover {
  padding: 10px 0 10px 50px;
}

.sidebar-about ul li a {
  display: block;
  color: #121212
}

.sidebar-about ul li i {
  font-size: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  padding-left:1rem;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.sidebar-about ul li:hover i {
  left: 10px;
}

.sidebar-about ul li a:hover {
  color: #ffc40a;
}

/*新闻列表*/
/*推荐新闻*/
.news-list-top {
  overflow: hidden;
}

.news-list-top-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  font-size: 14px;
}

.news-list-top-box .item {
  position: relative;
  overflow: hidden;
}

.news-list-top-box .item a {
  overflow: hidden;
  display: block;
}

.news-list-top-box-frame {
  overflow: hidden;
  float: left;
  width: 40%;
  height:20rem;
}

.news-list-top-box .item img {
  height: auto;
  display: block;
  font-size: 0;
  overflow: hidden;
  max-width: 100%;
  height:100%;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.news-list-top-box .item img:hover {
  transform: scale(1.1);
}

.news-list-top-box .item h2, .news-list-top-box .item h3 {
  font-size: 18px;
  line-height: 30px;
  margin-left: 25px;
  margin-bottom: 8px;
}

.news-list-top-box .item h2:hover, .news-list-top-box .item h3:hover {
  color: #ffc40a;
}

.news-list-top-box .item p {
  font-size: 14px;
  line-height: 20px;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 8px;
  text-indent: 28px;
}

.news-list-top-box-text {
  display: inline-block;
  width: 60%;
  float: left;
  vertical-align: top;
}

.news-list-top-box-text span {
  font-size: 14px;
  color: #ffc40a;
  margin-left: 25px;
}

/*新闻列表*/
.news-listing {
  overflow: hidden;
  margin-bottom: 40px;
}

.news-listing-t {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 12px 20px;
  background-color: #f1f1f1;
}

.news-listing-t .th {
  float: left;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}

.news-listing-t .th a:hover {
  color: #ffc40a;
}

.news-listing-t span {
  float: right;
  font-size: 14px;
  line-height: 24px;
}

.news-listing-t span a {
  float: right;
  font-size: 14px;
  line-height: 24px;
}

.news-listing-t span a:hover {
  color: #ffc40a;
}

.news-listing ul {
  overflow: hidden;
  padding: 5px 20px;
}

.news-listing ul li {
  margin-bottom: 20px;
}

.news-listing ul li .news-listing-box {
  overflow: hidden;
  position: relative;
  padding-right: 100px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.news-listing ul li .news-listing-box:hover {
  padding-right: 75px;
  padding-left: 25px;
}

.news-listing ul li h2, .news-listing ul li h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

.news-listing ul li h2:hover, .news-listing ul li h3:hover {
  color: #ffc40a
}

.news-listing ul li p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  text-indent: 28px;
}

.news-listing ul li span {
  font-size: 14px;
  color: #ffc40a;
  position: absolute;
  top: 2px;
  right: 0;
}

/*新闻详情*/
.news-details {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
  padding-bottom: 20px;
}

.news-details-t {
  background: #f0f0f0;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.news-details-t h1 {
  font-size: 18px;
  line-height: 24px;
}

.news-details-box {
  overflow: hidden;
}

.news-details-time {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.news-details-time e {
  font-size: 14px;
  background: #f0f0f0;
  padding: 8px 10px;
}

/*案例列表*/
.case-listing {}

.case-listing ul {
  overflow: hidden;
  font-size: 0;
}

.case-listing ul li {
  width: 30.66666%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.case-listing ul li:nth-child(3n) {
  margin-right: 0;
}

.case-listing ul li .item {
  margin: 0 0 30px 0;
  overflow: hidden;
}

.case-listing-frame {
  width: 100%;
  overflow: hidden;
  border:1px solid #ebebeb
}

.case-listing-frame img {
  max-width: 100%;
  display: block;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.case-listing-frame img:hover {
  transform: scale(1.1);
}

.case-listing ul li .item h2, .case-listing ul li .item h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.case-listing ul li .item h2:hover, .case-listing ul li .item h3:hover {
  color: #ffc40a;
}

.case-listing ul li .item p {
  font-size: 14px;
  line-height: 20px;
  /* max-height: 60px; */
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:8; */
  overflow: hidden;
  margin-bottom: 20px;
}

.case-listing ul li .item span {
  display: block;
}

.case-listing ul li .item span a {
  color: #fff;
  font-size: 16px;
  background-color: #121212;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.case-listing ul li .item span a:hover {
  background-color: #ffc40a;
}

/*证书展示*/
.certificate-listing ul {
  font-size: 0;
  overflow: hidden;
}

.certificate-listing ul li {
  width: 32%;
  font-size: 14px;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 20px;
}

.certificate-listing ul li:nth-child(3n+3) {
  margin-right: 0;
}

.certificate-listing .item {
  background-color: #f1f1f1;
  padding: 14px;
  position: relative;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.certificate-listing .item:hover {
  background-color: #ffc40a;
}

.certificate-listing-frame {
  overflow: hidden;
  height: 280px;
  text-align: center;
  display: table;
  width: 100%;
}

.certificate-listing-frame a {
  display: table;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.certificate-listing-frame img {
  max-height: 280px;
  max-width: 100%;
}

.certificate-listing .item span {
  font-size: 16px;
  font-weight: normal;
  display: table;
  margin: 8px 0;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.certificate-listing .item span a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.certificate-listing .item:hover h3 a {
  color: #fff;
}

/*site-map网站地图*/
.site-map-t {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  background: #f5f5f5;
  padding: 12px 30px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.site-map-th {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 30px;
  background: #f5f5f5;
  border-bottom: 1px dashed #f1f1f1;
  padding: 8px 30px;
}

.site-map-th h2 {
  font-size: 16px;
  font-weight: normal;
}

.site-map ul {
  font-size: 0;
  overflow: hidden;
  margin: 20px 0 30px 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 30px 0 30px;
  background-color: #f5f5f5;
}

.site-map ul li {
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  width: 33.3%;
}

.site-map ul li h3 {
  font-size: 14px;
  font-weight: normal;
}

.site-map ul.site-map-l1 li {
  width: 25%;
}

.site-map ul.site-map-l2 li {
  width: 50%;
}

.site-map a:hover {
  color: #ffc40a
}

/*案例详情,工厂展示,关于我们*/
.case-details, .factory-details, .about-details {
  overflow: hidden;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
}

.case-details-t, .factory-details-t, .about-details-t {
  padding: 12px 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}

.case-details-t h1, .factory-details-t h1, .about-details h1 {
  font-size: 18px;
  line-height: 24px;
}

.case-details-box, .factory-details-box, .about-details-box {
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.case-details-box img, .factory-details-box img, .about-details-box img {
  max-width: 100%;
}

.product-information-box embed, .case-details-box embed, .factory-details-box embed, .about-details-box embed {
  max-width: 100% !important;
  height: auto;
}

.product-information-box a, .case-details-box a, .factory-details-box a, .about-details-box a {
  text-decoration: underline;
  color: #06C;
}

.product-information-box ul, .product-information-box ol, .product-information-box li,
.case-details-box ul, .case-details-box ol, .case-details-box li,
.factory-details-box ul, .factory-details-box ol, .factory-details-box li,
.about-details-box ul, .about-details-box ol, .about-details-box li {
  list-style: unset;
  margin-left: 20px;
}

/*关于我们图片切换*/
.pb {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  z-index: 1;
}

.pb .banners {
  width: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.pb .banners li.current {
  display: block;
}

.pb .banners li {
  display: none;
  padding: 0;
  margin: 0;
}

.C_top_R1IMG2 {
  width: 100%;
  height: auto;
}

.C_top_R1IMG2 a img {
  width: 100%;
  display: block;
}

.switcher_2 {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.pb .points_2 li {
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  float: left;
  background-color: #999;
  line-height: 22px;
  color: #FFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px 0px 0px;
  border: 1px solid #FFF;
}

.pb .points_2 li.current {
  color: #FFF;
  margin-right: 5px;
  height: 22px;
  width: 22px;
  border: 1px solid #FFF;
  background-color: #C00;
}

/*关于我们头部表格*/
.about_pc_tab {
  overflow: hidden;
  margin-bottom: 20px;
}

.about_pc_tab table {
  background-color: #ececec;
  width: 100%;
}

.about_pc_tab table tr {
  background-color: #fff;
  line-height: 20px;
}

.about_pc_tab table tr th, .about_pc_tab table tr td {
  padding: 8px 15px;
}

.about_pc_tab table tr th {
  width: 24%;
}

/*联系我们表格*/
.contact-table-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-name {
  background: #ebebeb;
  padding: 12px 20px;
  margin-bottom: 15px;
}

.contact-name h5 {
  font-size: 16px;
  line-height: 24px;
}

.contact-info {}

.contact-info table {
  width: 100%;
  border-collapse: collapse;
}

.contact-info tr {
  background-color: #fff;
  word-break: break-all;
}

.contact-info tr:hover {
  background-color: #faf9f9;
}

.contact-info tr th, .contact-info tr td {
  font-size: 14px;
}

.contact-info tr th:first-child, .contact-info tr td:first-child {
  width: 28%;
}

.contact-info td a {
  color: #fff;
  padding: 13px;
}

.contact-info td {
  padding: 15px 10px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

.contact-info td i {
  font-size: 18px;
  margin-right: 10px;
}

.contact-info td.name, .contact-info td.description {
  vertical-align: top;
}

.contact-info td:first-child {
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}

/*邮件*/
.inner-message {
  margin-bottom: 30px;
  overflow: hidden;
}

.inner-message-t {
  background: #f0f0f0;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.inner-message-t h5 {
  font-size: 18px;
  line-height: 24px;
}

.inner-message .th {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding: 12px 20px;
  background-color: #f1f1f1;
}

.inner-message .inner-message-centered {
  font-size: 16px;
  width:65%;
  text-align: center;
  margin:0 auto;
  padding-bottom: 2em;
}
.inner-message .inner-message-centered  h3{
  text-align: center;
  padding-top:0em;
  padding-bottom: 1em;
  font-size: 26px;
  font-weight: bold;
}
.inner-message .inner-message-centered  em{
  font-style: normal;
  color:#ffc40a
}

.inner-message .inner-message-centered span {
  color: #84848c;

}

.inner-message-row {
  margin-top: 20px;
  overflow: hidden;
}

.inner-message-row .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.inner-message-row .item input {
  color: #999;
  width: 100%;
  line-height: 30px;
  border: 0;
  height: 30px;
}

.inner-message-row .item textarea {
  color: #999;
  width: 100%;
  line-height: 30px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 150px;
}

.inner-message-row .item button {
  color: #000;
  font-size: 14px;
  background-color: #ffc40a;
  display: inline-block;
  line-height: 30px;
  padding: 8px 30px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  cursor: pointer;
  border: 0;
}

.inner-message-row .item button:hover {
  background-color: #ffc40a;
}

.inner-message-row .item button:active {
  background-color: #F60;
}

.inner-message-row .item.item-half {
  width: 50%;
}

.inner-message-half {
  padding: 8px;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.inner-message-box {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

/*空位符*/
.air-h30 {
  width: 100%;
  height: 30px;
  display: block;
}

/*上下篇*/
.other-upper-next {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.other-upper-next-box {
  overflow: hidden;
}

.other-upper-next .other-upper {
  float: left;
}

.other-upper-next .other-next {
  float: right;
}

.other-upper-next .other-upper i {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.other-upper-next .other-next i {
  float: right;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.other-upper-next span a:hover {
  color: #ffc40a;
}

/*底部*/
.footer-middle {
  padding-top: 40px;
  background-color: #f5f5f5 !important
}

.footer-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1470px;
  overflow: hidden;
  font-size: 0;
}

.footer-main {
  margin: 20px 0;
}

.footer-content .item {
  width: 22%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 30px;
}

.footer-content .item.footer-contactus {
  width: 34%;
}

.footer-content .item.footer-contactus li {
  color: #666;
  padding-left: 30px;
  position: relative;
}

.footer-content .item.footer-contactus li label {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-content .item.footer-contactus li label i {
  font-size: 20px;
}

.footer-content .item.footer-contactus li:nth-child(3) label i {
  font-size: 22px;
}

.footer-static-block {
  margin-right: 30px;
}

.footer-static-block .th {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.footer-static-block .th a:hover {
  color: #ffc40a;
}

.footer-block-contant li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  color: #666;
}

.footer-block-contant li b {
  font-size: 16px;
}

.footer-block-contant li label {
  white-space: nowrap;
  margin-right: 5px;
}

.footer-block-contant li span {
  display: inline-block;
}

.key-words li {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
}

.key-words li i {
  width: 6px;
  height: 6px;
  width: 10px\0;
  height: 10px\0;
  display: inline-block;
  border: 2px solid #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-block-contant li a {
  color: #666;
}

.footer-block-contant li a:hover {
  color: #ffc40a;
}

.footer-secondary {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  background-color: #fff;
}

.footer-secondary-box {
  width: 90%;
  max-width: 1470px;
  margin: auto;
}

.footer-secondary p {
  color: #666;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
  padding: 6px 240px 6px 0;
}

/*右侧漂浮替换样式*/
.im-l {
  background-color: #ffc40a;
  box-shadow: 0 0 8px #eaf0f6;
}

.im .box {
  background-color: #ffc40a;
}

/*返回顶部*/
.scroll {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  position: fixed;
  right: 34px;
  bottom: 74px;
  cursor: pointer;
  background-color: #121212;
  z-index: 10;
}

.scroll i {
  font-size: 28px;
}

@media screen and (max-width: 1470px) {
  .subblock .category ul li {
    width: 32%;
    margin-right: 2%;
    display: inline-block;
  }

  .subblock .category ul li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1220px) {
  .inner-page-l {
    width: 32%;
  }

  .inner-page-r {
    width: 68%;
  }
}

@media screen and (max-width: 1044px) {
  .footer-content .item, .footer-content .item.footer-contactus {
    width: 50%;
  }

  .index-about {
    background-size: auto 100%;
  }

  /*首页产品分类*/
  .category-box-type h2 {
    font-size: 18px;
  }

  .index-about-box, .index-about-text {
    padding: 20px;
  }

  .index-about-l {
    float: none;
  }

  .index-about-r {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  .category-box-detail a.btn {
    padding: 5px 25px;
  }

  .hot-products-box ul li .item span a {
    padding: 0 20px;
  }

  .sidebar-featured ul li .item .pro-media {
    width: 100%;
  }

  .sidebar-featured ul li .item .pro-detail-info {
    width: 100%;
    margin-top: 10px;
  }

  .sidebar-featured ul li .item .pro-detail-info .th {
    margin-left: 0;
  }

  .sidebar-featured ul li .item .pro-detail-info span {
    margin-left: 0;
    display: block;
  }

  .product-listing ul li {
    width: 49%;
  }

  .product-listing ul li:nth-child(3n+3) {
    margin-right: 2%;
  }

  .product-listing ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  /*产品详情展示*/
  .product-page-plan, .product-attributes {
    width: 100%;
  }

  /*证书展示*/
  .certificate-listing ul li {
    width: 48%;
    margin-right: 4%;
  }

  .certificate-listing ul li:nth-child(3n+3) {
    margin-right: 4%;
  }

  .certificate-listing ul li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width:768px) {
  .language {
    float: left;
  }
  .con-listing ul li{width:100%;}
.bread-crumb{padding:100px 0 20px 0}
  .social-link {
    float: none;
    width: 100%;
    overflow: hidden;
  }
.inner-message .inner-message-centered{
  width:100%
}
  .social-link a {
    margin-left: 0;
    margin-right: 5px;
  }

  .header-middle {
    padding: 0;
  }

  .header-middle .header-logo {
    width: 100%;
    max-width: none;
    margin: 0;
    float: none;
    text-align: center;
    height: 50px;
  }

  .header-logo-box {
    height: 100%;
    margin-right: 0;
    float: none;
    margin: auto;
    display: inline-block;
  }

  .header-logo-box a, .header-logo-box a img {
    height: 50px;
  }

  .header-middle .company-motto {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding: 0;
    float: left;
  }

  .company-motto-p {
    display: block;
    height: auto;
  }

  .header-search {
    display: inline-block;
  }

  .header-search .search-box input.input-text {
    position: static;
    width: 150px;
    opacity: 1;
    right: 30px;
  }

  .index-about-l .th {
    font-size: 20px;
    margin-right: 0;
    line-height: 30px;
  }

  .bread-crumb {
    width: 100%;
  }

  .subblock .category ul {
    text-align: center;
  }

  .subblock .category ul li {
    width: 50%;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }

  .subblock .category ul li:nth-child(3n+3) {
    margin-right: auto;
  }

  .featured-products-t span, .hot-products-t span, .index-news-t span, .index-case-t span {
    font-size: 24px;
  }

  .index-about-l, .index-about-r {
    width: 100%;
  }

  .hot-products-box ul li {
    width: 50%;
    margin-right: 0;
  }

  .hot-products-box ul li .item span a {
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    border-radius: 20px;
  }

  .hot-products-box ul li .item {
    margin: 0 5px;
  }

  .hot-products-box ul li .item h3 {
    font-size: 14px;
  }

  .index-news-box ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer-content .item, .footer-content .item.footer-contactus {
    width: 100%;
  }

  .hot-products-box-t {
    padding: 5px 5px 15px 5px;
  }

  .featured-products-box .item {
    margin: 10px;
  }

  .featured-products-box-t {
    margin: 10px;
    overflow: hidden;
  }

  .index-case-box ul li {
    width: 100%;
    margin-right: 0;
  }

  .index-case-box ul li .item {
    margin: 15px;
  }

  .index-case-box ul li .item p, .index-case-box ul li .item span {
    display: none;
  }

  .index-case-box-text {
    margin: 10px;
  }

  .index-case-box ul li .item .th {
    font-size: 14px;
    line-height: 18px;
  }

  /*联系我们表格*/
  .contact-info {
    border: 8px solid #ebebeb;
  }

  .contact-info tr th, .contact-info tr td {
    font-size: 12px;
  }

  /*返回顶部*/
  .scroll {
    width: 32px;
    height: 32px;
    line-height: 34px;
    right: 2px;
    bottom: 8px;
  }

  .scroll i {
    font-size: 22px;
  }

  /*侧边*/
  .inner-page-l {
    width: 100%;
  }

  .inner-page-r {
    width: 100%;
  }

  .sidebar-block {
    margin-right: 0;
  }

  .product-listing .product-item-name h3 {
    font-size: 14px;
  }

  /*侧边联系方式*/
  .sidebar-contact {
    display: none;
  }

  /*案例列表*/
  .case-listing-frame {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    max-width: 500px;
  }

  .news-list-top-box-frame, .news-list-top-box-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-list-top-box .item h2, .news-list-top-box .item h3, .news-list-top-box .item p, .news-list-top-box-text span {
    margin-left: 0;
  }

  /*证书*/
  .certificate-listing-frame {
    height: 180px;
  }

  .certificate-listing-frame img {
    max-height: 180px;
  }

  .site-map ul li, .site-map ul li, .site-map ul.site-map-l1 li, .site-map ul.site-map-l2 li {
    width: 100%;
  }

  .product-category li .product-image, .product-item-text, .product-item-text-b {
    margin: 0;
    width: 100%;
  }

  .related-products ul li {
    width: 50%;
  }

  .footer-secondary p {
    width: 100%;
    padding: 10px 0;
  }
}

/*右侧漂浮*/
@media screen and (min-width:768px) {
  .im {
    width: 92px;
    position: fixed;
    right: -60px;
    top: 250px;
    transition: right 0.5s;
    bottom: auto;
    z-index: 11;
  }
}
