﻿/* 跟字体大小 */
@media only screen and (min-width: 1600px) {
  html {
    font-size: 115px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 100px;
  }
}
.hhhs-container {
  max-width: 1446px;
  margin: 0 auto;
}
/* 跟字体大小 */
.bg-color {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #000000;
}
.header {
  /* padding: 35px 70px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  max-width: 1446px;
  margin: 0 auto;
  position: relative;
}
.header .logo a {
  display: inline-block;
}
.header .right {
  display: flex;
  justify-content: space-between;
}
.header .hide {
  opacity: 0;
}
.header .nav_list {
  display: inline-flex;
  height: 50px;
  margin-left: 40px;
}
.header .nav_list a {
  font-family: "bahnschrift";
  font-style: normal;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.15s;
}
.header .nav_list .nav_list_item {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.header .nav_list .nav_list_item a:hover {
  /* border-bottom: 2px solid #fff; */
  color: #388477;
}
.header .nav_list .cascade {
  padding: 0 30px;
  color: #fff;
  line-height: 50px;
  position: relative;
}
.header .nav_list .cascade .cascade-list {
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.header .nav_list .cascade .cascade-list:hover {
  /* border-bottom: 2px solid #fff; */
  color: #388477;
}
.header .nav_list .cascade:hover > .sub-menu {
  display: block;
}
.header .nav_list .cascade .sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50px;
  background-color: #000;
  padding: 10px 0;
  width: 160px;
}
.header .nav_list .cascade .sub-menu:hover {
  display: block;
}
.header .nav_list .cascade .sub-menu .menu-item {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.header .nav_list .cascade .sub-menu .menu-item a {
  display: block;
  white-space: nowrap;
  padding-left: 15px;
}
.header .nav_list .cascade .sub-menu2 {
  display: none;
  background-color: #000;
  left: 210px;
  top: -15px;
}
.header .nav_list .cascade .menu-item:hover .sub-menu2 {
  display: block;
}
.header .nav_list .cascade .nav_list_two {
  height: 50px;
  line-height: 50px;
}
/* Site links */
.site-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 15px;
}
.site-links .search_button {
  position: relative;
  background: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-top: 2px;
  padding: 0 1px;
  min-width: 16px;
  border: none;
  box-shadow: none;
  transition: color 0.15s;
}
.site-links .search_button:hover {
  color: #388477;
  cursor: pointer;
}
.site-links .search_button:after {
  display: none;
}
/* Header search */
.header-search {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  z-index: 3;
  visibility: hidden;
}
.header-search .searchform-wrapper {
  width: 100%;
  margin-top: 0;
}
.header-search .search-input {
  height: 50px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  font-weight: 300;
  letter-spacing: 0.02em;
  border-radius: 0;
  color: #bcbebf;
}
.header-search .toggle-header-search {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
}
.header-search .toggle-header-search span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #667;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search .toggle-header-search span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-search.header-search-active {
  visibility: visible;
  transition-delay: 0s;
}
.header-search.header-search-active .toggle-header-search {
  opacity: 1;
  transition: opacity 0.9s ease 0.3s;
}
/* 轮播图区域的样式 */
.swiper {
  width: 100%;
  height: auto;
}
.swiper:hover .swiper-button-prev {
  border: 2px solid #fff;
  opacity: 1;
}
.swiper:hover .swiper-button-next {
  border: 2px solid #fff;
  opacity: 1;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
 
}
.swiper .slide-innner {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.swiper .swiper-pagination {
  bottom: 8% !important;
}
.swiper .swiper-button-prev {
  left: 3% !important;
  color: #fff;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-button-next {
  right: 3% !important;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibition {
  padding: 80px 0 77px 0;
  background-color: #fff;
}
.exhibition img {
  width: 100%;
}
.exhibition .exhibition-bottom {
  margin-top: 34px;
}
.smp-pics .left_dis img {
  border-radius: 25px;
}
.smp-pics .width_img {
  width: 456px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.swiper-scrollbar {
  display: none;
}
/* 视频 */
.video {
  width: 100%;
  display: flex;
  background: #1d1d1d;
}
.video .left {
  flex: 1;
  padding: 20px;
  overflow: hidden;
}
.video .left .title {
  font-size: 26px;
  color: #ffffff;
}
.video .left .desc {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.video .left .desc img {
  margin-right: 10px;
}
.video .left .play_wrap {
  display: flex;
  align-items: center;
}
.video .left .play_wrap img {
  margin-right: 10px;
}
.video .left .play_wrap span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.video .left .desc span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  color: #787878;
}
.video .video_item {
  display: flex;
  flex: 1;
  cursor: pointer;
}
.video .right {
  width: 50%;
}
/* 视频弹窗 */
.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  width: 100%;
  height: 100%;
}
.cp-video-modal .video {
  display: block;
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
}
.cp-video-modal .close-video-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
}
.show-mi-popup {
  display: none;
}
.mi-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mi-popup .mi-popup__mask {
  opacity: 0.5;
  background-color: #000;
}
.mi-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.mi-dialog__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mi-dialog__wrapper .mi-dialog {
  position: relative;
}
.mi-dialog__wrapper .mi-dialog .mi-dialog__header {
  position: relative;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.mi-dialog__wrapper .mi-dialog .mi-dialog__header .mi-dialog__title {
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
}
.mi-dialog__wrapper .mi-dialog .mi-dialog__headerbtn {
  position: absolute;
  right: 14px;
  top: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #757575;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
  border-radius: 15px;
}
.mi-dialog__wrapper.home-video-dialog .mi-dialog .mi-dialog__body {
  padding: 0;
  background-color: #000;
}
.mi-video-player {
  width: 100%;
  height: 100%;
}
.mi-video-wrapper {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.mi-video-box {
  width: 100%;
  height: 100%;
}
.mi-video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
footer {
  padding: 120px 360px 30px 360px;
  background: #000000;
}
footer .title {
  padding-top: 0 !important;
}
footer > div {
  padding-bottom: 20px;
}
footer .left > img {
  width: 100px;
  margin-bottom: 20px;
}
footer .left .img_list img {
  width: 24px;
}
footer .right {
  display: flex;
  justify-content: space-around;
}
footer .right .one div,
footer .right .two div,
footer .right .three div,
footer .right .four div {
  padding: 8px 0;
}
footer .right .one div,
footer .right .two div > a,
footer .right .three div > a,
footer .right .four div {
  color: #8B8F98;
}
footer .right .one > .title,
footer .right .two > .title,
footer .right .three > .title,
footer .right .four > .title {
  color: #ffffff;
}
footer .right .one,
footer .right .two,
footer .right .three,
footer .right .four {
  padding: 0 20px;
}
footer .desc {
  border-top: 0.5px solid #46474D;
  padding-top: 20px;
  color: #737373;
  text-align: center;
  font-size: 12px;
}
footer .desc a {
  color: #737373;
}
footer a:hover {
  color: #388477 !important;
}
/* 新闻资讯 */
.news .clearfix:after {
  clear: both;
}
.img_list_item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
.news .img_list_item .img_wrap img {
  width: 100%;
  vertical-align: middle;
}
.news .title {
  text-align: center;
  padding: 20px 0;
  color: #222;
  font-size: 20px;
}
.news .desc {
  padding: 30px;
  position: relative;
  display: block;
  background: #fff;
}
.news .desc > div {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}
.news .desc > .time {
  color: #999;
  font-size: 14px;
}
/* SMARTPHONES */
.commontitle {
  width: 100%;
  display: flex;
  padding-bottom: 0.2rem;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.commontitle.dark .title,
.commontitle.dark a {
  color: #000;
}
.commontitle.dark .title,
.commontitle.dark a {
  color: #000;
}
.commontitle .title,
.commontitle a {
  font-style: normal;
  font-size: 0.18rem;
  color: #fff;
}
.commontitle .title {
  font-family: "bahnschrift";
  font-weight: 400;
  transform: translateY(25%);
}
.commontitle.dar hr {
  background-color: #000;
}
.cline {
  width: 0;
  border: none;
  height: 0.02rem;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: 0;
  translate: all 10s;
  background-color: #00f661;
}
.smp-pics {
  width: 1446px;
  margin: 0 auto;
  display: flex;
  padding-top: 0;
  font-size: 0;
  opacity: 0;
  justify-content: space-between;
}
.smp-pics .px575 {
  width: 5.75rem;
}
.phonebg.active:before {
  opacity: 1 !important;
}
.phonebg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #000, transparent 80%, transparent);
  z-index: 3;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.phonebg {
  position: relative;
  display: block;
}
.phonel {
  height: 6.72rem;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
}
.phoner {
  width: 5.76rem;
  height: 100%;
}
.phonet {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
}
.phoneb,
.phonet {
  width: 100%;
  height: 3.01rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.phoneinfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  height: 0.44rem;
}
.phoneinfot_1,
.phoneinfot_2 {
  flex-direction: column-reverse;
}
.phoneinfo .name {
  font-family: "bahnschrift";
  font-style: normal;
  color: #000;
}
.phoneinfo .name {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.linkt {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  text-align: right;
}
.lib-smart-fourth,
.linkt {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #000;
  font-family: "bahnschrift";
  font-style: normal;
}
.phoneb {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  margin-top: 0.24rem;
}
/* power */
.power {
  margin-top: 0.79rem;
  background-color: #fff;
}
.power .p1,
.power .p2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.power img {
  width: 5.75rem;
  border-radius: 0.04rem;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.p1 .note,
.p1 h3,
.p2 .note,
.p2 h3,
.tvx .note,
.tvx h3 {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.p1 .note,
.p2 .note,
.tvx .note {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.p1 h3,
.p2 h3,
.tvx h3 {
  margin-top: 0.24rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
  max-width: 4.48rem;
}
.p1 h6,
.p2 h6,
.tvx h6 {
  width: 4rem;
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000;
  margin-top: 0.24rem;
}
.p1 a,
.p2 a,
.tvx a {
  margin-top: 0.32rem;
  width: 1.76rem;
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.16rem;
  line-height: 0.56rem;
  background-color: #000;
  text-align: center;
  border-radius: 0.04rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s;
  border: 0.02rem solid #fff;
}
.power .p2 {
  margin-top: 1.2rem;
  flex-direction: row-reverse;
}
/* unlimited */
.unlimited {
  margin-top: 1.2rem;
  background-color: #f3f3f3;
  width: 11.76rem;
  height: 4.8rem;
  border-radius: 0.06rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.unlimitedbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/imgs/unlimitedbg.png) 0;
  background-size: cover;
}
.tvx {
  margin-left: 0.7rem;
  align-items: center;
  width: 3.41rem;
  height: 3.09rem;
  text-align: left;
}
.main-new {
  width: 1446px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  background-color: #F0F2F5;
  padding-top: 70px;
}
.main-new2 {
  background-color: #ffffff !important;
}
.commontitle {
  width: 100%;
  display: flex;
  padding-bottom: 0.2rem;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.news {
  width: 100%;
}
.news .group {
  display: flex;
  justify-content: space-between;
}
.group .new {
  width: 456px;
}
.news .group .imghead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news .group .imghead img:hover {
  transform: scale(1.3);
}
.el_mobile {
  height: 111px;
}
.p1 a:hover,
.p2 a:hover,
.tvx a:hover {
  color: #000;
  background-color: #fff;
  border: 0.02rem solid #000;
}
.newinfo .date {
  text-align: left;
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news h3 {
  font-family: "bahnschrift";
  font-weight: 700;
}
.news .imghead {
  overflow: hidden;
}
.new h3,
.news p {
  font-style: normal;
  line-height: 0.24rem;
  color: #000;
}
.newinfo .date .note {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  height: 0.16rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  display: inline-block;
  padding: 0.03rem 0.02rem 0.01rem 0.03rem;
  border-radius: 0.04rem;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #000;
  margin-left: 0.08rem;
  border-bottom-right-radius: 0;
}
#mainnew .new h3 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}
#mainnew .news a,
#mainnew .news a:hover {
  border: 0.02rem solid #000;
}
#mainnew .news a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
#mainnew .news a {
  margin-top: 0.16rem;
  border-radius: 0.04rem;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  line-height: 0.28rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s;
  color: #000;
  background-color: #fff;
  width: 1.29rem;
  line-height: 0.36rem;
}
#mainnew.news a,
.news p {
  font-family: "bahnschrift";
  font-size: 0.16rem;
}
#mainnew .news p {
  margin-top: 0.12rem;
}
#mainnew .new h3,
#mainnew .news p {
  font-style: normal;
  line-height: 0.24rem;
  color: #000;
}
.infinhelps .support {
  display: flex;
  justify-content: space-between;
}
.infinhelps .support .faq2,
.infinhelps .support .service {
  cursor: pointer;
  width: 5.76rem;
  height: 3.95rem;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s;
}
.infinhelps .support .title {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.14rem;
  letter-spacing: 0.03em;
  color: #fff;
}
.infinhelps .support .tips {
  margin-top: 0.16rem;
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
}
.d .linkt_a:before {
  color: #000;
}
.linkt_a:before {
  content: ">";
  color: #000;
  display: inline-block;
  position: relative;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.linkt_a:after {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  opacity: 0;
  transform-origin: left center;
  transform: translate(-50%);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  color: #00f661;
}
/* 封面图 */
.company_introduce .side {
  height: 100vh;
}
.fenmian_1,
.fenmian_2,
.fenmian_3 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  background-position: center;
}
.fenmian_3 {
  display: inline-block;
}
.p1 .note,
.p1 h3,
.p2 .note,
.p2 h3,
.tvx .note,
.tvx h3 {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  color: #000;
}
