body{font-family: '微软雅黑'!important;  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing:border-box;}
.line{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.linedouble{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    }
.linecenter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
html{ height: 100%;}
li{ list-style: none;}
a{ cursor: pointer; text-decoration: none;}
a:hover{text-decoration: none;}
.w1200{width: 1200px; margin: 0 auto;}
button{cursor: pointer;}
h1,h2,h3,h4,h5,h6{
  text-align: center;
}
.nodata-box{
  margin: 10px 0px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.head-box{
  overflow: hidden;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.head-left{
  float: left;
  width: 257px;
}
.head-left>img{
  width: 100%;
}
.head-middle{
  float: left;
  font-size: 16px;
  overflow: hidden;
  margin-top: 30px;
}
.head-middle>a{
  float: left;
  padding:0px 30px;
  margin: 0px 30px;
  color: #000;
}
.head-right{
  float: right;
  font-size: 16px;
  overflow: hidden;
  padding: 0px 0px;
  margin: 25px 0px 20px 0px;
}
.head-right>button{
  font-size: 16px;
  color: #fff;
  width:150px;
  height:40px;
  background:linear-gradient(90deg,rgba(183,124,17,1),rgba(241,215,144,1));
  border-radius:20px;
  border: 0px;
  outline: none;
}
.footer-box{
  background-color: #000;
  height: 500px;
}
.footer-item-box{
  overflow: hidden;
}
.footer-item-box>div{
  float: left;
}
.footer-item-box>.left{
  width: 50%;
  position: relative;
  padding-top: 20px;
}
.footer-item-box>.left>h3{
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin-top: 0px;
  position: relative;
  top: 20px;
}
.footer-item-box>.middle{
  width: 30%;
  position: relative;
  padding-top: 35px;
  color: #fff;
  font-size: 18px;
}
.tel-p{
  font-size: 30px;
}
.erweima-box{
  width: 150px;
  margin: 0 auto;
  color: #fff;
}
.footer-jiaolian{
  position: relative;
  display: block;
}
.footer-icon1{
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -7px;
  left: 65px;
  display: none;
  z-index: 500;
  display: block;
}
.footer-bottom{
  border-top: 1px solid #C9A25F;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.goto-head{
  position: fixed;
  right: 40px;
  bottom: 100px;
  width: 60px;
  overflow: hidden;
}
.goto-head>div{
  margin: 10px 0px;
  background-color: #C9A25F;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px;
  cursor: pointer;
}
.curr{
  color: #C9A25F!important;
}