html {
  overflow-y: scroll;
}
body {
  margin: 0px;
  padding: 0px;
  font: 12px/1 Microsoft YaHei, "Microsoft YaHei", "Helvetica", "Arial", "宋体", "sans-serif";
}
ul,
li,
dl,
dd,
dt {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
/*****页面顶部*****/
.header-box {
  position: relative;
  height: 746px;
  background-color: #000000;
  text-align: center;
}
.header-box .company-text-main {
  margin-top: 30px;
  font-size: 14px;
  color: #5e5e5e;
  text-align: center;
  text-transform: Uppercase;
}
.header-box .company-text-main b {
  color: #747474;
}
.header-box .company-text-box {
  height: 127px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -64px;
  opacity: 1;
}
.header-box .company-logo {
  position: relative;
}
.header-box .company-logo .company-logo-one {
  width: 511px;
  height: 83px;
}
.header-box .company-logo-two {
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -137px;
  opacity: 0;
}
.header-actives {
  padding: 58px 0;
}
/******导航栏******/
.nav-list {
  background-color: #000000;
  height: 38px;
  line-height: 33px;
  font-size: 0;
  text-align: center;
}
.nav-list li {
  display: inline-block;
  padding: 0 50px;
  vertical-align: middle;
}
.nav-list .nav-list-item {
  position: relative;
}
.nav-list .nav-list-item a {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 10px;
}
.nav-list .nav-list-item .item-active {
  color: #fff;
}
.nav-list .nav-list-item .list-item-arrow {
  position: absolute;
  bottom: 1px;
  left: 65px;
  display: none;
}
.show-main-box {
  width: 1190px;
  padding-top: 40px;
  margin: 0 auto;
  border-color: #fff;
  display: none;
}
.show-main-box .show-line {
  height: 541px;
  display: none;
}
.show-main-box .show-line .show-line-main {
  *zoom: 1;
  padding: 0;
}
.show-main-box .show-line .show-line-main:before,
.show-main-box .show-line .show-line-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.show-main-box .show-line .show-line-main:after {
  clear: both;
}
.show-main-box .show-contact .show-line-main .show-line-address {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.show-main-box .show-contact .show-line-top {
  margin-bottom: 27px;
}
.show-main-box .show-about .show-line-main {
  margin-top: 100px;
}
.show-main-box .show-recruit .show-line-main {
  margin: 120px 0;
  margin-left: 90px;
}
.show-main-box .show-recruit .show-line-main dl dt {
  color: #333;
  margin-top: 12px;
  font-size: 14px;
}
.show-line-top {
  position: relative;
}
.show-line-top span {
  display: inline-block;
}
.show-line-top .show-TopBgMax {
  font-size: 111px;
  color: #f0f0f0;
  font-weight: bold;
}
.show-line-top .show-TopBg {
  font-size: 78px;
  color: #f0f0f0;
}
.show-line-top .show-TopText {
  font-size: 20px;
  position: absolute;
  top: 60px;
  left: 98px;
}
.show-line-main {
  padding-top: 100px;
  margin-left: 90px;
}
.show-line-main p {
  font-size: 14px;
  width: 1012px;
  height: 25px;
  line-height: 25px;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
}
.show-line-main dl {
  float: left;
  height: 124px;
  text-align: center;
  padding: 0 35px;
}
.show-line-main dl dd {
  height: 91px;
}
.show-line-main-Eg {
  margin-left: 90px;
  margin-top: 25px;
  margin-bottom: 100px;
  padding-left: 45px;
}
/*****底部*****/
.footer-main {
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-top: 1px solid #000;
}
