* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
ul li {
  display: block;
}
.opacity0 {
  opacity: 0;
}
.bg12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.fixed {
  position: fixed;
}
html,
body {
  font: 14px/1.5em Microsoft Yahei, tahoma, Srial, helvetica, sans-serif;
}
a,
a:hover,
a:visited {
  outline: none;
  border: none;
  text-decoration: none;
  color: #000;
}
.to_top {
  width: 40px;
  display: block;
  position: fixed;
  bottom: 56px;
  left: 50%;
  color: #343231;
  text-align: center;
  margin-left: 600px;
  cursor: pointer;
  z-index: 1000;
}
.to_top img {
  display: block;
}
.to_top h1 {
  font-size: 16px;
  line-height: 24px;
}
.to_top:hover {
  color: #937344;
}
#header {
  position: relative;
  z-index: 1002;
}
#head .head1 {
  padding: 10px 0;
  background: #1c1c1c;
}
#head .head1 ul li {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
#head .head2 {
  background: #fff;
  padding: 30px 0 30px;
}
#head .head2 h1 {
  width: 176px;
  margin: 0 auto;
}
#head .head2 h1 a,#head .head2 h1 img{
  display: block;
  width: 100%;
}
#nav {
  background: #231808;
  display: block;
  width: 100%;
  z-index: 1001;
}
#nav .bg12 {
  text-align: center;
}
#nav .nav_con {
  text-align: center;
  position: relative;
  display: inline-block;
}
#nav .nav_con ul {
  display: inline-block;
  text-align: center;
  padding: 20px 0 20px;
}
#nav .nav_con ul li {
  display: inline-block;
  padding: 0 33px;
}
#nav .nav_con ul li a {
  display: block;
  color: #9e7c4b;
  transition: all 0.5s linear;
}
#nav .nav_con ul li a h2 {
  line-height: 24px;
  font-size: 12px;
}
#nav .nav_con ul li a h1 {
  font-size: 20px;
  line-height: 36px;
}
#nav .nav_con ul li:hover a,
#nav .nav_con ul li.on a {
  color: #fff;
}
#nav .nav_con .tip_line {
  width: 100px;
  background: #fff;
  transition: all 0.3s linear;
  height: 3px;
  position: absolute;
  left: 24px;
  display: block;
  bottom: 0;
}
#nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.footer_padding {
  background: #fff;
  height: 80px;
  width: 100%;
}
#footer {
  /*background: #110e0d;*/
  color: #fff;
  position: relative;
  z-index: 1001;
}
.footer1 {
  padding: 70px 0 160px;
  background: #110e0d;
}
#footer .l_code_w {
  margin-top: 80px;
}
#footer .l_code_w .code {
  width: 154px;
  float: left;
}
#footer .l_code_w .code img{
	width:100%;
}
#footer .l_code_w .code h1 {
  font-size: 12px;
  color: #4d4d4d;
  text-align: center;
}
#footer .l_code_w .contact {
  float: left;
  margin-left: 18px;
  width: 174px;
}
#footer .l_code_w .contact .footer_zx {
  margin: 10px 0;
  color: #fff;
  width: 168px;
  height: 48px;
  display: block;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  border-radius: 48px;
  border: 1px solid #453623;
  transition: all 0.3s linear;
}
#footer .l_code_w .contact .footer_zx span {
  font-size: 12px;
  color: #5c5a5b;
}
#footer .l_code_w .contact .footer_zx:hover {
  background: #937344;
  border-color: #937344;
}
#footer .l_code_w .contact .call_tel {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  padding-left: 20px;
  color: #a6a6a6;
  background: url("/images/icon_call.png") no-repeat left center;
}
#footer .l_code_w .contact h2.bg_line {
  width: 25px;
  height: 1px;
  margin-top: 15px;
  border-bottom: 1px solid #b6aa97;
}
#footer .r_type_list dl {
  float: right;
  display: inline-block;
  margin-left: 50px;
}
#footer .r_type_list dl dt {
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
#footer .r_type_list dl dd {
  margin-top: 15px;
}
#footer .r_type_list dl dd ul {
  float: right;
  margin-left: 20px;
}
#footer .r_type_list dl dd ul li a {
  font-size: 14px;
  width: 75px;
  text-align: right;
  line-height: 30px;
  color: #696969;
  display: block;
  transition: all 0.3s linear;
  border-bottom: 1px solid #2f2f2f;
}
#footer .r_type_list dl.chain_list dd ul li a {
  width: 145px;
}
#footer .r_type_list dl dd ul li a:hover {
  color: #fff;
}
