/*new add*/
body {
  font-family: pingfangsc-regular, arial, "microsoft yahei", '微软雅黑', sans-serif;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  box-sizing: border-box;
}
a {
  text-decoration: none!important;
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
.container-new,
.container-page {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container-new:after,
.container-page:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1200px) {
  .container-new {
    width: 90%;
  }
  .container-page {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .container-new {
    width: 87.5%;
  }
  .container-page {
    width: 76.5625%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1200px;
  }
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  width: 24px;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 24px;
  background:  no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .search-box {
  display: none;
}
.tools .search-box .s-inp {
  background-color: #fff;
}
.tools .x-show {
  display: block;
  position: absolute!important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 250px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 45px;
}
.search-box .s-btn {
  background:  no-repeat center center;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
.index-body::-webkit-scrollbar {
  width: 0 !important;
}
.index-body {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 80px;
  /*background: rgba(0, 7, 35, 0.8);*/
  background: transparent;
  border: none;
  z-index: 997;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 65px;
  padding-right: 65px;
}
nav.navbar.bootsnav.nav-line {
  border-bottom-color: #dcdcdc;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 23px;
  padding-bottom: 23px;
  height: auto;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .navbar-brand img.logo-h {
  display: none;
}
nav.navbar.bootsnav .header-other {
  float: right;
  margin-top: 25px;
  position: relative;
  line-height: 30px;
  margin-left: 20px;
}
nav.navbar.bootsnav .header-other > div {
  float: left;
}
nav.navbar.bootsnav .header-other .language-box {
  margin-right: 20px;
}
nav.navbar.bootsnav .header-other .language-box a {
  display: block;
  /* width: 30px; */
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  /* background-color: #005ead; */
}
nav.navbar.bootsnav .header-other .language-box a svg{
	vertical-align: middle;
}
nav.navbar.bootsnav .header-other .language-box a:hover,
nav.navbar.bootsnav .header-other .language-box a.active {
  /* background: #00a9ba; */
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: 30px;
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 60px 0 0;
  padding: 0;
  height: 80px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 80px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
/*nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {*/
/*  left: auto;*/
/*  right: 0;*/
/*  transform: translatex(0);*/
/*}*/
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #00a9ba !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  box-shadow: none;
  padding: 0;
  border: none;
  left: 50%;
  transform: translatex(-50%);
  background: rgba(0, 7, 35, 0.8);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid rgba(0, 7, 35, 0.8);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  border-bottom: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
  color: #fff;
  background: #005ead;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 7, 35, 0.8);
}
@media (max-width: 1599px) {
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 1350px) {
  nav.navbar.bootsnav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    margin-right: 10px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    line-height: 50px;
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: none;
    padding: 0;
    border: none;
    left: 0;
    transform: translatex(0);
    position: relative;
    width: 100%;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu:after {
    display: none;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
    color: #fff;
    background: #005ead;
  }

  nav.navbar.bootsnav .header-other {
    position: absolute;
    right: 50px;
    top: 28px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    position: relative;
    background: rgba(0, 7, 35, 0.8);
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 15px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  nav.navbar.bootsnav ul.nav {
    float: left !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    display: block;
    border: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    box-shadow: none;
    padding: 0!important;
    margin: 0!important;
    border: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: auto!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a:hover {
    color: #fff;
    background: #005ead;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 250px;
    padding-top: 26px;
    padding-bottom: 24px;
  }
}

.footer {
  background-image: linear-gradient(0deg, #005ead 0%, #00a9ba 100%), linear-gradient(#000723, #000723);
  color: #fff;
}
.footer .footer-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: 300px;
}
.footer .footer-info ::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-info ::-moz-placeholder {
  color: #fff;
}
.footer .footer-info :-ms-input-placeholder {
  color: #fff;
}
.footer .footer-info input:-moz-placeholder {
  color: #fff;
}
.footer .footer-info .info-main {
  position: relative;
  padding-right: 300px;
}
.footer .footer-info .info-other {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-info .info-other .other-logo {
  margin-bottom: 70px;
}
.footer .footer-info .info-other .other-logo img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.footer .footer-info .info-other .other-email .box-title {
  margin-bottom: 20px;
  color: #fff;
}
.footer .footer-info .info-other .other-email .box-cont {
  width: 242px;
  position: relative;
}
.footer .footer-info .info-other .other-email .box-inp {
  border: solid 1px rgba(255, 255, 255, 0.12);
  height: 40px;
  width: 100%;
  padding: 0 60px 0 15px;
  line-height: 38px;
  color: #fff;
}
.footer .footer-info .info-other .other-email .box-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 40px;
  background:  no-repeat center center #fff;
}
.footer .footer-info .info-link {
  color: #fff;
}
.footer .footer-info .info-link .box-title {
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}
.footer .footer-info .info-link .box-cont {
  font-size: 12px;
}
.footer .footer-info .info-link .box-cont a {
  color: #fff;
  transition: all 0.5s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.footer .footer-info .info-link .box-cont a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.footer .footer-copy {
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-copy .copy-info a,
.footer .footer-copy .copy-info span {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  transition: all 0.5s;
}
.footer .footer-copy .copy-info a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.footer .footer-copy .copy-share {
  text-align: right;
}
.footer .footer-copy .copy-share img {
  display: block;
}
.footer .footer-copy .copy-share a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
  margin-left: 30px;
  padding-bottom: 2px;
}
.footer .footer-copy .copy-share a:first-child {
  margin-left: 0;
}
.footer .footer-copy .copy-share a.box-hover {
  position: relative;
  z-index: 2;
}
.footer .footer-copy .copy-share a.box-hover .box-img {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -40px;
  width: 86px;
  height: 86px;
  border: 1px solid #fff;
  overflow: hidden;
  display: none;
}
.footer .footer-copy .copy-share a.box-hover .box-img img {
  display: block;
  width: 84px;
  height: 84px;
}
.footer .footer-copy .copy-share a.box-hover:hover .box-img {
  display: block;
}
/*index-banner*/
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
.index-banner {
  overflow: hidden;
  /*箭头*/
  /*dots line*/
}
.index-banner .item {
  color: #fff;
  font-family: 'raleway-semibold';
}
.index-banner .item .img-fill {
  height: 100vh;
}
.index-banner .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  line-height: 100vh;
  text-align: center;
  color: #fff;
}
.index-banner .item .img-fill .info > div {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
}
.index-banner .item h3 {
  font-size: 56px;
  -webkit-animation: fadeoutup 1s both;
  animation: fadeoutup 1s both;
}
.index-banner .item.slick-active h3 {
  -webkit-animation: fadeinup 1s both 1.5s;
  animation: fadeinup 1s both 1.5s;
}
.index-banner .nextarrow {
  position: absolute;
  top: auto;
  right: 80px;
  width: 66px;
  bottom: 91px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 5;
  transition: all 0.5s;
}
.index-banner .nextarrow:hover {
  background:  no-repeat;
}
.index-banner .nextarrow:before {
  display: none;
}
.index-banner .prevarrow {
  position: absolute;
  top: auto;
  left: auto;
  right: 145px;
  bottom: 45px;
  width: 66px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 5;
  transition: all 0.5s;
}
.index-banner .prevarrow:hover {
  background:  no-repeat;
}
.index-banner .prevarrow:before {
  display: none;
}
.index-banner .slick-dots {
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 90px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: none !important;
}
.index-banner .slick-dots li {
  float: left;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.index-banner .slick-dots li button {
  position: absolute;
  left: 80px;
  color: #fff;
  height: 80px;
  top: -45px;
  display: none;
  font-style: italic;
  min-width: 50px;
}
.index-banner .slick-dots li button:before {
  display: none;
}
.index-banner .slick-dots li button span {
  display: block;
  line-height: 40px;
  min-width: 30px;
}
.index-banner .slick-dots li button .num {
  font-size: 22px;
  position: absolute;
}
.index-banner .slick-dots li button .total-num {
  font-size: 16px;
}
.index-banner .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: progressdots 5s both;
  animation: progressdots 5s both;
}
.index-banner .slick-dots li.slick-active button {
  display: block;
}
.index-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes slick-fastswipein {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@keyframes slick-fastswipein {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@-webkit-keyframes progressdots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes progressdots {
  /* ==== slick slider css ruls === */
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.index-title {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.1;
}
.index-title .title-en {
  margin-bottom: 30px;
}
.index-more {
  width: 150px;
  line-height: 44px;
  text-align: center;
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.index-more span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.index-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
.index-more:hover,
.index-more.active {
  transition-delay: 0.1s !important;
}
.index-more:hover span,
.index-more.active span {
  color: #333333 !important;
}
.index-more:hover:after,
.index-more.active:after {
  left: 0;
  width: 100%;
}
.index-more.active {
  transition: all 0.5s;
}
.index-more.active:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.index-box-01 .row {
  margin-left: -4%;
  margin-right: -4%;
  display: flex;
  align-items: center;
}
.index-box-01 .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.index-box-01 .box-s {
  margin-top: 80px;
}
.index-box-01 .box-s .box-img {
  position: relative;
  overflow: hidden;
}
.index-box-01 .box-s .box-img .img-s {
  display: block;
  width: 100%;
}
.index-box-01 .box-s .box-info .info-title {
  margin-bottom: 50px;
  color: #005ead;
}
.index-box-01 .box-s .box-info .info-txt {
  line-height: 40px;
  color: #666666;
  /*height: 160px;*/
  text-align: justify;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 4;*/
  margin-bottom: 50px;
}
.index-box-02 .public-more {
  margin-left: auto;
  margin-right: auto;
}
.index-box-02 .news-list .box-s {
  margin-bottom: 0!important;
}

.index-box-02.public-scroll .news-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 5;
  transition: all 0.5s;
}
.index-box-02.public-scroll .news-next:hover {
  background:  no-repeat;
}
.index-box-02.public-scroll .news-next:before {
  display: none;
}
.index-box-02.public-scroll .news-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 5;
  transition: all 0.5s;
}
.index-box-02.public-scroll .news-prev:hover {
  background:  no-repeat;
}
.index-box-02.public-scroll .news-prev:before {
  display: none;
}

/*page-main*/
.page-main {
  padding-top: 130px;
  padding-bottom: 90px;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 20px;
}
.pages ul li {
  display: inline-block;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 46px;
  min-width: 46px;
  line-height: 44px;
  background-color: #fff;
  text-align: center;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: bottom;
  margin: 3px;
  border: solid 1px #999999;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  border-color: #005ead;
  background-image: linear-gradient(0deg, #005ead 0%, #00a9ba 100%);
  color: #fff;
}
.pages span {
  border-color: #005ead;
  background-image: linear-gradient(0deg, #005ead 0%, #00a9ba 100%);
  color: #fff;
}
/*bread-crumbs*/
.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #666;
}
.bread-crumbs .bread-groups .bread-item   .bread-item:before {
  content: '\f105';
  font-family: "fontawesome" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  margin-right: 10px;
  color: #b7b7b7;
}
.bread-crumbs a {
  color: #666;
}
.bread-crumbs .bread-txt {
  float: left;
}
.bread-crumbs .bread-item {
  float: left;
}
.bread-crumbs .bread-item.active span {
  color: #000000;
}
/*public-banner*/
.public-banner {
  position: relative;
  overflow: hidden;
  height: 575px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.public-banner.banner-02 {
  height: 655px;
}
.public-banner.banner-02 .box-info{
	margin-top: 30px;
}
.public-banner .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
  color: #fff;
}
.public-banner .banner-cont {
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.public-banner.banner-job .banner-cont {
  text-align: center;
  color: #fff;
}
.public-banner.banner-job .banner-job-title-02 {
  margin-top: 5px;
}
.public-banner.banner-job .banner-job-title-03 {
  margin-top: 15px;
}
.public-banner.banner-job .banner-job-img {
  margin-top: 35px;
}
.public-banner.banner-job .banner-job-img img {
  width: 102px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.public-banner.banner-product {
  height: 655px;
}
.public-banner.banner-product .banner-mc {
  color: #000000;
}
.public-banner.banner-product,
.public-banner.banner-product-02 {
  text-align: center;
}
.public-banner.banner-product .banner-mc:after,
.public-banner.banner-product-02 .banner-mc:after {
  height: auto!important;
}
.public-banner.banner-product .banner-mc .banner-cont,
.public-banner.banner-product-02 .banner-mc .banner-cont {
  padding-top: 165px!important;
}
.public-banner.banner-product .box-info,
.public-banner.banner-product-02 .box-info {
  line-height: 2;
  margin-top: 30px;
}
.public-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.public-title {
  margin-bottom: 40px;
  color: #000000;
  line-height: 1.4;
}
.public-txt {
  color: #666666;
  line-height: 2;
  margin-bottom: 45px;
}
.public-more {
  min-width: 134px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00a9ba;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #00a9ba;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.public-more:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #005ead, #00a9ba);
  left: 50%;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  z-index: -1;
}
.public-more:hover {
  color: #fff;
}
.public-more:hover:after {
  left: 0;
  width: 100%;
}
.public-scroll .scroll-other {
  position: relative;
  height: 45px;
  margin-top: 40px;
  text-align: center;
}
/*.public-scroll .swiper-button-next,*/
/*.public-scroll .swiper-button-prev {*/
/*  z-index: 999;*/
/*}*/
/*.public-scroll .swiper-button-next:after,*/
/*.public-scroll .swiper-button-prev:after {*/
/*  color: #595856;*/
/*  font-size: 16px;*/
/*}*/
/*.public-scroll .swiper-button-next:hover:after,*/
/*.public-scroll .swiper-button-prev:hover:after {*/
/*  color: #00a9ba;*/
/*}*/
/*.public-scroll .swiper-button-next {*/
/*  right: 0;*/
/*}*/
/*.public-scroll .swiper-button-prev {*/
/*  left: 0;*/
/*}*/

.public-scroll .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  z-index: 99;
  transition: all 0.5s;
  opacity: 1;
}
.public-scroll .swiper-button-next:hover {
  background:  no-repeat;
}
.public-scroll .swiper-button-next:after {
  display: none;
}
.public-scroll .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 45px;
  background:  no-repeat;
  border: 0 none;
  margin-top: 0;
  color: #fff;
  transition: all 0.5s;
  opacity: 1;
  z-index: 99;
}
.public-scroll .swiper-button-prev:hover {
  background:  no-repeat;
}
.public-scroll .swiper-button-prev:after {
  display: none;
}


.public-scroll .swiper-pagination {
  text-align: center;
  width: 100%;
  padding-top: 12px;
}
.public-scroll .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  background: #d9d9d9;
  opacity: 1;
}
.public-scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a9ba;
}
.public-scroll .news-list .box-s:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12) inset;
}
/*解决方法*/
.total-solution .solution-box {
  float: left;
  position: relative;
}
.total-solution .solution-box .box-img {
  overflow: hidden;
}
.total-solution .solution-box .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.total-solution .solution-box .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
}
.total-solution .solution-box .box-mc:hover {
  background-image: linear-gradient(0deg, rgba(0, 94, 173, 0.8) 0%, rgba(0, 169, 186, 0.8) 100%);
}

.total-solution .solution-box .box-mc .box-title {
  color: #fff;
}
.total-solution .solution-box:hover .box-img img {
  transform: scale(1.1);
}
.total-solution .solution-left {
  width: 50%;
}
.total-solution .solution-right {
  width: 50%;
}
.total-solution-cyc .box-img {
  overflow: hidden;
}
.total-solution-cyc .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.total-solution-cyc .box-img:hover img {
  transform: scale(1.1);
}
.total-solution-cyc .box-s:nth-child(2n   1) {
  background-color: #f7f9fa;
}
.total-solution-cyc .box-s .row {
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
  align-items: center;
}
.total-solution-cyc .box-s .row .box-w {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.total-solution-cyc .box-02 .public-txt {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div[class*="total-solution-syc"] .public-txt {
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.total-solution-syc-01  .swiper-pagination {
  bottom: 15px;
}
.total-solution-syc-01  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a9ba;
}

.total-solution-syc-01 .row {
  display: flex;
  align-items: center;
}
.total-solution-syc-01 .box-info .info-title {
  line-height: 48px;
  color: #005ead;
  margin-bottom: 30px;
}
.total-solution-syc-01 .box-info .info-box > div {
  float: left;
  width: 50%;
  position: relative;
  line-height: 36px;
  color: #666666;
  padding-left: 30px;
}
.total-solution-syc-01 .box-info .info-box > div:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #00a9ba;
}

.total-solution-syc-01 .box-img img {
  display: block;
  width: 100%;
}

.total-solution-syc-02 {
  background-color: #f7f9fa;
}
/*新闻动态*/
.news-list .box-s {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.news-list .box-s .box-img {
  overflow: hidden;
}
.news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.news-list .box-s .box-info {
  padding: 30px;
}
.news-list .box-s .box-info .box-title {
  color: #000001;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.news-list .box-s .box-info .box-txt {
  line-height: 34px;
  height: 68px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news-list .box-s .box-info .box-date {
  color: #00a2df;
  line-height: 34px;
}
.news-list .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info .box-title {
  color: #00a2df;
}
.news-list.related-reco .box-s .box-info {
  background-color: #fff;
}
.related-reco {
  background-color: #f7f9fa;
}

.related-reco .swiper-pagination {
  margin-top: 10px;
  position: relative;
}

.details-page .details-top {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b0b0b0;
}
.details-page .details-top .top-title {
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.4;
}
.details-page .details-top .top-other {
  color: #666666;
}
.details-page .details-top .top-other span {
  display: inline-block;
  margin-left: 20px;
  color: #000;
  font-weight: bold;
}
.details-page .details-info {
  color: #666666;
  line-height: 2.2;
  text-align: justify;
}
.job-page {
  background-color: #f4f4f6;
  padding-bottom: 100px;
}
.job-page .job-menu {
  border-bottom: 1px solid #c5c5c5;
  text-align: center;
  margin-bottom: 40px;
}
.job-page .job-menu a {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 80px;
  margin-left: 2%;
  margin-right: 2%;
  color: #666666;
}
.job-page .job-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #169186;
  transition: all 0.5s;
}
.job-page .job-menu a:hover,
.job-page .job-menu a.active {
  color: #169186;
}
.job-page .job-menu a:hover:after,
.job-page .job-menu a.active:after {
  left: 0;
  width: 100%;
}
.job-page .job-main .row {
  margin-left: -8px;
  margin-right: -8px;
}
.job-page .job-main .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.job-list .box-s {
  background: #ffffff;
  padding: 15px 30px;
  line-height: 28px;
  border-bottom: 1px solid #eeeeee;
}
.job-list .box-s .box-title {
  color: #333333;
  font-weight: bold;
}
.job-list .box-s .box-tag {
  color: #666666;
}
.job-list .box-s .box-add-date .box-add {
  float: left;
  color: #444;
}
.job-list .box-s .box-add-date .box-date {
  float: right;
  color: #666;
}
.job-list .box-s:hover .box-title {
  color: #169186;
}
.job-recommend {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.job-recommend .recommend-title {
  line-height: 60px;
}
.job-recommend .recommend-title .title-txt {
  color: #333333;
  float: left;
  font-weight: bold;
}
.job-recommend .recommend-title .title-more {
  color: #666666;
  float: right;
}
.job-recommend .recommend-title .title-more:hover {
  color: #169186;
}
.job-recommend .recommend-list .box-s {
  border-bottom: 1px solid #f4f4f6;
}
.job-recommend .recommend-list .box-s a {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.job-recommend .recommend-list .box-s a:hover {
  color: #169186;
}
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none ;
}
.up-box {
  background-color: #fff;
  padding: 40px;
  position: fixed;
  width: 930px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.up-box .box-close {
  position: absolute;
  right: 25px;
  top: 25px;
  background:  no-repeat;
  width: 31px;
  height: 31px;
}
.up-box .box-close:hover {
  background-image: ;
}
.up-box .box-top {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.up-box .box-top .box-s {
  padding: 0 0 15px 0;
}
.up-box .box-top .box-s .box-title {
  color: #333333;
}
.up-box .box-top .box-s .box-title:hover {
  color: #333333;
}
.up-box .box-info {
  height: 400px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
}
.up-box .box-info .box-groups {
  margin-bottom: 20px;
}
.up-box .box-info .box-groups:last-child {
  margin-bottom: 0;
}
.up-box .box-info .box-groups .box-title {
  color: #333333;
  font-weight: bold;
}
.up-box .box-btn {
  padding-top: 30px;
}
.up-box .box-btn .btn-add {
  width: 155px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  background-image: linear-gradient(0deg, #005ead 0%, #00a9ba 100%);
  margin-left: auto;
  margin-right: auto;
}
/*智能视觉感知系统*/
.product-box-01 {
  background-color: #f7f9fa;
}
.product-box-01 .box-img {
  margin-bottom: 60px;
}
.product-box-01 .box-img img {
  display: block;
  width: 100%;
}
.product-box-01 .box-groups ul {
  display: flex;
  justify-content: space-between;
}
.product-box-01 .box-groups ul li {
  width: 176px;
  height: 205px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box-01 .box-groups ul li span {
  display: block;
}
.product-box-01 .box-groups ul li .icon-s {
  margin-bottom: 20px;
}
.product-box-01 .box-groups ul li .icon-s img{
	position: relative;
	top: 0;
	transition: .4s;
}
.product-box-01 .box-groups ul li:hover .icon-s img{
	transform: scale(1.1);
}
.product-box-01 .box-groups ul li .txt-s {
  line-height: 30px;
  min-height: 60px;
  color: #000000;
}
.product-box-02 .groups-info {
  float: left;
  width: 30%;
  padding-top: 5%;
}
.product-box-02 .groups-info > div {
  display: none;
}
.product-box-02 .groups-info > div:first-child {
  display: block;
}
.product-box-02 .groups-info .box-txt {
  color: #666666;
  line-height: 36px;
}
.product-box-02 .groups-info .txt-top {
  margin-bottom: 40px;
}
.product-box-02 .groups-info .box-title {
  margin-bottom: 20px;
}
.product-box-02 .groups-tabs {
  float: right;
  width: 66%;
  position: relative;
}
.product-box-02 .groups-tabs .tabs-img img {
  display: block;
  width: 100%;
}
.product-box-02 .groups-tabs .tabs-img > div {
  display: none;
}
.product-box-02 .groups-tabs .tabs-img > div:first-child {
  display: block;
}
.product-box-02 .groups-tabs .tabs-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-box-02 .groups-tabs .tabs-title a {
  float: left;
  width: 30%;
  margin-left: 2.5%;
  height: 165px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  position: relative;
}
.product-box-02 .groups-tabs .tabs-title a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  height: 2px;
  background-color: #00a9ba;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box-02 .groups-tabs .tabs-title a:hover:before,
.product-box-02 .groups-tabs .tabs-title a.active:before {
  width: 100%;
}
.product-box-03{
	background: #f7f9fa;
}
.product-box-03 .product-groups {
  display: flex;
  justify-content: space-between;
}
.product-box-03 .groups-info {
  border-bottom: 1px solid #cccccc;
  width: 33%;
  flex-direction: column;
}
.product-box-03 .groups-info .info-box {
  border-top: 1px solid #cccccc;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.product-box-03 .groups-info .info-box .info-title {
  color: #111111;
}
.product-box-03 .groups-info .info-box .info-txt {
  display: none;
  margin-top: 20px;
  color: #666666;
}
.product-box-03 .groups-info .info-box .info-img {
  display: none;
  margin-top: 20px;
}
.product-box-03 .groups-info .info-box .info-img img {
  display: block;
  width: 100%;
}
.product-box-03 .groups-info .info-box.active {
  height: 50%;
}
.product-box-03 .groups-info .info-box.active .info-title {
  color: #00a9ba;
}
.product-box-03 .groups-info .info-box.active .info-txt {
  display: block;
}
.product-box-03 .groups-img {
  width: 61%;
}
.product-box-03 .groups-img > div {
  display: none;
}
.product-box-03 .groups-img > div img {
  display: block;
  width: 100%;
}
.product-box-03 .groups-img > div:first-child {
  display: block;
}
/*智能驾驶系统*/
.product-box-04 .box-info {
  color: #666666;
  line-height: 2;
  text-align: center;
}
.product-box-04 .box-groups {
  margin-top: 50px;
}
.product-box-04 .box-groups .row {
  display: flex;
}
.product-box-04 .box-groups .box-s {
  background-color: #ffffff;
  box-shadow: 2px 3px 17px 1px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: center;
  min-height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-box-04 .box-groups .box-s .box-icon {
  margin-bottom: 25px;
}
.product-box-04 .box-groups .box-s .box-title {
  margin-bottom: 20px;
}
.product-box-04 .box-groups .box-s .box-txt {
  line-height: 30px;
  color: #666666;
  min-height: 90px;
}
.product-box-05 {
  background-color: #f7f9fa;
}
.product-box-05 .box-s {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.product-box-05 .box-s .box-icon {
  margin-bottom: 20px;
}
.product-box-05 .box-s .box-icon img {
  display: block;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}
.product-box-05 .box-s .box-title {
  line-height: 36px;
  height: 36px;
  color: #666666;
}
.product-box-06 {
  overflow: hidden;
}
.product-box-06.box-bg {
  background-color: #f7f9fa;
}
.product-box-06.box-bg .inp-s {
  background-color: #fff;
}
.product-box-06 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.product-box-06 .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.product-box-06 .box-s {
  margin-bottom: 20px;
}
.product-box-06 .inp-s {
  border: none;
  height: 60px;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
  display: block;
  width: 100%;
}
.product-box-06 .btn-s {
  display: block;
  width: 155px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(270deg, #2fbecc 0%, #609ed9 100%);
  border-image-slice: 1;
  color: #00a9ba;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.product-box-06 .btn-s:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, #2fbecc, #609ed9);
  overflow: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.product-box-06 .btn-s:hover {
  color: #fff;
}
.product-box-06 .btn-s:hover:after {
  left: 0;
  width: 100%;
}
.product-box-06 .box-btn {
  padding-top: 40px;
}
.product-box-07 .row {
  margin-left: 0;
  margin-right: 0;
}
.product-box-07 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.product-box-07 .box-s {
  position: relative;
  overflow: hidden;
}
.product-box-07 .box-s .box-img {
  overflow: hidden;
}
.product-box-07 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-box-07 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-box-07 .box-s .box-mc .box-cont {
  position: relative;
  padding-right: 130px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  min-width: 540px;
}
.product-box-07 .box-s .box-mc .box-cont .box-title {
  color: #fff;
}
.product-box-07 .box-s .box-mc .box-cont .box-more {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding-right: 18px;
}
.product-box-07 .box-s .box-mc .box-cont .box-more:after {
  content: '\f105';
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-box-07 .box-s .box-mc .box-cont .box-more:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.product-box-07 .box-s .box-mc .box-cont .box-more:hover:before {
  width: 100%;
}
.product-box-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.product-box-07 .box-s:hover .box-mc {
  background-image: linear-gradient(0deg, rgba(0, 94, 173, 0.8) 0%, rgba(0, 169, 186, 0.8) 100%);
}
.product-tabs-groups {
  padding-top: 100px;
}
.product-tabs-groups .tabs-title {
  margin-bottom: 60px;
}
.product-tabs-groups .tabs-title .title-wrap {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #005ead 0%, #00a9ba 100%);
  border-image-slice: 1;
}
.product-tabs-groups .tabs-title a {
  float: left;
  width: 50%;
  text-align: center;
  color: #00a9ba;
  height: 98px;
  line-height: 98px;
}
.product-tabs-groups .tabs-title a:hover,
.product-tabs-groups .tabs-title a.active {
  background: linear-gradient(0deg, #005ead, #00a9ba);
  color: #fff;
}
.product-tabs-groups .tabs-cont > div {
  height: 0;
  overflow: hidden;
}
.product-tabs-groups .tabs-cont > div.active {
  height: auto;
}
.product-adas-01 {
  padding-bottom: 100px;
}
.product-adas-01 .public-title {
  margin-bottom: 20px;
}
.product-adas-01 .box-info {
  text-align: center;
  color: #666666;
  margin-bottom: 35px;
}
.product-adas-01 .box-groups {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-adas-01 .box-groups ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.product-adas-01 .box-groups ul li .box-icon {
  margin-bottom: 10px;
}
.product-adas-01 .box-groups ul li .box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-adas-01 .box-groups ul li .box-title {
  color: #666666;
  line-height: 24px;
}
.product-adas-01 .box-tabs .box-tabs-cont {
  margin-bottom: 30px;
}
.product-adas-01 .box-tabs .box-tabs-cont > div {
  display: none;
}
.product-adas-01 .box-tabs .box-tabs-cont > div img {
  display: block;
  width: 100%;
}
.product-adas-01 .box-tabs .box-tabs-cont > div:first-child {
  display: block;
}
.product-adas-01 .box-tabs .box-tabs-title a {
  float: left;
  width: 32%;
  margin-right: 2%;
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  position: relative;
}
.product-adas-01 .box-tabs .box-tabs-title a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  top: 0;
  overflow: hidden;
  height: 1px;
  background: #00a9ba;
  transition: all 0.5s;
}
.product-adas-01 .box-tabs .box-tabs-title a:hover .title-s,
.product-adas-01 .box-tabs .box-tabs-title a.active .title-s {
  color: #00a9ba;
}
.product-adas-01 .box-tabs .box-tabs-title a:hover:after,
.product-adas-01 .box-tabs .box-tabs-title a.active:after {
  width: 100%;
}
.product-adas-01 .box-tabs .box-tabs-title a:last-child {
  margin-right: 0;
}
.product-adas-01 .box-tabs .box-tabs-title a span {
  display: block;
}
.product-adas-01 .box-tabs .box-tabs-title a .title-s {
  color: #000;
  margin-bottom: 10px;
}
.product-adas-01 .box-tabs .box-tabs-title a .txt-s {
  color: #666666;
}
.product-adas-02 {
  position: relative;
}
.product-adas-02 .box-video img {
  display: block;
  width: 100%;
}
.product-adas-02 .video-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  z-index: 99;
}
.product-adas-02 .video-mc .public-title {
  color: #fff;
}
.product-adas-02 .video-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.product-adas-02 .video-title ul {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
}
.product-adas-02 .video-title ul li {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: -6px;
  position: relative;
}
.product-adas-02 .video-title ul li:first-child:before {
  display: none!important;
}
.product-adas-02 .video-title ul li:last-child:after {
  display: none!important;
}
.product-adas-02 .video-title ul li:after,
.product-adas-02 .video-title ul li:before {
  content: '';
  height: 2px;
  background-color: #fff;
  position: absolute;
  width: 100px;
  top: 6px;
  display: none;
}
.product-adas-02 .video-title ul li:before {
  left: -100px;
}
.product-adas-02 .video-title ul li .box-txt {
  position: absolute;
  width: 200px;
  left: 50%;
  bottom: 20px;
  margin-left: -100px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.product-adas-02 .video-title ul li.active {
  background-color: #fff;
}
.product-adas-02 .video-title ul li.active:after,
.product-adas-02 .video-title ul li.active:before {
  display: block;
}
.product-adas-02 .video-title ul li.active .box-txt {
  color: #fff;
}
.video-btn {
  background:  no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:9999;
}
.video-btn:before {
  animation: ripple2 2s ease-out infinite;
  border: solid 1px #09c;
  border-radius: 130px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video-btn:after {
  animation: ripple2 2s 1s ease-out infinite;
  border: solid 1px #09c;
  border-radius: 130px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes ripple2 {
  0% {
    pacity: 0.25;
  }
  100% {
    border-radius: 130px;
    opacity: 0;
    transform: scale(3);
  }
}
.product-adas-03 {
  background-color: #fff;
}
.product-adas-03 .public-title {
  margin-bottom: 20px;
}
.product-adas-03 .box-center {
  /*width: 440px;*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.product-adas-03 .box-center .center-info {
  width: 440px;
  height: 440px;
  border: dotted 1px #cccccc;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background-color: #fff;
}
.product-adas-03 .box-center .center-info:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 290px;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.product-adas-03 .box-center .center-info .box-icon {
  margin-bottom: 20px;
}
.product-adas-03 .box-center .center-info .box-txt {
  line-height: 24px;
  color: #000000;
}
.product-adas-03 .box-s {
  width: 313px;
  height: 116px;
  border-radius: 58px;
  border: solid 2px #2ca5a4;
  position: absolute;
  background: #fff;
}
.product-adas-03 .box-s:after {
  content: '';
  position: absolute;
  background:  no-repeat;
  width: 20px;
  height: 21px;
  top: 50%;
  margin-top: -11px;
}
.product-adas-03 .box-s.box-01,
.product-adas-03 .box-s.box-03 {
  padding-right: 110px;
}
.product-adas-03 .box-s.box-01 .box-icon,
.product-adas-03 .box-s.box-03 .box-icon {
  right: 0;
}
.product-adas-03 .box-s.box-02,
.product-adas-03 .box-s.box-04 {
  padding-left: 110px;
}
.product-adas-03 .box-s.box-02 .box-icon,
.product-adas-03 .box-s.box-04 .box-icon {
  left: 0;
}
.product-adas-03 .box-s.box-01 {
  top: 0;
  left: -360px;
}
.product-adas-03 .box-s.box-01:after {
  right: -130px;
}
.product-adas-03 .box-s.box-02 {
  top: 0;
  right: -360px;
}
.product-adas-03 .box-s.box-02:after {
  left: -130px;
  transform: rotatey(180deg);
}
.product-adas-03 .box-s.box-03 {
  bottom: 0;
  left: -360px;
}
.product-adas-03 .box-s.box-03:after {
  right: -130px;
  transform: rotatex(180deg);
}
.product-adas-03 .box-s.box-04 {
  bottom: 0;
  right: -360px;
}
.product-adas-03 .box-s.box-04:after {
  left: -130px;
  transform: rotate(180deg);
}
.product-adas-03 .box-s .box-icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 55px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
}
.product-adas-03 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.product-adas-03 .box-s .box-txt {
  text-align: center;
  line-height: 22px;
  height: 110px;
}
.product-adas-03 .box-s .box-txt .title-ch {
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-adas-03 .box-s .box-txt .title-en {
  color: #666666;
}
.product-adas-03 .cont-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-ads-01 .main-cont img {
  display: block;
  width: 100%;
}
.product-ads-01 {
  padding-top: 80px;
}
.product-ads-02 {
  background-color: #f7f9fa;
  padding-top: 80px;
  padding-bottom: 20px;
}
.product-ads-02 .main-cont {
  position: relative;
  /*min-height: 680px;*/
  padding-top: 60px;
}
.product-ads-02 .main-cont .main-img {
  position: relative;
  width: 842px;
  /*float: left;*/
  margin: 100px auto;
}
.product-ads-02 .main-cont .main-img img {
  display: block;
  width: 100%;
}
.product-ads-02 .main-cont .main-img .dian-groups {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-ads-02 .main-cont .main-info {
  float: right;
  width: 320px;
  height: 660px;
  background: linear-gradient(0deg, #005ead 0%, #00a9ba 100%);
  margin-top: -80px;
  padding: 25px 0 25px 25px;
}
.product-ads-02 .main-cont .main-info .p-info-groups {
  height: 620px;
  color: #fff;
  line-height: 32px;
}
.product-ads-02 .main-cont .main-info .p-info-groups div[class^="p-info"] {
  display: none;
}
.product-ads-02 .main-cont .main-info .info-all {
  display: none;
}
.product-ads-03 {
  position: relative;
}
.product-ads-03 .box-img {
  overflow: hidden;
}
.product-ads-03 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-ads-03 .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding-top: 90px;
}
.product-ads-03 .box-mc .public-title {
  color: #fff;
}
.product-ads-03 .box-mc .main-cont {
  text-align: center;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  line-height: 36px;
}
.dian {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #00a9ba;
  position: absolute;
  cursor: pointer;
}
.dian.active .dian-txt {
  color: #00a9ba;
}
.dian.active:before,
.dian.active:after {
  display: block;
}
.dian:before {
  animation: ripple 2s ease-out infinite;
  border: solid 1px #09c;
  border-radius: 2em;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.dian:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 1px #09c;
  border-radius: 2em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.dian .dian-line {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
}
.dian .dian-txt {
  color: #333333;
  line-height: 24px;
  min-width: 300px;
  position: absolute;
}
.dian.dian-01 {
  left: 58px;
  top: 240px;
}
.dian.dian-01 .dian-line {
  background-image: ;
  width: 88px;
  height: 71px;
  bottom: 12px;
  left: -82px;
}
.dian.dian-01 .dian-txt {
  left: -388px;
  top: -82px;
  text-align: right;
}
.dian.dian-02 {
  left: 90px;
  top: 344px;
}
.dian.dian-02 .dian-line {
  background-image: ;
  width: 131px;
  height: 34px;
  left: -137px;
  bottom: -28px;
}
.dian.dian-02 .dian-txt {
  left: -388px;
  bottom: -82px;
  text-align: right;
}
.dian.dian-03 {
  left: 221px;
  top: 137px;
}
.dian.dian-03 .dian-line {
  background-image: ;
  width: 57px;
  height: 1px;
  left: -57px;
  top: 5px;
}
.dian.dian-03 .dian-txt {
  left: -365px;
  top: -6px;
  text-align: right;
}
.dian.dian-04 {
  left: 331px;
  top: 52px;
}
.dian.dian-04 .dian-line {
  background-image: ;
  width: 84px;
  height: 1px;
  left: -83px;
  top: 5px;
}
.dian.dian-04 .dian-txt {
  left: -390px;
  top: -6px;
  text-align: right;
}
.dian.dian-05 {
  left: 386px;
  top: 93px;
}
.dian.dian-05 .dian-line {
  background-image: ;
  width: 57px;
  height: 108px;
  top: -108px;
  left: -51px;
}
.dian.dian-05 .dian-txt {
  top: -119px;
  left: -360px;
  text-align: right;
}
.dian.dian-06 {
  left: 413px;
  top: 219px;
}
.dian.dian-06 .dian-line {
  background-image: ;
  width: 69px;
  height: 286px;
  top: -286px;
  left: -63px;
}
.dian.dian-06 .dian-txt {
  top: -295px;
  left: -368px;
  text-align: right;
}
.dian.dian-07 {
  left: 462px;
  top: 110px;
}
.dian.dian-07 .dian-line {
  background-image: ;
  width: 43px;
  height: 218px;
  top: -218px;
  left: 6px;
}
.dian.dian-07 .dian-txt {
  top: -229px;
  left: 58px;
}
.dian.dian-08 {
  left: 653px;
  top: 18px;
}
.dian.dian-08 .dian-line {
  background-image: ;
  width: 42px;
  height: 146px;
  top: -146px;
  left: 6px;
}
.dian.dian-08 .dian-txt {
  top: -156px;
  left: 58px;
}
.dian.dian-09 {
  left: 800px;
  top: 127px;
}
.dian.dian-09 .dian-line {
  background-image: ;
  width: 56px;
  height: 85px;
  top: -79px;
  left: 12px;
}
.dian.dian-09 .dian-txt {
  top: -106px;
  left: -80px;
  text-align: center;
}
.dian.dian-10 {
  left: 813px;
  top: 202px;
}
.dian.dian-10 .dian-line {
  background-image: ;
  width: 82px;
  height: 36px;
  bottom: -30px;
  left: 12px;
}
.dian.dian-10 .dian-txt {
  bottom: -60px;
  left: -57px;
  text-align: center;
}
.dian.dian-11 {
  left: 490px;
  top: 278px;
}
.dian.dian-11 .dian-line {
  background-image: ;
  width: 120px;
  height: 131px;
  bottom: -131px;
  left: 6px;
}
.dian.dian-11 .dian-txt {
  bottom: -142px;
  left: 101px;
  text-align: center;
}
.dian.dian-12 {
  left: 385px;
  top: 241px;
}
.dian.dian-12 .dian-line {
  background-image: ;
  width: 98px;
  height: 203px;
  bottom: -205px;
  left: 6px;
}
.dian.dian-12 .dian-txt {
  bottom: -216px;
  left: 113px;
}
.dian.dian-13 {
  left: 239px;
  top: 370px;
}
.dian.dian-13 .dian-line {
  background-image: ;
  width: 87px;
  height: 151px;
  bottom: -151px;
  left: -81px;
}
.dian.dian-13 .dian-txt {
  bottom: -164px;
  left: -392px;
  text-align: right;
}
@keyframes ripple {
  0% {
    pacity: 0.25;
  }
  100% {
    border-radius: 4em;
    opacity: 0;
    transform: scale(3);
  }
}
/*关于我们*/
.about-box-01 {
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.about-box-01 .public-txt {
  margin-bottom: 0;
}
.about-box-02 {
  background-color: #fafafa;
}
.about-box-02 .box-s {
  height: 230px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 rgba(15, 100, 174, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.5s;
}
.about-box-02 .box-s .box-icon {
  margin-right: 30px;
}
.about-box-02 .box-s .box-icon img {
  display: block;
}
.about-box-02 .box-s .box-txt .title-s {
  color: #000000;
  margin-bottom: 20px;
}
.about-box-02 .box-s .box-txt .txt-s {
  color: #666666;
  margin-left: -5px;
  margin-right: -5px;
}
.about-box-02 .box-s:hover {
  transform: scale(1.05);
}
.about-box-03 .swiper-slide {
  min-height: 800px;
}
.about-box-03 .box-s {
  text-align: center;
  position: relative;
}
.about-box-03 .box-s .box-year {
  color: #000000;
  line-height: 40px;
  font-weight: bold;
}
.about-box-03 .box-s .box-txt {
  line-height: 30px;
  color: #666666;
}
.about-box-03 .box-s .box-txt .txt-s {
  position: absolute;
  width: 100%;
}
.about-box-03 .box-s.box-01 {
  top: 280px;
}
.about-box-03 .box-s.box-01 .box-year {
  margin-bottom: 15px;
}
.about-box-03 .box-s.box-01 .box-txt {
  background:  no-repeat top center;
  position: relative;
  padding-top: 230px;
  line-height: 30px;
  color: #666666;
}
.about-box-03 .box-s.box-01 .box-txt:after {
  content: '';
  position: absolute;
  background:  no-repeat;
  width: 5px;
  height: 166px;
  top: 49px;
}
.about-box-03 .box-s.box-01 .box-txt .txt-s {
  top: 220px;
  font-size: 14px;
}
.about-box-03 .box-s.box-02 {
  bottom: -210px;
  top: auto;
}
.about-box-03 .box-s.box-02 .box-year {
  margin-top: 15px;
}
.about-box-03 .box-s.box-02 .box-txt {
  background:  no-repeat bottom center;
  position: relative;
  padding-bottom: 250px;
  line-height: 30px;
  color: #666666;
}
.about-box-03 .box-s.box-02 .box-txt:after {
  content: '';
  position: absolute;
  background:  no-repeat;
  width: 5px;
  height: 166px;
  bottom: 80px;
}
.about-box-03 .box-s.box-02 .box-txt .txt-s {
  bottom: 250px;
  font-size: 14px;
  height: 204px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.about-box-03 .box-s.box-02 .box-txt .txt-s::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.about-box-03 .box-s.box-02 .box-txt .txt-s::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(0, 0, 0, 0.7);
}

.about-box-03 .box-s.box-02 .box-txt .txt-s::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background:rgba(0, 0, 0, 0.3);
}
.about-box-03 .box-s.box-01 .box-txt .txt-s{
	height: 204px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.about-box-03 .box-s.box-01 .box-txt .txt-s::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.about-box-03 .box-s.box-01 .box-txt .txt-s::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: rgba(0, 0, 0, 0.7);
}

.about-box-03 .box-s.box-01 .box-txt .txt-s::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background:rgba(0, 0, 0, 0.3);
}

.about-box-03 .box-s:hover .box-year {
  background-image: linear-gradient(0deg, #005eae 0%, #00a9ba 100%), linear-gradient(#00a2df, #00a2df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-box-03 .year-next,
.about-box-03 .year-prev {
  width: 66px;
  height: 45px;
  margin-top: -23px;
}
.about-box-03 .year-next:after,
.about-box-03 .year-prev:after {
  display: none;
}
.about-box-03 .year-next {
  background:  no-repeat;
  margin-right: -80px;
}
.about-box-03 .year-prev {
  background:  no-repeat;
  margin-left: -80px;
}

.about-box-03 .year-next:hover{
	 background:  no-repeat;
}
.about-box-03 .year-prev:hover{
	 background:  no-repeat;
}
.about-box-04 {
  background-color: #fafafa;
}
.about-box-05 .box-s {
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.about-box-05 .box-s img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  /* chrome, safari, opera */
  filter: grayscale(100%);
  transition: all 0.5s;
}
.about-box-05 .box-s:hover img {
  -webkit-filter: grayscale(0);
  /* chrome, safari, opera */
  filter: grayscale(0);
  transform: scale(1.1);
}
.about-box-06 {
  background-color: #fafafa;
}
.about-box-06 .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.about-box-06 .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.about-box-06 .box-s {
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.about-box-06 .box-s img {
  display: inline-block;
  max-height: 160px;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  /* chrome, safari, opera */
  filter: grayscale(100%);
  transition: all 0.5s;
}
.about-box-06 .box-s:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  /* chrome, safari, opera */
  filter: grayscale(0);
}


.up-box .video-box video {
  width: 100%;
  height: 100%;
  margin-top: 35px;
}
/*滚动条样式修改*/
#scroll-groups .mcsb_scrolltools {
  width: 1px!important;
}
#scroll-groups .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
  background-color: #fff;
}
