/* 头部开始 */
.box .head {
  width: 1000px;
  padding-top: 30px;
  margin: 0 auto;
}

.box .head .head-logo {
  width: 100%;
  height: 92px;
}

.box .head .head-logo .logo {
  width: 273px;
  height: 92px;
  background: url(../../image/home1/logo.png) no-repeat;
}

.box .head .head-logo .name {
  border-left: 1px solid #c9c9c9;
  height: 28px;
  line-height: 28px;
  margin-top: 33px;
  padding-left: 15px;
  font-size: 21px;
  color: #180F14;
}

.box .head .tel {
  height: 50px;
  background: url(../../image/home1/tel.png) no-repeat;
  padding-left: 52px;
  margin-top: 22px;
}

.box .head .tel p {
  font-size: 13px;
  color: #BFBFBF;
}

.box .head .tel p:first-child {
  font-size: 22px;
  color: #BFBFBF;
}

.box .head .head-nav {
  width: 100%;
  padding-top: 20px;
}

.box .head .head-nav ul li {
  position: relative;
  float: left;
  width: 14.285%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.box .head .head-nav ul li .child-nav {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 15;
  font-size: 18px;
  background: inherit;
  width: 100%;
  display: none;
}
.box .head .head-nav ul li:hover .child-nav {
  display: block;
}
.box .head .head-nav ul li:nth-child(1) {
  border-top-left-radius: 10px;
  border-left: 0;
  background: #C2D600;
}

.box .head .head-nav ul li:nth-child(2) {
  background: #ED3E01;
}

.box .head .head-nav ul li:nth-child(3) {
  background: #BC69AA;
}

.box .head .head-nav ul li:nth-child(4) {
  background: #27A9D6;
}

.box .head .head-nav ul li:nth-child(5) {
  background: #4E9D00;
}
.box .head .head-nav ul li:nth-child(6) {
  background: #2cb9c1;
}
.box .head .head-nav ul li:nth-child(7) {
  background: #5f6af5;
  border-top-right-radius: 10px;
}

/*.box .head .head-nav ul li:nth-child(8) {*/
  /*background: #4E4C99;*/
  /*border-top-right-radius: 10px;*/
/*}*/

/* 头部结束 */
/* 尾部开始 */
.box .foot {
  width: 100%;
  margin-top: -40px;
  z-index: 1;
}

.box .foot img {
  width: 100%;
}

.box .foot .foot-nav {
  width: 100%;
  height: 120px;
  background: #303030;
  color: #fff;
  text-align: center;
}
.box .foot .foot-nav ul {
  width: 450px;
  margin: 0 auto 20px;
}
.box .foot .foot-nav ul li {
  float: left;
  font-size: 18px;
}

.box .foot .foot-nav ul li.heng {
  padding: 0 20px;
}
.box .foot .foot-nav p {
  font-size: 14px;
  line-height: 28px;
}

/* 尾部结束 */