.index-swiper {
  width: 100%;
  height: 100%;
}
.index-swiper .banner-box {
  width: 100%;
  height: 100%;
}
.index-swiper .banner-box .swiper-h {
  width: 100%;
  height: 100%;
}
.index-swiper .banner-box .swiper-h .swiper-pags {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 0.4167rem;
  transform: translateY(-50%);
  z-index: 11;
}
.index-swiper .banner-box .swiper-h .swiper-pags .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #e3e3e3;
  border-radius: 0;
}
.index-swiper .banner-box .swiper-h .swiper-pags .swiper-pagination-bullet:hover {
  background: #fea321;
}
.index-swiper .banner-box .swiper-h .swiper-pags .swiper-pagination-bullet-active {
  background: #fea321;
}
.home-banner {
  width: 100%;
  height: 100%;
}
.home-banner .mySwiper2 {
  width: 100%;
  height: 100%;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .img {
  width: 100%;
  height: 100%;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box {
  width: 6.6667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title {
  width: 100%;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title .h6 {
  font-size: 0.1563rem;
  font-weight: 100;
  line-height: 0.1823rem;
  color: #666666;
  
  text-transform: uppercase;
  position: relative;
  left: 30%;
  opacity: 0;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title .h6 span {
  color: #fea30b;
   font-weight: 700;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title .h1 {
  font-weight: 700;
  /*font-size: 0.3646rem;*/
  font-size: 0.26rem;
  color: #010101;
  margin: 0.2604rem 0 0.4688rem;
  position: relative;
  left: 30%;
  opacity: 0;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title .h1 span {
     color: #ffa400;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide .homebanner-1 .box .title .icon {
  position: relative;
  left: 30%;
  opacity: 0;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide-active .homebanner-1 .box .title .h6 {
  left: 0;
  opacity: 1;
  transition: 1.5s;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide-active .homebanner-1 .box .title .h1 {
  left: 0;
  opacity: 1;
  transition: 1.5s;
}
.home-banner .mySwiper2 .swiper-wrapper .swiper-slide-active .homebanner-1 .box .title .icon {
  left: 0;
  opacity: 1;
  transition: 1.5s;
}
.mySwiper2 .swiper-point {
  z-index: 11;
  position: absolute;
  bottom: 0.2604rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-point .swiper-pagination-bullet {
  display: block;
  width: 0.2865rem;
  height: 3px;
  background-color: #faf4eb;
  margin: 0 7px;
  border-radius: 0;
  opacity: 1;
}
.mySwiper2 .swiper-point .swiper-pagination-bullet-active {
  background-color: #fea30b;
}
.mySwiper2 .prev,
.mySwiper2 .next {
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mySwiper2 .prev svg,
.mySwiper2 .next svg {
  background: transparent;
}
.mySwiper2 .prev svg path,
.mySwiper2 .next svg path {
  transition: 0.4s;
}
.mySwiper2 .prev:hover svg path,
.mySwiper2 .next:hover svg path {
  fill: #fea30b;
}
.mySwiper2 .prev {
  left: 0.5469rem;
}
.mySwiper2 .next {
  right: 0.5469rem;
}
.product-banner {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
}
.product-banner .box {
  width: 6.6667rem;
  margin: 0 auto;
}
.product-banner .box .banner-title {
  text-align: center;
  position: relative;
  /*padding: 0.3646rem 0 0.1042rem;*/
}
.product-banner .box .banner-title h6 {
     opacity: 0;
  color: #e9e9e9;
  font-weight: 400;
  text-transform: uppercase;
}
/*.product-banner .box .banner-title p {*/
/*  color: #000;*/
/*  position: absolute;*/
/*  top: 62%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
.product-banner .box .list {
  width: 100%;
}
.product-banner .box .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-banner .box .list ul li {
  max-width: 48.2%;
  position: relative;
  margin-top: 0.2344rem;
}
.product-banner .box .list ul li .link .back {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-banner .box .list ul li .link .back img {
  transition: 0.33s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.product-banner .box .list ul li .link .data {
  position: absolute;
  top: 0.2604rem;
  /*left: 0.3125rem;*/
  padding: 0 .3125rem;
}
.product-banner .box .list ul li .link .data h1 {
  font-size: 0.25rem;
  color: #fff;
  font-weight: 700;
}
.product-banner .box .list ul li .link .data p {
  font-size: 18px;
  color: #fff;
  margin: 30px 0 45px;
}
.product-banner .box .list ul li .link .data i {
  max-width: 38px;
  padding: 10px 12px;
  display: block;
  border: 1px solid #fff;
  transition: 0.33s;
}
.product-banner .box .list ul li .link .data i svg {
  vertical-align: middle;
}
.product-banner .box .list ul li .link:hover .back img {
  transform: scale(1.05);
}
.product-banner .box .list ul li .link:hover .data .item-icon {
  width: 0.7292rem;
  background-color: #fea30b;
  border: 1px solid #fea30b;
}
.product-banner .box .list ul li .link:hover .data .item-icon .icon-title {
  margin-left: 0;
}
.product-banner .box .list ul li .link:hover .data .item-icon .icon-right svg path {
  stroke: #fff;
}
.joinUs-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.joinUs-banner .join-back {
  width: 100%;
  height: 100%;
}
.joinUs-banner .join-back img {
  width: 100%;
  height: 100%;
}
.joinUs-banner .joinUs-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.joinUs-banner .joinUs-box .banner-title p {
  color: #fff;
}
.joinUs-banner .joinUs-box .engineer {
  width: 45%;
  text-align: center;
  margin: 0.2rem auto 0;
}
.joinUs-banner .joinUs-box .engineer h1 {
  font-size: 0.1875rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.1875rem;
  height: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.joinUs-banner .joinUs-box .engineer p {
  font-size: 16px;
  line-height: 0.1563rem;
  color: #fff;
  margin: 0.3646rem 0 0.5208rem;
}
.joinUs-banner .joinUs-box .engineer .icon .back p {
  margin: 0;
  line-height: normal;
}
.joinUs-banner .joinUs-box .big-data {
  /*margin-top: 0.7rem;*/
  /*width: 100%;*/
      position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  border-top: 1px solid rgba(255, 255, 255,.2);
}
.joinUs-banner .joinUs-box .big-data ul {
  display: flex;
  justify-content: space-around;
}
.joinUs-banner .joinUs-box .big-data ul li {
  padding: 0.1823rem 0;
}
.joinUs-banner .joinUs-box .big-data ul li h2 {
  font-size: 0.2604rem;
  color: #fff;
}
.joinUs-banner .joinUs-box .big-data ul li h2 span {
    font-weight: 700;
}
.joinUs-banner .joinUs-box .big-data ul li p {
  font-size: 16px;
  color: #fff;
}
.Productdisplay-banner {
  width: 100%;
  height: 100%;
}
.Productdisplay-banner .Productdisplay-box {
  width: 6.6667rem;
  margin: 0 auto;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 {
  width: 6.6667rem;
  height: 3.875rem;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide {
    height: 50%;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp {
  width: 100%;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp a .disp-img {
  padding: 0.2604rem 0 0.2083rem;
  width: 100%;
  height: 1.276rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp a .disp-img img {
  max-width: 90%;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp a .disp-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp a .disp-title h6 {
  font-size: 0.0938rem;
  line-height: .11rem;
  height: .22rem;
    color: #000;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp a .disp-title .item-icon {
  margin: 25px 0 30px;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp:hover {
  background: -webkit-linear-gradient(to bottom, #ffebcf, #fffbf6);
  background: linear-gradient(to bottom, #ffebcf, #fffbf6);
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp:hover a .disp-title .item-icon {
  width: 0.7292rem;
  background: #fea321;
  border: 1px solid #fea321;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp:hover a .disp-title .item-icon .icon-title {
  margin-left: 0;
}
.Productdisplay-banner .Productdisplay-swiper .mySwiper6 .swiper-slide .disp:hover a .disp-title .item-icon .icon-right svg path {
  stroke: #fff;
}
.Productdisplay-banner .Productdisplay-swiper .Productdisplay-prev,
.Productdisplay-banner .Productdisplay-swiper .Productdisplay-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Productdisplay-banner .Productdisplay-swiper .Productdisplay-prev {
  left: 105px;
}
.Productdisplay-banner .Productdisplay-swiper .Productdisplay-next {
  right: 105px;
}
.secondary {
  width: 100%;
}
.secondary .secondary-box {
  margin: 0 auto;
}
.secondary .secondary-box ul {
  padding: 0.1302rem 0 0.2083rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.secondary .secondary-box ul li {
  width: 16.66%;
  display: flex;
  justify-content: center;
  margin-top: 0.1302rem;
}
.secondary .secondary-box ul li a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.secondary .secondary-box ul li a:hover::after {
    width: 100%;
    transition: .5s;
}
.secondary .secondary-box ul li .active:after {
    width: 100%;
}
.secondary .secondary-box ul li a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fda321;
    position: absolute;
    left: 0;
    top: 98%;
}
.secondary .secondary-box ul li .active {
  font-weight: 700;
  /*border-bottom: 2px solid #fea321;*/
  color: #fea321;
}
.ProductCenter-content {
  width: 100%;
}
.ProductCenter-content .content-box {
  margin: 0 auto;
}
.ProductCenter-content .content-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5469rem 0 0.625rem;
}
.ProductCenter-content .content-box ul li {
  width: 24%;
  margin-right: 0.083rem;
  margin-bottom: 16px;
}
.ProductCenter-content .content-box ul li:nth-child(4n) {
  margin-right: 0;
}
.ProductCenter-content .content-box ul li a .con-img {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.ProductCenter-content .content-box ul li a .con-img img {
  transition: 0.4s;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.ProductCenter-content .content-box ul li a .con-title {
  background: #e3e3e3;
  padding: 0.1563rem 0.1198rem;
}
.ProductCenter-content .content-box ul li a .con-title h3 {
  font-size: 0.1354rem;
  color: #fea321;
}
.ProductCenter-content .content-box ul li a .con-title .txt {
  margin-top: 10px;
  position: relative;
}
.ProductCenter-content .content-box ul li a .con-title .txt p {
  transition: 0.4s;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.ProductCenter-content .content-box ul li a .con-title .txt .left-fide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ProductCenter-content .content-box ul li a .con-title .txt .left-fide .item-icon { 
  opacity: 0;
}
.ProductCenter-content .content-box ul li a:hover .con-img img {
  transform: scale(1.05);
}
.ProductCenter-content .content-box ul li a:hover .con-title .txt p {
  opacity: 0;
}
.ProductCenter-content .content-box ul li a:hover .con-title .txt .left-fide .item-icon {
  opacity: 1;
  background: #fea321;
  border: 1px solid #fea321;
  width: 0.7292rem;
}
.ProductCenter-content .content-box ul li a:hover .con-title .txt .left-fide .item-icon .icon-title {
  margin-left: 0;
}
.dropDown {
  width: 100%;
  background: linear-gradient(to right, #ffe8c7, #ffffff);
}
.dropDown .dropDown-box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2083rem 0 0.1823rem;
}
.dropDown .dropDown-box .item {
  width: 24%;
  margin-right: .083rem;
  margin-bottom: 10px;
  cursor: pointer;
}
.dropDown .dropDown-box .item:nth-child(4n) {
  margin-right: 0;
}
.dropDown .dropDown-box .item .row {
  background: #fff;
  position: relative;
}
.dropDown .dropDown-box .item .row .axios {
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
}
.dropDown .dropDown-box .item .row .axios p {
  font-weight: 700;
}
.dropDown .dropDown-box .item .row .axios svg {
  transition: 0.4s;
}
.dropDown .dropDown-box .item .row .scroll {
  z-index: 2;
  border: 1px solid #eaeaea;
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  background: #fff;
  padding: 10px 0;
}
.dropDown .dropDown-box .item .row .scroll ul {
  margin: 0px 28px 0 20px;
  height: 0.8438rem;
  overflow: auto;
}

.dropDown .dropDown-box .item .row .scroll ul li {
  font-size: 14px;
  margin-bottom: .12rem;
  display: flex;
}
.dropDown .dropDown-box .item .row .scroll ul li span {
  color: #666;
  font-weight: 700;
  flex: 1;
}
.dropDown .dropDown-box .item .row .scroll ul li svg {
  vertical-align: middle;
  margin-right: 10px;
}
.dropDown .dropDown-box .item .row .scroll ul li.active span {
    color: #014099;
}
.dropDown .dropDown-box .item .row .scroll ul li.active svg path {
  fill: #014099;
  stroke: #014099;
}
.dropDown .dropDown-box .item .row .scroll ul li:hover span {
  color: #014099;
}
.dropDown .dropDown-box .item .row .scroll ul li:hover svg path {
  fill: #014099;
  stroke: #014099;
}
.dropDown .dropDown-box .item .row.active .axios {
  background: #fea321;
  color: #fff;
}
.dropDown .dropDown-box .item .row.active .axios svg {
  transform: rotateX(180deg);
}
.dropDown .dropDown-box .item .row.active .axios svg path {
  fill: #fff;
}
.dropDown .dropDown-box .item .row .scroll ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.dropDown .dropDown-box .item .row .scroll ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #fea321;
}
.dropDown .dropDown-box .item .row .scroll ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: #e6e6e6;
}
.Proddetails {
  width: 100%;
  margin: 0.4167rem 0 0.651rem;
}
.Proddetails .Proddetails-box {
  margin: 0 auto;
}
.Proddetails .Proddetails-box .detail-title {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
}
.Proddetails .Proddetails-box .detail-title .tit-left {
  width: 50%;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img {
  width: 100%;
  height: 2.8125rem;
  background: #f5f6f5;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img div {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img div video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img div .play-round {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img div .m1 {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-img .active {
  display: block;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table {
  display: flex;
  justify-content: center;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab {
  width: 0.3646rem;
  height: 0.3229rem;
  position: relative;
  margin: 20px 10px 0 0;
  cursor: pointer;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab.on .mask {
  opacity: .8;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab:hover .mask {
  opacity: 0.8;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab .mask {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  background: #fea321;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab img {
  width: 100%;
  height: 100%;
}
.Proddetails .Proddetails-box .detail-title .tit-left .le-table .tab .play {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Proddetails .Proddetails-box .detail-title .tit-right {
  width: 45%;
}
.Proddetails .Proddetails-box .detail-title .tit-right .deilt-h {
  width: 100%;
}
.Proddetails .Proddetails-box .detail-title .tit-right .deilt-h h2 {
  font-size: 0.25rem;
  color: #000;
  line-height: .95;
  padding-bottom: 0.1042rem;
}
.Proddetails .Proddetails-box .detail-title .tit-right .deilt-h h6 {
  font-size: 0.0938rem;
  color: #000;
}
.Proddetails .Proddetails-box .detail-title .tit-right .deilt-h p {
  border-bottom: 1px solid #ededed;
  padding: 0.1302rem 0 0.1563rem;
  font-size: 14px;
  color: #999;
}
.Proddetails .Proddetails-box .detail-title .tit-right .deilt-h p svg {
  vertical-align: middle;
}
.Proddetails .Proddetails-box .detail-title .tit-right .Features ul {
  margin-top: 0.1302rem;
}
.Proddetails .Proddetails-box .detail-title .tit-right .Features ul h3 {
  font-size: 0.1146rem;
  margin-bottom: 5px;
}
.Proddetails .Proddetails-box .detail-title .tit-right .Features ul li {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.Proddetails .Proddetails-box .detail-title .tit-right .Features ul li p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-left: 10px;
  flex: 1;
}
.Proddetails .Proddetails-box .detail-title .tit-right .Features ul li svg {
  vertical-align: middle;
}
.Proddetails .Proddetails-box .detail-title .tit-right .download {
  margin-top: 0.3125rem;
  width: 0.94rem;
  height: 0.2604rem;
  background: #fea321;
}
.Proddetails .Proddetails-box .detail-title .tit-right .download a {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Proddetails .Proddetails-box .detail-title .tit-right .download a span {
  font-size: 14px;
  color: #fff;
}
.Proddetails .Proddetails-box .size {
  margin-top: 0.2344rem;
  border-bottom: 1px solid #dbdbdb;
}
.Proddetails .Proddetails-box .size .size-img {
  width: 100%;
}
.Proddetails .Proddetails-box .size .size-img img {
  max-width: 100%;
  /*width: 100%;*/
}
.Proddetails .Proddetails-box .application {
  margin-top: 0.2344rem;
  border-bottom: 1px solid #dbdbdb;
}
.Proddetails .Proddetails-box .application .application-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1979rem;
}
.Proddetails .Proddetails-box .application .application-list ul li {
  width: 32%;
  margin-right: 2%;
}
.Proddetails .Proddetails-box .application .application-list ul li:nth-child(3n) {
  margin-right: 0;
}
.Proddetails .Proddetails-box .application .application-list ul li a {
  width: 100%;
}
.Proddetails .Proddetails-box .application .application-list ul li a .list-img {
  width: 100%;
  overflow: hidden;
}
.Proddetails .Proddetails-box .application .application-list ul li a .list-img img {
  transition: 0.4s;
  width: 100%;
  max-width: 100%;
}
.Proddetails .Proddetails-box .application .application-list ul li a .list-title h2 {
  font-size: 0.1354rem;
  color: #000;
  padding: 20px 0 10px;
}
.Proddetails .Proddetails-box .application .application-list ul li a .list-title p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 0.2604rem;
}
.Proddetails .Proddetails-box .application .application-list ul li a:hover .list-img img {
  transform: scale(1.05);
}
.Proddetails .Proddetails-box .technology {
  margin-top: 0.2344rem;
  border-bottom: 1px solid #dbdbdb;
}
.Proddetails .Proddetails-box .technology .technology-table {
  margin-top: 0.1667rem;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-h1 {
  background: linear-gradient(to right, #ffe8c8, #ffffff);
  position: relative;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-h1 .tech {
  font-size: 24px;
  padding: 0.0625rem 0 0.0625rem 0.2604rem;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-h1 .tech  h1 {
      font-size: 24px;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-h1 .tech-back {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-h1 .tech-back img {
  height: 100%;
  max-height: 100%;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul {
  border-bottom: 1px solid #fea321;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul .ul-li {
  padding-left: 0.2604rem;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul .ul-li .li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul .ul-li .li p {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul .ul-li .li p:nth-child(1) {
  width: 31.2%;
}
.Proddetails .Proddetails-box .technology .technology-table .tab-ul .ul-li .li p:nth-child(2) {
  width: 68.8%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.Company-Profile {
  width: 100%;
}
.Company-Profile .Company-box {
  margin: 0 auto;
}
.Company-Profile .Company-box .Profile {
  width: 100%;
  padding-top: 0.2604rem;
}
.Company-Profile .Company-box .Profile .Profile-active {
  width: 100%;
  height: 3.5156rem;
  position: relative;
}
.Company-Profile .Company-box .Profile .Profile-active .active-img {
  width: 100%;
  height: 100%;
}
.Company-Profile .Company-box .Profile .Profile-active .active-img div {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.Company-Profile .Company-box .Profile .Profile-active .active-img div video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.Company-Profile .Company-box .Profile .Profile-active .active-img div img {
  width: 100%;
  height: 100%;
}
.Company-Profile .Company-box .Profile .Profile-active .active-img div .play {
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Company-Profile .Company-box .Profile .Profile-active .active-img .active {
  display: block;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list .on  img {
    border: 2px solid #fda321;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list div {
  width: 120px;
  height: 70px;
  cursor: pointer;
  margin-right: 15px;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list div:last-child {
  margin-right: 0;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list div:hover img {
  border: 2px solid #fea321;
}
.Company-Profile .Company-box .Profile .Profile-active .play-list div img {
    transition: 0.4s;
  border: 2px solid transparent;
  width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.Company-Profile .Company-box .Profile .Profile-title {
  width: 100%;
}
.Company-Profile .Company-box .Profile .Profile-title .tit-h {
  width: 100%;
  text-align: center;
  padding: 0.2865rem 0 0;
}
.Company-Profile .Company-box .Profile .Profile-title .tit-h h2 {
  font-size: 0.1875rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}
.Company-Profile .Company-box .Profile .Profile-title .tit-h span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.Company-Profile .Company-box .Profile .Profile-title .pps {
  width: 100%;
  padding-top: .2rem;
}
.Company-Profile .Company-box .Profile .Profile-title .pps p {
  /*margin-top: 0.2344rem;*/
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.Company-Profile .Company-box .Profile .Profile-data {
  width: 100%;
  margin: 0.3646rem 0 0.5208rem;
}
.Company-Profile .Company-box .Profile .Profile-data ul {
  display: flex;
  justify-content: space-between;
}
.Company-Profile .Company-box .Profile .Profile-data ul li h3 {
  font-size: 0.2604rem;
  color: #fea321;
  margin-bottom: 5px;
  font-weight: 700;
}
.Company-Profile .Company-box .Profile .Profile-data ul li p {
  font-size: 16px;
  color: #666;
  font-weight: 700;
}
.swiper-Certificate-next,
.swiper-Certificate-prev {
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.swiper-Certificate-next {
  right: 16%;
}
.swiper-Certificate-next:hover svg path {
  fill: #fea321;
}
.swiper-Certificate-prev {
  left: 16%;
}
.swiper-Certificate-prev:hover svg path {
  fill: #fea321;
}
.swiper-Certificate-prev:hover svg path {
  fill: #fea321;
}
.swiper-Certificate-page {
  text-align: center;
}
.swiper-Certificate-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e3e3e3;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
}
.swiper-Certificate-page .swiper-pagination-bullet-active {
  background: #fea321;
}
.patent-certificate {
  width: 100%;
}
.patent-certificate .patent-box {
  margin: 0 auto;
}
.patent-certificate .certify {
  width: 100%;
  position: relative;
}
.patent-certificate .certify .mySwiper3 {
  width: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.4167rem 0;
}
.patent-certificate .certify .mySwiper3 .swiper-Certificate-page {
    display: none;
}
.patent-certificate .certify .mySwiper3 .swiper-wrapper .swiper-slide {
  padding-bottom: 0.25rem;
  width: 1.9271rem;
}
.patent-certificate .certify .mySwiper3 .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.patent-certificate .certify .mySwiper3 .swiper-wrapper .swiper-slide p {
  padding-top: 0.1823rem;
  text-align: center;
  font-size: 0.0938rem;
  color: #000;
  font-weight: 700;
  opacity: 0;
}
.patent-certificate .certify .mySwiper3 .swiper-wrapper .swiper-slide-active p,
.patent-certificate .certify .mySwiper3 .swiper-wrapper .swiper-slide-duplicate-active p {
  opacity: 1;
}
.certification {
  width: 100%;
}
.certification .certification-box {
  margin: 0 auto;
}
.certification .cert-swiper {
  position: relative;
}
.certification .cert-swiper .mySwiper4 {
  overflow: hidden;
  margin: 0 auto;
  padding: 0.4167rem 0;
}
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide {
  transition: 0.4s;
  transform: scale(0.7);
  padding-bottom: 0.25rem;
}
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide p {
  padding-top: 0.1823rem;
  text-align: center;
  font-size: 0.0938rem;
  color: #010101;
  font-weight: 700;
  opacity: 0;
}
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide-active,
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide-active p,
.certification .cert-swiper .mySwiper4 .swiper-wrapper .swiper-slide-duplicate-active p {
  opacity: 1;
}
.honor-certificate {
  position: relative;
  width: 100%;
}
.honor-certificate .honor-box {
  margin: 0 auto;
}
.honor-certificate .honor-swiper {
  position: relative;
}
.honor-certificate .honor-swiper .mySwiper5 {
  overflow: hidden;
  margin: 0 auto;
  padding: 0.4167rem 0;
}
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide {
  transition: 0.4s;
  transform: scale(0.7);
  padding-bottom: 0.25rem;
}
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide p {
    padding-top: 0.1823rem;
    text-align: center;
    font-size: 0.0938rem;
    color: #010101;
    font-weight: 700;
    opacity: 0;
}
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide-active p {
    opacity: 1;
}
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide-active,
.honor-certificate .honor-swiper .mySwiper5 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.company-culture .company-box {
  margin: 0 auto;
}
.company-culture .company-box .culture-ul {
  width: 100%;
}
.company-culture .company-box .culture-ul ul {
  padding: 0.2604rem 0 0.625rem;
}
.company-culture .company-box .culture-ul ul li {
  padding-bottom: 20px;
}
.company-culture .company-box .culture-ul ul li a {
  position: relative;
}
.company-culture .company-box .culture-ul ul li a .i-img {
  width: 100%;
  overflow: hidden;
}
.company-culture .company-box .culture-ul ul li a .i-img img {
  transition: 0.4s;
  width: 100%;
  max-width: 100%;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin {
  background: -webkit-linear-gradient(to right, rgba(3, 61, 144, 0.9), rgba(82, 125, 157, 0.9));
  background: linear-gradient(to right, rgba(3, 61, 144, 0.9), rgba(82, 125, 157, 0.9));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin .lin-title {
  width: 100%;
  padding: 0.2083rem 0 0.2604rem 0.2604rem;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin .lin-title h5 {
  font-size: 0.1563rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin .lin-title p {
  font-size: 14px;
  color: #fff;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin .men-back {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.company-culture .company-box .culture-ul ul li a .mencen-lin .men-back img {
  height: 100%;
}
.company-culture .company-box .culture-ul ul li a .on {
  background: -webkit-linear-gradient(to right, rgba(3, 61, 144, 0.9), rgba(82, 125, 157, 0.9));
  background: linear-gradient(to right, rgba(250, 169, 51, 0.9), rgba(195, 211, 223, 0.9));
}
.company-culture .company-box .culture-ul ul li a:hover .i-img img {
  transform: scale(1.05);
}
.Partner .Partner-box {
  margin: 0 auto;
}
.Partner .Partner-box .Partner-table {
  padding: 0.2604rem 0.1563rem;
}
.Partner .Partner-box .Partner-table ul {
  display: flex;
  flex-wrap: wrap;
}
.Partner .Partner-box .Partner-table ul li {
  cursor: pointer;
  width: 32%;
  margin: 0 0.118rem 0.2344rem 0;
}
.Partner .Partner-box .Partner-table ul li:nth-child(3n) {
  margin-right: 0;
}
.Partner .Partner-box .Partner-table ul li .table-img {
  width: 100%;
  height: 1.1979rem;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.Partner .Partner-box .Partner-table ul li .table-img img {
  transition: 0.4s;
  max-width: 90%;
}
.Partner .Partner-box .Partner-table ul li .table-title {
  padding: 25px 25px 0 25px;
  /*box-shadow: 0px 1px rgba(254, 163, 33, 0.1), 1px 0px rgba(254, 163, 33, 0.1), 0px 0px rgba(254, 163, 33, 0.1), -1px 0px rgba(254, 163, 33, 0.1);*/
  border: 1px solid rgba(254, 163, 33, 0.3);
  border-top: none;
}
.Partner .Partner-box .Partner-table ul li .table-title .txt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  height: 52px;
}
.Partner .Partner-box .Partner-table ul li .table-title .txt p {
  font-size: 16px;
  line-height: 30px;
  min-height: 300px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.Partner .Partner-box .Partner-table ul li .table-title .txt p a {
  color: #666;
  display: inline-block;
}
.Partner .Partner-box .Partner-table ul li .table-title .link a {
  padding: 0.1875rem 0;
}
.Partner .Partner-box .Partner-table ul li .table-title .link a span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}
.Partner .Partner-box .Partner-table ul li .table-title .link a svg {
  vertical-align: middle;
}
.Partner .Partner-box .Partner-table ul li:hover .table-img img {
  transform: scale(1.05);
}
.Partner .Partner-box .Partner-table ul li:hover .table-title .link span {
  color: #fea321;
}
.Partner .Partner-box .Partner-table ul li:hover .table-title .link svg path {
  stroke: #fea321;
}
.Entreprises-news .news-banner .box-news {
  margin-bottom: 0;
  margin-top: 0.1563rem;
}
.Entreprises-news .news-banner .box-news a .news-list .lists {
  width: 6.25rem;
}
.Entreprises-news .news-banner .box-news a .news-list .lists .item1 .item-img {
  position: relative;
}
.Entreprises-news .news-banner .box-news a .news-list .lists .item1 .item-img p {
  position: absolute;
  top: 0;
  left: 0;
  background: #fea321;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
}
.Entreprises-news .news-banner .box-news a .news-list .back-gradient {
  height: 100%;
}
.Entreprises-news .news-banner .box-news a .news-list .back-gradient img {
  height: 100%;
}
.dynamic-details {
  width: 100%;
}
.dynamic-details .dynamic-box {
  margin: 0 auto;
}
.dynamic-details .dynamic-box .dynamic-title {
  text-align: center;
  padding: 0.3125rem 0 0.1823rem;
  border-bottom: 1px solid #e6e6e6;
}
.dynamic-details .dynamic-box .dynamic-title h1 {
    font-weight: 700;
  font-size: 0.1875rem;
  color: #000;
}
.dynamic-details .dynamic-box .dynamic-title p {
  margin-top: 0.0781rem;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.dynamic-details .dynamic-box .dynamic-translater {
    margin-top: .21rem;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.dynamic-details .dynamic-box .dynamic-translater h4 {
  text-align: center;
  font-size: 0.0938rem;
  color: #000;
}
.dynamic-details .dynamic-box .dynamic-translater p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.dynamic-details .dynamic-box .dynamic-translater img {
  max-width: 100%;
}
.details-toggle {
  width: 100%;
}
.details-toggle .toggle-box {
  margin: 0 auto;
  display: flex;
  padding: 0.2865rem 0 0.3906rem;
  justify-content: space-between;
}
.details-toggle .toggle-box .toggle-next {
    text-align: right;
}
.details-toggle .toggle-box .tog a .txt {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.details-toggle .toggle-box .tog a .prev {
  display: flex;
  align-items: center;
}
.details-toggle .toggle-box .tog a .prev svg {
  vertical-align: middle;
}
.details-toggle .toggle-box .tog a .prev span {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-left: 18px;
}
.details-toggle .toggle-box .tog a:hover .txt {
  color: #fea321;
}
.details-toggle .toggle-box .toggle-next a .prev {
  justify-content: flex-end;
}
.details-toggle .toggle-box .toggle-next a .prev span {
  margin-right: 18px;
}
.Talent-recruitment {
  width: 100%;
}
.Talent-recruitment .Talent-box {
  margin: 0 auto;
}
.Talent-recruitment .Talent-box .recruitment-box {
  padding: 0.2604rem 0 1.0417rem;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #efefef;
  padding: 0.2344rem 0.1875rem;
  justify-content: space-between;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top.active .content5 {
    background: #fda321;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top.active .content5 .span1 {
    display: none;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top.active .content5 .span2 {
    display: block;
    color: #fff;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top.active .content5 svg {
    transform: rotate(180deg);
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top.active .content5 svg  path {
   stroke: #fff;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content1 {
  width: 26%;
  font-size: 0.125rem;
  font-weight: 700;
  color: #000;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content2 {
  width: %;
  font-size: 16px;
  color: #666;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content3 {
  font-size: 16px;
  color: #666;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content4 {
  font-size: 16px;
  color: #666;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 {
  width: 0.7552rem;
  height: 0.25rem;
  background: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 div {
  display: flex;
  align-items: center;
  color: #333;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 div span {
  padding-right: 0.2083rem;
  font-size: 14px;
  font-weight: 700;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 div .span1 {
  display: block;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 div .span2 {
  display: none;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-top .content5 div svg {
  transition: transform 0.4s;
  vertical-align: middle;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down {
  display: none;
  background: #f9f9f9;
  padding: 0.2083rem 0.1875rem 0.2604rem;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .Require {
  padding-bottom: 20px;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .Require h6 {
  font-weight: 700;
  font-size: 0.0938rem;
  color: #000;
  margin-bottom: 5px;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .Require p {
  font-size: 16px;
  display: flex;
  line-height: 32px;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .Require p span {
  font-size: 16px;
  color: #666;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .delivery {
  margin-top: 15px;
  width: 0.7448rem;
  height: 0.25rem;
  background: #fea321;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .delivery a {
  color: #fff;
}
.Talent-recruitment .Talent-box .recruitment-box .item .item-down .delivery a span {
  padding-right: 0.1563rem;
  font-size: 14px;
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 {
  background: #fea321;
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 div {
  color: #fff;
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 div .span1 {
  display: none;
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 div .span2 {
  display: block;
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 div svg {
  transform: rotate(180deg);
}
.Talent-recruitment .Talent-box .recruitment-box .active .item-top .content5 div svg path {
  stroke: #fff;
}
.contact-details {
  width: 100%;
}
.contact-details .contact-box {
  margin: 0 auto;
}
.contact-details .contact-box .contact-map {
  width: 100%;
  display: flex;
  margin-top: 0.2604rem;
}
.contact-details .contact-box .contact-map .map {
  width: 56%;
  height: 2.1979rem;
}
.contact-details .contact-box .contact-map .join {
  /*padding: 0.1563rem 0 0;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4%;
  width: 40%;
}
.contact-details .contact-box .contact-map .join .us {
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
}
.contact-details .contact-box .contact-map .join .us:last-child {
    margin-bottom: 0;
}
.contact-details .contact-box .contact-map .join .us svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.contact-details .contact-box .contact-map .join .us .youxiang,
.contact-details .contact-box .contact-map .join .us .dianhua {
    animation: gif 0.5s ease 0s infinite;
}
.contact-details .contact-box .contact-map .join .us a {
  color: #000;
  font-size: 0.125rem;
  margin-left: 10px;
}
.contact-details .contact-box .contact-share {
  padding: 0.4688rem 0 0.6771rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.contact-details .contact-box .contact-share .share {
  text-align: center;
  width: 140px;
  height: 140px;
}
.contact-details .contact-box .contact-share .share img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.contact-details .contact-box .contact-share .share p {
  margin-top: 10px;
  font-size: 0.125rem;
  color: #000;
  /*font-weight: 700;*/
}
.Online-message {
  width: 100%;
  background: -webkit-linear-gradient(to bottom, #f9f9f9, #ffffff);
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}
.Online-message .Online-box {
  margin: 0 auto;
}
.Online-message .Online-box .message-box {
  margin-top: 0.2604rem;
}
.Online-message .Online-box .message-box form {
  width: 100%;
}
.Online-message .Online-box .message-box form .leibie-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1563rem;
}
.Online-message .Online-box .message-box form .leibie-name .item-em {
  width: 48%;
  display: flex;
  align-items: center;
 justify-content: space-between;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .list {
  display: flex;
  width: 95px;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .list p {
  font-size: 15px;
  font-weight: 1000;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .list svg {
    margin-top: 4px;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .list p svg {
  align-self: flex-start;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .input {
    flex: 1;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .input input {
  background: #f9f9f9;
  width: 100%;
  height: 0.3125rem;
  border: 1px solid #e6e6e6;
  padding-left: 0.1563rem;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .distpicker5 {
  display: flex;
  position: relative;
   flex: 1;
  justify-content: space-between;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .distpicker5 .svg svg {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry {
  position: relative;
  cursor: pointer;
  flex: 1;
  height: 0.3125rem;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  align-items: center;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry select {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 700;
  color: #757575;
  border: none;
  padding-left: 0.1563rem;
  display: block;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-title {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1563rem;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-title p {
  font-size: 14px;
  color: #757575;
  font-weight: 700;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-title svg {
  transition: 0.4s;
  vertical-align: middle;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-down {
  display: none;
  width: 100%;
  position: absolute;
  top: 0.3021rem;
  left: 0;
  padding: 0 0.1563rem;
  background: #eaeaea;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-down ul li {
  font-size: 14px;
  color: #999;
  font-weight: 700;
  padding: 10px 0;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry .inq-down ul li:hover {
  color: #fea321;
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry.active .inq-title svg {
  transform: rotateX(180deg);
}
.Online-message .Online-box .message-box form .leibie-name .item-em .Inquiry.pan {
    width: 48%;
    flex: initial;
}
.Online-message .Online-box .message-box form .leibie-name.liuyang {
  width: 100%;
}
.Online-message .Online-box .message-box form .leibie-name.liuyang .item-em {
  width: 100%;
}
.Online-message .Online-box .message-box form .leibie-name.liuyang .item-em .textarea {
    flex: 1;
}
.Online-message .Online-box .message-box form .leibie-name.liuyang .item-em .textarea textarea {
  background: #f9f9f9;
  width: 100%;
  padding: 0.1042rem 0 0 0.1563rem;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  resize: none;
}
.Online-message .Online-box .message-box form .blur {
  text-align: center;
  padding: 0.1563rem 0 0.4167rem;
}
.Online-message .Online-box .message-box form .blur input {
    cursor: pointer;
  padding: 14px 44px;
  background: #fea321;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.search-banner {
  width: 100%;
  padding-top: 0.4792rem;
}
.search-banner .search-box {
  background: #fea321;
  padding: 0.625rem 0;
  position: relative;
}
.search-banner .search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 0.3542rem;
}
.search-banner .search-box form input {
  width: 3.0625rem;
  height: 100%;
  outline: none;
  padding-left: 0.1302rem;
  font-size: 0.1042rem;
  border: 0;
  font-size: 20px;
}
.search-banner .search-box form button {
  cursor: pointer;
  border: none;
  width: 0.9375rem;
  height: 100%;
  background-color: #064197;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-banner .search-box form button i {
  width: 0.0938rem;
  height: 0.0938rem;
  display: inline-block;
  background: url(../images/search-white.png) no-repeat center / 100%;
}
.search-banner .search-box form button span {
  padding-left: 0.0781rem;
  font-size: 0.0938rem;
}
.search-result {
  width: 100%;
  padding: 0.2rem 0;
}
.search-result .result-box {
  margin: 0 auto;
}
.search-result .result-box .list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0.1042rem 0;
  border-bottom: 1px solid #eaeaea;
}
.search-result .result-box .list a span {
  font-size: 0.0729rem;
  color: #fea321;
}
.search-result .result-box .list a h1 {
  font-size: 0.1354rem;
  padding: 0.1042rem 0 0.1563rem;
  color: #333;
}
.search-result .result-box .list a p {
  font-size: 0.0938rem;
  color: #909090;
  max-width: 80%;
  line-height: 0.15625rem;
}
.search-result .result-box .list a .list-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2604rem;
  width: 0.1875rem;
  height: 0.1875rem;
  background: url('../images/searchList-icon.png') no-repeat center / 100%;
}
.search-result .result-box .list a:hover h1 {
  color: #fea321;
}
@keyframes gif {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

