article .content .ct1 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 34px auto 0;
  width: 1122px;
  height: 364px;
}
article .content .ct1 img {
  margin-top: 39px;
}
article .content .ct1 .txt {
  position: absolute;
  right: 0;
  padding-top: 30px;
  width: 783px;
  height: 364px;
  background: url(../images/company_pic2.png) no-repeat;
}
article .content .ct1 .txt p {
  margin: 0 auto;
  width: 688px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  text-indent: 40px;
}
article .content .t2 {
  margin-top: 34px;
  margin-bottom: 32px;
}
article .content .showimg {
  width: 100%;
  text-align: center;
}
article .content .t3 {
  margin-top: 56px;
  margin-bottom: 40px;
}
article .content .swbox {
  position: relative;
  width: 1166px;
  height: 500px;
}
article .content .swbox .swiper {
  width: 100%;
  height: 100%;
}
article .content .swbox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
article .content .swbox .swiper-button-next {
  right: 0;
  width: 50px;
  height: 98px;
  background: url(../images/company_sw_rg.png) no-repeat;
}
article .content .swbox .swiper-button-next::after {
  content: "";
}
article .content .swbox .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 98px;
  background: url(../images/company_sw_lf.png) no-repeat;
}
article .content .swbox .swiper-button-prev::after {
  content: "";
}
article .content .t4 {
  margin-top: 45px;
  margin-bottom: 35px;
}
