.banner {
  min-width: 1166px;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: #fff 3px solid;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  border: #e5004f 3px solid;
  width: 18px;
  height: 18px;
}

.about {
  position: relative;
}
.about .aboutBox {
  position: relative;
  z-index: 2;
}
.about .aboutBox .aboutTitle {
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 25px;
  font-family: "titleFont";
  color: #000;
}
.about .aboutBox .aboutTitle img {
  display: block;
  margin: 0 auto;
}
.about .aboutBox .aboutTitle span {
  color: #e5004f;
}
.about .aboutBox .aboutTitle b {
  display: block;
  height: 3px;
  background: #dbdbdb;
  margin: 6px auto;
  width: 26px;
}
.about .aboutBox .aboutTitle p {
  font-size: 14px;
}
.about .aboutBox .aboutContent {
  overflow: hidden;
  padding-bottom: 70px;
}
.about .aboutBox .aboutContent .aboutText {
  float: left;
  padding: 45px 0 0 25px;
  line-height: 1.5;
  width: 640px;
}
.about .aboutBox .aboutContent .aboutText h2 {
  color: #000;
  font-size: 22px;
}
.about .aboutBox .aboutContent .aboutText h3 {
  color: #333;
  font-size: 18px;
  font-weight: initial;
}
.about .aboutBox .aboutContent .aboutText p {
  padding: 20px 0 30px 0;
  color: #040000;
  font-size: 14px;
  opacity: 0.8;
}
.about .aboutBox .aboutContent .aboutText a {
  width: 70px;
  display: block;
  background: #dbbd7d;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.about .aboutBox .aboutContent .aboutImg {
  width: 442px;
  float: right;
}
.about .aboutBox .aboutContent .aboutImg img {
  display: block;
  width: 100%;
}
.about .aboutBox .aboutNum {
  box-shadow: #c8c8c8 0 3px 3px 0;
  overflow: hidden;
  background: #fff;
  padding: 60px 0;
}
.about .aboutBox .aboutNum .aboutNumItem {
  width: calc(25% - 1px);
  float: left;
  text-align: center;
  border-left: #dbdbdb 1px solid;
  font-size: 36px;
  color: #999;
  font-weight: bold;
  animation-name: myAboutNumItem;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.about .aboutBox .aboutNum .aboutNumItem text {
  display: inline-block;
  transform: translate(1px, -8px);
}
.about .aboutBox .aboutNum .aboutNumItem p {
  font-size: 16px;
  color: #999;
  font-weight: initial;
}
@keyframes myAboutNumItem {
  0% {
    color: #999;
  }
  1% {
    color: #e5004f;
  }
  12% {
    color: #e5004f;
  }
  24% {
    color: #999;
  }
  100% {
    color: #999;
  }
}
.about .aboutBox .aboutNum .aboutNumItem:nth-child(2) {
  animation-delay: 1s;
}
.about .aboutBox .aboutNum .aboutNumItem:nth-child(3) {
  animation-delay: 2s;
}
.about .aboutBox .aboutNum .aboutNumItem:nth-child(4) {
  animation-delay: 3s;
}
.about .aboutBox .aboutNum .aboutNumItem:hover {
  color: #e5004f;
}
.about .aboutBox .aboutNum .aboutNumItem:nth-child(1) {
  border: 0;
}
.about .aboutBox .aboutNum img {
  width: 100%;
  display: block;
}
.about .aboutBg {
  background: #fafafa;
  height: 55px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.pic {
  background: #fafafa;
}
.pic .picList {
  overflow: hidden;
}
.pic .picList .picListItem {
  width: 46%;
}
.pic .picList .picListItem .picTitle {
  padding: 70px 0 20px 0;
  overflow: hidden;
  font-size: 25px;
  font-family: "titleFont";
  color: #000;
}
.pic .picList .picListItem .picTitle span {
  color: #e5004f;
}
.pic .picList .picListItem .picTitle a {
  display: block;
  float: right;
  font-size: 18px;
  line-height: 18px;
  border: #666 1px solid;
  padding: 5px 10px 3px 10px;
  border-radius: 16px;
  color: #666;
}
.pic .picList .picListItem .img {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
}
.pic .picList .picListItem:nth-child(1) {
  float: left;
}
.pic .picList .picListItem:nth-child(2) {
  float: right;
}
.pic .picList .picListItem:nth-child(3) {
  float: left;
}
.pic .picList .picBox {
  overflow: hidden;
}
.pic .picList .picBox:hover .img {
  transform: scale(1.2, 1.2);
}

.crowd {
  background: #f2f2f2;
  padding-top: 16px;
}
.crowd .crowdBox {
  overflow: hidden;
}
.crowd .crowdBox .crowdItem {
  width: 20%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.crowd .crowdBox .crowdItem img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.crowd .crowdBox .crowdItem p {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "titleFont";
}
.crowd .crowdBox .crowdItem p text {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.crowd .crowdBox .crowdItem .crowdBg {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.crowd .crowdBox .crowdItem:hover p {
  color: #e5004f;
  text-decoration: underline;
}
.crowd .crowdBox .crowdItem.this {
  animation-name: myCrowdItem;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.crowd .crowdBox .crowdItem.this .crowdBg {
  animation-name: myCrowdBg;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
@keyframes myCrowdBg {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes myCrowdItem {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.new {
  background: #fafafa;
  padding: 100px 0;
}
.new .newBox {
  overflow: hidden;
}
.new .newBox .newTitle {
  width: 100px;
  float: left;
  padding-top: 55px;
  font-size: 25px;
  font-family: "titleFont";
  color: #000;
}
.new .newBox .newTitle span {
  color: #e5004f;
}
.new .newBox .newTitle p {
  font-size: 28px;
  font-weight: bold;
}
.new .newBox .newTitle a {
  display: block;
  text-align: right;
  margin-top: 55px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  border: #666 1px solid;
  padding: 5px 10px 3px 10px;
  border-radius: 16px;
  color: #666;
}
.new .newBox .newContent {
  width: 960px;
  float: right;
  padding: 0 80px;
  position: relative;
}
.new .newBox .newContent .mySwiperNew {
  padding: 10px 4px;
}
.new .newBox .newContent .mySwiperNew .newItem {
  box-shadow: #c8c8c8 0 2px 4px 0;
  overflow: hidden;
}
.new .newBox .newContent .mySwiperNew .newItem img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.new .newBox .newContent .mySwiperNew .newItem:hover img {
  transform: scale(1.1, 1.1);
}
.new .newBox .newContent .mySwiperNew .newItem:hover .newItemText p {
  text-decoration: underline;
}
.new .newBox .newContent .mySwiperNew .newItemText {
  padding: 20px 18px;
  text-align: left;
  line-height: 1.2;
}
.new .newBox .newContent .mySwiperNew .newItemText h2 {
  font-size: 16px;
  color: #333333;
  height: 50px;
}
.new .newBox .newContent .mySwiperNew .newItemText h3 {
  font-size: 13px;
  color: #666666;
  height: 50px;
  font-weight: initial;
  line-height: 1.3;
}
.new .newBox .newContent .mySwiperNew .newItemText p {
  text-align: center;
  font-size: 14px;
  color: #e5004f;
  padding-top: 14px;
}
.new .newBox .newContent .mySwiperNew .newItemText p a {
  color: #e5004f;
}
.new .newBox .newContent .mySwiperNew .newItemText p a:hover {
  text-decoration: underline;
}
.new .newBox .newContent .swiper-button-prev,
.new .newBox .newContent .swiper-button-next {
  position: absolute;
  top: 36%;
  color: #fff;
  background: #e5004f;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: scale(0.5, 0.5);
}
.new .newBox .newContent .swiper-button-prev {
  left: -20px;
}
.new .newBox .newContent .swiper-button-next {
  right: -20px;
}
.new .newBox .newContent .swiper-button-disabled {
  background: #cccccc;
}

@media screen and (max-width: 750px) {
  .banner {
    min-width: initial !important;
    width: 100%;
    height: 200px;
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: #fff 2px solid;
  }
  .banner .swiper-pagination-bullet-active {
    border: #e5004f 2px solid;
    width: 8px;
    height: 8px;
  }
  .about .aboutBox .aboutTitle {
    padding: 60px 0 20px 0;
  }
  .about .aboutBox .aboutContent {
    overflow: hidden;
    padding: 12px;
  }
  .about .aboutBox .aboutContent .aboutText {
    float: inherit;
    padding: 0 0 10px 0;
    width: 100%;
  }
  .about .aboutBox .aboutContent .aboutText img {
    width: 70px;
  }
  .about .aboutBox .aboutContent .aboutImg {
    width: 100%;
    float: inherit;
  }
  .about .aboutBox .aboutNum {
    padding: 30px 0;
  }
  .about .aboutBox .aboutNum .aboutNumItem {
    font-size: 20px;
  }
  .about .aboutBox .aboutNum .aboutNumItem text {
    transform: translate(1px, -6px);
  }
  .about .aboutBox .aboutNum .aboutNumItem p {
    font-size: 12px;
  }
  .pic {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pic .picList .picListItem {
    width: 100%;
  }
  .pic .picList .picListItem .picTitle {
    padding: 40px 0 10px 0;
  }
  .pic .picList .picListItem .picTitle img {
    width: 70px;
  }
  .pic .picList .picListItem .picTitle a img {
    width: 40px;
  }
  .pic .picList .picListItem .img {
    border-radius: 10px;
  }
  .pic .picList .picBox:hover .img {
    transform: scale(1);
  }
  .crowd {
    background: #f2f2f2;
    padding-top: 0;
  }
  .crowd .crowdBox {
    overflow: hidden;
    margin: 0 12px;
    border-radius: 10px;
    width: calc(100% - 24px);
  }
  .crowd .crowdBox .crowdItem p {
    font-size: 14px;
  }
  .crowd .crowdBox .crowdItem p text {
    transform: scale(0.8);
  }
  .new {
    padding: 50px 0;
  }
  .new .newBox .newTitle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
  }
  .new .newBox .newTitle img {
    display: block;
    margin: 0 auto;
    width: 70px;
  }
  .new .newBox .newTitle .more {
    display: none;
  }
  .new .newBox .newContent {
    width: 100%;
    float: inherit;
    padding: 0 12px;
  }
  .new .newBox .newContent .swiper-button-prev {
    left: 0;
  }
  .new .newBox .newContent .swiper-button-next {
    right: 0;
  }
}/*# sourceMappingURL=home.css.map */