@charset 'utf-8';
body {
  width: 100%;
  background-color: #f2f2f2;
}
.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header img {
  width: 59px;
  height: 54px;
  margin-right: 100px;
}
.header div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.header div span {
  display: block;
  margin: 0 50px;
  font-size: 22px;
}
.header div .header_item_top {
  margin-top: 10px;
  font-size: 12px;
  margin: 0;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  width: 100%;
}
.whatWeDo_top {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 41px;
  color: #999;
  background-color: #fff;
}
.whatWeDo_top .title_us {
  font-family: "Medium";
}
.app_title {
  width: 70%;
  height: 100px;
  margin: 50px auto;
  text-align: end;
  color: #5b9bd5;
  border-bottom: 3px solid #5b9bd5;
}
.app_title > .cn {
  font-size: 36px;
}
.app_title > .us {
  font-size: 24px;
}
.app_conter {
  width: 1244px;
  margin: 50px auto;
}
.app_conter .app_conter_item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 300px;
  margin-bottom: 50px;
}
.app_conter .app_conter_item .title {
  height: 100%;
  width: 744px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app_conter .app_conter_item .center {
  height: 100%;
  width: 500px;
  background-color: #2db2c6;
  color: #fff;
  display: flex;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.app_conter .app_conter_item .center > .type1 {
  font-size: 33px;
  font-family: 'Medium';
}
.app_conter .app_conter_item .center > .type2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.app_conter .app_conter_item .center > .type3 {
  font-size: 18px;
  line-height: 30px;
}
.app_conter .app_conter_item .center > .type4 {
  font-size: 14px;
  line-height: 30px;
}
.products_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 100px;
}
.products_bottom .products_con {
  width: 1105px;
  position: relative;
  margin-top: 50px;
}
.products_bottom .products_con .swiper-container2 {
  overflow: hidden;
  width: 100%;
}
.products_bottom .products_con .swiper-container2 .swiper-slide {
  width: 260px;
  height: 400px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.products_bottom .products_con .swiper-container2 .swiper-slide img {
  width: 100%;
  height: 190px;
}
.products_bottom .products_con .swiper-container2 .swiper-slide p {
  margin: 0 10px;
  color: #999;
}
.products_bottom .products_con .swiper-container2 .swiper-slide > .type1 {
  font-size: 19px;
  color: #5b9bd5;
  font-family: 'Medium';
  margin-top: 10px;
}
.products_bottom .products_con .swiper-container2 .swiper-slide > .type2 {
  font-size: 10px;
  color: #5b9bd5;
}
.products_bottom .products_con .swiper-container2 .swiper-slide > .type3 {
  font-size: 14px;
  text-indent: 28px;
  margin-top: 10px;
  font-family: 'Medium';
  line-height: 18px;
}
.products_bottom .products_con .swiper-container2 .swiper-slide > .type4 {
  font-size: 11px;
  line-height: 18px;
}
.products_bottom .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -60px;
  background-image: url("../images/伯迪鸟官网-35.png");
  background-size: 100% 100%;
}
.products_bottom .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -60px;
  background-image: url("../images/伯迪鸟官网-36.png");
  background-size: 100% 100%;
}
