.icon {
    display: inline-block;
}
.swiper-container .swiper-slide {
    height: 600px;
}
.swiper-container .swiper-slide img {
    width: 100%;
}
.swiper-container >.swiper-pagination-bullets {
    bottom: 30px;
}
.swiper-container .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    background: #3ccba6;
}
.swiper-container2 {
    position: relative;
    overflow: hidden;
}
.swiper-container2 >.swiper-pagination-bullets {
    bottom: 25px;
    text-align: center;
    position: absolute;
}
.swiper-container2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #b5b2b3;
    margin-right: 30px!important;
}
.swiper-container2 .swiper-pagination-bullet-active {
    background: #6b6768;
}
.swiper-container3 {
    overflow: hidden;
    position: relative;
}
.swiper-container3 .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-container3 .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.home-content .banner-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../images/home/banner.png') no-repeat;
    background-size: 100% 100%;
}
.banner-div .banner-wrap {
    width: 1200px;
    margin: 200px auto 0px;
}
.home-content .banner-div h3 {
    font-size: 34px;
    color: #fff;
    padding-bottom: 20px;
}
.home-content .banner-div p {
    font-size: 20px;
    color: #fff;
    padding: 20px 0px 40px;
}
.banner2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-wrap .input-wrap {
    overflow: hidden;
    border-radius: 3px;
    width: 400px;
}
.input-wrap .phone-input {
    padding: 12px;
    background: #fff;
    flex: 1;
}
.input-wrap .phone-input > input {
    font-size: 14px;
    flex: 1;
}
.input-wrap .phone-button {
    background: #3ccba6;
    font-size: 14px;
    color: #fff;
    padding: 12px 14px;
    cursor: pointer;
}
.solution {
    width: 1200px;
    margin: 0 auto;
}
.section-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0px 30px;
    color: #333;
}
.section-title > em {
    /* color: #3ccba6; */
    color: #333;
}
.solution > p {
    color: #8c8c8c;
    text-align: center;
    line-height: 1.8;
}
.solution-list {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    /* padding-top: 80px;
    padding-bottom: 100px; */
    padding: 80px 100px 100px;
}
.solution-item {
    width: 28%;
    height: 300px;
    background: #fff;
    box-shadow: 0px 0px 20px #eee;
    border-radius: 5px;
    border-top: 8px solid #3ccba6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solution-item > span {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.solution-item:last-child {
    margin-right: 0px;
}
.function-wrap {
    width: 100%;
    background: #f0fafa;
}
.function {
    width: 1200px;
    margin: 0 auto;
}
.function > p {
    text-align: center;
}
.function .function-list {
    padding-top: 10px;
    padding-bottom: 80px;
    flex-wrap: wrap;
}
.function .function-item {
    width: 17%;
    height: 160px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.function .function-item > span {
    text-align: center;
    white-space: nowrap;
}
.function .function-item:nth-child(5n) {
    margin-right: 0px;
}
.promote-wrap {
    width: 100%;
    height: 600px;
    background: url('../images/home/bg1.png') no-repeat;
    background-size: cover;
}
.promote {
    width: 1200px;
    margin: 0 auto;
}
.promote > p {
    text-align: center;
}
.promote .promote-list {
    justify-content: space-between;
}
.promote-item {
    width: 100%;
    margin-top: 200px;
}
.promote-item .promote-images {
   width: 130px;
   height: 130px;
   margin: 0 auto;
}
.promote-item .promote-images img {
    width: 100%;
}
.promote-item .promote-last-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.promote-item .promote-last-img > img {
    width: 100%;
}
.promote-item > p {
    color: #333;
    text-align: center;
    padding-top: 20px;
}
.promote-btn {
    width: 200px;
    height: 50px;
    margin: 80px auto;
    display: block;
    border: 2px solid #fff;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.select-wrap {
    width: 100%;
    background: #f7f9f8;
}
.select {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.select .select-image {
    width: 540px;
    height: 475px;
    overflow: hidden;
    margin: 20px auto 40px;
}
.select .select-image > img {
    width: 100%;
    height: 100%;
}
.partner-list-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.partner-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 60px;
}
.partner-item {
    width: 24%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-item img {
    width: 200px;
}
.feedback-wrap {
    width: 100%;
    background: url('../images/home/bg2.png') no-repeat;
    background-size: contain;
}
.feedback-wrap .feedback {
    width: 1200px;
    margin: 0 auto;
}
.feedback-list {
    padding: 10px 60px 30px;
    justify-content: space-between;
}
.feedback-list .feedback-item {
    margin-right: 30px;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 10px 6px #f4f4f4;
}
.feedback-list.feedback-item:last-child {
    margin-right: 0px;
}
.feedback-list .feedback-company {
    padding: 50px 0px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.feedback-list .feedback-charger {
    display: block;
    color: #666666;
    text-align: center;
    position: relative;
}
.feedback-list .feedback-charger::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 6px;
    background: #c4c4c4;
    height: 2px;
    width: 30%;
}
.feedback-list .feedback-charger::after {
    position: absolute;
    content: '';
    right: 3px;
    top: 6px;
    background: #c4c4c4;
    height: 2px;
    width: 30%;
}
.feedback-item > p {
    padding: 26px 20px;
    line-height: 1.6;
    height: 170px;
}
.feedback-item .feedback-images {
    margin: 0px 35px 30px;
    height: 130px;
}
.feedback-item .feedback-images img {
    width: 100%;
    height: 100%;
}
.feedback .feedback-btn {
    display: block;
    margin: 0 auto 30px;
    width: 220px;
    height: 60px;
    border: 1px solid #3ccba6;
    text-align: center;
    line-height: 60px;
    color: #3ccba6;
}
.dynamic-wrap {
    width: 100%;
}
.dynamic {
    width: 1200px;
    margin: 0 auto;
}
.dynamic .dynamic-tabs {
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
}
.dynamic-tabs li {
    width: 33.33%;
    padding-top: 12px;
}
.dynamic-tabs .tabs-wrap {
    padding: 12px 0px 12px 80px;
}
.dynamic-tabs .active {
    background: #3ccba6;
    color: #fff;
    width: 70%;
}
.dynamic-tabs .tabs-wrap h5 {
    font-size: 18px;
    padding-bottom: 10px;
}
.dynamic-tabs .tabs-wrap span {
    display: block;
}
.dynamic-content {
    width: 100%;
}
.dynamic-content > li {
    padding-top: 40px;
    justify-content: space-between;
}
.dynamic-content .dynamic-content-img {
    width: 400px;
    height: 200px;
}
.dynamic-content .dynamic-content-img > img {
    width: 100%;
    height: 100%;
}
.dynamic-content-detail {
    width: 750px;
}
.dynamic-content-detail > h4 {
    font-size: 18px;
    padding: 20px 0px;
}
.dynamic-content-detail > p {
    line-height: 1.8;
    padding-bottom: 30px;
}
.dynamic-content-detail .dynamic-content-time {
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.dynamic-content-time > span {
    font-size: 12px;
}
.dynamic-content-more {
    padding: 15px 0px;
    text-align: right;
    display: block;
}
.dynamic-content-time .time-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #666666;
    vertical-align: middle;
    position: relative;
}
.dynamic-content-time .time-icon::before {
    position: absolute;
    content: '';
    background: #666666;
    width: 1px;
    height: 8px;
    left: 7px;
    top: 0px;
}
.dynamic-content-time .time-icon::after {
    position: absolute;
    content: '';
    background: #666666;
    width: 7px;
    height: 1px;
    right: 0px;
    top: 7px;
}

.icon-phone-icon {
    background: url(../images/home/phone-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
}
.service-icon {
    background: url(../images/home/service-icon.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 60px;
    margin: 40px auto 25px;
}
  .coordination-icon {
    background: url(../images/home/coordination-icon.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 60px;
    margin: 0 auto 30px;
  }
  .function-point8 {
    background: url(../images/home/function-point8.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .icon-after-sale {
    background: url(../images/home/after-sale.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point4 {
    background: url(../images/home/function-point4.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point5 {
    background: url(../images/home/function-point5.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point7 {
    background: url(../images/home/function-point7.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point3 {
    background: url(../images/home/function-point3.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point9 {
    background: url(../images/home/function-point9.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point2 {
    background: url(../images/home/function-point2.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point10 {
    background: url(../images/home/function-point10.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point1 {
    background: url(../images/home/function-point1.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .function-point6 {
    background: url(../images/home/function-point6.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }

.side-icon1 {
    background: url(../images/home/side-icon1.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
}
.side-icon2 {
    background: url(../images/home/side-icon3.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
.side-icon3 {
    background: url(../images/home/side-icon2.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.side-icon4 {
    background: url(../images/home/side-icon4.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 12px;
}
.side {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 9999;
}
.side .side-item {
    position: relative;
    width: 138px;
    height: 78px;
}
.side .side-show-item {
    display: block;
    background: #13435f;
    width: 60px;
    height: 70px;
    position: absolute;
    right: 0px;
    text-align: center;
    padding: 12px 0px;
}
.side .side-show-item > span {
    font-size: 12px;
    color: #fff;
}
.side .side-show-item1 {
    border-radius: 4px 0px 0px 0px;
}
.side .side-show-item3 {
    border-bottom: 0px;
    border-radius: 0px 0px 0px 4px;
}
.side .side-show-item4 {
    border-bottom: 0px;
}
.side .side-item:last-child {
    border-bottom: 0px;
}
.side .side-show-item4 {
    padding-top: 18px;
}
.side .side-item i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.side .side-hover-item > span {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-left: 12px;
}
.side .active{
    background-image: -webkit-linear-gradient(to right,#05d9a6,#15d0db);
    background-image: -o-linear-gradient(to right,#05d9a6,#15d0db);
    background-image: linear-gradient(to right,#05d9a6,#15d0db);
}
.side-hover-item {
    position: absolute;
    right: 0px;
    top: -1px;
    display: flex;
    width: 132px;
    height: 58px;
    padding: 18px 20px;
    align-items: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(to right,#07d9aa,#16d0df);
    background-image: -o-linear-gradient(to right,#07d9aa,#16d0df);
    background-image: linear-gradient(to right,#07d9aa,#16d0df);
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
}
.phone-number {
    width: 180px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #333;
    position: absolute;
    left: -125px;
    top: -5px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}
.phone-number::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    right: -9px;
    background: #fff;
    border: 1px solid #eee;
    border-left: 0px;
    border-top: 0px;
}
.side-code {
    width: 135px;
    height: 160px;
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    position: absolute;
    left: -80px;
    top: -34px;
    border: 1px solid #eee;
}
.side-code p {
    font-size: 14px;
    text-align: center;
}
.side-code img {
    width: 100%;
    height: 114px;
}
.side-code::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 55px;
    right: -8px;
    background: #fff;
    border: 1px solid #eee;
    border-left: 0px;
    border-top: 0px;
}
.customer-service-side {
    position: fixed;
    left: 20px;
    top: 50%;
    background: url(../images/home/customer-service.png) no-repeat;
    background-size: contain;
    width: 350px;
    height: 160px;
    z-index: 9999;
}
.customer-service-side .service-side-hide {
    position: absolute;
    width: 60px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 25px;
    left: 140px;
    top: 50px;
    font-size: 12px;
}
.customer-service-side .consultation {
    position: absolute;
    width: 60px;
    height: 25px;
    border-radius: 3px;
    background: #fff;
    color: #4fd0af;
    text-align: center;
    line-height: 25px;
    right: 60px;
    top: 50px;
    font-size: 12px;
}

/*样式重写*/
.head_rewrite{
    position: unset;
    background-color: white;
}
