@charset "UTF-8";
/* ==========================================================
 * v20170719
 * ==========================================================
 * Copyright zhengmingming
 *
 * 边铭网络
 * ========================================================== */
body {
  width: 100%;
  min-width: 1200px;
  font-family: "微软雅黑";
  overflow-y: scroll;
}

.header {
  height: 90px;
  background: #ff8728;
}

.wrap {
  position: relative;
  margin: 0  auto;
  width: 1200px;
}

.header .logo {
  position: absolute;
  width: 135px;
  height: 70px;
  background: url(../i/logo.png) center left;
  background-repeat: no-repeat;
  left: 0;
  top: 10px;
}

.header .welcome {
  position: absolute;
  font-size: 20px;
  color: #fff;
  left: 168px;
  top: 35px;
  font-size: 20px;
  line-height: 20px;
}

.header .nav {
  float: right;
}

.header .nav li {
  position: relative;
  float: left;
  line-height: 90px;
  padding-left: 60px;
}

.header a {
  color: #fff;
  font-size: 16px;
}

.header a:hover {
  color: #58150f;
}

.header a:hover > .line {
  display: block;
}

header li:hover > div {
  display: block;
}

.header .active {
  color: #58150f;
}

.header .activeLine {
  width: 32px;
  height: 2px;
  background-color: #58150f;
  position: absolute;
  top: 60px;
  right: 1px;
}

.header .line {
  width: 32px;
  height: 2px;
  background-color: #58150f;
  position: absolute;
  top: 60px;
  display: none;
}

.header .right {
  right: 16px;
}

.header .right2 {
  right: 1px;
}

.footer {
  height: 190px;
  background-color: #1b1f28;
  padding-bottom: 36px;
  padding-top: 36px;
  color: #a8a9ad;
  font-size: 14px;
}

.footerctl {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer a {
  color: #a8a9ad;
}

.footer li {
  float: left;
}
.footer .logo {
  margin-right: 23px;
}

.footer .logo img {
  vertical-align: middle;
  margin-right: 14px;
}

.main .titlePanel {
  height: 100px;
}

.titlePanel .title {
  color: #000;
  font-size: 18px;
  line-height: 100px;
}
.titlePanel img{
  position: absolute;
  top: 60px;
  left: 78px;
}
.titlePanel .subtitle {
  font-weight: 100;
  color: #d1d1d1;
  line-height: 118px;
  position: absolute;
  top: 10px;
  left: 100px;
}