*{
    margin: 0;
    padding: 0;
}
/* html {font-size: 62.5% !important;}
body {font-size: 1.4rem !important;} */
html,body{
	font-family: "微软雅黑";
}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.ov{
    overflow: hidden;
}
.tc{
  text-align: center;
}
.hide{
    display: none;
}
.wid100{
width: 100%;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  display: block;
}
/**************************分页按钮**************/
div.zxf_pagediv{
  text-align: center;
  color: #999999;
  padding: 20px 0;
}
div.zxf_pagediv a{
  text-decoration: none;
  
}
div.zxf_pagediv span,div.zxf_pagediv a{
  display: inline-block;
  box-sizing: border-box;
  width: 45px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
div.zxf_pagediv span,div.zxf_pagediv a.active {
  background: #a37657;
  border: 1px solid #a37657;
  color: #fff;
}
.current{
  color: #ffffff;
  background: #a37657;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.goodrow_new{
	margin-left: 0 !important;
}
.goodrow_new .listcell{
	margin-left: 0 !important;
	margin-right: 22px;
}
.goodrow_new .listcell:nth-child(3n){
	margin-right: 0;
}
.guanggao1-new .listcell{
	margin-top: 0 !important;
}
.goodrow-new{
	margin-left: 0 !important;
}
.goodrow-new .listcell{
	margin-left: 0 !important;
	margin-right: 22px;
}
.goodrow-new .listcell:nth-child(3n){
	margin-right: 0;
}
.guanggao1-new .listcell{
	margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
	.goodrow-new{
		margin-left: 0 !important;
	}
	.goodrow-new .listcell{
		margin-left: 10px !important;
		margin-right: 0;
	}
	.goodrow-new .listcell:nth-child(3n){
		margin-right: 0;
	}
}
.zxfPagenum{
  color: #666;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  /* margin: 0 5px; */
  border-radius: 3px;
}
.zxfPagenum:hover{
  background: #a37657;
  border: 1px solid #a37657;
  color: #fff;
  /* margin: 0 5px; */
  border-radius: 3px;
}
.nextpage{
  margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
  color: #666;
  background: #fff;
  width: 88px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
}
.zxfinput{
  width: 50px;
  height: 42px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  margin: 0 14px;
  border-radius: 3px;
  color: #666;
}
.zxfokbtn{
  width: 48px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  margin-left: 10px;
  cursor:pointer;
  border-radius: 3px;
  background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
/***************************首页***********************/

.index_nav{
    width: 100%;
    padding: 1.5vw;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}
.index_nav_main{
    width: auto;
    margin: auto;
}
.iconsousuo{
  color: #fff;
  margin-top: -0.01em;
    margin-left: 2vw;
}
.iconcaidan{
  color: #fff;
    margin-right: 2vw;
    position: relative;
}
.nav_main{
    margin-left: 4vw
}
.index_nav img{
    width: 8vw;
    min-width: 154px;
}
.d_title_right1>div{
    float: right;
  }
.nav_main>.i_target{
  display: block;
    font-size: 16px;
    float: left;
    padding-bottom: 1em;
    box-sizing: border-box;
    line-height: 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
}
.nav_main>.i_target:hover{
  color: #a27659 !important;
  border-bottom: 2px solid #a27659;
}
.nav_main>.i_target:nth-child(n+2){
margin-left: 3vw;
}
.right_nav{
  width: 60px;
  overflow: hidden;
  /*display: flex;
  justify-content: center;*/
  /*align-items: center;*/
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  /*flex-direction: column;*/
  background: #fff;

}
.right_nav>div{
  width: 100%;
  padding: 10px 0 5px 0;
  /*display: flex;*/
  /*flex: 1;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  cursor: pointer;
  text-align: center;
}
.right_nav img{
	margin:0 auto;
}
.right_nav>div.active{
  background: #a27659;
}
.right_nav>div.active div{
  color: #fff;
}
.right_nav>div:hover{
  background: #a27659;
}
.right_nav>div:nth-child(n+2){
  border-top: 1px solid #ececec;
}
.right_nav>div>div{
  font-size: 13px;
  color: #818181;
  padding: 5px 0;
}
.right_nav>div:hover div{
  color: #fff;
}
.newsbox .more{
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ececec;
  color: #818181;
  font-size: 30px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #ebebeb;
  right: 10%;
  top: 16%;
  cursor: pointer;
}
/************************轮播*****************/
.pb-carouselWarp {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #a27659;
}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 3vw;
  height: 3vw;
  min-width: 20px;
  min-height: 20px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}
.pb-carouselWarp .pb-arrow-prev {
  left: 20px;
  background: #a27659 url(../images/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: 20px;
  background: #a27659 url(../images/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #a27659;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
  top: 20px;
  background: #a27659 url(../images/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
  top: auto;
  bottom: 20px;
  background: #a27659 url(../images/arrow-bottom.png) no-repeat center;
}
.p_hide{
    padding: 5px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    background: #f8f8f8;
}
.phone{
  display:none; 
}
.p_hide>a{
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  height: 1.8em;
  font-size: 14px;
  line-height: 1.8em;
  color: #818181;
}
.p_hide>a:hover{
  color: #3385ff;
}
.hideprobg{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  /* padding-top: 5em; */
  background: #f1f1f1;
  overflow: hidden;
  padding-bottom: 2em;
  z-index: -1;
}
.hidepro{
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: auto;
  box-sizing: border-box;
  background: #f1f1f1;
}
.hidepro>div{
  width: 11.11%;
  float: left;
}
.hidepro>div>div{
  width: 80%;
  height: 5.5em;
  overflow: hidden;
  position: relative;
}
.hidepro>div>div>img{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hidepro>div>a{
  display: block;
  width: 90%;
  font-size: 14px;
  line-height: 25px;
  color: #818181;
}
.index_nav.black{
  background: #fff !important;
  z-index: 999 !important;
}
.index_nav.black .mr{
  display: none;
}
.index_nav .xl{
  display: none;
}
.index_nav.black .xl{
  display: block;
  z-index: 10000000000000;
}
.index_nav.black a,.index_nav.black div{
color: #333;
}
.hidepro>div>a:nth-child(n+3):hover{
  color: #a27659 !important;
}
.hidepro>div>a:nth-child(2){
  color: #333;
  font-size: 13px;
  font-weight: 550;
  margin-top: 14px;
}
.hidepro>div>a:nth-child(n+3):hover{
  color: #3385ff;
}
.hidepro>.iconfont{
  font-size: 18px;
  position: absolute;
  right: 8%;
  top: 4%;
  display: none;
  z-index:999;
}
.classbox_bg{
  width: 100%;
  padding: 2em 5vw;
  box-sizing: border-box;
  overflow: hidden;
}
.classbox{
  width: 100%;
  overflow: hidden;
}
.classbox>div{
  width: 11.11%;
  float: left;
  cursor: pointer;
  border-radius: 2%;
}
.classbox>div>div:first-child{
  width: 100%;
  height: 5em;
  overflow: hidden;
  position: relative;
}
.classbox>div>div>img{
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  border-radius: 3%;
  transform: translateY(-50%);
}
.foot_sec>div:nth-child(2)>div{
  float: left;
  text-align: center;
  overflow: hidden;
}
.foot_sec>div:nth-child(2)>div>div:last-child{
  margin-top: 10px;
}
.foot_sec>div:nth-child(2)>div:nth-child(1){
  font-size: 14px !important;
  color: #818181;
}
.foot_sec>div:nth-child(2)>div:nth-child(n+4){
  float: none;
  text-align: left;
padding-left: 30px;
}
.foot_sec>div:nth-child(2)>div:nth-child(2){
  font-size: 14px !important;
  color: #818181;
  margin-left: 30px;
}
.foot_sec>div:nth-child(2)>div:nth-child(3){
  font-size: 14px !important;
  color: #818181 !important;
  margin-left: 30px;
}
.classbox>div{
  box-sizing: border-box;
}
.classbox>div>div:last-child{
  font-size: 14px;
  color: #999;
  line-height: 14px;
  text-align: center;
  margin-top: 10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsbox{
  width: 100%;
  padding: 4em 3em;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.content>.title{
  width: 100%;
  overflow: hidden;
  margin-bottom: 4%;
}
.content>.title>div:first-child{
  color: #a27659;
  font-size: 2.4em;
  line-height: 1em;
}
.content>.title>div:nth-child(2){
  font-size: 2em;
  line-height: 1em;
  margin-top: 1%;
}
.newsbox>div:nth-child(2){
  width:45%;
  float: left;
}
.newsbox>div:nth-child(3){
  width: 45%;
  float: left;
}
.newsbox>div:last-child{
  margin-left: 5%;
}
.newsdetail{
  /*display: flex;
  flex-direction: column;*/
  margin-left: 5%;
}
.newsdetail>div{
  padding: 5% 10% 5% 5%;
  border-top: 1px solid #f8f8f8;
  /*flex:1;*/
  position: relative;
}
.newsdetail>div:hover{
  box-shadow: 1px 1px 1px 2px #ececec;
}
.classbox>div:hover div:last-child{
  color: #a27659;
}
.newsdetail>div>div{
  max-width: 85%;
}
.newsdetail>div:hover div:first-child,.newsdetail>div:hover span{
color: #a27659;
}
.newsdetail>div:hover div:first-child::before{
  background: #a27659;
}
.newsdetail>div:last-child{
  border-bottom: 1px solid #ececec
}
.newsdetail>div>div:first-child{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.newsdetail>div>div:first-child::before{
  content: "";
  display: block;
  width: 0.5em;
  height:0.5em;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 0.4em;
  left: -2em;
}
.newsdetail>div>div:nth-child(2){
  font-size: 14px;
  color: #818181;
  line-height:1.6em;
  margin-top: 1%;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.newsdetail>div span{
  color: #818181;
  font-size: 1.6rem;
  position: absolute;
  right: 5%;
  top: 18%;
}
.index_foot{
  padding: 0 4%;
  box-sizing: border-box;
  background: url("../../static/images/bannerlast.png");
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 2%
}
.index_foot .title{
  padding-top: 7.5%;
}
.index_foot .title>div:first-child{
  color: #333;
}
.index_foot .title>div:nth-child(2){
  float: left;
  padding-bottom: 4%;
  color: #484747;
  border-bottom: 1px solid #484747;
}
.foot_sec,.foot_thi,.foot_four{
  overflow: hidden;
}
.foot_sec>div,.foot_thi>div:first-child{
  width: 35%;
  float: left;
  overflow: hidden;
}
.foot_thi>div:last-child>a:last-child{
  display: block;
  font-size: 13px;
  white-space: nowrap;
  margin-top: 20px;
}
.foot_thi>div{
  width: 20%;
  float: left;
  overflow: hidden;
}
.foot_thi>div:nth-child(2){
  max-width: 160px;
}
.foot_thi>div:nth-child(3){
  max-width: 160px;
}
.foot_sec>div:last-child{
width: 50%;
}
.foot_thi>div>img{
  float: left;
}
.foot_thi>div>div{
font-size: 18px;
color: #818181;
}
.foot_sec>div:nth-child(2)>img,.foot_thi>div,.foot_thi>div:nth-child(2)>img{
  float: left;
}
.foot_thi>div:nth-child(3)>img{
  margin-top: 20px;
}
.foot_thi>div:nth-child(3)>img:nth-child(n+3){
  margin-left: 20px;
}
.foot_thi>div:nth-child(3)>div>img:nth-child(n+2){
  margin-left: 10px;
}
.foot_sec>div:first-child>img{
  width: 30%;
  min-width: 110px;
}
.foot_sec>div:first-child>div{
  margin-top: 4%;
}
.foot_sec>div>div{
  font-size: 18px;
  color: #818181;
  margin-top: 1%;
}
.foot_sec>div:nth-child(2)>img{
  width: 15%;
  min-width: 60px;
  padding-right: 5%;
}

.foot_sec>div:nth-child(2)>div:last-child>div:nth-child(1){
  font-size: 18px;
  line-height: 18px;
  color: #818181;
  margin-top: 5px;
}
.foot_sec>div:nth-child(2)>div:last-child>div:nth-child(2){
  font-size: 24px;
  color: #fff;
  font-weight: 550;
  margin-top: 10px;

}
.foot_thi{
  width: 100%;
  overflow: hidden;
  margin-top: 5%;
}
.foot_thi>div{
  float: left;
}
.foot_thi>div:first-child>div{
  font-size: 14px;
  line-height: 2em;
  color: #818181;
}
.foot_thi>div:nth-child(2)>div{
  font-size: 18px;
  color: #818181;
}
.foot_thi>div:nth-child(2)>img{
  display: block;
  float: left;
  width: 25px;
  margin-top: 20px;
}
.foot_thi>div:nth-child(2)>img:last-child{
  width: 20px;
}
.foot_thi>div>img{
  width: 20px;
  margin-top: 20px;
}
.foot_thi>div:nth-child(2)>img:nth-child(n+3){
  margin-left: 20px;
}
.foot_four{
  width: 100%;
  padding:1% 0;
  box-sizing: border-box;
  overflow: hidden;
  /*position: absolute;*/
  /*left: 0;
  right: 0;
  bottom: 0;*/
  /*background: #151515;*/
}
.foot_four>div{
  font-size: 14px;
	line-height: 2em;
  color: #818181;
  overflow: hidden;
}
.foot_four>div:last-child{
  min-width: 50%;
}
.foot_four>div:nth-child(n+2)>a{
  display: block;
  float: left;
  color: #818181;
}
.foot_four>div:nth-child(n+2)>a:nth-child(n+2){
  margin-left: 3%;
}
.aboutbanner{
  width: 100%;
}
/***************************************关于我们*************************/
.about_bg,.about_main>div:nth-child(n+2),.ngood_bg{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.about_main,.ngood_main{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.mbx{
width: 100%;
  float: right;
  height: 4.5em;
  min-width: 330px;
}
.mbx>a{
  display: block;
  float: left;
  text-decoration: none;
  font-size: 13px;
  line-height: 4.5em;
  color: #333;
}
.mbx>a:nth-child(2){
  padding-left: 2%;
}
.mbx .iconxiangyou1{
  padding: 0 2%;
  box-sizing: border-box;
}
.mbx>a:last-child{
  color: #a37657
}
.about_detail>div{
  width: 100%;
  font-size: 13px;
  color: #818181;
  line-height: 2em;
}
.about_detail>div:nth-child(n+2){
  margin-top: 2em;
}
.about_dh{
  margin: 2em 0;
}
.about_dh>a{
  display: block;
  float: left;
  width: 30%;
  text-decoration: none;
  position: relative;
}
.about_dh>a:nth-child(n+2){
  margin-left: 3.33%;
}
.about_dh>a:nth-child(3n+1){
  margin-left: 0;
}
.about_dh>a:nth-child(n+4){
  margin-top: 3.33%;
}
.about_dh>a>img{
  width: 100%;
}
.about_dh>a>span{
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.about_dh>a>span>span:last-child{
  padding-top: 5%;
}
/**************************新品速递*******************/
.ngood_bg{
  padding-top: 6%;
  box-sizing: border-box;
  width: 100%;
  /*height: 100vh;*/
  background: #e8ecef;
  /*overflow-y: auto;*/
}
.ngood_main .goodcell_main,.ngood_detail>div{
  width: 100%;
  overflow: hidden;
}
.ngood_main .goodcell_main{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}
.ngood_main .goodcell_main>a{
  width: 35%;
  height: 26vw;
  min-height: 150px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.ngood_main .goodcell_main:nth-child(n+2){
  margin-top: 5%;
}
.ngood_main .goodcell_main>a>img{
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  display: block;
}
.ngood_detail{
  width: 55%;
  padding: 5%;
  box-sizing: border-box;
  float: left;
  margin-left: 10%;
  overflow: hidden;
}
.ngood_detail>div:first-child{
  padding-right: 20%;
  box-sizing: border-box;
  position: relative;
}
.ngood_detail>div:first-child>div:first-child{
  font-size: 36px;
  color: #a37657;
  line-height: 36px;
  font-weight: bold;
}
.ngood_detail>div:first-child>div:nth-child(2){
  font-size: 24px;
  line-height: 24px;
  color: #818181;
  margin-top: 2%;
}
.ngood_detail>div:first-child>div:last-child{
  padding: 2.8%;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 32px;
  background: #a37657;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 25%;
  top: 0;
  font-weight: bold;
}
.ngood_detail>div:nth-child(2){
  font-size: 34px;
  font-weight: 550;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 50px;
}
.ngood_detail>div:nth-child(n+3){
  width:80%;
  font-size: 20px;
  line-height: 35px;
  color: #818181;
  margin-top: 3.5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngood_detail>a:last-child:hover{
  background: #a37657;
  color: #fff;
}
.ngood_detail>a:last-child{
  display: block;
  min-width: 50px;
  white-space: nowrap;
  color: #818181;
  float: left;
  font-size: 14px;
  padding: 2% 4%;
  line-height: 14px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  margin-top: 35px;
  color: #ababab;
}
.ngood_main .goodcell_main>div:first-child{
  margin-left: 0;
}
.jzgood>div:nth-child(odd){
  background: #e8ecef;
}
.jzgood>div:nth-child(1)>div{
  background: url("../images/jzgood1.png");
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
.jzgood>div:nth-child(3)>div{
  background: url("../images/jzgood3.png");
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
.jzgood>div:nth-child(5)>div{
  background: url("../images/jzgood5.png");
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
.jzgood>div:nth-child(7)>div{
  background: url("../images/jzgood7.png");
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
.jzgood>div:nth-child(9)>div{
  background: url("../images/jzgood9.png");
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
}
.jzgood>div:nth-child(even) .ngood_detail>a:last-child{
border: 1px solid #ececec;
box-sizing: border-box;
}
/*********************商品详情*******************/
.cate_bg{
  width: 100%;
  padding: 1.5% 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f3f3f3;
}
.cate_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.cate_main>div{
  width: 11.11%;
  float: left;
  border-left: 1px solid transparent;
  overflow: hidden;
  box-sizing: border-box;
}
.cate_main>div:hover div:last-child{
color: #a27659;
}
.cate_main>div:nth-child(n+2){
  border-left: 1px solid #ccc;
}
.cate_main>div>div:last-child{
  font-size: 14px;
  color: #818181;
  margin-top: 6%;
  text-align: center;
}
.gdetail_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.cate_main div img{
  display: block;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cate_main>div>div:first-child{
  width: 100%;
  height: 10vw;
  max-height: 80px;
  overflow: hidden;
  position: relative;
}
.gdetail_sec{
  width: 100%;
  overflow: hidden;
}
.gdetail_sec>div:first-child{
  width: 45%;
}
.gdetail_sec>div:nth-child(2){
  width: 50%;
  margin-left: 5%;
}
.preview>div:first-child{
  width: 100%;
  height: 40vw;
  max-height: 440px;
  overflow: hidden;
  position: relative;
}
.preview>div>img{
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin:auto;
  top:50%;
  transform: translateY(-50%);
}
.preview>div:nth-child(2){
  width: 100%;
  height: 9vw;
  max-height: 100px;
  margin-top: 4%;
  position: relative;
}
.preview>div:nth-child(2)>div{
  width: 22%;
  height: 100%;
  overflow: hidden;
  float: left;
  border: 1px solid #ececec;
  box-sizing: border-box;
  position: relative;
}
.preview>div:nth-child(2)>div.active{
border: 1px solid #a37657;
}
.preview>div:nth-child(2)>div:nth-child(n+2){
  margin-left: 4%;
}
.preview>div:nth-child(2)>div img{
  position: absolute;
  left: 0;
  right: 0;
  width: 65%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.goodtext>div:first-child{
  font-size: 24px;
  font-weight: 550;
  line-height: 4em;
  border-bottom: 1px solid #ececec;
}
.goodtext>div:nth-child(2){
  font-size: 14px;
  color: #818181;
  line-height: 30px;
  padding: 2% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.goodtext>div:nth-child(3){
  font-size: 14px;
  line-height: 30px;
  padding: 5% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.goodtext>div:nth-child(3) label{
  display: inline-block;
  width: 20%;
  min-width: 100px;
  font-weight: 550;
}
.goodtext>div:nth-child(3) span{
  padding-left: 10%;
  box-sizing: border-box;
  color: #818181;
}
.goodtext>div:last-child{
padding: 4% 0;
box-sizing: border-box;
}
.goodtext>div:last-child>a{
  display: block;
  white-space: nowrap;
  float: left;
  color: #fff;
  padding: 2% 4% 2% 4%;
  margin-top: 3%;
  box-sizing: border-box;
  border-radius: 4%;
  background: #d42020;
  
}
.goodtext>div:last-child>a>img{
  width: 25%;
  float: left;
}
.goodtext>div:last-child>a span{
  font-size: 13px;
  line-height: 18px;
  padding-left: 5%;
  float: left;
}
.goodtext>div:last-child>a:last-child{
  margin-left: 10%;
}
.gdetail_thi>div:nth-child(2)>div{
  width: 22%;
  overflow: hidden;
  float: left;
  position: relative;
  background: #f3f3f3;
}
.gdetail_thi>div:nth-child(2) a{
  display: block;
  width: 100%;
  height: 16vw;
  max-height: 210px;
  overflow: hidden;
}
.gdetail_thi>div:first-child{
  line-height: 3em;
  padding-top: 1em;
}
.gdetail_thi>div:nth-child(2)>div:nth-child(n+2){
  margin-left: 2%;
}
.gdetail_thi>div:nth-child(2) a>img{
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top:10px;
  margin: auto;
}
.gdetail_thi>div:nth-child(2) a>div{
  line-height: 3em;
  color: #818181;
}
.gdetail_thi>div:last-child{
  overflow: hidden;
}
.gdetail_thi>div:nth-child(2)>div>div:last-child{
  font-size: 14px;
  color: #818181;
  line-height: 3em;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login_box{
  width: 50%;
  min-width: 320px;
  padding: 3% 5%;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  top:50%;
  transform: translateY(-50%);
  background: #fff;
}
.login_box>div:first-child{
  font-size: 28px;
  line-height: 28px;
  font-weight: 550;
  text-align: center;
}
.login_box>div:nth-child(2){
  font-size: 16px;
  color: #ababab;
  line-height: 16px;
  margin-top: 2%;
  text-align: center;
}
.login_box>div:nth-child(3),.login_box>div:nth-child(4){
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 5%;
  border: 1px solid #ececec;
  margin-top: 4%;
}
.login_box>div:nth-child(n+3)>img{
  width: 5%;
  max-width: 30px;
  min-width: 20px;
  float: left;
}
.login_box>div:nth-child(n+3) input{
  border: none;
  outline: none;
  font-size: 15px;
  padding-left: 2%;
  box-sizing: border-box;
  line-height: 30px;
}
.login_box .btn_sum{
  display: block;
  width: 100%;
  height: 60px;
  background: #a37657;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin-top: 3%;
  cursor: pointer;
  border: none;
}
.login_box>div:nth-child(6){
  font-size: 14px;
color: #a37657;
margin-top: 2%;
text-align: center;
}
/**********************联系我们*********************/
.contact_bg{
  width: 100%;
  overflow: hidden;
}
.contact_main{
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  background: #fff;
}
.contact_bot{
  width: 100%;
  overflow: hidden;
}
.contact_bot>div{
  width: 30%;
  padding: 5% 5% 5% 8%;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  background: #f3f3f3;
  position: relative;
}
.contact_bot>div:hover{
  background: #fff;
  box-shadow: 1px 2px 1px #ececec;
}
.contact_bot>div:nth-child(n+2){
  margin-left: 5%;
}
.contact_bot>div:nth-child(n+4){
margin-top: 5%;
}
.contact_bot>div:nth-child(3n+1){
  margin-left: 0;
}
.contact_bot>div img{
  position: absolute;
  width: 15%;
  min-width: 30px;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.contact_bot>div>div:nth-child(2):first-child{
  font-size: 16px;
  font-weight: 550;
}
.contact_bot>div>div:nth-child(2)>div:last-child{
  font-size: 14px;
  color: #818181;
}
.mapbox>div:first-child,.pro_title{
  text-align: center;
  line-height: 50px;
  font-size: 30px;
}
.mapmain{
  width: 100%;
  height: 300px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  margin: 20px 0;
}
/**************工程案例******************/
.project_bg{
  width: 100%;
  overflow: hidden;
}
.project_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.banner_bot{
  width: 100%;
  padding: 3% 15% 3% 3%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
}
.banner_bot>div:first-child>div:first-child{
  font-size: 20px;
}
.banner_bot>div:first-child>div:nth-child(2){
  font-size: 14px;
  color: #818181;
  line-height: 30px;
}
.banner_bot>div:last-child{
  font-size: 32px;
  position: absolute;
  right: 5%;
  bottom: 25%;
  color: #333;
}
.banner_bot>div:last-child span{
  color: #818181;
}
.control_box{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  margin: 20px auto;
}
.control_box>div{
  flex: 1;
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.control_box>div.active{
  background: #a37657;
  color: #fff;
}
.control_box>div span{
  padding-left: 10px;
}
/***************************荣誉*******************/
.honour_ng,.htab{
  width: 100%;
  overflow: hidden;
}
.honour_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.htab{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
}
.htab>div{
  flex:1;
  padding: 2% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.htab>div span{
  padding-left: 20px;
}
.htab>div.active span{
  color: #a37657;
}
.honourbox{
  width: 100%;
  overflow: hidden;
  margin-left: -10px;
  margin-top: 40px;
}
.honourbox>div{
  width: calc(33.33% - 20px);
  margin-left: 20px;
  float: left;
  overflow: hidden;
}

.honourbox>div>div:nth-child(n+2){
  font-size: 14px;
  color: #818181;
  line-height: 32px;
}

.preview_bg{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.preview_main{
  width: 40%;
  min-width: 320px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
}
.preview_bot{
  padding: 4% 14% 4% 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.preview_bot>div:first-child>div{
font-size: 14px;
color: #333;
line-height: 30px;
}
.preview_bot>div:last-child{
  font-size: 30px;
  position: absolute;
  right: 4%;
  bottom: 18%;
  color: #a37657;
}
.preview_bot>div:last-child span{
  color: #818181;
}
.preview_main .close{
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  font-size: 24px;
  width: 2em;
  height: 2em;
  max-width: 30px;
  max-height: 30px;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  line-height: 1.2em;
  background: rgba(0,0,0,0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;

}
.video_bg{
  width: 100%;
  overflow: hidden;
}
.video_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.videobox>div>div{
  text-align: center;
  margin: 20px auto;
}
/*****************新闻中心*******************/
.news_bg{
  width: 100%;
  overflow: hidden;
}
.news_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.news_cbox{
  width: 100%;
  overflow: hidden;
  margin-top: 2%;
  display: flex;
  justify-content: center;
}
.news_cbox>div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_cbox>div>div{
  padding: 0.6% 0.8%;
  box-sizing: border-box;
  font-size: 13px;
  color: #818181;
  float: left;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid #ececec;
}
.news_cbox #news_cbox_li{
  padding: 0.6% 0.8%;
  box-sizing: border-box;
  font-size: 13px;
  color: #818181;
  margin: 0px 10px 0px 10px;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid #ececec;
}
.news_cbox>div>div:nth-child(n+2){
  margin-left: 3%;
}
.news_cbox>div>div.active{
  background: #a37657;
  color: #fff;
  border: 1px solid transparent;
}
.news_cbox #news_cbox_li.active{
  background: #a37657;
  color: #fff;
  border: 1px solid transparent;
}
.newsldetail>span:first-child{
  display: inline-block;
  width: 100%;
  margin-top: 4%;
}
.news_cell{
  width: 96%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin: auto;
  margin-top: 2%;
  position: relative;
  background: #fff;
  transition: all 0.2s linear;
}
.news_cell:hover{
  box-shadow: 2px 2px 2px 3px #f8f8f8;
  background: #fff;
}
.news_cell:hover a:nth-child(2)>span:first-child>span:first-child{
  background: #a37657;
}
.news_cell:hover a:nth-child(2)>span:first-child>span:nth-child(2){
color: #a37657;
}
.news_cell>a:first-child{
  display: block;
  float: left;
  width: 30%;
  height: 14vw;
  padding: 1%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.news_cell>a>img{
  display: block;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.news_cell>a:last-child{
  display: block;
  float: left;
  width: 65%;
  margin-left: 5%;
  box-sizing: border-box;
}
.newsldetail>span:first-child>span:first-child{
  padding: 0.2% 0.4%;
  font-size: 14px;
  box-sizing: border-box;
  background: #cbb5a7;
  color: #fff;
  border-radius: 4px;
}
.newsldetail>span:first-child>span:nth-child(2){
  padding-left: 5px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  overflow: hidden;
}
.newsldetail>span:first-child>span:last-child{
  font-size: 20px;
  color: #ababab;
  float: right;
  margin-right: 10px;
}
.newsldetail>span:nth-child(3){
  display: block;
  width: 100%;
  font-size: 14px;
  color: #818181;
  line-height: 30px;
  padding: 3% 0 5% 0;
  overflow: hidden;
}
.newsldetail>span:last-child{
  font-size: 30px;
  color: #818181;
  position: absolute;
  right: 5%;
  bottom: 10%;
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.newsdetail_bg{
  width: 100%;
  overflow: hidden;
}
.newsdetail_main{
  max-width: 1400px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.news_info>div:first-child{
  font-size: 30px;
  color: #333;
  text-align: center;
}
.news_info>div:nth-child(2){
  font-size: 14px;
  padding-bottom: 3%;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  color: #ababab;
  margin-top: 2%;
}
.news_info>div:nth-child(3){
  padding: 3% 0;
  box-sizing: border-box;
}
.news_info>div:nth-child(3) p{
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  font-size: 14px;
  color: #818181;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #818181;
}
.news_info>div:nth-child(3) p label{
  font-size: 16px;
  color: #333;
  font-weight: 550;
}
.news_info>div:nth-child(3) p>img{
  display: block;
  width: 80%;
  padding: 4% 0;
  box-sizing: border-box;
  margin: auto;
}
.news_info>div:nth-child(2) span{
  display: inline-block;
}
.news_info>div:nth-child(2) span:nth-child(n+2){
  margin-left: 3%;
}

.news_info>div:nth-child(2)>div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.phsj_box{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  margin-top: 3%;
}
.phsj_box>div{
  flex: 1;
  padding:2% 0;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.phsj_box>div.active div{
  color: #a27659;
}
.phsj_box>div>div:nth-child(2){
  margin-left: 4%;
}
/****************相关下载*****************/
.download_bg,.download_main>.title{
  width: 100%;
  overflow: hidden;
}
.download_main{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
.download_main1{
  max-width: 1200px;
  margin-top: 55px;
}
.download_main2{

}
.download_main>.title{
  padding: 24px 30px;
  box-sizing: border-box;
  background: #F3F3F3;
}
.download_main>.title>div:first-child{
float: left;
}
.download_main>.title>div:nth-child(2){
  float: right;
  }
  .download_main>.title>div:first-child>div{
    float: left;
    height: 34px;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
  }
  .download_main>.title>div:first-child>div.active{
    background: #a37657;
    color: #fff;
    border: 1px solid #a37657;
  }
  .d_title_right>div{
    float: right;
  }
  .d_cate span{
    font-size: 16px;
    line-height: 32px;
  }
  .d_cate select{
    font-size: 14px;
    height: 36px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 10px;
  }
  .d_cate select option{
    line-height: 40px;
  }
  .d_input{
    width: 290px;
    height: 38px;
    margin-left: 20px;
  }
  .download_table{
    width: 100%;
    font-size: 14px;
    line-height: 56px;
    border-collapse:collapse;
    margin-top: 20px;
  }
  .download_table th{
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
  }
  .download_table tr{
    border: 1px solid #ececec;
  }
  .download_table tr td{
    border: 1px solid #ececec;
    border-right: 1px solid #fff;
  }
  .download_table tr td{
    text-indent: 10px;
  }
  .download_table tr td:last-child{
    border-right: 1px solid #ececec;
  }
  .download_table tr td:first-child{
    font-weight: bold;
  }
  .download_table tr td:nth-child(n+2){
    color: #818181;
  }
  .d_icon{
    width: 16px;
    height: 16px;
    background: url("../images/d_download.png") no-repeat;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
  }
  .download_table tr:hover td{
    background: #eee6e1;
    border: 0px;
  }
  .download_table tr:hover td:first-child{
    color:#a37657; 
  }
  .download_table tr:hover td .d_icon{
    /*background: url("../images/d_download_active.png") no-repeat;*/
  }
  .nav_thi {
    /*max-width: 140px;*/
    position: relative;
  }
  
  .nav_thi input {
    /*width: 100%;*/
    max-width: 190px;
    height: 36px;
    border: none;
    outline: none;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    float: left;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    padding-left: 10px;
    box-sizing: border-box;
  }
  .nav_thi .btn_sum{
  	padding-left:0;
  	text-align: center;
  	width: 60px;
  	background: #333;
  	color: #fff;
  	cursor: pointer;
  }
  .nav_thi img {
    width: 20px;
  }
  /******************发展历程******************/
  .fzlc_bg{
    width: 100%;
    overflow: hidden;
  }
  .fzlc_main{
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
  }
  .fzlc_info{
    padding-top: 6%;
  }
  .fzlc_info>div:first-child{
    width: 45%;
    float: left;
    overflow: hidden;
  }
  .fzlc_info>div:first-child>img{
    width: 100%;
  }
  .fzlc_info>div:nth-child(2){
    width: 50%;
    float: left;
    margin-left: 5%;
  }
  .fzlc_text{
    position: relative;
  }
  .pre_next{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20%;
    right: 0;
  }
  .pre_next>div{
    flex:1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a27659;
    color:#fff;
    cursor: pointer;
  }
  .pre_next>div:last-child{
    margin-left: 20px;
  }
  .fzlc_text>div:first-child{
    font-size: 24px;
    white-space: nowrap;
    margin-top: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }
  .fzlc_text>div:nth-child(2){
    font-size: 14px;
    color: #818181;
    line-height: 30px;
    margin-top: 6%;
  }
  .jl_chain{
    width: 100%;
    padding: 5% 0;
    overflow: hidden;
  }
  .jl_chain>div:first-child{
    width: 100%;
    padding: 1% 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .jl_chain>div:first-child>div{
    float: left;
  }
  .jl_chain>div:first-child>img{
    display: block;
    width: 96%;
    margin: auto;
  }
  .jl_chain>div:first-child>div:first-child, .jl_chain>div:first-child>div:last-child{
    width: 30px;
    height: 30px;
    font-size: 28px;
    color: #818181;
    line-height: 30px;
    border-radius: 100%;
    position: absolute;
  }
  .jl_chain>div:first-child>div:first-child{
    left: 0;
    top: 0.4em;
    cursor: pointer;
  }
  .jl_chain>div:first-child>div:last-child{
    right: 0;
    top: 0;
    top: 0.4em;
    cursor: pointer;
  }
  .jl_chain>div:first-child>.iconfont:hover{
    color: #a37657;
  }
  .yearbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yearbox>div{
    float: left;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yearbox>div:first-child{
    color: #a37657;
    font-weight: 550;
  }
  .zs_bg{
    width: 100%;
    overflow: hidden;
    background: #122452;
  }
  .zs_main{
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
  }
  .zs_main>div{
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .zs_main>div:first-child{
    font-size: 50px;
    color: #fbdbac;
    line-height: 140px;
  }
  .form_zs,.form_zs>div{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .form_zs>div{
    width: 100%;
    margin-top: 50px;
  }
  .form_zs>div label{
    display: block;
    text-align: left !important;
    font-size: 40px;
    color: #a37657;
  }
  .form_zs>div input{
    display: block;
    width: 60%;
    padding-left: 2%;
    box-sizing: border-box;
    font-size: 30px;
    height: 60px;
    line-height: 50px;
    color: #a37657;
    margin-top: 10px;
    border-radius: 10px;
  }
  .form_zs button{
    max-width: 400px;
    padding: 2% 4%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #a37657;
    color:#333;
    font-size: 36px;
    margin-top: 40px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .lxfs{
    margin-top: 40px;
  }
  .lxfs>div{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 50px;
    color: #a37657;
    font-size: 34px;
    overflow: hidden;
  }
  .lxfs>div>div{
    width: 50%;
    font-size: 34px;
    float: left;
  }
  .lxfs>div:last-child{
    padding-top: 0;
  }
  .spelist{
    display: none;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100px;
    position: absolute;
    left: 0;
    top: -60px;
    padding-top: 100px;
    overflow: hidden;
    background: #efefef;
    transform: translateX(-20%);
    z-index: -1;
  }
  .spelist>a{
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #818181;
  }
  .spelist>a:hover{
    color: #a27659;
  }
  .jzgood .ngood_detail>div:nth-child(n+3){
    white-space: normal;
  }
  /*************产品列表*****************/
  .plist_bg{
    width: 100%;
    overflow: hidden;
  }
  .plist_main{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
  }
  .list_px{
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    box-sizing: border-box;
    margin-top: 30px;
    font-size: 14px;
    color: #818181;
    
  }
  .product_class{
    width: 275px;
    float: left;
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    background: #fff;
  }
  .product_class>div{
    width: 100%;
    display: flex;
  }
  .product_class .title{
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .product_class .title:nth-child(n+2){
    border-top: 1px solid #ececec;
  }
  .product_class>div:first-child{
    border-bottom: 1px solid #ececec;
  }
  .product_class>div:last-child{
    border-top: 1px solid #ececec;
  }
  .product_class .list_main{
    /* display: flex; */
    /* flex: 1; */
    /* flex-direction: column; */
	width: 100%;
	float: left;
    display: none;
  }
  .product_class .title .iconfont{
    font-size: 20px;
  }
  .product_class .list_main>a{
    display: block;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #818181;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .list_main .a.active{
    background: #f3f3f3;

  }
  .product_main{
    width: 896px;
    overflow: hidden;
    float: left;
    margin-left:20px;
  }
  .product_main>div{
    width:100%;
    overflow: hidden;
    /*float: left;*/
    /*margin-left:1.3%;*/
/*    margin-bottom: 1.3%;*/
  }
  .guanggao1{
    display: flex;
  }
  .guanggao1>div:first-child{
    flex: 606;
    position: relative;
  }
  .guanggao1>div:first-child>img{
    display: block;
    width: 100%;
  }
  .listcell{
	  width: calc(33.33% - 15px);
	  max-height: 373px;
	  margin-left: 15px;
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-left: 15px;
	  flex-direction: column;
	  /* background: linear-gradient(90deg,#e0e0e0,#f5f5f5); */
	  margin-top: 15px;
	  border: 1px solid #dedede;
	  padding-top: 0 !important;
	  
	  /* 209-09-19修改,胡帮兵 */
    /* width: calc(33.33% - 15px);
    max-height: 373px;
    margin-left: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    flex-direction: column;
    background: linear-gradient(90deg,#e0e0e0,#f5f5f5);
    margin-bottom:15px; */
  }
  .listcell>img{
    /*width: 35%;*/
   width: 100%;
  }
  .listcell .ie-label{
    /*width: 35%;*/
    max-width: 283.64px;
    max-height: 205.16px;
  }
  .listcell>div:nth-child(2){
    font-size: 14px;
    color:#818181;
    margin-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .listcell>a{
    display: block;
    width: 80px;
    font-size: 14px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #818181;
    background: #dedede;
    margin-top: 25px;
  }
  .product_main .label{
    width: 44px !important;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .goodrow{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    flex-wrap: wrap;
  }
  .goodrow>div{
    padding: 30px 0;
    box-sizing: border-box;
  }
 
  .listcell a:hover{
    background: #a27659;
    color: #fff;
  }
  .guanggao2{
    padding: 0 105px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8e8e8;
    margin-top: 20px;
  }
  .guanggao2>div:nth-child(2)>div:first-child{
    font-size: 30px;
  }
  .guanggao2>div:nth-child(2)>div:nth-child(2){
    font-size: 16px;
    margin-top: 20px;
    color: #818181;
  }
  .guanggao2>div:nth-child(2)>a{
    width: 122px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a27659;
    color: #fff;
    margin-top: 20px;
  }
  .guanggao2>div:nth-child(2){
    margin-left: 90px;
  }
  .form_box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form_box>div{
    display: flex;
    align-items: center;
  }
  .design_bg{
    width: 100%;
    overflow: hidden;
  }
.design_main{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.form_box{
  padding: 40px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  margin-top: 20px;
}
.form_box>div:first-child{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_box>div:nth-child(2){
  font-size: 14px;
  color: #818181;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_box>div:nth-child(3){
  display: flex;
  margin-top: 20px;
}
.form_box>div:nth-child(3)>div,.form_box>div:nth-child(4){
  display: flex;
  flex: 1;
  height: 55px;
  align-content: center;
  border-bottom: 1px solid #ececec;
}
.form_box>div:nth-child(4)>label,.form_box>div:nth-child(4)>select{
  display: flex;
  height: 55px;
  align-content: center;
  border-bottom: 1px solid #ececec;
}
.form_box>div:nth-child(4)>select:nth-child(2){
  margin-left: 20px;
}
.form_box>div:nth-child(4)>select:nth-child(n+3){
  margin-left: 60px;
}
.form_box>div:nth-child(3)>div label,.form_box>div:nth-child(4) label{
  font-size: 14px;
  line-height: 55px;
  position: relative;
  min-width: 30px;
}
.form_box>div>div label::after,.form_box>div label::after{
  content:"*";
  display: block;
  position: absolute;
  color: #fe0000;
  left:35px;
  top: 0;
}
.form_box>div:nth-child(3)>div input{
  font-size: 14px;
  border: none;
  outline: none;
  margin-left: 25px;
}
.form_box>div:nth-child(4) select{
  border: none;
  outline: none;
  width: 200px;
  color: #818181;
}
.form_box>div textarea{
  height: 136px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color:#818181;
  line-height: 25px;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #ececec;
}
.form_box>div:last-child{
  margin-top: 40px;
}
.form_box>div:last-child,.form_box>div:last-child>div{
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.form_box>div:last-child button{
  display: block;
  width: 120px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.form_box>div:last-child button:first-child{
  background: #a27659;
  color: #fff;
}
.form_box>div:last-child button:last-child{
  background: #c8c8c8;
  color: #fff;
  margin-left: 40px;
}
.process{
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process>div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process>div>div{
  display: flex;
  flex-direction: column;
  flex:1;
  justify-content: center;
  align-items: center;
}
.process>div:first-child{
  font-size: 30px;
}
.process>div:nth-child(2){
  font-size: 16px;
  color: #ababab;
  margin-top: 20px;
}
.process_main{
  margin-top: 44px;
}
.process_main>div>img{
  width: 70px;
}
.process_main>div>div{
  margin-top: 20px;
  font-size: 14px;
  color: #818181;
}
.process_main .yjt{
  font-weight: 800;
  color: #818181;
}
.navBox{display: none;}
.nav_more .icon-bar.top.roll{
	-webkit-transform: translateY(6px) rotateZ(45deg);
}
.nav_more .icon-bar.middle.roll{
	width: 0;
}
.nav_more .icon-bar.bottom.roll{
	-webkit-transform: translateY(-8px) rotateZ(-45deg);
}
.p_hide1{
    -webkit-transform:translateZ(0);
    padding: 5px;
    max-height: 600px;
    overflow-y: auto;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    z-index: 999999;
}
.p_hide1>a {
    display: block;
    padding: 5px 5px 5px 14px;
    width: 94%;
    /* float: left; */
    /* text-align: center; */
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #818181;
    border-bottom: 1px solid #d7d7d7;
}

.p_hide1 .second>a {
  display: block;
  padding: 5px 0px 5px 20px;
  width: 93.4%;
  /* float: left; */
  /* text-align: center; */
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #818181;
  border-bottom: 1px solid #d7d7d7;
}
.p_hide{
	  z-index: 900;
    width: 100%;
    background: #fff;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
    padding: 0;
}
.p_hide .navList_ul{
	padding: 0;
    list-style: none;
    padding: 15px 30px;
    padding-top: 46px;
}
.p_hide .navList_ul li{
	overflow: hidden;
    position: relative;
}
.navList_ul .navdrop_icon{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.navdrop_icon .icon-bar {
    background: #636363;
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    margin: 5px 0;
    width: 10px;
    height: 2px;
}
.navdrop_icon .top {
    -webkit-transform: translateY(-4px) rotateZ(45deg);
}
.navdrop_icon .middle {
    width: 0;
    vertical-align: hidden;
}
.navdrop_icon .bottom {
    -webkit-transform: translateY(2px) rotateZ(-45deg);
}
.navList_ul li > a {
	display: block;
    border-bottom: 1px solid #c4c4c4;
    font-size: 1.0em;
    line-height: 120%;
    position: relative;
    z-index: 2;
    padding: 20px 35px 20px 0;
    color: #333;
}







/*金*/
.fwzc_bg{
  width: 100%;
  overflow: hidden;
}
.fwzc_main{
  width: 100%;
  max-width: 1200px;
  margin:auto;
  overflow: hidden;
}
.fwzc_detail{
  height: 1380px;
  display: flex;
  flex-direction: column;
}
.fwzc_detail>div{
  flex:1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwzc_cell>div>div:first-child{
  font-size: 24px;
  font-weight: 550;
}
.fwzc_cell>div>div:nth-child(2){
  font-size: 14px;
  color: #818181;
  line-height: 30px;
  margin-top: 40px;
}
.fwzc_cell:nth-child(odd)>img{
  margin-left: 170px;
}
.fwzc_cell:nth-child(even)>div{
  margin-left: 170px;
}
.shfw{
  padding: 45px;
  box-sizing: border-box;
}
.shfw .title{
  font-size: 20px;
}
.shfw .content{
  font-size: 14px;
  color:#818181;
  line-height: 30px;
}
.shfw .title:nth-child(n+2), .shfw .content:nth-child(n+2){
  margin-top: 30px;
}
.ltitle{
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}
.lcontent{
  font-size: 14px;
  color: #818181;
  line-height: 35px;
  margin-top: 10px;
}
.cnbox{
  display: flex;
  height: 10rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 30px;
}
.cnbox>div:first-child{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cnbox>div:first-child>div{
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  flex:1;
  justify-content: center;
  align-items: center;
}
.cnbox>div:first-child>div:nth-child(n+2){
  margin-left: 30px;
}
.cnbox>div:first-child>div>div:first-child{
font-size: 18px;
}
.cnbox>div:first-child>div>div:last-child{
  font-size: 14px;
  color: #818181;
  line-height: 24px;
  margin-top: 15px;
}
.cnbox>div:first-child>div:first-child{
  background: url("../images/tui.png");
  background-size: 100%;
}
.cnbox>div:first-child>div:nth-child(2){
  background: url("../images/huan.png");
  background-size: 100%;
}
.cnbox>div:first-child>div:nth-child(3){
  background: url("../images/xiu.png");
  background-size: 100%;
}
.tsprocess{
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tsprocess>div{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  box-sizing: border-box;
  padding: 10px 15px;
}
.tsprocess>div>div:first-child{
  font-size: 24px;
  color: #a37657;
  font-weight: bold;
}
.tsprocess>div>div:nth-child(2){
  font-size: 14px;
  color: #ababab;
  line-height: 20px;
}
.tsprocess>div:nth-child(odd){
  border: 1px solid #ececec;
  box-sizing: border-box;
  flex:224;
}
.tsprocess>div:nth-child(even){
  flex:80;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tsprocess>div>img{
  width: 30%;
}
.ngood_main1{
  max-width: 100%;
}
/*新增*/

.goodcell_bg2{
  width:45%;
  height: 545px;
}
.goodcell_bg2 img{
    height: 545px;
    position: absolute;
}
.active .img_1{
  display: none;
}
.img_1{
  margin-right: 10px;
}
.img_2{
  margin-right: 10px;
  display: none;
}
.active .img_2{
  display: block;
}
@media screen and (max-width: 640px) {
.goodcell_bg2{
  width:50%;

  position: relative;
}
.goodcell_bg2 img{
  width:100%;
    position: absolute;
}
.jzgood .ngood_detail>div:nth-child(n+3){
  display: none;
}
}
.icon1{
  font-size: 24px;
  color:#fff;
}
.d_input p{
  float: left;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.download_input img{
    background: #fff;
    position: absolute;
    right: 5px;
    top: 8px;
}
.down_p{
  float: left;
  margin-top: 25px;
}
.down_img1{
    float: left;
    margin: 15px;
    width: 150px;
    height: 80px;
}
.img_relative{
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.img_absolute{
    position: absolute;
    width: 448px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -224px;
    margin-top: -150px;
}
.img_absolute img{
  width: 100%;
}