.box {
  width: 100%;
}

/* 头部开始 */
.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.2857%;
  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;
}

.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;
}

/* 尾部结束 */
.box .content {
  width: 100%;
  position: relative;
  z-index: 10;
}

.box .content .show-banner {
  width: 100%;
}

.box .content .show-banner img {
  width: 100%;
}

.box .content .main {
  position: relative;
  width: 1000px;
  margin: 32px auto 0;
}

.box .content .main .emails {
  position: fixed;
  bottom: 9%;
  right: 4%;
  width: 134px;
  height: 345px;
  z-index: 20;
  margin-left: 100px;
  background: url(../../image/home1/wet.png) no-repeat;
  padding:  158px 0 0 29px;
}
.box .content .main .emails img {
  width: 90px;
  height: 90px;
}

.box .content .main .main-first {
  width: 100%;
}

.box .content .main .main-first .news {
  position: relative;
  width: 680px;
  padding-top: 90px;
  background: url(../../image/home1/news.png) no-repeat;
}

.box .content .main .main-first .news .pic {
  width: 320px;
  height: 212px;
  margin-right: 20px;
}

.box .content .main .main-first .news ul {
  width: 300px;
  overflow: hidden;
}

.box .content .main .main-first .news ul li {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.box .content .main .main-first .news ul li::before {
  content: '•';
  color: #333333;
  margin-right: 6px;
}

.box .content .main .main-first .news .more {
  position: absolute;
  top: 30px;
  right: 21px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
}

.box .content .main .main-first .intro {
  width: 320px;
  padding-top: 90px;
  background: url(../../image/home1/intro.png) no-repeat;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.box .content .main .main-sec {
  position: relative;
  width: 100%;
  padding-top: 90px;
  margin-top: 65px;
  background: url(../../image/home1/fc.png) no-repeat;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.box .content .main .main-sec .more {
  position: absolute;
  top: 30px;
  right: 21px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
}

.box .content .main .main-sec .whell {
  position: relative;
  width: 100%;
  height: 130px;
}

.box .content .main .main-sec .whell .ic {
  width: 37px;
  height: 34px;
  cursor: pointer;
}

.box .content .main .main-sec .whell .left {
  position: absolute;
  top: 48px;
  left: 0;
  background: url(../../image/home1/lr.png) no-repeat;
}

.box .content .main .main-sec .whell .right {
  position: absolute;
  top: 48px;
  right: 0;
  background: url(../../image/home1/lf.png) no-repeat;
}

.box .content .main .main-sec .whell .whell-con {
  width: 882px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.box .content .main .main-sec .whell ul {
  position: absolute;
  left: 0;
  height: 100%;
}

.box .content .main .main-sec .whell ul li {
  width: 170px;
  height: 100%;
  float: left;
  margin-left: 8px;
  border-radius: 20px;
  overflow: hidden;
}

.box .content .main .main-sec .whell ul li:first-child {
  margin-left: 0;
}
.box .content .main .main-sec .whell ul li img {
  width: 100%;
  height: 100%;
}
.box .content .main .main-sec .posi {
  position: absolute;
  top: -46px;
  right: 74px;
  width: 483px;
  ;
  height: 131px;
  background: url(../../image/home1/fly.png) no-repeat;
}

.box .content .main .main-three {
  position: relative;
  width: 100%;
  padding-top: 90px;
  margin-top: 65px;
  background: url(../../image/home1/food.png) no-repeat;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.box .content .main .main-three .more {
  position: absolute;
  top: 15px;
}

.box .content .main .main-three ul {
  width: 940px;
  height: 137px;
  margin: 0 auto;
}

.box .content .main .main-three ul li {
  float: left;
  width: 228px;
  height: 100%;
  border: 1px solid #BC69A9;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 7px;
  text-align: center;
}

.box .content .main .main-three ul li:first-child {
  margin-left: 0;
}

.box .content .main .main-three ul li div {
  width: 211px;
  height: 118px;
  padding-top: 20px;
  border: 1px dotted #BC69A9;
  box-sizing: border-box;
  border-radius: 10px;
}

.box .content .main .main-three ul li div p:first-child {
  font-size: 24px;
  font-weight: 400;
  color: rgba(188, 105, 169, 1);
}

.box .content .main .main-three ul li div p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
