@charset "UTF-8";
@font-face {
  font-family: "jsyFont";
  src: url("../font/sy.woff2") format("woff2");
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: "jsyFont", Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
progress,
video,
body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
}

ul,
li,
ol {
  list-style: none;
  line-height: normal;
}

i,
address,
cite,
dfn,
em,
var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

.input,
.select,
.button,
.textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}

.input:hover,
.input:focus,
.select:hover,
.select:focus,
.button:hover,
.button:focus,
.textarea:hover,
.textarea:focus {
  border-color: #0000ff;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.animate,
.uc-animate,
.uc-revealOnScroll {
  opacity: 0;
}

img {
  vertical-align: top;
}

body {
  background: url("../img/bg.jpg") top center repeat;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1240 {
  width: 1240px;
  margin: 0 auto;
}

.big__title {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.big__title .name {
  display: inline-block;
  position: relative;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  color: #ae4d2d;
  font-weight: bold;
}
.big__title .name:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -130px;
  width: 105px;
  height: 1px;
  background-color: #ae4d2d;
}
.big__title .name:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -130px;
  width: 105px;
  height: 1px;
  background-color: #ae4d2d;
}
.big__title em {
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin-top: 10px;
}

.footer-pagination .form-control-static {
  line-height: 38px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
  color: inherit;
  border-color: #dcdcdc;
  transition: border-color, 0.3s;
}

.pagination > li > span {
  cursor: default;
}

.pagination > li > span:hover {
  background-color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #006743;
  border-color: #006743;
}

/*#header#*/
#header {
  position: relative;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
#header .wrap {
  width: 90%;
  margin: 0 auto;
}
#header .wrap .logo {
  display: inline-block;
  float: left;
}
#header .wrap .logo img {
  height: 60px;
  max-width: 100%;
  margin-top: 10px;
}
#header .wrap .logo span {
  color: #132012;
  font-weight: bold;
  font-size: 18px;
}
#header .wrap .nav {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
#header .wrap .nav a {
  display: inline-block;
  color: #ae4d2d;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin: 0 40px;
  transition: all 0.3s ease-out;
}
#header .wrap .nav a:hover {
  color: #ae4d2d;
}
#header .wrap .search {
  display: inline-block;
  float: right;
}
#header .wrap .search .tel {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  padding-left: 25px;
  background: url(../img/tel.png) no-repeat center left/18px auto;
  padding-right: 20px;
}
#header .wrap .search .search_btn {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 80px;
  background: url(../img/search_btn.png) no-repeat center/100% auto;
  vertical-align: top;
  margin-left: 24px;
  cursor: pointer;
}
#header .wrap .search .search_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #d2d2d2;
  left: -27px;
  top: 50%;
  transform: translate(0, -50%);
}

/*#header#*/
/* 首页banner */
#banner__wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner__wrap__swiper .slide-image {
  width: 100%;
  position: relative;
}
#banner__wrap__swiper .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#banner__wrap__swiper .swiper-button-next, #banner__wrap__swiper .swiper-button-prev {
  opacity: 1;
  width: 18px;
  height: 37px;
  background: none;
  margin-top: -19px;
}
#banner__wrap__swiper .swiper-button-next.swiper-button-disabled, #banner__wrap__swiper .swiper-button-prev.swiper-button-disabled {
  opacity: inherit;
  pointer-events: all;
  cursor: pointer;
}
#banner__wrap__swiper .swiper-button-next:hover, #banner__wrap__swiper .swiper-button-prev:hover {
  opacity: 1;
}
#banner__wrap__swiper .swiper-button-prev {
  left: 30px;
}
#banner__wrap__swiper .swiper-button-next {
  right: 30px;
}
#banner__wrap__swiper .swiper-pagination {
  bottom: 140px !important;
}
#banner__wrap__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 20px;
  opacity: 1;
  margin: 0 20px;
  border-radius: 0;
}
/* 首页banner */
/* 首页客户见证 */
#home__swiper__2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 400px;
}
#home__swiper__2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}
#home__swiper__2 .swiper-slide .item-cell {
  width: 275px;
  height: 246px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#home__swiper__2 .swiper-slide .item-cell .item-pic {
  width: 275px;
  height: 206px;
  overflow: hidden;
  position: relative;
}
#home__swiper__2 .swiper-slide .item-cell .item-pic img {
  width: 275px;
  height: 206px;
  overflow: hidden;
}
#home__swiper__2 .swiper-slide .item-cell .item-cnt {
  position: relative;
  display: table;
  width: 100%;
}
#home__swiper__2 .swiper-slide .item-cell .item-cnt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  line-height: 25px;
  max-height: 60px;
  background-color: #000;
  opacity: 0.5;
  display: none;
}
#home__swiper__2 .swiper-slide .item-cell .item-cnt .item-tit {
  text-align: center;
  padding: 0 2%;
  width: 96%;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  /*    position: absolute;*/
  position: static;
  bottom: 0;
  left: 0;
  max-height: 40px;
  height: 40px;
  line-height: 120%;
  color: #000;
  overflow: hidden;
  font-size: 15px;
  background: #FFFFFF;
}
#home__swiper__2 .swiper-slide .item-cell .item-cnt .item-tit a {
  width: 100%; /*overflow: hidden;*/
  /*height: 14px;*/
  line-height: 100%;
  display: block;
}
#home__swiper__2 .swiper-slide-active, #home__swiper__2 .swiper-slide-duplicate-active {
  transform: scale(1.3);
}
#home__swiper__2 .swiper-button-next {
  background: url("../img/right_arrow.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  right: 0;
}
#home__swiper__2 .swiper-button-prev {
  background: url("../img/right_arrow.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  left: 0;
  transform: rotate(180deg);
}

/* 首页客户见证 */
.bar {
  width: 1240px;
  height: 10px;
  margin: 0 auto;
  border-top: 5px solid #ae4d2d;
  border-bottom: 1px solid #ae4d2d;
  background-color: #fff;
}

/* 核心产品推荐 */
#home__swiper__4 {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#home__swiper__4 .swiper-slide {
  background: #f8f8f8;
  transform: scale(0.8);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: 20px;
  transition: all 0.3s;
}
#home__swiper__4 .swiper-slide .img {
  margin: 0 auto;
}
#home__swiper__4 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
}
#home__swiper__4 .swiper-slide .title {
  padding: 8px 10px;
  text-align: center;
  font-size: 20px;
  background: #fff;
  line-height: 2;
}
#home__swiper__4 .swiper-slide .title:hover {
  color: #ae4d2d;
}
#home__swiper__4 .swiper-slide:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
#home__swiper__4 .swiper-slide-active {
  transform: scale(1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

#home__swiper__3 {
  margin-top: 40px;
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#home__swiper__3 .swiper-slide a {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  justify-content: space-around;
}
#home__swiper__3 .swiper-slide a .img {
  width: 50%;
  display: block;
}
#home__swiper__3 .swiper-slide a .img img {
  width: 620px;
}
#home__swiper__3 .swiper-slide a .text {
  width: 41.4%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 60px 50px 0;
}
#home__swiper__3 .swiper-slide a .text .title {
  color: #5c483d;
  font-size: 42px;
  position: relative;
  padding-bottom: 20px;
}
#home__swiper__3 .swiper-slide a .text .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 2px;
  background-color: #b5b5b5;
  bottom: 0;
  left: 0;
}
#home__swiper__3 .swiper-slide a .text .desc {
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}
#home__swiper__3 .swiper-pagination {
  bottom: 20px;
}
#home__swiper__3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#home__swiper__3 .swiper-pagination-bullet-active {
  background: #132012;
}

/* 核心产品推荐 */
/* 底部footer */
#footer {
  background: #132012;
  padding: 30px 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  border-top: 8px solid #007347;
}
#footer a {
  color: #ffffff;
}
#footer .icp {
  width: 210px;
  margin: 0 auto;
  background: url(../img/record.png) no-repeat right center;
}

/* 底部footer */
/* 核心详情页 */
.page__container .w1240 {
  margin-bottom: 60px;
}
.page__container .w1240.product_w {
  padding: 0 47px 60px;
}
.page__container .page__nav {
  color: #111111;
  border-bottom: 1px solid #132012;
  padding: 22px 0 22px 20px;
  font-size: 18px;
  line-height: 2;
}
.page__container .page__nav a {
  color: #111111;
}
.page__container .page__nav em {
  color: #ae4d2d;
}
.page__container .page__main {
  padding: 42px 75px 53px 37px;
  line-height: 2;
}
.page__container .page__main .page__side {
  width: 230px;
  float: left;
  border: 1px solid #ae4d2d;
}
.page__container .page__main .page__side ul li {
  height: auto;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px solid #ae4d2d;
  font-size: 18px;
}
.page__container .page__main .page__side ul li:hover a {
  color: #ae4d2d;
}
.page__container .page__main .page__side ul li:last-child {
  border-bottom: none;
}
.page__container .page__main .page__side ul li.active a {
  color: #ae4d2d;
}
.page__container .page__main .page__side ul .side__title {
  font-size: 24px !important;
  color: #fff;
  background-color: #ae4d2d;
  line-height: 60px !important;
}
.page__container .page__main .page__side ul .side__title em {
  opacity: 0.5;
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
.page__container .page__main .page__side ul .side__title a {
  color: #FFFFFF;
}
.page__container .page__main .page__side ul .side__title:hover a {
  color: #fff !important;
}
.page__container .page__main .page__content {
  float: left;
  margin-left: 50px;
  width: 75%;
}

/* 核心详情页 */
.H20 {
  height: 20px;
}

.top__banner {
  margin-bottom: 20px;
}
.top__banner img {
  max-width: 100%;
}

/* 产品详情页 */
.product__wrap {
  padding: 30px 25px 0 25px;
}
.product__wrap .thumb__main {
  overflow: hidden;
  background: #f8f8f8;
  background-image: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 100%);
  border-radius: 20px;
  position: relative;
}
.product__wrap .thumb__main:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.product__wrap .thumb__main .thumb__list {
  z-index: 99;
  flex: none;
  width: 50%;
  height: auto;
  margin: 0 auto;
  background: none;
  padding: 5px;
  position: relative;
}
.product__wrap .thumb__main .thumb__list #product__swiper__detail {
  overflow: hidden;
}
.product__wrap .thumb__main .thumb__list #product__swiper__detail img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product__wrap .thumb__main .thumb__list #product__swiper__detail .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.product__wrap .thumb__main .thumb__list #product__swiper__detail .swiper-pagination-bullet-active {
  background: #132012;
}
.product__wrap .thumb__main .title {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 50px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 88;
  letter-spacing: 2px;
  font-size: 32px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}
.product__wrap .product__desc__wrap {
  line-height: 2;
}
.product__wrap .product__desc__wrap .desc__hd {
  font-size: 24px;
  padding-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
}
.product__wrap .product__desc__wrap .desc__hd span {
  position: relative;
  background: #132012;
  color: #fff;
  display: inline-block;
  padding: 0 10px 0 20px;
}
.product__wrap .product__desc__wrap .desc__hd span:after {
  content: "";
  border: 34px solid transparent;
  display: block;
  position: absolute;
  top: 14px;
  right: -34px;
  border-left: 34px solid #132012;
  transform: rotate(135deg);
}
.product__wrap .product__desc__wrap .desc__bd {
  padding: 10px;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main {
  line-height: 1.8;
  font-size: 18px;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3%;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main ul li {
  display: flex;
  width: 47%;
  margin-right: 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #132012;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main ul li * {
  line-height: 140%;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main ul li span {
  margin-right: 10px;
  color: #666;
}
.product__wrap .product__desc__wrap .desc__bd .bd__main ul li cite {
  flex: 1;
  display: block;
}

/* 产品详情页 */
/**新闻列表类型*/
.news__list__wrap li {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  overflow: hidden;
}
.news__list__wrap li a:hover {
  color: #ae4d2d;
}
.news__list__wrap li span {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  width: 90%;
  overflow: hidden;
}
.news__list__wrap li em {
  display: block;
  float: right;
  color: #999;
  font-size: 14px;
}
.news__list__wrap li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #132012;
}

/**新闻列表类型*/
/* 新闻详情 */
.page__news__detail {
  padding: 50px 75px;
  line-height: 2;
}
.page__news__detail .news__title {
  font-size: 30px;
  width: 100%;
  text-align: center;
}
.page__news__detail .news__date {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #999;
  margin: 10px 0 20px;
}
.page__news__detail .news__content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
}
.page__news__detail .news__content img {
  max-width: 100%;
}

.page__detail {
  padding: 10px 15px;
}
.page__detail .news__content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
}
.page__detail .news__content img {
  max-width: 100%;
}

/* 新闻详情 */
.page__contact__wrap .contact__us__box {
  padding-top: 40px;
}
.page__contact__wrap .contact__us__box .mapbox, .page__contact__wrap .contact__us__box .introbox {
  position: relative;
  width: calc(50% - 15px);
  height: 350px;
  background-color: #132012;
  padding: 7px;
  box-sizing: border-box;
}
.page__contact__wrap .contact__us__box .mapbox {
  float: left;
  position: relative;
}
.page__contact__wrap .contact__us__box .introbox {
  float: right;
}
.page__contact__wrap .contact__us__box .introbox .intro {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 72px;
}
.page__contact__wrap .contact__us__box .introbox .intro h2.title {
  font-size: 26px;
  color: #333333;
  border-bottom: 1px solid #ede5df;
  padding-bottom: 10px;
}
.page__contact__wrap .contact__us__box .introbox .intro .content {
  line-height: 2;
  font-size: 18px;
  color: #333333;
  padding-top: 24px;
}
.page__contact__wrap .contact__us__box .introbox .intro .content p {
  margin-bottom: 14px;
}
.page__contact__wrap .contact__us__box .introbox .intro .content p:last-child {
  margin-bottom: 0;
}

.brand__cert__wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.brand__cert__wrap ul li {
  position: relative;
  background: #f8f8f8;
  margin-bottom: 60px;
  height: auto;
  margin-right: 22px;
  width: 260px;
  float: left;
}
.brand__cert__wrap ul li .cert__item .item__pic {
  padding: 0 0 8px 0;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.brand__cert__wrap ul li .cert__item .item__pic a {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand__cert__wrap ul li .cert__item .item__pic a img {
  margin: 0 auto;
  background-blend-mode: multiply;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
}
.brand__cert__wrap ul li .cert__item .item__title {
  border-top: 1px solid #eee;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
}

.product__search__wrap {
  padding-top: 20px;
}
.product__search__wrap .select__item {
  float: left;
}
.product__search__wrap .select__item .title {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
}
.product__search__wrap .select__item select {
  width: 275px;
  height: 45px;
  border: none;
  margin-bottom: 40px;
  margin-right: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/down-large-b.png") no-repeat scroll 250px center #f8f8f8;
  padding-left: 20px;
}
.product__search__wrap .select__item select::-ms-expand {
  display: none;
}
.product__search__wrap .btn {
  display: inline-block;
  width: 125px;
  height: 43px;
  background-color: #132012;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  margin-top: 30px;
}
.product__search__wrap .btn a {
  color: #FFFFFF;
}

.product__list__wrap {
  margin-top: 40px;
}
.product__list__wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.product__list__wrap ul li {
  position: relative;
  background: #f8f8f8;
  margin-bottom: 60px;
  height: auto;
  margin-right: 26px;
  width: 260px;
  float: left;
}
.product__list__wrap ul li .product__item .item__pic {
  padding: 0 0 8px 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.product__list__wrap ul li .product__item .item__pic a {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product__list__wrap ul li .product__item .item__pic a img {
  margin: 0 auto;
  background-blend-mode: multiply;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
}
.product__list__wrap ul li .product__item .item__title {
  border-top: 1px solid #eee;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
}

.home__knowledge .home__knowledge__list {
  padding-left: 30px;
  padding-bottom: 40px;
}
.home__knowledge .home__knowledge__list .knowledge__item {
  float: left;
  width: 550px;
  margin-right: 80px;
}
.home__knowledge .home__knowledge__list .knowledge__item:nth-of-type(2n) {
  margin-right: 0;
}
.home__knowledge .home__knowledge__list .knowledge__item .title {
  position: relative;
  padding-left: 33px;
  font-size: 24px;
}
.home__knowledge .home__knowledge__list .knowledge__item .title:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #999;
}
.home__knowledge .home__knowledge__list .knowledge__item .title:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 400px;
  height: 1px;
  background-color: #999;
}
.home__knowledge .home__knowledge__list .knowledge__item .title .title__name {
  float: left;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}
.home__knowledge .home__knowledge__list .knowledge__item .title .title__name a {
  font-size: 24px;
  display: inline-block;
  margin-top: 10px;
  color: #ae4d2d !important;
}
.home__knowledge .home__knowledge__list .knowledge__item .title .title__name a:hover {
  color: #ae4d2d;
}
.home__knowledge .home__knowledge__list .knowledge__item .title .title__name em {
  display: block;
  font-size: 12px;
  margin-top: -5px;
  color: #ae4d2d !important;
}
.home__knowledge .home__knowledge__list .knowledge__item .title b {
  float: right;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  line-height: 48px;
}
.home__knowledge .home__knowledge__list .knowledge__item .title b a {
  color: #ae4d2d !important;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell {
  display: block;
  width: 540px;
  margin-bottom: 12px;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell .item-date {
  width: 52px;
  font-size: 12px;
  float: left;
  border-right: 1px solid #b2b2b2;
  color: #888;
  height: 45px;
  padding-top: 3px;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell .item-date em {
  text-align: center;
  font-size: 24px;
  display: block;
  height: 25px;
  line-height: 25px;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell .item-cnt {
  margin-left: 10px;
  float: right;
  width: 477px;
  overflow: hidden;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell .item-cnt .item-tit {
  color: #000;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell .item-cnt .item-desc {
  font-size: 12px;
  color: #888;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell:hover .item-date {
  color: #ae4d2d;
  border-right: 1px solid #ae4d2d;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell:hover .item-tit {
  color: #ae4d2d;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell:hover .item-tit a {
  color: #ae4d2d;
}
.home__knowledge .home__knowledge__list .knowledge__item .item-cell:hover .item-desc {
  color: #ae4d2d;
}

/* 手机端头部 */
#m-header {
  display: none;
  background: #fff;
  height: 50px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 990;
}
#m-header .header__wrap {
  line-height: 50px;
  height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 66;
  text-align: left;
}
#m-header .header__wrap .logo {
  padding-left: 10px;
}
#m-header .header__wrap .logo img {
  width: auto !important;
  height: 40px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#m-header .header__wrap .menus-mobiles {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#m-header .header__wrap .menus-mobiles span {
  background: #ae4d2d;
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  left: 10px;
  top: 22px;
  transition: all 0.5s;
}
#m-header .header__wrap .menus-mobiles span:nth-child(1) {
  transform: translate3d(0, 0px, 0);
}
#m-header .header__wrap .menus-mobiles span:nth-child(2) {
  transform: translate3d(0, 6px, 0);
}
#m-header .header__wrap .menus-mobiles.menus-ani1 span:nth-child(1) {
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, 45deg);
}
#m-header .header__wrap .menus-mobiles.menus-ani1 span:nth-child(2) {
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-menucss {
  text-align: left;
  background: #ae4d2d;
}

.mobile-menucss { /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);*/
  height: 100%;
  max-height: calc(100vh - 50px); /* width: 40%;*/
  width: 100%;
  position: relative; /*width:150px;*/
  position: fixed;
  right: -100%;
  top: 50px;
  box-sizing: border-box;
  display: block !important;
  z-index: 99999;
}
.mobile-menucss ul {
  overflow: auto;
  width: 100%; /*width: 150px; */
  padding-top: 0; /*background:rgba(130,176,69,1);*/
  height: 100%; /* max-height:calc(100% - 50px);*/
}
.mobile-menucss ul li {
  transition: all 500ms;
}
.mobile-menucss ul li a {
  position: relative;
  font-weight: normal;
  display: block;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09); /*border-top:1px solid rgba(255,255,255,0.1);*/
  height: 45px;
  line-height: 45px;
}
.mobile-menucss ul li a span {
  color: #fff;
  font-size: 16px;
}
.mobile-menucss ul li ul {
  padding-left: 50px;
  overflow: hidden;
}
.mobile-menucss ul li ul li {
  color: #fff;
  line-height: 30px;
}

.menu-active {
  left: 0;
  animation-name: ani-menu;
  animation-timing-function: ease-in-out;
  animation-duration: 500ms;
  box-shadow: none;
}

.menu-hide {
  /*left: -100%;*/
  left: 0;
  height: 0;
  animation-name: ani-menu1;
  animation-timing-function: ease-in-out;
  animation-duration: 500ms;
}

#m-blank {
  display: none;
  height: 50px;
  width: 100%;
  background: transparent;
}

/** 手机端兼容 **/
@media only screen and (max-width: 1000px) {
  #header {
    display: none;
  }
  #m-header, #m-blank {
    display: block;
  }
  .w1240 {
    width: 96%;
    margin: 0 2%;
    overflow: hidden;
  }
  .page__container .w1240 {
    width: 96%;
    margin: 0 2%;
    overflow: hidden;
  }
  .page__container .w1240.product_w {
    padding-left: 0;
    padding-right: 0;
  }
  .page__news__detail {
    padding-left: 0;
    padding-right: 0;
  }
  .page__news__detail .news__content p video {
    width: 100% !important;
    height: 300px !important;
  }
  #banner__wrap__swiper .swiper-button-next, #banner__wrap__swiper .swiper-button-prev {
    display: none;
  }
  #banner__wrap__swiper .slide-image img {
    height: 300px;
    object-fit: cover;
    max-width: 100%;
  }
  .home__knowledge .home__knowledge__list {
    padding-left: 0;
  }
  .home__knowledge .home__knowledge__list .knowledge__item {
    width: 100%;
    margin-right: 0;
  }
  .home__knowledge .home__knowledge__list .knowledge__item .title:after {
    width: 48%;
  }
  #home__swiper__2 {
    width: 100%;
  }
  #home__swiper__2 .swiper-button-next, #home__swiper__2 .swiper-button-prev {
    display: none;
  }
  #home__swiper__3 .swiper-slide a {
    display: block;
  }
  #home__swiper__3 .swiper-slide a .img {
    width: 100%;
  }
  #home__swiper__3 .swiper-slide a .img img {
    width: 100%;
  }
  #home__swiper__3 .swiper-slide a .text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home__swiper__3 .swiper-slide a .text .title:after {
    width: 100%;
  }
  .top__banner {
    margin-bottom: 0;
  }
  .top__banner img {
    height: 150px;
    object-fit: cover;
    max-width: 100%;
  }
  .page__container .page__main {
    padding: 0;
  }
  .page__container .page__main .page__side {
    display: none;
  }
  .page__container .page__main .page__content {
    margin-left: 0;
    width: 100%;
  }
  .news__list__wrap li span {
    width: auto;
  }
  .news__list__wrap li em {
    display: none;
  }
  .brand__cert__wrap {
    margin-top: 20px;
  }
  .brand__cert__wrap ul {
    display: block;
  }
  .brand__cert__wrap ul li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .brand__cert__wrap ul li .cert__item .item__pic {
    height: auto;
  }
  .brand__cert__wrap ul li .cert__item .item__pic a {
    height: auto;
  }
  .product__list__wrap ul {
    display: block;
  }
  .product__list__wrap ul li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .product__list__wrap ul li .product__item .item__pic {
    height: auto;
  }
  .product__list__wrap ul li .product__item .item__pic a {
    height: auto;
  }
  .product__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .product__wrap .thumb__main {
    border-radius: 5px;
  }
  .product__wrap .thumb__main:after {
    display: none;
  }
  .product__wrap .thumb__main .thumb__list {
    width: 100%;
    padding: 10px;
  }
  .product__wrap .thumb__main .title {
    position: static;
    line-height: 140%;
    font-size: 22px;
    writing-mode: horizontal-tb;
    text-align: center;
    background: none;
    border-radius: 0;
    padding: 8px 0 20px 0;
    letter-spacing: 0;
  }
  .product__wrap .product__desc__wrap .desc__bd {
    padding: 0;
  }
  .product__wrap .product__desc__wrap .desc__bd .bd__main ul {
    display: block;
    margin-right: 0;
  }
  .product__wrap .product__desc__wrap .desc__bd .bd__main ul li {
    width: 100%;
  }
  .page__contact__wrap .contact__us__box .mapbox {
    float: none;
    width: 100%;
  }
  .page__contact__wrap .contact__us__box .introbox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .page__contact__wrap .contact__us__box .introbox .intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/** 手机端兼容 **/

/*# sourceMappingURL=main.css.map */
