.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Home-banner {
  position: relative;
  left: 0;
}
.Home-banner .swiper-banner .item img {
  width: 100%;
}
.Home-banner .swiper-banner .banner-page {
  bottom: 24px;
}
.Home-banner .swiper-banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
}
.Home-banner .swiper-banner .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  margin-bottom: 2.5px;
}
.moreBtn {
  display: block;
  width: 44px;
  height: 43px;
  background: url(../images/arr-btn2.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
}
.moreBtn:hover {
  background-image: url(../images/arr2-highlight.png);
}
.list_filter_scroll {
  background-color: #fff;
}
.list_filter {
  margin-top: 36px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.list_filter .swiper-slide {
  padding: 16px 0;
}
.list_filter .swiper-slide:last-child .filter_item {
  border-right: 0;
}
.list_filter .swiper-slide:hover {
  background-color: #f4fbfb;
}
.list_filter .filter_item {
  flex: 1  0 200px;
  padding: 0 20px;
  height: 126px;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
}
.list_filter .filter_item p {
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.product_wrapper .product_body .product_item {
  display: none;
}
.product_wrapper .product_body .category span {
  display: inline-block;
}
.product_wrapper .category span {
  position: relative;
  display: inline-block;
  margin: 0 18px;
  padding: 20px 0;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.product_wrapper .category span.active {
  color: #222;
}
.product_wrapper .category span.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
.product_wrapper .category_list {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 48px;
}
.product_wrapper .category_list li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}
.product_wrapper .category_list li:hover .inner {
  border-color: #0f89e1;
}
.product_wrapper .category_list li:hover .img img:first-child {
  display: none;
}
.product_wrapper .category_list li:hover .img img:last-child {
  display: block;
}
.product_wrapper .category_list li:hover .dec .t {
  color: #108ee9;
}
.product_wrapper .category_list li:hover .dec .more {
  background-color: #108ee9;
}
.product_wrapper .category_list li:hover .dec .more a {
  color: #fff;
}
.product_wrapper .category_list .inner {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #e1e6f0;
  border-radius: 8px;
}
.product_wrapper .category_list .inner .hots_ico {
  position: absolute;
  left: 20px;
  top: 20px;
}
.product_wrapper .category_list .img {
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
}
.product_wrapper .category_list .img a {
  display: block;
  width: 100%;
}
.product_wrapper .category_list .img img {
  width: 100%;
}
.product_wrapper .category_list .dec {
  padding: 46px 40px 0;
  height: 250px;
}
.product_wrapper .category_list .dec .t {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product_wrapper .category_list .dec .xinghao {
  margin-top: 15px;
  color: #7b7b7b;
  font-size: 16px;
}
.product_wrapper .category_list .dec .more {
  margin-top: 18px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #e7f3fc;
  border-radius: 5px;
  text-align: center;
}
.product_wrapper .category_list .dec .more a {
  font-size: 16px;
  color: #0f89e1;
  display: block;
}
.product_wrapper .seemore {
  margin-top: 10px;
  line-height: 38px;
  border-radius: 30px;
  font-size: 18px;
  color: #000;
  display: inline-block;
  padding: 0 22px;
}
.product_wrapper .seemore img {
  margin-left: 10px;
}
.section_about {
  position: relative;
}
.section_about .home_title {
  text-align: left;
}
.section_about .home_title .t::before {
  left: 0;
  transform: translateX(0);
}
.home_video_wrapper .leo-6 {
  width: 50%;
  float: left;
}
.home_video_wrapper .leo-6 {
  width: 50%;
  float: left;
}
.home_video_wrapper .about_left_text {
  max-width: 625px;
  padding-right: 0;
  color: #000;
}
.home_video_wrapper .about_left_text .info {
  max-width: 600px;
  margin-top: 45px;
}
.home_video_wrapper .about_left_text .info .t {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.home_video_wrapper .about_left_text .info p {
  font-size: 16px;
  color: #bbdbf6;
  line-height: 26px;
  color: #222222;
}
.home_video_wrapper .about_left_text .info .btn-move {
  display: block;
  width: 140px;
  height: 60px;
  margin-top: 26px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #0f89e1;
  text-align: center;
  border-radius: 4px;
}
.home_video_wrapper .about_left_text .right_data_box {
  padding-top: 20px;
  padding-bottom: 12px;
  margin-top: 38px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.home_video_wrapper .about_left_text .right_data_box ul {
  position: relative;
  z-index: 2;
}
.home_video_wrapper .about_left_text .right_data_box li {
  position: relative;
  width: 33.33%;
  float: left;
  box-sizing: content-box;
  color: #222222;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
  box-sizing: border-box;
}
.home_video_wrapper .about_left_text .right_data_box li:nth-child(1) {
  padding-left: 0;
}
.home_video_wrapper .about_left_text .right_data_box li:nth-child(4) {
  padding-left: 0;
}
.home_video_wrapper .about_left_text .right_data_box li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.home_video_wrapper .about_left_text .right_data_box li:last-child::after {
  display: none;
}
.home_video_wrapper .about_left_text .right_data_box li .num-item {
  margin-bottom: 3px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
}
.home_video_wrapper .about_left_text .right_data_box li .text-white {
  color: #fff;
}
.home_video_wrapper .leo_video_box {
  position: relative;
}
.home_video_wrapper .leo_video_box .video_cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home_video_wrapper .leo_video_box .video_cover .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_video_wrapper .leo_video_box .play_btn {
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 156px;
  height: 140px;
  color: #fff;
  background: url(../images/play_bg.png) no-repeat;
  padding-top: 24px;
  text-align: center;
}
.home_video_wrapper .leo_video_box .play_btn img {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
.home_video_wrapper .leo_video_box .play_btn div {
  font-size: 20px;
  font-weight: bold;
}
.home_video_wrapper .video_right_text {
  margin-left: 26%;
  padding-top: 106px;
}
.section_factory {
  padding-top: 76px;
  padding-bottom: 90px;
}
.section_factory .facBody {
  position: relative;
}
.section_factory .facBody .swiper-wrapper {
  box-sizing: border-box;
}
.section_factory .facBody .factory-next,
.section_factory .facBody .factory-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.section_factory .facBody .factory-next::after,
.section_factory .facBody .factory-prev::after {
  display: none;
}
.section_factory .facBody .factory-next:hover,
.section_factory .facBody .factory-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.section_factory .facBody .factory-next {
  right: -90px;
  transform: rotate(180deg);
}
.section_factory .facBody .factory-prev {
  left: -90px;
}
.section_factory .swiper-factory .imgbox {
  overflow: hidden;
}
.section_factory .swiper-factory .imgbox img {
  width: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.section_factory .factory_wrap .info {
  margin-top: 44px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #363e49;
  margin-left: auto;
  margin-right: auto;
}
.section_factory .factory_wrap .info span {
  color: #0f89e1;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.honor_wrapper {
  margin-top: 76px;
}
.section_honor {
  padding-bottom: 102px;
  padding-top: 90px;
  background: url(../images/honor_bg.jpg) no-repeat center top;
}
.section_honor .honor_title {
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #222;
}
.section_honor .honor_title span {
  color: #0f89e1;
}
.swiper-father {
  position: relative;
}
.swiper-honor-next,
.swiper-honor-prev {
  width: 41px;
  height: 42px;
  background: url(../images/arrow.png) no-repeat center / 100%;
  opacity: 1;
  z-index: 5;
}
.swiper-honor-next:hover,
.swiper-honor-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.swiper-honor-next {
  right: -90px;
  transform: rotate(180deg);
}
.swiper-honor-prev {
  left: -90px;
}
.section_honor .swiper-slide .img {
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
  border: 4px solid #dddddd;
}
.section_honor .swiper-slide .img span img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.section_honor .swiper-slide .img > img {
  width: 100%;
}
.section_honor .swiper-slide .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}
.section_honor .swiper-slide .img:hover span {
  opacity: 1;
}
.section_honor .swiper-slide p {
  overflow: hidden;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
}
.bigimg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
}
.bigimg > img {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* text-align: center; */
    width: auto;
    height: 80%;
}
.section_honor .swiper-slide .text {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 14px;
}
.video-files {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.video-files .main {
  height: 50%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-files .main .close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
.video-files .main .close::before,
.video-files .main .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px;
}
.video-files .main .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-files .main video {
  background: #000;
  width: 100%;
  height: 56vh;
}
@media (max-width: 768px) {
  .video-files .main video {
    height: 100%;
  }
  .video-files .main {
    max-height: 320px;
  }
  .video-files .main .close {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .video-files .main {
    max-height: 280px;
  }
}
.home_title {
  text-align: center;
  line-height: 1;
}
.home_title .titleImg {
  margin-bottom: 12px;
}
.home_title div {
  color: #363e49;
  font-weight: bold;
  font-size: 36px;
}
.home_title p {
  margin-top: 14px;
  font-size: 16px;
  color: #7b7b7b;
}
.section_product {
  padding-top: 84px;
  padding-bottom: 102px;
}
.index_case_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index_case_row .right_arr {
  width: 110px;
  height: 53px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.index_case_row .right_arr:hover {
  color: #0f89e1;
}
.index_case_row .right_arr:hover .arr3 {
  background-image: url(../images/arr2-highlight.png);
}
.index_case_row .right_arr .pages_r {
  height: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.index_case_row .right_arr .pages_r span {
  margin: 0 5px;
}
.index_case_row .right_arr .pages_r .cur {
  color: #0f89e1;
}
.index_case_row .right_arr .arrows_Btn {
  top: 0;
  margin-top: 0;
}
.index_case_row .right_arr .arrows_Btn:nth-child(1) {
  right: 0px;
}
.index_case_row .right_arr .arrows_Btn:nth-child(2) {
  right: 0;
  transform: rotate(180deg);
}
.index_case_row .right_arr a {
  color: #333;
}
.index_case_row .arrows_Btn {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow.png);
  background-size: 100%;
  z-index: 1;
}
.index_case_row .arrows_Btn:hover {
  background-image: url(../images/arrow-hover.png);
  border-color: #0f89e1;
}
.index_case_row .home_title {
  text-align: left;
}
.section_Projects {
  padding-top: 104px;
  padding-bottom: 90px;
}
.section_Projects .home_title {
  text-align: left;
}
.section_Projects .home_title a {
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #108ee9;
  margin-top: 40px;
  border-radius: 6px;
}
.section_Projects .customer_title {
  position: relative;
  z-index: 1;
  width: 470px;
  float: left;
}
.section_Projects .customer_title .home_title {
  width: 100%;
}
.section_Projects .customer_title .home_title div {
  max-width: 386px;
  line-height: 46px;
}
.section_Projects .customer_title .customer_map {
  margin-top: 55px;
}
.section_Projects .customer_title .customer_map img {
  max-width: 100%;
}
.section_Projects .customer_list {
  width: calc(100% - 470px);
  float: right;
}
.section_Projects .customer_list .swiper-container {
  height: 600px;
}
.section_Projects .customer_list .item {
  margin-bottom: 32px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.section_Projects .customer_list .item:hover {
  background-color: #ffffff;
}
.section_Projects .customer_list .item:hover .dec .t {
  color: #0f89e1;
}
.section_Projects .customer_list .item:hover .dec .md {
  color: #fff;
  background-color: #0f89e1;
}
.section_Projects .customer_list .item .img {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  overflow: hidden;
}
.section_Projects .customer_list .item .img img {
  width: 100%;
}
.section_Projects .customer_list .item .dec {
  max-width: 644px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 290px);
  padding-left: 28px;
  padding-top: 16px;
  box-sizing: border-box;
}
.section_Projects .customer_list .item .dec .t {
  margin-bottom: 14px;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.section_Projects .customer_list .item .dec .t a {
  color: inherit;
}
.section_Projects .customer_list .item .dec .c {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section_Projects .customer_list .item .dec .spanitem {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.section_Projects .customer_list .item .dec .spanitem img {
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.section_Projects .swiper-customer .item {
  display: block;
  border: 4px solid #eee;
  border-radius: 6px;
  padding: 30px 25px;
}
.section_Projects .swiper-customer .item:hover {
  background-color: #0f89e1;
  border-color: #0f89e1;
}
.section_Projects .swiper-customer .topitem {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-bottom: 18px;
  border-bottom: 1px dashed #eee;
}
.section_Projects .swiper-customer .topitem .img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.section_Projects .swiper-customer .dec {
  min-height: 348px;
  padding: 18px 0;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.section-why {
  margin-bottom: 92px;
}
.section-why .inner {
  display: flex;
  background-color: #e7e9ee;
}
.section-why .imgdata {
  flex: 0 0 64%;
}
.section-why .imgdata li {
  display: none;
}
.section-why .imgdata .active {
  display: block;
}
.section-why .imgdata img {
  max-width: 100%;
}
.section-why .why-right {
  padding: 0 40px;
  flex: 0 0 36%;
}
.section-why .home_title {
  padding-top: 70px;
  padding-bottom: 42px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.section-why .whyList li {
  margin-bottom: 8px;
  line-height: 76px;
  cursor: pointer;
}
.section-why .whyList figure,
.section-why .whyList p {
  display: inline-block;
  vertical-align: middle;
}
.section-why .whyList figure {
  padding-left: 26px;
  padding-right: 30px;
}
.section-why .whyList figure img {
  filter: brightness(0);
}
.section-why .whyList p {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
}
.section-why .whyList .active {
  background-color: #0f89e1;
}
.section-why .whyList .active p {
  color: #fff;
}
.section-why .whyList .active img {
  filter: brightness(100);
}
.section_news {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 84px;
  padding-bottom: 88px;
  background-color: #e7e9ee;
}
.section_news .index_case_row {
  margin-bottom: 44px;
}
.section_news .home_title {
  max-width: 418px;
  line-height: 46px;
}
.section_news .home-news .item {
  display: block;
  transition: all 0.25s ease-in;
  text-decoration: none;
  overflow: hidden;
}
.section_news .home-news .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_news .home-news .item:hover .dec .t {
  color: #0f89e1;
}
.section_news .home-news .img {
  overflow: hidden;
}
.section_news .home-news .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  max-height: 300px;
    object-fit: cover;
    min-height: 300px;
}
.section_news .home-news .dec {
  padding-top: 32px;
  box-sizing: border-box;
}
.section_news .home-news .dec .t {
  margin-bottom: 16px;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_news .home-news .dec .p {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section_news .home-news .dec span {
  margin-top: 12px;
  font-size: 14px;
  color: #108ee9;
  display: block;
}
.section_news .news-page {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
.section_news .news-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8f8f8f;
  margin: 0 4px;
  opacity: 1;
}
.section_news .news-page .swiper-pagination-bullet-active {
  background-color: #0f89e1;
}
.section-customers {
  padding-top: 86px;
  padding-bottom: 88px;
}
.section-customers .home_title div {
  font-size: 30px;
  color: #363e49;
  font-weight: normal;
}
.section-customers .home_title div span {
  color: #108ee9;
}
.section-customers ul {
  margin: 0 -6px;
  margin-top: 55px;
}
.section-customers ul li {
  width: 20%;
  float: left;
  padding: 0 16.5px;
  box-sizing: border-box;
}
.section-customers ul li div {
    border: 1px solid #eeeeee;
  margin-bottom: 24px;
  text-align: center;
}
.section-customers ul li div:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.section-customers ul li div img {
    padding: 17px;
}
.section-customers .customer {
  margin-top: 10px;
}
.section-customers .customer img {
  width: 100%;
}
.section-customers .swiper-wrapper {
  flex-direction: row;
}
.section-customers .swiper-wrapper .swiper-slide {
  padding: 6px;
}
.section-customers .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.section-customers .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
  background-color: #8f8f8f;
  outline: none ;
}
.section-customers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f89e1;
}
/*客服*/
.additional-features {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 200;
  /* width: 80px;*/
  box-sizing: border-box;
  /*  display:none;*/
  border-bottom: 0;
}
.additional-features.show {
  display: block;
}
.additional-features li {
  width: 64px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  /* margin-bottom:2px;*/
  border: 1px solid #ddd;
  margin-top: -2px;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s linear;
  box-sizing: border-box;
}
.additional-features li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.additional-features li:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/*.additional-features li.kf{
  background-color: #00b43c;
}
.additional-features li.kf:hover{
  background-color: #009632;
}*/
/*.additional-features li.db {
  padding-top:16px;
  height:68px;
}*/
.additional-features li.xx .xx-dot {
  position: absolute;
  display: block;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  background-color: #ff1e00;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.additional-features li.rx .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -252px;
  bottom: 0;
  width: 238px;
  height: 60px;
}
.additional-features li.rx.active .revi-hotline-wrapper {
  display: block;
}
.additional-features li.rx .revi-hotline {
  position: absolute;
  left: 0;
  width: 238px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  text-align: center;
}
.additional-features li.rx .revi-hotline::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(../images/slide_arr.png) no-repeat center;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.additional-features li.rx .revi-hotline h3 {
  font-size: 16px;
  font-family: 'fradm';
  margin: 20px 0 ;
}
.additional-features li.rx .revi-hotline h3 a{
    color: #333;
}
.additional-features li.rx .revi-hotline h3 a:hover{
    color: #108ee9;
}

.additional-features li.rx .revi-hotline h4 {
  font-weight: normal;
  font-size: 13px;
}
.additional-features li.xz .xz-ewm {
  display: none;
  position: absolute;
  top: -80px;
  left: -156px;
  width: 132px;
  height: 132px;
  border: 1px solid #e0e0e0;
}
.additional-features li.xz .xz-ewm::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(../images/slide_arr.png) no-repeat center;
  position: absolute;
  right: -9px;
  bottom: 20px;
}
.additional-features li.xz .xz-ewm img {
  width: 100%;
}
.additional-features li.xz.active .xz-ewm {
  display: block;
}
.additional-features li p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.additional-features li .additional-icon {
  margin: 0 auto ;
  width: 36px;
  height: 36px;
  /*  background: url("../images/tiny-icon.png");
  background: url("../images/tiny-icon@1x.png")\9;
  background-size: 72px 591px;*/
}
.additional-features li .additional-icon.icon1 {
  background: url(../images/right_pic1.png) center center no-repeat;
}
.additional-features li .additional-icon.icon2 {
  background: url(../images/right_pic2.png) center center no-repeat;
}
.additional-features li .additional-icon.icon3 {
  background: url(../images/right_pic3.png) center center no-repeat;
}
.additional-features li .additional-icon.icon4 {
  background: url(../images/right_pic4.png) center center no-repeat;
}
.additional-features li .additional-icon.icon5 {
  background: url(../images/right_pic5.png) center center no-repeat;
}
.additional-features li .additional-icon.icon6 {
  background: url(../images/right_pic6.png) center center no-repeat;
}
.additional-features li.active {
  background-color: #efefef;
}
.additional-features li.active span {
  display: none;
}
.additional-features li.active p {
  color: #fff;
}
.additional-features li.opa-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
@media screen and (max-width: 1440px) {
  /*客服*/
  .additional-features li .additional-icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .additional-features {
    display: none!important;
  }
}
