.banner-anim {
  position: relative;
  overflow: hidden;
  min-height: 3.1rem;
}
.banner-anim-elem {
  height: 100%;
}
.banner-anim-elem > * {
  position: relative;
}
.banner-anim-elem-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner-anim-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.banner-anim-arrow-default {
  position: absolute;
  width: 0.6rem;
  height: 1.9rem;
  margin-top: -0.9rem;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.banner-anim-arrow-default.next {
  right: 0;
}
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:before,
.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.prev:after {
  width: 0.1rem;
  height: 0.5rem;
  background: #fff;
  display: block;
  content: ' ';
  position: absolute;
}
.banner-anim-arrow-default.next:before {
  transform: rotate(-40deg);
  top: 0.6rem;
  left: 0.3rem;
}
.banner-anim-arrow-default.next:after {
  transform: rotate(40deg);
  bottom: 0.5rem;
  left: 0.3rem;
}
.banner-anim-arrow-default.prev:before {
  transform: rotate(40deg);
  top: 0.6rem;
  left: 0.3rem;
}
.banner-anim-arrow-default.prev:after {
  transform: rotate(-40deg);
  bottom: 0.5rem;
  left: 0.3rem;
}
.banner-anim-thumb {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.banner-anim-thumb > span {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.banner-anim-thumb-default {
  height: 1.3rem;
  line-height: 1.3rem;
}
.banner-anim-thumb-default span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  margin: 0 0.2rem;
  background: rgba(102, 102, 102, 0.35);
  transition: background .3s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
.banner-anim-thumb-default span:active,
.banner-anim-thumb-default span.active {
  background: #fff;
}

.texty {
  position: relative;
}
.texty span {
  display: inline-block;
  white-space: pre-wrap;
}
.texty.mask-bottom,
.texty.mask-top {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, "Microsoft YaHei", "PingFang SC", sans-serif;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a.mEmail {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.9rem;
  display: block;
}
header.pc {
  width: 100%;
  min-width: 1185px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
header.pc .header {
  width: 100%;
  height: 76px;
  color: #000;
  position: relative;
  z-index: 999;
}
header.pc .header .header-inner {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  position: relative;
}
header.pc .header .logoImg {
  width: 160px;
}
header.pc .header .logo {
  width: 150px;
  height: 51px;
  line-height: 75px;
}
header.pc .header .nav-bar {
  display: flex;
  align-items: center;
  margin: 0 20px;
  min-width: 700px;
  text-align: center;
  justify-content: center;
}
header.pc .header .nav-bar .bar {
  height: 51px;
  width: 120px;
  line-height: 51px;
  text-align: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
header.pc .header .nav-bar .active > a {
  color: #37933f;
  font-weight: bold;
}
header.pc .header .header-right {
  width: 250px;
  height: 51px;
  left: 10px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
}
header.pc .header .header-right .search-box {
  width: 50px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 11px;
  text-align: center;
}
header.pc .header .header-right .search-input {
  width: 50px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;
  color: #000;
  line-height: 18px;
}
header.pc .header .search-btn {
  width: 115px;
  height: 27px;
  background: #f1f0f0;
  border-radius: 9px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 12px;
}
header.pc .header .search-btn img {
  width: 20px;
  position: relative;
  top: 5px;
}
header.pc .header .search-btn span {
  font-size: 14px;
  margin-left: 10px;
}
header.pc .header .search-img {
  width: 18px;
}
header.pc .header .search-img2 {
  width: 30px;
  margin-left: 10px;
}
header.pc .left {
  display: flex;
}
header.pc .header {
  min-width: 1200px;
  padding-left: 15px;
  background: #fff;
  transition: background 0.3s linear;
}
header.pc .header .contactBtn {
  width: auto;
  color: #ffffff;
  position: absolute;
  right: -10px;
  font-size: 14px;
  border-radius: 8px;
  height: 25px;
  z-index: 2;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  justify-content: space-between;
}
header.pc .header .contactBtn a {
  width: 80px;
  text-align: center;
  color: #000;
  height: 25px;
  line-height: 28px;
  display: inline-block;
  border-radius: 8px;
}
header.pc .header .contactBtn a:hover {
  background: #000;
  color: #fff;
}
header.pc .header .contactBtn.en .btn1 {
  width: 70px;
}
header.pc .header .contactBtn.en .btn2 {
  width: 90px;
}
header.pc .header .bar {
  position: relative;
}
header.pc .header .bar a {
  color: #000;
}
header.pc .header .bar .underline {
  width: 0;
  height: 4px;
  background: #37933f;
  position: absolute;
  top: 50px;
  left: 18px;
  z-index: 5;
  transition: all 0.5s linear;
}
header.pc .header .bar .selectBox {
  position: absolute;
  width: 130px;
  height: 40px;
  top: 53px;
  padding-top: 0;
  background: #f6f6f6;
  z-index: 0;
  left: 18px;
  display: none;
  transition: all 0.3s linear;
  transform-origin: 0 0;
  z-index: 99;
  color: #000;
  font-weight: normal;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
header.pc .header .bar .selectBox a {
  color: #000;
}
header.pc .header .bar .selectBox .topBorder {
  width: 95px;
  height: 4px;
  background: #37933f;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 5;
}
header.pc .header .bar .selectBox .lines {
  width: 80%;
  display: block;
  height: 1px;
  margin: 0 auto;
  opacity: 0.5;
}
header.pc .header .bar .selectBox .liItem {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  color: #000;
  font-size: 18px;
  position: relative;
  text-align: left;
  transition: all 0.1s linear;
  font-weight: normal;
}
header.pc .header .bar .selectBox .liItem .leftImg {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 12px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
header.pc .header .bar .selectBox .liItem .listChildBox {
  position: absolute;
  width: 125px;
  height: 250px;
  top: -1px;
  background: #f6f6f6;
  z-index: 0;
  left: 125px;
  display: none;
  transition: all 0.1s linear;
  transform-origin: 0 0;
}
header.pc .header .bar .selectBox .liItem .listChildBox2 {
  height: 250px;
  width: 155px;
}
header.pc .header .bar .selectBox .liItem .listChildBox1 {
  height: 150px;
  padding-top: 10px;
}
header.pc .header .bar .selectBox .liItem:hover {
  color: #37933f;
}
header.pc .header .bar .selectBox .liItem:hover a {
  color: #37933f;
}
header.pc .header .bar .selectBox .liItem:hover .leftImg {
  border-color: #37933f;
}
header.pc .header .bar .selectBox .liItem:hover .listChildBox {
  display: block;
}
header.pc .header .bar .selectBox.en {
  width: 160px;
  left: -15px;
}
header.pc .header .bar .selectBoxA {
  width: 230px;
}
header.pc .header .bar .selectBoxA.en {
  width: 130px;
}
header.pc .header .barselect:hover .selectBox {
  display: block;
}
header.pc .header .bar:hover .underline {
  width: 95px;
}
header.pc .header .barT:hover .selectBox {
  height: 80px;
}
header.pc .header .bar2:hover .selectBox2 {
  display: block;
  height: 128px;
}
header.pc .header .bar2:hover .selectBox4 {
  display: block;
  height: 220px;
  width: 300px;
  line-height: 35px;
  vertical-align: top;
}
header.pc .header .bar2:hover .selectBox4 .span_line {
  color: #000;
  font-size: 14px;
  position: relative;
  top: -2px;
}
header.pc .header .bar2:hover .selectBox4 span {
  color: #666;
  font-size: 12px;
  line-height: 35px;
}
header.pc .header .bar2:hover .selectBox4.en {
  width: 440px;
}
header.pc .header .bar3:hover .selectBox3 {
  display: block;
  height: 80px;
}
header.pc .nav-bar.en .bar .underline {
  left: -15px;
}
header.pc .nav-bar.en .bar:hover .underline {
  width: 130%;
}
header.pc .searchBox {
  width: 1000px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: -850px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 30px 0 80px;
  box-sizing: border-box;
}
header.pc .searchBox .searchInput {
  width: 900px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
}
header.pc .searchBox .searchInput::placeholder {
  color: #ccc;
  font-size: 18px;
}

header.pc.en .header .nav-bar .bar {
  width: auto;
  font-size: 16px;
  margin: 0 15px;
}
header.pc.en .header .nav-bar .bar .selectBox {
  width: 200px;
}
header.pc.en .header .nav-bar .bar .selectBoxA.en {
  width: 430px;
}
header.pc.en .header .nav-bar .bar .selectBox2en {
  width: 160px;
}
header.pc.en .header .nav-bar .bar .selectBox2 {
  width: 125px;
}
header.pc.en .header .nav-bar .bar_home:hover .underline {
  width: 170%;
}

@media screen and (max-width: 750px) {
  header {
    width: 100%;
    height: 3.4rem;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  header nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #fff;
    overflow-y: scroll;
    transition: left 0.3s linear;
  }
  header nav .linkList {
    width: 100%;
    height: auto;
    transition: all 0.5s linear;
    box-sizing: border-box;
    padding: 0 1.4rem;
  }
  header nav .linkList .border-linkItem {
    border-bottom: 1px solid #d0d0d0;
  }
  header nav .linkList .linkItem {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  header nav .linkList .linkItem .border-downIcon {
    border: 1px solid #dfdfdf;
  }
  header nav .linkList .linkItem .downIcon {
    width: 0.9rem;
    height: 0.9rem;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg);
    margin-top: -0.3rem;
    transform-origin: 25% 75%;
    margin-right: 0.9rem;
    transition: transform 0.2s linear;
  }
  header nav .linkList .linkItem .downIconActive {
    transform: rotate(135deg);
  }
  header nav .linkList .linkItem .linkNavTitle {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  header nav .linkList .linkItem .linkNavTitle a {
    color: #000;
  }
  header nav .linkList .linkItem .linkNavItem {
    width: 100%;
    height: auto;
  }
  header nav .linkList .linkItem .linkNavItem .linkNavItemChild {
    padding-left: 4.7rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    color: #5b5b5b;
    box-sizing: border-box;
    font-weight: normal;
  }
  header nav .linkList .linkItem .linkNavItem .linkNavItemTitle {
    padding-left: 3.1rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.9rem;
    color: #5b5b5b;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-weight: normal;
  }
  header nav .linkList .linkItem .linkNavItem .linkNavItemTitle a {
    color: #5b5b5b;
  }
  header nav .linkList .linkItem .linkNavItem .border-linkItem {
    border-bottom: 1px solid #d0d0d0;
  }
  header nav .linkList .linkItem .SerieslinkNavItem.en .linkNavItemTitle {
    line-height: 0.9rem;
    height: 3.4rem;
    padding: 0.2rem 0 0.2rem 3.1rem;
  }
  header nav .linkList .linkItem .SerieslinkNavItem.en .linkNavItemTitle a {
    color: #5b5b5b;
  }
  header nav .linkList .linkItem .SerieslinkNavItem.en .linkNavItemTitle a span {
    display: block;
    margin-top: 0.3rem;
  }
  header nav .linkList .linkItem:hover {
    height: auto;
  }
  header nav .linkList .linkItemActive {
    height: auto;
  }
  header .headerBox {
    width: 100%;
    height: 3.8rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    top: 0;
  }
  header .headerBox .logoImg {
    width: 7.5rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }
  header .headerBox .closeImg {
    width: 1.3rem;
    margin-right: 0.6rem;
  }
  header .headerBox .menuImg {
    width: 1.6rem;
    margin-right: 0.6rem;
  }
  header .border-mheader {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 2;
  }
  header .closeNav {
    left: 110%;
  }
}
footer.pc {
  width: 100%;
  height: 370px;
  min-width: 1200px;
  background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
  overflow: hidden;
  background-clip: content-box;
  box-sizing: border-box;
}
footer.pc .footerBottom {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 12px;
  color: #fff;
}
footer.pc .footerBottom .bottomTip {
  float: left;
}
footer.pc .footerBottom .bottomLanguage {
  float: right;
  display: flex;
  align-content: center;
  align-items: center;
  height: 30px;
  position: relative;
  top: -8px;
}
footer.pc .footerBottom .bottomLanguage .earth_logo {
  width: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
footer.pc .footerBottom .bottomLanguage a {
  color: #fff;
}
footer.pc .footerHr {
  width: 100%;
  height: 1px;
  background: #fff;
}
footer.pc .footerBox {
  width: 1200px;
  margin: 0 auto;
  height: 150px;
}
footer.pc .footerBox .box {
  width: 1260px;
  display: flex;
  justify-content: flex-start;
}
footer.pc .footerBox .box .footerLogo {
  width: 200px;
  padding-top: 30px;
  margin-right: 80px;
}
footer.pc .footerBox .box .footerLogo img {
  width: 100%;
}
footer.pc .footerBox .box section {
  width: 90px;
  padding-top: 30px;
  margin-right: 40px;
  position: relative;
  z-index: 5;
}
footer.pc .footerBox .box section .footersectionTitle {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
footer.pc .footerBox .box section .footersectionTitle a {
  color: #ffffff;
}
footer.pc .footerBox .box section ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
footer.pc .footerBox .box section ul li {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}
footer.pc .footerBox .box section ul li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
footer.pc .footerBox .box section ul li a sup {
  font-size: 8px;
}
footer.pc .footerBox .box section ul .sfont {
  font-size: 12px;
}
footer.pc .footerNav {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  height: 85px;
  list-style: none;
  padding: 0;
}
footer.pc .footerNav a {
  cursor: pointer;
  color: #fff;
}
footer.pc .footerNav .footerLogo {
  width: 144px;
}
footer.pc .footerNav .footerLogo img {
  width: 144px;
}
footer.pc .footerNav .footerNavItem {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
footer.pc .footerNav .logosBox {
  width: 160px;
  margin-left: 10px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 85px;
}
footer.pc .footerNav .logosBox div {
  width: 32px;
  position: relative;
}
footer.pc .footerNav .logosBox div img {
  width: 50px;
  cursor: pointer;
}
footer.pc .footerNav .logosBox div .toutiao {
  width: 27px;
}
footer.pc .footerNav .logosBox div .weishi {
  width: 45px;
  position: relative;
  top: -5px;
}
footer.pc .footerNav .logosBox div .codeModel {
  width: 150px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0 0 10px #999;
  position: absolute;
  top: -140px;
  left: -40px;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 2;
}
footer.pc .footerNav .logosBox div .codeModel img {
  width: 100%;
}
footer.pc .footerNav .logosBox .wechart_logo:hover .codeModel {
  opacity: 1;
  z-index: 8;
}
footer.pc .footerNav .logosBox .douyin_logo:hover .codeModel {
  width: 150px;
  height: 150px;
  top: -140px;
  left: -40px;
  opacity: 1;
  z-index: 8;
}

footer.pc.en .footerBox .box section {
  width: auto;
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  footer {
    width: 100%;
    background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
    color: #fff;
    overflow: hidden;
  }
  footer .footerBackTop {
    width: 100%;
    height: 3.5rem;
    width: 100%;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #ffffff;
  }
  footer .footerBackTop .backtopImg {
    width: 1.1rem;
    margin-left: 0.3rem;
  }
  footer .border-BackTop {
    border-bottom: 1px solid #fff;
  }
  footer .footerBottom {
    width: 100%;
    text-align: center;
    line-height: 53x;
    color: #fff;
    font-size: 0.5rem;
  }
  footer .footerBottom a {
    color: #fff;
  }
  footer .topBox {
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  footer .topBox .logoImg {
    width: 7.5rem;
    margin-left: 1.4rem;
    margin-top: 0.6rem;
  }
  footer .topBox .contactBox {
    width: 3.1rem;
    display: flex;
    justify-content: space-around;
    margin-right: 4.4rem;
  }
  footer .topBox .contactBox > div {
    position: relative;
    margin: 0 0.4rem;
  }
  footer .topBox .contactBox img {
    height: 1.6rem;
  }
  footer .topBox .contactBox .img {
    height: 1.3rem;
  }
  footer .topBox .contactBox .codeModel {
    position: absolute;
    width: 9.4rem;
    height: 9.4rem;
    top: -9.7rem;
    left: -4.7rem;
    z-index: 6;
  }
  footer .topBox .contactBox .codeModel img {
    width: 100%;
    height: 100%;
  }
  footer .border-bottom {
    border-bottom: 1px solid #fff;
  }
  footer .linkList {
    width: 100%;
    height: auto;
    transition: all 0.5s linear;
    box-sizing: border-box;
    padding: 0 1.4rem;
    position: relative;
    z-index: 5;
  }
  footer .linkList .border-linkItem {
    border-bottom: 1px solid #fff;
  }
  footer .linkList .linkItem {
    width: 100%;
    height: auto;
  }
  footer .linkList .linkItem .downIcon {
    width: 1.9rem;
    height: 1.9rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 200;
    text-align: center;
    line-height: 1.9rem;
  }
  footer .linkList .linkItem .linkNavTitle {
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 0.7rem;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 0.5rem;
  }
  footer .linkList .linkItem .linkNavTitle a {
    color: #ffffff;
  }
  footer .linkList .linkItem .linkNavTitle .earth {
    width: 0.9rem;
    margin-right: 0.6rem;
  }
  footer .linkList .linkItem .languagelink {
    justify-content: flex-start;
  }
  footer .linkList .linkItem .linkNavItem {
    width: 100vw;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    margin-left: -1.4rem;
  }
  footer .linkList .linkItem .linkNavItem .contactItem {
    padding: 0.6rem 0;
    padding-left: 3.8rem;
    font-size: 0.7rem;
    color: #ffffff;
    line-height: 1.4rem;
  }
  footer .linkList .linkItem .linkNavItem .contactItem a {
    color: #ffffff;
  }
  footer .linkList .linkItem .linkNavItem .contactItem .end {
    display: flex;
    justify-content: space-between;
    padding-right: 1.9rem;
  }
  footer .linkList .linkItem .linkNavItem .linkNavItemChild {
    padding-left: 4.7rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    color: #5b5b5b;
    box-sizing: border-box;
    font-weight: normal;
  }
  footer .linkList .linkItem .linkNavItem .linkNavItemTitle {
    padding-left: 3.1rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-weight: normal;
  }
  footer .linkList .linkItem .linkNavItem .linkNavItemTitle a {
    color: #fff;
    border-bottom: 0 solid #d0d0d0;
  }
  footer .linkList .linkItem:hover {
    height: auto;
  }
  footer .linkList .linkItemActive {
    height: auto;
  }
}
main.Iot.pc {
  min-width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 80px;
}
main.Iot.pc .carsBanner {
  width: 100%;
  height: 37.5vw;
  overflow: hidden;
  background-image: url(https://flyingchipmicro.oss-cn-beijing.aliyuncs.com/web/A1/A1-BANNER.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
main.Iot.pc .carsBanner .bannerTextBox {
  top: 22vw;
  font-size: 2.8vw;
  letter-spacing: 3px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  left: 15.5vw;
}
main.Iot.pc .carsBanner .bannerTextBox div {
  width: 100%;
  text-align: left;
}
main.Iot.pc .carTip {
  width: 100%;
  height: 800px;
  background: #ffffff;
  padding-bottom: 100px;
}
main.Iot.pc .carTip .carTitle {
  font-weight: normal;
  font-size: 65px;
  text-align: center;
  line-height: 260px;
}
main.Iot.pc .carTip .carBox {
  width: 1200px;
  margin: 0 auto;
  height: 571px;
  font-size: 16px;
  position: relative;
}
main.Iot.pc .carTip .carBox .carsImg {
  position: absolute;
  top: 189px;
  left: 440px;
  width: 384px;
  z-index: 5;
}
main.Iot.pc .carTip .carBox .aroundBox {
  width: 583px;
  height: 571px;
  position: absolute;
  left: 427px;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
main.Iot.pc .carTip .carBox .aroundBox .aroundBoxImg {
  position: absolute;
  width: 583px;
  height: 548px;
  left: 50%;
  margin-left: -290px;
  top: 50%;
  margin-top: -280px;
}
main.Iot.pc .carTip .carBox .changeBox {
  overflow: hidden;
  width: 148px;
  height: 470px;
  position: absolute;
  left: 446px;
  top: 35px;
  z-index: 2;
}
main.Iot.pc .carTip .carBox .changeBox .changeBoxImg {
  position: absolute;
  left: 0;
  width: 148px;
  margin-top: -230px;
  top: 50%;
}
main.Iot.pc .carTip .carBox .scotomaBox {
  width: 288px;
  height: 378px;
  position: absolute;
  left: 588px;
  top: 84px;
  z-index: 3;
  overflow: hidden;
}
main.Iot.pc .carTip .carBox .scotomaBox .scotomaBoxContent {
  width: 288px;
  position: absolute;
  height: 0;
  top: 50%;
}
main.Iot.pc .carTip .carBox .scotomaBox .scotomaBoxContent .scotoma1Img {
  position: absolute;
  top: -188px;
  width: 288px;
}
main.Iot.pc .carTip .carBox .scotomaBox .scotomaBoxContent .scotoma2Img {
  position: absolute;
  bottom: -190px;
  width: 288px;
}
main.Iot.pc .carTip .carBox .bothBox {
  width: 1200px;
  height: 571px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
main.Iot.pc .carTip .carBox .bothBox .both1Img {
  width: 1162px;
  height: 546px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 20px;
}
main.Iot.pc .carTip .carBox .line_car_box {
  width: 1200px;
  height: 571px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  overflow: hidden;
}
main.Iot.pc .carTip .carBox .line_car_box .car_line1Img {
  position: absolute;
  width: 100px;
  top: 50%;
  margin-top: -289px;
  left: 60px;
}
main.Iot.pc .carTip .carBox .line_car_box .car_line2Img {
  position: absolute;
  width: 120px;
  right: 0px;
  top: 50%;
  margin-top: -239px;
}
main.Iot.pc .carTip .carBox .car_text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text {
  width: 100%;
  position: absolute;
  top: 241px;
  line-height: 56px;
  height: 56px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text span {
  position: absolute;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t1 {
  left: 22px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t2 {
  left: 264px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t3 {
  color: #fff;
  line-height: 28px;
  left: 547px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t4 {
  color: #fff;
  left: 700px;
  font-weight: normal;
  font-size: 14px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t5 {
  right: 230px;
  top: 10px;
}
main.Iot.pc .carTip .carBox .car_text_box .center_text .t6 {
  right: 65px;
  top: 10px;
}
main.Iot.pc .carTip .carBox .car_text_box .change_text {
  width: 438px;
  height: 326px;
  position: absolute;
  left: 426px;
  top: 112px;
  text-align: center;
  line-height: 25px;
}
main.Iot.pc .carTip .carBox .car_text_box .change_text .t1 {
  left: 0;
  top: 0;
  position: absolute;
}
main.Iot.pc .carTip .carBox .car_text_box .change_text .t2 {
  bottom: 0;
  left: 0;
  position: absolute;
}
main.Iot.pc .carTip .carBox .car_text_box .change_text .t3 {
  top: 0;
  position: absolute;
  right: 0;
}
main.Iot.pc .carTip .carBox .car_text_box .change_text .t4 {
  bottom: 0;
  position: absolute;
  right: 0;
}
main.Iot.pc .carTip .carBox .car_text_box .around_text {
  width: 77px;
  height: 418px;
  position: absolute;
  left: 613px;
  top: 75px;
}
main.Iot.pc .carTip .carBox .car_text_box .around_text .t1 {
  position: absolute;
  top: 0;
}
main.Iot.pc .carTip .carBox .car_text_box .around_text .t2 {
  position: absolute;
  bottom: 0;
}
main.Iot.pc .videoBox {
  width: 100%;
  background: #f4f4f4;
  overflow: hidden;
}
main.Iot.pc .videoBox .itemBox {
  width: 100%;
  padding-top: 100px;
  text-align: center;
}
main.Iot.pc .videoBox .itemBox .title {
  font-size: 60px;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 30px;
}
main.Iot.pc .videoBox .itemBox .tip {
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
main.Iot.pc .videoBox .itemBox video {
  margin-top: 30px;
  width: 100%;
  height: 50vw;
  object-fit: cover;
}
main.Iot.pc .videoBox .itemBox3 {
  padding-bottom: 100px;
}
main.Iot.pc .videoBox .itemBox3 video {
  width: 1000px;
  height: 530px;
  margin: 30px auto;
}
main.Iot.pc .tvBox {
  width: 100%;
  min-width: 1200px;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-top: -100px;
  padding-bottom: 100px;
}
main.Iot.pc .tvBox .tvContent {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
main.Iot.pc .tvBox .tvContent .cpuBox {
  width: 100vw;
  text-align: center;
  left: 0;
  top: 0;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip1 {
  width: 100%;
  font-size: 72px;
  top: 15vh;
  opacity: 0;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip1.en {
  font-size: 45px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip2 {
  width: 100%;
  font-size: 45px;
  bottom: 12vh;
  margin-left: -30px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip2 .ITSTextTitle {
  font-size: 82px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip2 .ITSTextTip {
  font-size: 44px;
  line-height: 100px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip2 .MoreBtn {
  font-size: 40px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 200px;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
  font-size: 24px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tip2 {
  font-size: 60px;
}
main.Iot.pc .tvBox .tvContent .cpuBox .tipimg {
  width: 400px;
  top: 40vh;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
}
main.Iot.pc .tvBox .tvContent .imgTip {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  top: 65px;
  letter-spacing: 8px;
}
main.Iot.pc .tvBox .tvContent .imgTip span {
  letter-spacing: 0px;
  margin-right: 10px;
}
main.Iot.pc .tvBox .tvContent .imgTip.en {
  letter-spacing: 0px;
}
main.Iot.pc .tvBox .tvContent .imgBox {
  width: 1045px;
  height: 633px;
  margin-top: 30px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  transition: opacity 0.5s linear;
}
main.Iot.pc .tvBox .tvContent .imgBox .div {
  width: 40px;
  height: 40px;
  border: 10px solid #4db7ac;
  position: absolute;
}
main.Iot.pc .tvBox .tvContent .imgBox .div1 {
  border-right: none;
  border-bottom: none;
  left: -20px;
  top: -20px;
}
main.Iot.pc .tvBox .tvContent .imgBox .div2 {
  border-left: none;
  border-bottom: none;
  right: -20px;
  top: -20px;
}
main.Iot.pc .tvBox .tvContent .imgBox .div3 {
  border-right: none;
  border-top: none;
  left: -20px;
  bottom: -20px;
}
main.Iot.pc .tvBox .tvContent .imgBox .div4 {
  border-left: none;
  border-top: none;
  right: -20px;
  bottom: -20px;
}
main.Iot.pc .tvBox .tvContent .imgBox .tvshow {
  width: 1030px;
  height: 583px;
  position: absolute;
  left: 7px;
  top: 5vw;
  text-align: center;
}
main.Iot.pc .tvBox .tvContent .imgBox .tvshow .imgshow {
  width: 580px;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
main.Iot.pc .tvBox .tvContent .imgBox .tvshow .imgshow .aspect {
  font-size: 67px;
  color: #ffffff;
  line-height: 583px;
  user-select: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
main.Iot.pc .ITSBox {
  width: 100%;
  height: 1885px;
  position: relative;
}
main.Iot.pc .ITSBox .title {
  font-size: 60px;
  text-align: center;
  line-height: 1.5;
  margin: 200px auto;
}
main.Iot.pc .ITSBox .ITSViedeoBox {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 40vw;
  padding-bottom: 100px;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSViedeoScroll {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100px;
  background-size: 100% 100%;
  background-position: center;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSViedeoTitle {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 10vh;
  transition: opacity 0.1s linear;
  box-sizing: border-box;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSViedeoTitle h1 {
  width: 100%;
  padding-top: 10vh;
  font-size: 70px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
main.Iot.pc .ITSTextBox2 {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 200px;
}
main.Iot.pc .ITSTextBox2 .ITSTextTitle {
  font-size: 65px;
  letter-spacing: 3px;
}
main.Iot.pc .ITSTextBox2 .ITSTextTip {
  font-size: 65px;
}
main.Iot.pc .ITSTextBox2 .ITSTextForm {
  font-size: 28px;
}
main.Iot.pc .ITSTextBox2 .ITSFunBox {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
main.Iot.pc .ITSTextBox2 .ITSFunBox .ITSFun {
  width: 260px;
  display: inline-block;
}
main.Iot.pc .ITSTextBox2 .ITSFunBox .ITSFun img {
  width: 100px;
}
main.Iot.pc .ITSTextBox2 .ITSFunBox .ITSFun .ITSFunTile {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}
main.Iot.pc .ITSTextBox2 .ITSFunBox .ITSFun .ITSFunTip {
  font-size: 20px;
  line-height: 30px;
  color: #5b5b5b;
}
main.Iot.pc .ITSBox {
  width: 100%;
  height: 1885px;
  position: relative;
  margin-top: 200px;
}
main.Iot.pc .ITSBox .ITSViedeoScrollTitle {
  width: 100%;
  text-align: center;
  font-size: 60px;
  line-height: 200px;
  position: absolute;
  background: #f4f4f4;
  top: -200px;
}
main.Iot.pc .ITSBox .ITSViedeoBox {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 40vw;
  top: 20vh;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSViedeoScroll {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100px;
  background-size: cover;
  background-position: center;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.Iot.pc .ITSBox .ITSViedeoBox .ITSViedeoTitle h1 {
  width: 100%;
  padding-top: 10vh;
  font-size: 70px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  position: relative;
}
main.Iot.pc .DMSBox {
  width: 100%;
  min-width: 1200px;
  height: auto;
  background: #FFF;
  overflow: hidden;
  padding-bottom: 30px;
}
main.Iot.pc .DMSBox .DMSContent {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
main.Iot.pc .DMSBox .DMSContent .DMSVideoBox {
  width: 900px;
  height: 520px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
main.Iot.pc .DMSBox .DMSContent .DMSVideoBox video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #FFF;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox {
  color: #000;
  width: 1200px;
  text-align: center;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .moreLink {
  width: 200px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 21px;
  color: #000;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  margin-top: 50px;
  padding-left: 10px;
  display: none;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .moreLink .triangle {
  width: 0;
  height: 0;
  display: inline-block;
  border: 14px solid transparent;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-color: #000;
  line-height: 40px;
  position: relative;
  top: 3px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .DMSTitle {
  font-size: 65px;
  padding-top: 50px;
  font-weight: normal;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .DMSTip {
  font-size: 40px;
  line-height: 80px;
  font-weight: normal;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .DMSfrom {
  font-size: 26px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox {
  width: 66px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: 7px;
  margin: 0 auto;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .iconImg {
  width: 39px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 17px;
  z-index: 2;
  transform: scale(1, 1);
  transition: transform 0.3s linear;
  transform-origin: 50% 50%;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .headericon {
  width: 30px;
  left: 50%;
  margin-left: -15px;
  top: 20px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .userImg {
  margin-left: -19px;
  top: 18px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .eyeicon {
  top: 28px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .borderImg {
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.1s linear;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox:hover .borderImg {
  opacity: 0;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox:hover .iconImg {
  transform: scale(1.4, 1.4);
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .funIcon {
  width: 61px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .funTitle {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .funTip {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  color: #5b5b5b;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox .funLeft {
  width: 360px;
  display: inline-block;
}
main.Iot.pc .DMSBox .DMSContent .DMSTextBox .funBox.en .funTip {
  font-size: 12px;
}

main.Iot.pc.en .tvBox .tvContent .cpuBox .tip2 .MoreBtn {
  font-size: 24px;
  width: 220px;
}
main.Iot.pc.en .ITSBox .ITSViedeoScrollTitle {
  padding-bottom: 150px;
}
main.Iot.pc.en .ITSBox .ITSViedeoScrollTitle div {
  font-size: 36px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
}
main.Iot.pc.en .videoBox .itemBox .tip {
  font-size: 30px;
  width: 1200px;
  margin: 0 auto;
}
main.Iot.pc.en .videoBox .itemBox3 .title {
  width: 1200px;
  margin: 0 auto;
  font-size: 40px;
  letter-spacing: 1px;
}
main.Iot.pc.en .videoBox .itemBox3 video {
  height: 480px;
}
main.Iot.pc.en .carsBanner .bannerTextBox {
  font-size: 50px;
  letter-spacing: normal;
  text-shadow: 0 0 20px black;
}
main.Iot.pc.en .carsBanner .bannerTextBox span {
  display: block;
  width: 600px;
}
main.Iot.pc.en .carTip .carTitle {
  font-size: 55px;
}

@media screen and (max-width: 750px) {
  main.Iot {
    background: #ffffff;
    box-sizing: border-box;
  }
  main.Iot .carsBanner {
    margin-top: 3.8rem;
    width: 100%;
    height: 10.9rem;
    overflow: hidden;
    background-image: url(https://flyingchipmicro.oss-cn-beijing.aliyuncs.com/web/A1/A1-BANNER.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  main.Iot .carsBanner .bannerTextBox {
    top: 5.9rem;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    left: 1.9rem;
  }
  main.Iot .carsBanner .bannerTextBox div {
    width: 100%;
    text-align: left;
  }
  main.Iot .carTip {
    width: 100%;
    height: 25rem;
    background: #ffffff;
    padding-bottom: 3.1rem;
    overflow: hidden;
  }
  main.Iot .carTip .carTitle {
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
    line-height: 8.1rem;
  }
  main.Iot .carTip .carBox {
    width: 37.5rem;
    margin: 0 auto;
    height: 17.8rem;
    font-size: 0.5rem;
    position: relative;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    left: -6.9rem;
    top: 9.4rem;
  }
  main.Iot .carTip .carBox .carsImg {
    position: absolute;
    top: 5.9rem;
    left: 13.8rem;
    width: 12rem;
    z-index: 5;
  }
  main.Iot .carTip .carBox .aroundBox {
    width: 18.2rem;
    height: 17.8rem;
    position: absolute;
    left: 13.3rem;
    top: 0;
    z-index: 1;
    overflow: hidden;
  }
  main.Iot .carTip .carBox .aroundBox .aroundBoxImg {
    position: absolute;
    width: 18.2rem;
    height: 17.1rem;
    left: 50%;
    margin-left: -9.1rem;
    top: 50%;
    margin-top: -8.8rem;
  }
  main.Iot .carTip .carBox .changeBox {
    overflow: hidden;
    width: 4.6rem;
    height: 14.7rem;
    position: absolute;
    left: 13.9rem;
    top: 1.1rem;
    z-index: 2;
  }
  main.Iot .carTip .carBox .changeBox .changeBoxImg {
    position: absolute;
    left: 0;
    width: 4.6rem;
    margin-top: -7.2rem;
    top: 50%;
  }
  main.Iot .carTip .carBox .scotomaBox {
    width: 9rem;
    height: 11.8rem;
    position: absolute;
    left: 18.4rem;
    top: 2.6rem;
    z-index: 3;
    overflow: hidden;
  }
  main.Iot .carTip .carBox .scotomaBox .scotomaBoxContent {
    width: 12.1rem;
    position: absolute;
    height: 0;
    top: 50%;
  }
  main.Iot .carTip .carBox .scotomaBox .scotomaBoxContent .scotoma1Img {
    position: absolute;
    top: -5.9rem;
    width: 9rem;
  }
  main.Iot .carTip .carBox .scotomaBox .scotomaBoxContent .scotoma2Img {
    position: absolute;
    bottom: -5.9rem;
    width: 9rem;
  }
  main.Iot .carTip .carBox .bothBox {
    width: 37.5rem;
    height: 17.8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
  }
  main.Iot .carTip .carBox .bothBox .both1Img {
    width: 36.3rem;
    height: 17.1rem;
    position: absolute;
    left: 50%;
    margin-left: -18.8rem;
    top: 0.6rem;
  }
  main.Iot .carTip .carBox .line_car_box {
    width: 37.5rem;
    height: 17.8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    overflow: hidden;
  }
  main.Iot .carTip .carBox .line_car_box .car_line1Img {
    position: absolute;
    width: 3rem;
    top: 50%;
    margin-top: -8.4rem;
    left: 1.4rem;
    transform: rotate(-2deg);
  }
  main.Iot .carTip .carBox .line_car_box .car_line2Img {
    position: absolute;
    width: 4.1rem;
    right: -0.3rem;
    top: 50%;
    margin-top: -8.8rem;
    transform: rotate(-3deg);
  }
  main.Iot .carTip .carBox .car_text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
  }
  main.Iot .carTip .carBox .car_text_box .center_text {
    width: 100%;
    position: absolute;
    top: 7.5rem;
    line-height: 1.8rem;
    height: 1.8rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text span {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t1 {
    left: 0;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t2 {
    left: 8.3rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t3 {
    color: #fff;
    line-height: 0.9rem;
    left: 17.1rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.4rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t3.en {
    left: 15.6rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t4 {
    color: #fff;
    left: 21.9rem;
    font-weight: normal;
    font-size: 0.4rem;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t4.en {
    width: 4.7rem;
    line-height: 0.9rem;
    text-align: center;
    left: 20.9rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t5 {
    right: 7.2rem;
    top: 0.3rem;
  }
  main.Iot .carTip .carBox .car_text_box .center_text .t6 {
    right: 2rem;
    top: 0.3rem;
  }
  main.Iot .carTip .carBox .car_text_box .change_text {
    width: 14.3rem;
    height: 10.2rem;
    position: absolute;
    left: 13.1rem;
    top: 3.5rem;
    text-align: center;
    line-height: 0.8rem;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  main.Iot .carTip .carBox .car_text_box .change_text .t1 {
    left: 0;
    top: 0;
    position: absolute;
  }
  main.Iot .carTip .carBox .car_text_box .change_text .t2 {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  main.Iot .carTip .carBox .car_text_box .change_text .t3 {
    top: 0;
    position: absolute;
    right: 0;
  }
  main.Iot .carTip .carBox .car_text_box .change_text .t4 {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main.Iot .carTip .carBox .car_text_box .change_text.en {
    width: 18.8rem;
    left: 10.9rem;
  }
  main.Iot .carTip .carBox .car_text_box .around_text {
    width: 2.5rem;
    height: 13.1rem;
    position: absolute;
    left: 19.2rem;
    top: 2.3rem;
  }
  main.Iot .carTip .carBox .car_text_box .around_text .t1 {
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }
  main.Iot .carTip .carBox .car_text_box .around_text .t2 {
    position: absolute;
    bottom: 0;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }
  main.Iot .carTip .carBox .car_text_box .around_text.en {
    width: 6.9rem;
    left: 17.2rem;
    top: 1.6rem;
  }
  main.Iot .carTip .carBox .car_text_box .around_text.en .t2 {
    bottom: -1.6rem;
  }
  main.Iot .videoBox {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
  }
  main.Iot .videoBox .itemBox {
    width: 100%;
    padding-top: 3.1rem;
  }
  main.Iot .videoBox .itemBox .title {
    padding: 0 2.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 0.9rem;
  }
  main.Iot .videoBox .itemBox .tip {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.9rem;
    padding: 0 1.6rem;
  }
  main.Iot .videoBox .itemBox video {
    margin-top: 0.9rem;
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
  main.Iot .videoBox .itemBox3 {
    margin-bottom: 6.3rem;
  }
  main.Iot .ITSTextBox {
    width: 100%;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 6.3rem;
  }
  main.Iot .ITSTextBox .ITSTextTitle {
    font-size: 1.9rem;
  }
  main.Iot .ITSTextBox .ITSTextTip {
    font-size: 1.4rem;
    line-height: 3.1rem;
  }
  main.Iot .ITSTextBox .ITSTextForm {
    font-size: 0.9rem;
  }
  main.Iot .ITSTextBox .ITSFunBox {
    width: 100%;
    text-align: center;
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  main.Iot .ITSTextBox .ITSFunBox .ITSFun {
    width: 9.4rem;
    display: inline-block;
  }
  main.Iot .ITSTextBox .ITSFunBox .ITSFun img {
    width: 3.1rem;
  }
  main.Iot .ITSTextBox .ITSFunBox .ITSFun .ITSFunTile {
    margin-top: 0.9rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  main.Iot .ITSTextBox .ITSFunBox .ITSFun .ITSFunTip {
    font-size: 0.5rem;
    line-height: 0.9rem;
    color: #5b5b5b;
  }
  main.Iot .ITSBox {
    width: 100%;
    height: 350vh;
    position: relative;
  }
  main.Iot .ITSBox .ITSViedeoScrollTitle {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 6.3rem;
    height: 6.3rem;
    position: absolute;
    background: #f4f4f4;
    top: -6.3rem;
  }
  main.Iot .ITSBox .ITSViedeoBox {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100vh;
    padding-bottom: 3.1rem;
  }
  main.Iot .ITSBox .ITSViedeoBox .ITSViedeoScroll {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 3.1rem;
    background-size: 100% 100%;
    background-position: center;
  }
  main.Iot .ITSBox .ITSViedeoBox .ITSVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.Iot .ITSBox .ITSViedeoBox .ITSViedeoTitle {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 10vh;
    transition: opacity 0.1s linear;
    box-sizing: border-box;
  }
  main.Iot .ITSBox .ITSViedeoBox .ITSViedeoTitle h1 {
    width: 100%;
    padding-top: 10vh;
    font-size: 2.2rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
  }
  main.Iot .DMSBox {
    margin-top: 18.8rem;
    width: 23.4rem;
    height: auto;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 0.9rem;
  }
  main.Iot .DMSBox .DMSContent {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  main.Iot .DMSBox .DMSContent .DMSVideoBox {
    width: 18.8rem;
    height: 16.3rem;
    overflow: hidden;
    margin-top: 0.3rem;
    position: relative;
    display: inline-block;
  }
  main.Iot .DMSBox .DMSContent .DMSVideoBox video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #FFF;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox {
    color: #000;
    width: 100%;
    text-align: center;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .moreLink {
    width: 6.3rem;
    height: 1.3rem;
    border: 0 solid #000;
    border-radius: 0.7rem;
    color: #000;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.6rem;
    margin-top: 1.6rem;
    padding-left: 0.3rem;
    display: none;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .moreLink .triangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 0.4rem solid transparent;
    border-top-width: 0.3rem;
    border-bottom-width: 0.3rem;
    border-left-color: #000;
    line-height: 1.3rem;
    position: relative;
    top: 0.1rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .DMSTitle {
    font-size: 2rem;
    padding-top: 1.6rem;
    font-weight: normal;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .DMSTip {
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: normal;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .DMSfrom {
    font-size: 0.8rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox {
    width: 100%;
    margin-top: 0.3rem;
    overflow: hidden;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox {
    width: 2.1rem;
    height: 2.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 0.2rem;
    margin: 0 auto;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .iconImg {
    width: 1.2rem;
    position: absolute;
    left: 50%;
    margin-left: -0.6rem;
    top: 0.5rem;
    z-index: 2;
    transform: scale(1, 1);
    transition: transform 0.3s linear;
    transform-origin: 50% 50%;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .headericon {
    width: 0.9rem;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.6rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .userImg {
    margin-left: -0.6rem;
    top: 0.6rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .eyeicon {
    top: 0.9rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox .borderImg {
    width: 100%;
    height: 2.3rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.1s linear;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox:hover .borderImg {
    opacity: 0;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .classifyImgBox:hover .iconImg {
    transform: scale(1.4, 1.4);
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .funIcon {
    width: 1.9rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .funTitle {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.3rem;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .funTip {
    font-size: 0.5rem;
    line-height: 0.9rem;
    margin-top: 0.2rem;
    color: #5b5b5b;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox .funLeft {
    width: 11.3rem;
    display: inline-block;
  }
  main.Iot .DMSBox .DMSContent .DMSTextBox .funBox.en .funTip {
    font-size: 0.4rem;
  }
  main.Iot .tvBox {
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 3.1rem;
  }
  main.Iot .tvBox .tvContent {
    width: 100%;
    position: relative;
    height: auto;
  }
  main.Iot .tvBox .tvContent .cpuBox {
    margin-top: -6.3rem;
    text-align: center;
    left: 0;
    top: 0;
    margin-bottom: 6.3rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip1 {
    width: 100%;
    font-size: 1.9rem;
    margin-bottom: 4.7rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip1.en {
    font-size: 1.4rem;
    font-weight: bold;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 {
    width: 100%;
    font-size: 1.4rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 .ITSTextTitle {
    font-size: 2.6rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 .ITSTextTip {
    font-size: 1.4rem;
    line-height: 3.1rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 .MoreBtn {
    font-size: 1.3rem;
    color: #fff;
    display: inline-block;
    height: 1.9rem;
    line-height: 1.9rem;
    width: 6.3rem;
    cursor: pointer;
    border-radius: 0.3rem;
    background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
    font-size: 0.8rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 .ITSTextTitle {
    font-weight: bold;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 .ITSTextTip {
    font-size: 1.7rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tip2 {
    font-size: 1.9rem;
  }
  main.Iot .tvBox .tvContent .cpuBox .tipimg {
    width: 9.4rem;
    left: 50%;
    margin-bottom: -1.9rem;
  }
  main.Iot .tvBox .tvContent .imgTip {
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
  main.Iot .tvBox .tvContent .imgTip span {
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 0.3rem;
  }
  main.Iot .tvBox .tvContent .imgTip.en {
    letter-spacing: 0;
  }
  main.Iot .tvBox .tvContent .imgBox {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box;
    position: relative;
    transition: opacity 0.5s linear;
  }
  main.Iot .tvBox .tvContent .imgBox .div {
    width: 1.3rem;
    height: 1.3rem;
    border: 0.3rem solid #4db7ac;
    position: absolute;
  }
  main.Iot .tvBox .tvContent .imgBox .div1 {
    border-right: none;
    border-bottom: none;
    left: -0.6rem;
    top: -0.6rem;
  }
  main.Iot .tvBox .tvContent .imgBox .div2 {
    border-left: none;
    border-bottom: none;
    right: -0.6rem;
    top: -0.6rem;
  }
  main.Iot .tvBox .tvContent .imgBox .div3 {
    border-right: none;
    border-top: none;
    left: -0.6rem;
    bottom: -0.6rem;
  }
  main.Iot .tvBox .tvContent .imgBox .div4 {
    border-left: none;
    border-top: none;
    right: -0.6rem;
    bottom: -0.6rem;
  }
  main.Iot .tvBox .tvContent .imgBox .tvshow {
    width: 100%;
    height: auto;
    text-align: center;
  }
  main.Iot .tvBox .tvContent .imgBox .tvshow .imgshow {
    width: 12.5rem;
    height: 6.3rem;
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
  }
  main.Iot .tvBox .tvContent .imgBox .tvshow .imgshow .aspect {
    font-size: 2.1rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 18.2rem;
    user-select: none;
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  main.Iot .ITSTextBox2 {
    width: 100%;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 4.7rem;
  }
  main.Iot .ITSTextBox2 .ITSTextTitle {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  main.Iot .ITSTextBox2 .ITSTextTip {
    font-size: 1.7rem;
  }
  main.Iot .ITSTextBox2 .ITSTextForm {
    font-size: 0.9rem;
  }
  main.Iot .ITSTextBox2 .ITSFunBox {
    width: 100%;
    text-align: center;
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main.Iot .ITSTextBox2 .ITSFunBox .ITSFun {
    width: 9.4rem;
    display: inline-block;
    margin-bottom: 0.9rem;
  }
  main.Iot .ITSTextBox2 .ITSFunBox .ITSFun img {
    width: 3.1rem;
  }
  main.Iot .ITSTextBox2 .ITSFunBox .ITSFun .ITSFunTile {
    margin-top: 0.6rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  main.Iot .ITSTextBox2 .ITSFunBox .ITSFun .ITSFunTip {
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: #5b5b5b;
  }

  main.Iot.en .tvBox .tvContent .cpuBox .tip2 .ITSTextTitle {
    text-align: center;
    color: #000;
  }
  main.Iot.en .tvBox .tvContent .cpuBox .tip2 .ITSTextTip {
    font-size: 1.3rem;
  }
  main.Iot.en .tvBox .tvContent .cpuBox .tip2 .MoreBtn {
    width: 8.1rem;
  }
  main.Iot.en .carsBanner .bannerTextBox {
    width: 100%;
    overflow: hidden;
    font-size: 0.9rem;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
    letter-spacing: normal;
    top: 6.3rem;
  }
  main.Iot.en .carsBanner .bannerTextBox div {
    width: 18.8rem;
  }
  main.Iot.en .carsBanner .bannerTextBox div span {
    display: block;
    width: 12.5rem;
  }
  main.Iot.en .videoBox .itemBox .title {
    padding: 0 0.9rem;
    font-size: 1.6rem;
  }
  main.Iot.en .videoBox .itemBox3 .title {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  main.Iot.en .ITSBox {
    width: 100%;
    height: 350vh;
    position: relative;
    margin-top: 7.8rem;
  }
  main.Iot.en .ITSBox .ITSViedeoScrollTitle {
    width: 100%;
    box-sizing: border-box;
    padding: 0.9rem 0.5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    height: 9.4rem;
    top: -8.4rem;
  }
  main.Iot.en .ITSTextBox2 .ITSTextTitle {
    font-size: 1.1rem;
  }
  main.Iot.en .carTip .carTitle {
    padding-top: 0.9rem;
    margin: 0 auto;
    width: 12.5rem;
    line-height: 1.6rem;
    height: 8.1rem;
  }
  main.Iot.en .ITSTextBox .ITSTextTip {
    line-height: 2rem;
    width: 17.2rem;
    margin: 0.6rem auto;
  }
}
main.Page.pc {
  width: 100%;
  min-width: 1200px;
  background: #ffffff;
  padding-bottom: 50px;
  padding-top: 80px;
}
main.Page.pc .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}
main.Page.pc .content .contentBox {
  padding-bottom: 50px;
}
main.Page.pc .content .contentBox p {
  margin-bottom: 1em;
  min-height: 1em;
}
main.Page.pc .content .contentBox a:visited {
  color: inherit;
}
main.Page.pc .content .contentBox a {
  color: inherit;
}
main.Page.pc .content .contentBox img, main.Page.pc .content .contentBox video {
  max-width: 100%;
  margin: 1em 0;
}
main.Page.pc .content .page_left {
  float: left;
  width: 67.3%;
}
main.Page.pc .content .page_left h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
main.Page.pc .content .page_left .time {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #999;
}
main.Page.pc .content .page_right {
  width: 29.7%;
  float: right;
}
main.Page.pc .content .page_right h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 41px;
}
main.Page.pc .content .page_right ul {
  border-top: 3px solid #37933f;
  border-bottom: 3px solid #37933f;
}
main.Page.pc .content .page_right ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 0px;
  overflow: hidden;
  cursor: pointer;
}
main.Page.pc .content .page_right ul li .new-right-img {
  float: left;
  width: 44%;
  overflow: hidden;
}
main.Page.pc .content .page_right ul li .new-right-img .new-right-img img {
  transition: all 0.5s;
}
main.Page.pc .content .page_right ul li .new-right-text {
  float: right;
  width: 50%;
}
main.Page.pc .content .page_right ul li .new-right-text p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  height: 60px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-white-space: nowrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
main.Page.pc .content .page_right ul li .new-right-text span {
  display: block;
}
main.Page.pc .content .page_right ul li .new-right-text span a {
  font-size: 14px;
  color: #333;
  display: block;
}
main.Page.pc .content .page_right ul li:hover p {
  color: #37933f;
}
main.Page.pc .content .page_right ul li:hover span a {
  color: #37933f;
}

@media screen and (max-width: 750px) {
  main.Page {
    width: 100%;
    background: #ffffff;
    padding-bottom: 1.6rem;
    padding-top: 3.8rem;
  }
  main.Page .content {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.9rem;
  }
  main.Page .content .contentBox {
    padding-bottom: 1.6rem;
  }
  main.Page .content .contentBox p {
    margin-bottom: 1em;
    min-height: 1em;
  }
  main.Page .content .contentBox img, main.Page .content .contentBox video {
    max-width: 100%;
    margin: 1em 0;
  }
  main.Page .content .page_left {
    width: 21.9rem;
    margin: 0 auto;
  }
  main.Page .content .page_left h1 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    color: #000;
    margin-bottom: 0.9rem;
    text-align: center;
  }
  main.Page .content .page_left .time {
    text-align: center;
    margin-bottom: 1.6rem;
    font-size: 0.8rem;
    color: #999;
  }
  main.Page .content .page_right {
    width: 21.9rem;
    margin: 0 auto;
  }
  main.Page .content .page_right h4 {
    text-align: center;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 1.3rem;
  }
  main.Page .content .page_right ul {
    border-top: 0.1rem solid #37933f;
    border-bottom: 0.1rem solid #37933f;
  }
  main.Page .content .page_right ul li {
    border-bottom: 0 solid #e1e1e1;
    padding: 1.1rem 0;
    overflow: hidden;
    cursor: pointer;
  }
  main.Page .content .page_right ul li .new-right-img {
    float: left;
    width: 44%;
    overflow: hidden;
  }
  main.Page .content .page_right ul li .new-right-img img {
    transition: all 0.5s;
  }
  main.Page .content .page_right ul li .new-right-text {
    float: right;
    width: 50%;
  }
  main.Page .content .page_right ul li .new-right-text p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #666;
    height: 3.1rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-white-space: nowrap;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  main.Page .content .page_right ul li .new-right-text span {
    display: block;
    text-align: right;
  }
  main.Page .content .page_right ul li .new-right-text span a {
    font-size: 0.7rem;
    color: #333;
    display: block;
  }
  main.Page .content .page_right ul li:hover p {
    color: #37933f;
  }
  main.Page .content .page_right ul li:hover span a {
    color: #37933f;
  }
}
main.pc.Home {
  min-width: 1200px;
  background: #ffffff;
  padding: 0 20px;
  padding-bottom: 1px;
}
main.pc.Home section {
  box-sizing: border-box;
}
main.pc.Home .banner-anim {
  box-sizing: border-box;
  height: 800px;
}
main.pc.Home .ImgSection {
  width: 100vw;
  height: 40vw;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
main.pc.Home .ImgSection .imgTitleBox {
  width: 550px;
  position: absolute;
  left: 10vw;
  top: 150px;
  z-index: 5;
  color: #ffffff;
}
main.pc.Home .ImgSection .imgTitleBox .imgTitle {
  font-size: 55px;
  font-weight: bold;
}
main.pc.Home .ImgSection .imgTitleBox .imgTip1 {
  font-size: 32px;
  margin-top: 15px;
}
main.pc.Home .ImgSection .imgTitleBox .imgTip2 {
  font-size: 25px;
  margin-top: 45px;
  font-weight: 200;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
main.pc.Home .ImgSection .imgSectionBox {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s linear;
  transform: scale(1, 1);
}
main.pc.Home .ImgSection .imgSectionBox:hover {
  transform: scale(1.05, 1.05);
}
main.pc.Home .banner-anim-thumb {
  bottom: 25px;
}
main.pc.Home .banner-anim-thumb span {
  background: #afafaf;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  margin: 5px;
}
main.pc.Home .banner-anim-thumb span.active {
  background: #48ab94;
  border-color: #54c6ab;
}
main.pc.Home .technologyBox {
  width: 100%;
  height: 40vw;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
main.pc.Home .technologyBox .contentBox {
  height: 100%;
  width: 300vw;
  display: flex;
  justify-content: start;
  position: relative;
  left: -200vw;
}
main.pc.Home .technologyBox .gsBox {
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  background-size: cover;
  background-position: 100% 100%;
}
main.pc.Home .technologyBox .gsBox .txtBox {
  width: 1000px;
  padding-left: 8vw;
  color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
main.pc.Home .technologyBox .gsBox .txtBox .titleTip {
  font-size: 75px;
  font-weight: bold;
  margin-top: -70px;
}
main.pc.Home .technologyBox .gsBox .txtBox .title {
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 130px;
}
main.pc.Home .technologyBox .gsBox .txtBox .title sup {
  font-weight: normal;
}
main.pc.Home .technologyBox .gsBox .txtBox .item {
  font-size: 33px;
  line-height: 50px;
  width: 100%;
}
main.pc.Home #homepage {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  margin-top: 80px;
}
main.pc.Home #homepage .bannernone {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}
main.pc.Home #homepage .bannernone .banner-anim-thumb {
  bottom: 5px;
}
main.pc.Home #homepage .bannernone .banner-anim-thumb span {
  background: #999;
  width: 25px;
  height: 4px;
  background-clip: content-box;
  border: 10px solid transparent;
  box-shadow: none;
  border-right-width: 5px;
  margin: 0;
}
main.pc.Home #homepage .bannernone .banner-anim-thumb span.active {
  background: #333;
  background-clip: content-box;
}
main.pc.Home #homepage .bannernone button {
  width: 120px;
  height: 26px;
  font-size: 18px;
  background: transparent;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  color: #2779b8;
}
main.pc.Home #homepage .bannernone .textBg {
  width: 100%;
  position: absolute;
  height: 100%;
}
main.pc.Home #homepage .bannernone .bannerAnText1 {
  width: 1200px;
  margin: 0 auto;
  font-size: 100px;
  text-align: left;
  padding-top: 150px;
  font-weight: bold;
  opacity: 0;
}
main.pc.Home #homepage .bannernone .bannerAnText2 {
  font-size: 50px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 200;
  opacity: 0;
}
main.pc.Home #homepage .bannernone .bannerW {
  color: #fff;
}
main.pc.Home .banner-anim-elem {
  opacity: 1;
}
main.pc.Home .banner-anim-elem .textBox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main.pc.Home .banner-anim-elem .box123 {
  position: absolute;
  left: -200px;
  top: 100px;
}
main.pc.Home .banner-anim-elem .box123 .textimg {
  width: 600px;
  top: 50px;
  position: absolute;
  left: 50px;
}
main.pc.Home .banner-anim-elem .box123 .textimg2 {
  width: 1800px;
  top: -80px;
  position: absolute;
  left: -180px;
}
main.pc.Home .banner-anim-elem .box123 .morebtn {
  color: #fff;
  position: absolute;
  top: 350px;
  width: 136px;
  text-align: center;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  border: 1px solid #47c2b0;
  border-radius: 8px;
  left: 60px;
}
main.pc.Home .banner-anim-elem .box123 .morebtn2 {
  color: #fff;
  position: absolute;
  top: 530px;
  width: 136px;
  text-align: center;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  border: 1px solid #47c2b0;
  border-radius: 8px;
  left: -60px;
}
main.pc.Home .banner-anim-elem .box123 .morebtn3 {
  color: #fff;
  position: absolute;
  top: 530px;
  width: 136px;
  text-align: center;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  border: 1px solid #47c2b0;
  border-radius: 8px;
  left: -40px;
}
main.pc.Home .banner-anim-elem .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  background-position: 57% center;
  background-size: cover;
}
main.pc.Home .custom-arrow-thumb {
  height: 800px;
}
main.pc.Home .thumbBox {
  width: 1200px;
  position: absolute;
  height: 105px;
  overflow: hidden;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  bottom: 63px;
  display: flex;
  justify-content: flex-start;
}
main.pc.Home .thumbBox .indicatorImgBox {
  width: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: 5px;
  margin-top: 25px;
}
main.pc.Home .thumbBox .indicatorImgBox .indicatorImg {
  border: 11px solid transparent;
  border-left-color: #000;
  border-top-width: 7px;
  border-bottom-width: 7px;
}
main.pc.Home .thumbBox .indicatorImgBox .indicatorImgW {
  border-left-color: #fff;
}
main.pc.Home .thumbBox .indicatorTextBox {
  width: 50%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
main.pc.Home .thumbBox .indicatorTextBox .indicatorAnBox {
  margin-top: -1px;
}
main.pc.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorText {
  font-size: 14px;
  opacity: 0.5;
  line-height: 27px;
  height: 27px;
  color: #000;
  cursor: pointer;
}
main.pc.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorText sup {
  font-size: 12px;
  margin-top: -5px;
  line-height: 10px;
}
main.pc.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorTextW {
  color: #ffffff;
}
main.pc.Home .funBox {
  width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}
main.pc.Home .funBox h1 {
  width: 100%;
  font-size: 45px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
main.pc.Home .funBox .funContent {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 20px;
}
main.pc.Home .funBox .funline {
  width: 50%;
  margin-bottom: 20px;
  height: 393px;
}
main.pc.Home .funBox .funItem {
  width: 100%;
  margin: 0 10px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
main.pc.Home .funBox .funItem .funBG {
  background-size: cover;
  transition: all 0.4s linear;
  background-position: center;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(1, 1);
  position: absolute;
  left: 0;
  top: 0;
}
main.pc.Home .funBox .funItem .fontBox {
  position: absolute;
  left: 29px;
  bottom: 20px;
  display: flex;
  box-sizing: border-box;
  font-size: 25px;
  width: 100%;
  transition: all 0.4s linear;
}
main.pc.Home .funBox .funItem .fontBox span {
  line-height: 25px;
  color: #fff;
  text-shadow: 0 0 20px black;
}
main.pc.Home .funBox .funItem1 {
  height: 217px;
  margin-left: 20px;
}
main.pc.Home .funBox .funItem2 {
  height: 154px;
  margin-top: 20px;
  margin-left: 20px;
}
main.pc.Home .funBox .funItem2 .funBG {
  background-position: top center;
}
main.pc.Home .funBox .funItem:hover .funBG {
  transform: scale(1.1, 1.1);
}
main.pc.Home .funBox .funItem:hover .fontBox {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
main.pc.Home .ProductSec {
  width: 1200px;
  margin: 0 auto 80px;
}
main.pc.Home .ProductSec h1 {
  width: 100%;
  font-size: 45px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
  color: #000;
}
main.pc.Home .ProductSec .produntBox {
  display: flex;
  justify-content: center;
}
main.pc.Home .ProductSec .produntBox .productCard {
  width: 400px;
  height: 286px;
  box-sizing: border-box;
  border: 1px solid #d6d7d9;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin: 15px;
}
main.pc.Home .ProductSec .produntBox .productCard .img {
  width: 100%;
  height: 213.3333333333px;
  background: url(/static/image2/m2.png);
  background-position: center;
  background-size: cover;
}
main.pc.Home .ProductSec .produntBox .productCard .textBox {
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 13.3333333333px;
}
main.pc.Home .ProductSec .produntBox .productCard .textBox .title {
  font-size: 15.3333333333px;
  line-height: 24px;
  color: #000;
}
main.pc.Home .ProductSec .produntBox .productCard .textBox .line {
  width: 100px;
  height: 1px;
  background: #a9a9a9;
}
main.pc.Home .ProductSec .produntBox .productCard .textBox .tip {
  font-size: 12.6666666667px;
  line-height: 25.3333333333px;
  color: #a9a9a9;
}
main.pc.Home .ProductSec .produntBox .productCard2 .textBox .line {
  width: 167px;
}
main.pc.Home .ProductSec .produntBox .productCard2 .img {
  background-image: url(https://flyingchipmicro.oss-cn-beijing.aliyuncs.com/web/A1/A13.jpg);
  background-position: center;
}
main.pc.Home .videoBox {
  width: 100%;
  height: 45vw;
  min-height: 450px;
  min-width: 1200px;
  display: flex;
  margin-bottom: 50px;
}
main.pc.Home .videoBox .left {
  width: 20vw;
  min-width: 240px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
  position: relative;
}
main.pc.Home .videoBox .left .textBox {
  cursor: pointer;
  position: absolute;
  width: 210px;
  left: 50%;
  bottom: 30%;
  margin-left: -110px;
  margin-bottom: -50px;
  height: 180px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
main.pc.Home .videoBox .left .textBox .title {
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
}
main.pc.Home .videoBox .left .textBox .title span {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: -6px;
}
main.pc.Home .videoBox .left .textBox .line {
  width: 174px;
  height: 1px;
  background: #fff;
  margin: 12px 0 10px;
}
main.pc.Home .videoBox .left .textBox .tip {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
main.pc.Home .videoBox .right {
  flex-shrink: 0;
  width: 80vw;
  min-width: 960px;
  height: 45vw;
  min-height: 450px;
}
main.pc.Home .videoBox .right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.pc.Home .newsBox {
  width: 1200px;
  margin: 50px auto;
}
main.pc.Home .newsBox h1 {
  width: 100%;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 20px;
}
main.pc.Home .newsBox .newContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 360px;
}
main.pc.Home .newsBox .newContent .newCard {
  width: 408px;
  height: 360px;
  box-sizing: border-box;
  border: 1px solid #d5d6d8;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
}
main.pc.Home .newsBox .newContent .newCard .img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 175.0105263158px;
  position: relative;
}
main.pc.Home .newsBox .newContent .newCard .img .new {
  width: auto;
  height: 25px;
  background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  margin-right: 10px;
  padding: 3px 5px;
  position: absolute;
  left: 15px;
  top: 20px;
}
main.pc.Home .newsBox .newContent .newCard .textBox {
  width: 100%;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 10px;
  padding-top: 20px;
}
main.pc.Home .newsBox .newContent .newCard .textBox h2 {
  font-size: 25px;
  line-height: 35px;
  height: 70px;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
main.pc.Home .newsBox .newContent .newCard .textBox p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  min-height: 40px;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666;
}
main.pc.Home .newsBox .newContent .newCard .textBox .time {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}
main.pc.Home .newsBox .newContent .newMoreBox {
  width: 304px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 14px;
  background: #f2f2f3;
  border-radius: 10px;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem {
  width: 100%;
  padding-top: 6px;
  margin-bottom: 5px;
  color: #000;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem .title {
  font-size: 18px;
  width: 260px;
  line-height: 28px;
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox {
  display: flex;
  margin-top: 8px;
  margin-bottom: 10px;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox .new {
  width: auto;
  height: 25px;
  background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 2px 3px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox .time {
  font-size: 18px;
  color: #555;
  line-height: 30px;
}
main.pc.Home .newsBox .newContent .newMoreBox .newMoreItem .border-line {
  width: 100%;
  height: 0.5px;
  background: #555;
  transform: translateZ(0);
}
main.pc.Home .sloganBox {
  width: 1200px;
  margin: 150px auto;
  text-align: center;
}
main.pc.Home .sloganBox .slogan1 {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
}
main.pc.Home .sloganBox .slogan2 {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  line-height: 90px;
}
main.pc.Home .sloganBox .line {
  width: 76px;
  margin: 0 auto;
  height: 1px;
  background: #555;
}

main.pc.Home.en .banner-anim-elem {
  opacity: 1;
}
main.pc.Home.en .banner-anim-elem .textBox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main.pc.Home.en .banner-anim-elem .box123 {
  position: absolute;
  left: -150px;
  top: 100px;
}
main.pc.Home.en .banner-anim-elem .box123 .textimg {
  width: 600px;
  top: 50px;
  position: absolute;
  left: 50px;
}
main.pc.Home.en .banner-anim-elem .box123 .morebtn {
  color: #fff;
  position: absolute;
  top: 400px;
  width: 136px;
  text-align: center;
  height: 32px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 30px;
  border: 1px solid #47c2b0;
  border-radius: 8px;
  left: 70px;
}
main.pc.Home.en .funBox h1 {
  margin-top: 80px;
  margin-bottom: 50px;
}
main.pc.Home.en .ProductSec .produntBox .productCard .textBox .line {
  width: 205px;
}
main.pc.Home.en .ProductSec .produntBox .productCard2 .textBox .line {
  width: 210px;
}
main.pc.Home.en .videoBox .left .textBox {
  width: 260px;
  margin-left: -130px;
}
main.pc.Home.en .videoBox .left .textBox .title {
  font-size: 35px;
}
main.pc.Home.en .videoBox .left .textBox .title span {
  font-size: 22px;
  position: relative;
  top: 2px;
}
main.pc.Home.en .videoBox .left .textBox .tip {
  font-size: 16px;
  text-align: left;
}
main.pc.Home.en .videoBox .left .textBox .line {
  width: 220px;
}

@media screen and (max-width: 750px) {
  main.Home {
    width: 100%;
    background: #ffffff;
    padding-bottom: 0;
    margin-top: 3.8rem;
  }
  main.Home section {
    box-sizing: border-box;
  }
  main.Home .banner-anim {
    box-sizing: border-box;
    height: 12.5rem;
  }
  main.Home .ImgSection {
    width: 100vw;
    height: 40vw;
    min-height: 15.6rem;
    overflow: hidden;
    position: relative;
  }
  main.Home .ImgSection .imgTitleBox {
    width: 17.2rem;
    position: absolute;
    left: 10vw;
    top: 4.7rem;
    z-index: 5;
    color: #ffffff;
  }
  main.Home .ImgSection .imgTitleBox .imgTitle {
    font-size: 1.7rem;
    font-weight: bold;
  }
  main.Home .ImgSection .imgTitleBox .imgTip1 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  main.Home .ImgSection .imgTitleBox .imgTip2 {
    font-size: 0.8rem;
    margin-top: 1.4rem;
    font-weight: 200;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  }
  main.Home .ImgSection .imgSectionBox {
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1s linear;
    transform: scale(1, 1);
  }
  main.Home .ImgSection .imgSectionBox:hover {
    transform: scale(1.05, 1.05);
  }
  main.Home .banner-anim-thumb {
    bottom: 0.8rem;
  }
  main.Home .banner-anim-thumb span {
    background: #afafaf;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0 solid #c6c6c6;
    box-shadow: none;
    margin: 0.2rem;
  }
  main.Home .banner-anim-thumb span.active {
    background: #48ab94;
    border-color: #54c6ab;
  }
  main.Home .technologyBox {
    width: 100%;
    height: 40vw;
    min-height: 15.6rem;
    overflow: hidden;
    position: relative;
  }
  main.Home .technologyBox .contentBox {
    height: 100%;
    width: 300vw;
    display: flex;
    justify-content: start;
    position: relative;
    left: -200vw;
  }
  main.Home .technologyBox .gsBox {
    width: 100vw;
    min-width: 37.5rem;
    height: 100%;
    background-size: cover;
    background-position: 100% 100%;
  }
  main.Home .technologyBox .gsBox .txtBox {
    width: 31.3rem;
    padding-left: 8vw;
    color: #fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  main.Home .technologyBox .gsBox .txtBox .titleTip {
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: -2.2rem;
  }
  main.Home .technologyBox .gsBox .txtBox .title {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 4.1rem;
  }
  main.Home .technologyBox .gsBox .txtBox .title sup {
    font-weight: normal;
  }
  main.Home .technologyBox .gsBox .txtBox .item {
    font-size: 1rem;
    line-height: 1.6rem;
    width: 100%;
  }
  main.Home #homepage {
    width: 100%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    margin-top: 2.2rem;
  }
  main.Home #homepage .bannernone {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 2;
  }
  main.Home #homepage .bannernone .banner-anim-thumb {
    bottom: 0.2rem;
  }
  main.Home #homepage .bannernone .banner-anim-thumb span {
    background: #999;
    width: 0.8rem;
    height: 0.1rem;
    background-clip: content-box;
    border: 0.3rem solid transparent;
    box-shadow: none;
    border-right-width: 0.2rem;
    margin: 0;
  }
  main.Home #homepage .bannernone .banner-anim-thumb span.active {
    background: #333;
    background-clip: content-box;
  }
  main.Home #homepage .bannernone button {
    width: 3.8rem;
    height: 0.8rem;
    font-size: 0.6rem;
    background: transparent;
    border: none;
    border-radius: 0.2rem;
    margin-top: 0.6rem;
    cursor: pointer;
    color: #2779b8;
  }
  main.Home #homepage .bannernone .textBg {
    width: 100%;
    position: absolute;
    height: 100%;
  }
  main.Home #homepage .bannernone .bannerAnText1 {
    width: 100%;
    margin: 0 auto;
    font-size: 3.1rem;
    text-align: left;
    padding-top: 4.7rem;
    font-weight: bold;
    opacity: 0;
  }
  main.Home #homepage .bannernone .bannerAnText2 {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.3rem;
    font-weight: 200;
    opacity: 0;
  }
  main.Home #homepage .bannernone .bannerW {
    color: #fff;
  }
  main.Home .banner-anim-elem {
    opacity: 1;
  }
  main.Home .banner-anim-elem .textBox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  main.Home .banner-anim-elem .box123 {
    width: 100%;
  }
  main.Home .banner-anim-elem .box123 .textimg {
    width: 10rem;
    top: 1.9rem;
    position: absolute;
    left: 1.3rem;
  }
  main.Home .banner-anim-elem .box123 .textimg2 {
    width: 25rem;
    top: 0;
    position: absolute;
    left: 0;
  }
  main.Home .banner-anim-elem .box123 .border-morebtn {
    border: 1px solid #47c2b0;
  }
  main.Home .banner-anim-elem .box123 .morebtn {
    color: #fff;
    position: absolute;
    top: 7.8rem;
    width: 5.9rem;
    text-align: center;
    height: 1.3rem;
    font-size: 0.7rem;
    box-sizing: border-box;
    line-height: 1.2rem;
    border-radius: 0.3rem;
    left: 1.7rem;
  }
  main.Home .banner-anim-elem .box123 .morebtn2 {
    color: #fff;
    position: absolute;
    top: 8.4rem;
    width: 5.9rem;
    text-align: center;
    height: 1.3rem;
    font-size: 0.7rem;
    box-sizing: border-box;
    line-height: 1.2rem;
    border-radius: 0.3rem;
    left: 1.7rem;
  }
  main.Home .banner-anim-elem .box123 .morebtn3 {
    color: #fff;
    position: absolute;
    top: 8.4rem;
    width: 5.9rem;
    text-align: center;
    height: 1.3rem;
    font-size: 0.7rem;
    box-sizing: border-box;
    line-height: 1.2rem;
    border-radius: 0.3rem;
    left: 1.7rem;
  }
  main.Home .banner-anim-elem .box123.zh .morebtn {
    top: 6.6rem;
    left: 1.6rem;
  }
  main.Home .banner-anim-elem .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }
  main.Home .custom-arrow-thumb {
    height: 11.3rem;
  }
  main.Home .thumbBox {
    width: 37.5rem;
    position: absolute;
    height: 3.3rem;
    overflow: hidden;
    left: 50%;
    margin-left: -18.8rem;
    z-index: 10;
    bottom: 2rem;
    display: flex;
    justify-content: flex-start;
  }
  main.Home .thumbBox .indicatorImgBox {
    width: 0.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-right: 0.2rem;
    margin-top: 0.8rem;
  }
  main.Home .thumbBox .indicatorImgBox .indicatorImg {
    border: 0.3rem solid transparent;
    border-left-color: #000;
    border-top-width: 0.2rem;
    border-bottom-width: 0.2rem;
  }
  main.Home .thumbBox .indicatorImgBox .indicatorImgW {
    border-left-color: #fff;
  }
  main.Home .thumbBox .indicatorTextBox {
    width: 50%;
    height: 4.4rem;
    overflow: hidden;
    position: relative;
  }
  main.Home .thumbBox .indicatorTextBox .indicatorAnBox {
    margin-top: -0;
  }
  main.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorText {
    font-size: 0.4rem;
    opacity: 0.5;
    line-height: 0.8rem;
    height: 0.8rem;
    color: #000;
    cursor: pointer;
  }
  main.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorText sup {
    font-size: 0.4rem;
    margin-top: -0.2rem;
    line-height: 0.3rem;
  }
  main.Home .thumbBox .indicatorTextBox .indicatorAnBox .indicatorTextW {
    color: #ffffff;
  }
  main.Home .funBox {
    width: 23.4rem;
    margin: 1.3rem auto;
    box-sizing: border-box;
  }
  main.Home .funBox h1 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.6rem;
  }
  main.Home .funBox .funContent {
    width: 23.4rem;
    display: flex;
    box-sizing: border-box;
    padding: 0.5rem;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 0.6rem;
  }
  main.Home .funBox .funline {
    width: 10.9rem;
    margin-bottom: 0.6rem;
    height: 9.4rem;
  }
  main.Home .funBox .funItem {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.3rem;
  }
  main.Home .funBox .funItem .funBG {
    background-size: cover;
    transition: all 0.4s linear;
    background-position: center;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    position: absolute;
    left: 0;
    top: 0;
  }
  main.Home .funBox .funItem .fontBox {
    position: absolute;
    left: 0.9rem;
    bottom: 0.6rem;
    display: flex;
    box-sizing: border-box;
    font-size: 0.8rem;
    width: 100%;
    transition: all 0.4s linear;
  }
  main.Home .funBox .funItem .fontBox span {
    line-height: 0.8rem;
    color: #fff;
  }
  main.Home .funBox .funItem1 {
    height: 5.6rem;
  }
  main.Home .funBox .funItem2 {
    height: 3.1rem;
    margin-top: 0.6rem;
  }
  main.Home .funBox .funItem:hover .funBG {
    transform: scale(1.1, 1.1);
  }
  main.Home .funBox .funItem:hover .fontBox {
    background: rgba(0, 0, 0, 0);
    color: #fff;
  }
  main.Home .ProductSec {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  main.Home .ProductSec h1 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.3rem;
    color: #000;
  }
  main.Home .ProductSec .produntBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  main.Home .ProductSec .produntBox .border-productCard {
    border: 1px solid #d6d7d9;
  }
  main.Home .ProductSec .produntBox .productCard {
    width: 14.3rem;
    height: 11.4rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    margin-bottom: 1.6rem;
    overflow: hidden;
  }
  main.Home .ProductSec .produntBox .productCard .img {
    width: 100%;
    height: 7.5rem;
    background: url(/static/image2/m2.png);
    background-position: center;
    background-size: cover;
  }
  main.Home .ProductSec .produntBox .productCard .textBox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  main.Home .ProductSec .produntBox .productCard .textBox .title {
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #000;
  }
  main.Home .ProductSec .produntBox .productCard .textBox .line {
    width: 4.6rem;
    background: #a9a9a9;
  }
  main.Home .ProductSec .produntBox .productCard .textBox .border-line {
    height: 1px;
  }
  main.Home .ProductSec .produntBox .productCard .textBox .tip {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #a9a9a9;
  }
  main.Home .ProductSec .produntBox .productCard2 .img {
    background-image: url(https://flyingchipmicro.oss-cn-beijing.aliyuncs.com/web/A1/A1.jpg);
    background-position: 90% center;
  }
  main.Home .videoBox {
    width: 100%;
    height: 450/12vw;
    max-height: 25rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
  }
  main.Home .videoBox .left {
    width: 100%;
    height: 9.4rem;
    background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
    position: relative;
    flex-shrink: 1;
  }
  main.Home .videoBox .left .textBox {
    width: 100%;
    text-align: center;
    height: 5.5rem;
    border: 0 solid #fff;
    border-radius: 0.3rem;
    box-sizing: border-box;
    color: #fff;
    padding-top: 1.9rem;
  }
  main.Home .videoBox .left .textBox .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.7rem;
  }
  main.Home .videoBox .left .textBox .title span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  main.Home .videoBox .left .textBox .line {
    width: 5.8rem;
    height: 0;
    background: #fff;
    margin: 0.4rem 0 0.3rem;
  }
  main.Home .videoBox .left .textBox .tip {
    font-size: 0.9rem;
    font-weight: 100;
    line-height: 1.4rem;
  }
  main.Home .videoBox .right {
    width: 100%;
    height: 12.5rem;
  }
  main.Home .videoBox .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.Home .newsBox {
    width: 100%;
    margin: 1.6rem auto;
  }
  main.Home .newsBox h1 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.6rem;
  }
  main.Home .newsBox .newContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main.Home .newsBox .newContent .border-newCard {
    border: 1px solid #d5d6d8;
  }
  main.Home .newsBox .newContent .newCard {
    width: 18.8rem;
    height: 12.5rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    margin-bottom: 0.9rem;
    overflow: hidden;
  }
  main.Home .newsBox .newContent .newCard .img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 7.8rem;
    position: relative;
  }
  main.Home .newsBox .newContent .newCard .img .new {
    width: 2.3rem;
    height: 1.3rem;
    background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
    color: #fff;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-right: 0.3rem;
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
  }
  main.Home .newsBox .newContent .newCard .textBox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.4rem;
    padding-right: 0.3rem;
  }
  main.Home .newsBox .newContent .newCard .textBox h2 {
    font-size: 0.9rem;
    line-height: 1.9rem;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
  }
  main.Home .newsBox .newContent .newCard .textBox .time {
    font-size: 0.7rem;
    color: #555;
  }
  main.Home .newsBox .newContent .newMoreBox {
    width: 18.8rem;
    height: 17.8rem;
    box-sizing: border-box;
    padding: 0.6rem;
    background: #f2f2f3;
    border-radius: 0.3rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem {
    width: 100%;
    padding-top: 0.5rem;
    margin-bottom: 0.2rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem .title {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 0.3rem;
    color: #000;
    height: 2.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox {
    display: flex;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox .new {
    padding: 0 0.2rem;
    height: 1.3rem;
    background: linear-gradient(to bottom, rgba(118, 179, 109, 0.84), rgba(26, 167, 167, 0.84));
    color: #fff;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-right: 0.3rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem .timeBox .time {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.3rem;
  }
  main.Home .newsBox .newContent .newMoreBox .newMoreItem .border-line {
    width: 100%;
    height: 1px;
    background: #555;
  }
  main.Home .sloganBox {
    width: 100%;
    margin: 4.7rem auto;
    text-align: center;
  }
  main.Home .sloganBox .slogan1 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.1rem;
  }
  main.Home .sloganBox .slogan2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2.8rem;
  }
  main.Home .sloganBox .line {
    width: 2.4rem;
    margin: 0 auto;
    height: 0;
    background: #555;
  }
}
@keyframes imgshow {
  0% {
    width: 100%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
