@charset "UTF-8";
/*all*/
@font-face {
  font-family: "iconfont";
  /* project id 2350513 */
  src: url("");
  src: url("?#iefix") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-next,
.swiper-button-prev {
  outline: 0 !important;
  display: block;
  margin-right: -7px;
}

.a-none{cursor: default;}
.c-000{color:#000}
.c-888{color:#888}
.card-img-top {
  position: relative;
}
.card-img-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-prev .swiper-button-prev {
    height: auto;
    width: 30px !important;
    margin-top: 0;
    color: #fff;
    padding: 1rem 0.7rem;
    background: #161616;
    transform: translateY(-50%);
}

.solu_details .swiper-button-next.button_prev, .solu_details .swiper-button-prev.button_next {
	color:#fff;
	background:#161616
}
.parents_container{
	position: relative;
}
.solu_details .swiper-button-next.button_prev{
	right: -33px
}
.solu_details .swiper-button-prev.button_next{
	left: -40px
}
p{
    text-align: justify;
}

/*color*/
.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 1.125rem;
}


.f-25{font-size:20px}
@media (max-width: 1200px) {
  .f-18 {
    font-size: calc(1.0125rem + 0.15vw);
  }
  .swiper-button-next,
.swiper-button-prev {

  display:block;
      color: #fff;
    background: #161616;
    font-size: calc(1.125rem + 1.5vw);
}
}

.f-20 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .f-20 {
    font-size: calc(1.025rem + 0.3vw);
  }
}

.f-22 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .f-22 {
    font-size: calc(1.0375rem + 0.45vw);
  }
}

.f-24 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .f-24 {
    font-size: calc(1.05rem + 0.6vw);
  }
}

.f-30 {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .f-30 {
    font-size: calc(1.0875rem + 1.05vw);
  }
}

/*字体自适应*/
h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.15rem + 1.8vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.1rem + 1.2vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.075rem + 0.9vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.05rem + 0.6vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(1.025rem + 0.3vw);
  }
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.025rem + 0.3vw);
  }
}

.display-1 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.5rem + 6vw);
  }
}

.display-2 {
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.45rem + 5.4vw);
  }
}

.display-3 {
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.35rem + 4.2vw);
  }
}

.display-4 {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.25rem + 3vw);
  }
}

.c-fff {
  color: #fff;
}

.c-main {
  color: #161616;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.line-height2 {
  line-height: 2;
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  transform: scale(1);
  transition: 0.4s all ease-in-out;
}
.img-hover:hover img {
  transform: scale(1.1);
}

.bg-main {
  background-color: #161616;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #161616;
}

* {
  outline: 0 !important;
  font-family: "ArialMT", arial, Microsoft YaHei, "微软雅黑", "宋体";
}

body {
  font-size: 16px;
  font-size: 1rem;
}

.container {
  width: 1200px;
  max-width: 100%;
}

/*header*/
.header-top {
  position: relative;
  z-index: 1051;
  background-color: #161616;
  color: #bfd7eb;
}
.header-top a {
  color: #bfd7eb;
}
.header-top a:hover {
  color: #fff;
}
.header-top a.reg-btn {
  background-color: #eb7424;
}
.header-top a.reg-btn:hover {
  background-color: #da6a20;
}
.header-top a.btn-link {
  line-height: 50px;
}
.header-top .dropdown a {
  font-size: 0.875rem;
}

.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1039;
  background: transparent;
}

.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.header-shadow {
  box-shadow: 1px 2px 4px 0px #f1f1f1;
}

body.No-fixed .header {
  position: relative;
  background: #101010;
}

body.No-fixed .header .navbar {
  min-height: auto;
}

body.No-fixed .footer-top {
  display: none;
}

.header .navbar {
  min-height: 5vw;
  padding-top: 0;
  padding-bottom: 0;
}

.headroom--top .navbar {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.headroom--not-top .header-sticky {
  position: fixed !important;
  top: 0;
}

.headroom--not-top .header-color {
  background: #fff;
}

.navbar-dark .navbar-brand p small {
  letter-spacing: 3px;
}
.navbar-dark .navbar-brand p small.dark-text {
    font-size: 16px !important;
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-align: center;
  position: relative;
}

.nav-item {position: relative; z-index: 1;}
/*.nav_down{position: absolute; top: 105%; right: -350px; width: 700px; background: #fff;opacity: 0.8;padding: 10px; display: none;z-index: 10;}*/
.nav_down{position: absolute; top: 105%; width:auto;left:50%;transform:translateX(-50%);background: #fff;opacity: 0.8;padding: 10px; display: none;z-index: 10;}
.navbar-expand-lg .navbar-nav>li:nth-child(3) .nav_down{
    /*width: 400px;*/
    /*right: -200px; */
}
.nav_down h6{position: relative;}
.nav_down h6 a{color: #000;}
.nav_down h6::before{content: ""; display: inline-block; width: 20px; height: 1px; background: #999999; position: absolute; bottom:0;left: 0;}
.nav_down li a{color: #1b1a1a;font-size: 14px;}
.nav_down h6:hover{color: #161616;}
.nav_down a:hover{color: #161616;}
.nav_down h6:hover::before{background: #161616 !important;}
.nav-item:hover .nav_down{display:block;}


.nav_down_case{position: absolute; top: 105%; left: 0; width: 430px; background: #fff;opacity: 0.8;padding: 10px; display: none; z-index: 10;}
.nav_down_case h6{position: relative;}
.nav_down_case h6 a{color: #000;}
.nav_down_case h6::before{content: ""; display: inline-block; width: 20px; height: 1px; background: #999999; position: absolute; bottom:0;left: 0;}
.nav_down_case li a{color: #999999;font-size: 14px;}
.nav_down_case h6:hover{color: #161616;}
.nav_down_case a:hover{color: #161616;}
.nav_down_case h6:hover::before{background: #161616 !important;}
.nav-item:hover .nav_down_case{display:block;}

.nav_news{position: absolute; top: 105%; left: 0; width: 120px; background: #fff;opacity: 0.8;padding: 10px; display: none; z-index: 10;}
.nav_news h6{position: relative;}
.nav_news h6 a{color: #000;}
/* .nav_news h6::before{content: ""; display: inline-block; width:20px; height: 1px; background: #999999; position: absolute; bottom:0;left: 0;} */
.nav_news li a{color: #151515;font-size: 14px;}
.nav_news h6:hover{color: #161616;}
.nav_news a:hover{color: #161616;}
.nav_news h6:hover::before{background: #161616 !important;}
.nav-item:hover .nav_news{display:block;}

.nav_contact{position: absolute; top: 105%; left: 0; width:120px; background: #fff;opacity: 0.8;padding: 10px; display: none; z-index: 10;}
.nav_contact h6{position: relative; }
.nav_contact h6 a{color: #000;}
/* .nav_contact h6::before{content: ""; display: inline-block; width:20px; height: 1px; background: #999999; position: absolute; bottom:0;left: 0;} */
.nav_contact li a{color: #999999;font-size: 14px;}
.nav_contact h6:hover{color: #161616;}
.nav_contact a:hover{color: #161616;}
.nav_contact h6:hover::before{background: #161616 !important;}
.nav-item:hover .nav_contact{display:block;}




.navbar-dark .navbar-nav .nav-link.dark-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #161616 !important;
}
.navbar-dark .navbar-nav .show > .nav-link:after,
.navbar-dark .navbar-nav .active > .nav-link:after,
.navbar-dark .navbar-nav .nav-link.show:after,
.navbar-dark .navbar-nav .nav-link:hover:after,
.navbar-dark .navbar-nav .nav-link.active:after,
.navbar-dark .navbar-nav .nav-link:focus:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url("../images/navLink_line.png") no-repeat center bottom;
  bottom: -3px;
  left: 0;
  right: 0;
  display: block;
}

.dropdown-menu {
  background-color: #fff;
  display: block;
  width: auto;
  padding: 5px 0px;
  position: absolute;
  left: 0;
  top: 130%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
  min-width: 100%;
  border: 0;
  border-radius: 0;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  background-color: #161616;
  color: #fff;
}

.navbar-dark .navbar-nav > li:hover > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  outline: 0 !important;
  background: #161616;
}

.navbar-dark .navbar-text.dark-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-text a {
  opacity: 0.8;
  font-size: 14px;
  vertical-align: middle;
}
.navbar-dark .navbar-text a.tel {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #161616 !important;
}
@media (max-width: 1200px) {
  .navbar-dark .navbar-text a.tel {
    font-size: calc(1.03125rem + 0.375vw);
  }
}
.navbar-dark .navbar-text a:hover {
  opacity: 1;
}
.navbar-dark .navbar-text a.dark-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .nav-search > a {
  display: block;
  text-align: center;
}
.navbar-dark .nav-search > a.dark-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .nav-search .searchbox {
  position: absolute;
  right: 0;
  top: 99%;
  width: 500px;
  height: 54px;
  line-height: 54px;
  background-color: #f0f0f0;
  display: none;
}
.navbar-dark .nav-search .searchbox .search_input {
  width: calc(100% - 54px);
  padding: 18px 54px 18px 20px;
  border: 0;
  border-radius: 0;
  height: 100%;
}
.navbar-dark .nav-search .searchbox .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #161616;
  border: none;
}
.navbar-dark .nav-search .searchbox .search_btn i.iconfont {
  font-size: 22px;
}

.header-color {
  position: relative;
}
.header-color .navbar-dark .navbar-brand p small, .header-color .navbar-dark .navbar-nav .nav-link, .header-color .navbar-dark .navbar-text, .header-color .navbar-dark .navbar-text a, .header-color .navbar-dark .nav-search > a {
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-top: 1vw;
    padding-bottom: 1vw;
    min-width: 6vw;
    max-width: inherit;
  }

  .navbar-dark .nav-search > a {
    padding-top: 1vw;
    padding-bottom: 0.5vw;
    max-width: inherit;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar {
    min-height: auto;
  }

  .navbar-dark .navbar-nav a {
    font-size: 15px !important;
  }

  .nav_down{position: absolute; top: 105%; left: 0; width: 380px; background: #fff;opacity: 0.8;padding: 10px; display: none;}



}
@media (max-width: 991.98px) {
  .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    top: 100%;
    height: 0;
    background-color: rgba(140, 196, 47, 0.43);
  }


  .nav-item:hover .nav_down{display: none;}
  .nav-item:hover .nav_down_case{display: none;}
  .nav-item:hover .nav_news{display: none;}
  .nav-item:hover .nav_contact{display: none;}

  .dropdown-menu .dropdown-item {
    color: #fff;
  }

  .dropdown-menu.dropdown-menu_active {
    height: auto;
    display: block;
  }

  .navbar-dark .navbar-nav {
    width: 100%;
  }
  .navbar-dark .navbar-nav a.nav-link {
    font-size: 15px !important;
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .navbar-dark .navbar-brand img {
    height: 32px;
    margin-top: 5px;
  }

  .web_none{
      display: none !important;
  }

  .navbar-dark .nav-search .searchbox {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto !important;
  }

  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: auto !important;
  }
}
.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #161616;
}

.page-link {
  color: #161616;
}

.page-item.active .page-link {
  background-color: #161616;
  border-color: #161616;
}

/*fullpage*/
/*banner*/
.banner .bann-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .bann-item h2 {
  letter-spacing: 1vw;
  font-weight: bolder;
}
.banner .bann-item .lead:before, .banner .bann-item .lead:after {
  content: "";
  width: 6vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 1vw;
  vertical-align: middle;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  left: 48px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  width: 14px;
  margin-bottom: 17px;
  display: block;
  position: relative;
}

#fp-nav ul li a {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
  padding: 3px;
}

#fp-nav ul li a span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: block;
}

#fp-nav ul li a.active {
  border: solid 1px #fff;
  padding: 2px;
}

#fp-nav.dark ul li a span {
  background: #161616;
}

#fp-nav.dark ul li .fp-tooltip {
  color: #161616;
}

#fp-nav.dark ul li a.active {
  border: solid 1px #161616;
}

@media (max-width:1199.98px){
    #fp-nav {
        display: none!important;
    }
}

/*首页内容*/
.btn.btn-website {
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.3s all ease-in-out;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 2vw;
  text-align: center;
  background-color: #161616;
  border-radius: 0;
}
.btn.btn-website:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 0px 0 #dcdcdc;
}

a.a-link {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.page_title {
	padding-top: 12%;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: 1s all ease-in-out;
}
.page_title h2.h2title {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  .page_title h2.h2title {
    font-size: calc(1.125rem + 1.5vw);
  }
}
.page_title p {
  font-weight: lighter;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .page_title p {
    font-size: calc(1.0125rem + 0.15vw);
  }
}

.business {
  background: url("../images/h_pic1.jpg") no-repeat center center;
  background-size: cover;
}

.sec2_cardContent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sec2_cardContent .card {
  background-color: transparent;
  width: 25%;
  padding: 10% 0;
  margin-bottom: 0;
}
.sec2_cardContent .card .svg-con {
  transform: rotateY(90deg);
  transition: 1.2s transform;
  -webkit-transition: 1.2s transform;
  -moz-transition: 1.2s transform;
  -ms-transition: 1.2s transform;
  -o-transition: 1.2s transform;
}
.sec2_cardContent .card .card-title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sec2_cardContent .card .card-title {
    font-size: calc(1.05rem + 0.6vw);
  }
}
.sec2_cardContent .card .card-img-top {
  text-align: center;
  width: 6vw;
  height: 6vw;
  background-color: rgba(8, 8, 8, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.sec2_cardContent .card:hover {
  background-color: rgba(8, 8, 8, 0.8);
}
.sec2_cardContent .card:hover .card-title {
  color: #fff;
}
.sec2_cardContent .card:hover .card-img-top {
  background-color: transparent;
}

.solution {
  background: url("../images/h_pic2.jpg") no-repeat center center;
  background-size: cover;
}

.sec3_Content .figure {
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 100%;
  padding: 1.2rem;
}
.sec3_Content .figure .figure-img {
  border-radius: 100%;
}
.sec3_Content .figure .figure-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: scale(1);
  transition: 0.4s all ease-in-out;
  opacity: 1;
}
.sec3_Content .figure .figure-caption h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .sec3_Content .figure .figure-caption h3 {
    font-size: calc(1.1rem + 1.2vw);
  }
}
.sec3_Content .figure:hover .figure-caption {
  /* transform: scale(0) skewY(360deg); */
  opacity:1;
  background: rgba(8, 8, 8, 0);
  color: #161616;
}

.service {
  background: url("../images/h_pic3.jpg") no-repeat center;
  background-size: cover;
}

.sec4_Content {
  background-color: rgba(8, 8, 8, 0.74);
}
.sec4_Content .border-right {
  border-right: 1px solid #fff !important;
}
.sec4_Content .border-top {
  border-top: 1px solid #fff !important;
}
.sec4_Content .card-1 {
  width: 25%;
}
.sec4_Content .card-2 {
  width: 75%;
}
.sec4_Content .card-3 {
  width: 33.3%;
}
.sec4_Content .card-4 {
  width: 50%;
}
.sec4_Content .card {
  background-color: transparent;
  padding: 2vw;
}
.sec4_Content .card:hover {
  background-color: #161616;
}

.news {
  background: url("../images/h_pic4.jpg") no-repeat center;
  background-size: cover;
}

.sec5_Content .nav-pills {
  border-bottom: 1px solid #e5e5e5;
}
.sec5_Content .nav-pills .nav-item {
  text-align: left;
}
.sec5_Content .nav-pills .nav-link {
  padding-left: 0;
  font-size: 1.75rem;
  color: #666;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .sec5_Content .nav-pills .nav-link {
    font-size: calc(1.075rem + 0.9vw);
  }
}

@media (max-width:576px){
    .sec5_Content .nav-pills .nav-link{
            font-size: 15px;
    }
}
.sec5_Content .nav-pills .nav-link.active, .sec5_Content .nav-pills .show > .nav-link {
  color: #161616;
  background-color: transparent;
  border-color: #161616;
}

.sec5_Content .newsList {
  border-bottom: 1px solid #ccc;
  display: flex;
}
.sec5_Content .newsList:last-child {
  border: 0;
}
.sec5_Content .newsList .newsDate {
  width: 70px;
  background-color: #eee;
}
.sec5_Content .newsList .newsDate span {
  color: #353535;
}
.sec5_Content .newsList .newsText {
  padding-left: 1rem;
  width: calc(100% - 70px);
  padding-top: 0.4rem;
}
.sec5_Content .newsList .newsText a {
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.newsList:hover .newsDate{background: #161616; }
.newsList:hover .newsDate span{color: #fff !important;}
.newsList:hover .newsText a{color: #161616;}

.swiper-news .swiper-news--text {
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-news .swiper-news--text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about {
  background: url("../images/h_pic5.jpg") no-repeat center;
  background-size: cover;
}

.about-item h2:after {
  content: "";
  display: block;
  width: 2vw;
  height: 2px;
  background-color: #ccc;
  margin: 1vw auto;
}
.about-item:hover {
  box-shadow: 0 0 7px 2px #bfbfbf;
}

.business .page_title, .solution .page_title, .service .page_title, .news .page_title, .about .page_title {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease-in-out;
}
.business .page_content, .solution .page_content, .service .page_content, .news .page_content, .about .page_content {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease-in-out;
}

.active.section.business .page_title {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active.section.business .page_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
.active.section.solution .page_title {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active.section.solution .page_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
.active.section.service .page_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}
.active.section.service .page_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
.active.section.news .page_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}
.active.section.news .page_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}
.active.section.about .page_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}
.active.section.about .page_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.7s;
}

@media (max-width: 1199.98px) {
  .section.business .page_title {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.1s;
  }
  .section.business .page_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .section.solution .page_title {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.1s;
  }
  .section.solution .page_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .section.service .page_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  .section.service .page_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .section.news .page_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  .section.news .page_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .section.about .page_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  .section.about .page_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.7s;
  }

  .section.business .page_content, .section.solution .page_content, .section.service .page_content, .section.news .page_content {
    padding-bottom: 5%;
  }
  .sec2_cardContent .card .card-img-top {
    transform: rotateY(0deg);
    padding: 10px;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .banner .bann-item {
    height: 70vh;
  }

  .page_title p {
    line-height: 2;
  }

  .page_title h2.h2title {
    margin-top: 20px;
  }

  .sec2_cardContent .card .card-title, .page_title p {
    font-size: 16px;
  }

  .sec2_cardContent .card .card-img-top {
    transform: rotateY(0deg);
  }

  .btn.btn-website {
    font-size: 14px;
  }

  .sec3_Content .figure {
        width: 53%;
    margin: auto;
  }

  .sec3_Content .figure .figure-caption h3 {
    font-size: 16px;
  }

  .sec4_Content .card-img img {
    max-height: 30px;
  }

  .sec4_Content .card h3 {
    margin-bottom: 0;
  }
  .sec4_Content .card h3 a {
    font-size: 14px;
  }
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

#fp-nav {
  left: 17px;
}

#fp-nav ul li .fp-tooltip {
  left: 20px;
}

footer {
  background-color: #343434;
}
footer .footer_menu {
  margin-top: 10px;
}
footer .footer_menu .footer_menu_title {
  margin-bottom: 15px;
}
footer .footer_menu ul > li > a {
  line-height: 2.2;
  display: block;
}
footer .footer_copyright {
  border-top: 1px solid #4d4d4d;
}

@media (max-width: 576px) {
  footer .footer_menu {
    display: none !important;
  }
}
/*内页*/
.bann {
  overflow: hidden;
}
.bann .bann-img {
  width: 100%;
  min-width: 1024px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.bann .lead {
  /*letter-spacing: 2px;*/
  text-transform: uppercase;
}
.bann .bann-con {
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bann .bann-con h2 span {
  color: #161616;
}
@media (max-width: 768px) {
  .bann .bann-con h2 {
    font-size: 18px;
  }
  .bann .bann-con .lead {
    font-size: 12px;
      letter-spacing: 0px;
  }
}

.ul_menu {
  background-color: #f8f8f8;
}

.swiper-nav .swiper-slide {
  width: auto;
}
.swiper-nav .swiper-slide a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 16px;
}
.swiper-nav .swiper-slide a:hover, .swiper-nav .swiper-slide a.active {
  color: #fff;
  background: #161616;
}

.swiper-nav_b{width:100%;height:100%;}
.swiper-nav_b .swiper-slide {
  width: auto;
}
.swiper-nav_b .swiper-slide a {
  display: block;
  padding: 0.3rem 1.5rem;
  color: #161616;
  border: 1px solid #161616;
  font-size: 16px;
}
.swiper-nav_b .swiper-slide a:hover, .swiper-nav_b .swiper-slide a.active {
  color: #fff;
  background-color: #161616;
}
 
.h2--title .p1 {
    /*text-align: center;*/
  font-size: 2.25rem;
  margin-bottom: 0.3rem; 
}
@media (max-width: 1200px) {
  .h2--title .p1 {
    font-size: calc(1.125rem + 1.5vw);
  }
}
.h2--title .p2 {
    /*text-align: center;*/
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .h2--title .p2 {
    font-size: calc(1.025rem + 0.3vw);
  }
}

/*1*/
.solution--1_item {
  width: 33.3%;
  text-align: center;
}
.solution--1_item .figure {
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 100%;
  padding: 1.2rem;
}
.solution--1_item .figure .figure-img {
  border-radius: 100%;
}
.solution--1_item .figure .figure-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transform: scale(1);
  transition: 0.4s all ease-in-out;
  opacity: 1;
}
.solution--1_item .figure .figure-caption h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .solution--1_item .figure .figure-caption h3 {
    font-size: calc(1.1rem + 1.2vw);
  }
  
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{display:none;}
  
  
  
}
.solution--1_item:hover {
  /*box-shadow: 0 0 12px 0 #ccc;*/
}

/*2*/
.btn.btn-link {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 0.6rem 2.5rem;
  border-radius: 0;
}
.btn.btn-link:hover {
  color: #161616;
  background-color: #fff;
}

.solution--2_con {
  background: url(../images/solution_con_bg.png) no-repeat center center/cover;
  width: 713px;
  height: 713px;
  position: relative;
  margin: auto;
}
.solution--2_con .solution--2_con_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  max-width: 100%;
}
.solution--2_con .solution--2_con_ul li {
  transform: rotateY(360deg);
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  width: 100px;
  text-align: center;
  position: absolute;
  z-index: 5;
}
.solution--2_con .solution--2_con_ul li .txt {
  color: #161616;
  font-size: 1.25rem;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 1200px) {
  .solution--2_con .solution--2_con_ul li .txt {
    font-size: calc(1.025rem + 0.3vw);
  }
}
.solution--2_con .solution--2_con_ul li.s1 {
  top: 40px;
  left: 207px;
}
.solution--2_con .solution--2_con_ul li.s1 .txt {
  position: absolute;
  left: -4px;
  top: -58px;
}
.solution--2_con .solution--2_con_ul li.s2 {
  top: 40px;
  right: 207px;
}
.solution--2_con .solution--2_con_ul li.s2 .txt {
  position: absolute;
  right: -4px;
  top: -58px;
}
.solution--2_con .solution--2_con_ul li.s3 {
  top: 160px;
  right: 43px;
}
.solution--2_con .solution--2_con_ul li.s3 .txt {
  position: absolute;
  right: -64px;
  top: -30px;
}
.solution--2_con .solution--2_con_ul li.s4 {
  top: 350px;
  right: 0;
}
.solution--2_con .solution--2_con_ul li.s4 .txt {
  position: absolute;
  right: -60px;
  top: 0;
}
.solution--2_con .solution--2_con_ul li.s5 {
    bottom: 149px;
    right: 57px;
}
.solution--2_con .solution--2_con_ul li.s5 .txt {
  position: absolute;
  right: -90px;
  bottom: -21px;
}
.solution--2_con .solution--2_con_ul li.s6 {
    bottom: 36px;
    right: 207px;
}
.solution--2_con .solution--2_con_ul li.s6 .txt {
  position: absolute;
    right: 21px;
    bottom: -61px;
}
.solution--2_con .solution--2_con_ul li.s7 {
  bottom: 33px;
  left: 220px;
}
.solution--2_con .solution--2_con_ul li.s7 .txt {
  position: absolute;
  left: -4px;
  bottom: -58px;
}
.solution--2_con .solution--2_con_ul li.s8 {
     bottom: 137px;
    left: 61px;
}
.solution--2_con .solution--2_con_ul li.s8 .txt {
  position: absolute;
  left: -96px;
  bottom: -21px;
}
.solution--2_con .solution--2_con_ul li.s9 {
  top: 350px;
  left: 0;
}
.solution--2_con .solution--2_con_ul li.s9 .txt {
  position: absolute;
  left: -61px;
  top: 0;
}
.solution--2_con .solution--2_con_ul li.s10 {
  top: 160px;
  left: 43px;
}
.solution--2_con .solution--2_con_ul li.s10 .txt {
  position: absolute;
  left: -45px;
  top: -30px;
}
.solution--2_con .solution--2_con_ul li .pic img {
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.solution--2_con .solution--2_con_ul li:hover .pic img {
  transform: translateY(-10px);
}
.solution--2_con .solution--2_con_ul li:hover .txt {
  transform: translateY(-10px);
}

.solution--3_l {
  background: url("../images/solution_3_img.jpg") no-repeat center;
  width: 550px;
  padding-bottom: 38.5%;
}
.solution--3_l .sl-link {
  position: absolute;
}
.solution--3_l .sl-link ._img {
  display: block;
}
.solution--3_l .sl-link .h_img {
  display: none;
}
.solution--3_l .sl-link:hover ._img {
  display: none;
}
.solution--3_l .sl-link:hover .h_img {
  display: block;
}
.solution--3_l .sl-link.sl-link-1 {
  left: -10%;
  top: 30%;
  width: 38%;
}
.solution--3_l .sl-link.sl-link-2 {
  left: 0;
  top: 61%;
  width: 38%;
}
.solution--3_l .sl-link.sl-link-3 {
  right: 7%;
  bottom: 9%;
  width: 25%;
}

.solution--3_r {
  width: calc(100% - 550px);
}
.solution--3_r article, .solution--4_l article{
    text-align: justify;
}
.solution--4_r {
  background: url("../images/solution_4_img.jpg") no-repeat center;
  width: 663px;
  padding-bottom: 36%;
}
.solution--4_r .sl-link {
  position: absolute;
}
.solution--4_r .sl-link.sl-link-1 {
  top: 83px;
  left: 0;
}
.solution--4_r .sl-link.sl-link-2 {
  bottom: 0;
  left: 150px;
}
.solution--4_r .sl-link.sl-link-3 {
  top: 30px;
  right: 55px;
}
.solution--4_r .sl-link.sl-link-4 {
  bottom: 138px;
  right: 0;
}

.solution--4_l {
  width: calc(100% - 663px);
}


@media (max-width: 991.98px) {
    /*.solution--4_r .sl-link.sl-link-2{*/
    /*    font-weight: bold;*/
    /*}*/
  .solution--1, .solution--2, .solution--3, .solution--4 {
    padding: 30px 0 !important;
  }

  .solution--3_l, .solution--4_l {
    width: 100%;
  }

  .solution--3_l {
    width: 550px;
    margin: auto;
    padding-bottom: 61%;
  }

  .solution--3_r, .solution--4_r {
    width: 100%;
  }

  .solution--3 .container-xl {
    flex-direction: column-reverse;
  }

  .solution--2_con {
    width: calc(100vw - 90px);
    height: calc(100vw - 90px);
  }
.solution--2_con .solution--2_con_ul li .pic img{
    max-height: 20px;
}
  .solution--2_con .solution--2_con_ul li .txt {
   font-size: 14px;
  }
.solution--2_con .solution--2_con_ul li.s1 .txt {
    position: absolute;
    left: -22px;
    top: -36px;
}
.solution--2_con .solution--2_con_ul li.s2 .txt {
    position: absolute;
    right: -30px;
    top: -38px;
    min-width: 28px;
}
.solution--2_con .solution--2_con_ul li.s3 .txt {
    position: absolute;
    right: -64px;
    top: -13px;
}
.solution--2_con .solution--2_con_ul li.s4 .txt {
    position: absolute;
    right: -48px;
    top: 0;
}
.solution--2_con .solution--2_con_ul li.s5 .txt {
    position: absolute;
    right: -65px;
    bottom: -36px;
}
.solution--2_con .solution--2_con_ul li.s6 .txt {
    position: absolute;
    right: -5vw;
    bottom: -45px;
}
.solution--2_con .solution--2_con_ul li.s7 .txt {
    position: absolute;
    left: -9px;
    bottom: -46px;
    min-width: 28px;
}
.solution--2_con .solution--2_con_ul li.s8 .txt {
    position: absolute;
    left: -18vw;
    bottom: -9vw;
}
.solution--2_con .solution--2_con_ul li.s9 .txt {
    position: absolute;
    left: -13vw;
    top: 6px;
}

.solution--2_con .solution--2_con_ul li.s10 .txt {
    position: absolute;
    left: -13vw;
    top: -15px;
}

  .solution--2_con .solution--2_con_center p.f-16 {
    display: none;
  }

  .solution--2_con .solution--2_con_center svg {
    transform: scale(0.5);
  }

  .btn.btn-link {
    font-size: 12px;
    padding: 0.4rem 1rem;
  }

  .solution--2_con .solution--2_con_center h2 {
    font-size: 18px;
  }

  .solution--2_con .solution--2_con_ul li {
    width: 30px;
    max-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .h2--title .p1 {
    font-size: 20px;
  }

  .h2--title .p2 {
    font-size: 14px;
  }

  .solution--1_item .figure .figure-caption h3 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .solution--2_con .solution--2_con_ul li.s1 {
    top: 5%;
    left: 33%;
    width: 8vw;
  }

  .solution--2_con .solution--2_con_ul li.s2 {
    top: 6%;
    right: 31%;
    width: 6vw;
  }

  .solution--2_con .solution--2_con_ul li.s3 {
    top: 21%;
    right: 12%;
    width: 5vw;
  }

  .solution--2_con .solution--2_con_ul li.s4 {
    top: 47%;
    right: 4%;
    width: 6vw;
  }

  .solution--2_con .solution--2_con_ul li.s5 {
    bottom: 24%;
    right: 11%;
    width: 6vw;
  }

  .solution--2_con .solution--2_con_ul li.s6 {
    bottom: 8%;
    right: 32%;
    width: 6vw;
  }

  .solution--2_con .solution--2_con_ul li.s7 {
    bottom: 8%;
    left: 33%;
    width: 6vw;
  }

  .solution--2_con .solution--2_con_ul li.s8 {
    bottom: 24%;
    left: 12%;
    width: 5vw;
  }

  .solution--2_con .solution--2_con_ul li.s9 {
    top: 46%;
    left: 4%;
    width: 5vw;
  }

  .solution--2_con .solution--2_con_ul li.s10 {
    top: 21%;
    left: 12%;
    width: 6vw;
  }

  .solution--1_item {
    width: 53%;
    margin: auto;
  }

  .solution--3_l {
    width: 100%;
    padding-bottom: 80%;
    margin-top: 30px;
  }

  .solution--4_l {
    width: 100%;
  }

  .solution--4_r {
    padding-bottom: 100%;
  }
  .solution--4_r a {
    font-size: 15px;
  }
}
/*解决方案详情*/
.solu_details .swiper-button-next, .solu_details .swiper-button-prev {
  height: auto;
  width: auto;
  margin-top: 0;
  color: #fff;
  padding: 10px 0.7rem;
  background: #161616;
  transform: translateY(-50%);
}
.solu_details .swiper-button-next:after, .solu_details .swiper-button-prev:after {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  .solu_details .swiper-button-next:after, .solu_details .swiper-button-prev:after {
    font-size: calc(1.125rem + 1.5vw);
  }
}
.solu_details .swiper-button-prev {
  left: 0;
}
.solu_details .swiper-button-next {
  right: 0;
}
.solu_details .details_tit:before, .solu_details .details_tit:after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
}

@media (max-width: 1024px) {
  .solu_details .details_tit:before, .solu_details .details_tit:after {
    width: 38%;
  }

  .details_tit {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .solu_details .details_tit:before, .solu_details .details_tit:after {
    width: 15%;
    margin: 0 5%;
  }
}
#feedback .form-control {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}
#feedback .red {
  color: red;
}

@media (max-width: 768px) {
  .f-16 {
    font-size: 14px;
  }

  .f-18 {
    font-size: 16px;
  }
}
/*其他*/
.container1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.h3title p {
  color: #999999;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}

.ul_subtitle li {
  padding-right: 40px;
}

.ul_subtitle li a {
  color: #000;
}

.ul_subtitle li:hover a {
  color: #161616 !important;
}

.cur {
  color: #161616 !important;
}

/* about_gongsi */
.about_gongsi_banner_txt {
  top: 50%;
  left: 27%;
  transform: translate(-27%, -50%);
}

#about_gongsi .about_gongsi-container {
  background: url(../images/aboutbg.png) no-repeat center;
  background-size: cover;
}

#about_gongsi .about_gognsi_list p {
  line-height: 2.5;
}



/* about_jishu */
#about_jishu .about_jishu-container {
  background: url(../images/about_jishu_bg.png) no-repeat center;
  background-size: cover;
}

#about_jishu .jishu_img_hover img {
  transition: all 1s ease;
  cursor: pointer;
}

#about_jishu .jishu_img_hover:hover img {
  transform: translateY(10px);
}

/* about_wenhua */
#about_wenhua .wenhua_absolute {
  top: 50%;
  right: 0;
  text-align: right;
  transform: translateY(-50%);
}

#about_wenhua .about_wenhua_list i {
  font-size: 30px;
  color: #fff;
  display: inline-block;
}

#about_wenhua .about_wenhua_list em {
  width: 20px;
  height: 3px;
  background: #fff;
  display: inline-block;
}

#about_wenhua .wenhua_absolute_l {
  top: 50%;
  left: 0;
  text-align: left;
  transform: translateY(-50%);
}

#about_wenhua .wenhua_absolute_c {
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

#about_wenhua .wenhua_img_hover {
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #about_wenhua .wenhua_img_hover {
    width: 100%;
  }
}

#about_wenhua .wenhua_img_hover3 {
  width: calc(50% - .5rem);
}
@media (max-width: 768px) {
  #about_wenhua .wenhua_img_hover3 {
    width: 100%;
    margin-right: 0 !important;
  }
}

#about_wenhua .wenhua_img_hover img {
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #about_wenhua .wenhua_img_hover img {
    width: 100%;
  }
}

#about_wenhua .wenhua_img_hover img:hover {
  transform: scale(1.1);
}

#about_wenhua .wenhua_img_hover i {
  transition: all 1s ease-in-out;
}

#about_wenhua .wenhua_img_hover:hover i {
  transform: rotateY(360deg);
}

/* contact */
#contact .contact_list i {
  font-size: 30px;
  color: #161616;
}

#contact .contact_list .h5height {
  height: 56px;
}

#contact .contact_list .contact_box {
  transition: all 0.55s ease-out;
  cursor: pointer;
}

#contact .contact_list .contact_box:hover {
  transform: translateY(-20px);
  box-shadow: 2px 4px 5px #161616;
  background: #161616;
  color: #fff;
  border: transparent !important;
}

#contact .contact_list .contact_box:hover i {
  color: #fff !important;
}

/* about_hezuo */
#about_hezuo .swiper-partner {
  width: 100%;
  height: 400px;
  /* margin-left: auto;
    margin-right: auto;
  } */
}
#about_hezuo .swiper-partner .swiper-pagination-bullet{
        background: rgb(51, 161, 201 , .5);
}
#about_hezuo .swiper-partner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #161616;
}
#about_hezuo .swiper-partner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 3);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hezuo_img {
    /*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100%);
  */
  transition: all 0.5s ease;
  cursor: pointer;
}
.hezuo_img img {
  width: 100%;
}

.hezuo_img:hover {
    /*
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: grayscale(0);
  */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 3px 5px 13px #ddd;
  transform: translateY(-4px);
}

/* .job */
.job_text {
  background: #FDFDFD;
  top: 50%;
  right: -30%;
  padding: 30px;
  transform: translate(30%,-50%);
  z-index: 3;
  box-shadow: 1px 3px 11px #666;
}
@media (max-width: 1199.98px) {
  .job_text {
    position: relative !important;
    top: 0;
    right: 0;
    padding: 15px;
    transform: none;
  }
}

.job_subtitle h4 {
  color: #161616;
}

.job_subtitle i {
  width: 40px;
  display: inline-block;
  background: #161616;
  height: 3px;
}

.con_ul .title li,.job_jm_title li{
     width: 20%;
    text-align: center;
}
@media (max-width:767px){
    .con_ul .title li,.job_jm_title li{
     width:auto;
}
}
#job .job .con_ul {
  cursor: pointer;
  padding: 0;
  margin: 0;
  overflow: auto;
}

#job .job .con_ul li {
  list-style: none;
  /* padding: 10px; */
  margin: 0;
  /* border-bottom: 1px solid #CCCCCC; */
}

#job .job .con_ul li .title {
  padding-right: 0;
  background-image: url(../images/down.png);
  background-position: 89% 25px;
  background-repeat: no-repeat;
}

#job .job .con_ul li .title.act {
  padding-right: 0;
  background-image: url(../images/top.png);
  background-position: 89% 25px;
  background-repeat: no-repeat;
}

#job .job .con {
  background-color: #F4F4F4;
  display: none;
  padding: 5px;
  margin: 10px 0;
}

#job .job .con_ul li .title ul:hover li {
  color: #161616;
}

#about_rongyu .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}

/* news_detail */
.news_details img {
  max-width: 100%;
}

.news_subtitle a {
  color: #000;
}

.news_subtitle li:hover {
  background: #161616;
}
.news_subtitle a.active{
  background: #161616;
  color: #fff;
}

.news_subtitle li:hover a {
  color: #fff !important;
}

.news_detail_text {
  line-height: 2.5;
}

/* news */
#news .news_img_text {
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

#news .swiper-pagination-news {
  position: absolute;
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  /* padding: 14px; */
  /* margin-right: -22px; */
  padding-bottom: 12px;
  padding-right: 36px;
}

#news .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #eee;
  /* opacity: .2; */
}

#news .swiper-pagination-bullet-active {
  background: #161616 !important;
}

#news .news_img_hover {
  overflow: hidden;
  cursor: pointer;
}

#news .news_img_hover img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}

#news .news_img_hover img:hover {
  transform: scale(1.05);
}

#news .news_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .news_sub_txt:hover  {
  background: #161616 !important;
  cursor: pointer;
  color: #fff !important;
}

#news .news_sub_txt:hover h5{
	  color: #fff !important;
}


#news .news_sub_txt:hover p {
  color: #fff;
}

#news .news_title a {
  color: #000;
}

#news .news_title a:hover {
  color: #161616 !important;
}

/* download */
#download .about_gongsi_banner_txt span {
  color: #161616;
}

#download .download_icon i {
  font-size: 34px;
  transition: all 0.4s ease;
  display: inline-block;
}
@media (max-width: 768px) {
  #download .download_icon i {
    display: none;
  }
}

#download .download_subtitle span {
  vertical-align: super;
}

#download .download_subtitle a {
  color: #000;
}

#download .download_subtitle a:hover {
  color: #161616 !important;
}

#download .download_icon:hover i {
  /*transform: rotate(360deg);*/
}

/* #download .download_icon:hover span{border-bottom: 1px solid #161616;} */
#download .download_subtitle em {
  display: block;
  width: 0;
  height: 2px;
  background: #161616;
  transition: all 0.5s ease-in-out;
}

#download .download_icon:hover em {
  width: 100%;
}

#download .download_txt h6 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  white-space: nowrap;
  width: calc(100% - 116px);
}
@media (max-width: 768px) {
  #download .download_txt h6 {
    width: calc(100% - 80px);
    font-size: 14px;
  }
}

#download .download_txt a {
  display: inline-block;
  padding: 4px 30px;
  background: #585858;
  border-radius: 10px;
  color: #fff;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  #download .download_txt a {
    width: 70px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px !important;
  }
}

#download .download_txt {
  cursor: pointer;
}

#download .download_txt:hover h6 {
  color: #161616 !important;
}

#download .download_txt:hover a {
  background: #161616;
}

/* service */
#service .service_icon_txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#service .service_img_hover {
  overflow: hidden;
}

#service .service_img_hover img {
  transition: all 0.5s ease;
}

#service .service_img_hover:hover img {
  transform: scale(1.1);
}

#service .service_contact_txt {
  top: 50%;
  right: -100%;
  width: 80%;
  padding: 40px;
  transform: translate(-70%, -50%);
  line-height: 30px;
  box-shadow: 2px 4px 8px #ddd;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  #service .service_contact_txt {
    width: 100% !important;
    position: relative !important;
    top: auto;
    right: auto;
    transform: none;
    padding: 20px 20px 30px;
  }
  #service .service_contact_txt p {
    font-size: 14px;
    line-height: 2;
  }
}

#service .service_contact_txt a {
  padding: 10px 30px;
  border: 1px solid #161616;
  color: #161616;
}

#service .service_contact_txt a:hover {
  background: #161616;
  color: #fff;
}

#service .service_contact_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: all 1s ease-in-out;
  display: inline-block;
  z-index: 3;
}
@media (max-width: 768px) {
  #service .service_contact_icon img {
    max-width: 80px;
  }
}

#service .service_hover {
  cursor: pointer;
}

#service .service_hover:hover .service_contact_icon {
  display: flex;
  /*transform: translateX(600px);*/
}

#service .servoce_search {
  line-height: 35px;
  border-radius: 18px;
  box-shadow: 3px 4px 4px 0 #ccc;
}

#service .servoce_search input {
  border-top-left-radius: 18px;
  width: 250px;
  height: 40px;
  border-bottom-left-radius: 18px;
  padding-left: 15px;
  border: 1px solid #eee;
  /* box-shadow: 2px 4px 5px #ddd; */
  vertical-align: middle;
  font-size: 14px;
}

#service .servoce_search button {
  width: 50px;
  height: 40px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  display: inline-block;
  background: #161616;
  margin-left: -5px;
  /* box-shadow: 2px 4px 5px #ddd; */
  margin-top: 0;
  vertical-align: middle;
  border: none;
}

#service .servoce_search i {
  font-size: 26px;
  color: #fff;
}

#service .servoce_search input:focus {
  outline: none;
}

#service .service_border {
  width: 120px;
  height: 120px;
  border: 1px solid #656161;
  border-radius: 50%;
  margin: 0 auto;
}

#service .service_border i {
  font-size: 60px;
  display: inline-block;
  color: #656161;
  line-height: 120px;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  #service .service_border i {
    font-size: 30px;
    line-height: 80px;
  }

  #service .service_border {
    width: 80px;
    height: 80px;
  }
}
#service .service_a:hover .service_border {
  border: 1px solid #161616;
}

#service .service_a:hover .service_border i {
  color: #161616;
  /*transform: rotate(360deg);*/
}

#service .service_a:hover .service_border p {
  color: #161616 !important;
}

#service .service_top .card {
  width: 24%;
  border: 0;
  border-radius: 0;
}
#service .service_top .card .card-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767.98px) {
  #service .service_top .card {
    width: 49%;
  }
}

#service .service_a {
  display: block;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #service .service_download h6 {
    font-size: 14px;
    line-height: 2;
    text-align: justify !important;
  }

  #service .service_a p {
    font-size: 14px;
    margin-top: 8px;
  }
}
/* plate_detail  */
#plate_detail .plate_detail_i {
  width: 60px;
  height: 2px;
  background: #161616;
  display: inline-block;
}

#plate_detail .plate_detail_txt:hover {
  background: #161616 !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0px 1px 13px 8px #ddd;
}

#plate_detail .plate_detail_txt p {
  border-bottom: 1px dashed #ddd;
}

#plate_detail .plate_detail_txt:hover p {
  color: #fff !important;
}

#plate_detail .plate_detail_txt a {
  padding: 10px 30px;
  border: 1px solid #161616;
  display: inline-block;
  color: #161616;
}

#plate_detail .plate_detail_txt:hover a {
  border: 1px solid #fff;
  color: #fff;
}

#plate_detail .plate_detail_hover {
  overflow: hidden;
}

#plate_detail .plate_detail_hover img {
  transition: all 0.5s ease;
}

#plate_detail .plate_detail_hover:hover img {
  transform: scale(1.05);
}

/* plate */
#plate .plate_hover {
  cursor: pointer;
}

#plate .plate .plate_text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#plate .plate #panel {
  height: 100%;
  display: none;
}

#plate .plate .plate_list li {
  padding: 10px 0;
  border-bottom: 1px dashed #f3f4f5;
}

#plate .plate .plate_list li a {
  color: #000;
}

#plate .plate .plate_list li a::before {
  width: 5px;
  height: 5px;
  background: #161616;
  display: inline-block;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  margin-right: 10px;
}

#plate .plate .plate_list li a:hover {
  color: #161616;
}

#plate .plate_list_text {
  top: 50%;
  right: -30%;
  transform: translate(30%, -50%);
  width: 80%;
  box-shadow: 2px 4px 22px #eee;
  z-index: 3;
}

#plate .plate_img {
  overflow: hidden;
}

#plate .plate_img_hover {
  transition: all 0.5s ease;
}

#plate .plate_hover:hover .plate_img_hover {
  transform: scale(1.1);
}

#plate .plate_text img {
  transition: all 0.5s ease-in;
  display: inline-block;
}

#plate .plate_hover:hover .plate_text img {
  transform: translateY(-5px);
}

#plate .plate_list_text_right {
  top: 50%;
  left: -30%;
  transform: translate(-30%, -50%);
  width: 80%;
  box-shadow: 2px 4px 22px #eee;
  z-index: 3;
}

#plate .plate_list_text_a a {
  padding: 10px 30px;
  border: 1px solid #161616;
  display: inline-block;
  color: #161616;
}

#plate .plate_list_text_a:hover {
  background: #161616 !important;
  cursor: pointer;
  color: #fff;
}

#plate .plate_list_text_a:hover a {
  border: 1px solid #fff;
  color: #fff;
}

#plate .plate_list_text_a a:hover {
  background: #fff;
  color: #161616;
}


.Navigation{
    overflow: hidden;
}

.Navigation-li{
      display: inline-block;
    background-color: #fff;
    text-align: center;
    width: 100px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.Navigation-lib{
    background-color: #161616 !important;
    
}



.Navigation-li-ab{
     color: black;
}


.Navigation-li-a{
    color: #fff;
    height: 100%;
    display: inline-block;
}

.Navigation-li-a:hover{
    color: #fff;
}

.Navigation-li-ab:hover{
     color: black;
}


.Navigation-shell{
    padding-left: 80px;
    width: 1200px;
    margin: 0 auto;
}





@media (max-width: 767px){
    .Navigation-shell{
    padding-left: 0px;
    width: 100%;
}

.Navigation-li {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    width: 100px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
}







@media (max-width: 1199.98px) {
  .plate_list_text {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: 2px 4px 22px #eee;
    position: relative !important;
    padding: 20px;
  }

  .plate_list_text_right {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: 2px 4px 22px #eee;
    position: relative !important;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .h3title p, #plate_detail .plate_detail_txt p {
    font-size: 14px;
  }

  #plate .plate_list_text p, #plate .plate_list_text_right p {
    font-size: 14px;
  }

  #plate .plate_list_text_a a {
    font-size: 14px;
  }

  #plate_detail .plate_detail_txt a {
    padding: 7px 26px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .plate_list_text {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: 2px 4px 22px #eee;
    position: relative !important;
    padding: 20px;
  }

  .plate_list_text_right {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: 2px 4px 22px #eee;
    position: relative !important;
    padding: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

.side{position:fixed;width:78px;right:0px;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:61px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:12px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{color:#161616}
.side ul li:hover a{color:#161616}
.side ul li i{height:25px;margin-bottom:1px;display:block;background-size:auto 25px;margin-top:8px;transition:all .1s;font-size: 26px;}

.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;overflow:hidden}
.side ul li.sidetop{background:#161616;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-245px;top:0;background-image:url(../images/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;background-color:#fff;}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:center;position:absolute;left:-240px;top:0px;background:#161616}
.side ul li.sideetel .telBox dd{padding:20px;font-size:18px;}
/* .side ul li.sideetel .telBox dd span{    display: inline-block;overflow: hidden;} */
.icon-phone{display:inline-block !important; font-size: 30px !important; }
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li.sideetel .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-245px;top:0;background-image:url(../images/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;background-color:#fff;}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    /* padding: 7px; */
    /* margin-top: 10px; */
    /* padding-left: 10px; */
    /* padding-top: 10px; */
    /* margin-top: 10px; */
    padding: 10px 10px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
        font-size: 20px;
    /* padding: 7px; */
    /* margin-top: 10px; */
    /* padding-left: 10px; */
    /* padding-top: 10px; */
    /* margin-top: 10px; */
    padding: 10px 10px;
}
@media (max-width:767px){
    .side{
        position: fixed;
        width: 65px;
        right: 10px;
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
        z-index: 100;
        border: 1px solid #e0e0e0;
        background: #fff;
        border-bottom: 0;
        text-align: center;
        background: rgba(255,255,255,.5);
    }
    .side ul li {
    width: 65px;
    height: 60px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.side ul li i {
    height: auto;
    margin-bottom: 1px;
    display: block;
    background-size: 0;
    margin-top: 0;
    transition: all .1s;
    font-size: 18px;
}
}


#download .download_subtitle .download_icon.active{
        color: #161616 !important;
}

#download .download_icon.active em{
        width: 100%;
}

.product-ten{
   text-align: center;
}


@media (min-width: 1200px){
.text-padd{
   padding: 0px 20px;
}

}



.plate_detail_PPP{
    font-size: 16px !important;
}


.text_hui{color:#888 !important; font-weight:none}



.solu_details .swiper-button-next, .solu_details .swiper-button-prev {
    height: auto;
    width: 30px !important;
    margin-top: 0;
    color: #fff;
    padding: 10px 0.7rem;
    background: #161616;
    transform: translateY(-50%);
}

.solu_details .swiper-button-next:after, .solu_details .swiper-button-prev:after {
    font-size: 1.25rem;
    padding: 0px 0px;
    /* margin-right: -19px; */
}
