* {
  margin: 0;
  padding: 0;
}
body,
html {
  background-color: #F7F7F7;
}
article {
  margin: auto;
  width: 640px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 100vh;
}
article .customer-service {
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 22;
}
article .customer-service div {
  text-align: right;
  margin: auto;
}
article .customer-service div a {
  width: 100px;
  display: inline-block;
  margin-right: 20px;
}
article .content {
  width: 100%;
  flex: 1;
  overflow: hidden;
  background: url("../img/bg.png") no-repeat 0 0px;
  background-size: 100% 100%;
  padding: 0px 0px 210px 0px;
  box-sizing: border-box;
  position: relative;
}
article .content .img100 img {
  width: 100%;
  vertical-align: middle;
}
article .content .swiper-banner {
  padding: 0px 0px 0px 0px;
}
article .content .swiper-banner img {
  width: 100%;
}
article .content .swiper-banner .swiper-wrapper {
  padding-bottom: 30px;
}
article .content .swiper-banner .swiper-pagination {
  bottom: 0px !important;
}
article .content .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #B2B2B2;
  width: 46px;
  height: 8px;
  opacity: 1;
  margin: 0 10px;
  border-radius: 8px;
}
article .content .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF411C;
}
article .content .tag1 {
  padding: 20px;
  box-sizing: border-box;
}
article .content .tag1 img {
  width: 100%;
}
article .content .tag2 {
  margin: 10px 0px;
  box-sizing: border-box;
  background: url("../img/tag2.png") no-repeat 0 bottom;
  height: 180px;
  background-size: 100% auto;
}
article .content .but {
  text-align: center;
  padding: 5px 0 25px 0;
}
article .content .but img {
  width: 350px;
}
article .content .but img.animation {
  animation: animationScale 0.8s ease-in-out alternate infinite;
}
article .content .title {
  text-align: center;
  padding: 30px 60px 10px 60px;
  box-sizing: border-box;
}
article .content .title img {
  width: 100%;
}
article .content .item-line {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
article .content .item-line dd {
  width: 190px;
  height: 280px;
  box-sizing: border-box;
  background: url("../img/line-bg.png") no-repeat 0 0px;
  background-size: 100% auto;
  position: relative;
}
article .content .item-line dd .name {
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 5px 0 0 0;
}
article .content .item-line dd .sub-name {
  font-size: 23px;
  color: grey;
  text-align: center;
  padding: 113px 0 0 0;
}
article .content .item-line dd .network {
  font-size: 21px;
  color: #0db722;
  text-align: center;
  line-height: 20px;
  padding-top: 9px;
}
article .content .item-line dd .network span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
article .content .item-line dd .but {
  padding: 7px 0 0 0;
}
article .content .item-line dd .but a {
  width: 180px;
  background: url("../img/line-but.png") no-repeat 0 0px;
  background-size: 100% 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin: auto;
  font-size: 21px;
  padding-bottom: 10px;
}
article .content .swiper-banner2 {
  padding: 0px 20px 0px 20px;
}
article .content .swiper-banner2 img {
  width: 100%;
}
article .content .swiper-banner2 .swiper-wrapper {
  padding-bottom: 30px;
}
article .content .swiper-banner2 .swiper-pagination {
  bottom: 0px !important;
}
article .content .swiper-banner2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #B2B2B2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  opacity: 1;
  margin: 0 10px;
}
article .content .swiper-banner2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF411C;
}
article footer {
  padding: 20px 0 20px 0px;
  z-index: 99;
  background: #45302C url("../img/foot-tag.png") no-repeat 0 0px;
  background-size: 100% auto;
  position: fixed;
  bottom: 0px;
  width: 640px;
  height: 135px;
  box-sizing: border-box;
}
article footer .con a {
  margin: 0 0 0 500px;
}
article footer .con a img {
  width: 100px;
  animation: animationScale 0.8s ease-in-out alternate infinite;
}
@keyframes animationScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/* 整体滚动条 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 10px;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
/* 滚动条滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*# sourceMappingURL=style.css.map */