* {
  padding: 0;
  margin: 0;
}

.swiper-container {
  min-width: 1550px;
  min-height: 900px;
  /* position: fixed; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f8f8f8;
}

.swiper-container .ios,
.swiper-container .android,
.swiper-container .weChat {
  width: 100%;
  height: 900px;
  background: url("../index_img/banner1.png");
  background-size: 100% 100%;
  position: relative;
}

.swiper-container .android {
  background: url("../index_img/banner2.png");
  background-size: 100% 100%;
}

.swiper-container .weChat {
  background: url("../index_img/banner3.png");
  background-size: 100% 100%;
}

/*Swiper原样式 */
.swiper-button-prev {
  background-image: url("../index_img/arrow_left.png");
}

/*改变了颜色和加粗的样式*/
.swiper-button-next {
  background-image: url("../index_img/arrow_right.png");
}

.logo {
  width: 72px;
  height: 72px;
  margin: 22px 0 0 60px;
}

.logo2 {
  width: 235px;
  height: 72px;
}

.log_right {
  position: absolute;
  right: 25px;
  top: 33px;
}

.anniu,
.anniu1,
.anniu2,
.anniu3
 {
  height: 48px;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 48px;
  float: left;
  padding: 0 16px;
  margin-right: 25px;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

.anniu .pingguo_img,
.anniu1 .anzhuo_img,
.anniu2 .weixin_img,
.anniu3 .lianxi_img {
  vertical-align: middle;
}

.content_img {
  position: absolute;
  right: 130px;
  top: 100px;
  width: 790px;
  height: 700px;
}

.content_img3 {
  top: 160px;
}

.content {
  margin-top: 310px;
  margin-left: 210px;
}

.content_top {
  font-size: 70px;
  color: #fff;
}

.content_bottom {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
}

.erweima {
  width: 135px;
  height: 135px;
  border: 1px solid #fff;
  border-radius: 9px;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
}

.erweima img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lianxi{
  width: 198px;
  background: #fff;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9px;
  color: #3c9df4;
  font-size: 14px;
  padding: 8px 0 8px 8px;
  display: none;
}
.lianxi_gongsi,
.lianxi_ren,
.lianxi_dianhua{
  vertical-align: middle;
  line-height: 32px;
}

.lianxi_dizhi{
  vertical-align: middle;
  line-height: 22px;
}

.img_01,
.img_02,
.img_03{
  min-width: 1550px;
}
.img_01 img,
.img_02 img,
.img_03 img {
  width: 100%;
  height: 100%;
}