.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.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%;
  }
}
main.productseries.pc {
  min-width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 80px;
}
main.productseries.pc .Banner {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url(/static/image2/m1.jpg);
}
main.productseries.pc .Banner .bannerTextBox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: -30px;
  padding-top: 250px;
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  left: -100px;
}
main.productseries.pc .Banner .bannerTextBox .title {
  margin-bottom: 20px;
}
main.productseries.pc .Banner .bannerTextBox .item {
  font-size: 38px;
  line-height: 65px;
  font-weight: normal;
}
main.productseries.pc .productBox {
  width: 1200px;
  margin: 200px auto;
  height: 302px;
  display: flex;
  justify-content: space-around;
}
main.productseries.pc .productBox .card {
  width: 317px;
  height: 302px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
  border: 2px solid #aaa;
  position: relative;
  transition: all 0.2s linear;
  cursor: pointer;
}
main.productseries.pc .productBox .card .pimg {
  width: 400px;
  position: absolute;
  left: -40px;
  top: -60px;
  z-index: 1;
}
main.productseries.pc .productBox .card .textBox {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 28px;
}
main.productseries.pc .productBox .card .textBox .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
main.productseries.pc .productBox .card .textBox .tip {
  color: #999;
  font-size: 16px;
}
main.productseries.pc .productBox .card .textBox .right {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #f5f5f5;
  background: #bbbeba;
  width: 38px;
  height: 33px;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
  transition: all 0.2s linear;
}
main.productseries.pc .productBox .card .textBox .right img {
  width: 80%;
  margin-top: 4px;
}
main.productseries.pc .productBox .card .textBox .right:hover {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}
main.productseries.pc .productBox .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff;
}

main.productseries.pc.en {
  overflow: hidden;
}
main.productseries.pc.en .Banner {
  background-size: cover;
  background-position: center center;
}
main.productseries.pc.en .Banner .bannerTextBox {
  padding-top: 300px;
  left: -150px;
}
main.productseries.pc.en .productBox .card .textBox .right {
  top: 22px;
}
main.productseries.pc.en .productBox .card .textBox .title {
  font-size: 22px;
  line-height: 45px;
}
main.productseries.pc.en .productBox .card .textBox .tip {
  display: none;
}

@media screen and (max-width: 750px) {
  main.productseries {
    background: #ffffff;
    box-sizing: border-box;
  }
  main.productseries .Banner {
    width: 100%;
    height: 10.9rem;
    margin-top: 3.8rem;
    background-size: cover;
    background-position: 30% center;
    position: relative;
    background-image: url(/static/image2/product.jpg);
  }
  main.productseries .Banner .bannerTextBox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #0003;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0.9rem;
    padding-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #ffffff;
    text-shadow: 0 0 0.2rem #0009;
  }
  main.productseries .Banner .bannerTextBox .item {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  main.productseries .productBox {
    margin: 3.1rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main.productseries .productBox .border-card {
    border: 1px solid #999;
  }
  main.productseries .productBox .card {
    width: 15.6rem;
    height: 13.8rem;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 0.3rem;
    position: relative;
    transition: all 0.2s linear;
    cursor: pointer;
    margin-bottom: 1.9rem;
    padding-bottom: 0.6rem;
  }
  main.productseries .productBox .card .pimg {
    width: 17.2rem;
    position: absolute;
    left: -0.8rem;
    top: -2.5rem;
    z-index: 1;
  }
  main.productseries .productBox .card .textBox {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 1.1rem;
  }
  main.productseries .productBox .card .textBox .title {
    color: #000;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 0.3rem;
  }
  main.productseries .productBox .card .textBox .tip {
    color: #999;
    font-size: 0.6rem;
  }
  main.productseries .productBox .card .textBox .right {
    position: absolute;
    right: 1.1rem;
    top: 1.3rem;
    font-size: 1.3rem;
    color: #f5f5f5;
    background: #bbbeba;
    width: 2.2rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 0.3rem;
    transition: all 0.2s linear;
  }
  main.productseries .productBox .card .textBox .right img {
    width: 80%;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
  }
  main.productseries .productBox .card .textBox .right:hover {
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  }
  main.productseries .productBox .card:hover {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    background: #fff;
  }

  main.productseries.en .productBox .card .textBox {
    padding-bottom: 0.6rem;
  }
  main.productseries.en .productBox .card .textBox .right {
    top: 0.6rem;
  }
}
