﻿@charset "utf-8";
@import "newstyle.css?v=13131354353456444232343234";

.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.u-line-2 {
  -webkit-line-clamp: 2
}

.u-line-3 {
  -webkit-line-clamp: 3
}

.u-line-4 {
  -webkit-line-clamp: 4
}

.u-line-5 {
  -webkit-line-clamp: 5
}

.u-line-6 {
  -webkit-line-clamp: 6
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}


/*****宽度**********/
.pageWidth {
  width: 90%;
  margin: 0 auto;
}

.homeaboutWrap,
.videoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeaboutWrap img,
.videoWrap img {
  width: 100%;
}

.webapp .homeaboutWrap img {
  height: 66.75vw;
}


.undersideWrap {
  padding-top: 130px;
  padding-bottom: 10px;
  background: url(../images/nav/footbj.jpg?v=234222222342) center top no-repeat #f2f3f3;
  background-size: 100% auto;
}

.undersideWrap .undersideBox {
  width: 94%;
  padding: 40px 60px 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  -moz-box-shadow: 0 0 10px #b9b9b9;
  -webkit-box-shadow: 0 0 10px #b9b9b9;
  box-shadow: 0 0 10px #b9b9b9;
}

.underside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.underside .left_Box {
  width: 70%;
}

.underside .left_Box .navBt {
  font-size: 22px;
  color: #252525;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.underside .left_Box .navContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.underside .left_Box .navContent .lis {
  width: 25%;
  padding-right: 15px;
  box-sizing: border-box;
}

.underside .left_Box .navContent .lis a {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
}

.underside .left_Box .navContent .lis a:hover {
  color: #ff6a00;
}

.underside .right_Box {
  width: 28%;
  max-width: 290px;
  padding-top: 20px;
}

.underside .right_Box img {
  width: 100%;
}

.footlxfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #2f2f2f;
  margin-top: 20px;
}

.footlxfs .icon.phone {
  background: url(../images/icon/phone.png) left center no-repeat;
}

.footlxfs .icon.email {
  background: url(../images/icon/email.png) left center no-repeat;
}

.footlxfs .icon.add {
  background: url(../images/icon/add.png) left center no-repeat;
}

.footlxfs .icon {
  padding: 30px 0 30px 65px;
  background-size: 60px !important;
}



.newProWrapBt {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.newProWrapBt .bigBt {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.newProWrapBt .bigBt span {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.newProWrapBt .bigBt span::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ff6a00;
  content: '';
  width: 50px;
  margin: 0 auto;
}

.newProWrapBt .bigtips {
  margin: 0 auto;
}

.newthabout {
  background: #f7f7f8;
  padding: 80px 0 50px;
  color: #282828;
}

.newthabout .bigtips {
  max-width: 80%;
}




.home_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  width: 100%;
  padding-top: 50px;
}

.home_top li {
  cursor: pointer;
}

.home_top li .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.5s linear 10ms;
  opacity: 1;
  width: 65px;
  height: 65px;
  transform: translateY(0%) rotateY(0deg);
}

.home_top li .pic img {
  max-width: 100%;
  margin: auto;

  transition: all 0.5s linear 10ms;
}

.home_top li .text {
  font-size: 20px;
  font-weight: 600;
  color: #4c4c4c;
  padding: 20px 0;
}

.home_top li .text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.home_top li:hover .pic {
  opacity: 1;
  transform: translateY(0%) rotateY(360deg);
}

.webapp .home_topBox {
  width: 100%;
}

.webapp .home_top {
  flex-wrap: wrap;
}

.webapp .home_top li {
  padding: 0 10px;
  width: 33.33%;
  box-sizing: border-box;
}

.webapp .home_top li .text {
  font-size: 15px;
  padding: 15px 0 10px;
}

.webapp .home_top li .text span {
  font-size: 14px;
  margin-top: 0;
}

.webapp .home_top li .pic {
  width: 50px;
  height: 50px;
}


.PicleRi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  padding-top: 50px;
}

.PicleRi>div {
  /* border-radius: 4px; */
  /* height: 400px; */
  overflow: hidden;
  box-sizing: border-box;
  /* mix-blend-mode: multiply; */
  /*正片叠底 */
  position: relative;
}

/* .PicleRi>div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

.PicleRi>div.left {
  margin-right: 20px;
}

.PicleRi>div.Right {
  margin-left: 20px;
}

.PicleRi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.PicleRi>div:hover img {
  /* transform: scale(1.1); */
}

.newthwendu {
  background: url(../images/icon/newthwendubj.jpg) center center no-repeat #edeef0;
  background-size: contain;
  padding: 80px 0;
}


.newthchicun {
  padding: 80px 0;
}

.newthcaizhi {
  padding: 80px 0;
}



.albumBoxWrap {
  padding-top: 80px;
}

.albumBox {
  display: flex;
  margin: 0 auto;
}

.albumBox .li {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  height: 500px;
  border-radius: 10px;
  margin: 0 10px;
}

.albumBox .li .subtit {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: #FFF;
  z-index: 100;
  font-size: 26px;
  line-height: 28px;
}

.albumBox .li .subtit .sub {
  position: relative;
  text-align: center;
}

/* .albumBox .li .subtit .sub::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #fff;
} */


.albumBox .li .tit {
  position: absolute;
  left: 0;
  padding: 0 10%;
  width: 100%;
  box-sizing: border-box;
  top: 20%;
  color: #FFF;
  z-index: 100;
  font-size: 17px;
  /* background: #1fa0a7; */
  overflow: hidden;
  opacity: 0;
  /* display: none; */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}


.albumBox .li .tit .sub {
  position: relative;
  z-index: 10;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 40px;
}

.albumBox .li .tit .text .ixco {
  margin-bottom: 20px;
}

.albumBox .li .tit .text .txt {
  font-size: 20px;
  /* background: url(../images/xian33.jpg) left center no-repeat; */
  padding-left: 70px;
  font-weight: 600;
}

.albumBox .li .tit .text .tips {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}


.albumBox .li.active {
  width: 40%;
}

.albumBox .li.active .subtit {
  opacity: 0;
  display: none;
}


.albumBox .li.active .tit {
  position: absolute;
  left: 0%;
  /* width: 100%; */
  top: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  box-sizing: border-box;

}


.albumBox .li>img {
  width: 100%;
  /* height: 800px; */
  height: 100%;
  object-fit: cover;
  /* -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out; */
  /* position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0; */
}

.albumBox .li.active>img {
  /* display: none; */
}

/* .albumBox .li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFF;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* .albumBox .li:nth-child(1):before {
  width: 0 !important;
} */

.albumBox .li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.albumBox .active::after,
.albumBox .li:hover::after {
  background: rgb(0, 0, 0, 0.2);
  /* background: none; */
}


/* .albumBox .li:hover{
	width: 52%;
} */
.albumBox .li:hover img {
  /* transform: scale(1.3); */

}

.webapp .albumBox {
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}

.webapp .albumBoxWrap {
  padding: 10px 0 0;
}

.webapp .albumBox .li {
  width: 50%;
  height: 230px;
  padding: 0 5px 0;
  margin: 0;
  margin-bottom: 10px;

}

.webapp .albumBox .li .tit .text .tips {
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
}

.webapp .albumBox .li::after {
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 10px);
  left: 5px;
}

.webapp .albumBox .li .tit {
  padding: 15px;
  opacity: 1;
}

.webapp .albumBox .li.active .tit {
  padding: 10px;
  left: 0;
}

.webapp .albumBox .li.active .tit .numb {
  font-size: 80px;
  display: none;
}

.webapp .albumBox .li .tit .xian {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .numb {
  font-size: 50px;
  line-height: 50px;
}

.webapp .albumBox .li.active .tit .text {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .sub {
  font-size: 20px;
  white-space: nowrap;
}

.webapp .albumBox .li.active .tit {
  display: none;
}

.webapp .albumBox .li.active .subtit {
  opacity: 1;
}

.webapp .albumBox .li .subtit .sub {
  font-size: 16px;
}

.webapp .albumBox .li:nth-child(3)::before {
  width: 0;
}

.webapp .albumBox .li .subtit {
  display: none;
}

.newthhyyg {
  overflow: hidden;
  padding: 0 0 80px;
}

.Industry_top {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  padding-top: 50px;
}

.Industry_top li {
  cursor: pointer;
}

.Industry_top li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Industry_top li .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 77px;
  height: 75px;
  margin: 0 auto;
  transition: all 0.5s linear 10ms;
  opacity: 1;
  transform: translateY(0%) rotateY(0deg);
}

.Industry_top li .pic img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s linear 10ms;
}

.Industry_top li .pic .pi02 {
  opacity: 0;
}

.Industry_top li .title {
  font-size: 20px;
  color: #4c4c4c;
  padding: 20px 0;
}

.Industry_top li:hover .pic {
  opacity: 1;
  transform: translateY(0%) rotateY(360deg);
}

.Industry_top li:hover .pic .pi02 {
  opacity: 1;
}

.Industry_top li:hover .pic .pi01 {
  opacity: 0;
}

.Industry_top li:hover .title {
  color: #ff6b01;
}

.webapp .Industry_top {
  bottom: -40px;
  display: none;
}



.webapp .Industry_top li {
  padding: 0 10px;
}

.webapp .Industry_top li .pic {
  width: 90px;
  height: 90px;
}

.videoBox {
  margin-top: 60px;
}

.videoBox #my-video {
  width: 100% !important;
  height: 40vw !important;
}

.videoBox .video-js .vjs-tech {
  object-fit: cover !important;
}

.webapp .videoBox {
  margin: 30px 0;
}

.webapp .videoBox #my-video {
  height: 60vw !important;
}

.video-js .vjs-big-play-button {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  line-height: 90px !important;
  font-size: 40px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(0, 0, 0, .5) !important;
}

#my-video {
  object-fit: cover !important;
}

.videoWrap {
  position: relative;
}

.videoWrap #my-video {
  width: 100vw;
  height: 100vh;
}

.videoWrap .palyBtn,
.videoWrap .pushBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  background: url(../images/videobtn.png) center center no-repeat;
  background-size: 90px;
  z-index: 25;
  cursor: pointer;
}

.pushBtn {
  display: none;
}

.videoWrap .pushBtn {
  /* background: url(../images/videobtn02.png) center center no-repeat;
  background-size: 90px; */
  background: none;
}

.webapp .videoWrap .palyBtn,
.webapp .videoWrap .pushBtn {
  background-size: 60px;
}

/* .fullscreenVideo {
  width: 100%;
  z-index: 1;
  object-fit: cover;
  height: 1088px !important;
} */

.pronewsFootBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}

.pronewsFootBox>div {
  flex: 1;
}

.pronewsFootBox>div.newleft {
  margin-right: 15px;
}

.pronewsFootBox>div.newleft .li a {
  padding: 26px 30px;
  border-bottom: 1px solid #eeeeee;
  color: #a0a0a0;
  display: block;
}

.pronewsFootBox>div.newleft .li .title {
  color: #1f1f1f;
  position: relative;
  padding-right: 120px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 10px;
}

.pronewsFootBox>div.newleft .li .title span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  margin: auto;
  font-weight: 100;
  color: #9f9f9f;
}

.pronewsFootBox>div.newleft .li a:hover {
  background: #eeeeee;
  color: #797979;
}

.pronewsFootBox>div.newleft .li:nth-child(1) a {
  background: #eeeeee;
  color: #797979;
}

.pronewsFootBox>div .li .con {
  font-size: 16px;
}


.pronewsFootBox>div.newleft .li .con {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.pronewsFootBox>div.newleft .li:nth-child(1) .con {
  height: 60px;
}

.pronewsFootBox>div.newRight {
  margin-left: 15px;
}

.pronewsFootBox>div.newRight .li {
  margin-bottom: 15px;
}

.pronewsFootBox>div.newRight .li a {
  padding: 30px;
  color: #797979;
  display: block;
  background: #eeeeee;
  border-radius: 10px;
}

.pronewsFootBox>div.newRight .li .title {
  color: #1f1f1f;
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
}

.pronewsFootBox>div.newRight .li a:hover {
  color: #fff;
  background: #ff6a00;
}

.pronewsFootBox>div.newRight .li a:hover .title {
  color: #fff;
}

.pronewsFootBox>div .li.newRight .con {
  min-height: 70px;
}

.newProbox {
  padding-top: 60px;
  width: calc(95%);
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.newProbox .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
  position: relative;
}

.newProbox .swiper-slide a {
  display: block;
  position: relative;
  z-index: 10;
}

/* .newProbox .swiper-slide::after {
  content: '';
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
} */

.newProbox .swiper-slide-active::after {
  width: 0;
  height: 0;
}

.newProbox .swiper-slide img {
  width: 100%;
}

.newProbox .swiper-slide-active,
.newProbox .swiper-slide-duplicate-active {
  transform: scale(1);
}

.myProductSypro {
  width: 100%;
}

.myProductSwiperNyPro {
  padding-bottom: 70px;

}

.myProductSwiperNyPro .swiper-scrollbar-drag {
  background: #ff6a00;
}


.webapp .pronewsFootBox>div.newleft .li a,
.webapp .pronewsFootBox>div.newRight .li a {
  padding: 15px 15px;
}

.webapp .pronewsFootBox>div.newleft .li .title,
.webapp .pronewsFootBox>div.newRight .li .title {
  font-size: 18px;
}

.webapp .pronewsFootBox>div.newleft .li .title span {
  font-size: 16px;
}

.ContactA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ContactA>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #a3a3a3;
  line-height: 40px;
}

.ContactA>div .text strong {
  display: block;
  font-size: 20px;
  color: #767676;
}

.jszcbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 34px;
}


.nyNewsShow {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.nyNewsShow .ShowNewsTitle {
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  padding: 30px 0;
  text-align: center;
}

.nyNewsShow .newsDetail {
  font-size: 16px;
  line-height: 32px;
  color: #5f5f5f;
}

.nyNewsShow .newsDetail img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}

.webapp .nyNewsShow .ShowNewsTitle {
  font-size: 24px;
}

.newsOther {
  margin: 15px 0;
  font-size: 15px;
  color: #343434;
}

.newsOther a {
  font-size: 15px;
  line-height: 36px;
  color: #343434;
}

.newsOther a:hover {
  color: #ef8200;
}




.newsWrap {
  position: relative;
  padding-bottom: 110px;
  padding-top: 110px;
  z-index: 10;
  background: url(../images/newbj.jpg) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.webapp .newsWrap {
  padding-bottom: 0;
  padding-top: 0;
}


.news .newsbt {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  font-size: 28px;
  color: #000;
  width: calc(5% + 25vw);
  z-index: 100;
  line-height: 36px;
  font-weight: bold;
  position: absolute;
  padding-left: 5%;
  box-sizing: border-box;
  left: 0%;
  top: 0;
  bottom: 0;
}


.news {
  margin: 0 auto;
  position: relative;
  /* display: flex;
justify-content: space-between; */
  z-index: 10;
  /* padding-left: 7%; */
}

.Ul_list {
  /* flex: 1; */
  /* display: flex;
	justify-content: flex-end; */
  width: 100%;
  padding-left: calc(5% + 25vw);
  box-sizing: border-box;
}

.Ul_list .myProductSwiperE {}

.Ul_list .li {
  /* width: 1100px; */
  width: 100%;
  max-width: 62vw;
  /* flex: 1; */
  box-sizing: border-box;
}

.Ul_list .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  z-index: 5;
}


.Ul_list .li .text {
  padding: 25px 25px 85px 25px;
  box-sizing: border-box;
  background: rgba(255, 106, 0, 0.8);
  position: absolute;
  left: 0px;
  bottom: 20px;
  min-height: 180px;
  display: none;
}

.Ul_list .li.swiper-slide-active .text {
  display: block;
}

.Ul_list .li .text .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  width: 480px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 45px;
}

.Ul_list .li .text .con {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  min-height: 48px;
  width: 480px;
  margin-top: 10px;
}

.Ul_list .li .imga {
  /* width: 380px; */
  height: 36vw;
  overflow: hidden;
  position: relative;
  margin-left: 50px;

}

.Ul_list .li .imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.Ul_list .li .date {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.Ul_list .li .imga:hover img {
  transform: scale(1.1);

}

.webapp .Ul_list .li a {}

.webapp .Ul_list .li .imga {
  height: 66.75vw;
  margin: 0;
}

.webapp .Ul_list .li .text {
  position: relative;
  display: block;
  bottom: 0;
  min-height: 180px;
}


.webapp .newsBottom {
  right: 0;
  left: auto;
  bottom: 0;
}

.newNav p {
  margin-bottom: 20px;
}

.newNav a {
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

.newNav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  right: 0;
  margin: auto;
  background: #ff8b00;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.newNav a span {
  position: relative;
  z-index: 10;
}

.newNav a:hover {
  font-weight: bold;
  color: #000;
}

.newNav a:hover::after {
  width: 100%;
  z-index: 5;
}

.webapp .newsBottom .swiper-button-prev,
.webapp .newsBottom .swiper-button-next {
  width: 45px;
  height: 35px;
}

.webapp .Ul_list .li .text .title {
  width: 100%;
}

.webapp .Ul_list .li .text .con {
  width: 100%;
}

.newsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 485px;
  bottom: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 50;
}

.newsBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.newsBottom .swiper-button-prev,
.newsBottom .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 42px;
  border: 0;
  padding: 0;
  height: 42px;
  justify-content: center;
  cursor: pointer;
  background: #fff;

}


.newTop {
  font-size: 45px;
  position: relative;
  margin-bottom: 30%;
}

.newTop .en {
  font-size: 40px;
  color: rgba(12, 12, 12, 0.4);
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 10;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}

.newTop .cn {
  color: rgba(0, 0, 0, 1);
}

.webapp .newTop {
  line-height: 20px;
  font-size: 22px;
  padding-bottom: 40px;
}

.webapp .newTop .en {
  font-size: 14px;
}

.webapp .news .newsbt {
  display: none;
}

.webapp .Ul_list {
  padding: 0;
}

.indexalbumWrap {}

.indexAlbum {
  display: flex;
  margin: 0 auto;
}

.indexAlbum .li {
  width: 11%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  height: 46vw;
  /* margin: 0 5px; */
  margin-right: 8px;
}

.indexAlbum .li:nth-last-child(1) {
  margin-right: 0;
}

.indexAlbum .li .subtit {
  position: absolute;
  bottom: 0%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: #FFF;
  z-index: 100;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  top: 0;
}

.indexAlbum .li .subtit .sub {
  position: relative;
  text-align: center;
  width: 30px;
}

.indexAlbum .li .tit {
  position: absolute;
  left: 0;
  padding: 0 5% 0 5%;
  width: 60vw;
  box-sizing: border-box;
  bottom: 5%;
  color: #FFF;
  z-index: 100;
  font-size: 17px;
  /* background: #1fa0a7; */
  overflow: hidden;
  opacity: 0;
  /* display: none; */
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.indexAlbum .li .tit .sub {
  position: relative;
  z-index: 10;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 40px;
}

.indexAlbum .li .tit .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.indexAlbum .li .tit .text .tips {
  font-size: 20px;
  background: url(../images/icon/icon01.png) left center no-repeat;
  background-size: 25px;
  padding-left: 35px;
  min-width: 26%;
  box-sizing: border-box;
  margin-bottom: 20px;
  white-space: nowrap;
  padding-right: 10px;
}



.indexAlbum .li.active {
  width: 67%;
}

.indexAlbum .li.active .subtit {
  opacity: 0;
  display: none;
}


.indexAlbum .li.active .tit {
  bottom: 10%;
  opacity: 1;
}


.indexAlbum .li>img {
  width: 100%;
  /* height: 800px; */
  height: 100%;
  object-fit: cover;
  /* -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out; */
  /* position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0; */
}

.indexAlbum .li.active>img {
  /* display: none; */
}

/* .albumBox .li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFF;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* .albumBox .li:nth-child(1):before {
  width: 0 !important;
} */

.indexAlbum .li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.indexAlbum .active::after,
.indexAlbum .li:hover::after {
  background: rgb(0, 0, 0, 0.2);
  /* background: none; */
}


/* .albumBox .li:hover{
	width: 52%;
} */
.indexAlbum .li:hover img {
  /* transform: scale(1.3); */

}

.webapp .indexAlbum {
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}

.webapp .indexalbumWrap {
  padding: 10px 0 0;
}

.webapp .indexAlbum .li {
  width: 100%;
  height: 66.75vw;
  padding: 0 5px 10px;
  margin: 0;

}

.webapp .indexAlbum .li .tit {
  padding: 15px;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
}

.webapp .indexAlbum .li.active .tit {
  padding: 10px;
  left: 0;
}

.webapp .indexAlbum .li.active .tit .numb {
  font-size: 80px;
  display: none;
}

.webapp .indexAlbum .li .tit .text .tips {
  font-size: 15px;
  background-size: 20px !important;
  padding-left: 25px;
  margin-bottom: 10px;
}

.webapp .indexAlbum .li.active .tit .text {
  margin-top: 10px;
}

.webapp .indexAlbum .li .tit .sub {
  font-size: 22px;
  white-space: nowrap;
  margin-bottom: 20px;
}

.webapp .indexAlbum .li.active .tit {
  display: none;
}

.webapp .indexAlbum .li.active .subtit {
  opacity: 1;
}


.webapp .indexAlbum .li:nth-child(3)::before {
  width: 0;
}

.webapp .indexAlbum .li::after {
  width: 0;
  height: 0;
}

.webapp .indexAlbum .li .subtit {
  display: none;
}

@media (max-width:1300px) {
  .SitePC .top-T_Wrap .nav li>a {
    padding-left: 1.5vw;
  }

  .SitePC .top-T_Wrap .top-T .searchBtn {
    display: none;
  }


}

@media (max-width:1500px) {
  .ny-right-about {}
}




.webapp .pageWidth {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.webapp .newthabout {
  padding: 30px 0 20px;
  width: 100%;
  overflow: hidden;
}

.webapp .newProWrapBt {
  font-size: 15px;
  line-height: 28px;
  width: 100%;
  overflow: hidden;
}

.webapp .newProWrapBt .bigBt {
  font-size: 24px;
  line-height: 24px;
}

.webapp .newthabout .bigtips {
  max-width: 90%;
}

.webapp .newthchicun,
.webapp .newthcaizhi,
.webapp .newthwendu {
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}

.webapp .pronewsFootBox {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.webapp .pronewsFootBox>div {
  margin: 0;
  margin-bottom: 10px;
}


.webapp .PicleRi {
  display: block;
  width: 100%;
  padding: 30px 10px 0;
  box-sizing: border-box;
}

.webapp .PicleRi>div {
  margin: 0;
  margin-bottom: 10px;
}

.webapp .newProbox {
  padding-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.webapp .myProductSwiperNyPro {
  padding-bottom: 30px;
}

.webapp .underside .right_Box {
  display: none;
}

.webapp .footlxfs {
  display: block;
  font-size: 15px;
}

.webapp .underside .left_Box {
  width: 100%;
}

.webapp .underside .left_Box .navContent .lis {
  width: 50%;
}

.webapp .underside .left_Box .navContent .lis a {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  display: block;
}

.webapp .undersideWrap .undersideBox {
  width: calc(100% - 20px);
  padding: 20px 15px;
}

.webapp .undersideWrap {
  padding-top: 55px;
  background-size: auto 150px !important;
}

.webapp .footlxfs .icon {
  padding: 8px 0 8px 40px;
  background-size: 35px !important;
}

.webapp .newthhyyg {
  padding-bottom: 40px;
}


.leftFloatWrap {
  position: fixed;
  left: 2%;
  top: 25%;
  margin: auto;
  z-index: 100;

}

.leftFloatWrap .flLogo {
  width: 60px;
  height: 60px;
  background: url(../images/icon/xf/1.png) center center no-repeat;
  background-size: 100%;
}

.leftFloatWrap .floatBox {
  background: #fff;
  border-radius: 90px;
  padding: 10px 10px 30px 10px;
  width: 80px;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.leftFloatWrap .floatBox .fl_nav .fenNavli {
  width: 110px;
  position: relative;
  left: -26px;
  margin-bottom: 6px;
}

.leftFloatWrap .floatBox .fl_nav .fenNavli a {
  display: block;
  color: #595959;
  font-size: 13px;
  border-radius: 30px;
  background-size: 18px !important;
  padding-left: 32px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.leftFloatWrap .floatBox .fl_nav .fenNavli a:hover,
.leftFloatWrap .floatBox .fl_nav .fenNavli a.cur {
  color: #fff;
}

.leftFloatWrap .floatBox .fl_nav .fenNavli a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  background: url(../images/icon/jthei.png) center center no-repeat;
  background-size: 16px;
}

.leftFloatWrap .floatBox .fl_nav .fenNavli a:hover::after,
.leftFloatWrap .floatBox .fl_nav .fenNavli a.cur::after {
  background: url(../images/icon/jtbai.png) center center no-repeat;
  background-size: 16px;
}


.fa_Float {
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 100;
}

.fa_Float_icon {
  padding: 10px 16px 6px;
  background: #bebebe;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.fa_Float_icon img {
  max-width: 60px;
}

.fa_clearfix {
  position: relative;
  margin-bottom: 7px;
  display: block;
}

.fa_clearfix .fa_Float_info {
  background: #ff6a00;
  color: #FFF;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  position: absolute;
  right: 70px;
  top: 10px;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  max-width: 0;
  white-space: nowrap;
  font-weight: 300;
  opacity: 0;
}

.fa_clearfix:hover .fa_Float_icon {
  background: #ff6a00;
}

.fa_clearfix:hover .fa_Float_info {
  display: block;
  max-width: 300px;
  padding: 0 20px;
  opacity: 1;
}


.fa_clearfix .fa_Float_info.imgewm {
  width: 200px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  top: -70px;
  right: 90px;
  height: auto;
  bottom: auto;
}


.fa_clearfix .fa_Float_info.imgewm img {
  width: 100%;
  display: block;
}

.webapp .leftFloatWrap {
  left: 5%;
}

.webapp .leftFloatWrap .floatBox {
  width: 60px;
  padding-bottom: 15px;
}

.webapp .leftFloatWrap .flLogo {
  width: 40px;
  height: 40px;
}

.webapp .leftFloatWrap .floatBox .fl_nav .fenNavli {
  width: 80px;
  left: -18px;
  margin-bottom: 4px;
}

.webapp .leftFloatWrap .floatBox .fl_nav .fenNavli a {
  background-size: 14px !important;
  padding-left: 24px;
  font-size: 12px;
  height: 28px;
  background-position: 5px center !important;
}

.webapp .leftFloatWrap .floatBox .fl_nav .fenNavli a::after {
  width: 0;
  height: 0;
}

.webapp .fa_Float {
  display: none;
}

.webapp .newthcaizhi {
  overflow: hidden;
  width: 100%;
}

.webapp .Loc_navigation .rights {
  display: none;
}

.webapp .Loc_navigation .topBox .LeftList {
  flex-wrap: wrap;
}

.webapp .text01 {
  padding: 0;
}

.webapp .videoWrap #my-video {
  height: 65vw !important;
}

.webapp .Ul_list .li {
  max-width: 100%;
}

.webapp .jszcbox {
  display: block;
}

.webapp .jszcbox .text {
  margin-bottom: 15px;
}

.webapp .jszcbox img {
  display: block;
  margin: 20px auto;
  max-width: 60%;
}

.webapp .ContactA {
  display: block;
  padding: 20px 0 !important;
}

.webapp .ContactA .ewm01 {
  margin-bottom: 15px;
}

.webapp .ContactA .ewm01 img,
.webapp .ContactA .ewm02 img {
  width: 30%;
}

.webapp .ContactA>div {
  line-height: 32px;
}

.webapp .ContactA>div .text strong {
  font-size: 16px;
}

.webapp .video-js .vjs-big-play-button {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 30px !important;
}

.scrollbarxian {
  width: 100%;
  height: 4px;
  background: #fc6b00;
}