@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: #F5F5F5;
}

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

.white__wrap {
  background: #FFFFFF;
}

.big__title {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.big__title .name {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #132012;
}
.big__title .name:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -130px;
  width: 105px;
  height: 1px;
  background-color: #132012;
}
.big__title .name:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 130px;
  width: 105px;
  height: 1px;
  background-color: #132012;
}
.big__title em {
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0;
}

/*#header#*/
#header {
  position: relative;
  background: #fff;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
#header .wrap {
  width: 1240px;
  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 .nav {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
#header .wrap .nav a {
  display: inline-block;
  color: #111111;
  font-size: 16px;
  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;
  background: #fff;
  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: 13px;
}
#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 #007347;
  border-bottom: 1px solid #007347;
  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: cover;
}
#home__swiper__4 .swiper-slide .title {
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  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: 30px;
  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: 15px;
  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;
}
#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 #e3e3e3;
  padding: 22px 0 22px 20px;
  font-size: 16px;
  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 #dcdcdc;
}
.page__container .page__main .page__side ul li {
  height: auto;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.page__container .page__main .page__side ul li:hover a {
  color: #132012;
}
.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: #132012;
  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: 16px;
}
.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 #eee;
  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: 80%;
  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;
  text-indent: 2em;
  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;
  text-indent: 2em;
  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 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;
}

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