.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity ;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity ;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-indicators {
  margin-bottom: 30px;
}
@keyframes moveWidth {
  0% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    background: #3b0cf1;
    height: 100%;
  }
}


/* banner */
.banner{
  width: 100%; overflow: hidden; position: relative;
}
.bannerSwiper img{
  display: block; width: 100%;
}
.bannerSwiper .swiper-pagination{
  bottom: .3rem;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
  width: 10px; height: 10px; border: 1px solid #fff; background: transparent; opacity: 1;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff;
}

.nav {
  width: 15rem;
  position: relative;
  z-index: 1;
}
.nav .nav-menu {
  padding: 0 20px;
  margin: 1.1rem auto 0;
  width: 100%;
}
.nav .nav-menu li {
  padding: 0;
}
.nav .nav-menu li div {
  box-sizing: border-box;
  padding: 0.2rem 0.4rem;
  width: 6.7rem;
  height: 1.6rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  border: 1px solid #cacaca;
  box-shadow: 0px 2px 1px #cacaca;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #fff;
}
.nav .nav-menu li div img {
  width: 0.8rem;
  height: 0.8rem;
}
.nav .nav-menu li div p {
  font-size: 0.48rem;
  padding-left: 10px;
  padding-bottom: 0;
  margin: 0;
  font-family: 微软雅黑;
  font-weight: bold;
}

.home_intro_welcome {
  padding: 20px 0 18px 0;
}
.home_intro_welcome .big_title {
  text-align: center;
}
.home_intro_welcome .big_title .w-title h3 {
  font-size: 0.82rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.home_intro_welcome .big_title .w-title h3::after {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10.3rem;
  height: 3px;
  display: inline-block;
  background: url(../img/indexImg/line.png);
  background-size: 10.3rem 3px;
}
.home_intro_welcome .big_title h5 {
  font-size: 0.5rem;
  color: #3B0CF1;
  padding-top: 0.6rem;
}
.home_intro_welcome .big_title p {
  font-size: 0.48rem;
  padding: 0 0.84rem;
  margin-top: .3rem;
}
.introduce {
  width: 15rem; background: #f5f3fe; padding-bottom: .5rem;
}
.introduce .intro li {
  text-align: center;
}
.introduce .intro li img {
  width: 13.1rem;
  height: 9.38rem;
  margin: 0.92rem 0.64rem;
}
.introduce .intro li p:nth-of-type(1) {
  font-size: 0.64rem;
  position: relative;
}
.introduce .intro li p:nth-of-type(1)::after {
  position: absolute;
  content: "";
  top: 0.94rem;
  height: 4.7px;
  width: 1.158rem;
  display: inline-block;
  background: #3c0ef1;
  left: 50%;
  transform: translateX(-50%);
}
.introduce .intro li p:nth-of-type(2) {
  margin-top: 0.48rem;
  font-size: 0.48rem;
}
.introduce .intro li:nth-of-type(2) {
  margin: 1.32rem 0 1.12rem;
}
.warehouse {
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  background: url(../img/indexImg/bg.png);
}
.warehouse .warehouse-cont {
  display: flex;
  align-items: center;
  background-color: #3b0cf1;
  margin: 0.2rem;
  padding: .4rem 0;
}
.warehouse .warehouse-cont .left_cont {
  margin: 0 0.56rem 0 0.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 2rem;
}
.warehouse .warehouse-cont .left_cont img {
  width: 1rem;
  height: 1rem;
}
.warehouse .warehouse-cont .right_cont {
  width: 10.6rem;
  color: #fff;
}
.warehouse .warehouse-cont .right_cont h5 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0.72rem;
}
.warehouse .warehouse-cont .right_cont p {
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.72rem;
}
.home_intro_local {
  width: 14.04rem;
  margin: 0 auto;
}
.home_intro_local .local_cont {
  padding: 0.82rem 0 1rem 0.86rem;
  display: flex;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 4px 10px #ececec;
  border-radius: 8px;
  margin-bottom: 10px ;
}
.home_intro_local .local_cont .local_left h4,
.home_intro_local .local_cont .local_right h4 {
  font-size: 0.48rem;
  color: #3B0CF1;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
.home_intro_local .local_cont .local_left img,
.home_intro_local .local_cont .local_right img {
  width: 5.14rem;
  height: 2.96rem;
}
.home_intro_local .local_cont .local_right {
  margin: 0 28px;
}
.home_intro_local .local_cont .local_left p,
.home_intro_local .local_cont .local_right p {
  font-size: 0.48rem;
  color: #333;
  margin-top: .2rem;
}
.banner_erp .carousel-inner {
  padding-bottom: 0.2rem;
}
.banner_erp .carousel-inner>.item>img{
  display: block;
  width: 95%;
  margin: 0 auto .4rem;
  box-shadow: 0 0 .2rem rgba(150,150,150,.5);
}
.banner_erp .carousel-inner .erp_icon {
  margin: 0 auto;
  width: 95.5%;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 0.5rem 0.6rem;
}
.banner_erp .carousel-inner .erp_icon .erp_icon_img {
  display: flex;
  align-items: center;
}
.banner_erp .carousel-inner .erp_icon .erp_icon_img img {
  width: 1.02rem;
  height: 1.02rem;
}
.banner_erp .carousel-inner .erp_icon .erp_icon_img h3 {
  margin: 0;
  font-size: 0.6rem;
  margin-left: 0.4rem;
  font-weight: bold;
}
.banner_erp .carousel-inner .erp_icon .line {
  width: 100%;
  height: 3px;
  background: #e9edf0;
  margin: 0.54rem 0;
  font-size: 0.36rem;
}
.banner_erp .carousel-inner .erp_icon .line .progress {
  height: 100%;
  background: #3b0cf1;
  animation: moveWidth 5s linear;
}
.banner_erp .carousel-inner .erp_icon p {
  font-size: 0.5rem;
}
.partner_box {
  background: #f5f3fe;
  padding: 0.6rem;
}
.partner_box .partner_cont {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.partner_box .partner_cont li {
  flex: 50%;
  display: flex;
  width: 6.46rem;
  height: 2.86rem;
  justify-content: center;
  align-items: center;
}
.partner_box .partner_cont li .partner_imgbox {
  box-shadow: 0px 4px 10px 1px #dddbe5;
  background: #fff;
}
.partner_box .partner_cont li .partner_imgbox img {
  width: 4.4rem;
  height: 1.18rem;
  margin: 0.6rem 1rem;
}
.home_join .join_cont {
  background: url(../img/indexImg/join.png);
  height: 5.76rem;
  background-size: 15rem 5.76rem;
  text-align: center;
}
.home_join .join_cont .join-logo img {
  margin-top: 0.24rem;
  width: 1.66rem;
  height: 2.2rem;
}
.home_join .join_cont .join-txt {
  color: #fff;
  margin-bottom: .3rem;
}
.home_join .join_cont .join-txt h3 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 0;
}
.home_join .join_cont .join-txt p {
  font-size: 0.32rem;
}
.home_join .join_cont .join-reginst a {
  display: inline-block;
  padding: 0.18rem 0.5rem 0.18rem 0.5rem;
  background: #fff;
  color: #3B0CF1;
}
.conpany_intro {
  background: #f5f3fe;
  width: 15rem;
}
.conpany_intro .conpanyshow {
  padding-top: 0.92rem;
  padding-left: 0.66666667rem;
}
.conpany_intro .conpanyshow img {
  width: 6.86rem;
  height: 5.36rem;
}
.conpany_intro .conpany_profile .conpany_profile_title {
  background: #3b0cf1;
}
.conpany_intro .conpany_profile .conpany_profile_title h3 {
  color: #fff;
  font-size: 0.6rem;
  padding: 0.2rem 0 0.2rem 0.6rem;
}
.conpany_intro .conpany_profile .conpany_profile_title h3 span {
  font-size: 0.36rem;
  padding-left: 0.2rem;
}
.conpany_intro .conpany_profile .conpany_profile_content {
  padding: 0.18rem 0.5rem 0.34rem 0.5rem;
}
.conpany_intro .conpany_profile .conpany_profile_content p {
  font-size: 0.48rem;
  line-height: 0.72rem;
}
.conpany_intro .company_img {
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem 0.68rem;
}
.conpany_intro .company_img img {
  display: block;
  width: 31%;
}

.more{
  display: block; width: 33%; height: 1.2rem; font-size: .6rem; border-radius: 1.2rem; text-align: center; line-height: 1.2rem; margin: .5rem auto; text-decoration: none; box-sizing: border-box; background: #3b0cf1; color: #fff;
}
.more:hover{
  color: #fff;
}
