*,
div,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.view {
  max-width: 1400px;
  margin: 0 auto;
}
.wanchuang {
  overflow: hidden;
}
.wanchuang .bg {
  position: relative;
  width: 100%;
  height: 500px;
  background: url('static/bg_1.jpg') no-repeat;
  background-position: center;
}
.wanchuang .bg .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.wanchuang .bg .title {
  position: relative;
  z-index: 11;
  text-align: center;
  font-size: 48px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 8px;
}
.wanchuang .bg h3 {
  position: relative;
  z-index: 11;
  left: 16px;
  top: 8px;
  color: #fff;
  letter-spacing: 4px;
}
.wanchuang .header {
  position: fixed;
  z-index: 11;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.wanchuang .header h3 {
  color: #fff;
  letter-spacing: 4px;
}
.wanchuang .work {
  padding: 50px 0;
  max-width: 1000px;
}
.wanchuang .work .title {
  text-align: center;
  color: #3D92F5;
  font-size: 32px;
  letter-spacing: 12px;
}
.wanchuang .work .work-list {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
.wanchuang .work .work-list .work-item {
  margin-bottom: 24px;
}
.wanchuang .work .work-list .work-item .work-icon {
  background-color: #3D92F5;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wanchuang .work .work-list .work-item .work-icon img {
  width: 60px;
  height: 60px;
}
.wanchuang .work .work-list .work-item .work-icon:hover img {
  transform: scale(1.5);
}
.wanchuang .work .work-list .work-item p {
  margin-top: 14px;
  text-align: center;
  font-size: 28px;
}
.wanchuang .contact {
  padding: 50px 0;
}
.wanchuang .contact .title {
  text-align: center;
  color: #3D92F5;
  font-size: 32px;
  letter-spacing: 12px;
}
.wanchuang .contact .info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wanchuang .contact .info img {
  width: 120px;
  height: 120px;
}
.wanchuang .contact .info .right {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wanchuang .contact .info .right p {
  margin-bottom: 10px;
}
.wanchuang .footer {
  background-color: #393939;
  text-align: center;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wanchuang .footer p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.wanchuang .footer p:last-child {
  margin-bottom: 0;
}
.wanchuang .footer p .filing {
  color: #fff;
}
