* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "PingFang SC",微软雅黑，Arial;
}
/*@font-face {*/
/*  font-family: GilroyBold;*/
/*  src: url('../fonts/gilroy-bold-4.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: GilroyMedium;*/
/*  src: url('../fonts/Gilroy-Medium-2.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: GilroyRegular;*/
/*  src: url('../fonts/gilroy-regular-3.otf');*/
/*}*/


@font-face {
        font-family: 'GilroyBold';
        src: url('../fonts/Montserrat-Bold-3.otf') format('truetype');
}

@font-face {
        font-family: 'GilroyRegular';
        src: url('../fonts/Montserrat-Regular-8.otf') format('truetype');
}

@font-face {
        font-family: 'GilroyMedium';
        src: url('../fonts/Montserrat-Medium-7.otf') format('truetype');
}


html,
body {
  width: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
body.hidden {
  overflow: hidden;
}
body::-webkit-scrollbar {
  /*display: none;*/
}
ul li {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: normal;
}
svg {
  vertical-align: middle;
}
img,
video {
  object-fit: cover;
}
img {
  vertical-align: bottom;
}
.phone-img {
  display: none;
}
.w1720 {
  padding: 0 5.21%;
}
.w1600 {
  padding: 0 8.36%;
}
.pc-header {
  transition: 0.8s;
  z-index: 20;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pc-header .box {
  padding: 0 5.21%;
  display: flex;
  align-items: center;
}
.pc-header .box .logo {
  width: 20%;
}
.pc-header .box .logo a img {
  display: none;
  height: 28px;
}
.pc-header .box .logo a img.show {
  display: block;
}
.pc-header .box .nav {
  width: 60%;
  display: flex;
  justify-content: center;
}
.pc-header .box .nav .item {
  position: relative;
}
.pc-header .box .nav .item p {
  padding: 0 30px;
}
.pc-header .box .nav .item p a {
  color: #fff;
  font-size: 18px;
  line-height: 100px;
}
.pc-header .box .nav .item p svg {
  transition: 0.6s;
  margin-left: 3px;
}
.pc-header .box .nav .item p:hover a {
  color: #1799c3;
}
.pc-header .box .nav .item p:hover svg {
  transform: rotateX(180deg);
}
.pc-header .box .nav .item p:hover svg path {
  stroke: #1799c3;
}
.pc-header .box .nav .item .drow {
  width: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  box-shadow: 0px 5px 10px #ddd;
}
.pc-header .box .nav .item .drow .drow-slide {
  padding: 10px 0px;
  text-align: center;
}
.pc-header .box .nav .item .drow .drow-slide a {
  color: #000;
  line-height: 24px;
}
.pc-header .box .nav .item .drow .drow-slide a:hover {
  color: #1799c3;
}
.pc-header .box .nav .item .drow::before {
  content: ' ';
  border: 7px solid #fff;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
}
.pc-header .box .nav .item:hover .drow {
  transition: 0.5s;
  -webkit-clip-path: polygon(-10% -14px, 110% 0%, 110% 110%, -10% 110%);
  clip-path: polygon(-10% -14px, 110% 0%, 110% 110%, -10% 110%);
}
.pc-header .box .nav .item.active p a {
  color: #1799c3;
}
.pc-header.active .box .nav .item.active p a {
     color: #1799c3;
}
.pc-header .box .seek {
  flex: 1;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.pc-header .box .seek form {
  display: inline-block;
  margin: 0 auto;
}
.pc-header .box .seek form .slide {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
}
.pc-header .box .seek form .slide .input {
  margin-left: 10px;
}
.pc-header .box .seek form .slide .input input {
  width: 5.5rem;
  height: 48px;
  border: none;
}
.pc-header .box .ricerca {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.pc-header .box .ricerca .serach {
  cursor: pointer;
}
.pc-header .box .ricerca .lang {
  cursor: pointer;
  margin-left: 60px;
}
.pc-header .box .ricerca .lang p {
  display: flex;
  align-items: center;
}
.pc-header .box .ricerca .lang p span {
  font-size: 18px;
  color: #fff;
  margin-right: 3px;
}
.pc-header.white,
.pc-header.active {
  background: #fff;
  
}
.pc-header.white .box .logo a img.show,
.pc-header.active .box .logo a img.show {
  display: none;
}
.pc-header.white .box .logo a img,
.pc-header.active .box .logo a img {
  display: block;
}
.pc-header.white .box .nav .item.active p a {
    color: #1799c3;
}
.pc-header.white .box .nav .item p a,
.pc-header.active .box .nav .item p a {
  color: #000;
}
.pc-header.white .box .nav .item p svg path,
.pc-header.active .box .nav .item p svg path {
  stroke: #000;
}
.pc-header.white .box .nav .item p:hover a,
.pc-header.active .box .nav .item p:hover a {
  color: #1799c3;
}
.pc-header.white .box .nav .item p:hover svg,
.pc-header.active .box .nav .item p:hover svg {
  transform: rotateX(180deg);
}
.pc-header.white .box .nav .item p:hover svg path,
.pc-header.active .box .nav .item p:hover svg path {
  stroke: #1799c3;
}
.pc-header.white .box .ricerca .serach svg path,
.pc-header.active .box .ricerca .serach svg path {
  fill: #000;
}
.pc-header.white .box .ricerca .lang p span,
.pc-header.active .box .ricerca .lang p span {
  color: #000;
}
.pc-header.white .box .ricerca .lang p svg path,
.pc-header.active .box .ricerca .lang p svg path {
  stroke: #000;
}
.pc-header.active {
  box-shadow: 0 1px 20px rgb(54 54 54 / 40%);
}
.pc-header.on {
  top: -100px;
}
.pane {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
}
.pane .vertical {
  position: relative;
  min-height: 30vh;
  background: #f8f8f8;
  padding: 0 5vw;
}
.pane .vertical .ilagzl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0 10px;
}
.pane .vertical .ilagzl .guanbi {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pane .vertical .ilagzl .guanbi:hover {
  background: #1799c3;
}
.pane .vertical .ilagzl .guanbi:hover svg path {
  fill: #fff;
}
.pane .vertical .scrollbar {
  padding: 10vh 0 70px;
}
.pane .vertical .scrollbar .fjwdnm {
  width: 35%;
  margin: 0 auto;
}
.pane .vertical .scrollbar .fjwdnm .dhjuzx form {
  display: flex;
}
.pane .vertical .scrollbar .fjwdnm .dhjuzx form input {
  flex: 1;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  background: none;
  font-size: 20px;
  outline: none;
  color: #000;
  letter-spacing: 2px;
  font-weight: 200;
}
.pane .vertical .scrollbar .fjwdnm .dhjuzx form button {
  cursor: pointer;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1799c3;
  border: 1px solid #1799c3;
  border-radius: 50%;
}
.pane .vertical .scrollbar .fjwdnm .dhjuzx form button:hover {
  background: transparent;
}
.pane .vertical .scrollbar .fjwdnm .dhjuzx form button:hover svg path {
  fill: #1799c3;
}
.neiye-banner {
  width: 100%;
  position: relative;
}
.neiye-banner .banner-img {
  width: 100%;
}
.neiye-banner .banner-img img {
  width: 100%;
}
.neiye-banner .banner-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.neiye-banner .banner-title p {
  color: #fff;
  font-size: 0.38rem;
  font-weight: 100;
}
.neiye-banner .banner-title h3 {
  color: #fff;
  font-size: 0.58rem;
  font-weight: 400;
  white-space: nowrap;
}
.pc-footer {
  margin-bottom: 1rem;
}
.pc-footer .foot-top {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
}
.pc-footer .foot-top .logo {
  width: 25%;
}
.pc-footer .foot-top .logo img{
    height: 30px;
}
.pc-footer .foot-top .safety {
  flex: 1;
}
.pc-footer .foot-top .safety p {
  font-size: 0.42rem;
  color: #000;
  font-weight: 100;
  line-height: 2rem;
}
.pc-footer .foot-top .safety p span {
  font-weight: 400;
}
.pc-footer .foot-bottom {
  display: flex;
}
.pc-footer .foot-bottom .Intranet {
  width: 25%;
  justify-content: flex-start;
}
.pc-footer .foot-bottom .copy {
  flex: 1;
}
.pc-footer .foot-bottom .copy a {
  font-size: 18px;
  color: #666666;
  /*line-height: 26px;*/
   line-height: 32px;
}
.pc-footer .foot-bottom .copy a:nth-child(1) {
  display: block;
}
.pc-footer .foot-bottom .copy .a1:hover {
  color: #000;
}
.pc-footer .foot-bottom .right {
  display: flex;
}
.pc-footer .foot-bottom .right .item {
position: relative;
margin-right: 10px;
}
.pc-footer .foot-bottom .right p {
  transition: 0.4s;
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-footer .foot-bottom .right .about {
  position: absolute;
  left: 50%;
  bottom: 130%;
  transform: translateX(-50%);
}
.pc-footer .foot-bottom .right .about img {
  transition: 0.6s;
  transform: scale(0);
  transform-origin: center bottom;
}
.pc-footer .foot-bottom .right .about a {
  transition: 0.6s;
  transform: scale(0);
  transform-origin: center bottom;
}
.pc-footer .foot-bottom .right .about a {
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
    background: #f1f1f1;
    border: 2px;
}
.pc-footer .foot-bottom .right .about a:hover {
    color: #1199c3;
}
.pc-footer .foot-bottom .right .item:last-child {
  margin-right: 0;
}
.pc-footer .foot-bottom .right p:hover {
  background: #1799c3;
}
.pc-footer .foot-bottom .right p:hover a img {
  filter: brightness(100);
}
.pc-footer .foot-bottom .right .item:hover .about img {
  transform: scale(1);
}
.pc-footer .foot-bottom .right .item:hover .about a {
  transform: scale(1);
}
.anchor {
  position: relative;
  top: -99px;
}
.Intranet {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.Intranet a {
  width: 165px;
  height: 52px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Intranet a span {
  color: #666;
  font-size: 18px;
  margin-right: 10px;
}
.Intranet:hover a {
  background: #1799c3;
}
.Intranet:hover a span {
  color: #fff;
}
.Intranet:hover a svg path {
  stroke: #fff;
}
.pub-title {
  text-align: center;
  font-size: 1.96rem;
  color: #eeeeee;
  text-transform: uppercase;
  font-family: GilroyBold;
}
.btn {
  position: relative;
  margin: 0 auto;
  width: 145px;
  height: 52px;
  border: solid #fff;
  border-width: 1px 1px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a {
  color: #fff;
  font-size: 16px;
}
.btn::before {
  content: '';
  width: 30%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-banner {
  width: 100%;
}
.index-banner .mySwiper1 {
  height: 100vh;
}
.index-banner .mySwiper1 .swiper-slide {
  position: relative;
}
.index-banner .mySwiper1 .swiper-slide .my_video {
  width: 100%;
  height: 100%;
   position: relative;
}
.index-banner .mySwiper1 .swiper-slide .my_video video {
  width: 100%;
  height: 100%;
}
.index-banner .mySwiper1 .swiper-slide .my_video img {
  width: 100%;
  height: 100%;
}
.index-banner .mySwiper1 .swiper-slide .my_video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,0));
    background: linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,0));
}
.index-banner .mySwiper1 .swiper-slide .my_title {
  width: 100%;
  text-align: center;
  z-index: 11;
  font-size: 0.52rem;
  color: #fff;
  position: absolute;
  bottom: 12%;
}
.index-banner .mySwiper1 .swiper-pagination {
  bottom: 5%;
}
.index-banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 2px;
  background: #4c596a;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.index-banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet:nth-child(2n) {
  transform: rotate(180deg);
}
.index-banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.index-banner .mySwiper1 .swiper-button-next,
.index-banner .mySwiper1 .swiper-button-prev {
  opacity: 0.35;
  width: 19px;
  height: 35px;
  background: url('../images/1.svg') no-repeat;
}
.index-banner .mySwiper1 .swiper-button-next::after,
.index-banner .mySwiper1 .swiper-button-prev::after {
  display: none;
}
.index-banner .mySwiper1 .swiper-button-next:hover,
.index-banner .mySwiper1 .swiper-button-prev:hover {
  opacity: 1;
}
.index-banner .mySwiper1 .swiper-button-prev {
  left: 5.2%;
}
.index-banner .mySwiper1 .swiper-button-next {
  right: 5.2%;
  transform: rotate(180deg);
}
.index-banner .mySwiper1 .swiper-Scroll {
  z-index: 11;
  position: absolute;
  bottom: 5%;
  right: 5.2%;
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.data {
  position: relative;
  height: 550vh;
}
.data .data-box {
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
.data .data-box .pub-title {
  padding: 0.4rem 0 1rem;
}
.data .data-box .contont1 {
  width: 200vw;
}
.data .data-box .contont1 .item {
  transform: translate(50%, 0);
  display: flex;
  overflow: hidden;
}
.data .data-box .contont1 .item .item-slide {
  margin-right: 6%;
}
.data .data-box .contont1 .item .item-slide .slide-number {
  color: #000;
  display: flex;
  align-items: center;
}
.data .data-box .contont1 .item .item-slide .slide-number span {
  font-size: 0.96rem;
}
.data .data-box .contont1 .item .item-slide .slide-number .counter {
  font-size: 1.26rem;
}
.data .data-box .contont1 .item .item-slide .slide-desc {
  color: #666;
  font-size: 0.2rem;
  line-height: 32px;
  white-space: nowrap;
}
.data .data-box .contont1 .item .item-slide .slide-desc span {
  color: #1799c3;
}
.data .data-box .contont1 .item .item-slide:last-child {
  margin-right: 0%;
}
.data .data-box .contont1 .item2 {
  transform: translate(50%, 0);
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.data .data-box .contont1 .item2 .car {
  width: 135px;
  height: 64px;
  background: url('../images/4.png') no-repeat;
}
.data .data-box .contont1 .item2 .line {
    flex: 1;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #3799bc, #f6fafd);
}
.data .data-box .contont2 {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
}
.data .data-box .contont2 h1 {
  font-size: 1.46rem;
  font-weight: 700;
  color: #000;
  background-image: url('../images/5.jpg');
  background-clip: text;
  -webkit-background-clip: text;
  white-space: nowrap;
  padding: 2px;
}
.data .data-box .contont3 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.data .data-box .contont3 .con-back {
  width: 100%;
  height: 100%;
}
.data .data-box .contont3 .con-back img {
  width: 100%;
  height: 100%;
}
.data .data-box .contont3 .con-title {
    width: 80%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.data .data-box .contont3 .con-title .tit1 {
  text-align: center;
  font-size: 0.46rem;
  color: #fff;
  line-height: 0.66rem;
  font-weight: 400;
  margin-bottom: 0.55rem;
}
.data .data-box .contont4 {
    display: none;
}
.accordion {
  width: 100%;
  display: flex;
  margin-top: -1px;
}
.accordion .acc-item {
  transition: 0.6s;
  width: 33.33%;
  overflow: hidden;
  position: relative;
}
.accordion .acc-item .item-back {
    position: relative;
}
.accordion .acc-item .item-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right,rgba(0, 0, 0,.3),rgba(0, 0, 0,.3));
}
.accordion .acc-item.active .item-back::before {
    background: -webkit-linear-gradient(to bottom right,rgba(11, 74, 130,.7),rgba(20, 159, 200,.7));
    background: linear-gradient(to bottom right,rgba(11, 74, 130,.7),rgba(20, 159, 200,.7));
}
.accordion .acc-item .item-back img {
    width: 100%;
  vertical-align: middle;
  height: 100vh;
}
.accordion .acc-item .item-about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  padding: 1.2rem 0.6rem;
  display: flex;
  flex-direction: column;
}
.accordion .acc-item .item-about .contont1 p {
  font-size: 0.28rem;
  color: #fff;
  font-weight: 100;
}
.accordion .acc-item .item-about .contont1 h3 {
  font-size: 0.56rem;
  color: #fff;
  font-weight: bold;
  font-family: GilroyBold;
  text-transform: uppercase;
  margin-top: 10px;
}
.accordion .acc-item .item-about .contont2 {
  flex: 1;
  padding-top: 1.2rem;
  position: relative;
}
.accordion .acc-item .item-about .contont2 .wenzi {
  transition: 0.6s;
}
.accordion .acc-item .item-about .contont2 .wenzi p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 100;
  /*line-height: 0.38rem;*/
  line-height: 32px;
}
.accordion .acc-item .item-about .contont2 .gif {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.accordion .acc-item .item-about .contont3 {
  position: relative;
}
.accordion .acc-item .item-about .contont3 .img {
  transition: 0.6s;
}
.accordion .acc-item .item-about .contont3 .img img {
  width: 0.56rem;
}
.accordion .acc-item .item-about .contont3 .btn {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.accordion .acc-item.act {
  width: 30.5%;
}
.accordion .acc-item.active {
  width: 39% !important;
}
.accordion .acc-item.active .item-about .contont2 .wenzi {
  opacity: 0;
}
.accordion .acc-item.active .item-about .contont2 .gif {
  opacity: 1;
}
.accordion .acc-item.active .item-about .contont3 .btn {
  opacity: 1;
}
.accordion .acc-item.active .item-about .contont3 .img {
  opacity: 0;
}



/*1111111111111111111*/


.accordion_box .acc-item .gif img {
  position: relative;
  z-index: 2;
}
.accordion_box .acc-item1 .gif {
  overflow: hidden;
  padding: 0 50px;
}
.accordion_box .acc-item1 .gif .donghua {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  font-size: 0;
}
.accordion_box .acc-item1 .gif .donghua p {
  animation: acc_item1 1s linear infinite;
  display: flex;
}

.accordion_box .acc-item1 .gif .donghua1_1 {
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_box .acc-item1 .gif .donghua1_1 img {
  animation: fadedong 3s ease-out infinite;
}
.accordion_box .acc-item1 .gif .donghua1_2 {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_box .acc-item1 .gif .donghua1_2 img {
  animation: fadedong 3s ease-out infinite;
  animation-delay: 1.5s;
}


.accordion_box .acc-item5 .donghua1 {
  position: absolute;
  right: 50%;
  bottom: -60px;
  z-index: 2;
  transform: translateX(50%);
}
.accordion_box .acc-item5 .donghua1 p {
  position: relative;
  right: 0%;
}
.accordion_box .acc-item5 .donghua1 p img {
  /*animation: acc_item2 10s linear infinite;*/
  transform-origin: right top;
}
.accordion .acc-item5.active .donghua1 p img{
    /*animation: acc_item2 10s linear infinite  alternate-reverse;*/
     /*animation: acc_item2 2s linear ;*/
     animation: acc_item2 4s linear ;
     
}



.accordion_box .acc-item3 .donghua2 {
  position: absolute;
  left: 46px;
  top: 64px;
}
.accordion_box .acc-item3 .donghua2 img {
  animation: acc_item3 3s linear infinite;
  opacity: 0;
}
.accordion_box .acc-item3 .donghua3 {
  position: absolute;
  left: 87px;
  top: 42px;
}
.accordion_box .acc-item3 .donghua3 img {
  animation: acc_item3 3s linear infinite;
  animation-delay: 2s;
  opacity: 0;
}
.accordion_box .acc-item3 .donghua4 {
  position: absolute;
  left: 158px;
  top: 50px;
}
.accordion_box .acc-item3 .donghua4 img {
  animation: acc_item3 3s linear infinite;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes fadedong {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
  
}

@keyframes acc_item1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes acc_item2 {
  /*0% {*/
  /*  transform: translateY(0%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*10% {*/
  /*  transform: translateY(0%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*20% {*/
  /*  transform: translateY(40%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*40% {*/
  /*  transform: translateY(80%) translateX(42%) rotate(-90deg);*/
  /*}*/
  /*50% {*/
  /*  transform: translateY(80%) translateX(42%) rotate(-90deg);*/
  /*}*/
  /*60% {*/
  /*  transform: translateY(80%) translateX(42%) rotate(-90deg);*/
  /*}*/
  /*80% {*/
  /*  transform: translateY(40%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*90% {*/
  /*  transform: translateY(0%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*100% {*/
  /*  transform: translateY(0%) translateX(0%) rotate(0deg);*/
  /*}*/
  
  /* 0%{*/
  /*  transform: translateY(90%) translateX(0%) rotate(0deg);*/
  /*}*/
  /*100%{*/
  /*  transform: translateY(0%) translateX(0%) rotate(0deg);*/
  /*}*/
  
  0%{
    transform: translateY(80%) translateX(42%) rotate(-90deg);
  }
  20%{
    transform: translateY(80%) translateX(0%) rotate(-90deg);
  }

  50%{
    transform: translateY(55%) translateX(0%) rotate(-45deg);
  }

  85%{
    transform: translateY(30%) translateX(0%) rotate(0deg);
  }
  100%{
    transform: translateY(0%) translateX(0%) rotate(0deg);
  }
}
@keyframes acc_item3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*111111111111111111*/


.accordion_box .acc-item5 .tp1 {
			z-index: 1 !important;
		}

		.accordion_box .acc-item5 .tp2 {
			/* width: 2.7rem; */
			position: absolute;
			top: 60%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 5;
		}

		.accordion_box .acc-item5 .tp2 img {
			opacity: 0;
		}

		.accordion_box .acc-item5 .tp3 {
			position: absolute;
			top: 45%;
			left: -26%;
			z-index: 2;
		}

		.accordion_box .acc-item5 .tp3_2 {
			position: absolute;
			top: 0%;
			left: 0%;
		}

		.accordion_box .acc-item5 .tp3_3 {
			position: absolute;
			top: 0%;
			left: 0%;
		}

		.accordion_box .acc-item5 .tp3_4 {
			position: absolute;
			top: 0%;
			left: 0%;
		}



		.accordion_box .acc-item5 .tp4 {
			position: absolute;
			top: 45%;
			left: -26%;
			z-index: 1;
			opacity: 0;
		}

		.accordion_box .acc-item5 .tp5 {
			position: absolute;
			top: 45%;
			left: -26%;
			z-index: 1;
			opacity: 0;
		}

		.accordion_box .acc-item5 .tp6 {
			position: absolute;
			top: 45%;
			left: -26%;
			z-index: 1;
			opacity: 0;
		}

		.accordion_box .acc-item5.active .tp2 img {
			animation: tp2 1.2s 0.6s linear forwards;
		}

		.accordion_box .acc-item5.active .tp3 {
			animation: tp3 1.5s linear forwards;
		}



		.accordion_box .acc-item5.active .tp3_2 {
			animation: tp3_2 3s linear infinite;
		}

		.accordion_box .acc-item5.active .tp3_3 {
			animation: tp3_3 3s linear infinite;
		}

		.accordion_box .acc-item5.active .tp3_4 {
			animation: tp3_4 3s 1s linear infinite;
		}




		.accordion_box .acc-item5.active .tp4 {
			animation: tp4 1.5s 1.5s linear forwards;
		}

		.accordion_box .acc-item5.active .tp5 {
			animation: tp4 1.5s 1.5s linear forwards;
		}

		.accordion_box .acc-item5.active .tp6 {
			animation: tp4 1.5s 1.5s linear forwards;
		}

		.accordion_box .acc-item5.active .tp4 img {
			animation: tp5 1s linear infinite;
		}

		.accordion_box .acc-item5.active .tp5 img {
			animation: tp5 1.4s linear infinite;
		}

		.accordion_box .acc-item5.active .tp6 img {
			animation: tp5 1.2s linear infinite;
		}

		@keyframes tp2 {

			0% {
				transform: translate(50%, -50%) scale(.5);
				opacity: 0;
			}

			100% {
				transform: translate(0%, 0%) scale(1);
				opacity: 1;
			}
		}


		@keyframes tp3 {
			0% {
				clip-path: circle(0% at 50% 50%);
			}

			100% {
				clip-path: circle(50.0% at 50% 50%);
			}
		}



		@keyframes tp3_2 {
			0% {
				clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
			}

			100% {
				clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
			}
		}

		@keyframes tp3_3 {
			0% {
				clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
			}

			100% {
				clip-path: polygon(100% 0%, 1% 0%, 0% 100%, 100% 100%);
			}
		}

		@keyframes tp3_4 {
			0% {
				clip-path: polygon(100% 0%, 30% 0%, 30% 100%, 100% 100%);
			}

			100% {
				clip-path: polygon(100% 0%, 10% 0%, 10% 100%, 100% 100%);
			}
		}

		@keyframes tp4 {
			0% {
				opacity: 0;
			}

			100% {
				opacity: 1;
			}
		}

		@keyframes tp5 {
			0% {
				opacity: 0;
			}

			50% {
				opacity: 1;
			}

			100% {
				opacity: 0;
			}
		}



.products {
  width: 100%;
  background: #eeeeee;
}
.products .box {
  position: relative;
}
.products .box .pub-title {
  color: #fff;
  padding: 0.65rem 0 0;
}
.products .box .box-item {
  text-align: center;
  margin-top: -11%;
  display: none;
}
.products .box .box-item:nth-child(2n) .dr-img .relative .absolute {
    /*display: none;*/
} 
.products .box .box-item .dr-img .relative {
  position: relative;
  display: inline-block;
  max-width: 57%;
}
.products .box .box-item .dr-img .relative .show {
    position: relative;
    z-index: 2;
    width: 100%;
}
.products .box .box-item .dr-img .relative .absolute {
    position: absolute;
}
.products .box .box-item .dr-img .relative .absolute.img1 {
       top: 31%;
    left: 18.5%;
    -webkit-animation: Down 3s linear infinite;
    animation: Down 3s linear infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.products .box .box-item .dr-img .relative .absolute.img2 {
        top: -6%;
    left: 29%;
    webkit-animation: Opacity 2s linear infinite;
    animation: Opacity 2s linear infinite;
}
.products .box .box-item .dr-img .relative .absolute.img3 {
    top: 13%;
    left: 82%;
   -webkit-animation: Down 3s linear infinite;
    animation: Down 3s linear infinite;
}
@keyframes Down {
    0% {
        -webkit-transform: translateY(0.12rem);
        transform: translateY(0.12rem);
    }
    50% {
        webkit-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem);
    }
    100% {
        -webkit-transform: translateY(0.12rem);
        transform: translateY(0.12rem);
    }
}
@keyframes Opacity {
    0% {
       opacity: 1;
    }
    50% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

.products .box .box-item .dr-title h6 {
  font-size: 0.4rem;
  color: #000;
  font-weight: 400;
}
.products .box .box-item .dr-title a:hover h6,
.products .box .box-item .dr-title a:hover p{
    color: #1799c3;
}
.products .box .box-item .dr-title p {
  font-size: 0.28rem;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.products .box .box-item .dr-link {
  padding: 0.6rem 0 1.3rem;
}
.products .box .box-item .dr-link a {
  color: #666;
  font-size: 16px;
  margin: 0 10px;
  padding-bottom: 0.15rem;
  position: relative;
}
.products .box .box-item .dr-link a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #1799c3;
}
.products .box .box-item .dr-link a:hover {
  color: #000;
}
.products .box .box-item .dr-link a:hover::before {
  width: 100%;
}
.products .box .box-item.active {
  display: block;
}
.products .box .sldeNav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.products .box .sldeNav p {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  /*line-height: 24px;*/
  line-height: 32px;
  margin-bottom: 0.2rem;
}
.products .box .sldeNav p:hover {
  color: #1799c3;
}
.products .box .sldeNav p:last-child {
  margin-bottom: 0px;
}
.products .box .sldeNav p.active {
  color: #1799c3;
}
.pub-customer {
  padding: 0 0 1rem;
}
.pub-customer .title {
  font-size: 0.28rem;
  color: #000;
  padding: 0.66rem 0;
  font-weight: 700;
}
.pub-customer .title.center {
  text-align: center;
}
.pub-customer .cust-box img {
  width: 100%;
}
.news {
  width: 100%;
  background: #eeeeee;
  padding-bottom: 1.1rem;
  position: relative;
}
.news .pub-title {
  color: #fff;
  padding: 0.5rem 0.4rem;
}
.news .btn {
  border: solid #1799c3;
  border-width: 1px 1px 0px 0px;
}
.news .btn a {
  color: #000;
}
.news .btn::before {
  background: #1799c3;
}
.news .mySwiper2 {
  margin-bottom: 0.7rem;
}
.news .mySwiper2 .swiper-slide .item-top {
  display: flex;
  margin-bottom: 3%;
}
.news .mySwiper2 .swiper-slide .item-top a {
    width: 100%;
  height: 100%;
}
.news .mySwiper2 .swiper-slide .item-top .slide {
  width: 31.33%;
  background: #fff;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-img {
  width: 100%;
  overflow: hidden;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-img img {
  transition: 0.6s;
  width: 100%;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-title {
  padding: 0.55rem 0.4rem;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-title .contont1 {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-title .contont2 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.4rem;
  margin: 10px 0 0.6rem;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-title .contont3 span {
  color: #000;
  font-size: 18px;
}
.news .mySwiper2 .swiper-slide .item-top .slide .sli-title .contont3 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.news .mySwiper2 .swiper-slide .item-top .slide:hover .sli-img img {
  transform: scale(1.05);
}
.news .mySwiper2 .swiper-slide .item-top .slide:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom {
  width: 65.67%;
  margin-right: 3%;
  position: relative;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-img img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title {
  width: 100%;
  padding: 0 0.4rem;
  position: absolute;
  bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont1 p {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont1 h6 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.4rem;
  margin: 10px 0 0;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont1  {
    flex: 1;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont2 span {
  color: #fff;
  font-size: 18px;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont2 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom:hover .sli-img img {
  transform: scale(1.05);
}
.news .mySwiper2 .swiper-slide .item-top .slide-recom:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.news .mySwiper2 .swiper-slide .item-bottom {
  display: flex;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide {
  width: 31.33%;
  background: #fff;
  margin-right: 3%;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-img {
  width: 100%;
  overflow: hidden;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-img img {
  transition: 0.6s;
  width: 100%;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title {
  padding: 0.45rem 0.4rem;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont1 {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont2 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.4rem;
  height: .8rem;
  margin: 10px 0 0.6rem;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont3 span {
  color: #000;
  font-size: 18px;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont3 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide:last-child {
  margin-right: 0;
}
.news .mySwiper2 .swiper-slide .item-bottom .slide:hover .sli-img img {
  transform: scale(1.05);
}
.news .mySwiper2 .swiper-slide .item-bottom .slide:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.news .swiper-page {
  display: flex;
}
.news .swiper-button-next,
.news .swiper-button-prev {
  opacity: 0.35;
  z-index: 11;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0;
}
.news .swiper-button-next::after,
.news .swiper-button-prev::after {
  display: none;
}
.news .swiper-button-next:hover,
.news .swiper-button-prev:hover {
  opacity: 1;
}
.news .swiper-button-prev {
  left: 30px;
}
.news .swiper-button-next {
  right: auto;
  transform: rotate(180deg);
}
.index-footer .top {
  display: flex;
  align-items: center;
  padding: 0.8rem 0 0;
}
.index-footer .top .logo {
  width: 50%;
  display: flex;
  align-items: center;
}
.index-footer .top .logo a {
  width: 50%;
}
.index-footer .top .logo a img{
    height: 30px;
}
.index-footer .top .logo .lang {
  width: 50%;
  cursor: pointer;
}
.index-footer .top .logo .lang span {
  color: #000;
  font-size: 16px;
}
.index-footer .center .cen-top {
  display: flex;
  padding: 0.6rem 0 0.7rem;
  border-bottom: 1px solid #e2e2e2;
}
.index-footer .center .cen-top .left {
  width: 50%;
  display: flex;
}
.index-footer .center .cen-top .left .item {
  width: 50%;
  display: flex;
}
.index-footer .center .cen-top .left .item .title {
  margin-left: 10px;
}
.index-footer .center .cen-top .left .item .title h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.index-footer .center .cen-top .left .item .title .email {
  margin-top: 10px;
}
.index-footer .center .cen-top .left .item .title .email p {
  font-size: 18px;
  color: #333;
  /*line-height: 26px;*/
  line-height: 32px;
}
.index-footer .center .cen-top .left .item .title .email p a {
  font-size: 18px;
  color: #333;
}
.index-footer .center .cen-top .left .item .title .email p a:hover {
  color: #000;
}
.index-footer .center .cen-top .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-footer .center .cen-top .right a {
  font-size: 20px;
  color: #666;
}
.index-footer .center .cen-top .right a.active {
    color: #1799c3;
}
.index-footer .center .cen-top .right a:hover {
  color: #1799c3;
}
.index-footer .center .cen-bottom {
  display: flex;
  padding: 0.6rem 0 0.7rem;
  border-bottom: 1px solid #e2e2e2;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-wrapper {
    padding: 0 2vw;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item {
  display: flex;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title {
  margin-left: 10px;
  flex: 1;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email {
  margin-top: 10px;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p {
  font-size: 18px;
  color: #333;
  /*line-height: 26px;*/
  line-height: 32px;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p a {
  display: block;
  font-size: 18px;
  color: #333;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p a:hover {
  color: #000;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-next,
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-prev {
    transition: .6s;
    opacity: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}
.index-footer .center .cen-bottom .mySwiper9:hover .swiper-button-next,
.index-footer .center .cen-bottom .mySwiper9:hover .swiper-button-prev {
    opacity: 1;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-next::after,
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-prev::after {
  display: none;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-next:hover svg path,
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-prev:hover svg path {
  stroke: #1799c3;
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.index-footer .center .cen-bottom .mySwiper9 .swiper-button-prev {
  left: 0;
}
.index-footer .bottom {
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-footer .bottom .left a {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.index-footer .bottom .left .a1:hover {
  color: #000;
}
.index-footer .bottom .right {
  display: flex;
}
.index-footer .bottom .right .item {
  position: relative;
}
.index-footer .bottom .right p {
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.index-footer .bottom .right .item .about {
  position: absolute;
  left: 50%;
  bottom: 130%;
   transform: translateX(-50%);
}
.index-footer .bottom .right .item .about img {
   transition: 0.6s;
   transform: scale(0);
   transform-origin: center bottom;
}
.index-footer .bottom .right .item .about a {
  white-space: nowrap;
  transition: 0.6s;
  transform: scale(0);
  transform-origin: center bottom;
  font-size: 18px;
  color: #000;
  padding: 10px 15px;
  background: #f1f1f1;
}
.index-footer .bottom .right .item .about a:hover {
    color: #1799c3;
}
.index-footer .bottom .right .item:last-child {
  margin-right: 0;
}
.index-footer .bottom .right p:hover {
  background: #1799c3;
}
.index-footer .bottom .right p:hover a img {
  filter: brightness(100);
}
.index-footer .bottom .right .item:hover .about img {
  transform: scale(1);
}
.index-footer .bottom .right .item:hover .about a {
  transform: scale(1);
}
.slidenav {
  position: absolute;
  top: 50%;
  left: 2.2%;
}
.slidenav a {
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  /*line-height: 24px;*/
    line-height: 32px;
  margin-bottom: 0.2rem;
}
.slidenav a.active {
  color: #1799c3;
}
.slidenav a:last-child {
  margin-bottom: 0;
}
.slidenav a:hover {
  color: #1799c3;
}
.b1-link {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 0.6rem;
}
.b1-link .link-top {
  display: inline-flex;
  /*justify-content: center;*/
  border-bottom: 1px solid #d2d2d2;
}
.b1-link .link-top p {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  margin-right: 0.4rem;
  padding-bottom: 0.2rem;
}
.b1-link .link-top p:last-child {
  margin-right: 0;
}
.b1-link .link-top p:hover {
  color: #000;
}
.b1-link .link-top p::before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #1799c3;
}
.b1-link .link-top .active {
  color: #000;
}
.b1-link .link-top .active::before {
  opacity: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #1799c3;
}
.b1-title {
        font-weight: bold;
  text-align: center;
  font-size: 0.42rem;
  color: #000;
}
.Application-scenario {
  padding-bottom: 1rem;
}
.Application-scenario .b1-title {
  padding: 1rem 0 0.6rem;
}
.Application-scenario .mySwiper3 .swiper-slide {
  display: flex;
  align-items: center;
}
.Application-scenario .mySwiper3 .swiper-slide .left {
  width: 50%;
  padding: 0 1rem;
}
.Application-scenario .mySwiper3 .swiper-slide .left .contont1 {
  font-size: 0.36rem;
  color: #000;
  font-weight: 100;
}
.Application-scenario .mySwiper3 .swiper-slide .left .contont2 {
  font-size: 0.26rem;
  color: #000;
  padding: 10px 0 0.3rem;
}
.Application-scenario .mySwiper3 .swiper-slide .left .contont3 {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  text-align: justify;
}
.Application-scenario .mySwiper3 .swiper-slide .right {
  width: 50%;
}
.Application-scenario .mySwiper3 .swiper-slide .right img {
  max-width: 100%;
}
.Application-scenario .mySwiper3 .swiper-pagination {
  width: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.Application-scenario .mySwiper3 .swiper-pagination .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
  opacity: 1;
  width: 2px;
  height: 15px;
  background: #dcdcdc;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 75%, 0 100%);
}
.Application-scenario .mySwiper3 .swiper-pagination .swiper-pagination-bullet:nth-child(odd) {
  transform: rotate(180deg);
}
.Application-scenario .mySwiper3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #0292bf;
}
.solution {
  background: #f6f6f6;
  padding: 0.9rem 0 0.6rem;
  position: relative;
}
.solution .item .swiper-box .sol-swiper {
  display: none;
}
.solution .item .swiper-box .sol-swiper.active {
  display: block;
}
.solution .item .mySwiper4 {
  margin: 0 1rem;
}
.solution .item .mySwiper4 .swiper-slide .my_video video {
  width: 100%;
}
.solution .item .mySwiper4 .swiper-slide .my_title {
  text-align: center;
}
.solution .item .mySwiper4 .swiper-slide .my_title p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.solution .item .mySwiper4 .swiper-slide .my_title p:first-child {
  color: #000;
  font-weight: 700;
  margin: 0.6rem 0 10px;
}
.solution .item .mySwiper4 .swiper-pagination {
  bottom: 16%;
}
.solution .item .mySwiper4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 2px;
  background: #1799c3;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.solution .item .mySwiper4 .swiper-pagination .swiper-pagination-bullet:nth-child(odd) {
  transform: rotate(180deg);
}
.solution .item .mySwiper4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.solution .item .mySwiper4 .swiper-button-next,
.solution .item .mySwiper4 .swiper-button-prev {
  top: 43.5%;
}
.solution .item .mySwiper4 .swiper-button-next::after,
.solution .item .mySwiper4 .swiper-button-prev::after {
  display: none;
}
.solution .item .mySwiper4 .swiper-button-next:hover svg path,
.solution .item .mySwiper4 .swiper-button-prev:hover svg path {
  stroke: #1799c3;
}
.solution .item .mySwiper4 .swiper-button-next {
  right: 30px;
  transform: rotate(180deg);
}
.solution .item .mySwiper4 .swiper-button-prev {
  left: 30px;
}
.Intelligent-driving .inte-title {
  font-size: 0.36rem;
  color: #000;
  text-align: center;
  padding: 1rem 0 0.2rem;
}
.Intelligent-driving .system-box .item {
  display: none;
}
.Intelligent-driving .system-box .item.active {
  display: block;
}
.Intelligent-driving .system-box .sy-title {
  padding-top: 0.2rem;
  text-align: justify;
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  /*line-height: 0.32rem;*/
  line-height: 32px;
}
.Intelligent-driving .system-box .sy-introduce {
  display: flex;
  align-items: center;
}
.Intelligent-driving .system-box .sy-introduce .left {
  width: 74%;
}
.Intelligent-driving .system-box .sy-introduce .left img {
  width: 100%;
}
.Intelligent-driving .system-box .sy-introduce .right {
  width: 26%;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-top {
  position: relative;
  background: #f6f6f6;
  padding: 1rem 0 0.5rem;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-top .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-top .img img {
  max-width: 70%;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .top-char {
  z-index: 11;
  position: absolute;
  top: 7%;
  left: 6%;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  font-weight: 700;
  border-left: 2px solid #1799c3;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title {
  background: #fff;
  padding: 0.4rem 6%;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t1 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t2 p {
  margin-top: 15px;
  display: flex;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t2 p i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #c7c7c7;
  margin-top: 8px;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t2 p span {
  flex: 1;
  font-size: 16px;
  color: #666;
  margin-left: 8px;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-next,
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-prev {
  top: 26%;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-next::after,
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-prev::after {
  display: none;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-next:hover svg path,
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-prev:hover svg path {
  stroke: #1799c3;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-next {
  right: 3%;
}
.Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .swiper-button-prev {
  left: 3%;
}
.b1-video {
  padding: 1rem 0 1.3rem;
}
.b1-video .w1600 {
  position: relative;
}
.b1-video .video video {
  width: 100%;
  vertical-align: bottom;
}
.b1-video .video-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.42rem;
}
.b1-video .video-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Intelligent-sensor {
  position: relative;
  background: #f6f6f6;
  padding: 0 0 1.2rem;
}
.Intelligent-sensor .b1-title {
  padding: 0.9rem 0 0.7rem;
}
.Intelligent-sensor .desc {
  text-align: center;
  font-size: 16px;
  color: #666;
  /*line-height: 0.32rem;*/
  line-height: 32px;
}
.Intelligent-sensor .innovation-box .innov-title {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0.7rem 0 0.6rem;
}
.Intelligent-sensor .innovation-box .innov-list {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.Intelligent-sensor .innovation-box .innov-list .list {
  width: 32.66%;
  position: relative;
  margin-right: 1%;
}
.Intelligent-sensor .innovation-box .innov-list .list a {
width: 100%;
}
.Intelligent-sensor .innovation-box .innov-list .list:last-child {
  margin-right: 0;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-img img {
  width: 100%;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-title {
  position: absolute;
  top: 10%;
  left: 6%;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-title p {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 100;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-title h6 {
  margin-top: 8px;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 400;
  text-transform: uppercase;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity {
  transition: 0.6s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 0 6%;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont1 {
  margin: 10% 0 0;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont1 p {
  color: #000;
  font-size: 0.2rem;
  font-weight: 100;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont1 h6 {
  margin-top: 8px;
  color: #cccccc;
  font-size: 0.26rem;
  font-weight: 400;
  text-transform: uppercase;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont2 {
  margin: 0.9rem 0 0.35rem;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 {
  position: relative;
  padding-top: 0.3rem;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
  font-size: 16px;
  color: #666;
  /*line-height: 0.32rem;*/
  line-height: 22px;
   overflow-y: auto;
  /*height: 0.96rem;*/
  height: 88px;
  padding: 0 5px 0 0;
}
   .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(23, 153, 195, 1)
}

.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p::-webkit-scrollbar-track {
     border-radius: 2px;
    background: rgba(218, 218, 218, 1)
}
.Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #0297c2;
}
.Intelligent-sensor .innovation-box .innov-list .list:hover .li-opacity {
  opacity: 1;
}
.Intelligent-sensor .innovation-box .innov-list .list:hover .li-opacity .contont3::before {
  transition: 1s;
  width: 100%;
}
.Product-parameter .prod-title {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 1rem 0;
}
.Product-parameter .Point-position {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.Product-parameter .Point-position .p-left {
  width: 29.5%;
  background: #f6f6f6;
}
.Product-parameter .Point-position .p-left .item {
  display: none;
}
.Product-parameter .Point-position .p-left .item.active {
  display: block;
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-next::after{
     display: none;
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-next {
    top: 22%;
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-next:hover svg path {
    stroke: #1d94be;
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-prev::after {
     display: none;
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-prev {
     top: 22%;
     transform: rotate(180deg);
}
.Product-parameter .Point-position .p-left .item .mySwiper11 .swiper-button-prev:hover svg path {
    stroke: #1d94be;
}
.Product-parameter .Point-position .p-left .em-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0 0.35rem;
}
.Product-parameter .Point-position .p-left .em-img img {
  max-width: 60%;
}
.Product-parameter .Point-position .p-left .em-title {
  padding: 0 0.5rem 0.45rem;
}
.Product-parameter .Point-position .p-left .em-title h6 {
  font-size: 0.22rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.Product-parameter .Point-position .p-left .em-title .tab {
  display: flex;
  line-height: 40px;
}
.Product-parameter .Point-position .p-left .em-title .tab p {
  width: 35%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.Product-parameter .Point-position .p-left .em-title .tab span {
  width: 65%;
  font-size: 16px;
  color: #666;
}
.Product-parameter .Point-position .p-right {
  width: 70.5%;
  position: relative;
}
.Product-parameter .Point-position .p-right .img {
  display: flex;
  justify-content: flex-end;
}
.Product-parameter .Point-position .p-right .img img {
  width: 91%;
  /*max-width: 91%;*/
}
.Product-parameter .Point-position .p-right .point {
  position: absolute;
  display: flex;
}
.Product-parameter .Point-position .p-right .point .po-tit {
  display: flex;
}
.Product-parameter .Point-position .p-right .point .po-tit .title {
  display: none;
  transition: 0.6s;
  background: #1493c0;
  color: #fff;
  font-size: 16px;
  padding: 10px 0.25rem;
}
.Product-parameter .Point-position .p-right .point .po-tit .close {
  transition: 0.6s;
  cursor: pointer;
  width: 19px;
  height: 19px;
  margin: 0 0 0 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product-parameter .Point-position .p-right .point .po-tit .close i {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #888;
}
.Product-parameter .Point-position .p-right .point .po-tit .close i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #888;
  transform: rotate(90deg);
}
.Product-parameter .Point-position .p-right .point.active .po-tit {
  z-index: 2;
}
.Product-parameter .Point-position .p-right .point.active .po-tit .title {
  display: block;
}
.Product-parameter .Point-position .p-right .point.active .close {
  width: 39px;
  height: 39px;
  background: #1493c0;
}
.Product-parameter .Point-position .p-right .point.active .close i {
  background: #fff;
}
.Product-parameter .Point-position .p-right .point.active .close i::before {
  opacity: 0;
}
.Product-parameter .Point-position .p-right .point.left .po-tit .close {
  order: -1;
  margin: 0 20px 0 0;
}
.Product-parameter .Point-position .p-right .point1 {
  top: 74%;
  left: 11%;
}
.Product-parameter .Point-position .p-right .point2 {
  top: 70%;
  left: 12%;
}
.Product-parameter .Point-position .p-right .point3 {
  top: 68%;
  left: 10%;
}
.Product-parameter .Point-position .p-right .point4 {
  top: 66.6%;
  left: 12%;
}
.Product-parameter .Point-position .p-right .point5 {
  top: 62%;
  left: 10.5%;
}
.Product-parameter .Point-position .p-right .point6 {
  top: 56.3%;
  left: 10%;
}
.Product-parameter .Point-position .p-right .point7 {
  top: 54%;
  left: 13%;
}
.Product-parameter .Point-position .p-right .point8 {
  top: 34%;
  right: 71%;
}
.Product-parameter .Point-position .p-right .point9 {
  top: 80%;
  left: 16.5%;
}
.Product-parameter .Point-position .p-right .point10 {
  top: 83%;
  left: 25%;
}
.Product-parameter .Point-position .p-right .point11 {
  top: 88%;
  left: 24.5%;
}
.Product-parameter .Point-position .p-right .point12 {
  top: 86%;
  left: 31%;
}
.Product-parameter .Point-position .p-right .point13 {
  top: 62%;
  right: 49%;
}
.Product-parameter .Point-position .p-right .point14 {
  top: 50%;
  right: 39%;
}
.Product-parameter .Point-position .p-right .point15 {
  top: 43.5%;
  right: 46.5%;
}
.Product-parameter .Point-position .p-right .point16 {
  top: 35%;
  right: 39%;
}
.Product-parameter .Point-position .p-right .point17 {
  top: 35%;
  right: 43%;
}
.Product-parameter .Point-position .p-right .point18 {
  top: 28.5%;
  right: 41%;
}
.Product-parameter .Point-position .p-right .point19 {
  top: 23%;
  right: 48%;
}
.Product-parameter .Point-position .p-right .point20 {
  top: 18%;
  right: 48%;
}
.Product-parameter .Point-position .p-right .point21 {
  top: 15%;
  right: 46.2%;
}
.Product-parameter .Point-position .p-right .point22 {
  top: 12%;
  right: 55%;
}
.Product-parameter .Point-position .p-right .point23 {
  top: 7%;
  right: 45%;
}
.Product-parameter .Point-position .p-right .point24 {
  top: 33%;
  right: 27%;
}
.Product-parameter .Point-position .p-right .point25 {
  top: 21%;
  right: 29%;
}
.Product-parameter .Point-position .p-right .point26 {
  top: 8.5%;
  right: 33%;
}
.Product-parameter .Point-position .p-right .point27 {
  top: 0%;
  right: 28%;
}
.Product-parameter .Point-position .p-right .point28 {
  top: 4%;
  right: 21%;
}
.Product-parameter .Point-position .p-right .point29 {
  top: 14%;
  right: 16.5%;
}
.Product-parameter .Point-position .p-right .point30 {
  top: 22%;
  right: 9.5%;
}
.Product-parameter .Point-position .p-right .point31 {
  top: 31%;
  right: 5.5%;
}
.Product-parameter .Point-position .p-right .point32 {
  top: 33.1%;
  right: 0.5%;
}
.Product-parameter .Point-position .p-right .point33 {
  top: 36.3%;
  right: 0.8%;
}
.Product-parameter .Point-position .p-right .point34 {
  top: 39.5%;
  right: 0.6%;
}
.Product-parameter .Point-position .p-right .point35 {
  top: 20.5%;
  right: 64%;
}
.Product-parameter .Point-position .p-right .point36 {
     top: 23.5%;
    right: 51%;
}
.Product-parameter .Point-position .p-right .advisory {
    position: absolute;
    right: 1%;
    bottom: 11%;
    color: #333;
    font-size: .18rem;
    font-weight: bold;
}
.Product-parameter .Point-position .p-right .advisory span:nth-child(1) {
    color: #1493c0;
}
.Product-parameter .point-phone {
  display: none;
  margin-bottom: 1rem;
}
.Product-parameter .point-phone .int-img {
  width: 100%;
  position: relative;
}
.Product-parameter .point-phone .int-img img {
  width: 100%;
}
.Product-parameter .point-phone .int-img  .advisory {
    position: absolute;
    right: 5.5%;
    bottom: 11%;
    font-size: .225rem;
    color: #333;
    font-weight: bold;
}
.Product-parameter .point-phone .int-img .advisory span:nth-child(1) {
    color: #1493c0;
}
.Product-parameter .point-phone .int-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 0.5rem;
}
.Product-parameter .point-phone .int-nav p {
  font-weight: bold;
  font-size: 0.3rem;
  padding: 0 0 0.3rem 0;
  position: relative;
}
.Product-parameter .point-phone .int-nav p.active::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1490bd;
}
.Product-parameter .point-phone .int-swiper .item {
  display: none;
}
.Product-parameter .point-phone .int-swiper .item.active {
  display: block;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide {
  background: #f6f6f6;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0 0.3rem;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-img img {
  max-width: 40%;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title {
  padding: 0 0.5rem 0.45rem;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title h6 {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title .tab {
  display: flex;
  line-height: 40px;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title .tab p {
  width: 35%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title .tab span {
  width: 65%;
  font-size: 16px;
  color: #666;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-next,
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-prev {
  top: 22%;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-prev {
    transform: rotate(180deg);
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-next::after,
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-prev::after {
  display: none;
}
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-next:hover svg path,
.Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-button-prev:hover svg path {
  stroke: #1799c3;
}
.introduction {
  text-align: center;
  padding: 0 0 1.2rem;
}
.introduction .b1-title {
  padding: 1rem 0 0.8rem;
}
.introduction .intr-desc {
  margin: 0 auto;
  width: 50%;
  font-size: 18px;
  color: #000;
  line-height: 32px;
  text-align: justify;
}
.introduction .intr-data {
  margin: 0 auto;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.introduction .intr-data .item {
  width: 30.66%;
  margin-right: 4%;
  margin-top: 8%;
}
.introduction .intr-data .item:nth-child(3n) {
  margin-right: 0;
}
.introduction .intr-data .item .i1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction .intr-data .item .i1 p {
  font-size: 0.48rem;
  color: #000;
}
.introduction .intr-data .item .i1 span {
  font-size: 0.28rem;
  color: #000;
  margin-left: 5px;
}
.introduction .intr-data .item .i2 {
    line-height: 32px;
}
.Corporate-culture {
  position: relative;
}
.Corporate-culture .corp-back video {
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
}
.Corporate-culture .corp-title {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.42rem;
}
.Corporate-culture .corp-desc {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.Corporate-culture .corp-desc h3 {
  font-size: 0.5rem;
  font-weight: 400;
  white-space: nowrap;
}
.Corporate-culture .corp-desc p {
  font-size: 0.2rem;
  font-weight: 100;
  margin-top: 0.4rem;
}
.Core-competence .b1-title {
  padding: 0.95rem 0 1.3rem;
}
.Core-competence .core-link {
  display: flex;
  border-bottom: 2px solid #f1f1f1;
}
.Core-competence .core-link p {
  cursor: pointer;
  position: relative;
  width: 33.33%;
  text-align: center;
  font-size: 0.26rem;
  color: #000;
  line-height: 0.4rem;
  padding: 0 0 0.95rem;
}
.Core-competence .core-link p.active::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #9bd8e8;
}
.Core-competence .core-box {
  padding: 1rem 0;
}
.Core-competence .core-box .item {
  display: none;
}
.Core-competence .core-box .item.active {
  display: flex;
}
.Core-competence .core-box .item .left {
  width: 50%;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Core-competence .core-box .item .left p {
  width: 70%;
  font-size: 16px;
  color: #666;
  /*line-height: 0.32rem;*/
  line-height: 32px;
  height: 2.56rem;
  padding: 0 5px 0 0;
  overflow-y: auto;
  text-align: justify;
}
.Core-competence .core-box .item .left p::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
.Core-competence .core-box .item .left p::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(23, 153, 195, 1);
}
.Core-competence .core-box .item .left p::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(218, 218, 218, 1);
}
.Core-competence .core-box .item .right {
  width: 50%;
}
.Core-competence .core-box .item .right img {
  width: 100%;
}
.Innovation-mileage {
  background: #f6f6f6;
}
.Innovation-mileage .b1-title {
  padding: 1rem 0 1.2rem;
}
.Innovation-mileage .mileage-swiper1 .mySwiper6 {
  text-align: center;
}
/*.Innovation-mileage .mileage-swiper1 .mySwiper6 .sli-img {*/
/*    position: relative;*/
/*}*/
.Innovation-mileage .mileage-swiper1 .mySwiper6 .sli-img img {
  max-width: 75%;
}
/*.Innovation-mileage .mileage-swiper1 .mySwiper6 .sli-img span {*/
/*    font-size: 3.8rem;*/
/*    color: #fff;*/
/*    font-family: GilroyBold;*/
/*    position: absolute;*/
/*    top: -10%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
.Innovation-mileage .mileage-swiper1 .mySwiper6 .sli-title {
  font-size: 0.2rem;
  color: #000;
  /*line-height: 0.38rem;*/
  line-height: 32px;
}
.Innovation-mileage .mileage-swiper2 {
  padding: 1rem 0 0.8rem;
  position: relative;
}
.Innovation-mileage .mileage-swiper2 .mySwiper7 {
  margin: 0 9.5%;
  border-bottom: 1px solid #dbdbdb;
}
.Innovation-mileage .mileage-swiper2 .mySwiper7 .swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #999;
}
.Innovation-mileage .mileage-swiper2 .mySwiper7 .swiper-slide span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
.Innovation-mileage .mileage-swiper2 .mySwiper7 .swiper-slide-thumb-active {
  color: #000;
}
.Innovation-mileage .mileage-swiper2 .mySwiper7 .swiper-slide-thumb-active span::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #1799c3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.Innovation-mileage .mileage-swiper2 .swiper-button-next,
.Innovation-mileage .mileage-swiper2 .swiper-button-prev {
  opacity: 1;
  width: 36px;
  height: 36px;
  border: 1px solid #1799c3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Innovation-mileage .mileage-swiper2 .swiper-button-next::after,
.Innovation-mileage .mileage-swiper2 .swiper-button-prev::after {
  display: none;
}
.Innovation-mileage .mileage-swiper2 .swiper-button-next:hover,
.Innovation-mileage .mileage-swiper2 .swiper-button-prev:hover {
  background: #1490bd;
}
.Innovation-mileage .mileage-swiper2 .swiper-button-next:hover svg,
.Innovation-mileage .mileage-swiper2 .swiper-button-prev:hover svg {
  filter: brightness(100);
}
.Innovation-mileage .mileage-swiper2 .swiper-button-next {
  right: 2.48%;
}
.Innovation-mileage .mileage-swiper2 .swiper-button-prev {
  left: 2.48%;
}
.Global-layout {
  padding-bottom: 1.2rem;
}
.Global-layout .b1-title {
  padding: 0.95rem 0 0.7rem;
}
.Global-layout .global {
  position: relative;
}
.Global-layout .global .glo-nav {
  display: none;
}
.Global-layout .global .glo-img {
  text-align: center;
}
.Global-layout .global .glo-img img {
  max-width: 100%;
}
.Global-layout .global .glo-city {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
.Global-layout .global .glo-city .item {
  display: none;
}
.Global-layout .global .glo-city .item.active {
  display: block;
}
.Global-layout .global .glo-city .city-img img {
  width: 100%;
}
.Global-layout .global .glo-city .city-title {
  background: #222222;
  padding: 0.1rem 0.4rem;
}
.Global-layout .global .glo-city .city-title .list {
  padding: 0.4rem 0;
  border-top: 1px solid #565656;
}
.Global-layout .global .glo-city .city-title .list .contont1 {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Global-layout .global .glo-city .city-title .list .contont1 span {
  flex: 1;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 100;
}
.Global-layout .global .glo-city .city-title .list .contont1 svg {
  transition: 0.4s;
}
.Global-layout .global .glo-city .city-title .list .contont2 {
  display: none;
}
.Global-layout .global .glo-city .city-title .list .contont2 .lxwm {
  display: flex;
  margin-top: 0.3rem;
}
.Global-layout .global .glo-city .city-title .list .contont2 .lxwm .m1 {
  display: flex;
  align-items: center;
  width: 50%;
}
.Global-layout .global .glo-city .city-title .list .contont2 .lxwm .m1 a {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.Global-layout .global .glo-city .city-title .list .contont2 .add {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.Global-layout .global .glo-city .city-title .list .contont2 .add span {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.Global-layout .global .glo-city .city-title .list.active .contont1 svg {
    transform: rotateX(180deg);
}
.Global-layout .global .glo-city .city-title .list:first-child .contont2  {
    display: block;
}
.Global-layout .global .glo-city .city-title .list:first-child {
  border-top: none;
}
.Global-layout .global .point {
  position: absolute;
  display: flex;
  cursor: pointer;
}
.Global-layout .global .point .wenzi {
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
  /*height: 100%;*/
}
.Global-layout .global .point .line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Global-layout .global .point .line i {
  display: inline-block;
  width: 1px;
  height: 65px;
  background: #1490bd;
  margin-left: -1px;
}
.Global-layout .global .point .line .yuan {
  transition: 0.4s;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Global-layout .global .point .line .yuan p {
  width: 8px;
  height: 8px;
  background: #1490bd;
  border-radius: 50%;
}
.Global-layout .global .point .line .yuan:hover {
  background: rgba(2, 147, 192, 0.2);
}
.Global-layout .global .point.active .wenzi {
  font-size: 0.26rem;
}
.Global-layout .global .point1 {
  top: 46%;
  right: 32%;
   display: none;
}
.Global-layout .global .point2 {
  top: 51.2%;
  right: 27.8%;
   display: none;
}
.Global-layout .global .point2 .line i {
  height: 24px;
}
.Global-layout .global .point3 {
  top: 45%;
  right: 27.2%;
}
.Global-layout .global .point3 .line i {
  height: 24px;
}
.Global-layout .global .point4 {
  top: 58%;
  left: 70.4%;
  align-items: flex-end;
   display: none;
}
.Global-layout .global .point4 .wenzi {
  order: 1;
}
.Global-layout .global .point4 .line i {
  height: 40px;
  order: 1;
}
.Global-layout .global .point5 {
  top: 34.5%;
  left: 72.2%;
}
.Global-layout .global .point5 .wenzi {
  order: 1;
}
.Global-layout .global .point5 .line i {
  height: 143px;
}
.Global-layout .global .point6 {
  top: 46%;
  left: 77.1%;
}
.Global-layout .global .point6 .wenzi {
  order: 1;
}
.Global-layout .global .point6 .line i {
  height: 45px;
}


.Global-layout .global .point7 {
  top: 55.6%;
  left: 73%;
  align-items: flex-end;
}
.Global-layout .global .point7 .wenzi {
  order: 1;
}
.Global-layout .global .point7 .line i {
  height: 40px;
  order: 1;
}


.Global-layout .global .point8 {
  top: 56.7%;
  left: 69.3%;
  align-items: flex-end;
}
.Global-layout .global .point8 .wenzi {
  order: 1;
}
.Global-layout .global .point8 .line i {
  height: 80px;
  order: 1;
}




.News-information {
  background: #f6f6f6;
}
.News-information .b1-title {
  padding: 1rem 0;
}
.News-information .w1600 {
  position: relative;
}
.News-information .w1600 .mySwiper8 {
  margin: 0 2.47%;
  padding-bottom: 1rem;
}
.slide_repl {
    position: relative;
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;
align-items: center;
    justify-content: space-between;
}

.News-information .w1600 .mySwiper8 .swiper-slide .item-top {
  display: flex;
  margin-bottom: 3%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top a {
  height: 100%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide {
  width: 31.33%;
  background: #fff;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-img {
  width: 100%;
  overflow: hidden;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-img img {
  transition: 0.6s;
  width: 100%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-title {
  padding: 0.55rem 0.4rem;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-title .contont1 {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-title .contont2 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.4rem;
  margin: 10px 0 0.6rem;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-title .contont3 span {
  color: #000;
  font-size: 18px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide .sli-title .contont3 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide:hover .sli-img img {
  transform: scale(1.05);
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom {
  width: 65.67%;
  margin-right: 3%;
  position: relative;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-img img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title {
  width: 100%;
  padding: 0 0.4rem;
  position: absolute;
  bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont1 {
    flex: 1;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont1 p {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont1 h6 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.4rem;
  margin: 10px 0 0;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont2 span {
  color: #fff;
  font-size: 18px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont2 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom:hover .sli-img img {
  transform: scale(1.05);
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom {
  display: flex;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide {
  width: 31.33%;
  background: #fff;
  margin-right: 3%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-img {
  width: 100%;
  overflow: hidden;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-img img {
  transition: 0.6s;
  width: 100%;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title {
  padding: 0.45rem 0.4rem;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont1 {
  font-size: 18px;
  color: #1799c3;
  font-family: GilroyBold;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont2 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.4rem;
  height: .8rem;
  margin: 10px 0 0.6rem;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont3 span {
  color: #000;
  font-size: 18px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont3 svg {
  transition: 0.6s;
  margin-left: 10px;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:last-child {
  margin-right: 0;
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:hover .sli-img img {
  transform: scale(1.05);
}
.News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:hover .sli-title .contont3 svg {
  margin-left: 20px;
}
.News-information .w1600 .swiper-button-next,
.News-information .w1600 .swiper-button-prev {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.35;
  z-index: 11;
  margin-top: 0;
}
.News-information .w1600 .swiper-button-next::after,
.News-information .w1600 .swiper-button-prev::after {
  display: none;
}
.News-information .w1600 .swiper-button-next:hover,
.News-information .w1600 .swiper-button-prev:hover {
  opacity: 1;
}
.News-information .w1600 .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.News-information .w1600 .swiper-button-next {
  right: 0;
}
.News-information .w1600 .swiper-button-next span {
    font-size: 16px;
    color: #000;
    margin-right: 8px;
}
.News-information .w1600 .swiper-pagination {
  position: relative;
  bottom: auto;
  flex: 1;
}
.News-information .w1600 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 2px;
  background: #a2a2a2;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.News-information .w1600 .swiper-pagination .swiper-pagination-bullet:nth-child(odd) {
  transform: rotate(180deg);
}
.News-information .w1600 .swiper-pagination .swiper-pagination-bullet-active {
  background: #1799c3;
}
.ny-customer {
  padding: 0 0 1rem;
}
.ny-customer .title {
  font-size: 0.42rem;
  color: #000;
  padding: 0.66rem 0;
  text-align: center;
  font-weight: 700;
}
.ny-customer .cust-box {
  margin: 0 2.48%;
}
.ny-customer .cust-box img {
  width: 100%;
}
.Enterprise-honor {
  position: relative;
}
.Enterprise-honor .honor-back img {
  width: 100%;
}
.Enterprise-honor .honor-about {
  position: absolute;
  top: 0;
  left: 0;
}
.Enterprise-honor .honor-about .contont1 {
  font-size: 0.42rem;
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0 0;
}
.Enterprise-honor .honor-about .contont2 {
  margin: 1.1rem 0 1.05rem;
  padding: 0 0 0.6rem 0;
   border-bottom: 1px solid #d2d2d2;
}
.Enterprise-honor .honor-about .contont2 .mar {
    overflow-y: auto;
    padding: 0 .6rem 0 0;
}
.Enterprise-honor .honor-about .contont2 .mar::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
.Enterprise-honor .honor-about .contont2 .mar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(23, 153, 195, 1)
}

.Enterprise-honor .honor-about .contont2 .mar::-webkit-scrollbar-track {
     border-radius: 2px;
    background: rgba(218, 218, 218, 1)
}
.Enterprise-honor .honor-about .contont2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.Enterprise-honor .honor-about .contont2 .item span {
  margin-left: 0.2rem;
  flex: 1;
  font-size: 0.26rem;
  color: #000;
  font-weight: 400;
}
.Enterprise-honor .honor-about .contont3 {
  font-size: 16px;
  color: #999;
  margin: 0 0 0.4rem;
}
.Enterprise-honor .honor-about .contont4 p {
  font-size: 0.3rem;
  color: #000;
  font-weight: 100;
}
.Enterprise-honor .honor-about .contont4 h1 {
  font-size: 0.7rem;
  color: #000;
  font-weight: 700;
}
.Enterprise-honor .honor-about .contont4 h1 span {
  color: #1799c3;
  font-weight: 400;
}
.page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0 1rem;
}
.page .prev a span,
.page .next a span {
  font-size: 16px;
  color: #666666;
}
.page .prev a:hover span,
.page .next a:hover span {
  color: #000;
}
.page .prev a:hover svg,
.page .next a:hover svg {
  filter: brightness(0);
}
.page .prev a span {
  margin-left: 5px;
}
.page .next a span {
  margin-right: 5px;
}
.page .nav .btn {
  border: solid #1490bd;
  border-width: 1px 1px 0px 0px;
}
.page .nav .btn a {
  color: #000;
}
.page .nav .btn::before {
  background: #1490bd;
}
.news-details {
  margin-top: 100px;
  background: #f6f6f6;
}
.news-details .w1200 .det1 {
  padding-top: 1rem;
}
.news-details .w1200 .det1 h3 {
  font-size: 0.36rem;
  color: #000;
  font-weight: 400;
}
.news-details .w1200 .det1 p {
  font-size: 18px;
  color: #000;
  padding: 0.3rem 0;
}
.news-details .w1200 .det2 {
  padding: 0.3rem 0 .8rem;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: justify;
}
.news-details .w1200 .det2 p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.news-details .w1200 .det2 img {
  max-width: 100%;
}
.Contact-information .b1-title {
  padding: 0.9rem 0 1.5rem;
}
.Contact-information .Contact-box {
  display: flex;
  flex-wrap: wrap;
}
.Contact-information .Contact-box .left {
  width: 50%;
}
.Contact-information .Contact-box .left h3 {
  font-size: 0.38rem;
  color: #000;
  font-weight: 100;
}
.Contact-information .Contact-box .left p {
  font-size: 16px;
  color: #666;
  /*line-height: 0.32rem;*/
  line-height: 32px;
  margin-top: 0.6rem;
}
.Contact-information .Contact-box .right {
  width: 50%;
}
.Contact-information .Contact-box .right .rig-box {
  margin-bottom: 0.9rem;
}
.Contact-information .Contact-box .right .rig-box .item {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.Contact-information .Contact-box .right .rig-box .item:first-child {
  padding: 0 0 0.3rem 0;
}
.Contact-information .Contact-box .right .rig-box .item .svg {
  display: flex;
  align-items: center;
}
.Contact-information .Contact-box .right .rig-box .item .area {
  width: 30%;
  margin-left: 10px;
  font-size: 0.2rem;
  color: #000;
}
.Contact-information .Contact-box .right .rig-box .item .email {
  flex: 1;
}
.Contact-information .Contact-box .right .rig-box .item .email a {
  font-size: 0.18rem;
  color: #000;
}
.Contact-information .Contact-box .right .rig-box .item .email a:hover {
  color: #1490bd;
}
.Contact-information .Contact-box .right .btn {
  margin: 0;
  border: solid #1490bd;
  border-width: 1px 1px 0px 0px;
}
.Contact-information .Contact-box .right .btn a {
  color: #000;
}
.Contact-information .Contact-box .right .btn::before {
  background: #1490bd;
}
.province {
  padding: 1.1rem 0 1rem;
}
.province .w1600 {
  display: flex;
  flex-wrap: wrap;
}
.province .item {
  width: 32%;
  background: #f6f6f6;
  margin: 2% 2% 0 0;
  padding: 0.6rem;
}
.province .item:nth-child(3n) {
  margin: 2% 0 0 0;
}
.province .item .i1 {
  font-size: 0.3rem;
  color: #000;
}
.province .item .i2 {
  font-size: 0.2rem;
  color: #000;
  padding: 0.5rem 0 0.2rem;
}
.province .item .i3 ul li {
  margin-top: 15px;
}
.province .item .i3 ul li a {
  display: flex;
  align-items: center;
}
.province .item .i3 ul li a span {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  flex: 1;
}
.province .item .i3 ul li .click:hover span {
  font-weight: 700;
}
.serach-details {
  background: #f1f1f1;
  margin-top: 100px;
}
.serach-details .w1200 .title {
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 1.2rem 0 0.8rem;
}
.serach-details .w1200 .title span {
  color: #1490bd;
}
.serach-details .w1200 .deta-box {
    min-height: 30vh;
}
.serach-details .w1200 .deta-box .item a {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
}
.serach-details .w1200 .deta-box .item a .m1 {
  flex: 1;
  font-size: 0.26rem;
  color: #000;
  font-weight: 700;
}
.serach-details .w1200 .deta-box .item a .m2 span {
  font-size: 17px;
  color: #000;
  margin-right: 10px;
  font-weight: 700;
}
.serach-details .w1200 .deta-box .item a:hover .m1 {
  color: #1490bd;
}
.serach-details .w1200 .deta-box .item:first-child a {
  border-top: 1px solid #e2e2e2;
}
.paging {
  padding: 0.6rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging .prev a,
.paging .next a {
  transition: 0.4s;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1490bd;
}
.paging .prev a:hover,
.paging .next a:hover {
  background: #1490bd;
}
.paging .prev a:hover svg path,
.paging .next a:hover svg path {
  stroke: #ffffff;
}
.paging .nav {
  margin: 0 0.4rem;
}
.paging .nav a {
  font-size: 18px;
  color: #000;
  padding: 0 0.2rem;
}
.paging .nav a:hover {
  color: #1490bd;
}
.paging .nav .active {
  color: #1490bd;
}
.login {
  position: relative;
}
.login .login-logo {
  position: absolute;
  left: 5.2%;
  height: 100px;
  display: flex;
  align-items: center;
}
.login .login-logo a img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  height: 28px;
}
.login .login-back img {
  width: 100%;
  height: 100vh;
}
.login .login-about {
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}
.login .login-about .box {
  padding: 0.5rem 0.4rem;
  background: #fff;
  border-radius: 2px;
}
.login .login-about .box h5 {
  font-size: 0.28rem;
  color: #000;
  padding-bottom: 40px;
}
.login .login-about .box .item .slide {
  width: 375px;
  height: 55px;
  margin-bottom: 20px;
}
.login .login-about .box .item .slide input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
}
.login .login-about .box .item .slide input:focus {
  border: 1px solid #1490bd;
}
.login .login-about .box .item .button {
  margin-top: 30px;
  margin-bottom: 0;
}
.login .login-about .box .item .button input {
  padding: 0;
  background: #1490bd;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.login .login-about .box .return {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.login .login-about .box .return a {
  font-size: 16px;
  color: #000;
}
.login .login-about .box .return a span {
  font-size: 16px;
  color: #000;
}
.login .login-about .box .return a:hover {
    color: #1d91bb;
}
.login .login-about .box .return a:hover span {
    color: #1d91bb;
}
.login .login-copy {
  position: absolute;
  left: 5.2%;
  bottom: 0;
}
.login .login-copy a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 100px;
}
.login .login-copy .a1:hover {
  color: #ffffff;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.Office-software .Office-header {
  background: #fff;
}
.Office-software .Office-header .w1200 {
  height: 100px;
  display: flex;
  align-items: center;
}
.Office-software .returnLogin {
    text-align: right;
    margin-top: .5rem;
}
.Office-software .returnLogin a {
    font-size: 16px;
    color: #333333;
}
.Office-software .returnLogin a span {
    margin-right: 5px;
}
.Office-software .returnLogin a:hover span {
    color: #1799c3;
}
.Office-software .Office-list {
  background: #f6f6f6;
  padding: 1rem 0;
  min-height: 80vh;
}
.Office-software .Office-list .mySwiper100 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Office-software .Office-list .mySwiper100 .swiper-slide {
  width: 32%;
  margin: 0 2% 2% 0;
  background: #fff;
  height: auto;
  position: relative;
  padding: 70px 55px 45px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide .o3 {
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
  font-size: 16px;
  color: #000;
}
.Office-software .Office-list .mySwiper100 .swiper-slide .o3 span {
    margin-right: 5px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .box .box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .box .box-title {
  margin-top: 50px;
  text-align: center;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .box .box-title .o1 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
}
.Office-software .Office-list .mySwiper100 .swiper-slide .box .box-title .o2 {
  font-size: 16px;
  color: #666;
  /*line-height: 28px;*/
  line-height: 32px;
  padding: 28px 0 70px;
  text-align: justify;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .opacity {
  transition: 0.6s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .opacity .img {
  margin-top: 70px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide .opacity .img img {
  width: 180px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .opacity .tit1 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  padding: 20px 0 85px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide  .opacity .tit2 {
  font-size: 16px;
  color: #000;
  margin-left: 5px;
}
.Office-software .Office-list .mySwiper100 .swiper-slide:hover .opacity {
  opacity: 1;
  z-index: 2;
}
.Office-software .Office-list .mySwiper100 .swiper-slide:nth-child(3n) {
  margin: 0 0 2% 0;
}
.Office-software .Office-footer {
  background: #fff;
}
.Office-software .Office-footer .w1200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
}
.Office-software .Office-footer .w1200 .copy a {
  font-size: 16px;
  color: #666666;
  /*line-height: 26px;*/
  line-height: 32px;
}
.Office-software .Office-footer .w1200 .copy .a1:hover {
  color: #000;
}
.Office-software .Office-footer .w1200 .right {
  display: flex;
}
.Office-software .Office-footer .w1200 .right .item  {
    position: relative;
    margin-right: 10px;
}
.Office-software .Office-footer .w1200 .right p {
  transition: 0.4s;
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.Office-software .Office-footer .w1200 .right .about {
 
  position: absolute;
  left: 50%;
  bottom: 130%;
  transform: translateX(-50%);
}
.Office-software .Office-footer .w1200 .right .about img {
     transition: 0.6s;
     transform: scale(0);
  transform-origin: center bottom;
}
.Office-software .Office-footer .w1200 .right .about a {
    white-space: nowrap;
     transition: 0.6s;
     transform:  scale(0);
  transform-origin: center bottom;
  font-size: 18px;
  padding: 10px 15px;
  background: #f1f1f1;
  color: #000;
}
.Office-software .Office-footer .w1200 .right .about a:hover {
    color: #1799c3;
}
.Office-software .Office-footer .w1200 .right .item:last-child {
  margin-right: 0;
}
.Office-software .Office-footer .w1200 .right p:hover {
  background: #1799c3;
}
.Office-software .Office-footer .w1200 .right p:hover a img {
  filter: brightness(100);
}
.Office-software .Office-footer .w1200 .right .item:hover .about img {
  transform: scale(1);
}
.Office-software .Office-footer .w1200 .right .item:hover .about a {
    transform: scale(1);
}
.phone-header {
  box-shadow: 0 0 12px #f5f5f5;
  display: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  /*z-index: 5;*/
  z-index: 10;
  width: 100%;
  background: #fff;
}
.phone-header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3vw;
}
.phone-header .box .logo {
  width: auto;
  height: auto;
}
.phone-header .box .logo a {
  display: block;
}
.phone-header .box .logo a svg {
  transform: scale(0.8);
}
.phone-header .box .right {
  display: flex;
  align-items: center;
}
.phone-header .box .right .button {
  margin-left: 0.6667rem;
}
.phone-header .box .right .button p {
  position: relative;
}
.phone-header .box .right .button p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1490bd;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone-header .box .right .button p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1490bd;
  top: 50%;
  margin-top: -1px;
  transition: 0.4s;
}
.phone-header .box .right .button p span {
  width: 0.6rem;
  margin: 0.1533rem 0;
  display: block;
  height: 2px;
  background: #1490bd;
}
.phone-header .box .right .button p span:nth-child(1),
.phone-header .box .right .button p span:nth-child(3) {
  transform: 0.4s;
}
.phone-header .box .right .button.active p::before {
  transform: rotate(45deg);
}
.phone-header .box .right .button.active p::after {
  transform: rotate(-45deg);
}
.phone-header .box .right .button.active p span {
  opacity: 0;
}
.phone_nav {
  position: fixed;
  top: 74px;
  width: 100%;
  height: calc(100vh - 74px);
  z-index: 20;
  background: #fff;
  display: none;
}
.phone_nav .box {
  margin: 0 3vw;
  padding: 30px 0;
  height: 100%;
  box-sizing: border-box;
}
.phone_nav .box .box_scroll {
  overflow: scroll;
  height: 100%;
}
.phone_nav .box .item > p {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone_nav .box .item > p a {
  display: block;
  font-size: 20px;
  line-height: 76px;
  color: #000;
  flex: 1;
}
.phone_nav .box .item > p i {
  display: block;
  float: right;
  width: 20px;
  height: 1px;
  background: #999;
  position: relative;
}
.phone_nav .box .item > p i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  transform: rotate(90deg);
  transition: 0.4s;
}
.phone_nav .box .item > p .active::after {
  transform: rotate(180deg);
}
.phone_nav .box .item ul {
  display: none;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.phone_nav .box .item ul li a {
  display: block;
  font-size: 20px;
  color: #666;
  line-height: 54px;
  opacity: 0.8;
}
@media (min-width: 2000px) and (max-width: 2560px) {
    .Innovation-mileage .mileage-swiper2 .mySwiper7 .swiper-slide {
        font-size: .17rem;
    }
    .Global-layout .global .glo-img img {
        width: 75%;
    }
    .Global-layout .global .point1 {
        top: 48.2%;
        right: 32.2%;
    }
    .Global-layout .global .point2 {
        top: 52.2%;
        right: 28%;
    }
    .Global-layout .global .point3 {
        top: 45.8%;
        right: 27.4%;
    }
    .Global-layout .global .point4 {
        top: 58.5%;
    }
    .Global-layout .global .point5 {
       top: 39.5%; 
    }
    .Global-layout .global .point6 {
        top: 48%;
    }
}
@media (max-width: 1700px) {
    .solution .item .mySwiper4 .swiper-pagination {
        bottom: 17%;
    }
   .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
       height: 66px;
   }
  .Global-layout .global .point1 {
    right: 29.5%;
  }
  .Global-layout .global .point2 {
    right: 24.6%;
  }
  .Global-layout .global .point3 {
    right: 23.8%;
  }
  .Global-layout .global .point4 {
    left: 73.2%;
  }
  .Global-layout .global .point5 {
    left: 75.4%;
  }
  .Global-layout .global .point6 {
    left: 81%;
  }
  .slidenav {
    left: 1.2%;
  }
  .Product-parameter .Point-position .p-right .point2 {
    left: 11.7%;
  }
  .Product-parameter .Point-position .p-right .point3 {
    left: 9.4%;
  }
  .Product-parameter .Point-position .p-right .point4 {
    left: 11.7%;
  }
  .Product-parameter .Point-position .p-right .point6 {
    left: 9.5%;
  }
  .Product-parameter .Point-position .p-right .point7 {
    left: 12.5%;
  }
  .Product-parameter .Point-position .p-right .point9 {
    left: 16%;
  }
  .Product-parameter .Point-position .p-right .point10 {
    left: 24%;
  }
  .Product-parameter .Point-position .p-right .point11 {
    left: 23.8%;
  }
  .Product-parameter .Point-position .p-right .point12 {
    left: 30%;
  }
  .Product-parameter .Point-position .p-right .point32 {
    top: 33%;
    right: 0.2%;
  }
  .Product-parameter .Point-position .p-right .point33 {
    top: 36.5%;
    right: 0.4%;
  }
  .Product-parameter .Point-position .p-right .point34 {
    top: 40%;
    right: 0.5%;
  }
}

@media (max-width: 1520px) {
  .accordion_box .acc-item .gif {
    transform: translateX(-50%) scale(0.8) !important;
  }
}

@media (max-width: 1500px) {
    .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
       height: 44px;
   }
    .Intelligent-driving .system-box .sy-title {
        width: 900px;
    }
    .Intelligent-driving .system-box .sy-title {
        padding-bottom: 1rem;
    }
  .index-footer .center .cen-top .right a {
    font-size: 18px;
  }
  .index-footer .center .cen-top .left .item .title h6,
  .index-footer .center .cen-top .left .item .title .email p,
  .index-footer .center .cen-top .left .item .title .email p a,
  .index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title h6,
  .index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p,
  .index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p a,
  .index-footer .bottom .left a,
  .pc-footer .foot-bottom .copy a {
    font-size: 16px;
  }
  .index-footer .center .cen-bottom .mySwiper9 .swiper-button-prev svg,
  .index-footer .center .cen-bottom .mySwiper9 .swiper-button-next svg {
    width: 12px;
    height: 23px;
  }
  .solution .item .mySwiper4 .swiper-pagination {
    bottom: 19%;
  }
  .slidenav a,
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
    font-size: 14px;
  }
  .Global-layout .global .point1 {
    right: 26%;
  }
  .Global-layout .global .point2 {
    right: 20.6%;
  }
  .Global-layout .global .point3 {
    right: 19.7%;
  }
  .Global-layout .global .point4 {
    left: 77.1%;
  }
  .Global-layout .global .point5 {
    left: 79.4%;
  }
  .Global-layout .global .point6 {
    left: 86%;
  }
  .pc-header.white .box .logo a img,
  .pc-header.active .box .logo a img,
  .index-footer .top .logo a img,
  .pc-header .box .logo a img,
  .login .login-logo a img,
  .Office-software .Office-header .w1200 a img {
    /*width: 200px;*/
    width: auto;
   
  }
  .introduction .intr-data {
    width: 75%;
  }
  .introduction .intr-desc {
    width: 70%;
  }
}

@media (max-width: 1440px) {
  .accordion_box .acc-item .gif {
    transform: translateX(-50%) scale(0.7) !important;
  }
}


@media (max-width: 1400px) {
    .pc-header .box .nav .item p {
        padding: 0 24px;
    }
  .News-information .w1600 .mySwiper8 {
    margin: 0 2.49%;
  }
  .Enterprise-honor .honor-about .contont2 {
    margin: 0.9rem 0 0.85rem;
  }
  .Global-layout .global .point1 {
    top: 45.5%;
  }
  .Global-layout .global .point4 {
    left: 77.1%;
  }
  .Global-layout .global .point5 {
    top: 33.5%;
  }
  .Global-layout .global .point6 {
    top: 45.5%;
  }
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont2 {
    margin: 0.7rem 0 0.2rem;
  }
}
@media (max-width: 1300px) {
    .solution .item .mySwiper4 .swiper-slide .my_title p {
        font-size: 15px;
    }
  .pc-header .box .nav .item p a {
    font-size: 16px;
  }
  .w1200 {
    width: 1100px;
  }
  .paging .prev a,
  .paging .next a {
    width: 46px;
    height: 46px;
  }
  .login .login-about {
    right: 6%;
  }
  .Enterprise-honor .honor-about .contont1 {
    padding: 0.8rem 0 0;
  }
  .Enterprise-honor .honor-about .contont2 {
    margin: 0.7rem 0 0.65rem;
  }
  .Intelligent-sensor .innovation-box .innov-list {
    margin: 0 30px;
  }
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont2 {
    margin: 0.6rem 0 0.2rem;
  }
  .slidenav a,
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
    font-size: 13px;
  }
  .Product-parameter .Point-position .p-left .em-img img {
    max-width: 50%;
  }
  .Product-parameter .Point-position .p-left .em-title .tab {
    line-height: 34px;
  }
  .Product-parameter .Point-position .p-left .em-title .tab p,
  .Product-parameter .Point-position .p-left .em-title .tab span {
    font-size: 14px;
  }
  .Product-parameter .Point-position .p-left .em-img {
    padding: 0.4rem 0 0.3rem;
  }
  .solution .item .mySwiper4 .swiper-pagination {
    bottom: 21%;
  }
  .b1-link .link-top p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
    .data {
        height: 300vh;
    }
    .data .data-box .contont4 {
        display: block;
    }
    .data .data-box .contont4 img {
        width: 100vw;
        height: 100vh;
    }
    .data .data-box .pub-title,
    .data .data-box .contont1,
     .data .data-box .contont2 {
       display: none;
     }
    
    .solution .item .mySwiper4 .swiper-slide .my_title p {
        font-size: 16px;
    }
    .phone-header .box .logo a img{
      height: 28px;
  }
  .index-footer .top .logo a img{
      height: 28px;
  }
  .pc-footer .foot-top .logo img{
       height: 28px;
  }
     .products .box .sldeNav {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    display: flex;
    padding: 0.3rem 0 0.5rem;
  }
  .products .box .sldeNav p {
    width: 50%;
    text-align: center;
  }
  .products .box .box-item {
      margin-top: -5%;
  }
    .products .box .box-item .dr-img .relative  {
       max-width: 90%;
    }
    .products .box .box-item .dr-img .relative .absolute {
        display: none;
    }
    .Intelligent-driving .system-box .sy-title {
        padding-bottom: 0;
    }
    .index-footer .center .cen-bottom .mySwiper9 .swiper-wrapper {
        padding: 0 0;
    }
    .products .box .box-item .dr-link a {
        margin-bottom: .2rem;
    }
    .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
        height: auto;
    }
  .pc-header,
  .pc-img {
    display: none;
  }
  .phone-header,
  .phone-img {
    display: block;
  }
  .serach-details,
  .news-details {
    margin-top: 0;
  }
  .w1200 {
    width: 90%;
  }
  .w1600 {
    padding: 0 5%;
  }
  .pane .vertical .scrollbar .fjwdnm {
    width: 65%;
  }
  .pc-footer .foot-top {
    flex-wrap: wrap;
  }
  .pc-footer .foot-top .logo {
    width: 100%;
    line-height: 1.5rem;
  }
  .pc-footer .foot-top .safety {
    width: 100%;
  }
  .pc-footer .foot-bottom {
    flex-wrap: wrap;
  }
  .pc-footer .foot-bottom .Intranet {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Office-software .Office-footer .w1200 .right {
    margin-top: 0.5rem;
  }
  .Office-software .Office-list .mySwiper100 .swiper-slide {
    width: 48%;
  }
  .Office-software .Office-list .mySwiper100 .swiper-slide:nth-child(3n) {
    margin: 0 2% 2% 0;
  }
  .Office-software .Office-list .mySwiper100 .swiper-slide:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .Contact-information .Contact-box .left {
    width: 100%;
  }
  .Contact-information .Contact-box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .province .item {
    width: 48%;
  }
  .province .item:nth-child(3n) {
    margin: 2% 2% 0 0;
  }
  .province .item:nth-child(2n) {
    margin: 2% 0 0 0;
  }
  .introduction .intr-desc {
    width: 95%;
  }
  .introduction .intr-data {
    width: 100%;
  }
  .Core-competence .core-link p {
    font-size: 0.22rem;
  }
  .Core-competence .core-box .item.active {
    flex-wrap: wrap;
  }
  .Core-competence .core-box .item.active .left {
    width: 100%;
    padding: 0.5rem 0;
  }
  .Core-competence .core-box .item.active .left p {
    width: 90%;
  }
  .Core-competence .core-box .item.active .right {
    order: -1;
    width: 100%;
  }
  .Global-layout .global .glo-nav {
    display: block;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 0.5rem;
  }
  .Global-layout .global .glo-nav p {
    cursor: pointer;
    font-size: 0.3rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
  .Global-layout .global .glo-nav .order3 {
      order: -5;
  }
  .Global-layout .global .glo-nav .order5 {
      order: -4;
  }
  .Global-layout .global .glo-nav .order2 {
      order: -3;
  }
  .Global-layout .global .glo-nav .order4 {
      order: -2;
  }
  .Global-layout .global .glo-nav .order1 {
      order: -1;
  }
  .Global-layout .global .glo-nav p.active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1490bd;
  }
  .Global-layout .global .glo-img {
    display: none;
  }
  .Global-layout .global .glo-city {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .Global-layout .global .point {
    display: none;
  }
  .Global-layout .global .glo-city .city-img img {
    width: 100%;
  }
  .Global-layout .global .glo-city .city-title .list .contont1 span {
    font-size: 0.26rem;
  }
  .Enterprise-honor .honor-back img {
    height: 65vh;
  }
  
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top {
    flex-wrap: wrap;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom {
    width: 100%;
    margin-right: 0;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide {
    display: none;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom {
    flex-wrap: wrap;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide {
    width: 48.5%;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:nth-child(2n) {
    margin-right: 0%;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:last-child {
    display: none;
  }
  .Application-scenario .mySwiper3 .swiper-slide {
    flex-wrap: wrap;
  }
  .Application-scenario .mySwiper3 .swiper-slide .left {
    order: 1;
    width: 100%;
  }
  .Application-scenario .mySwiper3 .swiper-slide .right {
    width: 100%;
  }
  .Intelligent-sensor .innovation-box .innov-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Intelligent-sensor .innovation-box .innov-list .list {
    width: 100%;
    margin-right: 0%;
    margin-top: 2%;
  }
  .Intelligent-sensor .innovation-box .innov-list .list a {
    width: 100%;
  }
  .slidenav a,
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
    font-size: 16px;
  }
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont1 p,
  .Intelligent-sensor .innovation-box .innov-list .list .li-title p {
    font-size: 0.26rem;
  }
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont1 h6,
  .Intelligent-sensor .innovation-box .innov-list .list .li-title h6 {
    font-size: 0.34rem;
  }
  .Product-parameter .Point-position {
    display: none;
  }
  .Product-parameter .point-phone {
    display: block;
  }
  .solution .item .mySwiper4 {
    margin: 0;
  }
  .slidenav {
    display: none;
  }
  .solution .item .mySwiper4 .swiper-pagination {
    bottom: 28%;
  }
  .Intelligent-driving .system-box .sy-title {
    width: 100%;
  }
  .Intelligent-driving .system-box .sy-introduce {
    flex-wrap: wrap;
  }
  .Intelligent-driving .system-box .sy-introduce .left {
    width: 100%;
  }
  .Intelligent-driving .system-box .sy-introduce .right {
    width: 100%;
  }
  .index-banner .mySwiper1 {
    height: calc(100vh - 75px);
  }
  .pub-title {
    font-size: 1.2rem;
  }
  .products .box .box-item .dr-link {
    padding: 0.6rem 0 0.6rem;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide-recom {
    width: 100%;
    margin-right: 0;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide {
    display: none;
  }
  .news .mySwiper2 .swiper-slide .item-bottom {
    flex-wrap: wrap;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide {
    width: 48.5%;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide:nth-child(2n) {
    margin-right: 0;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide:last-child {
    display: none;
  }
  .index-footer .bottom .left .a1 {
    margin-top: 0.1rem;
  }
  .index-footer .center .cen-top .left {
    width: 100%;
  }
  .index-footer .center .cen-top .right {
    display: none;
  }
  .index-footer .top .logo a {
    width: 100%;
  }
  .accordion {
    flex-wrap: wrap;
  }
  .accordion .acc-item {
      width: 100%;
      margin-top: -1px;
  }
  .accordion .acc-item .item-back img {
    height: 55vh;
  }
  .accordion .acc-item .item-about .contont1 h3 {
    font-size: 0.45rem;
  }
  .accordion .acc-item .item-about .contont3 {
    margin-top: 0.5rem;
  }
  .accordion .acc-item .item-about .contont2 .gif {
    display: none;
  }
  .accordion .acc-item .item-about .contont3 .btn {
    opacity: 1;
  }
  .accordion .acc-item .item-about .contont3 .img {
      display: none;
  }
  .anchor {
    top: -75px;
  }
}
@media (max-width: 750px) {
    .data .data-box .contont4  {
        height: 100vh;
        display: flex;
    justify-content: center;
        align-items: center;
    }
      .data .data-box .contont4 img {
          height: 80vh;
      }
    .news .mySwiper2 .swiper-slide .item-top .slide,
    .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide {
        width: 100%;
        display: block;
    }
    .Product-parameter .prod-title {
        padding: .5rem 0;
    }
    .ny-customer .title {
        padding: .4rem 0;
    }
    .pub-customer .title {
        padding: 0.4rem 0 0rem;
    }
    .Contact-information .Contact-box .left p {
        margin-top: .5rem;
    }
    .Contact-information .b1-title {
        padding: .5rem 0;
    }
    .introduction .intr-desc {
        text-align: left;
    }
    .introduction .intr-desc, 
    .Core-competence .core-box .item .left p {
        font-size: 14px;
    }
    .Core-competence .core-box .item .left p {
        padding: 0 10px 0 0;
    }
    .introduction .intr-data .item .i2 {
       font-size: 12px;
    }
    .Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title .tab p,
    .Product-parameter .point-phone .int-swiper .item .mySwiper10 .swiper-slide .sli-title .tab span {
        font-size: 13px;
    }
    .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont3 p {
        height: 88px;
        font-size: 14px;
    }
    .Intelligent-sensor .desc {
        font-size: 14px;
        text-align: left;
    }
    .pc-footer {
       margin-bottom: .5rem; 
    }
    .index-footer .center .cen-bottom .mySwiper9 .swiper-slide .item .title .email p {
        font-size: 15px;
    }
    .pc-footer .foot-bottom .copy a,
    .index-footer .bottom .left a,
    .Office-software .Office-footer .w1200 .copy a {
        font-size: 13px;
    }
    .Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t1 {
        font-size: 16px;
    }
    .Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-title .t2 p span {
        font-size: 14px;
    }
    .Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .top-char {
        font-size: 15px;
        top: 5%;
    }
    .Intelligent-driving .system-box .sy-introduce .right .mySwiper5 .slide-top .img img {
        max-width: 50%;
    }
    .products .box .box-item .dr-link a,
    .solution .item .mySwiper4 .swiper-slide .my_title p {
        font-size: 14px;
    }
    .solution .item .mySwiper4 .swiper-slide .my_title p:last-child {
        text-align: left;
    }
    .pub-customer,.ny-customer {
        padding: 0;
    }
    .Product-parameter .point-phone .int-img .advisory {
        right: 1%;
        font-size: .18rem;
        transform: scale(.7);
    }
    .pc-footer .foot-bottom .right .about,
    .index-footer .bottom .right .item .about,
    .Office-software .Office-footer .w1200 .right .about {
        left: 0;
        transform: translateX(0);
    }
    .pc-footer .foot-bottom .right .about img,
    .index-footer .bottom .right .item .about img,
    .Office-software .Office-footer .w1200 .right .about img {
        width: 1.2rem;
    }
  .phone-header .box .logo a img {
    /*width: 2rem;*/
    height: 20px;
  }
  .phone-header .box .right .search a svg {
    width: 24px;
    height: 24px;
  }
  .phone-header .box .right .button {
    margin-left: 0.4rem;
  }
  .phone-header .box .right .button p span {
    width: 0.38rem;
    margin: 0.1rem 0;
  }
  .pane .vertical .ilagzl {
    align-items: center;
  }
  .pane .vertical .ilagzl .logo a img {
    width: 2rem;
  }
  .pane .vertical .scrollbar .fjwdnm .dhjuzx form input {
    font-size: 16px;
  }
  .pane .vertical .scrollbar .fjwdnm .dhjuzx form button {
    padding: 10px;
  }
  .phone_nav {
    top: 51px;
    height: calc(100vh - 51px);
  }
  .phone_nav .box .item > p a {
    font-size: 18px;
    line-height: 60px;
  }
  .phone_nav .box .item ul li a {
    font-size: 16px;
    line-height: 40px;
  }
  .index-banner .mySwiper1 .swiper-slide .my_title {
    font-size: 0.3rem;
    bottom: 15%;
  }
  .index-banner .mySwiper1 {
    height: auto;
  }
  .index-banner .mySwiper1 .swiper-button-next,
  .index-banner .mySwiper1 .swiper-button-prev {
    width: 13px;
    height: 28px;
  }
  .index-banner .mySwiper1 .swiper-Scroll {
    font-size: 12px;
  }
  .data .data-box .pub-title {
    font-size: 0.6rem;
  }
  .data .data-box .contont1 .item .item-slide .slide-number span:first-child {
    font-size: 0.6rem;
  }
  .data .data-box .contont1 .item .item-slide .slide-number span {
    font-size: 0.5rem;
  }
  .data .data-box .contont1 {
    width: 400vw;
  }
  .data .data-box .contont3 .con-title .tit1 {
    font-size: 0.32rem;
  }
  .accordion .acc-item .item-back img {
    height: 75vh;
  }
  .accordion .acc-item .item-about .contont2 .gif {
    top: 13%;
  }
  .accordion .acc-item .item-about .contont2 .gif img {
    width: 4rem;
  }
  .pub-title {
    font-size: 0.8rem;
  }
  .btn {
    width: 140px;
    height: 45px;
  }
  .products .box .box-item .dr-title h6 {
    font-size: 0.32rem;
  }
  .products .box .box-item .dr-title p {
    font-size: 0.22rem;
  }
 
  .products .box .box-item .dr-title {
      padding: .2rem  0 .4rem;
  }
  .products .box .box-item .dr-link {
    display: none;
  }
  .pc-header.white .box .logo a img,
  .pc-header.active .box .logo a img,
  .index-footer .top .logo a img,
  .pc-header .box .logo a img,
  .login .login-logo a img,
  .Office-software .Office-header .w1200 a img {
    /*width: 2rem;*/
    width: auto;
    height: 20px;
  }
  .index-footer .top {
    flex-wrap: wrap;
  }
  .index-footer .top .logo {
    width: 100%;
  }
  .index-footer .top .Intranet {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
  .index-footer .center .cen-top .left {
    flex-wrap: wrap;
  }
  .index-footer .center .cen-top .left .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .index-footer .center .cen-top .left .item:last-child {
    margin-bottom: 0;
  }
  .index-footer .bottom {
    flex-wrap: wrap;
  }
  .index-footer .bottom .right {
    margin-top: 0.3rem;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide-recom {
    display: none;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide:last-child {
      display: block;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont1 h6,
  .news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont2,
  .news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont3 span,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont1 h6,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont2 {
    font-size: 16px;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont1 p,
  .news .mySwiper2 .swiper-slide .item-bottom .slide .sli-title .contont1,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont1 p,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide .sli-title .contont1 {
    font-size: 14px;
  }
  .news .mySwiper2 .swiper-slide .item-top .slide-recom .sli-title .contont2,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom .sli-title .contont2 {
    display: none;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .news .mySwiper2 .swiper-slide .item-bottom .slide:last-child,
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:last-child {
    margin-bottom: 0;
  }
  .neiye-banner .banner-title p {
    font-size: 0.22rem;
  }
  .neiye-banner .banner-title h3 {
    font-size: 0.36rem;
  }
  .Application-scenario .mySwiper3 .swiper-slide .left {
    padding: .2rem 0.3rem;
  }
  .Application-scenario .mySwiper3 .swiper-slide .left .contont3,
  .b1-link .link-top p {
    font-size: 14px;
  }
  .solution .item .mySwiper4 .swiper-slide .my_video video {
    /*height: 50vh;*/
  }
  .solution .item .mySwiper4 .swiper-pagination {
    bottom: 30%;
  }
  .solution .item .mySwiper4 .swiper-button-next {
    top: 30%;
    right: 1%;
  }
  .solution .item .mySwiper4 .swiper-button-next svg {
    width: 12px;
    height: 28px;
  }
  .solution .item .mySwiper4 .swiper-button-prev {
    top: 30%;
    left: 1%;
  }
  .solution .item .mySwiper4 .swiper-button-prev svg {
    width: 12px;
    height: 28px;
  }
  .Intelligent-driving .b1-link .link-top {
    flex-wrap: wrap;
    border: none;
  }
  .Intelligent-driving .b1-link .link-top p {
    width: 49%;
    margin-right: 2%;
    border-bottom: 2px solid #f1f1f1;
    padding: 0.2rem 0;
  }
  .Intelligent-driving .b1-link .link-top p:nth-child(2n) {
    margin-right: 0;
  }
  .Intelligent-driving .system-box .sy-title {
    /*line-height: 0.4rem;*/
    text-align: justify;
    font-size: 13px;
  }
  .b1-video .video-btn {
    top: 60%;
  }
  .b1-video .video-btn svg {
    width: 1rem;
    height: 1rem;
  }
  .pc-footer .foot-top .logo a img {
    /*width: 2rem;*/
    width: auto;
    height: 20px;
  }
  .pc-footer .foot-top .safety p {
    font-size: 0.35rem;
  }
  .pc-footer .foot-bottom .copy {
    width: 100%;
    flex: inherit;
    margin-bottom: 0.3rem;
  }
  .Intelligent-sensor .desc,
  .introduction .intr-desc,
  .Core-competence .core-box .item .left p {
    /*line-height: 0.4rem;*/
  }
  .Intelligent-sensor .innovation-box .innov-list {
    margin: 0;
  }
  .Intelligent-sensor .innovation-box .innov-list .list .li-opacity .contont2 {
    margin: 0.3rem 0 0.1rem;
  }
  .Product-parameter .point-phone .int-nav p {
    font-size: 0.24rem;
  }
  .introduction .intr-data .item {
    width: 50%;
    margin-right: 0;
  }
  .Core-competence .core-link {
    flex-wrap: wrap;
    border: none;
  }
  .Core-competence .core-link p {
    width: 100%;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid #f1f1f1;
    padding: 0 0 0.2rem;
  }
  .Core-competence .core-link p:last-child {
    margin-bottom: 0;
  }
  .Core-competence .core-link p {
    font-size: 0.24rem;
  }
  .Enterprise-honor .honor-back img {
    height: 85vh;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-top .slide-recom {
    display: none;
  }
  .News-information .w1600 .mySwiper8 .swiper-slide .item-bottom .slide:last-child {
      display: block;
  }
  .page .nav .btn {
    width: 100px;
    height: 38px;
  }
  .page .nav .btn a {
    font-size: 14px;
  }
  .Contact-information .Contact-box .right .rig-box .item .area {
    font-size: 16px;
    width: 40%;
  }
  .Contact-information .Contact-box .right .rig-box .item .email a {
    font-size: 14px;
    width: 60%;
  }
  .province .item {
    width: 100%;
    margin-right: 0;
  }
  .province .item .i1 {
    font-size: 0.36rem;
  }
  .province .item .i2 {
    font-size: 0.28rem;
  }
  .login .login-about .box .item .slide {
    width: 4.6rem;
  }
  .login .login-about {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .login .login-copy {
    bottom: 2%;
  }
  .login .login-copy a {
    line-height: normal;
    font-size: 13px;
  }
  .Office-software .Office-list .mySwiper100 .swiper-slide {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .Office-software .Office-header .w1200 {
    height: 0.88rem;
  }
  .serach-details .w1200 .deta-box .item a .m2 {
    display: none;
  }
  .paging .nav a {
    display: none;
  }
  .paging .nav a.active {
    display: block;
  }
  .anchor {
    top: -51px;
  }
}
