﻿@charset "utf-8";
#wrapper{
  width: 100%;
  min-width:1200px;
  max-width:1920px;
  margin:auto;
}
#header,#among,#footer,.width{
  max-width:1200px;
  margin:auto;
}
.header{
  background: #FFF;
}
.header1{
  background: #1b1b1b;
}
#header{
  text-align: center;
}
#header .tel{
  float: left;
  line-height: 30px;
  font-size: 14px;
  text-indent: 30px;
  color: #FFF;
  background: url(img/tel.png) left center no-repeat;
}
#header .ttt{
  float: right;
  font-size: 0;
  letter-spacing: -1px;
}
#header .ttt a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 28px;
  color: #FFF;
}
#header .ttt .s{
  text-indent: 24px;
  background: url(img/s.png) left center no-repeat;
}
#header .ttt i{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 1px;
  height: 14px;
  background: #b1b1b1;
  margin: 8px 20px 0;
}
.footer{
  background:#f2f3f5 url(img/bg.jpg) center top no-repeat;
  position: relative;
  z-index: 98;
}
.footer #footer:nth-child(2){
  border-top: 1px solid #e5e5e5;
}
#footer *{
  color: #484848;
  line-height:24px;
  font-size: 12px;
}
#footer a:hover{
  color: #815307;
}
#footer .top{
  width: 76px;
  height: 76px;
  display: block;
  margin: 17px auto 0;
  cursor: pointer;
  background: url(img/top.png);
}
#footer .type_w{
  float:left;
  width:calc((100% - 195px) / 4.3);
  margin:25px 0;
}
#footer .type_w > li > a{
  display: inline-block;
  vertical-align: top;
}
#footer .type_w > li:first-child > a{
  font-size: 15px;
  color: #0d0d0d;
  line-height: 34px;
}
#footer .type_w > li:first-child > a:hover{
  color: #f7f1e9;
}
#footer .fl-right{
  margin: 25px 0;
  width: 195px;
}
#footer .fl-right .tel{
  text-align: center;
  padding-left:35px;
  background: url(img/tel.jpg) 0 0 no-repeat;
}
#footer .fl-right .tel span{
  display: block;
  color: #101010;
  font-size: 22px;
}
#footer .fl-right .tel font{
  display: block;
  color: #949494;
  letter-spacing: 10px;
}
#footer .fl-right .ewm{
  font-size:0;
  letter-spacing:-1px;
  white-space:nowrap;
}
#footer .fl-right .ewm img{
  display:inline-block;
  vertical-align:top;
  letter-spacing:0;
  width: 80px;
  border: 5px solid white;
}
#footer .fl-right .ewm img:nth-child(1){
  margin-right:15px;
}
#footer .fl-right .button{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
#footer .fl-right .button a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 24px;
  height: 24px;
  margin: 15px 13px;
  background: center center no-repeat;
}
#footer .fl-right .button .wb{
  background-image: url(img/wb.jpg);
}
#footer .fl-right .button .wx{
  background-image: url(img/wx.jpg);
}
#footer .copyright{
  text-align: center;
  float: right;
  margin: 10px 0;
}
#footer .menu{
  float: left;
  font-size: 0;
  margin: 10px 0;
  letter-spacing: -1px;
}
#footer .menu a{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
#footer .menu i{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 1px;
  height: 12px;
  background: #999;
  margin: 0 10px;
}
/* Banner图片样式开始 ============================================== */
#banner{
  display:block;
  width:100%;
  overflow:hidden;
  background:center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#banner img{
  display:block;
  margin: 0 auto;
  width: 100%;
  filter:alpha(opacity=0);
  opacity:0;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
  display: none;
}
/* Banner图片样式结束 ============================================== */
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
#detailed .bigimg{
  text-align:center;
  margin-bottom:18px;
}
#detailed .bigimg ul{
  position:relative;
  display:inline-block;
  vertical-align: top;
  max-width:100%;
  min-width:100px;
}
#detailed .bigimg ul li{
  border: 1px solid #eee;
}
#detailed .bigimg ul li img{
  width:100%;
  min-width:200px;
}
#detailed .bigimg ul > a{
  display:block;
  position:absolute;
  top:50%;
  margin-top:-32px;
  filter:Alpha(opacity=0);
  opacity:0;
  transition:all .5s;
}
#detailed .bigimg ul:hover > a{
  filter:Alpha(opacity=100);
  opacity:1;
}
#detailed .bigimg ul > li:first-child+a{
  left:10px;
}
#detailed .bigimg ul > li:first-child+a+a{
  right:10px;
}
#detailed .bigimg ul > a img{
  display:block;
}
#detailed .img{
  font-size: 0;
  letter-spacing: -1px;
}
#detailed .img > img{
  display: inline-block;
  vertical-align: top;
  width: 62.5%;
}
#detailed .img > li{
  display: inline-block;
  vertical-align: top;
  width: 37.5%;
  margin: 4% 0;
}
#detailed .img > li img{
  width: 130px;
  height: 141px;
  margin-bottom: 4%;
}
#detailed .img > li *{
  text-align: center;
  display: block;
}
#detailed .img > li span{
  font-size: 12px;
  color: #0f0f0f;
  line-height: 1.5;
}
#detailed .img > li h1{
  font-size: 24px;
  line-height: 1.5;
}
#detailed .img > li font{
  font-size: 14px;
  color: #525252;
  line-height: 1.5;
  margin-top: 10px;
}
#detailed .list{
  background: url(img/bg1.jpg) center center no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
  padding:0 0 4%;
}
#detailed .list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 16.6667%;
  min-width:130px;
  margin-top:4%;
}
#detailed .list li img{
  width: 72px;
  height: 72px;
}
#detailed .list li span{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15%;
  text-align: center;
}
#detailed .list1 li{
  font-size: 0;
  letter-spacing: -1px;
  text-align: right;
  background: #f5f5f5;
}
#detailed .list1 > li > div{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 35%;
  margin: 0 4%;
}
#detailed .list1 > li > div,
#detailed .list1 > li > div *{
  font-size: 16px;
  line-height: 36px;
}
#detailed .list1 > li > img{
  display: inline-block;
  /* vertical-align: middle; */
  /* letter-spacing: 0; */
  width: 56.7%;
}
#detailed .list2{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
#detailed .list2 li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-align: center;
  margin-top: 5%;
  width: 15%;
  min-width:130px;
}
#detailed .list2 li img{
  width: 69px;
  height: 69px;
}
#detailed .list2 li span{
  display: block;
  text-align: center;
  margin-top: 8%;
  font-size: 14px;
  line-height: 1.5;
}
#detailed .list3{
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 6%;
}
#detailed .list3 li{
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -1px;
  border: 1px solid #EEE;
  width: calc(49% - 2px);
  text-align: right;
}
#detailed .list3 li:nth-child(2n){
  margin-left: 2%;
}
#detailed .list3 li div{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 42%;
  margin:0 4%;
}
#detailed .list3 li div,
#detailed .list3 li div *{
  font-size: 14px;
  line-height: 24px;
}
#detailed .list3 li img{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 50%;
}
#detailed .list4{
  font-size: 0;
  letter-spacing: -1px;
}
#detailed .list4 li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: calc(33.3333% - 12px);
  margin:18px 0 0 18px;
}
#detailed .list4 li:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
#detailed .list4 li img{
  width: 100%;
}
#detailed .list4 li span{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5%;
}
#detailed01 > img{
  display: block;
  float: left;
  width: 46%;
}
#detailed01 > .fl-right{
  width: 50%;
}
#detailed01 > .fl-right > h1{
  color: #0f0f0f;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom:10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5c195;
}
#detailed01 > .fl-right > h2{
  color: #929292;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
#detailed01 > .fl-right > h3{
  font-size: 14px;
  line-height: 34px;
  background: #dec49f;
  color: #FFF;
  padding-left: 10px;
  font-weight: normal;
  margin: 4% 0 0;
}
#detailed01 > .fl-right > .list{
  margin-top: 13px;
}
#detailed01 > .fl-right > .list div{
  float: left;
  width: 49%;
}
#detailed01 > .fl-right > .list div:nth-child(2){
  margin-left: 2%;
}
#detailed01 > .fl-right > .list div ul{
  border: 1px solid #EEE;
  margin-top: -1px;
}
#detailed01 > .fl-right > .list div ul li{
  float: left;
  line-height: 20px;
  padding: 8px 0;
}
#detailed01 > .fl-right > .list div ul li:first-child{
  width: 104px;
  text-indent: 15px;
  font-size: 14px;
}
#detailed01 > .fl-right > .list div ul li:last-child{
  width: calc(100% - 104px);
  border-left: 1px solid #EEE;
  box-sizing: border-box;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  color: #888;
}
#detailed02{
  border: 1px solid #EEE;
  background: #f9f9f9;
  position: relative;
  min-height: 12px;
}
#detailed02 > i{
  display: block;
  position: absolute;
  left:0;
  top: 0;
  bottom: 0;
  width: 53%;
  background: #FFF;
  border-right: 1px solid #EEE;
}
#detailed02 > img{
  float: left;
  display: block;
  width: 53%;
  position: relative;
  z-index: 1;
}
#detailed02 > div{
  width: 41%;
  margin: 3% 3% 3% 0;
}
#detailed02 > div > h1{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.8;
}
#detailed02 > div > h2{
  font-size: 12px;
  color: #000;
  margin-top: 4%;
}
#detailed02 > div > ul li{
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 30px;
  color: #707070;
  padding-bottom: 2%;
}
#detailed02 > div > div,
#detailed02 > div > div *{
  color: #505050;
  font-size: 12px;
}
#aside{
  background: #f8eee1;
  border-top: 2px solid #e8d3b7;
}
.content{
  margin:25px 0 60px;
  min-height:400px;
}
.content > p:first-child,
#detailed01 .cont > p:first-child{
  margin-top:0;
}
.content > p:last-child,
#detailed01 .cont > p:last-child{
  margin-bottom:0;
}
#listPro a{
  float:left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #EEE;
  text-align: center;
}
#listPro a img{
  width:100%;
}
#listPro a span{
  text-align: center;
  font-size: 18px;
  line-height:1.2;
  margin:10% 0 5%;
}
#listPro a font{
  text-align: center;
  font-size: 12px;
  color: #8c8c8c;
  line-height:1.2;
}
#listPro a b{
  display: inline-block;
  vertical-align: top;
  background: #dec49f;
  color: #FFF;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 12px;
  margin: 6% 0 4%;
}
.type-name{
  padding:3% 12px 1.6%;
}
.type-name h2{
  text-align: center;
  font-size: 24px;
  line-height:1;
}
.type-name li{
  text-align: center;
  color: #989898;
  font-size: 12px;
  line-height: 1.5;
}
.type-name li:before{
  width: 35px;
  height: 2px;
  background: #dec49f;
  display: block;
  content: '';
  margin: 20px auto 15px;
  transform:rotate(-25deg);
}
.type-name1{
  text-align: center;
  padding:1.8% 12px 1.6%;
}
.type-name1 li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 24px;
  line-height:1;
  font-weight: bold;
  position: relative;
  padding: 0 17px;
}
.type-name1 li:before,
.type-name1 li:after{
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  width: 26px;
  height: 3px;
  background: #dec49f;
}
.type-name1 li:before{
  right: 100%;
}
.type-name1 li:after{
  left: 100%;
}
.type-name2{
  text-align: center;
  margin:4% 12px;
  overflow: hidden;
}
.type-name2 li{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 25px;
}
.type-name2 li span{
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.type-name2 li font{
  display: block;
  font-size: 12px;
  color: #949494;
  text-align: center;
  line-height: 1.5;
}
.type-name2 li:before,
.type-name2 li:after{
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  width: 205px;
  background: #dec49f;
  margin-top: 6px;
}
.type-name2 li:before{
  right: 100%;
}
.type-name2 li:after{
  left: 100%;
}
.location li{
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-top: 4%;
}
.location:after{
  background: url(img/bg2.png) center center no-repeat;
  height: 18px;
  display: block;
  content: '';
  width: 100%;
}
.links li{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 0;
  margin-bottom: 6%;
}
.links .boxscroll{
  padding-bottom:8px;
}
.links li i{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 1px;
  height: 35px;
  background: #e5e5e5;
  margin: 0 2%;
}
.links li a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  height: 35px;
}
.links li a img{
  height: 100%;
}
.proType{
  max-width: 1374px;
  position: relative;
  margin: 0 auto 2%;
}
.proType .swiper-container{
  max-width: 1200px;
  margin: 0 auto;
}
.proType .list{
  font-size: 0;
  letter-spacing: -1px;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
}
.proType .list a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: -1px;
  width: 23.5%;
  margin: 0 0 0 2%;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proType .list a:nth-child(1){
  margin-left: 0;
}
.proType .list a .img{
  width: 100%;
}
.proType .list a .img1{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 47%;
}
.proType .list a p{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 0 0 10px;
  width: calc(53% - 20px);
}
.proType .list a p span{
  display: block;
  font-size: 17px;
  color: #191919;
  line-height: 22px;
  min-height: 44px;
  white-space: normal;
}
.proType .list a p font{
  display: block;
  font-size: 12px;
  color: #d0b287;
}
.products{
  position: relative;
}
.products a{
  display: block;
  position: relative;
}
.products a img{
  width: 100%;
}
.products a p{
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 100px 8px 4%;
  background: rgba(0,0,0,.41);
}
.products a p span{
  font-size: 20px;
  color: #FFF;
  line-height: 1.6;
}
.products a p font{
  font-size: 12px;
  color: #FFF;
  height: 48px;
}
.products .swiper-button-prev,
.products .swiper-button-next{
  background: center center no-repeat;
  margin-top: 0;
  top: auto;
  bottom: 30px;
}
.products .swiper-button-prev{
  left: auto;
  right: 50px;
  background-image: url(img/prev1.png);
}
.products .swiper-button-next{
  background-image: url(img/next1.png);
}
.pro{
  margin-bottom: 2%;
}
.pro .list a{
  display: block;
}
.pro .list a img{
  float: left;
  width: 279px;
  height: 205px;
}
.pro .list a p{
  float: right;
  margin: 0;
  width: 210px;
}
.pro .list a p span{
  font-size: 20px;
}
.pro .list a p span:after{
  content: '';
  display: block;
  height: 2px;
  width: 40%;
  max-width: 66px;
  background: #313131;
}
.pro .list a p font{
  font-size: 12px;
  color: #797979;
  max-height: 120px;
  -webkit-line-clamp:5;
  margin-top: 8px;
}
.news{
  margin-bottom: 2%;
}
.news .list ul{
  background: #F2F3F5;
}
.news .list ul li *{
  color: #727274;
}
.news .list ul li span{
  font-size: 24px;
  font-weight: bold;
}
.list_news a{
  display: block;
  position: relative;
}
.list_news a img{
  width: 199px;
  height: 143px;
  margin: 0;
}
.list_news a ul{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(199px + 4%);
}
.list_news a ul h2{
  font-size: 15px;
  font-weight: normal;
}
.list_news a:hover ul h2{
  color:#815307;
}
.list_news a ul h2:after{
  content: '';
  display: block;
  width: 43px;
  height: 2px;
  background: #dcdcdc;
  margin-top: 4px;
}
.list_news a ul li{
  font-size: 12px;
  color: #777;
  max-height: 72px;
  -webkit-line-clamp:3;
  margin-top: 8px;
}
.list_news a ul time{
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 22px;
  background: url(img/arrow.png) right center no-repeat;
}
.searchBox{
  background: #f8eee1;
  border-top: 2px solid #e8d3b7;
  padding: 0 12px;
}
.searchBox ul{
  font-size: 0;
  letter-spacing: -1px;
  text-align: right;
  padding: 12px 0;
}
.searchBox ul input{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  border: 1px solid #e8d3b7;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchBox ul input[type='text']{
  background: none;
  border-right: 0;
  padding: 0 10px;
  width:240px;
  line-height: 28px;
}
.searchBox ul input[type='submit']{
  background: url(img/s1.png) center center no-repeat;
  width: 30px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.quality{
  background: #f8f8f8;
  border-top: 2px solid #eadac2;
  padding: 0 12px;
}
.quality h3{
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  padding: 6px 0 6px 13px;
  margin-bottom: 12px;
}
.quality h3:before{
  content: '';
  width: 3px;
  height: 28px;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -14px;
  background: #dec49f;
}
.quality .list li img{
  width: 100%;
  box-shadow:0 0 10px #ededed;
}
.quality .list1{
  background: #FFF;
  box-shadow:0 0 10px #ededed;
  margin-bottom: 5%;
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
  padding: 4% 0;
}
.quality .list1 li{
  font-size: 0;
  letter-spacing: -1px;
}
.quality .list1 li img{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 128px;
  height: 126px;
  border-radius: 10px;
}
.quality .list1 li p{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: calc(100% - 140px);
  margin-left: 12px;
}
.quality .list1 li p span{
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.quality .list1 > i{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 26px;
  height: 26px;
  margin: 0 3%;
  background: url(img/arrow1.png);
}
.list_saft{
  margin-bottom: 6%;
  padding: 0 12px;
}
.list_saft > li > img{
  width: 100%;
}
.list_saft > li dd{
  background: #f7f1e9;
}
.list_saft > li div{
  position: relative;
  background: #f7f1e9;
  z-index: 1;
}
.list_saft > li:nth-child(1) dd,
.list_saft > li:nth-child(3) dd{
  margin-bottom: 1px;
}
.list_saft > li:nth-child(2) dd{
  margin-top: 1px;
}
.list_saft > li:nth-child(2) div:nth-child(3){
  display: none;
}
.list_saft > li div ul{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list_saft > li div ul li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 9999px;
  max-width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #0e0e0e;
  padding: 0 10px;
  box-sizing: border-box;
}
.list_saft > li div:after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  border: 19px solid transparent;
  bottom: 100%;
  border-top: 0;
  border-bottom: 15px solid #f7f1e9;
}
.list_saft > li:nth-child(2) div:nth-child(1):after{
  top: 100%;
  border-bottom: 0;
  border-top: 15px solid #f7f1e9;
}