@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}


html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-width: 1200px;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.7s;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #ea3516;
  text-decoration: none;
}



.clearfix,
.clear:after,
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.in_heng {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj_incont.jpg) center top no-repeat;
  height: 216px;
  color: #fff;
}
in_heng .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.in_heng .left {
  float: left;
  font-size: 24px;
  line-height: 2;
  padding: 40px 0 0 0;
  letter-spacing: 2px;
}
.in_heng .left .bt {
  font-size: 36px;
}
.in_heng .left span {
  color: #f18627;
}
.in_heng .right {
  float: right;
  text-align: right;
  padding: 40px 0 0 0;
}
.in_heng .right .tel {
  font-size: 30px;
  padding: 15px 0 20px 0;
  text-shadow: 0 0 1px #000;
}
.in_heng .right a {
  background: #f18627;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 100px;
  line-height: 40px;
  text-align: center;
  float: right;
}