.box {
  width: 100%;
  min-width: 1200px;
}
/* 头部开始 */
.box .head {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;
}

.box .head .head-logo {
  width: 100%;
  height: 92px;
}

.box .head .head-logo .logo {
  width: 415px;
  height: 75px;
  background: url(../../image/home4/logo.png) no-repeat;
}

.box .head .head-logo .seach {
  width: 330px;
  height: 35px;
  margin-top: 34px;
}
.box .head .head-logo .seach input {
  outline-style: none;
  border: 0;
  padding-left: 20px;
  width: 282px;
  height: 35px;
  float: left;
  background: #e5e5e5;
}

.box .head .head-logo .seach span {
  width: 35px;
  height: 35px;
  float: right;
  background: #e5e5e5 url(../../image/home4/loopsearch.png) center no-repeat;
  cursor: pointer;
}

.box .head-nav {
  width: 100%;
  background: #aa2983;
}
.box .head-nav ul {
  width: 1100px;
  height: 40px;
  margin: 0 auto;
}

.box .head-nav ul li {
  position: relative;
  float: left;
  width: calc(100% / 9);
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.box .head-nav ul li .child-nav {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
  font-size: 16px;
  background: #aa2983;
  width: 100%;
  display: none;
}
.box .head-nav ul li:hover .child-nav {
  display: block;
}

.box .head-nav ul li a {
  color: #fff;
}
.box .head-nav ul li a:hover {
  color: #fff;
  font-weight: bold;
}

.box .head-nav ul li a.act {
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

/* 头部结束 */
/* 尾部开始 */
.box .foot {
  width: 100%;
  padding: 30px 0 70px;
  margin-top: 50px;
  background: #585756;
}
.box .foot .foot-content {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.box .foot .foot-content .ema {
  float: left;
}
.box .foot .foot-content .tel {
  float: right;
  padding-left: 62px;
  background: url(../../image/home2/tel.png) 0 10px no-repeat;
}


/* 尾部结束 */
