/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ===== banner start ===== */
.banner {
  width: 100%;
  height: 560px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .item {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  padding-left: 140px;
  width: 100%;
  height: 100%;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner .item h2 {
  margin-bottom: 15px;

  font-size: 46px;
  line-height: 54px;

  color: #fff;
}
.banner .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 20px;

  font-size: 20px;
  line-height: 22px;

  color: #fff;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}
.banner .item .cir {
  margin-right: 18px;
  border-radius: 50%;
  width: 7px;
  height: 7px;

  background-color: #fff;
}
.banner .item .link-1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
  border: solid 1px rgba(0, 101, 212, 0.79);
  border-radius: 0;
}
.banner .item .item-link {
  background-color: transparent;
  border: solid 1px #fff;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner .item .item-link::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-pagination-bullet {
  margin: 0 !important;
  margin-right: 15px !important;
  border-radius: 3px;
  width: 24px;
  height: 3px;

  background-color: #f0f2f5;

  opacity: 1;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.swiper-pagination-bullet-active {
  background-color: #0065d4;
}
.swiper-pagination {
  bottom: 35px;
}
/* ===== banner end ===== */

/* ===== 选择金蝶 start ===== */
.container1 {
  margin-top: 5px;
  width: 100%;
}
.container1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}
.container1 ul li {
  width: 24.79395%;

  background-color: #fff;
}
.container1 ul li a {
  display: block;
}
.container1 ul li .tp {
  overflow: hidden;

  padding-bottom: 52.5%;
  width: 100%;
  height: 0;

  font-size: 0;
}
.container1 ul li .tp img {
  width: 100%;
  height: auto;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;
}
.container1 ul li h5 {
  overflow: hidden;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 95px;

  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  line-height: 95px;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

  color: #333;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;
}
.container1 ul li:hover .tp img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.container1 ul li:hover h5 {
  color: #0065d4;
}
/* ===== 选择金蝶 end ===== */

/* ===== 做什么 start ===== */
.container2 {
  margin-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 110px 75px;
  width: 100%;

  background: url(../image/back_index_1.jpg) no-repeat;
  background-color: #303135;
  background-position: center;
  background-size: cover;
}
.container2 .title-ch {
  font-size: 28px;
  line-height: 30px;
  text-align: center;

  color: #fff;
}
.container2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 70px;
  width: 100%;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}
.container2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  position: relative;

  width: 247px;
  height: 247px;

  -ms-flex-negative: 0;

  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container2 ul li::before {
  display: block;

  position: absolute;
  top: 7.5%;
  left: 7.5%;

  border-radius: 50%;
  width: 85%;
  height: 85%;

  background-color: rgba(74, 79, 85, 0);

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

  content: "";
}
.container2 ul li::after {
  display: block;

  position: absolute;
  top: 0;
  left: 0;

  border-radius: 50%;
  width: 100%;
  height: 100%;

  content: "";
}
.container2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  position: relative;
  z-index: 100;

  border-radius: 50%;
  width: 85%;
  height: 85%;

  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;

  color: #fff;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container2 ul li:hover::before {
  background-color: rgba(74, 79, 85, 1);
}
.container2 ul li:hover::after {
  -webkit-animation: scaleUp 1s 0.5s linear infinite;
  animation: scaleUp 1s 0.5s linear infinite;
}
.container2 ul li a img {
  max-width: 100%;
  max-height: 100%;
}
.container2 ul li a h4 {
  margin-top: 25px;
}
.container2 .swiper-container2 {
  display: none;

  margin-top: 15px;
  border-radius: 20px;
  width: 80vw;
  height: 50vw;
}
.container2 .swiper-container2 .swiper-slide {
  width: 100%;
  height: 100%;
}
.container2 .swiper-container2 .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;

  text-align: center;

  background-color: #4a4f55;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  widows: 100%;
}
.container2 .swiper-container2 .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
}
.container2 .swiper-container2 .swiper-slide h4 {
  margin-top: 15px;

  color: #fff;
}
/* ===== 做什么 end ===== */

@media screen and (max-width: 1600px) {
  .container2 ul li {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .container2 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .item .change-title {
    font-size: 24px;
  }
  .banner .item .change-title {
    font-size: 32px;
    line-height: 40px;
  }
  .banner .item h2 {
    margin-bottom: 0;
  }
  .banner .item .text {
    margin-top: 10px;

    font-size: 16px;
  }
  .banner .link-1 {
    display: none !important;
  }
  .container2 {
    padding-right: 0;
    padding-left: 0;
  }
  .container2 ul li {
    width: 150px;
    height: 150px;
  }
  .container2 ul li a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 500px;
  }
  .banner .swiper-container {
    height: 100%;
  }
  .banner .item1 {
    background-image: url(../image/mbanner_1.jpg) !important;
  }
  .banner .item2 {
    background-image: url(../image/mbanner_2.jpg) !important;
  }
  .banner .item3 {
    background-image: url(../image/mbanner_3.jpg) !important;
  }
  .banner .item4 {
    background-image: url(../image/mbanner_4.jpg) !important;
  }
  .banner .item5 {
    background-image: url(../image/mbanner_5.jpg) !important;
  }
  .banner .link {
    padding-left: 0;
  }
  .banner .link-1 {
    display: none;
  }
  .banner .item h2,
  .banner .link .text {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner .item .change-title,
  .container2 .change-title {
    font-size: 24px;
  }
  .banner .item .change-title {
    line-height: 34px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .swiper-pagination {
    bottom: 10px;
  }
  .swiper-pagination-bullet {
    width: 20px;
  }
  .container1 {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container1 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container1 ul li {
    margin-bottom: 15px;
    width: 48%;
  }
  .container1 ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .container1 ul li h5 {
    height: 50px;
    font-size: 18px;

    line-height: 50px;
  }
  .container2 ul li::before {
    background-color: rgba(74, 79, 85, 1);
  }
  .container2 ul li a {
    zoom: 0.8;
  }
  .container2 {
    margin-top: 20px;
    padding: 40px 0;
  }
  .container2 .title-ch {
    font-size: 24px;
  }
  .container2 ul {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .container2 ul li {
    width: 130px;
    height: 130px;
  }
  .container2 ul li a img {
    zoom: 0.9;
  }
  .container2 ul li a h4 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  .container1 ul li {
    width: 100%;
  }
  .swiper-pagination-bullet {
    margin-right: 5px !important;
    width: 20px;
    height: 3px;
  }
  .container2 .swiper-container2 .swiper-slide a img {
    zoom: 0.7;
  }
  .container2 .swiper-container2 .swiper-slide h4 {
    font-size: 14px;
  }
}
.container2 ul li a h4 {
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .container2 ul li {
    zoom: 0.8;
  }
  .banner .item .change-title {
    padding-left: 30px;
    font-size: 22px;
  }
  .banner .item h2,
  .banner .link .text {
    padding-left: 30px;
  }
  .container2 ul li a h4 {
    font-size: 12px;
  }
}
