#web header {
  height: 5.39rem;
  background-image: url("https://qiniu.huitui666.com/huitui2/web/web_banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#web header div {
  display: flex;
  justify-content: space-between;
}
#web header .web_logo {
  width: 2.3rem;
  height: 0.64rem;
  margin-left: 0.45rem;
  margin-top: 0.22rem;
}
#web header .web_menu {
  width: 0.38rem;
  height: 0.31rem;
  margin-right: 0.4rem;
  margin-top: 0.34rem;
}

.menu_box {
  display: none;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 100vh;
  background: #001735;
}
.menu_active {
  display: block;
}
.menu_box_title {
  padding: 0 0.31rem 0 0.24rem;
  height: 0.8rem;
  background: #0151F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_box_title img:first-child {
  width: 1.65rem;
  height: 0.45rem;
}
.menu_box_title img:last-child {
  width: 0.2rem;
  height: 0.2rem;
}
.menu_list {
  padding: 0 0.31rem 0 0.24rem;
}
.menu_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  color: #FFFFFF;
  font-size: 0.3rem;
}
.menu_list_item img {
  width: 0.2rem;
  height: 0.22rem;
}

/* web 业务 */
.web_marshalling {
  padding: 0.48rem 0.28rem;
}
.web_marshalling img {
  width: 100%;
}

/* web 关于我们 */
.web_about_us {
  width: 100%;
}

/* web 客户案例 */
.web_customer_case {
  padding: 0.64rem 0 0 0;
}
.web_case_list {
  /* display: flex; */
  margin-top: 0.4rem;
  /* overflow: hidden; */
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.swiper-slide-visible {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.web_case_list_item {
  transform:rotate(0deg);
  width: 4rem;
  border-radius: 0.2rem;
}

/* web 合作客户 */
.web_partner {
  padding-top: 0.5rem;
}
.web_partner_box {
  padding: 0.4rem 0.3rem 0;
}
.web_partner_box img {
  width: 100%;
}

/* 资讯中心 */
.web_news {
  padding-top: 0.5rem;
}
.web_news_list {
  margin-top: 0.4rem;
}
.web_news_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.33rem 0.4rem;
  flex: 0 0 1;
  background: #F5F5F5;
  margin-bottom: 0.2rem;
}
.news_list_item_left {
  
}
.news_item_title {
  color: #333333;
  font-size: 0.3rem;
}
.date_box {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.date_box img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}
.date_box span{
  color: #999999;
  font-size: 0.24rem;
}
.news_list_item_right {
  width: 1.66rem;
  height: 1.66rem;
  margin-left: 0.34rem;
}


/* 联系电话 */
.contact_number {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  text-align: center;
  line-height: 1.6rem;
  background-image: url("https://qiniu.huitui666.com/huitui2/web/web_contact_us.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.2rem;
  color: #0470FE!important;
  font-size: 0.3rem;
}

/* web 底部 */
#web footer {
  padding: 0 0.41rem;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("https://qiniu.huitui666.com/huitui2/web/web_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#web footer img {
  width: 2.28rem;
  height: 0.63rem;
  margin: 0.4rem 0;
}
.web_footer_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 0.22rem;
  margin-top: 0.27rem;
}
.web_footer_nav a {
  color: #FFFFFF;
}
.links {
  width: 100%;
  text-align: right;
  font-size: 0.18rem;
  margin-top: 0.21rem;
  color: rgba(255, 255, 255, 0.19);
}
.links a {
  color: rgba(255, 255, 255, 0.19);
}
.pla {
  width: 100%;
  height: 1rem;
}

.swiper-pagination {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0;
}
.swiper-pagination-bullet:not(:first-child) {
  margin-left: 0.2rem;
}