
.tourl.active {
  background: #1dcad3 !important;
  color: #fff !important;

}
.tourl{
  cursor: pointer;
}
.topBox {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.topBox .top-main {
  margin: 0 3%;
  height: 1.6rem;
}
.topBox .top-main .webLogo {
  display: block;flex-shrink: 0;
}
.topBox .top-main .webLogo img {
  display: block;
  height: 0.84rem;
}
.topBox .top-main .menus {
  max-width: 1380px;
  width: 100%;
  height: 1.6rem;
}
.topBox .top-main .menus .items {
  height: 100%;
  width: 100px;
  /*min-width: 80px;*/
  margin-right: 0.8%;
  text-align: center;
}
.topBox .top-main .menus .items .tourl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  color: #fff;
  height: 100%;
  /*white-space: nowrap;*/
  padding:0 0.1rem;
}

.topBox .top-main .menus .search {
  width: 4.3rem;
  height: 0.5rem;
  border-radius: 1.2rem;
  background: #848484;
  overflow: hidden;
  margin-left: 0.2rem;
}

.topBox .top-main .menus .search input {
  display: block;
  width: 77.7%;
  height: 100%;
  background: #848484;
  border: 0;
  margin-left: 4.5%;
  outline: none;
  font-size: 0.5rem;
}

.topBox .top-main .menus .search .sx {
  width: 1px;
  height: 0.36rem;
  background: #fff;
  margin: 0 0.1rem;
}

.topBox .top-main .menus .search img {
  display: block;
  height: 0.3rem;
}

.topBox .top-main .mb-menubtn {
  display: none;
}
.topBox .top-main .mb-menubtn img {
  display: block;
  height: 0.4rem;
}
.topBox .top-main .mb-menus {
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 10px;
}
.topBox .top-main .mb-menus .nav-mask {
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 600;
}
.topBox .top-main .mb-menus.fadeOut {
  display: none;
}

.topBox .top-main .menus .weak-nav{
  position:relative;
}
.topBox .top-main .menus .weak-nav .weakbox{
  position:absolute;top:100%;background:rgba(0, 0, 0, 0.8);
  width:120%;display:none;left:-10%;
}
.topBox .top-main .menus .weak-nav .weakbox a{
  color:#fff;height:1rem;display:block;font-size:0.32rem;padding:0.1rem 0;
    display: flex;align-items: center; justify-content: center;
}
.topBox .top-main .menus .weak-nav .weakbox a:hover{
  background:#1dcad3
}
.topBox .top-main .menus .weak-nav:hover .weakbox {
  display: block;
}


.topBox .top-main .mb-menus .tourl {
  display: block;
  font-size: 0.5rem;
  color: #fff;
  z-index: 610;
  position: relative;
  text-align: center;
  margin-bottom: 0.4rem;
}
.topBox .top-main .mb-menus .tourl.active {
  color: #1dcad3 !important;
  background: transparent !important;
}

.home-banner {
  margin-top: 1.6rem;overflow: hidden;
  height:900px;position:relative;
}
.home-banner .swiper-container{
  position:absolute;height:100%;width:100%;overflow: hidden;
}
.home-banner .swiper-slide{
  display: block;
  overflow: hidden;
}
.home-banner .swiper-slide .bnr-img-item{
  position: absolute;left:50%;height:100%;
  top:0;transform: translateX(-50%);
  width:auto;min-width: 100%;
}

.home-banner .concats {
  top: 13%;
  right: 5%;
  z-index: 100;
}

.home-banner .concats p {
  font-size: 0.28rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-banner .concats h1 {
  font-size: 0.5rem;
  letter-spacing: 6px;
}

.home-banner .top-menus {
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 100;
}

.home-banner .top-menus .items {
  margin-right: 1.3rem;
}

.home-banner .top-menus .items .tourl img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

.home-banner .top-menus .items .tourl p {
  font-size: 0.28rem;
}

.banners-pt {
  /*padding-top: 1.6rem;*/
}

.section1 {
  background: #000;
  padding-top: 1.5rem;
}

.sections .titiles {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.sections .titiles h1 {
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1;
  /*font-weight: bold;*/
}

.sections .titiles p {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.sections .listbox {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.64rem;
}

.sections .listbox .items {
  width: 28%;
  margin-right: 8%;
  cursor: pointer;
}

.sections .listbox .items:nth-child(3n) {
  margin-right: 0;
}

.sections .listbox .items .imgbg {
  display: block;
  width: 100%;
}

.sections .listbox .items .itembox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.sections .listbox .items .itembox .imgicon {
  display: block;
  width: 1.5rem;
  margin-bottom: 20px;
}

.sections .listbox .items .itembox .infobox {
  width: 4.7rem;
  background: #fff;
  max-height: 185px;
  transition: all 0.3s;
}

.sections .listbox .items:nth-child(1):hover .itembox .infobox {
  max-height: 370px;
}

.sections .listbox .items:nth-child(1):hover .itembox .imgicon {
  display: none;
}


.sections .listbox .items:nth-child(2):hover .itembox .infobox,
.sections .listbox .items:nth-child(3):hover .itembox .infobox {
  max-height: 220px;
  height: 220px;
}

.sections .listbox .items .itembox .infobox h1 {
  font-size: 0.45rem;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 0.1rem;
  margin-top: 20px;
}

.sections .listbox .items .itembox .infobox p {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
}

.sections .listbox .items .itembox .infobox .hx {
  width: 100px;
  height: 4px;
  background: #33CCCC;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sections .listbox .items .itembox .infobox .linkbox {
  width: 140px;
  margin: 0 auto;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: max-height 0.3s;
}

.sections .listbox .items:nth-child(1):hover .itembox .infobox .linkbox {
  max-height: 400px;
}

.sections .listbox .items .itembox .infobox .linkbox .tourl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 36px;
  line-height: 40px;
  border: 1px solid #B0B0B0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.15rem;
  box-sizing: border-box;
  transition: all 0.3s;
}

.sections .listbox .items:nth-child(1):hover .itembox .infobox .linkbox .tourl:nth-child(1) {
  display: none;
}

.sections .listbox .items .itembox .infobox .linkbox .tourl:last-child {
  margin-bottom: 0;
}

.sections .listbox .items .itembox .infobox .linkbox img {
  display: block;
  width: 7px;
  margin-left: 30px;
}

.sections .listbox .items .itemboxbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.sections .listbox .items:hover .itemboxbg {
  display: block;
}

.section2 {
  background: #000;
  padding-top: 1.5rem;
}

.sections .subs {
  padding-top: 1.64rem;
}

.sections .subs .sub-item {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1.9rem;
}

.sections .subs .sub-item video {
  width: 100%;
}

.sections .subs .sub-item .imgbg {
  width: 100%;
}

.sections .subs .sub-item .sub-info {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
}

.sections .subs .sub-item .sub-info .info-items {
  /*width: 13.7%;*/
  height: 1rem;

  cursor: pointer;

}
.sections .subs .sub-item .sub-info .sub-info-box{
  background: #B0B0B0;  border-radius: 2rem;
}

.sections .subs .sub-item .sub-info .info-items .swbtn {
  width: 120px;
  height: 1rem;
  border-radius: 2rem;
  margin: 0 auto;
  position: relative;
  /*margin-bottom: 0.24rem;*/
}

.sections .subs .sub-item .sub-info .info-items .swbtn.on {
  background: #33CCCC;
}

.sections .subs .sub-item .sub-info .info-items .swbtn .btntext {
  display: block;
  font-size: 0.32rem;
  color: #000;
  margin-left: 0.7rem;
}

.sections .subs .sub-item .sub-info .info-items .swbtn.on .btntext {
  color: #fff;
}

.sections .subs .sub-item .sub-info .info-items .swbtn .sx {
  display: none;
  width: 1px;
  height: 0.28rem;
  background: #fff;
  margin-left: 0.2rem;
}

.sections .subs .sub-item .sub-info .info-items .swbtn.on .sx {
  display: block;
}

.sections .subs .sub-item .sub-info .info-items .swbtn .yd {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.35s ease-in 0s;
}

.sections .subs .sub-item .sub-info .info-items .swbtn.on .yd {
  left: 95px;
}

.sections .subs .sub-item .sub-info .info-items h1 {
  font-size: 0.45rem;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 0.1rem;
}

.sections .subs .sub-item .sub-info .info-items p {
  font-size: 0.3rem;
  color: #fff;
}

.sections .subs-b {
  background: url("/img/imgbg-4.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 0.3rem;
}

/* .sections .subs-b .mains {} */

.sections .subs-b .mains .titles {
  padding: 0% 0;
}

.sections .subs-b .mains .titles .sub-title {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
}

.sections .subs-b .mains .titles .sub-title h1 {
  font-size: 0.92rem;
  letter-spacing: 5px;
  /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
  /*font-weight: bold;*/
  margin-bottom: 0.3rem;
  line-height: 1;
}

.sections .subs-b .mains .titles .sub-title p {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
}


.sections .subs-b .mains .lists .items {
  width: 10.63%;
  margin-right: 7.8%;
}

.sections .subs-b .mains .lists .items:last-child {
  margin-right: 0;
}

.sections .subs-b .mains .lists .items img {
  margin-bottom: 0.3rem;
}

.sections .subs-b .mains .lists .items h1 {
  font-size: 0.44rem;
  margin-bottom: 0.3rem;
  text-align: center;
  letter-spacing: 5px;
}

.sections .subs-b .mains .lists .items p {
  text-align: justify;
  font-size: 0.4rem;
  line-height: 2;
}

.sections .subs-b .mains .lists .items:nth-child(2) {
  width: 16.98%;
}

.sections .subs-b .mains .lists .items:nth-child(2) h1 {
  font-size: 0.68rem;
}

.sections .subs-b .mains .lists .items:nth-child(2) p {
  font-size: 0.36rem;
}

.sections .subs-b .mains .swipers-xiaosa {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.sections .subs-b .mains .swipers-xiaosa .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transform: scale(0.8);
  transition: all 0.5s;
}

.sections .subs-b .mains .swipers-xiaosa .swiper-slide img {
  display: block;
  height: 80%;
}

/* .sections .subs-b .mains .swipers-xiaosa .swiper-slide-active img {
  height: 80%;
} */

.sections .subs-b .mains .swipers-xiaosa .swiper-slide h1 {
  font-size: 0.56rem;
  margin-bottom: 0.15rem;
  text-align: center;
  letter-spacing: 0.08rem;
  color: #fff;
}

.sections .subs-b .mains .swipers-xiaosa .swiper-slide p {
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  width: 70%;
}

.sections .subs-b .mains .swipers-xiaosa .swiper-slide-active,
.sections .subs-b .mains .swipers-xiaosa .swiper-slide-duplicate-active {
  transform: scale(1);
}


.section3 {
  padding-top: 1.5rem;
  background: linear-gradient(to bottom, #fff, #e0e0e0);
}

.section3 .titiles h1 {
  color: #000;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
}

.section3 .titiles p {
  color: #969696;
}

.sections .subs3 {
  padding-top: 1rem;
  padding-bottom: 2.7rem;
}

.sections .subs3 .item1 {
  width: 65%;
}

.sections .subs3 .item2 {
  width: 35%;
}

.sections .subs3 .items img {
  display: block;
  width: 100%;
  height: 100%;
}

.sections .subs3 .items .btns {
  position: absolute;
}

.sections .subs3 .item1 .btns {
  top: 63%;
  left: 10%;
}

.sections .subs3 .item2 .btns {
  top: 63%;
  left: 15%;
}

.sections .subs3 .items .btns h1 {
  font-size: 0.6rem;
  color: #000;
  margin-bottom: 0.3rem;
}

.sections .subs3 .items .btns .tourl {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 0.28rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
}


.sections .subs3 .item3 {
  width: 33.33%;
  height: 6.28rem;
  background: #666666;
}

.sections .subs3 .item3s {
  background: #CCCCCC;
}

.sections .subs3 .item3 .btns {
  position: relative;
  margin: 0 10%;
}

.sections .subs3 .item3 .btns h1 {
  color: #fff;
}

.sections .subs3 .item3 .btns .tourl {
  color: #fff;
  border-color: #fff;
}

.sections .subs3 .item3s .btns h1 {
  color: #000;
}

.sections .subs3 .item3s .btns .tourl {
  color: #000;
  border-color: #000;
}

.sections .subs3 .item3 .imgs {
  width: 34%;
}

.sections .subs3 .item3 .imgs img {
  display: block;
  width: 100%;
  height: 100%;
}

.section4 {
  padding: 2.7rem 0;
}

.section4 .titiles h1,
.section4 .titiles p {
  color: #000;
}

.sections .sub4 {
  padding-top: 2rem;
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
}

.sections .sub4 .sub4s .infos {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34.77%;
  height: 62.4%;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 0.8rem;
  box-sizing: border-box;
}

.sections .sub4 .sub4s .infos h1 {
  font-size: 0.72rem;
  color: #fff;
  letter-spacing: 5px;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}

.sections .sub4 .sub4s .infos p {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.sections .sub4 .sub4s .infos .tourl {
  display: block;
  width: 3.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.36rem;
  background: #33CCCC;
  margin-top: 2rem;
}

.section-sm1 {
  height: 920px;
  background: linear-gradient(160deg, #3E3A39 0%, #545151 18%, #595757 22%, #484747 36%, #1D1C1C 63%, #000000 100%);
}

.section-sm .subs .titles {
  padding-top: 1.5rem;
  text-align: center;
  padding-bottom: 2%;
}

.section-sm .subs .titles h1 {
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.3rem;
  /*font-weight: bold;*/
}

.section-sm .subs .titles p {
  font-size: 0.5rem;
  color: #999;
  text-align: center;
}

.section-sm .subs .subs-main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 650px;
  position: relative;
}

.section-sm .subs .subs-main .sub-menu {
  width: 650px;
  height: 100%;
  position: relative;
  z-index: 3;
}

.section-sm .subs .subs-main .sub-menu .menu-infos {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

.section-sm .subs .subs-main .sub-menu .menu-infos .infosub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-sm .subs .subs-main .sub-menu .menu-infos .infosub h1 {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 9%;
}

.section-sm .subs .subs-main .sub-menu .menu-infos .infosub .hx {
  width: 260px;
  height: 1px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 6%;
  line-height: 1.8;
}

.section-sm .subs .subs-main .sub-menu .menu-infos .infosub p {
  width: 260px;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.8;
  height: 100px;
  text-align: center;
}

.section-sm .subs .subs-main .sub-menu .menu-btns {
  width: 400px;
  height: 100%;
  position: relative;
  transform: rotate(-20deg);
  margin-top: 65px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items {
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(20deg);
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox {
  width: 75%;
  height: 75%;
  box-sizing: border-box;
  border: 2px solid #26CAD3;
  border-radius: 100%;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox.on {
  width: 100%;
  height: 100%;
  background: #26CAD3;
}
.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox img:nth-child(1){
  display: block;
}
.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox img:nth-child(2){
  display: none;
}
.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox.on img:nth-child(1){
  display: none;
}
.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox.on img:nth-child(2){
  display: block;
}


.section-sm .subs .subs-main .sub-menu .menu-btns .items .imgbox .imgs {
  display: block;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(1) {
  top: -30px;
  right: -30px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(2) {
  top: -10px;
  right: 80px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(3) {
  top: 44px;
  right: 179px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(4) {
  top: 126px;
  right: 255px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(5) {
  top: 225px;
  right: 281px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(6) {
  top: 328px;
  right: 285px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(7) {
  top: 438px;
  right: 248px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(8) {
  top: 530px;
  right: 177px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(9) {
  top: 584px;
  right: 73px;
}

.section-sm .subs .subs-main .sub-menu .menu-btns .items:nth-child(10) {
  bottom: -32px;
  right: -40px;
}

.section-sm .subs .subs-main .info-imgs {
  position: absolute;
  width: 950px;
  right: 90px;
}

.section-sm .subs .subs-main .imgmb {
  display: none;
}

.section-sm .titles-1 {
  padding: 1.5rem 0 0.5rem;
}

.section-sm .titles-1 h1 {
  font-size: 0.92rem;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.3rem;
  /*font-weight: bold;*/
}

.section-sm .titles-1 p {
  font-size: 0.5rem;
  color: #969696;
  text-align: center;
  letter-spacing: 3px;
}

.section-sm .sub2s video {
  width: 100%;
}

.section-sm .sub2s .btnbox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.section-sm .sub2s .btnbox .items {
  margin-right: 5%;
}

.section-sm .sub2s .btnbox .items .btn-sub {
  width: 80px;
  height: 30px;
  border-radius: 30px;
  background: #B0B0B0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-sm .sub2s .btnbox .items .btn-sub.on {
  background: #26CAD3;
}

.section-sm .sub2s .btnbox .items .btn-sub .sx {
  display: none;
  width: 1px;
  height: 17px;
  background: #fff;
  margin-left: 36px;
}

.section-sm .sub2s .btnbox .items .btn-sub.on .sx {
  display: block;
}


.section-sm .sub2s .btnbox .items .btn-sub .yd {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #EFEFEF;
  border-radius: 100%;
  transition: left 0.3s ease-in 0s;
}

.section-sm .sub2s .btnbox .items .btn-sub.on .yd {
  left: 50px;
}



.section-sm .sub2s .btnbox .items .texts {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}

.section-sm .sub3s {
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
  background: url("/img/sm-imgbg-3s.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}

.section-sm .sub3s .mores {
  position: absolute;
  top: 70%;
  left: 10%;
}

.section-sm .sub3s .mores h1 {
  font-size: 0.54rem;
  color: #000;
  margin-bottom: 6%;
}

.section-sm .sub3s .mores .tourl {
  width: 158px;
  height: 30px;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000;
}

.section-sm .sub3s .mores .tourl .abox-1 {
  font-size: 0.28rem;
  margin-left: 0.3rem;
}

.section-sm .sub3s .mores .tourl .abox-2 {
  font-size: 0.32rem;
  margin-left: 0.1rem;
}

.section-sm .sub3s .mores .tourl img {
  margin-left: 0.36rem;
}

.section-sm .sub4s {
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
  height: 650px;
  background: #C9C9C9;
}

.section-sm .sub4s .texts {
  font-size: 0.84rem;
  color: #fff;
  text-align: center;
}

.section-sm .sub5s .listbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1462px;
  width: 100%;
  height: 100%;
}

.section-sm .sub5s .listbox .list-sub {
  position: absolute;
  left: 0;
  width: 100%;
  height: 310px;
  display: flex;
}

.section-sm .sub5s .listbox .list-sub:nth-child(1) {
  top: 0;
}

.section-sm .sub5s .listbox .list-sub:nth-child(2) {
  bottom: 0;
  align-items: flex-end;
}

.section-sm .sub5s .listbox .list-sub .items {
  width: 21%;
  height: 100px;
  background: #EFEFEFdd;
  margin-right: 5.3%;
  transition: all 0.3s;
  overflow: hidden;
}

.section-sm .sub5s .listbox .list-sub .items:last-child {
  margin-right: 0;
}

.section-sm .sub5s .listbox .list-sub .items h1 {
  height: 60px;
  line-height: 60px;
  font-size: 0.4rem;
  text-align: center;
  color: #000;
}

.section-sm .sub5s .listbox .list-sub .items p {
  width: 80%;
  margin: 0 auto;
  font-size: 0.34rem;
  color: #000;
  text-align: justify;
  padding-top: 8%;
  line-height: 1.8;
}

.section-sm .sub5s .listbox .list-sub .items:hover {
  height: 300px;
}

.section-sm .sub5s .listbox .list-sub:nth-child(1) .items:nth-child(1):hover {
  height: 180px;
}

.section-sm .sub5s .listbox .list-sub:nth-child(1) .items:nth-child(3):hover {
  height: 220px;
}

.section-sm .sub6s {
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
  /*margin-bottom: 8%;*/
}

.section-sm .sub6s .items-1 .items-l {
  width: 41%;
  background: #26CAD3;
}

.section-sm .sub6s .items-1 .items-img {
  width: 59%;
}

.section-sm .sub6s .items-2 .items-l {
  width: 41%;
}

.section-sm .sub6s .items-2 .items-l .imgs {
  width: 50%;
}

.section-sm .sub6s .items-2 .items-r {
  width: 59%;
  background: #C9C9C9;
}

.banners .banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banners .banner-info h1 {
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 1.4%;
}

.banners .banner-info p {
  font-size: 0.5rem;
  color: #fff;
}

.secht-1 .htimgs {
  min-height: 700px;
}

.section-ht.secht-1 {
  background: url("/img/sht-img-1.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 90px;
}

.section-ht.section-science {
  background: url("/img/healthy-science-bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 90px;
}

.section-ht.section-advantage{
  background: url("/img/healthy-advantage-bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 90px;
}




.section-ht .subs {
  width: 100%;
  height: 100%;
}

.section-ht .subs .titles {
  color: #fff;
  text-align: center;
  padding-top: 1.5rem;
}

.section-ht .subs .titles h1 {
  font-size: 0.92rem;
  margin-bottom: 0.3rem;
  /*font-weight: bold;*/
}

.section-ht .subs .titles p {
  font-size: 0.43rem;
  color: #969696;
  text-align: center;
}

.section-ht .subs .subs-main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 550px;
  position: relative;
}

.section-ht .subs .subs-main .sub-img {
  /*width: 549px;*/
  position: relative;
}
.hotel-img-1{
  display: block;
}
.hotel-img-2{
  display: none;
}

.section-ht .subs .subs-main .sub-img .btns-yd {
  width: 35px;
  height: 35px;
  background: #26CAD3;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(2) {
  top: 28px;
  left: 92px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(3) {
  top: 169px;
  left: 51px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(4) {
  top: 206px;
  left: 159px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(5) {
  top: 274px;
  left: 44px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(6) {
  top: 43px;
  left: 345px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(7) {
  top: 94px;
  right: 30px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(8) {
  top: 175px;
  left: 325px;
}

.section-ht .subs .subs-main .sub-img .btns-yd:nth-child(9) {
  top: 274px;
  left: 307px;
}

.section-ht .subs .subs-main .sub-infos {
  position: absolute;
  top: 68px;
  left: 0;
  width: 566px;
  z-index: 1;
}

.section-ht .subs .subs-main .sub-infos:nth-child(3) {
  top: 242px;
  left: 0;
  width: 525px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(4) {
  top: 300px;
  left: 0;
  width: 620px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(5) {
  top: 368px;
  left: 0;
  width: 520px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(6) {
  top: 70px;
  width: 623px;
  right: 0;
  left: auto;
}

.section-ht .subs .subs-main .sub-infos:nth-child(7) {
  top: 188px;
  width: 500px;
  right: 0;
  left: auto;
}

.section-ht .subs .subs-main .sub-infos:nth-child(8) {
  top: 268px;
  width: 650px;
  right: 0;
  left: auto;
}

.section-ht .subs .subs-main .sub-infos:nth-child(9) {
  top: 368px;
  width: 665px;
  right: 0;
  left: auto;
}

.section-ht .subs .subs-main .sub-infos .infosub {
  position: absolute;
  bottom: 0;
}

.section-ht .subs .subs-main .sub-infos:nth-child(2) .infosub {
  bottom: 60px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(3) .infosub {
  bottom: 25px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(6) .infosub {
  bottom: 70px;
}

.section-ht .subs .subs-main .sub-infos:nth-child(6) .infosub,
.section-ht .subs .subs-main .sub-infos:nth-child(7) .infosub,
.section-ht .subs .subs-main .sub-infos:nth-child(8) .infosub,
.section-ht .subs .subs-main .sub-infos:nth-child(9) .infosub {
  text-align: right !important;
}

.section-ht .subs .subs-main .sub-infos:nth-child(6) .infosub p,
.section-ht .subs .subs-main .sub-infos:nth-child(7) .infosub p,
.section-ht .subs .subs-main .sub-infos:nth-child(8) .infosub p,
.section-ht .subs .subs-main .sub-infos:nth-child(9) .infosub p {
  text-align: right !important;
}

.section-ht .subs .subs-main .sub-infos .infosub h1 {
  font-size: 0.43rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.section-ht .subs .subs-main .sub-infos .infosub p {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.section-ht .titles-1 {
  padding: 1.5rem 0 0.5rem;
}

.section-ht .titles-1 h1 {
  font-size: 0.92rem;
  color: #000000;
  text-align: center;
  line-height: 1;
  /*font-weight: bold;*/
  margin-bottom: 0.3rem;
}

.section-ht .titles-1 p {
  font-size: 0.5rem;
  color: #969696;
  text-align: center;
  letter-spacing: 3px;
}

.section-ht .sub2 .btnbox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.section-ht .sub2 .btnbox .items {
  margin-right: 5%;
}

.section-ht .sub2 .btnbox .items .btn-sub {
  width: 80px;
  height: 30px;
  border-radius: 30px;
  background: #B0B0B0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-ht .sub2 .btnbox .items .btn-sub.on {
  background: #26CAD3;
}

.section-ht .sub2 .btnbox .items .btn-sub .sx {
  display: none;
  width: 1px;
  height: 17px;
  background: #fff;
  margin-left: 36px;
}

.section-ht .sub2 .btnbox .items .btn-sub.on .sx {
  display: block;
}

.section-ht .sub2 .btnbox .items .btn-sub .yd {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #EFEFEF;
  border-radius: 100%;
  transition: left 0.3s ease-in 0s;
}

.section-ht .sub2 .btnbox .items .btn-sub.on .yd {
  left: 50px;
}

.section-ht .sub2 .btnbox .items .texts {
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
}

.section-ht .sub3 {
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
  background: url("/img/sht-img-6.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}

.section-ht .sub3 .mores {
  position: absolute;
  right: 10%;
  bottom: 22%;
}

.section-ht .sub3 .mores h1 {
  font-size: 0.56rem;
  color: #000;
  margin-bottom: 7%;
}

.section-ht .sub3 .mores .abox {
  width: 158px;
  height: 30px;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000;
}

.section-ht .sub3 .mores .abox .abox-1 {
  font-size: 0.28rem;
  margin-left: 0.3rem;
}

.section-ht .sub3 .mores .abox .abox-2 {
  font-size: 0.32rem;
  margin-left: 0.1rem;
}

.section-ht .sub3 .mores .abox img {
  margin-left: 0.36rem;
}

.section-ht .sub4 {
  max-width: 1582px;
  margin: 0 auto;
  width: 100%;
  height: 650px;
  background: #C9C9C9;
}

.section-ht .sub4 .texts {
  font-size: 0.84rem;
  color: #fff;
  text-align: center;
}

.section-ht .sub-swbanner {
  overflow: hidden;
}

.section-ht .sub-swbanner .swiper-container {
  overflow: visible;
}

.section-ht .sub-swbanner .swiper-pagination {
  bottom: 0px;
  position: relative;
  margin-top: 1.5%;
}


.section-ht .sub-swbanner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #7aeaf0;
  border-radius: 100%;
  margin: 0 0.3rem;
  opacity: 1;
}

.section-ht .sub-swbanner .swiper-pagination-bullet-active {
  background: #25CAD3;
}

.secht-6 {
  /*padding-bottom: 6%;*/
}

.section-ht .sub6 {
  height: 600px;
  display: flex;
  align-items: center;
}

.section-ht .sub6 .bg-line {
  width: 100%;
  height: 315px;
  background: #26CAD3;
}

.section-ht .sub6 .sub-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-ht .sub6 .sub-main .boxs {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.section-ht .sub6 .sub-main .boxs .items {
  width: 48%;
  margin: 0 1%;
}

.section-ht .sub6 .sub-main .boxs .items:nth-child(2) {
  justify-content: flex-end;
}

.section-ht .sub6 .sub-main .boxs .items .subitem {
  margin-right: 6%;
}

.section-ht .sub6 .sub-main .boxs .items .subitem .bts {
  margin-top: 30px;
  margin-bottom: 1rem;
}

.section-ht .sub6 .sub-main .boxs .items .subitem .bts h1 {
  font-size: 0.6rem;
  color: #000000;
  margin-bottom: 3%;
}

.section-ht .sub6 .sub-main .boxs .items .subitem .bts p {
  font-size: 0.46rem;
  color: #000000;
  margin-bottom: 3%;
}

.section-ht .sub6 .sub-main .boxs .items .subitem .nrs h1 {
  font-size: 0.46rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.section-ht .sub6 .sub-main .boxs .items .subitem .nrs p {
  font-size: 0.38rem;
  color: #fff;
  margin-bottom: 6%;
}

.section-ht .sub6 .sub-main .boxs .items .item-img {
  margin-top: 5%;
  width: 41%;flex-shrink: 0;
}

.prods {
  /*padding-top: 1.2rem;*/
  /*margin-bottom: 9%;*/
  background: #212121;
  position: fixed;
  top: -3rem;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.isShowTop{
  opacity: 1;
}

.prods-nav .prods{
  top:1.5rem;opacity: 1;
}
.prods-nav:hover .prods{
  top:1.5rem;height: auto;opacity: 1;
}

.top-prod {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0.2rem 0 0.5rem;
  flex-wrap: nowrap;
}

.top-prod .this-items {
  position: relative;cursor: pointer;
  /*margin-right: 1%;*/
  /*border-top: 2px solid #25CAD2;*/
  /*border-bottom: 2px solid #25CAD2;*/
  display: flex;flex-direction: column;align-items: center;
}

.top-prod .this-items .imgs {
  width: 25%;
  margin: 0 auto;
  padding: 0.8rem 0 0rem;
  /*display: none;*/
}

.top-prod .this-items h1 {
  font-size: 0.44rem;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
}
.top-prod .this-items.active h1{
  color:#25CAD2;
  border-bottom: 4px solid #25CAD2;
}

.prodBox {
  width:100%;max-width:1220px;margin: 0 auto;padding-bottom: 1rem;
}

.prodBox .boxMain{
  padding:0 10px;
}

.prodBox .prod-title {
  font-size: 0.72rem;
  color: #363636;font-weight: 400;
  position: relative;padding:0.5rem 0 0.8rem;
}
.prodBox .prod-title .title{
  position: absolute;width: 100%;height: 100%;top: 0;left: 0;
  display: flex;justify-content: center;align-items: center;
}
.prodBox .secondCategory{
  border-bottom: rgba(0,0,0,0.08) solid 1px;margin-bottom:0.4rem;
  flex-wrap: wrap;
}
.prodBox .secondCategory .item{
  cursor: pointer;flex-shrink: 0 ;

  color: #3e3e3e;font-size: 0.48rem;position: relative;padding:0.4rem 0.3rem;
}
.prodBox .secondCategory .item.active::before{
  content:'';position: absolute;bottom: 0;left: 50%;width:50px;height: 4px;background: #1DCAD3;margin-left: -25px;
}
.prodBox .secondCategory2{
  position: relative;
}
.prodBox .secondCategory2 .pageReturn{
  position: absolute;left: 0;top: 50%;transform: translateY(-50%);
  font-size: 0.4rem;color: #A8A8A8;cursor: pointer;
}
.prodBox .secondCategory2 .pageReturn img{
  width: 0.3rem;margin-right: 0.15rem;
}
.prodBox .secondCategory2 .item{
  color: #3E3E3E;font-size: 0.72rem;
  padding:0.24rem 0.3rem;
}
.prodBox .secondCategory2 .item::before{
  content:'';position: absolute;bottom: 0;left: 50%;width:200px;height: 2px;
  background: #1DCAD3;margin-left: -100px;
}
.prodBox .secondCategory2 .item::after{
  content:'';position: absolute;bottom: -2px;left: 50%;width:70px;height: 6px;
  background: #1DCAD3;margin-left: -35px;
}


.prodBox .prodNone{
  color: #999;font-size: 0.36rem;
}
.prodBox .prodMore{
  color: #363636;font-size: 0.4rem;margin-top: 0.4rem;cursor: pointer;
  border: 1px solid #3E3E3E;border-radius: 100px;padding:0.2rem 0.7rem
}
.prodBox .prodMore img{
  width: 0.2rem;margin-left: 0.2rem;
}
.prodBox .prodList .item{
  width: 23.5%;margin-right: 2%;margin-bottom: 0.4rem;position:relative;
}
.prodBox .prodList .item .pointer-area{
  position: absolute;width: 100%;height: 100%;z-index: 20;
}
.prodBox .prodList2 .item{margin-bottom: 0.3rem}
.prodBox .prodList .item:nth-child(4n){
  margin-right: 0;
}
.prodBox .prodList{
  /*margin-top: 0.2rem;*/
}
.prodBox .prodList .item{
  cursor: pointer;
}
.prodBox .prodList .item .prodImg{
  padding: 0.24rem;background: #fff;position:relative;
}
.prodBox .prodList .item .prodImg .prod-download{
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow-y: auto;background: #858585ee;opacity: 0;transition: all 0.5s;
}
/* 滚动条宽度 */
.prodBox .prodList .item .prodImg .prod-download::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0,0,0,0.05);
}
/* 滚动条的滑块 */
.prodBox .prodList .item .prodImg .prod-download::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}
.prodBox .prodList .item .prodImg .prod-download .this-title{
  text-align: center;color: #fff;margin: 0.3rem 0 0.2rem;font-size: 0.4rem;
}
.prodBox .prodList .item .prodImg .prod-download .this-desc{
  color: #fff;padding:0.1rem 0.3rem 0.3rem;line-height:0.48rem;font-size: 0.28rem;
}

.prodBox .prodList .item .prodImg .prod-download-btn{
  position: absolute;bottom: 0.2rem;right: 0.3rem;color: #fff;opacity: 0;transition: all 0.5s;
  padding: 0.1rem 0.36rem;background: #B9B9B9;font-size: 0.28rem;z-index: 30;
}
.prodBox .prodList .item:hover .prodImg .prod-download,.prodBox .prodList .item:hover .prodImg .prod-download-btn{
  opacity: 1;
}


.prodBox .prodList .item .name{
  text-align: center;color: #3E3E3E;font-size: 0.4rem;font-weight: 600;margin-top: 0.3rem;
}
.prodBox .prodList .item .model{
  text-align: center;color: #909090;font-size: 0.3rem;margin-top: 0.2rem;
}

.downloadPop-box{
  position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(36, 36, 36, 0.44);z-index: 900;
}
.downloadPop-box .box-max{
  position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  width: 80%;max-width: 640px;background: #fff;padding: 2rem 0;
}
.downloadPop-box .box-max .title{
  color: #3e3e3e;font-size: 0.5rem;margin-bottom: 1.4rem;text-align: center;
}
.downloadPop-box .box-max .input-text{
  position: relative;color: #3e3e3e;font-size: 0.44rem;padding: 0 2rem;
}
.downloadPop-box .box-max .input-text .input{
  padding: 0 0.2rem;border: #AFAFAF 2px solid;width: 100%;position: relative;
}
.downloadPop-box .box-max .input-text .input input{
  width: 100%;height: 1rem;border: 0;outline: none;
  color: #3e3e3e;font-size: 0.44rem;
  background: #fff;outline-style: none;outline-width: 0;
}
.downloadPop-box .box-max .input-text .input .tips{
  position: absolute;left: 0; top: 100%;margin-top: 0.2rem;
  color: #f00;font-size: 0.3rem;
}
.downloadPop-box .box-max .buttons{
  padding: 0 2rem;margin-top: 1.4rem;
}
.downloadPop-box .box-max .buttons .close{
  border: 2px solid #AFAFAF;width: 3rem;height: 1rem;line-height: 1rem;
  text-align: center;color: #3e3e3e;font-size: 0.4rem;cursor: pointer;
}
.downloadPop-box .box-max .buttons .next{
  border: 2px solid #1DCAD3;width: 3rem;height: 1rem;line-height: 1rem;
  text-align: center;color: #fff;font-size: 0.4rem;background: #1DCAD3;cursor: pointer;
}

.downloadPop-box2 .box-max{
  max-width:480px;padding: 1rem 0;
}
.downloadPop-box2 .box-max .title{
  margin-bottom: 0.6rem;
}
.downloadPop-box2 .box-max .buttons{
  margin-top: 0.6rem;
}

.prodBox .lists {
  max-width: 1588px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.prodBox .lists .items {
  width: 23.5%;
  margin-right: 2%;
  /*margin-bottom: 5%;*/
}

.prodBox .lists .items {
  margin-top: 2%;
}

.prodBox .lists .items:nth-child(1),
.prodBox .lists .items:nth-child(2),
.prodBox .lists .items:nth-child(3),
.prodBox .lists .items:nth-child(4) {
  margin-top: 0;
}

#lightprod {
  padding-bottom: 2rem;
}

.prodBox .lists .items:nth-child(4n) {
  margin-right: 0;
}

.prodBox .lists .items .imgs {
  width: 100%;
  padding: 5% 10%;
  background: #EFEFEF;
  box-sizing: border-box;
  margin-bottom: 5%;
}


.prodBox .lists .items .infos h1 {
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 4%;
}

.prodBox .lists .items .infos p {
  font-size: 0.4rem;
  color: #000;
  text-align: center;
  margin-bottom: 3%;
}

.prodBox .lists .items .infos .hx {
  width: 40px;
  height: 4px;
  background: #25CAD2;
  margin: 0 auto;
}

.banners-about {
  padding-top: 1.2rem;
}


.banners-about .bannerbox .titles {
  font-size: 0.76rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  /*padding: 4rem 0;*/
  text-align: center;
  height: 8rem;
  line-height: 8rem;
  flex-shrink: 0;
  margin-left:1rem;
}
.banners-about .bannerbox .imgs{
  width:70%;color:#fff;font-size:0.4rem;margin-left:2rem;
  /*max-width:560px;*/
  margin-right:1rem;
}


.company-introduce .titles {
  font-size: 0.92rem;
  color: #000;
  text-align: center;
  /*font-weight: bold;*/
  letter-spacing: 3px;
  padding: 1.5rem 0 0.5rem;
}

.company-introduce .imgs {
  background: url("/img/banner-5.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}

.company-introduce .imgs .texts {
  width: 15rem;
  font-size: 0.36rem;
  text-align: justify;
  color: #fff;
  line-height: 2.2;
  padding: 3rem;
  box-sizing: content-box !important;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  word-break: break-all;
}


.company-qua .titles {
  padding: 1.5rem 0 0.5rem;
}

.company-qua .titles h1 {
  font-size: 0.92rem;
  color: #000;
  text-align: center;
  /*font-weight: bold;*/
  letter-spacing: 3px;
  margin-bottom: 0.3rem;
}

.company-qua .titles p {
  font-size: 0.4rem;
  color: #969696;
  text-align: center;
  line-height: 2;
}

.company-qua .qua-swiper .bigview {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.company-qua .qua-swiper .bigview .swiper-container {
  max-width: 1116px;
  width: 100%;
}

.company-qua .qua-swiper .bigview .swiper-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.5s;
}

.company-qua .qua-swiper .bigview .swiper-slide img {
  display: block;
  /*max-width: 277px;*/
  /*width: 74.45%;*/
  max-width: 318px;
  width: 86%;
  margin: 0 auto;
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s;
  margin-bottom: 5%;
}

.company-qua .qua-swiper .bigview .swiper-slide-active,
.company-qua .qua-swiper .bigview .swiper-slide-duplicate-active {
  transform: scale(1);
}

/*.company-qua .qua-swiper .bigview .swiper-slide-active img,*/
/*.company-qua .qua-swiper .bigview .swiper-slide-duplicate-active img {*/
/*max-width: 318px;*/
/*width: 86%;*/
/*}*/

.company-qua .qua-swiper .bigview .swiper-slide .texts {
  font-size: 0.36rem;
  color: #000;
}

.company-qua .qua-swiper .bigview .btnbox .btns {
  background: none;
  width: 60px;
  height: 60px;
}

.company-qua .qua-swiper .bigview .btnbox .btns:nth-child(1) {
  left: 0;
}

.company-qua .qua-swiper .bigview .btnbox .btns:nth-child(2) {
  right: 0;
}

.company-qua .qua-swiper .preview .swiper-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-qua .qua-swiper .preview .swiper-slide img {
  display: block;
  max-width: 68px;
  width: 90%;
}


.qua-bussines .titles {
  font-size: 0.92rem;
  color: #000;
  text-align: center;
  /*font-weight: bold;*/
  letter-spacing: 3px;
  padding: 1.5rem 0 0.5rem;
}

.qua-bussines .imgbox {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.qua-bussines .imgbox .items {
  width: 22%;
  margin-right: 4%;
}

.qua-bussines .imgbox .items:nth-child(4n) {
  margin-right: 0;
}

.qua-bussines .imgbox .items .icons {
  border: 1px solid #B0B0B0;
  border-radius: 6px;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  /*margin-bottom: 8%;*/
}

.qua-bussines .imgbox .items .icons img {
  max-width: 340px;
}

.qua-bussines .imgbox .items .names {
  display: none;
  font-size: 0.4rem;
  color: #000;
  text-align: center;
}

.conpany-news {
  padding-bottom: 2rem;
}

.conpany-news .titles {
  font-size: 0.92rem;
  color: #000;
  text-align: center;
  /*font-weight: bold;*/
  letter-spacing: 3px;
  padding-top: 1.2rem;
  padding-bottom: 0.3rem;
}

.conpany-news .subs {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-image: url("/img/company-img-1.png");
  background-size: cover;
}

.conpany-news .subs .newbox {
  max-width: 450px;
  width: 30%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 8%;
  margin-bottom: -13.5%;
}

.conpany-news .subs .newbox .newtitle {
  font-size: 0.5rem;
  color: #000;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 5%;
  font-weight: bold;
}

.conpany-news .subs .newbox .newlist {
  width: 80%;
  margin: 0 auto;
}

.conpany-news .subs .newbox .newlist .new-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6% 0;
  border-bottom: 1px solid #383838;
}

.conpany-news .subs .newbox .newlist .new-item:nth-child(1) {
  border-top: 1px solid #383838;
}

.conpany-news .subs .newbox .newlist .new-item .item-info {
  width: 70%;
}

.conpany-news .subs .newbox .newlist .new-item .item-info h1 {
  font-size: 0.36rem;
  color: #000;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5%;
}


.conpany-news .subs .newbox .newlist .new-item .item-info .times {
  font-size: 0.3rem;
  color: #444444;
}

.conpany-news .subs .newbox .newlist .new-item .imgs {
  width: 55px;
  height: 55px;
  background: #000;
}

.conpany-news .subs .newbox .newlist .btnbox {
  display: flex;
  justify-content: center;
  margin-top: 30%;
}

.conpany-news .subs .newbox .newlist .btnbox .btns {
  background: none;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 10%;
}

.cursor-pointer{
  cursor: pointer;
}
.foots-box {
  padding: 1rem 0 0.2rem;
  background: #000;
  /* padding-bottom: 0.2rem; */
}

.foots-box .foots-main {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.foots-box .foots-main .foots-list {
  margin-left: 2.8rem;width:35%;
}
.foots-box .foots-main .foots-info {
  margin-right: 2.8rem;width:35%;
}

.foots-box .foots-main .foots-list .items {
  margin-right:1.5rem;flex-shrink: 0;
}

.foots-box .foots-main .foots-list .items .item-h {
  font-size: 0.36rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.foots-box .foots-main .foots-list .items .tourl {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.foots-box .foots-code .infos{

}
.foots-box .foots-code .infos h1{
  font-size: 0.34rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.foots-box .foots-code .infos p {
   font-size: 0.3rem;
  color: #999;white-space: nowrap;
}

.foots-box .foots-main .foots-list .items .item-p .tourl {
  font-size: 0.3rem;
  color: #999;
  margin-bottom: 0.1rem;
}



.foots-box .foots-main .foots-info .subs {

}

.foots-box .foots-main .foots-info .subs .sub-item {
  height:2rem;
}

.foots-box .foots-main .foots-info .subs .sub-item .img-icon {
  height: 0.64rem;
}

.foots-box .foots-main .foots-info .subs .sub-item .infos {
  margin-left: 8%;
}

.foots-box .foots-main .foots-info .subs .sub-item .infos h1 {
  font-size: 0.34rem;white-space: nowrap;
  color: #fff;
  margin-bottom: 0.2rem;
}

.foots-box .foots-main .foots-info .subs .sub-item .infos p {
  font-size: 0.3rem;
  color: #999;white-space: nowrap;
}
.foots-box .foots-main .foots-info .subs2{

  width: 30%;
}
.foots-box .foots-main .foots-info .subs2 h1 {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 12%;white-space: nowrap;
}

.foots-box .foots-main .foots-info .subs2 p {
  font-size: 0.3rem;
  color: #999;
  margin-bottom: 6%;
  white-space: nowrap;
}

.foots-box .footer-texts {
  font-size: 0.26rem;
  color: #999;
  text-align: center;
  padding-top: 10px;
}
.foots-box  .foot-links{
  padding:0.2rem 0 0.1rem;font-size:0.26rem;
}
.foot-links .pageMain{
  justify-content: center;
}
.foots-box  .foot-links a{
  display:block;padding:0.03rem 0;color:#999;font-size:0.26rem;
}
.foots-box  .foot-links span{
  display:block;margin:0 0.4rem;color:#9990;font-size:0.26rem;width:1px;background:#999;height:0.26rem;
}
.foots-box  .foot-links .pageMain div:last-child span{
  display: none;
}

.listbox2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.listbox2 .swiper-container {
  height: 50%;
  margin-top: 20%
}

.listbox2 .swiper-slide {
  width: 50%;
  height: 88%;
  background: #fffa;
}

.listbox2 .swiper-slide .items {
  padding: 0.2rem 0.3rem;
}

.listbox2 .swiper-slide .items .t {
  color: #000;
  font-size: 0.56rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.listbox2 .swiper-slide .items .d {
  color: #000;
  font-size: 0.44rem;
}

.showtipsbox {
  max-width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 6rem;
  height: 6rem;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}

.showtipsbox .boxs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
}

.showtipsbox .boxs img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.6rem;
}

.showtipsbox .boxs .boxtips {
  font-size: 0.5rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.showtipsbox .boxs .boxclose {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.4rem;
  right: 1rem;
  cursor: pointer;
}


.wechatCode-box:hover .wechatCode{
  display: block;color:#fff;
}
.wechatCode{
  width:3rem;height:3rem;
}
.wechatCode img{
  display: block;width: 100%;
}

 .scene-box{
    position: absolute;z-index: 100;width:100%;height:100%;
    left:0;top:0;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .container {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*rotation can be added for additional affect
      animation: rotation 15s linear infinite;*/
  }

  .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    -webkit-perspective: 25px;
    perspective: 25px;
  }

  .hole {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-150px);
    transform: translateZ(-150px);
    background: transparent;
  }

  .space-bottom {
    position: absolute;
    width: 500px;
    height: 500px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: transparent;
    z-index: 2;
    -webkit-transform: rotateX(-80deg) translateZ(250px);
    transform: rotateX(-80deg) translateZ(250px);
  }

  .space-top {
    position: absolute;
    width: 500px;
    height: 500px;
    background: transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-transform: rotateX(80deg) translateZ(250px);
    transform: rotateX(80deg) translateZ(250px);
  }

  .space-left {
    position: absolute;
    width: 500px;
    height: 500px;
    border: solid 0px;
    border-radius: 50%;
    -webkit-transform: rotateY(-80deg) translateZ(250px);
    transform: rotateY(-80deg) translateZ(250px);
  }

  .space-right {
    position: absolute;
    width: 500px;
    height: 500px;
    border: solid 0px;
    border-radius: 50%;
    -webkit-transform: rotateY(80deg) translateZ(250px);
    transform: rotateY(80deg) translateZ(250px);
  }

  .star-top {
    position: absolute;
    left: 0px;
    width: 1px;
    height: 20px;
    opacity: 0;
    border-radius: 50%;
    background: #33CCCC;
    box-shadow: 0 0 2px 1px #33CCCC;
    -webkit-animation: stars 1.25s linear infinite;
    animation: stars 2s linear infinite;
  }
  .star-top:nth-child(1) {
    top: calc(50% - 38px);
    left: calc(80% - 22px);
    -webkit-animation-delay: 4526ms;
    animation-delay: 4526ms;
  }
  .star-top:nth-child(2) {
    top: calc(50% - 19px);
    left: calc(80% - 93px);
    -webkit-animation-delay: 1292ms;
    animation-delay: 1292ms;
  }
  .star-top:nth-child(3) {
    top: calc(50% - -94px);
    left: calc(80% - 108px);
    -webkit-animation-delay: 936ms;
    animation-delay: 936ms;
  }
  .star-top:nth-child(4) {
    top: calc(50% - 186px);
    left: calc(80% - 181px);
    -webkit-animation-delay: 694ms;
    animation-delay: 694ms;
  }
  .star-top:nth-child(5) {
    top: calc(50% - 27px);
    left: calc(80% - 54px);
    -webkit-animation-delay: 1836ms;
    animation-delay: 1836ms;
  }
  .star-top:nth-child(6) {
    top: calc(50% - 108px);
    left: calc(80% - 17px);
    -webkit-animation-delay: 2318ms;
    animation-delay: 2318ms;
  }
  .star-top:nth-child(7) {
    top: calc(50% - -153px);
    left: calc(80% - 139px);
    -webkit-animation-delay: 1473ms;
    animation-delay: 1473ms;
  }
  .star-top:nth-child(8) {
    top: calc(50% - 187px);
    left: calc(80% - 37px);
    -webkit-animation-delay: 3334ms;
    animation-delay: 3334ms;
  }
  .star-top:nth-child(9) {
    top: calc(50% - 0px);
    left: calc(80% - 20px);
    -webkit-animation-delay: 2407ms;
    animation-delay: 2407ms;
  }
  .star-top:nth-child(10) {
    top: calc(50% - -18px);
    left: calc(80% - 60px);
    -webkit-animation-delay: 2051ms;
    animation-delay: 2051ms;
  }
  .star-top:nth-child(11) {
    top: calc(50% - 62px);
    left: calc(80% - 270px);
    -webkit-animation-delay: 2313ms;
    animation-delay: 2313ms;
  }
  .star-top:nth-child(12) {
    top: calc(50% - -34px);
    left: calc(80% - 65px);
    -webkit-animation-delay: 155ms;
    animation-delay: 155ms;
  }
  .star-top:nth-child(13) {
    top: calc(50% - 177px);
    left: calc(80% - 284px);
    -webkit-animation-delay: 1181ms;
    animation-delay: 1181ms;
  }
  .star-top:nth-child(14) {
    top: calc(50% - -107px);
    left: calc(80% - 271px);
    -webkit-animation-delay: 3919ms;
    animation-delay: 3919ms;
  }
  .star-top:nth-child(15) {
    top: calc(50% - 76px);
    left: calc(80% - 213px);
    -webkit-animation-delay: 2386ms;
    animation-delay: 2386ms;
  }
  .star-top:nth-child(16) {
    top: calc(50% - -149px);
    left: calc(80% - 126px);
    -webkit-animation-delay: 378ms;
    animation-delay: 378ms;
  }
  .star-top:nth-child(17) {
    top: calc(50% - 17px);
    left: calc(80% - 235px);
    -webkit-animation-delay: 4713ms;
    animation-delay: 4713ms;
  }
  .star-top:nth-child(18) {
    top: calc(50% - -171px);
    left: calc(80% - 137px);
    -webkit-animation-delay: 2749ms;
    animation-delay: 2749ms;
  }
  .star-top:nth-child(19) {
    top: calc(50% - 164px);
    left: calc(80% - 268px);
    -webkit-animation-delay: 936ms;
    animation-delay: 936ms;
  }
  .star-top:nth-child(20) {
    top: calc(50% - 53px);
    left: calc(80% - 5px);
    -webkit-animation-delay: 393ms;
    animation-delay: 393ms;
  }
  .star-top:nth-child(21) {
    top: calc(50% - -150px);
    left: calc(80% - 26px);
    -webkit-animation-delay: 3655ms;
    animation-delay: 3655ms;
  }
  .star-top:nth-child(22) {
    top: calc(50% - -43px);
    left: calc(80% - 149px);
    -webkit-animation-delay: 2751ms;
    animation-delay: 2751ms;
  }
  .star-top:nth-child(23) {
    top: calc(50% - -182px);
    left: calc(80% - 44px);
    -webkit-animation-delay: 2228ms;
    animation-delay: 2228ms;
  }
  .star-top:nth-child(24) {
    top: calc(50% - -112px);
    left: calc(80% - 48px);
    -webkit-animation-delay: 361ms;
    animation-delay: 361ms;
  }
  .star-top:nth-child(25) {
    top: calc(50% - -48px);
    left: calc(80% - 142px);
    -webkit-animation-delay: 2413ms;
    animation-delay: 2413ms;
  }
  .star-top:nth-child(26) {
    top: calc(50% - 9px);
    left: calc(80% - 223px);
    -webkit-animation-delay: 2038ms;
    animation-delay: 2038ms;
  }
  .star-top:nth-child(27) {
    top: calc(50% - -132px);
    left: calc(80% - 249px);
    -webkit-animation-delay: 2291ms;
    animation-delay: 2291ms;
  }
  .star-top:nth-child(28) {
    top: calc(50% - -100px);
    left: calc(80% - 177px);
    -webkit-animation-delay: 3351ms;
    animation-delay: 3351ms;
  }
  .star-top:nth-child(29) {
    top: calc(50% - -151px);
    left: calc(80% - 76px);
    -webkit-animation-delay: 3593ms;
    animation-delay: 3593ms;
  }
  .star-top:nth-child(30) {
    top: calc(50% - -62px);
    left: calc(80% - 195px);
    -webkit-animation-delay: 4005ms;
    animation-delay: 4005ms;
  }

  .star-bottom {
    position: absolute;
    left: 0px;
    width: 1px;
    height: 20px;
    opacity: 0;
    border-radius: 50%;
    background: #33CCCC;
    box-shadow: 0 0 2px 1px #33CCCC;
    animation: stars 2s linear infinite reverse;
  }
  .star-bottom:nth-child(1) {
    top: calc(20% - -16px);
    left: calc(80% - 197px);
    -webkit-animation-delay: 2501ms;
    animation-delay: 2501ms;
  }
  .star-bottom:nth-child(2) {
    top: calc(20% - 67px);
    left: calc(80% - 287px);
    -webkit-animation-delay: 3716ms;
    animation-delay: 3716ms;
  }
  .star-bottom:nth-child(3) {
    top: calc(20% - 150px);
    left: calc(80% - 139px);
    -webkit-animation-delay: 2395ms;
    animation-delay: 2395ms;
  }
  .star-bottom:nth-child(4) {
    top: calc(20% - -161px);
    left: calc(80% - 146px);
    -webkit-animation-delay: 243ms;
    animation-delay: 243ms;
  }
  .star-bottom:nth-child(5) {
    top: calc(20% - -195px);
    left: calc(80% - 115px);
    -webkit-animation-delay: 1105ms;
    animation-delay: 1105ms;
  }
  .star-bottom:nth-child(6) {
    top: calc(20% - -37px);
    left: calc(80% - 185px);
    -webkit-animation-delay: 2917ms;
    animation-delay: 2917ms;
  }
  .star-bottom:nth-child(7) {
    top: calc(20% - -131px);
    left: calc(80% - 79px);
    -webkit-animation-delay: 486ms;
    animation-delay: 486ms;
  }
  .star-bottom:nth-child(8) {
    top: calc(20% - -164px);
    left: calc(80% - 246px);
    -webkit-animation-delay: 2071ms;
    animation-delay: 2071ms;
  }
  .star-bottom:nth-child(9) {
    top: calc(20% - -74px);
    left: calc(80% - 262px);
    -webkit-animation-delay: 747ms;
    animation-delay: 747ms;
  }
  .star-bottom:nth-child(10) {
    top: calc(20% - 188px);
    left: calc(80% - 153px);
    -webkit-animation-delay: 4542ms;
    animation-delay: 4542ms;
  }
  .star-bottom:nth-child(11) {
    top: calc(20% - -188px);
    left: calc(80% - 120px);
    -webkit-animation-delay: 1573ms;
    animation-delay: 1573ms;
  }
  .star-bottom:nth-child(12) {
    top: calc(20% - -40px);
    left: calc(80% - 287px);
    -webkit-animation-delay: 585ms;
    animation-delay: 585ms;
  }
  .star-bottom:nth-child(13) {
    top: calc(20% - -78px);
    left: calc(80% - 172px);
    -webkit-animation-delay: 4844ms;
    animation-delay: 4844ms;
  }
  .star-bottom:nth-child(14) {
    top: calc(20% - -122px);
    left: calc(80% - 160px);
    -webkit-animation-delay: 68ms;
    animation-delay: 68ms;
  }
  .star-bottom:nth-child(15) {
    top: calc(20% - 24px);
    left: calc(80% - 109px);
    -webkit-animation-delay: 2037ms;
    animation-delay: 2037ms;
  }
  .star-bottom:nth-child(16) {
    top: calc(20% - -73px);
    left: calc(80% - 14px);
    -webkit-animation-delay: 4333ms;
    animation-delay: 4333ms;
  }
  .star-bottom:nth-child(17) {
    top: calc(20% - 143px);
    left: calc(80% - 175px);
    -webkit-animation-delay: 3749ms;
    animation-delay: 3749ms;
  }
  .star-bottom:nth-child(18) {
    top: calc(20% - 69px);
    left: calc(80% - 242px);
    -webkit-animation-delay: 3747ms;
    animation-delay: 3747ms;
  }
  .star-bottom:nth-child(19) {
    top: calc(20% - -178px);
    left: calc(80% - 56px);
    -webkit-animation-delay: 1393ms;
    animation-delay: 1393ms;
  }
  .star-bottom:nth-child(20) {
    top: calc(20% - 54px);
    left: calc(80% - 8px);
    -webkit-animation-delay: 4120ms;
    animation-delay: 4120ms;
  }
  .star-bottom:nth-child(21) {
    top: calc(20% - -83px);
    left: calc(80% - 279px);
    -webkit-animation-delay: 224ms;
    animation-delay: 224ms;
  }
  .star-bottom:nth-child(22) {
    top: calc(20% - 12px);
    left: calc(80% - 156px);
    -webkit-animation-delay: 1853ms;
    animation-delay: 1853ms;
  }
  .star-bottom:nth-child(23) {
    top: calc(20% - -85px);
    left: calc(80% - 248px);
    -webkit-animation-delay: 2185ms;
    animation-delay: 2185ms;
  }
  .star-bottom:nth-child(24) {
    top: calc(20% - 100px);
    left: calc(80% - 121px);
    -webkit-animation-delay: 931ms;
    animation-delay: 931ms;
  }
  .star-bottom:nth-child(25) {
    top: calc(20% - 96px);
    left: calc(80% - 290px);
    -webkit-animation-delay: 3848ms;
    animation-delay: 3848ms;
  }
  .star-bottom:nth-child(26) {
    top: calc(20% - 39px);
    left: calc(80% - 12px);
    -webkit-animation-delay: 4183ms;
    animation-delay: 4183ms;
  }
  .star-bottom:nth-child(27) {
    top: calc(20% - 170px);
    left: calc(80% - 131px);
    -webkit-animation-delay: 2834ms;
    animation-delay: 2834ms;
  }
  .star-bottom:nth-child(28) {
    top: calc(20% - 97px);
    left: calc(80% - 217px);
    -webkit-animation-delay: 835ms;
    animation-delay: 835ms;
  }
  .star-bottom:nth-child(29) {
    top: calc(20% - 155px);
    left: calc(80% - 67px);
    -webkit-animation-delay: 4308ms;
    animation-delay: 4308ms;
  }
  .star-bottom:nth-child(30) {
    top: calc(20% - 87px);
    left: calc(80% - 169px);
    -webkit-animation-delay: 4557ms;
    animation-delay: 4557ms;
  }

  .star-left {
    position: absolute;
    width: 20px;
    height: 1px;
    opacity: 0;
    border-radius: 50%;
    background: #33CCCC;
    box-shadow: 0 0 2px 1px #33CCCC;
    animation: stars2 2s linear infinite reverse;
  }
  .star-left:nth-child(1) {
    top: calc(50% - -53px);
    left: calc(100% - 67px);
    -webkit-animation-delay: 3822ms;
    animation-delay: 3822ms;
  }
  .star-left:nth-child(2) {
    top: calc(50% - 106px);
    left: calc(100% - 50px);
    -webkit-animation-delay: 629ms;
    animation-delay: 629ms;
  }
  .star-left:nth-child(3) {
    top: calc(50% - 178px);
    left: calc(100% - 146px);
    -webkit-animation-delay: 4855ms;
    animation-delay: 4855ms;
  }
  .star-left:nth-child(4) {
    top: calc(50% - -95px);
    left: calc(100% - 169px);
    -webkit-animation-delay: 1410ms;
    animation-delay: 1410ms;
  }
  .star-left:nth-child(5) {
    top: calc(50% - 79px);
    left: calc(100% - 112px);
    -webkit-animation-delay: 323ms;
    animation-delay: 323ms;
  }
  .star-left:nth-child(6) {
    top: calc(50% - 6px);
    left: calc(100% - 51px);
    -webkit-animation-delay: 2549ms;
    animation-delay: 2549ms;
  }
  .star-left:nth-child(7) {
    top: calc(50% - -95px);
    left: calc(100% - 122px);
    -webkit-animation-delay: 4268ms;
    animation-delay: 4268ms;
  }
  .star-left:nth-child(8) {
    top: calc(50% - 31px);
    left: calc(100% - 140px);
    -webkit-animation-delay: 525ms;
    animation-delay: 525ms;
  }
  .star-left:nth-child(9) {
    top: calc(50% - -180px);
    left: calc(100% - 128px);
    -webkit-animation-delay: 928ms;
    animation-delay: 928ms;
  }
  .star-left:nth-child(10) {
    top: calc(50% - -106px);
    left: calc(100% - 1px);
    -webkit-animation-delay: 3722ms;
    animation-delay: 3722ms;
  }
  .star-left:nth-child(11) {
    top: calc(50% - -143px);
    left: calc(100% - 37px);
    -webkit-animation-delay: 4556ms;
    animation-delay: 4556ms;
  }
  .star-left:nth-child(12) {
    top: calc(50% - 143px);
    left: calc(100% - 82px);
    -webkit-animation-delay: 570ms;
    animation-delay: 570ms;
  }
  .star-left:nth-child(13) {
    top: calc(50% - 147px);
    left: calc(100% - 77px);
    -webkit-animation-delay: 4232ms;
    animation-delay: 4232ms;
  }
  .star-left:nth-child(14) {
    top: calc(50% - -79px);
    left: calc(100% - 81px);
    -webkit-animation-delay: 4615ms;
    animation-delay: 4615ms;
  }
  .star-left:nth-child(15) {
    top: calc(50% - 200px);
    left: calc(100% - 22px);
    -webkit-animation-delay: 1860ms;
    animation-delay: 1860ms;
  }
  .star-left:nth-child(16) {
    top: calc(50% - 183px);
    left: calc(100% - 84px);
    -webkit-animation-delay: 319ms;
    animation-delay: 319ms;
  }
  .star-left:nth-child(17) {
    top: calc(50% - -108px);
    left: calc(100% - 120px);
    -webkit-animation-delay: 2738ms;
    animation-delay: 2738ms;
  }
  .star-left:nth-child(18) {
    top: calc(50% - 54px);
    left: calc(100% - 111px);
    -webkit-animation-delay: 4019ms;
    animation-delay: 4019ms;
  }
  .star-left:nth-child(19) {
    top: calc(50% - 146px);
    left: calc(100% - 91px);
    -webkit-animation-delay: 1065ms;
    animation-delay: 1065ms;
  }
  .star-left:nth-child(20) {
    top: calc(50% - 168px);
    left: calc(100% - 54px);
    -webkit-animation-delay: 1306ms;
    animation-delay: 1306ms;
  }
  .star-left:nth-child(21) {
    top: calc(50% - 200px);
    left: calc(100% - 76px);
    -webkit-animation-delay: 629ms;
    animation-delay: 629ms;
  }
  .star-left:nth-child(22) {
    top: calc(50% - 39px);
    left: calc(100% - 59px);
    -webkit-animation-delay: 2486ms;
    animation-delay: 2486ms;
  }
  .star-left:nth-child(23) {
    top: calc(50% - 170px);
    left: calc(100% - 120px);
    -webkit-animation-delay: 4640ms;
    animation-delay: 4640ms;
  }
  .star-left:nth-child(24) {
    top: calc(50% - 146px);
    left: calc(100% - 83px);
    -webkit-animation-delay: 1710ms;
    animation-delay: 1710ms;
  }
  .star-left:nth-child(25) {
    top: calc(50% - 135px);
    left: calc(100% - 192px);
    -webkit-animation-delay: 1307ms;
    animation-delay: 1307ms;
  }
  .star-left:nth-child(26) {
    top: calc(50% - -22px);
    left: calc(100% - 35px);
    -webkit-animation-delay: 4959ms;
    animation-delay: 4959ms;
  }
  .star-left:nth-child(27) {
    top: calc(50% - -168px);
    left: calc(100% - 145px);
    -webkit-animation-delay: 3443ms;
    animation-delay: 3443ms;
  }
  .star-left:nth-child(28) {
    top: calc(50% - -24px);
    left: calc(100% - 8px);
    -webkit-animation-delay: 3020ms;
    animation-delay: 3020ms;
  }
  .star-left:nth-child(29) {
    top: calc(50% - 146px);
    left: calc(100% - 30px);
    -webkit-animation-delay: 1643ms;
    animation-delay: 1643ms;
  }
  .star-left:nth-child(30) {
    top: calc(50% - 43px);
    left: calc(100% - 115px);
    -webkit-animation-delay: 707ms;
    animation-delay: 707ms;
  }

  .star-right {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 1px;
    opacity: 0;
    border-radius: 50%;
    background: #33CCCC;
    box-shadow: 0 0 2px 1px #33CCCC;
    -webkit-animation: stars2 1.25s linear infinite;
    animation: stars2 2s linear infinite;
  }
  .star-right:nth-child(1) {
    top: calc(50% - 66px);
    left: calc(90% - 42px);
    -webkit-animation-delay: 4494ms;
    animation-delay: 4494ms;
  }
  .star-right:nth-child(2) {
    top: calc(50% - -63px);
    left: calc(90% - 263px);
    -webkit-animation-delay: 1660ms;
    animation-delay: 1660ms;
  }
  .star-right:nth-child(3) {
    top: calc(50% - -185px);
    left: calc(90% - 228px);
    -webkit-animation-delay: 1841ms;
    animation-delay: 1841ms;
  }
  .star-right:nth-child(4) {
    top: calc(50% - 27px);
    left: calc(90% - 39px);
    -webkit-animation-delay: 931ms;
    animation-delay: 931ms;
  }
  .star-right:nth-child(5) {
    top: calc(50% - -125px);
    left: calc(90% - 263px);
    -webkit-animation-delay: 3304ms;
    animation-delay: 3304ms;
  }
  .star-right:nth-child(6) {
    top: calc(50% - -59px);
    left: calc(90% - 70px);
    -webkit-animation-delay: 4626ms;
    animation-delay: 4626ms;
  }
  .star-right:nth-child(7) {
    top: calc(50% - 42px);
    left: calc(90% - 99px);
    -webkit-animation-delay: 4972ms;
    animation-delay: 4972ms;
  }
  .star-right:nth-child(8) {
    top: calc(50% - -187px);
    left: calc(90% - 254px);
    -webkit-animation-delay: 3112ms;
    animation-delay: 3112ms;
  }
  .star-right:nth-child(9) {
    top: calc(50% - 20px);
    left: calc(90% - 46px);
    -webkit-animation-delay: 2019ms;
    animation-delay: 2019ms;
  }
  .star-right:nth-child(10) {
    top: calc(50% - 79px);
    left: calc(90% - 75px);
    -webkit-animation-delay: 3043ms;
    animation-delay: 3043ms;
  }
  .star-right:nth-child(11) {
    top: calc(50% - 5px);
    left: calc(90% - 179px);
    -webkit-animation-delay: 2625ms;
    animation-delay: 2625ms;
  }
  .star-right:nth-child(12) {
    top: calc(50% - -176px);
    left: calc(90% - 39px);
    -webkit-animation-delay: 2768ms;
    animation-delay: 2768ms;
  }
  .star-right:nth-child(13) {
    top: calc(50% - 47px);
    left: calc(90% - 187px);
    -webkit-animation-delay: 4554ms;
    animation-delay: 4554ms;
  }
  .star-right:nth-child(14) {
    top: calc(50% - 187px);
    left: calc(90% - 123px);
    -webkit-animation-delay: 4779ms;
    animation-delay: 4779ms;
  }
  .star-right:nth-child(15) {
    top: calc(50% - -97px);
    left: calc(90% - 98px);
    -webkit-animation-delay: 512ms;
    animation-delay: 512ms;
  }
  .star-right:nth-child(16) {
    top: calc(50% - -12px);
    left: calc(90% - 10px);
    -webkit-animation-delay: 2857ms;
    animation-delay: 2857ms;
  }
  .star-right:nth-child(17) {
    top: calc(50% - 140px);
    left: calc(90% - 60px);
    -webkit-animation-delay: 37ms;
    animation-delay: 37ms;
  }
  .star-right:nth-child(18) {
    top: calc(50% - 154px);
    left: calc(90% - 192px);
    -webkit-animation-delay: 2800ms;
    animation-delay: 2800ms;
  }
  .star-right:nth-child(19) {
    top: calc(50% - 116px);
    left: calc(90% - 282px);
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms;
  }
  .star-right:nth-child(20) {
    top: calc(50% - -81px);
    left: calc(90% - 86px);
    -webkit-animation-delay: 3752ms;
    animation-delay: 3752ms;
  }
  .star-right:nth-child(21) {
    top: calc(50% - 25px);
    left: calc(90% - 131px);
    -webkit-animation-delay: 1974ms;
    animation-delay: 1974ms;
  }
  .star-right:nth-child(22) {
    top: calc(50% - 151px);
    left: calc(90% - 219px);
    -webkit-animation-delay: 3304ms;
    animation-delay: 3304ms;
  }
  .star-right:nth-child(23) {
    top: calc(50% - -77px);
    left: calc(90% - 109px);
    -webkit-animation-delay: 694ms;
    animation-delay: 694ms;
  }
  .star-right:nth-child(24) {
    top: calc(50% - 185px);
    left: calc(90% - 108px);
    -webkit-animation-delay: 3934ms;
    animation-delay: 3934ms;
  }
  .star-right:nth-child(25) {
    top: calc(50% - 45px);
    left: calc(90% - 159px);
    -webkit-animation-delay: 126ms;
    animation-delay: 126ms;
  }
  .star-right:nth-child(26) {
    top: calc(50% - -82px);
    left: calc(90% - 277px);
    -webkit-animation-delay: 2610ms;
    animation-delay: 2610ms;
  }
  .star-right:nth-child(27) {
    top: calc(50% - -20px);
    left: calc(90% - 51px);
    -webkit-animation-delay: 146ms;
    animation-delay: 146ms;
  }
  .star-right:nth-child(28) {
    top: calc(50% - -162px);
    left: calc(90% - 138px);
    -webkit-animation-delay: 2415ms;
    animation-delay: 2415ms;
  }
  .star-right:nth-child(29) {
    top: calc(50% - -179px);
    left: calc(90% - 154px);
    -webkit-animation-delay: 2601ms;
    animation-delay: 2601ms;
  }
  .star-right:nth-child(30) {
    top: calc(50% - 95px);
    left: calc(90% - 74px);
    -webkit-animation-delay: 4398ms;
    animation-delay: 4398ms;
  }

  /*second container for 50px perspective*/
  .container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .wrapper2 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    -webkit-perspective: 50px;
    perspective: 50px;
  }

  .hole2 {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-150px);
    transform: translateZ(-150px);
    background: transparent;
  }

  /*third container for 100px perspective*/
  .container3 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .wrapper3 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    -webkit-perspective: 100px;
    perspective: 100px;
  }

  .hole3 {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-150px);
    transform: translateZ(-150px);
    background: transparent;
  }

  /*fourth container for 125px perspective*/
  .container4 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }

  .wrapper4 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    -webkit-perspective: 125px;
    perspective: 125px;
  }

  .hole4 {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-150px);
    transform: translateZ(-150px);
    background: transparent;
  }

  @-webkit-keyframes stars {
    0% {
      opacity: 1;
      -webkit-transform: translatex(0px) translatey(0xp) translatez(0px);
      transform: translatex(0px) translatey(0xp) translatez(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(25px) translatey(250px) translatez(-1000px);
      transform: translatex(25px) translatey(250px) translatez(-1000px);
    }
  }

  @keyframes stars {
    0% {
      opacity: 1;
      -webkit-transform: translatex(0px) translatey(0xp) translatez(0px);
      transform: translatex(0px) translatey(0xp) translatez(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(25px) translatey(250px) translatez(-1000px);
      transform: translatex(25px) translatey(250px) translatez(-1000px);
    }
  }
  @-webkit-keyframes stars2 {
    0% {
      opacity: 1;
      -webkit-transform: translatex(0px) translatey(0xp) translatez(0px);
      transform: translatex(0px) translatey(0xp) translatez(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(-250px) translatey(25px) translatez(-1000px);
      transform: translatex(-250px) translatey(25px) translatez(-1000px);
    }
  }
  @keyframes stars2 {
    0% {
      opacity: 1;
      -webkit-transform: translatex(0px) translatey(0xp) translatez(0px);
      transform: translatex(0px) translatey(0xp) translatez(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(-250px) translatey(25px) translatez(-1000px);
      transform: translatex(-250px) translatey(25px) translatez(-1000px);
    }
  }
  @-webkit-keyframes rotation {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotation {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .prod-type-box{
    color: #fff;margin-top: 1rem;font-size: 0.5rem;
  }
  .prod-type-box h2{
    height: 0.9rem;margin: 0 0.3rem;cursor: pointer;
  }

.prod-type-box h2.scene-item{
  width:auto;min-width: auto;
}
  .prod-type-box h2.active{
    border-bottom: 2px solid #1dcad3;
  }

  .scene-item{background: none!important;}

  .prod-pages {
  background: #ECECEC;
}
.prodBox {
  position: relative;
}
.modian {
  position: absolute;
  left: 0;
  top: -5rem;
}

.swiper-button-next,.swiper-button-prev{
  outline: none!important;
}

.right-wapper {
  position: fixed;
  right: 0px;
  z-index: 100;
  /*top: 50%;*/
  /*margin-top: 60px;*/
  cursor: pointer;
  bottom:2rem;
}

.right-wapper .item {
  background: #000000;
  opacity: 0.7;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:0rem 0 0.4rem;

}
.right-wapper .item-box:first-child .item{
  padding-top: 0.4rem;
}
.right-wapper .item-box:first-child .item .item{
  padding:0;
}
.right-wapper .return-top .item{
  /*height:50px;*/
  /*padding-top: 0.4rem;*/
}
.right-wapper .item p {
  margin-top: 10px;
  font-size: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
}
.right-wapper .wechat-show-content {
  background: #FFFFFF;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -220px;
  padding: 6px;
  border-radius: 5px;
}
.right-wapper .wechat-show-content img{
  width:196px;
  height:196px;
  display:block;
}
.right-wapper .wechat-show-content div{
  text-align: center;
  font-size:0.4rem;
  line-height:0.6rem;
  font-weight: bold;
  margin-top:0.05rem;
}

.right-wapper  .item-box:hover .wechat-show-content{
  display: block;
}

.right-wapper  .phone-show-content {
  width: 200px;
  height: 80px;
  background: #FFFFFF;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  margin-top: 130px;
  margin-left: -220px;
}
.right-wapper .phone-show-content   .phone-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-wapper .phone-show-content   .phone-item p {
  margin-top: 10px;
}

.right-wapper  .item-box:hover .phone-show-content{
  display: block;
}

.right-wapper  .border-shadow {
  padding:6px;
  border-radius: 5px;
  -webkit-box-shadow: #999 0px 0px 10px;
  -moz-box-shadow: #999 0px 0px 10px;
  box-shadow: #999 0px 0px 10px;
}
.right-wapper  .right-wapper  .line {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.7;
}
.animation{
  animation: flash 1s linear infinite;
}
@keyframes flash{
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.language{
  color:#fff;font-size:0.36rem;cursor: pointer;
}
.language img{
  width: 0.36rem;height:0.36rem;
}
.language .on{
  color:#1DCAD3
}


.prodDetail-header .title{
  color: #303030;font-size:0.72rem;
}
.prodDetail-header .nav{
  color: #303030;font-size:0.4rem;margin-top:0.2rem;
}
.prodDetail-header a{
  color: #303030;
}
.prodDetail-header span{
  margin:0 0.2rem;
}
.prodDetail-main{
  width:100%;max-width:1220px;margin: 0 auto;padding-bottom: 1rem;margin-top:0.5rem;
}
.pageReturn-box{
  margin:0 10px;
}
.pageReturn{
  padding:0.2rem  0.4rem;border: 1px solid #D8D8D8;border-radius: 4px;cursor: pointer;
  color: #363636;font-size:0.4rem;
}
.pageReturn img{
  width:0.4rem;margin-right:0.2rem;
}
.prodDetail-img{
  width:36%;flex-shrink: 0;
}
.prodDetail-img img{
  display: block;border: 1px solid #C1C1C1;
}
.prodDetail-info{
  width:64%;margin-left:0.5rem;position: relative;
}
.prodDetail-info .info-type{
  color:#363636;font-size:0.4rem;
}
.prodDetail-info .info-type a{
  color:#363636;font-size:0.4rem;
}
.prodDetail-info .info-name{
  color:#363636;font-size:0.72rem;margin-top:0.3rem;
}
.prodDetail-info .info-model{
  color:#363636;font-size:0.44rem;margin-top:0.15rem;font-weight: 600;
}
.prodDetail-info .info-func{
  color:#989898;font-size:0.36rem;margin-top:0.2rem;background:#EFEFEF;
  padding:0.25rem 0.4rem;
}
.prodDetail-info .info-params .t{
  color:#363636;font-size:0.44rem;margin-top:0.6rem;font-weight: 600;margin-bottom:0.3rem;
}
.prodDetail-info .info-params .content{
  color:#363636;font-size:0.36rem;line-height:0.6rem;
}
.prodDetail-info .info-download{
  position:absolute;bottom:0;right:0;cursor: pointer;
  padding:0.2rem 1rem;background:#00CDD5;border-radius: 100px;
  color:#fff;font-size:0.44rem;
}

.prodBox .prodList .item .pointer-area{
  position: absolute;width: 100%;height: 100%;z-index: 20;
}

/*.swiper-button-next:after, .swiper-button-prev:after{*/
  /*display: none;*/
/*}*/
/*.swiper-slide{*/
  /*height:auto;*/
/*}*/



.section-box {
  color: #3E3E3E;
  text-align: center;
}

.section-title {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 0.92rem;
  font-family: PingFangSC-Medium;
  letter-spacing: 2px;
}

.section-desc {
  margin-top: 0.11rem;
  font-weight: 400;
  font-family: PingFangSC-Regular;
  font-size: 0.5rem;
  letter-spacing: 0.45px;
  color: #969696;
}

.section-content {
  display: flex;
  /*align-items: center;*/
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.section-content .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.desc-box {
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:0.9rem 0;
}

.desc-item {
  margin: 0px;
}

.desc-box img {
  width: 23%;
  max-width: 297px;
  /*min-width: 6rem;*/
}

.service-item {
  width: 31.33%;
  min-width: 7rem;
  /*height: 8.59rem;*/
  margin-top: 20px;
  border: 1px solid #D8D8D8;
  cursor: pointer;
}

.service-item img {
  width: 100%;
  display: block;
}

.service-item-title {
  font-size: 0.58rem;
  color: #3E3E3E;
  letter-spacing: 0.39px;
  text-align: center;
  margin-top: 0.39rem;
}

.service-item-desc {
  font-weight: 400;
  font-size: 0.39rem;
  color: #767676;
  padding: 0.33rem;
}

.scenes-content {
  display: flex;
  justify-content: space-evenly;
}

.scene-item {
  margin-top: 0.56rem;
  height: 5.28rem;
  width: 31.33%;
  min-width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.scene-item-img1 {
  background: url('/static/img/products/scene-1.png') center no-repeat !important;
  background-size: cover;
}

.scene-item-img2 {
  background: url('/static/img/products/scene-2.png') center no-repeat !important;
  background-size: cover;
}

.scene-item-img3 {
  background: url('/static/img/products/scene-3.png') center no-repeat !important;
  background-size: cover;
}

.scene-item-img4 {
  background: url('/static/img/products/scene-4.png') center no-repeat !important;
  background-size: cover;
}

.scene-item-img5 {
  background: url('/static/img/products/scene-5.png') center no-repeat !important;
  background-size: cover;
}

.scene-item-img6 {
  background: url('/static/img/products/scene-6.png') center no-repeat !important;
  background-size: cover;
}

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.center-horizontal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.scene-item-title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  text-align: center;
}

.scene-item:hover .scene-item-info {
  opacity: 1;
}
.scene-item .scene-item-info:before{
  content: '';position:absolute;width:106%;height:110%;top:-5%;left:-3%;
  border:#fff solid 1px;
}

.scene-item-info {
  width: 7rem;
  height: 160px;
  font-size: 0.32rem;
  background-color: #FFFFFF;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
}

.scene-item-info p {
  color: #3E3E3E;
  text-align: center;
  /*line-height: 22px;*/
}

.flow-box {
  margin-top: 3.75rem;
  height: 11.58rem;
  background: url('/static/img/products/flow-bg.png') center no-repeat !important;
  background-size: cover;
  color: #FFFFFF;

}

.flow-title {
  padding-top: 2.03rem;
}

.flow-item {
  margin-top: 1.31rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flow-item-img {
  width: 8%;
  margin-bottom: 10px;
}

.flow-item-arrowimg {
  width: 0.5rem;
  margin: 0 10px;
  margin-bottom: 10px;
}

.superiority-item {
  width: 47%;
  justify-content: space-between;
  height: 8rem;
  background-color: #F1F1F1;
  position: relative;
  margin-top: 0.6rem;
}

.superiority-item-left {
  height: 100%;
  position: absolute;
  left: 0;
}

.superiority-item-right {
  position: absolute;
  right: 0px;
  width: 50%;
  font-weight: 400;
  font-size: 0.39rem;
  color: #3E3E3E;
  letter-spacing: 0.26px;
  text-align: left;
}

.superiority-desc {
  margin-top: 8px;
  margin-right: 20px;
}

.case-box {
  margin-bottom: 1rem;
}

.case-item {
  display: block;
  width: 32%;
  /*min-width: 7rem;*/
  /*height: 9.6rem;*/
  margin-top: 20px;
    margin-right:2%;
}
.case-item:nth-child(3n){
    margin-right:0;
}

.albumBox {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  border: 1px solid #000;
}

.smallBox {
  height: 400px;
  line-height: 400px;
  position: relative;
}

.smallPicBox {
  width: 1100px;
  height: 400px;
  float: left;
  position: relative;
}

.smallPicBox ul {
  width: 100%;
  height: 400px;
}

.smallPicBox li {
  width: 320px;
  height: 400px;
  float: left;
  border: 1px solid #000;
  box-sizing: border-box;
}

.smallBox .current::after {
  content: "\25b2";
  position: absolute;
  top: -31px;
  left: 70px;
  color: red;

}

.arrowLeft {
  width: 50px;
  height: 400px;
  position: absolute;
  left: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: gray;
  z-index: 10;
}

.arrowRight {
  width: 50px;
  height: 400px;
  position: absolute;
  right: 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: gray;
  z-index: 10;
}

@media (max-width:800px) {

  .section-title {
    margin-top: 1.5rem;
    font-size: 0.8rem;
  }

  .section-desc {
    margin-top: 0.11rem;
    font-size: 0.5rem;
  }

  .case-item {
    /*height: 7.5rem;*/
  }

  .service-item {
    /*height: 8.2rem;*/
  }

  .service-item-title {
    /*font-size: 0.4rem;*/
  }

  .service-item-desc {
    /*margin-top: 0.2rem;*/
    /*font-size: 0.26rem;*/
  }

  .scene-item-title {
    font-size: 0.48rem;
  }

  .scene-item-info {
    width: 6rem;
    height: 4.4rem;
    font-size: 0.33rem;
  }

  .scene-item-info p {
    /*line-height: 14px;*/
  }

  .flow-box {
    margin: 0px;
  }

  .flow-title {
    padding-top: 1rem;
  }

  .flow-item-img {
    width: 12%;
    margin-bottom: 10px;
  }

  .superiority-item {
    width: 46%;
    margin-top: 0.46rem;
    height: 7rem;
  }

  .superiority-item-left {
    display: none;
  }

  .superiority-item-right {
    width: 100%;
    font-size: 0.33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .superiority-item-right img {
    margin-left: 10px;
  }

  .superiority-desc {
    margin-right: 0px;
    margin-left: 10px;
  }

  .t_ellipsis1 {.sections .subs-b .mains .titles .sub-title h1
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }

  .t_ellipsis2 {
      display: -webkit-box;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }
}
.t_ellipsis1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.t_ellipsis2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-add .add-content .content-main .main-fea-mobile{
  display: none;
}


.caseformbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.caseformbox .forms {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 12rem;
    width: 31%;
    background: #ffffff;
    position: relative;
    padding-bottom: 0.6rem;
}

.caseformbox .formclose {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.42rem;
    height: 0.42rem;
    cursor: pointer;
}

.caseformbox .form-main {
    width: 80%;
    margin: 0 auto;
}

.caseformbox .form-main .title {
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
}

.caseformbox .form-main .inpbox {
    display: flex;
    align-items: center;
    margin-bottom: 0.38rem;
}

.caseformbox .form-main .labes {
    color: #ff0000;
    margin-right: 10px;
}

.caseformbox .form-main input {
    display: block;
    width: 92.5%;
    height: 1rem;
    border-radius: 6px;
    border: 1px solid #c9c9c9;
    padding: 0 12px;
    font-size: 0.3rem;
    outline: none;
    color: #666;
}

.caseformbox .form-main input::-webkit-input-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.caseformbox .form-main input::-moz-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.caseformbox .form-main input:-ms-input-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.caseformbox .form-main input:-moz-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.caseformbox .form-main textarea {
    display: block;
    width: 92.5%;
    height: 4rem;
    line-height: 1.4;
    border-radius: 6px;
    border: 1px solid #c9c9c9;
    padding: 12px;
    font-size: 0.3rem;
    outline: none;
    color: #666;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.caseformbox .form-main .inpbox:nth-child(3) {
    margin-bottom: 0;
}

.caseformbox .form-main .radiobox {
    display: flex;
    justify-content: flex-start;
    padding: 0.3rem 0;
    flex-wrap: wrap;
    margin-left:20px;
}

.caseformbox .form-main .radio-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin:5px 30px 5px 0;
    cursor: pointer;
}
.radio-item{
    cursor: pointer;
}

.caseformbox .form-main .radio-item-yd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-right: 10px;
}

.caseformbox .form-main .radio-item-yds {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.caseformbox .form-main .radio-active {
    background: #1dcad3;
}

.caseformbox .form-main .radio-item-name {
    font-size: 0.3rem;
    color: #666;
}

.caseformbox .form-main .radio-item:last-child {
    margin-right: 0;
}

.caseformbox .form-main .tips {
    color: #f00;
    font-size: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-left: 5%;
    width: 92.5%;
    margin-top: -0.6rem;
}

.caseformbox .form-main .btns {
    margin-bottom: 20px;
}

.caseformbox .form-main .btns input {
    display: block;
    width: 92.5%;
    height: 0.8rem;
    /*line-height: 0.8rem;*/
    border-radius: 6px;
    font-size: 0.32rem;
    outline: none;
    color: #fff;
    text-align: center;
    background: #1dcad3;
    outline: none;
    border: 0;
    margin-left: 5%;
    /*margin-top:0.2rem;*/
}

.caseformbox .form-main .tip {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
}

.caseformbox .form-main .labes {
    color: #ff0000;
    margin-right: 15px;
    margin-top: 5px;
}

.caseformbox .form-main .formbox.on {
    display: block;
}

.weakPage{
  padding-top:1.6rem;
}
.weakPage .max-1220{
    max-width: 1220px;margin:0 auto;width:100%;
}
.weakPage .weakmain-area{
    padding:0 10px;
}
.wkpg-bannerbox{
  padding:3.6rem 0;text-align: center;color:#fff;
}
.wiring-bnr{
  background: url("/img/weak/banner-1.jpg") no-repeat center top;
    background-size:cover;
}
.construction-bnr{
  background: url("/img/weak/banner-2.jpg") no-repeat center center;
  background-size:100% 150%;
}
.monitoring-bnr{
  background: url("/img/weak/banner-3.jpg") no-repeat center center;
  background-size:cover;padding:5rem 0;
}
.broadcasting-bnr{
  background: url("/img/weak/banner-4.jpg") no-repeat center center;
  background-size:cover;padding:5rem 0;
}
.wireless-bnr{
  background: url("/img/weak/banner-5.jpg") no-repeat center center;
  background-size:cover;padding:5rem 0;
}

.weakPage .weakmain-area .weak-head{
    padding:1rem 0 0.3rem;
}
.weakPage .weakmain-area .weak-title{
    color:#000;font-size:0.92rem;text-align: center;
}
.weakPage .weakmain-area .weak-subtitle{
    color:#999;font-size:0.4rem;text-align: center;margin-top:0.1rem;
}
.weakPage .weakmain-area .prod-main .item{
    width:33%;display: flex;flex-direction: column;align-items: center;
    padding:0.8rem 0;color:#000;font-size:0.44rem;
}
.weakPage .weakmain-area .prod-main .item img{
    width:70%;margin-bottom:0.5rem;
}

.weakPage .weakmain-area .prod-4{
    max-width: 800px;margin:0 auto;width:100%;display: block;
}

.weakwiring-order .swiper-pagination{
  width:100%;
}
.weakwiring-order .swiper-pagination .swiper-pagination-bullet{
  width:10px;height:10px;margin:0 5px;
}

.weakPage .contact{
  position: relative;
}
.weakPage .contact:before{
  content:'';width:105%;height:110%;background: #1DCAD3;
  position:absolute;left:-5%;top:-5%;z-index: 1;
}

.weak-serve-icon{
  width:1.2rem;height:1.2rem;background:#fff;;border-radius: 100px;
  border:#f0f0f0 solid 6px;display:flex;align-items: center;justify-content: center;
  flex-shrink: 0;
}
.weak-serve-icon img{
  width:0.6rem;height:0.6rem;
}

.broadcase .w-p-32{
  border: #ddd solid 1px;
}

.drone-bnr{
  background: url("/img/drone/banner-1.jpeg") no-repeat center center;
  background-size:cover;padding:2rem 0 1rem;
}
.drone-bnr .functions{
  background: rgba(255,255,255,0.34);border-radius: 24px;
}
.drone-bnr .drone-margin{
  margin-bottom:16rem;
}

.drone-case-box{
  background: url("/img/drone/bg-1.jpeg") no-repeat center center;
  background-size:cover;padding:2rem 0 1rem;
}
.drone-case-box .drone-item{
  cursor: pointer;
}
.drone-case-box .drone-item.on{
  font-weight: bold;
}
.drone-case-box .drone-item.on img.block{
  display: none;
}
.drone-case-box .drone-item.on img.hidden{
  display: block;
}
.drone-item-content{
  background: rgba(41,41,41,0.85);margin-left:4rem;height:100%;
  max-width: 290px;
}
.dronecontent-item{
  padding:0.8rem 0.5rem;height:8rem;
}
.droneprod-main .cursor-pointer .detail-info{
  opacity: 0;transition: all 0.5s;
}
.droneprod-main .cursor-pointer:hover .detail-info{
    opacity: 1;
}
@keyframes opacity_1_5 {
    0%{opacity: 0;}
    20%{opacity: 1;}
    98.5%{opacity: 1;}
    100%{opacity: 0;}
}


.droneprod-area .swiper-pagination .swiper-pagination-bullet{
  width:10px;height:10px;margin:0 5px;background:#1DCAD3;
}

.droneform-bnr{
  padding: 2.5rem 0;background: url("/img/drone/bg-21.jpeg") no-repeat center center;
  background-size:cover;
}

.droneform input,.droneform textarea{
  border:none;background:none;outline: none;resize: none;
}
.droneform .this-btn{
  background-image: linear-gradient(180deg, #525658 0%, #3D3F41 98%);
  border-radius: 6px;
}

.consult-fixed{
  position:fixed;width: 100%;height:100%;top:0;left:0;
  z-index: 100;background:rgba(0,0,0,0.6)
}
.consult-fixed .consult-fixed-main{
  width:70%;max-width:500px;
  position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);
}
.consult-fixed .boxclose{
  position:absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.4rem;
  right: 0.4rem;
  cursor: pointer;
}

.case-this-button{
  box-shadow: 0 10px 0.5rem #1DCAD388;border-radius: 100px;
  padding:0 2rem;
}

.hotel-chenkin{
  position:absolute;top:0;left:0;
  width:260px;
}
.chenkin-1{
   top:9%;left:1%;
 }
.chenkin-2{
  top:30%;left:1%;
}
.chenkin-3{
  top:52%;left:1%;
}
.chenkin-4{
  top:74%;left:1%;
}
.chenkin-5{
  top:9%;left:80.5%;
}
.chenkin-6{
  top:30%;left:80.5%;
}
.chenkin-7{
  top:52%;left:80.5%;
}
.chenkin-8{
  top:74%;left:80.5%;
}
.chenkin-9{
  top:92%;left:27.5%
}
.chenkin-10{
  top:92%;left:57%;
}
.mb-hotel-chenkin-main{
  display: none;
  position: absolute;width:98%;top:70%;left:1%;
  transform: translateY(-50%);
}

.mb-hotel-chenkin-main .chenkin-item{
  background:#0007;height:4rem;
}
.mb-hotel-chenkin-main .swiper-pagination{
  width:100%;margin-top:1rem;
}
.mb-hotel-chenkin-main .swiper-pagination  .swiper-pagination-bullet{
  width:10px;height:10px;margin:0 5px;background:#fff;
}


.banners .swiper-pagination .swiper-pagination-bullet{
  width:12px;height:12px;margin:0 5px;background:#fff;opacity: 0.5;
}
.banners .swiper-pagination .swiper-pagination-bullet-active{
  background:#1DCAD3;opacity: 1;
}


.dronerescue-bnr{
  background: url("/img/drone/banner-2.jpeg") no-repeat center bottom;
  background-size:cover;padding:2rem 0 8rem;
}

.dronerescue-bnr-2{
  background: url("/img/drone/bg-2.jpeg") no-repeat center bottom;
  background-size:cover;padding:2rem 0 2rem;
}
.dronerescue-bnr-3{
  background: url("/img/drone/bg-6.png") no-repeat center bottom;
  background-size:cover;padding:2rem 0 2rem;
}
.dronerescue-bnr-4{
  background: url("/img/drone/bg-3.png") no-repeat center bottom;
  background-size:cover;padding:2rem 0 2rem;
}
.dronerescue-bnr-5{
  background: url("/img/drone/bg-4.png") no-repeat center bottom;
  background-size:cover;padding:2rem 0 2rem;
}
.dronerescue-bnr-6{
  background: url("/img/drone/bg-5.png") no-repeat center bottom;
  background-size:cover;padding:2rem 0 2rem;
}
.dronerescue-bnr-7{
  padding:2rem 0 2rem;background:#474747;
}
.news-banner{
  background: url("/img/news-banner-1.jpg") no-repeat center center;
  background-size:cover;margin-top: 1.6rem;
  height:240px;
    /*border-bottom: #f00 solid 4px;*/
}

.ms-home-banner {
  height:900px;overflow: hidden;position: relative;
}
.ms-home-banner .swiper-container{
  position:absolute;height:100%;width:100%;overflow: hidden;
  left:0;top:0;
}
.ms-home-banner .swiper-slide{
  overflow: hidden;
}
.ms-home-banner .swiper-slide .bnr-img-item{
  position: absolute;left:50%;height:100%;
  top:0;transform: translateX(-50%);
  width:auto;min-width: 100%;
}

.dronecasw-item{
    margin-left: 2%;
}
.dronecasw-item:first-child{margin-left:0;}

.this-width-1220{
    width:100%;margin-left:auto;margin-right:auto;max-width: 1220px;
}

.mb-active{
    display:none;
}

.access-bnr{
    background: url("/img/weak/banner-6.jpeg") no-repeat center center;
    background-size:cover;padding:4rem 0;
}

.access-md-1{
  position:relative;border:#2ad7ff solid 2px;background:#2ad7ff20;
}
.access-md-1::before{
  content: '';position:absolute;top:0;left:50%;transform: translateX(-50%);
  border-top:16px solid #2ad7ff80;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  width:200px;
}
.access-md-1::after{
  content: '';position:absolute;bottom:0;left:50%;transform: translateX(-50%);
  border-bottom:16px solid #2ad7ff80;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  width:200px;
}
.access-md-1 .dot{
  position:absolute;width:9px;height:9px;background:#2ad7ff;border-radius: 50%;
}
.access-md-1 .dot-1{
  top:-5px;left:-5px;
}
.access-md-1 .dot-2{
  top:-5px;right:-5px;
}
.access-md-1 .dot-3{
  bottom:-5px;left:-5px;
}
.access-md-1 .dot-4{
  bottom:-5px;right:-5px;
}
.access-device-main{
    background: url("/img/weak/bg-6.jpeg") no-repeat center center;
    background-size:cover;padding:1rem 0;
}

.weakPage .access-device-main .weakmain-area .weak-head{
    padding:0;
}
.access-device-main img.img100{
    max-width: 148px;
}
.web-pc{
  display:block;
}
.web-mb{
  display: none;
}

<!--0.00023794174194336-->