body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
td,
th,
caption {
  font-size: 0.14rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 0.14rem Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.14rem;
  width: 100%;
  height: 100%;
  /* min-width:12.8rem;
     min-height:7.2rem;
     */
}
html {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.transition {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.header {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  position: fixed;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0rem -0.02rem 0.02rem rgba(255, 255, 255, 0.1) inset;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.12rem);
  -moz-backdrop-filter: blur(0.12rem);
  -ms-backdrop-filter: blur(0.12rem);
  -o-backdrop-filter: blur(0.12rem);
  backdrop-filter: blur(0.12rem);
}
.header .logo {
  display: block;
}
.header .logo img {
  height: 0.4rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.header .menu {
  height: 100%;
}
.header .menu a {
  padding-left: 0.16rem;
  color: #ffffff;
  font-size: 0.14rem;
  padding-right: 0.16rem;
  position: relative;
}
.header .menu a:hover {
  color: #ffffff;
  font-weight: bold;
}
.header .menu a.active,
.header .menu a.active2 {
  color: #ffffff;
  font-weight: bold;
}
.header .menu a.active::after,
.header .menu a.active2::after {
  position: absolute;
  content: " ";
  bottom: 0rem;
  width: calc(100% - 0.32rem);
  left: 0.16rem;
  height: 0.02rem;
  background-color: #ffffff;
}
.search .search-box {
  width: 1.64rem;
  position: relative;
}
.search .search-box input {
  width: 100%;
  height: 0.4rem;
  background-color: #66666630;
  border-radius: 0.4rem;
  padding-left: 0.3rem;
  color: #ffffff;
  font-size: 0.14rem;
  border: 0;
  outline: none;
  padding-right: 0.3rem;
}
.search .search-box .search-btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  font-size: 0.14rem;
  margin-top: -0.07rem;
}
.search .store-link {
  margin-left: 0.16rem;
  width: 1.14rem;
  height: 0.4rem;
  background-color: #cc0000;
  border-radius: 0.27rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.search .store-link span {
  font-size: 0.14rem;
  margin-right: 0.08rem;
}
.search .language {
  color: #ffffff;
  font-size: 0.14rem;
  margin-left: 0.16rem;
  position: relative;
  height: 0.4rem;
  cursor: pointer;
}
.search .language span {
  margin-left: 0.08rem;
  font-size: 0.08rem;
}
.search .search-box input::-webkit-input-placeholder {
  color: #fff;
}
/* Firefox 4-18 */
.search .search-box input:-moz-placeholder {
  color: #fff;
}
/* Firefox 19-50 */
.search .search-box input::-moz-placeholder {
  color: #fff;
}
/* - Internet Explorer 10–11 - Internet Explorer Mobile 10-11 */
.search .search-box input:-ms-input-placeholder {
  color: #fff;
}
/* Edge (also supports::-webkit-input-placeholder) */
.search .search-box input::-ms-input-placeholder {
  color: #fff;
}
/* CSS Working Draft */
.search .search-box input::placeholder {
  color: #fff;
}
.header-fixed {
  height: 0.4rem;
}
.header-fixed .logo img {
  height: 0.21rem;
}
.header-fixed .menu a {
  font-size: 0.14rem;
}
.header-fixed .search .search-box input {
  display: none;
}
.header-fixed .search .store-link {
  margin-left: 0.14rem;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0.27rem;
  color: #ffffff;
  font-size: 0rem;
}
.header-fixed .search .search-box .search-btn,
.header-fixed .search .store-link span {
  font-size: 0.16rem;
}
.header-fixed .search .search-box .search-btn {
  margin-top: -0.08rem;
}
.header-fixed .language .icon-sanjiaoxia {
  font-size: 0.06rem;
}
.header-fixed .language {
  font-size: 0.14rem;
}
.home-video {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.public-video {
  position: relative;
  height: calc(100vh - var(--browser-address-bar, 0px));
  /* font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))"; */
  object-fit: cover;
  object-position: 50% 50%;.home-toutiao-banner-icon
  object-position: calc(50% + var(--asset-x-offset-desktop))
    calc(50% + var(--asset-y-offset-desktop));
  width: 100%;
  z-index: -1;
}
.home-video-title {
  height: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.4rem;
  opacity: 0;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.home-video-title span {
  font-size: 0.60rem;
  letter-spacing: 0.2rem;
  padding-left: 0.4rem;
  position: relative;
}
.home-video-title-en {
  height: 0.4rem;
  opacity: 0;
  width: 100%;
  margin-top: 0.3rem;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  position: absolute;
  padding-right: 0.64rem;
}
.home-video.open-text .home-video-title,
.home-video.open-text .home-video-title-en {
  opacity: 1;
}
.home-video-title-en span {
  text-shadow: 0rem 0.08rem 0.14rem rgba(153, 153, 153, 0.68);
  font-family: ArialMT;
  color: #ffffff80;
  font-size: 0.12rem;
  padding-left: 0rem;
  /* margin-left:0.2rem;
     margin-right:0.2rem;
     */
  letter-spacing: 0.08rem;
  /* padding-left:0.14rem;
     */
}
.float-menu {
  width: auto !important;
  position: fixed;
  bottom: 0.32rem !important;
  left: 0.48rem !important;
  z-index: 1005 !important;
}
.float-menu a .iconfont {
  font-size: 0.06rem;
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear;
}
.float-menu a font {
  font-size: 0.1rem;
  display: none;
}
.float-menu a {
  margin-bottom: 0.16rem;
}
.float-menu a .float-menu-text {
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear;
}
.float-menu .float-menu-text {
  font-size: 0.14rem;
  color: #ffffff60;
  margin-left: -0.1rem;
}
.float-menu.big-size .float-menu-text {
  font-size: 0.16rem;
}
.float-menu.big-size a .iconfont {
  font-size: 0.12rem;
}
.float-menu a:last-child {
  margin: 0rem;
}
.float-menu a:hover {
  text-decoration: none;
}
.float-menu a:hover .float-menu-text,
.float-menu a.active .float-menu-text {
  color: #cc0000 !important;
}
.float-menu a:hover .iconfont,
.float-menu a.active .iconfont {
  color: #cc0000;
  width: 0.1rem;
}
.float-menu a.active font {
  display: block;
}
.float-menu-text-title {
  position: relative;
}
.float-menu a .icon-yuan {
  position: absolute;
  height: 100%;
  left: -0.19rem;
  top: 0rem;
}
.language-select {
  opacity: 0;
  position: fixed;
  /* top: 0.96rem; */
  /* padding-top: 0.4rem; */
  padding-bottom: 0.4rem;
  /* right: 0.24rem; */
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  visibility: hidden;
  z-index: 2000;

  top: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  right: 0;
  text-align: center;
  height: 4.2rem;
  padding-top: 0.87rem;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.language-select.active {
  opacity: 1;
  /* top: 0.64rem; */
  visibility: visible;
  top: 0.8rem;
}
.body-fixed-panel .language-select.active {
  top: 0.4rem;
}
.language-select::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  background: rgba(255,255,255,0.76);
  content: " ";
  opacity: 1;
  -webkit-backdrop-filter: blur(0.12rem);
  -moz-backdrop-filter: blur(0.12rem);
  -ms-backdrop-filter: blur(0.12rem);
  -o-backdrop-filter: blur(0.12rem);
  backdrop-filter: blur(0.12rem);
}
/* .language-select::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.08rem;
  top: -0.08rem;
  margin-left: -0.08rem;
  border-top-width: 0;
  border-bottom-color: #ffffff90;
  right: 0.3rem;
} */
.language-item {
  position: relative;
  z-index: 999;
}
.language-item a {
  color: #333333;
  font-size: 0.14rem;
  width: 1.6rem;
}
.language-item img {
  width: 0.28rem;
  margin-right: 0.08rem;
}
.language-item span {
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.14rem;
}
.language-select .language-item {
  margin-bottom: 0.27rem;
  width: 3rem;
}
.language-select .language-item:last-child {
  margin: 0rem;
}
#language-select-touzi {
  padding-top: 1.08rem;
}
#language-select-touzi .language-item {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}
#language-select-touzi .language-item a {
  color: #000000;
  font-size: 0.18rem;
  width: auto;
  margin-right: 0.48rem;
  font-weight: bold;
}
#language-select-quanqiu {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 1.4rem;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#language-select-quanqiu .language-item {
  margin-bottom: 0.27rem;
  width: 2.4rem;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  text-align: left;
}
#language-select-quanqiu .language-item .language-select-quanqiu-title {
  margin-bottom: 0.26rem;
}
#language-select-quanqiu .language-item a {
  color: #333333;
  font-size: 0.14rem;
  color: #666;
  font-family: Arial;
  margin-bottom: 0.2rem;
  font-weight: 500;
  width: auto;
}
.home-ingenuity {
  height: 100%;
  width: 100%;
  position: relative;
}
.home-ingenuity * {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.home-ingenuity video {
  background-color: #000000;
}
.home-ingenuity-item {
  width: 14% !important;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.home-ingenuity-item::after {
  content: " ";
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-color: #00000090;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.home-ingenuity-item-active::after {
  opacity: 0;
  visibility: hidden;
}
.home-ingenuity-item img {
  height: 100%;
}
.home-ingenuity-drak .home-ingenuity-item-one {
  width: 30% !important;
}
.home-ingenuity-drak .home-ingenuity-item-active {
  width: 56% !important;
}
.home-ingenuity-item-one .home-ingenuity-text {
  padding-right: 0.4rem;
}
.home-ingenuity-item-two {
}
.home-ingenuity-drak .home-ingenuity-item-one.home-ingenuity-item-active {
  width: 72% !important;
}
.home-ingenuity-item-one img {
  transform: translateX(-5%);
}
.home-ingenuity-item-two img {
  transform: translateX(-53%);
}
.home-ingenuity-item-three img {
  transform: translateX(-20%);
}
.home-ingenuity-text {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.home-ingenuity-item-active .home-ingenuity-text .text {
  right: 0.4rem;
  position: absolute;
}
.home-ingenuity-text span {
  color: #ffffff;
  font-size: 0.24rem;
  position: relative;
}
.home-ingenuity-text a {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.2rem;
  height: 0.4rem;
  color: #ffffff;
  font-size: 0.18rem;
  opacity: 0;
}
.home-ingenuity-text a::after {
  content: " ";
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #cc0000;
}
.home-ingenuity-item-active img {
  transform: translateX(0%);
}
.home-ingenuity-item-active .home-ingenuity-text {
  padding-right: 0.4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: end;
}
.home-ingenuity-item-active .home-ingenuity-text .text::before {
  position: absolute;
  content: " ";
  bottom: -0.16rem;
  right: 0rem;
  width: 60%;
  height: 0rem;
  background-color: #fff;
}
.home-ingenuity-item-active .home-ingenuity-text a {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.2rem;
  height: 0.4rem;
  color: #ffffff;
  font-size: 0.14rem;
  opacity: 1;
}
.home-ingenuity-item-two.home-ingenuity-item-active
  .home-ingenuity-text
  span::before {
  width: 110%;
}
.home-ingenuity-item-active .home-ingenuity-text a:hover::after {
  opacity: 1;
}
.home-society {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
}
.home-society-bg1 {
  background-image: url(../img/home-society-bg.png);
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.home-society-bg2 {
  background-image: url(../img/home-society-bg2.png);
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.swiper-wrapper {
  height: 100%;
  touch-action: none;
}
.home-society-footer {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  padding-left: 25%;
  padding-right: 25%;
}
.home-society-footer a {
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.42rem;
  padding-top: 0.2rem;
  border-top: 0.02rem solid #ffffff60;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  padding-bottom: 0.2rem;
}
.home-society-footer a.active,
.home-society-footer a:hover {
  color: #cc0000;
  font-size: 0.18rem;
  line-height: 0.42rem;
  padding-top: 0.2rem;
  border-top: 0.02rem solid #cc0000;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.home-society-content {
  width: 8rem;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  right: 10%;
  z-index: 999;
  text-align: right;
}
.home-society-content h1 {
  color: #ffffff;
  font-size: 0.48rem;
  text-align: right;
  margin-bottom: 0.3rem;
}
.home-society-content p {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: right;
  margin-bottom: 0.3rem;
}
.home-society-content a {
  font-family: PingFangSC-Regular;
  color: #cc0000;
  font-size: 0.16rem;
  position: relative;
  opacity: 0.8;
}
.home-society-content a::after {
  content: " ";
  position: absolute;
  bottom: -0.1rem;
  left: 0rem;
  width: 100%;
  height: 0.02rem;
  opacity: 0.8;
  background-color: #cc0000;
}
.home-society-content a:hover {
  opacity: 1;
}
.home-society-content a:hover::after {
  opacity: 1;
}
.home-industry {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
}
.home-ingenuity-video {
  position: absolute;
  max-height: calc(100% - var(--browser-address-bar, 0rem));
  font-family: "object-fit:cover";
  object-position: calc(50% + var(--asset-x-offset-mobile))
    calc(50% + var(--asset-y-offset-mobile));
  object-fit: cover;
  object-position: 50% 50%;
  object-position: calc(50% + var(--asset-x-offset-desktop))
    calc(50% + var(--asset-y-offset-desktop));
  width: 100%;
  z-index: -1;
}
.home-industry-footer {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}
.home-industry-footer-item {
  width: 17%;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #fff;
}
.home-industry-footer-item:hover {
  background-color: #000;
}
.home-industry-footer-item h1 {
  font-size: 0.59rem;
  margin-bottom: 0.3rem;
  font-family: arial;
  position: relative;
  font-weight: bold;
  z-index: 99;
}
.home-industry-footer-item p {
  color: #ffffff;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.24rem;
  position: relative;
  z-index: 99;
}
.home-industry-footer-item h1 span {
  font-size: 0.14rem;
}
.home-industry-footer-item h1 font {
  position: relative;
}
.home-industry-footer-item h1 font i {
  position: relative;
  top: -0.22rem;
  font-style: normal;
  font-size: 0.32rem;
}
.home-industry-footer-item-no1 {
  height: 45%;
  position: relative;
}
.home-industry-footer-item-no1::after {
  content: " ";
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #cc0000;
  /* opacity: 0.8; */
}
.home-industry-footer-item-no1:hover::after {
  opacity: 1;
}
.home-industry-footer-item-no2 {
  position: relative;
  height: 28%;
}
.home-industry-footer-item-no2:hover::after {
  opacity: 1;
}
.home-industry-footer-item-no2 h1 {
  margin-top: 0.16rem;
  margin-bottom: 0.25rem;
}
.home-industry-footer-item-no2::after {
  content: " ";
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #cc0000;
  /* opacity: 0.8; */
}
.home-industry-footer-item-no3 {
  height: 38%;
  position: relative;
}
.home-industry-footer-item-no4 {
  height: 21%;
  position: relative;
}
.home-industry-footer-item-no4 h1 {
  margin-bottom: 0.16rem;
}
.home-industry-footer-item-no4::after,
.home-industry-footer-item-no3::after {
  content: " ";
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  /* opacity: 0.8; */
}
.home-industry-footer-item-no4:hover::after {
  opacity: 1;
}
.home-industry-footer-item-no4 h1 {
  font-size: 0.36rem;
}
.home-industry-footer-item-no4 p {
  font-size: 0.14rem;
}
.home-industry-title {
  padding-top: 10%;
  color: #ffffff;
  font-size: 0.44rem;
}
.home-industry-title-en {
  width: 9.93rem;
  z-index: 99;
  margin-top: 0.62rem;
  text-shadow: 0rem 0.12rem 0.21rem rgba(153, 153, 153, 0.68);
  font-family: PingFangSC-Regular;
  color: #ffffff;
  font-size: 0.1rem;
  text-align: right;
  padding-right: 1%;
  letter-spacing: 0.02rem;
  position: relative;
}
.home-industry-title-en::after {
  position: absolute;
  content: " ";
  right: 1%;
  top: 0.01rem;
  width: 0.02rem;
  height: 90%;
  background-color: #fff;
  margin-right: -0.1rem;
}
.home-industry-title-bg {
  text-align: right;
  padding-right: 10%;
  margin-right: -0.1rem;
}
.home-industry-title-bg img {
  width: 1.83rem;
}
.home-join {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-join-video {
  position: absolute;
  height: calc(100% - var(--browser-address-bar, 0rem));
  font-family: "object-fit:cover";
  object-position: calc(50% + var(--asset-x-offset-mobile))
    calc(50% + var(--asset-y-offset-mobile));
  object-fit: cover;
  object-position: 50% 50%;
  object-position: calc(50% + var(--asset-x-offset-desktop))
    calc(50% + var(--asset-y-offset-desktop));
  width: 100%;
  z-index: -1;
}
.home-join-content-title {
  width: 50%;
  font-size: 0.38rem;
  color: #ffffff;
  font-weight: 200;
  text-align: left;
}
.home-join-content {
  position: absolute;
  bottom: 0rem;
  padding-bottom: 0.3rem;
  width: 100%;
  left: 0rem;
}
.home-join-content-box {
  width: 50%;
  background-color: rgba(51, 51, 51, 0.6);
  padding-top: 0.21rem;
  padding-bottom: 0.21rem;
}
.home-join-content-box .home-join-item-top {
  height: 0.55rem;
  font-family: Arial-BoldMT;
  color: #ffffff;
  font-size: 0.44rem;
  margin-bottom: 0.16rem;
  position: relative;
  font-weight: bold;
}
.home-join-content-box .home-join-item-top span i {
  display: none;
  font-style: normal;
  position: relative;
  top: -0.19rem;
  font-size: 0.24rem;
}
.home-join-content-box .home-join-item-top font {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #ffffff;
  font-weight: normal;
}
.home-join-content-box .home-join-cate {
  font-family: PingFangSC-Regular;
  color: #ffffff;
  font-size: 0.18rem;
}
.home-join-content-btn {
  width: 50%;
  margin-top: 0.2rem;
}
.home-join-content-btn a {
  height: 0.5rem;
  color: #fff;
  olor: #ffffff;
  font-size: 0.14rem;
  margin-left: 0.3rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  position: relative;
}
.home-join-content-btn a span {
  position: relative;
  z-index: 99;
}
.home-join-content-btn a:hover::after {
  opacity: 1;
}
.home-join-content-btn a::after {
  content: " ";
  background-color: #cc0000;
  /* opacity: 0.8; */
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
}
.home-join-content-btn a:first-child {
  margin: 0rem;
}
.home-join-content-btn a:hover {
  background-color: #cc0000;
}
.footer {
  height: 100%;
  background-color: #333333;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0rem;
  background-size: cover;
  position: relative;
}
.footer .footer-box-panel {
  height: 100%;
  overflow-y: auto;
}
.footer-logo {
  height: 2rem;
  padding-top: 0.4rem;
}
.footer-copyright {
  height: 0.6rem;
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 0px;
  left: 10%;
  right: 10%;
}
.footer-menu {
  padding-top: 0rem;
}
.footer-400 .about-qrcode-all {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-400 .about-qrcode-all a {
  margin-bottom: 0px !important;
  margin-left: 0.06rem !important;
  margin-right: 0.06rem !important;
}
.footer-copyright-text,
.footer-copyright-text a {
  color: #999999;
  font-size: 0.12rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.footer-copyright-text a {
  margin-left: 0.04rem;
}
.footer-copyright-text a:hover,
.footer-copyright-link a:hover {
  color: #505050;
}
.footer-copyright-link a {
  color: #999999;
  font-size: 0.12rem;
  position: relative;
  padding-left: 0.08rem;
  padding-right: 0.09rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.footer-copyright-link a::after {
  content: " ";
  width: 0.01rem;
  background-color: #999;
  right: 0rem;
  top: 0.03rem;
  bottom: 0.02rem;
  position: absolute;
}
.footer-copyright-link a:last-child {
  padding-right: 0rem;
}
.footer-copyright-link a:last-child::after {
  display: none;
}
.footer-logo img {
  max-width: 3.2rem;
}
.footer-logo {
  margin-bottom: 0rem;
}
.footer-400 {
}
.footer-400 label {
  color: #cccccc;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.footer-400 span {
  color: #cccccc;
  font-size: 0.32rem;
}
.footer-400 a.all-about-link {
  font-family: PingFangSC-Regular;
  color: #cccccc;
  font-size: 0.16rem;
  line-height: 0.3rem;
  border-bottom: 3px solid #ccc;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.footer-menu-item .label {
  color: #cccccc;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
  display: block !important;
}
.footer-menu-item a {
  font-family: PingFangSC-Regular;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.36rem;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.footer-menu-item a span {
  font-size: 0.16rem;
  margin-left: 0.04rem;
  position: absolute;
}
.footer-menu-item a:hover {
  /* color: #cc0000; */
}
.footer-400 a:hover {
  /* color: #cc0000;
  border-color: #cc0000;color: #cc0000;
  border-color: #cc0000; */
}
#full-page {
  width: 100%;
  height: 100%;
}
.section {
  height: 100%;
}
.home-toutiao {
  height: 100%;
  width: 100%;
  padding-left: 16%;
  background-color: #000;
  position: relative;
  /* overflow: hidden; */
}
.home-toutiao-content {
  padding-top: 0.99rem;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 876;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
}
.home-toutiao-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 16%;
  background-image: url(../img/toutiao-bg3.png);
  background-size: cover;
  height: 100%;
}
.home-toutiao-left {
  width: 8rem;
}
.home-toutiao-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(47% + 0.99rem + 0.22rem + 0.18rem) !important;
}
.home-toutiao-banner a {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.home-toutiao-banner a .banner-img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home-toutiao-banner a img {
  width: 100%;
}
.home-toutiao-banner .swiper-slide-active .text {
  display: block;
  visibility: visible;
  font-size: 0.18rem;
  font-weight: 520;
}
.home-toutiao-banner a .text {
  color: #333333;
  font-size: 0.18rem;
  visibility: hidden;
  height: auto !important;
  padding-top: 0.19rem;
}
.home-toutiao-banner-icon {
  position: absolute;
  bottom: 0.12rem;
  right: 0rem;
  left: auto !important;
  text-align: right !important;
  width: auto !important;
  z-index: 999;
  height: 0.3rem;
}
.home-toutiao-banner-icon span {
  width: 0.18rem;
  height: 0.04rem;
  background-color: #666;
  margin-left: 0.06rem !important;
  border-radius: 0rem !important;
  outline: none;
  cursor: pointer;
}
.home-toutiao-banner-icon span.swiper-pagination-bullet-active {
  width: 0.32rem;
  background-color: #cc0000;
}
.home-toutiao-activity {
  margin-top: 0.48rem;
}
.home-toutiao-activity a {
  height: 100%;
  overflow: hidden;
  margin-left: 0.3rem;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home-toutiao-activity a img {
  width: 100%;
}
.home-toutiao-activity a span {
  color: #ffffff;
  font-size: 0.14rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  background-color: #000;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  height: 0.33rem;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-toutiao-activity a:first-child {
  margin: 0rem;
}
.home-toutiao-right {
  min-width: 25%;
  width: 25% !important;
  margin-left: 0.3rem;
}
.home-toutiao-right-top {
  background-color: #000;
  background-image: url(../img/toutiao-tio-b.png);
  background-size: cover;
  background-position-x: -161%;
  position: relative;
}
.home-toutiao-right-top::after {
  content: " ";
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-color: #00000070;
}
.home-toutiao-right-top-item {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #fff;
  position: relative;
  z-index: 99;
  height: 0.87rem;
  cursor: pointer;
  position: relative;
}
.home-toutiao-right-top-item:hover::after {
  background-color: #cc0000;
  color: #fff;
  content: " ";
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}
.home-toutiao-right-top span {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.home-toutiao-right-top font {
  font-family: ArialMT;
  color: #ffffff;
  font-size: 0.1rem;
}
.home-toutiao-right-bottom {
  margin-top: 0.4rem;
}
.home-toutiao-right-bottom-title {
  padding-left: 0.14rem;
  color: #cc0000;
  font-size: 0.18rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.home-toutiao-right-bottom-title a {
  position: absolute;
  right: 0rem;
  top: 0.02rem;
  color: #cc0000;
  opacity: 0.8;
  font-size: 0.14rem;
}
.home-toutiao-right-bottom-title span {
  margin-right: 0.08rem;
  font-size: 0.14rem;
  margin-top: 0.02rem;
}
.home-toutiao-right-bottom-title::after {
  content: " ";
  background-color: #cc0000;
  left: 0rem;
  top: 0.03rem;
  bottom: 0.03rem;
  position: absolute;
  width: 0.03rem;
}
.home-toutiao-right-bottom-news a {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.41rem;
}
.home-toutiao-right-bottom-news a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.16rem;
}
.home-toutiao-right-bottom-news a font {
  color: #999;
  font-size: 0.14rem;
}
.home-toutiao-right-bottom-news a:hover {
  color: #cc0000;
}
.home-toutiao-right-bottom-more-news {
  color: #999999;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.16rem;
}
.home-ingenuity-write {
  display: none;
}
.home-toutiao-right-bottom-more-news a {
  font-size: 0.16rem;
}
.home-toutiao-right-bottom-more-news a:hover {
  color: #cc0000;
}
.home-society-cate {
  top: 0.4rem;
  left: 0rem;
  position: fixed;
  height: 1.05rem !important;
  right: 0rem;
  padding-left: 2.5rem;
  box-shadow: 0rem 0.21rem 0.22rem rgba(0, 0, 0, 0.08),
    0rem -0.03rem 0.03rem rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(0.12rem);
  -moz-backdrop-filter: blur(0.12rem);
  -ms-backdrop-filter: blur(0.12rem);
  -o-backdrop-filter: blur(0.12rem);
  backdrop-filter: blur(0.12rem);
  background: rgba(0, 0, 0, 0);
}
.home-society-cate::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  content: " ";
  background: rgb(0, 0, 0);
  opacity: 0.9;
}
.home-society-cate a {
  position: relative;
  z-index: 99;
  padding-top: 0.37rem;
  color: #ffffff;
  font-size: 0.14rem;
  margin-right: 0.32rem;
}
.home-society-cate a:hover,
.home-society-cate a.active {
  color: #cc0000;
  font-size: 0.14rem;
}
.home-society-cate {
  padding-left: 1.8rem;
  z-index: 999;
  /* transition:All 0.3s ease-in-out;
     -webkit-transition:All 0.3s ease-in-out;
     -moz-transition:All 0.3s ease-in-out;
     -o-transition:All 0.3s ease-in-out;
     */
  opacity: 0;
  visibility: hidden;
  top: 1.2rem;
}
.home-society-cate a:first-child {
  width: 2.5rem;
}
.home-society-cate.active {
  opacity: 1;
  visibility: visible;
  top: 0.8rem;
}
.home-product-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0rem;
  top: 1.2rem;
  bottom: 0.75rem;
  box-shadow: 0rem -0.03rem 0.03rem rgba(255, 255, 255, 0.08) inset;
  width: 100%;
  z-index: 999;
  padding-left: 1.8rem;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0.12rem);
  -moz-backdrop-filter: blur(0.12rem);
  -ms-backdrop-filter: blur(0.12rem);
  -o-backdrop-filter: blur(0.12rem);
  backdrop-filter: blur(0.12rem);
  /* transition:All 0.3s ease-in-out;
     -webkit-transition:All 0.3s ease-in-out;
     -moz-transition:All 0.3s ease-in-out;
     -o-transition:All 0.3s ease-in-out;
     */
}
.home-product-panel::after {
  content: " ";
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #000000;
  opacity: 0.9;
}
.home-product-panel .home-society-cate::after {
  display: none;
}
.home-product-panel.active {
  opacity: 1;
  visibility: visible;
  top: 0.8rem;
}
.home-toutiao-news {
  box-shadow: none;
  padding-left: 1.8rem;
  position: fixed;
  top: 1.2rem;
  left: 0rem;
  /* transition:All 0.3s ease-in-out;
     -webkit-transition:All 0.3s ease-in-out;
     -moz-transition:All 0.3s ease-in-out;
     -o-transition:All 0.3s ease-in-out;
     */
  visibility: hidden;
  opacity: 0;
}
.home-toutiao-news.active {
  visibility: visible;
  top: 0.8rem;
  opacity: 1;
}
.home-toutiao-news a {
  padding-right: 0rem;
  margin-right: 0.3rem;
}
.home-society-cate a:first-child {
  padding-left: 0rem;
  padding-right: 0rem;
  width: auto;
}
.home-toutiao-news a.active,
.home-society-cate a.active {
  border-bottom: 0.02rem solid #cc0000;
}
.home-product-box {
  padding-top: 1.05rem;
  position: relative;
}
.home-product-cate {
  margin-right: 0.6rem;
  padding-top: 0.16rem;
}
.home-product-cate-two-wrap {
  width: 3.6rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  position: relative;
}
.home-product-cate-two-wrap .home-product-cate-two-dropdown {
  position: absolute;
  bottom: 0.1rem;
  left: 0.5rem;
  color: #999;
  font-size: 0.14rem;
}
.home-product-cate.home-product-cate-two {
  display: none !important;
}
.home-product-cate.home-product-cate-two.active {
  display: flex !important;
  /* min-width: 2.1rem; */
  width: 3.92rem;
  height: 100%;
  flex-shrink: 0;
  white-space: nowrap;
  overflow-y: auto;
  position: relative;
  z-index: 999;
  padding-right: 0.5rem;
}
.home-product-cate a {
  color: #ffffff;
  font-size: 0.14rem;
  margin-top: 0.19rem;
  position: relative;
}
.home-product-cate a.active {
  color: #cc0000;
}
.home-product-cate a.active i {
  color: #cc0000;
  position: relative;
  font-style: normal;
}
.home-product-cate a.active i::after {
  content: " ";
  height: 0.01rem;
  width: 100%;
  background-color: #cc0000;
  position: absolute;
  bottom: -0.02rem;
  left: 0rem;
}
.home-product-cate a.more {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.home-product-proview-item img {
  width: 4.16rem;
  margin-top: 0.32rem;
  height: auto;
}
.home-product-cate a.more span {
  background: none;
  width: auto;
  position: unset;
  padding: 0rem;
  margin: 0rem;
  padding-left: 0.19rem;
  color: #999;
  font-size: 0.14rem;
}
.home-product-cate .home-product-cate-big {
  color: #ffffff;
  font-size: 0.36rem;
  padding-bottom: 0.02rem;
  border-bottom: 0rem solid #ffffff;
  margin-top: 0.08rem;
}
.home-product-cate .home-product-cate-big font {
  white-space: break-spaces;
  line-height: 1.4;
}
.home-product-cate span {
  background-color: #cc0000;
  border-radius: 0.14rem;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.1rem;
  color: #fff;
  margin-left: 0.05rem;
  position: absolute;
  top: 0.03rem;
  width: 0.41rem;
  text-align: center;
}
.home-product-proview {
  padding-left: 0.5rem;
  padding-right: 3.28rem;
  position: absolute;
  z-index: 99;
  right: 0px;
  width: 70%;
  z-index: 99;
  bottom: 0rem;
  padding-bottom: 0.5rem;
}
.home-product-proview-contact {
  position: absolute;
  bottom: 0.3rem;
  right: 0.2rem;
}
.home-product-proview-contact-row {
  width: 1.2rem;
  height: 0.4rem;
  background-color: #333333;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding-left: 0.14rem;
  padding-right: 0.1rem;
  margin-top: 0.08rem;
  color: #fff;
  font-size: 0.14rem;
}
.home-product-proview-contact-row:first-child {
  margin: 0rem;
}
.home-product-proview-contact-row span {
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.home-product-proview-contact-row:hover {
  cursor: pointer;
  background-color: #cc0000;
  color: #ffffff !important;
}
.home-product-proview-contact-item {
  font-family: Arial-BoldMT;
  color: #cc0000;
  font-size: 0.36rem;
  margin-top: 0.1rem;
  font-weight: bold;
}
.home-product-proview-contact-item span {
  color: #cc0000;
  font-size: 0.14rem;
  margin-right: 0.16rem;
  padding-right: 0.16rem;
  font-weight: normal;
  position: relative;
  font-weight: bold;
}
.home-product-proview-contact-item span::after {
  position: absolute;
  content: " ";
  right: -0.03rem;
  top: 14%;
  width: 0.03rem;
  bottom: 6%;
  background-color: #cc0000;
}
#product-menu .home-society-cate {
  visibility: hidden;
  opacity: 0;
  top: unset;
}
#product-menu.active .home-society-cate {
  visibility: visible;
  opacity: 1;
}
#society-menu,
#server-menu {
  position: fixed;
}
#society-menu .home-society-cate {
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
#society-menu.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0.8rem;
  z-index: 999;
}
.body-fixed-panel #society-menu.active,
.body-fixed-panel #product-menu.active,
.body-fixed-panel #toutiao-menu.active,
.body-fixed-panel #server-menu.active,
.body-fixed-panel #fengshuo-menu.active {
  top: 0.4rem;
  box-shadow: 0px 2px 2px rgb (0 0 0 / 8%);
}
#society-menu a {
  margin-right: 0.3rem;
}
#server-menu a {
  margin-right: 0.3rem;
}
#menu {
  /* position: absolute; */
  /* left: 16%; */
  padding-left: 0.16rem;
}
.home-ingenuity-bg {
  width: 20% !important;
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    rgba(0, 0, 0, 0.02) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(70%, rgba(0, 0, 0, 0.7)),
    color-stop(100%, rgba(0, 0, 0, 0.02))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    rgba(0, 0, 0, 0.02) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    rgba(0, 0, 0, 0.02) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    rgba(0, 0, 0, 0.02) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7) 70%,
    rgba(0, 0, 0, 0.02) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
  height: 100% !important;
}
.home-join-bg1 {
  background: url(../img/home-join-bg2.png) no-repeat;
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#society-menu a span {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}
#product-menu {
  z-index: 1999;
}
#server-menu a span {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}
@media screen and (min-height: 14.4rem) and (max-height: 14.4rem) {
  .home-toutiao-activity a img {
    height: 100%;
    width: auto;
  }
}
#pages {
  width: 100%;
  height: 100%;
}
@media screen and (min-height: 14.4rem) and (max-height: 14.4rem) {
  .home-toutiao-activity a img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-height: 10.24rem) {
  .home-toutiao-activity a img {
    height: 100%;
    width: auto;
  }
  .home-toutiao-banner a img {
    height: 100%;
    width: auto;
  }
  .home-product-cate span {
    width: 0.64rem;
    padding-top: 0.02rem;
    padding-bottom: 0.03rem;
    height: auto;
    top: 0.01rem;
  }
  .home-society-write-content-header img {
    height: 100%;
    width: auto;
  }
  .home-society-write-content-header {
    background-size: cover;
    background-position: center;
  }
  .home-video-title-en span {
    margin-left: 0.04rem;
    margin-right: 0.04rem;
  }
}
/* #toutiao-menu a{
     padding-top:0rem!important;
}
 */
.home-product-cate-list {
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.home-product-cate-list::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
  display: none;
  background: none;
}
/*定义滚动条轨道 内阴影+圆角*/
.home-product-cate-list::-webkit-scrollbar-track {
  background: none;
}
/*定义滑块 内阴影+圆角*/
.home-product-cate-list::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #c8c8c8;
}
.footer-about-weixin {
  position: relative;
  margin-right: 0.12rem;
  position: relative;
}
.footer-about-weixin .footer-erweima-view {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -1.2rem;
  z-index: 1;
  padding: 0.1rem;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-erweima {
  left: 10%;
  right: 10%;
  bottom: 0.6rem;
  position: absolute;
  margin-bottom: 0.33rem;
}
.footer-about-weixin:hover .footer-erweima-view {
  opacity: 1;
  bottom: -1.15rem;
  visibility: visible;
}
.footer-about-weixin .footer-erweima-view img {
  width: 0.8rem;
  height: 0.8rem;
}
.footer-about-weixin .footer-erweima-view::after {
  position: absolute;
  left: 50%;
  top: -0.1rem;
  margin-left: -0.18rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.2rem solid #fff;
}

.footer-about-douyin {
  position: relative;
  margin-left: 0.12rem;
}
.footer-about-weixin img {
  width: 0.24rem;
  height: 0.24rem;
}
.footer-about-douyin img {
  width: 0.24rem;
  height: 0.24rem;
}
.home-society-content-box {
  display: none;
}
.home-society-content-box-active {
  display: block;
}
@keyframes myfirst {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}
@-webkit-keyframes myfirst 
/* Safari 与 Chrome */ {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}
.home-society-bg1 {
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  /* IE 9 */
  -moz-transform: scale(0.9);
  /* Firefox */
  -webkit-transform: scale(0.9);
  /* Safari 和 Chrome */
  -o-transform: scale(0.9);
  /* Opera */
}
.home-society-bg1.animation {
  transition: All 2s ease-in-out;
  -webkit-transition: All 2s ease-in-out;
  -moz-transition: All 2s ease-in-out;
  -o-transition: All 2s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  /* Opera */
  margin-left: 0rem;
  margin-top: 0rem;
}
#fengshuo-menu.active a,
#toutiao-menu.active a,
#product-menu.active .home-toutiao-news a,
#server-menu.active a,
#society-menu.active a {
  transition: All 0.15s linear;
  -webkit-transition: All 0.15s linear;
  -moz-transition: All 0.15s linear;
  -o-transition: All 0.15s linear;
  padding-top: 0.53rem;
  box-shadow: 0px 2px 2px rgb (0 0 0 / 8%);
}
.home-toutiao-banner a .banner-img .banner-img-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner-1/1.png);
  background-size: cover;
  background-position: center 70%;
}
.home-toutiao-banner a .banner-img .banner-img-2 {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 15%;
  top: 50%;
  margin-top: -20%;
  height: auto;
}
.home-toutiao-banner a .banner-img .banner-img-21 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner-2/1.png);
  background-size: cover;
  background-position: center 80%;
}
.home-toutiao-banner a .banner-img .banner-img-22 {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 15%;
  bottom: 2%;
  height: auto;
}
.home-toutiao-banner a .banner-img .banner-img-23 {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 15%;
  top: 50%;
  margin-top: -20%;
  height: auto;
}
.home-toutiao-banner a .banner-img .banner-img-31 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner-3/1.png);
  background-size: cover;
  background-position: center center;
}
.home-toutiao-banner a .banner-img .banner-img-32 {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 15%;
  top: 50%;
  margin-top: -20%;
  height: auto;
}
.home-toutiao-banner a .banner-img .banner-img-33 {
  position: absolute;
  width: 70%;
  left: 15%;
  right: 15%;
  top: 50%;
  margin-top: 5%;
  height: auto;
}

.home-society-cate .icon-Icon_Nav_tiao1 {
  font-size: 0.14rem;
  margin-left: 0.06rem;
}

.home-dropdown-panel {
  display: none;
}
.mobile-toutiao-tuwen {
  display: none !important;
}
.home-ingenuity-item-bg,
.home-ingenuity-item-bg-hover {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  background-size: cover;
}
.home-ingenuity-item-bg-hover {
  visibility: hidden;
  opacity: 0;
}
.home-ingenuity .home-ingenuity-item-active .home-ingenuity-item-bg-hover {
  visibility: visible;
  opacity: 1;
}
.home-ingenuity .home-ingenuity-item-active .home-ingenuity-item-bg {
  visibility: hidden;
  opacity: 0;
}
.footer-menu-box .footer-menu-item {
  margin-right: 1.15rem;
  flex-shrink: 0;
}
.footer-menu-box .footer-menu-item:first-child {
  margin-right: 1.11rem;
}
.body-fixed-other-panel .footer {
  height: 7.25rem;
}
/**移动端**/
@media screen and (max-width: 1020px) {
  .home-society-cate a:hover,
  .home-society-cate a.active {
    font-size: 0.32rem;
  }
  .home-join {
    padding-top: 1.32rem !important;
  }
  .float-menu {
    display: none !important;
  }
  .home-video-title span {
    text-shadow: 0px 0.07rem 0.29rem rgba(153, 153, 153, 0.68);
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.69rem;
  }
  .home-video.open-text .home-video-title,
  .home-video.open-text .home-video-title-en span {
    text-shadow: 0px 0.12rem 0.21rem rgba(153, 153, 153, 0.68);
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.17rem;
  }
  .home-video-title {
    top: 4.32rem;
  }
  .home-dropdown-panel {
    display: flex;
    position: absolute;
    bottom: 0.24rem;
    left: 0px;
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.32rem;
    width: 100%;
    opacity: 0.8;
  }
  .home-dropdown-icon span {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    opacity: 0.6;
  }
  .home-toutiao-bg {
    display: none;
  }
  .home-toutiao {
    padding-left: 0px;
    background-color: #fff;
  }
  .home-toutiao-content {
    padding: 0px;
    padding-top: 1.32rem;
  }
  .home-toutiao-box-two {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .home-toutiao-banner {
    height: 3.62rem !important;
  }
  .home-toutiao-left {
    width: 100% !important;
    height: auto !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .home-toutiao-banner a .text {
    padding-top: 0.18rem;
    padding-left: 0.25rem;
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.32rem !important;
  }
  .home-toutiao-banner-icon {
    right: 0.25rem !important;
    bottom: 0.7rem !important;
  }

  .home-toutiao-banner-icon span {
    opacity: 1;
    background-color: #fff !important;
  }
  .home-toutiao-banner-icon span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #cc0000 !important;
  }
  .home-toutiao-activity {
    display: none !important;
  }
  .home-toutiao-right {
    width: 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin: 0px;
  }
  .home-toutiao-right,
  .mobile-toutiao-tuwen {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .mobile-toutiao-tuwen {
    display: block !important;
    padding-left: 0rem;
    width: 100% !important;
    overflow-x: scroll;
  }
  .mobile-toutiao-tuwen-list a {
    width: 5.92rem;
    flex-shrink: 0;
    margin-right: 0.25rem;
  }
  .mobile-toutiao-tuwen-list .mobile-toutiao-tuwen-img {
    width: 100%;
    height: 3.55rem;
    background-size: cover;
  }
  .mobile-toutiao-tuwen-list .mobile-toutiao-tuwen-text {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.32rem;
    padding-top: 0.27rem;
    padding-bottom: 0.27rem;
  }
  .home-toutiao-right-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item {
    padding-top: 0.29rem;
    padding-bottom: 0.27rem;
    border-right: 0.24rem solid #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    height: 1.34rem;
    position: relative;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item::before {
    position: absolute;
    content: " ";
    right: -0.24rem;
    top: -2px;
    height: 105%;
    width: 0.24rem;
    background-color: #ffffff;
  }

  .home-toutiao-right-top span {
    line-height: normal;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item:last-child {
    border-right: none;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item span {
    font-size: 0.32rem;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item font {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .home-toutiao-right-top {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
  .home-toutiao-right-top-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .home-toutiao {
    overflow-y: auto !important;
  }
  .home-toutiao-right-bottom-title {
    font-size: 0.36rem;
  }
  .home-toutiao-right-bottom-news a {
    margin-bottom: 0.25rem;
  }
  .home-toutiao-right-bottom-title {
    margin-bottom: 0.4rem;
  }
  .home-toutiao-right-bottom-title a,
  .home-toutiao-right-bottom-title span {
    font-size: 0.28rem;
  }
  .home-toutiao-right-bottom-news a span {
    font-size: 0.32rem;
  }
  .home-toutiao-right-bottom-news a font {
    font-size: 0.28rem;
  }
  .home-toutiao-content {
    height: auto !important;
  }
  .home-toutiao-right-bottom-more-news a {
    color: #999999;
    font-size: 0.32rem;
  }
  .home-toutiao-right-bottom-more-news {
    margin-bottom: 0.4rem;
  }
  #pages .home-ingenuity {
    padding-left: 0px !important;
  }
  #pages
    .home-ingenuity
    .home-ingenuity-item
    .home-ingenuity-item-content
    font {
    font-size: 0.32rem;
  }
  #pages
    .home-ingenuity
    .home-ingenuity-item
    .home-ingenuity-item-content::after {
    display: none;
  }
  #pages .home-ingenuity-item .home-ingenuity-text a {
    display: none;
  }
  #pages .home-ingenuity-item-content span {
    font-size: 0.7rem;
  }
  #pages .home-ingenuity-item .home-ingenuity-text {
    padding-top: 1.32rem !important;
  }
  #pages .home-ingenuity-item-content span {
    margin-bottom: 0.4rem;
  }
  #pages .home-ingenuity-item-content span {
    color: #fff;
  }
  #pages .home-ingenuity-item-content font {
    color: #fff;
  }
  #pages .home-industry-footer-item {
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #pages .home-industry-footer-item h1 {
    font-size: 0.27rem;
  }
  #pages .home-industry-footer-item p {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  #pages .home-industry-footer-item-no1 h1 {
    font-size: 0.44rem;
  }
  #pages .home-industry-footer-item-no3 h1,
  #pages .home-industry-footer-item-no2 h1 {
    font-size: 0.35rem;
  }
  #pages .home-industry-footer-item-no3 h1 font i {
    font-size: 0.35rem;
    top: 0px;
  }
  #pages .home-industry-footer-item h1 span {
    font-weight: normal;
  }
  #pages .home-industry-title {
    font-size: 0.56rem;
    padding-top: 3.12rem;
  }
  #pages .home-industry-title-en {
    margin-top: 0.14rem;
    padding-right: 0px;
  }
  #pages .home-industry-title-en::after {
    display: none;
  }
  #pages .home-join-content {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.16rem;
  }
  #pages .home-join-content-box {
    width: 100%;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
  }
  #pages .home-join-content-box .home-join-item-top {
    font-size: 0.56rem;
    margin-bottom: 0.44rem;
  }
  #pages .home-join-content-box .home-join-item-top font {
    font-size: 0.24rem;
  }
  #pages .home-join-content-box .home-join-item-top span i {
    font-size: 0.28rem;
    top: -0.25rem;
  }
  #pages .home-join-content-box .home-join-cate {
    font-size: 0.24rem;
  }
  #pages .home-join-content-btn {
    width: 100%;
    margin-top: 0.12rem;
  }
  #pages .home-join-content-btn a span {
    font-size: 0.24rem;
  }
  #pages .home-join-content-btn a {
    height: 0.78rem;
    margin-left: 0.16rem;
  }
  #pages .home-join-content-btn a:first-child {
    margin: 0rem;
  }
  #pages .home-society-write {
    padding-left: 0px !important;
  }
  #pages .home-society-write .home-society-bg1 {
    display: none;
  }

  #pages .home-society-write {
    padding-top: 1.32rem !important;
  }
  #pages .home-society-write-content-header {
    height: 4.9rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    background-size: cover;
  }
  #pages .home-society-write-content-footer {
    height: auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #pages .home-society-write-content-footer a {
    font-size: 0.28rem !important;
    padding-top: 0.25rem;
    height: 1.2rem;
  }
  #pages .home-society-write-content-footer a {
    margin-left: 0.24rem;
  }
  #pages .home-society-write-content-footer a:first-child {
    margin-left: 0px;
  }
  #pages .home-society-write-content-right {
    position: absolute;
    left: 0rem;
    top: 6.22rem;
    width: 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.4rem;
    background-color: #fff;
    margin: 0px;
  }
  #pages .home-society-write-content-right h1 {
    font-size: 0.48rem;
    margin-bottom: 0.35rem;
  }
  #pages .home-society-write-content-right p {
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  #pages .home-society-write-content-right div a {
    display: none;
  }
  .home-ingenuity .home-ingenuity-item-3 .home-ingenuity-item-bg-hover {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    visibility: visible;
  }
  .home-ingenuity .home-ingenuity-item-3 .home-ingenuity-item-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .footer-menu-item .label {
    color: #cccccc;
    font-size: 0.16rem;
    margin-bottom: 0rem;
    display: block !important;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-top: 0.48rem;
    padding-bottom: 0.48rem !important;
  }
}
.home-ingenuity .home-ingenuity-item-active .home-ingenuity-item-bg {
  visibility: hidden;
  opacity: 0;
}
.footer-menu-box .footer-menu-item {
  margin-right: 1.15rem;
  flex-shrink: 0;
}
.footer-menu-box .footer-menu-item:last-child {
  margin-right: 0rem;
}
.body-fixed-other-panel .footer {
  height: 7.25rem;
}
/**移动端**/
@media screen and (max-width: 1020px) {
  .home-society-cate a:hover,
  .home-society-cate a.active {
    font-size: 0.32rem;
  }
  .home-join-content-title {
    width: 100%;
  }
  .home-join {
    padding-top: 1.32rem !important;
  }
  .float-menu {
    display: none !important;
  }
  .home-video-title span {
    text-shadow: 0px 0.07rem 0.29rem rgba(153, 153, 153, 0.68);
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.69rem;
  }
  .home-video.open-text .home-video-title,
  .home-video.open-text .home-video-title-en span {
    text-shadow: 0px 0.12rem 0.21rem rgba(153, 153, 153, 0.68);
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.17rem;
  }
  .home-video-title {
    top: 4.32rem;
  }
  .home-dropdown-panel {
    display: flex;
    position: absolute;
    bottom: 0.24rem;
    left: 0px;
    font-family: PingFangSC-Regular;
    color: #ffffff;
    font-size: 0.32rem;
    width: 100%;
    opacity: 0.8;
  }
  .home-dropdown-icon span {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    opacity: 0.6;
  }
  .home-toutiao-bg {
    display: none;
  }
  .home-toutiao {
    padding-left: 0px;
    background-color: #fff;
  }
  .home-toutiao-content {
    padding: 0px;
    padding-top: 1.32rem;
  }
  .home-toutiao-box-two {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .home-toutiao-banner {
    height: 3.62rem !important;
  }
  .home-toutiao-left {
    width: 100% !important;
    height: auto !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .home-toutiao-banner a .text {
    padding-top: 0.18rem;
    padding-left: 0.25rem;
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.32rem !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .home-toutiao-banner-icon {
    right: 0.25rem !important;
    bottom: 0.7rem !important;
  }

  .home-toutiao-banner-icon span {
    opacity: 1;
    background-color: #fff !important;
  }
  .home-toutiao-banner-icon span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #cc0000 !important;
  }
  .home-toutiao-activity {
    display: none !important;
  }
  .home-toutiao-right {
    width: 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin: 0px;
  }
  .home-toutiao-right,
  .mobile-toutiao-tuwen {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .mobile-toutiao-tuwen {
    display: block !important;
    padding-left: 0rem;
    width: 100% !important;
  }
  .mobile-toutiao-tuwen-list a {
    width: 5.92rem;
    flex-shrink: 0;
    margin-right: 0.25rem;
  }
  .mobile-toutiao-tuwen-list .mobile-toutiao-tuwen-img {
    width: 100%;
    height: 3.55rem;
    background-size: cover;
  }
  .mobile-toutiao-tuwen-list .mobile-toutiao-tuwen-text {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.32rem;
    padding-top: 0.27rem;
    padding-bottom: 0.27rem;
  }
  .home-toutiao-right-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item {
    padding-top: 0.29rem;
    padding-bottom: 0.27rem;
    border-right: 0.24rem solid #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    height: 1.34rem;
    position: relative;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item::before {
    position: absolute;
    content: " ";
    right: -0.24rem;
    top: -2px;
    height: 105%;
    width: 0.24rem;
    background-color: #ffffff;
  }

  .home-toutiao-right-top span {
    line-height: normal;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item:last-child {
    border-right: none;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item span {
    font-size: 0.32rem;
  }
  .home-toutiao-right-top .home-toutiao-right-top-item font {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .home-toutiao-right-top {
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
  .home-toutiao-right-top-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .home-toutiao {
    overflow-y: auto !important;
  }
  .home-toutiao-right-bottom-title {
    font-size: 0.36rem;
  }
  .home-toutiao-right-bottom-news a {
    margin-bottom: 0.25rem;
  }
  .home-toutiao-right-bottom-title {
    margin-bottom: 0.4rem;
  }
  .home-toutiao-right-bottom-title a,
  .home-toutiao-right-bottom-title span {
    font-size: 0.28rem;
  }
  .home-toutiao-right-bottom-news a span {
    font-size: 0.32rem;
  }
  .home-toutiao-right-bottom-news a font {
    font-size: 0.28rem;
  }
  .home-toutiao-content {
    height: auto !important;
  }
  .home-toutiao-right-bottom-more-news a {
    color: #999999;
    font-size: 0.32rem;
  }
  .home-toutiao-right-bottom-more-news {
    margin-bottom: 0.4rem;
  }
  #pages .home-ingenuity {
    padding-left: 0px !important;
  }
  #pages
    .home-ingenuity
    .home-ingenuity-item
    .home-ingenuity-item-content
    font {
    font-size: 0.32rem;
  }
  #pages
    .home-ingenuity
    .home-ingenuity-item
    .home-ingenuity-item-content::after {
    display: none;
  }
  #pages .home-ingenuity-item .home-ingenuity-text a {
    display: none;
  }
  #pages .home-ingenuity-item-content span {
    font-size: 0.7rem;
  }
  #pages .home-ingenuity-item .home-ingenuity-text {
    padding-top: 1.32rem !important;
  }
  #pages .home-ingenuity-item-content span {
    margin-bottom: 0.4rem;
  }
  #pages .home-ingenuity-item-content span {
    color: #fff;
  }
  #pages .home-ingenuity-item-content font {
    color: #fff;
  }
  #pages .home-industry-footer-item {
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #pages .home-industry-footer-item h1 {
    font-size: 0.27rem;
  }
  #pages .home-industry-footer-item p {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  #pages .home-industry-footer-item-no1 h1 {
    font-size: 0.44rem;
  }
  #pages .home-industry-footer-item-no3 h1,
  #pages .home-industry-footer-item-no2 h1 {
    font-size: 0.35rem;
  }
  #pages .home-industry-footer-item-no3 h1 font i {
    font-size: 0.35rem;
    top: 0px;
  }
  #pages .home-industry-footer-item h1 span {
    font-weight: normal;
  }
  #pages .home-industry-title {
    font-size: 0.56rem;
    padding-top: 3.12rem;
    text-align: center;
  }
  #pages .home-industry-title-en {
    margin-top: 0.14rem;
    padding-right: 0px;
  }
  #pages .home-industry-title-en::after {
    display: none;
  }
  #pages .home-join-content {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.16rem;
  }
  #pages .home-join-content-box {
    width: 100%;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
  }
  #pages .home-join-content-box .home-join-item-top {
    font-size: 0.56rem;
    margin-bottom: 0.44rem;
  }
  #pages .home-join-content-box .home-join-item-top font {
    font-size: 0.24rem;
  }
  #pages .home-join-content-box .home-join-item-top span i {
    font-size: 0.28rem;
    top: -0.25rem;
  }
  #pages .home-join-content-box .home-join-cate {
    font-size: 0.24rem;
  }
  #pages .home-join-content-btn {
    width: 100%;
    margin-top: 0.12rem;
  }
  #pages .home-join-content-btn a span {
    font-size: 0.24rem;
  }
  #pages .home-join-content-btn a {
    height: 0.78rem;
    margin-left: 0.16rem;
  }
  #pages .home-join-content-btn a:first-child {
    margin: 0rem;
  }
  #pages .home-society-write {
    padding-left: 0px !important;
  }
  #pages .home-society-write .home-society-bg1 {
    display: none;
  }

  #pages .home-society-write {
    padding-top: 1.32rem !important;
  }
  #pages .home-society-write-content-header {
    height: 4.9rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    background-size: cover;
  }
  #pages .home-society-write-content-footer {
    height: auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #pages .home-society-write-content-footer a {
    font-size: 0.28rem !important;
    padding-top: 0.25rem;
    height: 1.2rem;
  }
  #pages .home-society-write-content-footer a {
    margin-left: 0.24rem;
  }
  #pages .home-society-write-content-footer a:first-child {
    margin-left: 0px;
  }
  #pages .home-society-write-content-right {
    position: absolute;
    left: 0rem;
    top: 6.22rem;
    width: 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.4rem;
    background-color: #fff;
    margin: 0px;
  }
  #pages .home-society-write-content-right h1 {
    font-size: 0.48rem;
    margin-bottom: 0.35rem;
  }
  #pages .home-society-write-content-right p {
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  #pages .home-society-write-content-right div a {
    display: none;
  }
  .home-ingenuity .home-ingenuity-item-3 .home-ingenuity-item-bg-hover {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    visibility: visible;
  }
  .home-ingenuity .home-ingenuity-item-3 .home-ingenuity-item-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .footer-menu-item .label {
    color: #333333 !important;
    font-size: 0.16rem;
    margin-bottom: 0rem;
    display: block !important;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-weight: 500;
    padding-top: 0.48rem;
    padding-bottom: 0.48rem !important;
  }
  .home-industry::after {
    display: none;
  }
  .home-industry-img {
    display: block !important;
  }
}
