.part {
  width: 1400px;
  /*   background:rgba(255, 255, 255, 0.8); */
  box-sizing: border-box;
  margin: 0 auto;
}
.title img {
  margin: 0 auto;
}
/* .more{
  position: absolute;
  right:0;
  top:30px;
} */
.hzdt {
  position: relative;
  margin-bottom: 80px;
}
.hzdt .wrap {
  height: 340px;
  overflow: hidden;
}
.hzdt ul {
  width: 1310px;
  margin: 40px auto;
}
.hzdt ul li {
  border-bottom: 1px solid #c1c1c1;
  position: relative;
  padding-left: 20px;
}
.hzdt ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.hzdt p {
  color: #333;
  font-size: 18px;
  line-height: 60px;
}
.hzdt p span {
  float: right;
}
.hzdt .getmore {
  width: 44px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  animation: all 5s infinite;
}
.hzdt .getmore img {
  width: 30px;
  margin: 0 auto;
}
.hzdt .getmore.open {
  transform: rotate(180deg);
}
.brand {
  width: 1400px;
  height: 688px;
  background: url(../images/cooperate_bg.png) no-repeat center;
  padding: 60px 50px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.brand .left {
  float: left;
  width: 340px;
}
.brand .left img {
  width: 228px;
  margin: 0 auto;
}
.brand .right {
  float: left;
  width: 930px;
}
.brand .right p {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
  padding: 10px 0;
}
.brand .right p a {
  color: #3983cf;
}
.banner {
  position: relative;
}
.banner .swiper {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 80px;
}
.banner .swiper img {
  width: 100%;
}
.banner .swiper .swiper-slide {
  transform: scale(1);
}
.banner .swiper .swiper-slide-active {
  transform: scale(1.4);
  z-index: 3 !important;
}
.banner .swiper .swiper-slide-next {
  z-index: 2;
}
.banner .swiper-pagination-bullet {
  width: 26px;
  margin: 0 6px;
  height: 3px;
  border-radius: 0;
  background: #4285f4;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dbc194;
}
.banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  /*  left:0; */
  background: url(../images/left.png) no-repeat center;
}
.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  /*   right:0; */
  background: url(../images/right.png) no-repeat center;
}
.banner .swiper-pagination {
  position: relative;
  bottom: 100px;
}
