/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	/*background-color: #fff;*/
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    
	z-index: 9999;
	/*background:#0d0d0d;*/
	box-sizing:border-box;
	transition:background-color 0.6s;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
.header.fixed
{
	background:#131313;
	box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#f1a77d;}


.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#ccc 1px solid;}
.pages a.active { background: #d6af99; border:#d6af99 1px solid; color: #fff }
.pages a:hover {  background: #d6af99; border:#d6af99 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	/*width:100%;*/
	width:30px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.nr_c{ position:relative;}
.nr{ position:absolute; top:-60px;}


.m_search_btn {
  transition: 0.3s;
  z-index: 9999999;
  position:absolute;
  right:calc(3% + 50px);
  top:10px;
  width: 40px;
  height: 40px;
  background: url(../images/m_search_btn.png) center no-repeat;
  background-size:24px auto;;
  cursor: pointer;
}

.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 60px;
  transform:translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
  padding-bottom:40px;
  padding-top:30px;
  height:auto;
}
.nsearch form h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 20px 0;
}
.nsearch form .ctn {
  width: 80%;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 100%;
  height:40px;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
	margin-top:20px;
  width: 100%;
  border:0;
  box-sizing:border-box;
  background-color: #000;
  font-size: 14px;
  color:#fff;
  height:40px;
}
.nh {
  height: 100px;
}


.i_title1{ line-height:50px; text-align:center; font-size:20px; color:#111111; position:relative;}
.i_title1:after{content: "";width:44px; height: 3px;background: #f1a77d; position: absolute;left: 50%; bottom:0; margin-left:-22px;}

.i_d1_nav{ text-align:center;}
.i_d1_nav li{ float:left; width:50%;}
.i_d1_nav li:nth-child(2n+1){ margin-left:0;}

.i_d1_nav li a{ display:block; height:42px; line-height:40px; text-align:center; font-size:14px; color:#111111;}
.i_d1_nav li.on a,
.i_d1_nav li:hover a{ background:#111111; color:#fff;}


.i_d1_c{ position:relative; padding-bottom:60px;}
.i_d1_c_list li{}

.i_d1_c_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
}
.i_d1_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}

.i_d1_c_list li .txt1{ font-size:14px; color:#111111; line-height:30px; height:30px; text-align:center; margin-top:5px; transition:all 0.3s;}
.i_d1_c_list li:hover .txt1{ color:#d6af99;}


.i_d1_c_prev{ position:absolute; right:50px;  bottom:0; width:40px; height:40px; background:#666666; font-family:"宋体",Arial; font-size:20px; color:#fff; font-weight:bold; line-height:40px; text-align:center; cursor:pointer;}
.i_d1_c_prev:hover{ background:#d6af99;}
.i_d1_c_next{ position:absolute; right:0; bottom:0; width:40px; height:40px; background:#666666; font-family:"宋体",Arial; font-size:20px; color:#fff; font-weight:bold; line-height:40px; text-align:center; cursor:pointer;}
.i_d1_c_next:hover{ background:#d6af99;}


.i_d2_c{ width:100%; position:relative;}
.i_d2_c_list li{ padding-bottom:40px;}
.i_d2_c_list li img{ display:block; width:100%; height:5.31rem; object-fit: cover;}
.i_d2_c_list li .txt{ width:90%; margin:0 auto; margin-top:-20px; background:#fff; box-sizing:border-box; padding:15px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; z-index:2; padding-bottom:20px;}
.i_d2_c_list li .txt .txt1{ font-size:16px; color:#111111; line-height:30px; text-transform:uppercase;}
.i_d2_c_list li .txt .txt2{ font-size:15px; color:#111111; line-height:30px;}
.i_d2_c_list li .txt .txt3{ margin-top:10px; font-size:14px; color:#999999; line-height:30px; height:210px; overflow:hidden;}
.i_d2_c_list li .txt .txt3 *{ line-height:30px;}
.i_d2_c_list li .txt a.i_d2_more{ margin-top:10px; display:inline-block; font-size:16px; color:#d6af99; height:30px; border-bottom:#d6af99 1px solid; transition:all 0.3s;}
.i_d2_c_list li .txt a.i_d2_more:hover{ color:#e5c5b3; border-bottom:#e5c5b3 1px solid;}
.i_d2_c .i_d2_c_swiper-pagination{ position:absolute; right:0; bottom:0;}
.i_d2_c .i_d2_c_swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; border:#ccc 1px solid; border-radius:50%; opacity:1; margin-left:8px;}
.i_d2_c .i_d2_c_swiper-pagination .swiper-pagination-bullet-active{ background:#f1a77d; border:#f1a77d 1px solid;}

.i_d3_sp{ width:100%; position:relative;}
.i_d3_sp .video{ display:block; width:100%; background:#fff;}
.i_d3_sp .i_d3_video_bt{ position:absolute; left:50%; top:50%; width:40px; margin-left:-20px; margin-top:-20px; cursor:pointer;}

.i_d3_r{ padding-top:20px;}
.i_d3_r .i_d3_r_txt1{ font-size:14px; color:#666666; line-height:30px;}
.i_d3_r .i_d3_r_txt1 *{ line-height30px;}
a.i_d3_more{ margin-top:10px; display:inline-block; font-size:16px; color:#d6af99; height:30px; border-bottom:#d6af99 1px solid; transition:all 0.3s;}
a.i_d3_more:hover{ color:#e5c5b3; border-bottom:#e5c5b3 1px solid;}

.i_d4_list{ border:#f0f0f0 1px solid; border-left:0; border-bottom:0; box-sizing:border-box;}
.i_d4_list li{ float:left; width:50%; box-sizing:border-box; border-left:#f0f0f0 1px solid; border-bottom:#f0f0f0 1px solid; padding:20px 10px 20px 10px;}
.i_d4_list li .ico{ text-align:center; line-height:50px;}
.i_d4_list li .ico img{ height:50px; vertical-align:middle;}
.i_d4_list li .txt1{ font-size:14px; color:#666666; line-height:25px; height:50px; overflow:hidden; text-align:center;}
.i_d4_list li .txt2{ font-size:16px; color:#333333; line-height:30px; text-align:center;}


.i_d5{ background:#f8f8f8;}
.i_d5_c{ position:relative;}
.i_d5_c_list li{}

.i_d5_c_list li .img {
  position: relative;
  padding: 69% 0;
  overflow:hidden;
  border:#d9d9d9 1px solid;
  box-sizing:border-box;
}
.i_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  background:#fff;
}

.i_d5_c_list li .txt1{ font-size:16px; color:#111111; line-height:30px; height:30px; text-align:center; margin-top:10px; padding:10px 0; transition:all 0.3s;}
.i_d5_c_list li:hover .txt1{ color:#d6af99;}


.i_d6_l{ width:100%; position:relative;}
.i_d6_l img{ width:100%;}
.i_d6_l .txt{ position:absolute; left:20px; top:20px;}
.i_d6_l .txt .txt1{ font-size:18px; color:#111111; line-height:30px;}
.i_d6_l .txt .txt2{ font-size:14px; color:#ffffff; line-height:30px; transition:all 0.3s;}
.i_d6_l:hover .txt .txt2{ color:#f1a77d;}

.i_d6_r{ width:100%;}
.i_d6_r_title{ font-size:18px; color:#333333; line-height:40px;}
.i_d6_inp{ display:block; width:100%; height:40px; box-sizing:border-box; border:#d9d9d9 1px solid; padding:0 12px; font-size:14px; outline:none; margin-top:16px;}
.i_d6_textarea{ display:block; width:100%; height:120px; line-height:30px; box-sizing:border-box; border:#d9d9d9 1px solid; padding:5px 12px; font-size:14px; outline:none; margin-top:16px; font-family:Arial}
.lx_bt{ width:100%; height:40px; background:#000000; font-size:16px; color:#fff; border:0; margin-top:20px;}


.footer{ background:#111111;}
.footer1{ padding-top:40px; padding-bottom:10px;}
.footer1_title{ font-size:16px; color:#ffffff; line-height:30px; font-weight:bold;}
.footer1_box3_txt1{ font-size:14px; color:#999999; line-height:30px;}
.footer1_box4_txt1 img{ float:left; display:block; width:32%; margin-left:2%; margin-top:10px;}
.footer1_box4_txt1 img:nth-child(3n+1){ margin-left:0;}
.footer1_box1_link{ line-height:30px;}
.footer1_box1_link img{ margin-right:10px;}

.footer2{ border-top:#595959 1px solid; position:relative; padding:10px 0;}
.footer2_txt1{ font-size:12px; color:#999999; line-height:25px;}
.footer2_txt1 *{ line-height:25px;}
.footer2_txt1 a{ color:#999999;}
.footer2_txt2{ font-size:12px; color:#999999; line-height:25px; margin-top:5px;}
.footer2_txt2 *{ line-height:25px;}
.footer2_txt2 a{ color:#999999;}


/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; /*height:800px;*/ object-fit: cover;}

.n_nav{ background:#f0f0f0;}
.n_nav_list li{}
.n_nav_list li a{ display:block; height:50px; line-height:50px; font-size:14px; color:#666666; position:relative; text-align:center;}
.n_nav_list li a.on,
.n_nav_list li a:hover{ color:#d6af99;}
.n_nav_list li a:after{content: "";width:00%;height: 1px;background: #d6af99;position: absolute;left: 0;bottom:0px; transition: all 0.3s;}
.n_nav_list li a.on:after,
.n_nav_list li a:hover:after{width: 100%;}

.ab_d1_title{ font-size:20px; color:#111111; line-height:30px; text-align:center;}
.ab_d1_txt{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.ab_d1_txt *{ line-height:30px;}
.ab_d1_txt a{ color:#666666;}
.ab_d1_img{ display:block; width:100%; height:4.2rem; object-fit: cover;}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) center no-repeat; background-size:cover;}


.ab_d2_container{ padding-bottom:50px;}
.ab_d2_container .swiper-pagination{ text-align:center; box-sizing:border-box;}
.ab_d2_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#cccccc; border-radius:50%; opacity:1;}
.ab_d2_pagination .swiper-pagination-bullet-active{ background:#000000;}
.ab_d2_list li .title{ font-size:20px; color:#111111; line-height:40px; font-weight:bold; border-bottom:#666666 1px solid;}
.ab_d2_list li .txt{ font-size:14px; color:#111111; line-height:30px; margin-top:10px;}

.ab_d3{ box-sizing:border-box; padding-bottom:20px; padding-left:20px; position:relative;}
.ab_d3 img{ width:100%; position:relative; z-index:2;}
.ab_d3 .mb{ position:absolute; left:0; bottom:0; width:calc(100% - 20px); height:calc(100% - 20px); background:#cccccc;}
.ab_d3_list{}
.ab_d3_list li{ margin-top:20px;}
.ab_d3_list li .txt1{ font-size:16px; color:#111111; font-weight:bold; line-height:30px;}
.ab_d3_list li .txt2{ font-size:14px; color:#666666; line-height:30px;}
.ab_d3_list li .txt2 *{ line-height:30px;}


/*荣誉证书*/
.ry_ico_list{ text-align:center; line-height:50px;}
.ry_ico_list img{ height:46px; margin:0 5px; vertical-align:middle;}
.ry_d2{ background:#f8f8f8;}

.ry_d2_list li{ float:left; width:48%; margin-left:4%; margin-bottom:4%; background:#fff; border:#d9d9d9 1px solid; box-sizing:border-box;}
.ry_d2_list li:nth-child(2n+1){ margin-left:0;}
.ry_d2_list li .img {
  position: relative;
  padding: 67.73% 0;
  overflow:hidden;
}
.ry_d2_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  background:#fff;
}


/*新闻列表页*/
.news_list li{ float:left; width:48%; margin-left:4%; margin-bottom:20px;}
.news_list li:nth-child(2n+1){ margin-left:0;}
.news_list li .txt1{ font-size:14px; color:#111111; line-height:20px; height:40px; overflow:hidden; transition:all 0.3s;}
.news_list li .txt3{ font-size:12px; color:#666666; line-height:25px; margin-bottom:5px;}
.news_list li .img{ display:block; width:100%; height:2.0rem; object-fit: cover;}
.news_list li:hover .txt1{ color:#d6af99;}



/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#111111; line-height:30px; text-align:center;}
.news_i_title2{ font-size:14px; color:#666666; line-height:30px; text-align:center; padding-top:5px; padding-bottom:15px; border-bottom:#efefef 1px solid; margin-bottom:15px;}

.news_i_more_list{ border:#e6e6e6 1px solid;}
.news_i_more_list li{ float:left; width:33.33%; padding:0 5px; box-sizing:border-box; font-size:14px; color:#999999; line-height:50px; height:50px;}
.news_i_more_list li a{ color:#999999;}
.news_i_more_list li:nth-child(2) a{ color:#666666;}
.news_i_more_list li:nth-child(2){ text-align:center;}
.news_i_more_list li:nth-child(3){ text-align:right;}
.news_i_more_list li img{ position:relative; top:-1px; margin:0 5px; height:12px; vertical-align:middle;}


/*质量安全*/
.zl_list{ text-align:center;}
.zl_list li{ display:inline-block; width:30%; margin:10px 1%;}
.zl_list li img{ display:block; width:100%; height:0.89rem;}
.zl_list li .txt{ font-size:12px; color:#111111; line-height:20px; height:40px; overflow:hidden; margin-top:10px;}

.zl_d2_txt{ font-size:18px; color:#7f7f81; font-weight:bold; line-height:30px; text-align:center; padding-bottom:20px;}
.zl_d2_txt *{ line-height:30px;}


/*案例*/
.case_d1_c{ width:100%; position:relative;}
.case_d1_c_swiper{ padding-bottom:20px;}
.case_d1_c_list li{}
.case_d1_c_list li img{ display:block; width:100%; height:6.26rem; object-fit: cover;}
.case_d1_c_list li .txt{ width:90%; margin:0 auto; margin-top:-20px; background:#fff; box-sizing:border-box; padding:15px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; z-index:2; padding-bottom:20px;}

.case_d1_c_list li .txt .txt1{ font-size:16px; color:#111111; line-height:30px; text-transform:uppercase;}
.case_d1_c_list li .txt .txt2{ font-size:15px; color:#999999; line-height:30px; margin-bottom:10px;}
.case_d1_c_list li .txt .txt3{ margin-top:10px; font-size:14px; color:#999999; line-height:30px; height:210px; overflow:hidden;}
.case_d1_c_list li .txt .txt3 *{ line-height:30px;}

.case_d1_c_list li .txt a.case_d1_more{ display:inline-block; font-size:16px; color:#d6af99; height:30px; border-bottom:#d6af99 1px solid; transition:all 0.3s;}
.case_d1_c_list li .txt a.case_d1_more:hover{ color:#e5c5b3; border-bottom:#e5c5b3 1px solid;}
.case_d1_c .case_d1_c_swiper-pagination{ position:absolute; left:10px; top:calc(6.26rem - 60px); height:30px; text-align:left;}
.case_d1_c .case_d1_c_swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; background-color:transparent; border:#ccc 1px solid; border-radius:50%; opacity:1; margin-left:8px;}
.case_d1_c .case_d1_c_swiper-pagination .swiper-pagination-bullet-active{ background:#f1a77d; border:#f1a77d 1px solid;}

.case_list li{ float:left; width:48%; margin-left:4%; margin-bottom:20px;}
.case_list li:nth-child(2n+1){margin-left:0;}
.case_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.case_list li .txt{ font-size:14px; color:#111111; line-height:30px; margin-top:5px; text-align:center; transition:all 0.3s;}
.case_list li:hover .txt{ color:#d6af99;}


/*厂房*/
.f_d1_c{ position:relative; padding-bottom:50px;}
.f_d1_c_list li{}

.f_d1_c_list li .img {
  position: relative;
  padding: 24.3% 0;
  overflow:hidden;
}
.f_d1_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}

.f_d1_c_list li .txt1{ font-size:14px; color:#111111; line-height:30px; height:30px; text-align:center; margin-top:5px; transition:all 0.3s;}
.f_d1_c_list li:hover .txt1{ color:#d6af99;}

.f_d1_c_swiper-pagination{ position:absolute; right:0; bottom:0;}
.f_d1_c_swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; border:#ccc 1px solid; border-radius:50%; opacity:1; margin-left:8px;}
.f_d1_c_swiper-pagination .swiper-pagination-bullet-active{ background:#f1a77d; border:#f1a77d 1px solid;}


.f_d2_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#f8f8f8;}
.f_d2_list li:nth-child(1),
.f_d2_list li:nth-child(2){margin-top:0;}
.f_d2_list li:nth-child(2n+1){margin-left:0;}
.f_d2_list li .img {
  position: relative;
  padding: 33.8% 0;
  overflow:hidden;
}
.f_d2_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.f_d2_list li .txt{ position:relative;}
.f_d2_list li .txt .no{ height:50px; line-height:50px; font-size:30px; color:#e0e0e0; text-align:center;}
.f_d2_list li .txt .txt1{ position:absolute; left:0; top:0; width:100%; height:50px; line-height:50px; font-size:14px; color:#111111; text-align:center;}


.f_d3_c{ position:relative; padding-bottom:50px;}
.f_d3_c_list li{}

.f_d3_c_list li .img {
  position: relative;
  padding: 28% 0;
  overflow:hidden;
}
.f_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}

.f_d3_c_list li .txt1{ font-size:14px; color:#111111; line-height:30px; height:30px; text-align:center; margin-top:5px; transition:all 0.3s;}
.f_d3_c_list li:hover .txt1{ color:#d6af99;}

.f_d3_c_swiper-pagination{ position:absolute; right:0; bottom:0;}
.f_d3_c_swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; border:#ccc 1px solid; border-radius:50%; opacity:1; margin-left:8px;}
.f_d3_c_swiper-pagination .swiper-pagination-bullet-active{ background:#f1a77d; border:#f1a77d 1px solid;}



/*VR*/
.vr_list li{ margin-top:20px; position:relative;}
.vr_list li .img {
  position: relative;
  padding: 32.32% 0;
  overflow:hidden;
}
.vr_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.vr_list li .mb{ background:rgba(0,0,0,0.6); position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.6s;}
.vr_list li .mb .txt{ position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%);}
.vr_list li .mb .txt .txt1{ font-size:20px; color:#ffffff; line-height:40px; text-align:center;}
.vr_list li .mb .txt .txt1 img{ position:relative; top:-2px; margin-right:10px; vertical-align:middle; height:24px;}
.vr_list li .mb .txt .txt2{ display:block; width:90px; font-size:14px; color:#d6af99; line-height:30px; text-align:center; border-bottom:#d6af99 1px solid; margin:0 auto; margin-top:10px;}
.vr_list li:hover .mb{ background:rgba(0,0,0,0.4);}


/*联系我们*/

.lx_d1_img{ display:block; width:100%; margin-top:20px;}
.lx_d1_txt{}
.lx_d1_txt .title{ font-size:20px; color:#333333; line-height:30px; text-transform:uppercase;}
.lx_d1_txt .txt1{ font-size:14px; color:#111111; margin-top:10px; line-height:30px; padding-left:26px;}
.lx_d1_txt .ico1{ background:url(../images/lx_d1_ico1.png) left 5px no-repeat;}
.lx_d1_txt .ico2{ background:url(../images/lx_d1_ico2.png) left 5px no-repeat;}
.lx_d1_txt .lx_d1_ewm_list{ margin-top:20px;}
.lx_d1_txt .lx_d1_ewm_list li{ float:left; width:32%; margin-left:2%; border:#eeeeee 1px solid; box-sizing:border-box;}
.lx_d1_txt .lx_d1_ewm_list li:nth-child(3n+1){margin-left:0;}
.lx_d1_txt .lx_d1_ewm_list li img{ display:block; width:100%;}
.lx_hr{ background:#eeeeee; height:1px;}
.lx_d2_title{ font-size:18px; color:#333333; line-height:40px;}

.lx_d2_r{ width:100%;}
.lx_d2_r_title{ font-size:18px; color:#333333; line-height:40px;}
.lx_d2_inp{ display:block; width:100%; height:40px; box-sizing:border-box; border:#d9d9d9 1px solid; padding:0 12px; font-size:14px; outline:none; margin-top:16px;}
.lx_d2_textarea{ display:block; width:100%; height:120px; line-height:30px; box-sizing:border-box; border:#d9d9d9 1px solid; padding:5px 12px; font-size:14px; outline:none; margin-top:16px; font-family:Arial}
.lx_d2_bt{ width:100%; height:40px; background:#000000; font-size:16px; color:#fff; border:0; margin-top:20px;}




/*招商加盟页*/
.join_d1_list li{ float:left; width:50%; margin-top:20px;}
.join_d1_list li:nth-child(1),
.join_d1_list li:nth-child(2){margin-top:0;}
.join_d1_list li .ico{ width:80px; height:80px; line-height:80px; text-align:center; background:#eeeeee; border-radius:50%; margin:0 auto;}
.join_d1_list li .ico img{ width:50px; height:50px; vertical-align:middle;}
.join_d1_list li .txt{ padding:0 5px; margin-top:10px; font-size:14px; color:#111111; line-height:25px; height:75px; text-align:center; overflow:hidden;}

.join_d1_list2 li{ margin-top:20px;}
.join_d1_list2 li .title{ font-size:16px; color:#111111; font-weight:bold; line-height:30px;}
.join_d1_list2 li .txt{ font-size:14px; color:#999999; line-height:25px;}
.join_d1_list2 li .txt *{ line-height:25px;}


/*产品列表页*/
.p_list li{ float:left; width:48%; margin-left:4%; margin-bottom:20px; position:relative;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li .img {
  position: relative;
  padding: 32.3% 0;
  overflow:hidden;
}
.p_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}
.p_list li .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/p_mb_ico.png) rgba(0,0,0,0.6) center no-repeat; opacity:0; transition:all 0.3s;}
.p_list li .txt1{ font-size:14px; color:#111111; line-height:30px; text-align:center; margin-top:5px; transition:all 0.3s;}
.p_list li:hover .mb{ opacity:1;}
.p_list li:hover .txt1{ color:#d6af99;}



/*产品详情页*/
.n_weizhi{ height:30px; padding:10px 0; font-size:14px; color:#999999; line-height:30px;}
.n_weizhi img{ position:relative; top:-2px; margin-right:5px; vertical-align:middle;}
.n_weizhi a{ color:#999999;}


.p_i_d1_container{ width:100%;}
.p_i_d1_container .swiper-pagination{ bottom:0;  text-align:left; padding-left:10px; box-sizing:border-box;}
.p_i_d1_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#cccccc; border-radius:50%; opacity:1;}
.p_i_d1_pagination .swiper-pagination-bullet-active{ background:#000000;}
.p_i_d1_list li .img {
  position: relative;
  padding: 32% 0;
  overflow:hidden;
}
.p_i_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}

.p_i_d1_r{}
.p_i_d1_r .p_i_d1_title{ font-size:18px; color:#111111; font-weight:bold; line-height:30px; padding:5px 0;}
.p_i_d1_r .p_i_d1_txt{ font-size:14px; color:#666666; line-height:25px;}
.p_i_d1_r .p_i_d1_txt *{ line-height:25px;}

.p_i_d1_link{ line-height:30px; margin-top:20px;}
.p_i_d1_link img{ margin-right:10px; height:20px;}

.p_i_d1_bt a{ display:inline-block; margin-right:10px; width:120px; height:40px; line-height:40px; text-align:center; background:#000; font-size:14px; color:#ffffff; text-align:center; transition:all 0.3s;}
.p_i_d1_bt a:hover{ background:#f1a77d;}
.p_i_d2_title1{ font-size:20px; color:#111111; line-height:40px;}
.p_i_d2_title2{ font-size:16px; color:#111111; line-height:30px; padding:10px 0;}
.p_i_d2_content{ font-size:14px; color:#666666; line-height:30px; margin-bottom:20px;}
.p_i_d2_content img{ max-width:100%; height:auto !important;}
.p_i_d2_content *{ line-height:30px;}
.p_i_d2_content table tr{ width:50%;}
.p_i_d2_content table tr td{ vertical-align:top; line-height:30px; padding:5px 0; line-height:25px;}
.p_i_d2_content table tr td *{ line-height:25px;}



.p_i_d3_c{ position:relative; padding-bottom:50px;}
.p_i_d3_c_list li{}

.p_i_d3_c_list li .img {
  position: relative;
  padding: 32.2% 0;
  overflow:hidden;
}
.p_i_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
}
.p_i_d3_c_list li .txt1{ font-size:14px; color:#111111; line-height:30px; height:30px; text-align:center; margin-top:10px; transition:all 0.3s;}
.p_i_d3_c_list li:hover .txt1{ color:#d6af99;}
