.main .logo {
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 0 340px;
  position: fixed;
  top: 0;
  background-color: #fff;
}
.main .logo a {
  text-decoration: none;
  color: black;
}
.main .logo a:hover {
  color: blue;
}
.main .top {
  margin-top: 80px;
  height: 760px;
  background-image: url(./img/top.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main .nav {
  height: 720px;
  background-color: rgba(246, 246, 246, 0.9647058824);
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .nav .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}
.main .nav .tit span {
  font-size: 34px;
  font-weight: 100;
}
.main .nav .tit p {
  font-size: 18px;
}
.main .nav .fix {
  box-sizing: border-box;
  margin-top: 70px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.main .nav .fix div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}
.main .nav .fix div img {
  width: 94px;
  height: 94px;
}
.main .nav .fix div span {
  font-size: 22px;
}
.main .nav .fix div p {
  font-size: 14px;
  display: inline-block;
  width: 155px;
}
.main .ban {
  height: 830px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  box-sizing: border-box;
}
.main .ban span {
  font-size: 34px;
  color: #333333;
}
.main .ban #pp2 {
  width: 9999px;
  height: 9999px;
  animation: switch 20s infinite;
}
.main .ban #pp2 > img {
  float: left;
}
.main .ban #pp1 {
  width: 1100px;
  height: 650px;
  overflow: hidden;
}
@keyframes switch {
  20% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(-820px);
  }
  60% {
    transform: translateX(-1640px);
  }
  80% {
    transform: translateX(-2460px);
  }
  100% {
    transform: translateX(-3280px);
  }
}
.main .part {
  height: 560px;
  background-image: url(./img/bottom.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main .foot {
  height: 400px;
  background-color: #222222;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 10px 0;
}
.main .foot .top_box {
  width: 1100px;
  height: 120px;
  color: #747474;
  font-size: 14px;
  line-height: 25px;
}
.main .foot .foot_box {
  width: 1100px;
  height: 150px;
  display: flex;
}
.main .foot .foot_box .item1 {
  width: 260px;
  color: #747474;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(153, 153, 153, 0.6);
}
.main .foot .foot_box .item1 img {
  width: 200px;
  
}
.main .foot .foot_box .item2 {
  width: 170px;
  color: white;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgba(153, 153, 153, 0.6);
}
.main .foot .foot_box .item3 {
  width: 250px;
  display: flex;
  padding-left: 30px;
  box-sizing: border-box;
  flex-direction: column;
  border-right: 1px solid rgba(153, 153, 153, 0.6);
  color: white;
}
.main .foot .foot_box .item3 span {
  padding: 0;
  font-size: 12px;
}
.main .foot .foot_box .item3 .p {
  padding: 0;
  font-size: 27px;
}
.main .foot .foot_box .item4 {
  height: 180px;
  width: 390px;
  color: white;
  font-size: 12px;
  display: flex;
  justify-content: space-around;
}
.main .foot .foot_box .item4 div {
  display: flex;
  flex-direction: column;
}
.main #top {
  width: 65px;
  height: 65px;
  background-image: url(./img/fixed.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 40px;
  right: 40px;
}/*# sourceMappingURL=style.css.map */