.mgt-8 {
  margin-top: 8px;
}

.mgt-16 {
  margin-top: 16px;
}

.mgt-24 {
  margin-top: 24px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-48 {
  margin-top: 48px;
}

.mgt-60 {
  margin-top: 60px;
}

.mgt-92 {
  margin-top: 92px;
}

.mw184 {
  max-width: 184px;
}

.mh183 {
  max-height: 183px;
}

.mw443 {
  max-width: 443px;
}

.repeat-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.repeat-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.repeat-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.repeat-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-45 {
  gap: 45px;
}

.padding-36 {
  padding: 36px;
}

.padding-27 {
  padding: 27px;
}

.repeat-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.repeat-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.content {
  padding: 70px 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 560px;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
}

.sub-banner .txtarea {
  color: #fff;
  margin-top: 200px;
}

.sub-banner .txtarea .tit {
  font-family: HarmonyOS Sans SC;
  font-size: 72px;
  font-weight: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.sub-banner .txtarea .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}

.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 320px);
  float: right;
}

.inner_cont img {
  max-width: 100%;
}

.inner_left {
  width: 270px;
  float: left;
}

.header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1440px) {
  .sub-banner .txtarea .tit {
    font-size: 50px;
    height: 80px;
    line-height: 80px;
  }

  .sub-banner {
    height: 480px;
  }
}

@media only screen and (max-width: 1200px) {
  .sub-banner {
    height: 400px;
  }

  .sub-banner .txtarea {
    margin-top: 100px;
  }

  .sub-banner .txtarea .tit {
    font-size: 24px;
  }

  .sub-banner .txtarea .txt {
    max-width: 650px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 920px) {
  .sub-banner {
    height: 360px;
  }

  .sub-banner .txtarea .txt {
    max-width: 500px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 450px) {
  .sub-banner {
    height: 600px;
  }

  .sub-banner .txtarea {
    margin-top: 300px;
  }
}

.breadcrumb {
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: 60px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:last-child {}

@media only screen and (max-width: 920px) {
  .breadcrumb {
    margin-top: 0;
    left: 20px;
  }

  .breadcrumb {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {}

body {
  font-family: HarmonyOS Sans SC;
}

.inner-tit {
  font-size: 58px;
  line-height: 60px;
  font-feature-settings: "palt" 1;
}

.inner-sub-tit {
  font-size: 14px;
  color: #a0a0a0;
}

@media only screen and (max-width: 1440px) {
  .inner-tit {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .inner-tit {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 920px) {
  .inner-tit {
    /* font-size: 24px; */
    /* line-height: 30px; */
  }
}

@media only screen and (max-width: 450px) {
  .inner-tit {
    font-feature-settings: "palt" 1;
    font-family: HarmonyOS Sans SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    /* font-size: 18px;
    line-height: 30px; */
  }
}

/* ==========================================================================
   joinpart01
   ========================================================================== */
.zp-nav {
  /*position: absolute;bottom:60px;left:20px;*/
  margin-top: 30px;
}

.zp-nav a {
  width: 300px;
  height: 50px;
  font-size: 16px;
  margin-right: 12px;
  color: #fff;
  border-radius: 8px;
  background: url(../images/arr12.png) right center no-repeat;
  display: inline-block;
  border: 1px solid #82858a;
  line-height: 50px;
  padding: 0 15px;
}

.zp-nav a i {
  float: right;
  line-height: 50px;
}

.zp-nav a.on,
.zp-nav a:hover {
  background: rgba(255, 255, 255, 0.2) url(../images/arr12.png) right center no-repeat;
}

.joinpart01 {
  padding: 100px 0;
  background: #fff;
}

.joinpart01 .row {
  color: #fff;
  margin-top: 60px;
  position: relative;
}

.joinpart01 .left {
  width: 38%;
  height: 620px;
  background: url(../images/joinpic01.png) center no-repeat;
  background-size: cover;
  border-radius: 12px 100px 12px 100px;
  overflow: hidden;
}

.joinpart01 .right {
  width: 68%;
  height: 450px;
  position: absolute;
  right: 0;
  top: 85px;
  background: url(../images/joinpic02.png) center no-repeat;
  background-size: cover;
  border-radius: 12px 100px 12px 100px;
  overflow: hidden;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.06);
}

.joinpart01 .right::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 13%;
  width: 98px;
  height: 82px;
  background: url(../images/yh.svg) center no-repeat;
}

.joinpart01 .left .warp {
  padding: 80px 130px 80px 80px;
}

.joinpart01 .cul-list {
  position: relative;
  padding: 0 80px 0 0;
  line-height: 52px;
  margin: 0 0 40px;
}

.joinpart01 .cul-list-title {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 15px;
}

.joinpart01 .cul-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #fff;
}

.joinpart01 .cul-list li {
  font-size: 18px;
  padding-right: 15px;
}

.joinpart01 h4 {
  font-size: 24px;
  height: 30px;
  line-height: 32px;
  font-weight: normal;
}

.joinpart01 .left h4 {
  margin-left: 20px;
}

.joinpart01 .left ul {
  margin-top: 34px;
  margin-left: -50px;
}

.joinpart01 .left li {
  width: 50%;
  height: 120px;
  margin-top: 20px;
  float: left;
  text-align: center;
  font-size: 16px;
}

.joinpart01 .left li .txt01 {
  font-size: 60px;
  line-height: 80px;
}

.joinpart01 .left li:nth-child(3),
.joinpart01 .left li:nth-child(4) {
  margin-top: 60px;
}

.joinpart01 .right .warp {
  padding: 80px 100px;
  text-align: right;
}

.joinpart01 .right .desc {
  padding: 80px 0 60px 0;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  width: 100%;
}

.joinpart01 .right .txt02 {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}

.joinpart01 .right .desc:before {
  content: "";
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  width: 96px;
  height: 96px;
  background: url(../images/joinpic03.png) center no-repeat;
  background-size: 100% auto;
}

.joinpart02 {
  padding: 100px 0;
  background: #f4f5f7;
}

.joinpart02 .row {
  margin-top: 120px;
}

.joinpart02 .left {
  width: calc(50% - 60px);
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 22px;
}

.joinpart02 .left .txt01 {
  width: 200px;
  display: inline-block;
  height: 80px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.joinpart02 .left .txt02 {
  display: inline-block;
  margin-left: 100px;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  padding-top: 4px;
}

.joinpart02 .right {
  width: 50%;
  overflow: hidden;
  float: right;
}

.joinpart02 .right .pic {
  border-radius: 8px;
  overflow: hidden;
}

.joinpart02 .right .pic img {
  width: 100%;
}

.joinpart03 {
  height: 980px;
  background: url(../images/joinpic09.jpg) center no-repeat;
  background-size: cover;
}

.joinpart03 .row {
  padding-top: 360px;
  text-align: right;
}

.joinpart03 .row a {
  width: 280px;
  height: 50px;
  font-size: 16px;
  margin-right: 20px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 50px;
  padding: 0 15px;
  text-align: left;
}

.joinpart03 .row a i {
  float: right;
  line-height: 50px;
}

.joinpart03 .row a.on,
.joinpart03 .row a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 920px) {}

@media only screen and (max-width: 768px) {
  .zp-nav a {
    width: 70px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-right: 6px;
    padding: 0 10px;
  }

  .sub-banner .txtarea .txt {
    font-size: 12px;
  }

  .joinpart01 {
    padding: 30px 0;
  }

  .joinpart01 .left {
    width: 100%;
    float: none;
  }

  .joinpart01 .right {
    width: 100%;
    float: none;
    position: relative;
    top: 20px;
    border-radius: 12px 60px;
  }

  .joinpart01 .left .warp {
    padding: 30px 40px;
  }

  .joinpart01 .left h4 {
    margin-left: 0;
  }

  .joinpart01 .left {
    height: 320px;
    border-radius: 12px 60px;
  }

  .joinpart01 .left li:nth-child(3),
  .joinpart01 .left li:nth-child(4) {
    margin-top: 20px;
  }

  .joinpart01 .left ul {
    margin-top: 0;
    margin-left: -20px;
  }

  .joinpart01 .right .warp {
    padding: 40px;
  }

  .joinpart01 .right .desc {
    padding: 30px 0;
    font-size: 16px;
  }

  .joinpart01 .right {
    height: 320px;
  }

  .joinpart01 .right .txt02 {
    font-size: 14px;
  }

  .joinpart01 .left li .txt01 {
    font-size: 42px;
    line-height: 60px;
  }

  .joinpart01 .left li {
    height: 90px;
  }

  .joinpart01 .row {
    margin-top: 20px;
  }

  .joinpart02 {
    padding: 30px 0;
  }

  .joinpart02 .row {
    margin-top: 20px;
  }

  .joinpart02 .left,
  .joinpart02 .right {
    width: 100%;
    float: none;
  }

  .joinpart02 .left .txt01 {
    width: 100%;
    float: none;
    height: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .joinpart02 .left .txt02 {
    font-size: 14px;
    margin-left: 0;
  }

  .joinpart02 .left {
    border-bottom: none;
  }
}

@media only screen and (max-width: 450px) {
  .sub-banner .txtarea .tit {
    font-size: 36px;
    line-height: 40px;
    height: 40px;
  }

  .sub-banner .txtarea .txt {
    font-family: HarmonyOS Sans SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 30px;
  }
}

/* ==========================================================================
   news
   ========================================================================== */
.innernews {
  margin-top: 60px;
  position: relative;
}

.newslist02 {
  width: calc(100% - 300px);
  overflow: hidden;
  float: right;
}

.newslist02 li {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
  margin-bottom: 30px;
}

.newsyear {
  display: block;
  width: 200px;
  overflow: hidden;
  position: sticky;
  top: 200px;
  float: left;
  border-top: 1px solid #e0e0e0;
}

.newsyear a {
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: inline-block;
  color: #a0a0a0;
  font-size: 18px;
  border-bottom: 1px solid #e0e0e0;
}

.newsyear a:hover,
.newsyear a.on {
  color: #ef6e20;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1200px) {
  .newsyear {
    width: 150px;
  }

  .newslist02 {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 920px) {}

@media only screen and (max-width: 768px) {
  .newslist02 li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 450px) {
  .newsyear {
    display: none;
    width: 100%;
    float: none;
  }

  .newslist02 {
    width: 100%;
    float: none;
  }

  .newsyear a {
    width: 33.33%;
    float: left;
    text-align: center;
  }

  .newsyear {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .innernews {
    margin-top: 30px;
  }

  .newsyear a {
    font-size: 16px;
  }
}

.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}

.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
}

.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
}

.newsh_cn img {
  height: auto !important;
}

.newsdetails .byline {
  color: #999;
  margin-top: 10px;
}

.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}

.newsdetails .byline .bdsharebuttonbox {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16:after {
  display: inline-block;
}

.newsdetails .byline .bdshare-button-style0-16 a,
.newsdetails .byline .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #333;
  line-height: 20px;
  height: 20px;
  margin: 0;
}

.newsdetails .byline a {
  font-size: 14px;
}

.newsdetails .breadcrumb-bar {
  text-align: left;
}

.newsh_cn {
  padding: 20px 0;
}

.newsh_cn p {
  font-size: 16px;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}

.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #a0a0a0;
}

.toolbar .row01 a {
  color: #a0a0a0;
  margin-left: 10px;
}

.toolbar .row01 p:hover a {
  text-decoration: underline;
}

.fhshare {
  width: 200px;
  float: right;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.fhshare a {
  line-height: 45px;
  color: #666;
  background: #fff;
  border: 1px solid #dbdbdb;
  display: inline-block;
  padding: 0 20px;
}

.fhshare a .fa {
  margin-right: 10px;
}

.fhshare a:hover {
  color: #fff;
  background: #ff6600;
  border-color: #ff6600;
}

.newsdetails .right {
  width: 330px;
  float: right;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #e60012;
}

.newsdetails .right h3.tit {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 20px 0 0 30px;
}

.newsdetails .right h3.tit i {
  margin-right: 5px;
}

.zxnewslist {
  margin: 0 30px 30px 30px;
}

.zxnewslist li {
  margin-top: 20px;
}

.zxnewslist li p.date {
  color: #666;
}

.zxnewslist li p.date i {
  margin-right: 5px;
}

.zxnewslist li p.tit {
  font-size: 16px;
  margin-top: 10px;
}

.zxnewslist li p.tit a {
  color: #000;
}

.zxnewslist li p.tit a:hover {
  color: #0a3980;
}

@media only screen and (max-width: 1200px) {
  .newsdetails .right {
    width: 250px;
  }

  .newsdetails .right h3.tit {
    font-size: 18px;
  }

  .zxnewslist li p.tit {
    font-size: 14px;
  }

  .newsdetails .left {
    width: calc(100% - 300px);
  }

  .newtitle h1 {
    font-size: 24px;
  }

  .newsh_cn p {
    font-size: 14px !important;
  }

  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .newsdetails .left {
    width: 100%;
  }

  .newsdetails .right {
    display: none;
  }

  .newtitle h1 {
    font-size: 18px;
  }

  .newsdetails .tag {
    font-size: 14px;
  }

  .newtitle {
    margin-bottom: 10px;
  }

  .fhshare {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .newtitle h1 {
    font-size: 14px;
  }

  .newsdetails {
    padding-top: 0 !important;
  }

  .newsh_cn {
    padding: 0;
  }

  .newsh_cn p {
    font-size: 12px !important;
  }

  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }

  .toolbar {
    padding: 20px 0;
  }

  .fhshare {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .fhshare a {
    margin-right: 0;
    line-height: 30px;
    font-size: 12px;
  }
}

/* ==========================================================================
   about
   ========================================================================== */

.aboutpart01 {
  padding: 100px 0;
}

.coursebox {
  width: calc(100% - 50px);
  padding-left: 30px;
  overflow: hidden;
  min-height: 360px;
  background: url(../images/aboutpic01.jpg) top left no-repeat;
}

.coursebox h3 {
  font-size: 28px;
}

.coursebox .desc {
  min-height: 210px;
  overflow: hidden;
  margin-top: 60px;
  font-size: 14px;
  color: #a0a0a0;
}

.coursebox .desc p {
  line-height: 30px;
  margin-bottom: 30px;
}

.coursebox.on {
  background: url(../images/aboutpic02.jpg) top left no-repeat;
}

.coursebox.on h3 {
  color: #ef6e20;
}

.coursebox.on .desc {
  color: #181818;
}

#owl-course {
  margin-top: 100px;
}

#owl-course .owl-dots {
  height: 0px;
  overflow: hidden;
}

#owl-course .owl-prev,
#owl-course .owl-next {
  width: 50px;
  top: 50%;
  height: 50px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: -25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#owl-course .owl-prev {
  position: absolute;
  left: -80px;
  background: url(../images/arr03.png) center no-repeat;
  background-size: 100% auto;
}

#owl-course .owl-next {
  position: absolute;
  right: -80px;
  background: url(../images/arr04.png) center no-repeat;
  background-size: 100% auto;
}

/*#owl-course .owl-item.active .coursebox{background:url(../images/aboutpic02.jpg) top left no-repeat;}
#owl-course .owl-item.active .coursebox h3{color: #EF6E20;}
#owl-course .owl-item.active .coursebox .desc{color:#181818;}*/

.aboutpart02 {
  padding: 100px 0;
  background: #f4f5f7;
}

.aboutpart02 .row {
  margin-top: 50px;
}

.aboutpart02 .row .pic {
  width: 418px;
  height: 456px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}

.aboutpart02 .row .pic img {
  width: 100%;
  height: 100%;
}

.aboutpart02 .row .txtarea {
  width: calc(100% - 440px);
  float: right;
  height: 456px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.aboutpart02 .row .txtarea .warp {
  padding: 60px 100px 100px 100px;
}

.aboutpart02 .row .txtarea .txt02 {
  text-align: right;
  line-height: 30px;
  color: #a0a0a0;
}

.aboutpart02 .row .txtarea .txt02 p.name {
  color: #333;
  font-size: 16px;
}

.aboutpart02 .row .txtarea .desc {
  padding: 40px 0 60px 80px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

.aboutpart02 .row .txtarea .desc:before {
  content: "";
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  width: 47px;
  height: 45px;
  background: url(../images/inco08.png) center no-repeat;
  background-size: 100% auto;
}

.aboutpart03 {
  padding: 100px 0;
  background: #f4f5f7;
}

.aboutpart03 .row01 .left {
  width: 80%;
  float: left;
}

.aboutpart03 .row01 .left .txt {
  color: #a0a0a0;
  line-height: 24px;
  margin-top: 20px;
}

.aboutpart03 .row01 .right {
  width: 530px;
  float: right;
  margin-top: 30px;
  margin-right: -50px;
  display: none;
}

.logoitem {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  height: 90px;
  line-height: 90px;
  margin: 5px;
  background: #fff;
  vertical-align: middle;
  position: relative;
}

.logoitem img {
  max-width: 95% !important;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutpart03 .logoitem {
  width: 166px;
  float: left;
  border: 0;
  background: none;
}

.aboutpart03 .row02 {
  margin-top: 50px;
}

.hxtdbox {
  overflow: hidden;
  width: 33.33%;
  float: left;
  background: #fff;
  color: #a0a0a0;
  transition: all 0.3s;
}

.hxtdbox .txtarea {
  position: relative;
}

.hxtdbox .pc-txtarea {
  display: block;
}

.hxtdbox .mobile-txtarea {
  display: none;
}

.hxtdbox .txtarea h3 {
  font-size: 24px;
  font-weight: normal;
  height: 30px;
  margin-bottom: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #a0a0a0;
  display: none;
}

.hxtdbox .txtarea .bgimg {
  visibility: hidden;
  width: 100%;
}

.hxtdbox .txtarea .desc {
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #a0a0a0;
  transition: all 0.3s;
}

.hxtdbox:hover {
  background: #3d3d3d;
}

.hxtdbox:hover .txtarea .desc {
  color: #fff;
}

.aboutpart03 .hxtdbox:nth-child(1) {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.aboutpart03 .hxtdbox:nth-child(3) {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}

.aboutpart04 {
  padding: 160px 0 100px 0;
  /* background: url(../images/aboutpic11.jpg) left 160px no-repeat; */
  background-size: 50% auto;
}

.aboutpart04 .row01 {
  position: relative;
}

.aboutpart04 .row01 .left {
  width: 500px;
  overflow: hidden;
  position: sticky;
  top: 200px;
  float: left;
}

.aboutpart04 .row01 .right {
  width: 600px;
  overflow: hidden;
  float: right;
}

.aboutpart04 .row01 .left .txt01 {
  font-size: 54px;
  line-height: 70px;
}

.aboutpart04 .row01 .left .txt02 {
  color: #a0a0a0;
  line-height: 30px;
  font-size: 16px;
  margin-top: 30px;
}

.s_e1c1li {
  margin-bottom: 255px;
}

.s_e1c1li.active .s_e1clitop p {
  color: #ef6e20;
}

.s_e1c1li.active .s_e1clitop span {
  color: #ef6e20;
}

.s_e1c1li.active .s_e1clibot h3 {
  color: #ef6e20;
}

.s_e1clitop p {
  font-size: 200px;
  line-height: 1.2em;
  color: #000;
  font-weight: 700;
}

.s_e1clitop span {
  font-size: 48px;
  line-height: 1.5em;
  color: #000;
  font-weight: bold;
}

.s_e1clibot h3 {
  font-weight: 700;
}

.s_e1clibot {
  margin-top: -10px;
}

.t_syfonth4 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #000;
}

.aboutpart04 .s_e1c1r {
  padding-left: 100px;
}

.hzhbbox {
  margin-top: 60px;
}

.hzhbbox .hzlogo .logoitem {
  width: 166px;
  float: left;
  border: 0;
  background: none;
}

.hzhbbox h3 {
  text-align: center;
  font-weight: normal;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececee;
}

@media only screen and (max-width: 1600px) {
  .aboutpart01 {
    padding: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  .aboutpart01 {
    padding: 100px 0;
  }

  .hxtdbox .txtarea .desc {
    padding: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  #owl-course .owl-dots {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
  }

  #owl-course .owl-prev,
  #owl-course .owl-next {
    filter: Alpha(Opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
  }

  .aboutpart02 .row .txtarea .warp {
    padding: 60px;
  }

  .aboutpart02 .row .txtarea .desc {
    font-size: 16px;
    padding-left: 60px;
  }

  .aboutpart04 .row01 .left .txt01 {
    font-size: 48px;
  }

  .aboutpart04 .row01 .left {
    width: 460px;
  }

  .aboutpart04 .row01 .left .txt02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .coursebox {
    height: 300px;
  }

  .aboutpart02 .row .txtarea .desc:before {
    width: 24px;
    top: 0;
  }

  .aboutpart02 .row .pic {
    width: 276px;
    height: 300px;
  }

  .aboutpart02 .row .txtarea {
    width: calc(100% - 300px);
    height: 300px;
  }

  .aboutpart02 .row .txtarea .warp {
    padding: 60px 40px 40px 40px;
  }

  .aboutpart02 .row .txtarea .desc {
    padding: 0 0 0 50px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .aboutpart02 .row .txtarea .txt02 {
    font-size: 12px;
    line-height: 24px;
  }

  .aboutpart03 .row01 .left {
    width: 300px;
  }

  .hxtdbox .txtarea {
    padding: 50px 30px 30px 30px;
  }

  .aboutpart04 .row01 .left .txt01 {
    font-size: 36px;
    line-height: 40px;
  }

  .aboutpart04 .row01 .left {
    width: 320px;
  }

  .aboutpart04 .row01 .left .txt02 {
    font-size: 12px;
  }

  .aboutpart04 .row01 .right {
    width: 500px;
  }

  .aboutpart04 .s_e1c1r {
    padding-left: 0;
  }

  .s_e1clitop p {
    font-size: 160px;
  }

  .hzhbbox .hzlogo .logoitem {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {

  .aboutpart01,
  .aboutpart02,
  .aboutpart04 {
    padding: 40px 0;
  }

  .aboutpart02 .row .txtarea .warp {
    padding: 40px 20px 20px 20px;
  }

  .aboutpart02 .row .txtarea .desc {
    line-height: 24px;
  }

  .aboutpart03 .row01 .left {
    float: none;
  }

  .aboutpart03 .row01 .right {
    width: 100%;
    float: none;
  }

  .aboutpart03 {
    padding-bottom: 40px;
  }

  .aboutpart04 .row01 .left {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
  }

  .aboutpart04 .row01 .left .txt01 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
  }

  .aboutpart04 .row01 .right {
    width: 100%;
    float: none;
  }

  .s_e1c1li {
    margin-bottom: 60px;
  }

  .s_e1clitop p {
    font-size: 100px;
  }
}

@media only screen and (max-width: 450px) {
  .aboutpart02 .row .pic {
    float: none;
    margin: 0 auto;
  }

  .aboutpart02 .row .txtarea {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 20px;
  }

  .aboutpart02 .row .txtarea .warp {
    padding: 50px 20px 20px 20px;
  }

  .aboutpart02 .row .txtarea .desc {
    padding: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .aboutpart02 .row .txtarea .desc:before {
    width: 16px;
    top: -40px;
  }

  .aboutpart03 .logoitem {
    width: 100px;
    height: 60px;
    line-height: 60px;
  }

  .aboutpart03 .row02 {
    margin-top: 0;
  }

  .hxtdbox .txtarea {
    padding: 20px;
  }

  .hxtdbox .txtarea .desc {
    font-size: 12px;
  }

  .hzhbbox .hzlogo .logoitem {
    width: 100px;
    height: 60px;
    line-height: 60px;
  }

  .s_e1clitop p {
    font-size: 54px;
  }

  .s_e1clibot h3 {
    font-size: 18px;
  }

  .aboutpart04 .row01 .left {
    margin-bottom: 30px;
  }

  .hzhbbox {
    margin-top: 40px;
  }

  #owl-course {
    margin-top: 20px;
  }

  .aboutpart03 {
    padding-top: 0;
  }

  .aboutpart03 .row01 .right {
    margin-top: 10px;
  }
}

/* ==========================================================================
   pro
   ========================================================================== */
.propart01 {
  padding: 85px 0;
  background: #F4F5F7;
}

.title-h2 {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.title-h2-a {
  font-family: HarmonyOS Sans SC;
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0px;

  /* 06深灰 */
  color: #3D3D3D;
}

.tittxt {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 3px;

  /* 03中灰 */
  color: #898989;
}

.tittxt.about-txt {
  margin-top: 30px;
}

.img-wrap {
  width: 100%;
  margin: 30px 0;
}

.hardware-group {
  display: flex;
  flex-direction: row;
}

.hardware-group .row {
  display: flex;
  gap: 20px;
}

.hardware-group-left {
  width: 25%;
  background: #FC9221;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hardware-group-title {
  font-family: HarmonyOS Sans SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  max-width: 200px;
  word-break: keep-all;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  text-align: center;
  color: #FFFFFF;
}

.img-comment {
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  color: #898989;
  padding: 6px 6%;
}

@media only screen and (max-width: 450px) {
  .group-img.large-scale {
    max-height: 205px;
  }

  .hardware-group-title {
    max-width: unset;
  }

  .group-body.wind-cold.padding-27 {
    padding: 25px 16px 25px 23px;
  }

  .wind-cold.repeat-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .wind-cold.repeat-2.mgt-48 {
    margin-top: 20px;
  }

  .img-comment {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
  }

  .img-comment-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }

  .img-comment-container.mgt-40 {
    margin-top: unset;
  }

  .hardware-group {
    flex-direction: column;
  }

  .hardware-group-left {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
  }
}

.hardware-group-right {
  flex: 1;
  padding: 23px 35px;
  border-radius: 0px 8px 8px 0px;
  background: #F4F5F7;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.bg-white {
  background: #FFFFFF;
}

.hardware-group-form {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-direction: row;
}

.hardware-group-form-label {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;

  color: #3D3D3D;
}

.hardware-group-form-item-group {
  flex: 1;
}

.hardware-group-form-item {
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 14px;
  background: #B9B9B9;
  font-family: HarmonyOS Sans SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.group-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px 8px 0px 0px;
  align-items: center;
  padding: 12px 56px;
  background: #FC9221;
  font-family: HarmonyOS Sans SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.group-body {
  flex: 1;
  border-radius: 0px 0px 8px 8px;
  opacity: 1;
  background: #F4F5F7;
}

.group-body.white-bg {
  background: #FFFFFF;
}

.img-title {
  font-family: HarmonyOS Sans SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  color: #3D3D3D;
}

.img-title.font-24 {
  font-size: 24px;
  font-weight: 500;
}

.group-body-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end
}

.group-img {
  max-width: 65%;
  height: auto;
  max-height: 165px;
}

.to-bottom {
  display: flex;
  gap: 44%;
  justify-content: center;
  padding: 16px 0;
}

.product-group-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  min-height: 200px;
}

.product-group {
  display: flex;
  flex-direction: column;
}

.product-group.width-mid {
  width: 45.6%;
}

.product-comment {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  color: #EF6E20;
  max-width: 180px;
  margin: auto;
  padding-bottom: 28px;
}

.img-comment-container {
  width: 100%;
}

.large-scale-container {
  display: flex;
  padding: 72px;
  justify-content: space-around;
  align-items: center;
}

.soft-power-fit {
  margin-top: 36px;
  display: flex;
  align-items: center;
}

.soft-power-fit-label {
  margin-left: 6px;
  font-family: HarmonyOS Sans SC;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #181818;
  width: 200px;
  border-right: 2px solid #E0E0E0;
  ;
}

.soft-power-fit-text {
  flex: 0.9;
  margin-left: 20px;
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #898989;
}

.model-name {
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  color: #898989;
}

.soft-framework {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FC9221;
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  border-radius: 8px;
  color: #FFFFFF;
}

.product-feature-table {
  border-collapse: separate;
  /* 关键：分开边框 */
  border-radius: 8px;
  /* 圆角 */
  border-spacing: 0;
  /* 去掉单元格间距 */
  width: 100%;
  border: 1px dashed #E0E0E0;
}

.product-feature-table td {
  border: 1px dashed #E0E0E0;
  height: 102px;
  text-align: center;
  background: #FFFFFF;
  font-family: HarmonyOS Sans SC;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #181818;
}

.product-feature-table td:first-child {
  width: 350px;
}

.product-feature-label {
  padding-left: 72px;
  text-align: left;
}

.product-feature-text {
  padding-left: 80px;
  padding-right: 80px;
  text-align: left;
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3D3D3D;
}

.product-panorama {
  position: relative;
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #3D3D3D;
  white-space: nowrap;
  display: block;
}

.product-panorama-m {
  display: none;
}

.product-panorama-img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  transform: translate(-50%, -50%);
  width: 33%;
  img {
    width: 100%;
    height: auto;
  }
}

.product-panorama-label {
  position: absolute;
  font-family: HarmonyOS Sans SC;
  font-size: 32px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.label-1 {
  top: 30%;
  left: 20%;
}

.label-2 {
  top: 30%;
  right: 20%;
}

.label-3 {
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.product-panorama-top {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
  padding: 44px 60px;
  border-radius: 8px;
  background: #FFFFFF;
}

.product-panorama-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 44px 60px;
  border-radius: 8px;
  background: #FFFFFF;
}

.product-p-title {
  font-family: HarmonyOS Sans SC;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #EF6E20;
}

.product-p-form {
  display: flex;
  align-items: center
}

.product-p-label {
  width: 98px;
}

.product-p-text {
  padding-left: 18px;
  white-space: normal;
  border-left: 1px solid #E0E0E0;
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3D3D3D;
  flex: 1;
}

.product-p-top-left {
  width: 21%;
}

.product-p-top-right {
  width: 28%;
  min-width: 360px;
}

.product-p-top-right.form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ywjsbox {
  background: url(../images/propic01.jpg) bottom center no-repeat;
  margin-top: 50px;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}

.ywjsbox .warp {
  padding: 100px 160px 70px 160px;
}

.ywjsbox .row01 {
  padding-bottom: 100px;
  color: #fff;
  background: url(../images/propic02.png) bottom center no-repeat;
  background-size: 100% auto;
}

.ywjsbox .row01 .Plussign {
  width: calc(50% - 240px);
  height: 170px;
  text-align: center;
  font-size: 72px;
  line-height: 100px;
  float: left;
  color: #a0a0a0;
}

.ywjsbox .row01 .num {
  width: 160px;
  height: 170px;
  font-size: 72px;
  float: left;
  text-align: center;
}

.ywjsbox .row01 .num .txt02 {
  font-size: 22px;
  color: #898989;
  white-space: nowrap;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.ywjsbox .row01 .num .txt02.trans-x {
  transform: translateX(-52px);
}

.ywjsbox .row01 .num .txt01 {
  font-weight: bold;
  font-size: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(bottom, #ed6400, #fd8403, #ff8f3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ywjsbox .row02 {
  text-align: center;
  height: 50px;
  margin-top: 50px;
  line-height: 50px;
  position: relative;
  color: #fff;
}

.ywjsbox .row02 h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
}

.ywjsbox .row02 .txten {
  font-size: 72px;
  color: #3d3d3d;
  font-weight: bold;
  margin-top: -50px;
  position: relative;
}

.propart02 {
  padding: 100px 0;
  background: #f4f5f7;
}

.propart02 .row {
  margin-top: 60px;
}

.propart02 .js_nav {
  width: 480px;
  float: left;
}

.propart02 .js_img {
  width: calc(100% - 520px);
  float: right;
  border-radius: 12px;
  overflow: hidden;
}

.propart02 .js_img img {
  width: 100%;
}

.propart02 .js_nav li {
  border-left: 3px solid #f4f5f7;
  height: 100px;
  padding: 40px 80px 40px 40px;
}

.propart02 .js_nav li.on {
  border-color: #ef6e20;
  background: #fff;
  border-radius: 0 8px 8px 0;
}

.propart02 .js_nav li h4 {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}

.propart02 .js_nav li .txt {
  color: #a0a0a0;
  line-height: 24px;
  margin-top: 10px;
}

.propart02 .js_nav li.on h4 {
  color: #ef6e20;
}

.propart02 .js_nav li:hover {
  border-color: #ef6e20;
  background: #fff;
  border-radius: 0 8px 8px 0;
}

.propart02 .js_nav li:hover h4 {
  color: #ef6e20;
}

.propart03 {
  padding: 100px 0;
}

.propart03 .inner-tit {
  max-width: 800px;
  line-height: 80px;
}

.propart03 .row01 {
  background: url(../images/propic03.png) center no-repeat;
  background-size: 510px auto;
  margin-top: 80px;
}

.propart03 .row01 li {
  width: 50%;
  height: 170px;
  float: left;
  margin: 30px 0;
}

.propart03 .row01 .yyzcbox {
  width: 400px;
  height: 126px;
  padding: 20px 30px 20px 30px;
  border: 2px solid #f4f5f7;
  background: #fff;
  border-radius: 16px;
  transition: all 0.2s;
}

.propart03 .row01 li:nth-child(2) .yyzcbox,
.propart03 .row01 li:nth-child(4) .yyzcbox {
  float: right;
}

.propart03 .row01 .yyzcbox .inco {
  width: 68px;
  height: 120px;
  line-height: 120px;
  float: left;
  transition-duration: 800ms;
}

.propart03 .row01 .yyzcbox .inco img {
  width: 100%;
}

.propart03 .row01 .yyzcbox:hover .inco {
  transform: rotateY(360deg);
}

.propart03 .row01 .yyzcbox .txt {
  width: 200px;
  padding-left: 30px;
  padding-top: 30px;
  float: left;
  font-size: 16px;
  color: #a0a0a0;
}

.propart03 .row01 .yyzcbox:hover {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.06);
  border-color: #fff;
}

.propart03 .row01 .yyzcbox:hover .txt {
  color: #ef6e20;
}

.propart03 .row02 {
  padding-left: 80px;
  margin-top: 80px;
  background: url(../images/inco19.png) left top no-repeat;
  background-size: 38px auto;
}

.propart03 .row02 li {
  margin-bottom: 35px;
}

.propart03 .row02 li .txt {
  height: 48px;
  line-height: 24px;
  color: #a0a0a0;
  margin-top: 10px;
  max-width: 1000px;
}

.propart03 .row02 li h4 {
  font-size: 20px;
}

.propart04 {
  padding-top: 66px;
  padding-bottom: 100px;
  background: #f4f5f7;
}

.propart04 .inner-tit {
  max-width: 740px;
  line-height: 80px;
}

.yystbox {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.yystbox .txtarea {
  padding: 30px 50px 40px 30px;
}

.yystbox .txtarea h3 {
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
}

.yystbox .txtarea .desc {
  font-size: 14px;
  line-height: 24px;
  color: #a0a0a0;
  height: 72px;
  overflow: hidden;
}

.yystlist {
  margin-left: -20px;
  margin-top: 50px;
}

.yystlist li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  float: left;
}

.propart05 .wrapper {
  box-sizing: border-box;
  /* padding: 61px 91px 61px 61px; */
  /* background: url(../images/probg01.jpg) center no-repeat; */
  background-size: cover;
  border-radius: 12px;
}

.propart05 .row01 h4 {
  font-family: HarmonyOS Sans SC;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 43px;
}

.propart05 .teco-case {
  height: 467px;
}

.propart05:first-child .teco-case {
  margin-top: 0;
}

.propart05 .row01 .txt {
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 850px;
  margin-top: 18px;
}

.propart05 .row01 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.propart05 ul {
  margin-left: -50px;
  margin-top: 80px;
}

.propart05 li {
  width: calc(50% - 50px);
  margin-left: 50px;
  float: left;
}

.propart05 li .txtarea {
  padding: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: all 0.2s;
}

/*.propart05 li:hover .txtarea{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);background:#fff;}*/

.propart05 li .txtarea h5 {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: normal;
}

.hard-power.title-h2 {
  margin-top: 42px;
}

.propart05 li .txtarea .desc {
  color: #a0a0a0;
  margin-top: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .propart02 .js_nav li {
    height: 100px;
    padding: 20px 80px 20px 40px;
  }

  .propart03 .inner-tit,
  .propart04 .inner-tit {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1200px) {

  .propart03 .inner-tit,
  .propart04 .inner-tit {
    max-width: 500px;
  }
}

@media only screen and (max-width: 920px) {
  .propart01 {
    padding: 60px 0;
  }

  .propart02 {
    padding: 60px 0;
  }

  .propart02 .js_nav li h4 {
    font-size: 18px;
  }

  .propart02 .js_nav li {
    height: 90px;
    padding: 10px 40px;
  }

  .propart02 .js_nav li .txt {
    margin-top: 0;
  }

  .propart02 .js_nav {
    width: 380px;
  }

  .propart02 .js_img {
    width: calc(100% - 420px);
  }

  .propart03 .inner-tit,
  .propart04 .inner-tit {
    line-height: 40px;
  }

  .propart03 .row01 .yyzcbox {
    width: 300px;
  }

  .propart03 .row01 .yyzcbox .txt {
    width: 160px;
    padding-left: 0;
  }

  .yystbox .txtarea {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .propart02 .js_nav {
    width: 100%;
    float: none;
    height: 150px;
  }

  .propart02 .js_img {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .propart02 .js_nav li {
    width: calc(33.33% - 45px);
    float: left;
    height: 130px;
    padding: 10px 20px;
  }

  .ywjsbox .row01 {
    padding-bottom: 60px;
  }

  .ywjsbox .row01 .num .txt02 {
    font-size: 18px;
  }

  .ywjsbox .row01 .num .txt02.trans-x {
    transform: translateX(-52px);
  }

  .ywjsbox .row01 .num .txt01 {
    font-size: 72px;
    margin-bottom: 0;
  }

  .ywjsbox .row01 .Plussign,
  .ywjsbox .row01 .num {
    height: 140px;
  }
}

.hardware-pic-1 {
  height: 180px;
  width: auto;
  background-image: url(../images/product/technology_road.png);
  background-size: cover;
  background-position: center;
  margin: 32px 0;
}

.technology-road-label {
  height: 24px;
  border-radius: 6px;
  opacity: 1;
  background: #F4F5F7;
  font-size: 10px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  display: none;
  color: #3D3D3D;
}

.hardwawre-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 52px;
}

.hardwawre-item-m {
  display: none;
}

.title-h2-pic {
  display: unset;
}

.mh221 {
  max-width: 221px;
}

.mh135 {
  max-width: 135px;
}

.mh157 {
  max-width: 157px;
}

.mh233 {
  max-width: 233px;
}

.power-mng-feature {
  display: none;
}

.propart__05 {
  padding: 67px 0 85px 0;
  background: #f4f5f7;
}

.propart__06 {
  margin: 92px 0 193px 0;
}

@media only screen and (max-width: 450px) {
  .power-mng.propart04 {
    padding: 0 0 40px 0;
  }

  .title-h2 {
    gap: 0;
  }

  .hard-power.title-h2 {
    margin-top: 8px;
  }

  .propart__05 {
    padding: 0;
  }

  .propart__06 {
    margin: 59px 0 77px 0;
  }

  .product-panorama {
    display: none;
  }

  .product-panorama-m {
    display: block;
    margin-top: 15px;
  }

  .power-mng-feature {
    display: block;
  }

  .soft-power-fit {
    margin-top: 18px;
  }

  .product-feature-table {
    display: none;
  }

  .llm.repeat-2.gap-16 {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .llm.repeat-6.mgt-24.gap-16 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 10px;
    margin-top: 7px;
  }

  .soft-framework {
    height: 20px;
    font-size: 8px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 4px;
  }

  .propart__03 {
    padding: 59px 0;
  }

  .title-h2.llm.mgt-92 {
    margin-top: 40px;
  }

  .model-name {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
  }

  .large-scale {
    flex-direction: column;
    padding: 23px;
  }

  .padding-27 {
    padding: 20px;
  }

  .hardwawre-item {
    display: none;
  }

  .group-body-item.row2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .group-body-item.row2.gap-24 {
    gap: 0;
  }

  .mh221 {
    width: 97px;
  }

  .mh135 {
    width: 97px;
  }

  .mh157 {
    width: 97px;
  }

  .mh233 {
    width: 97px;
  }

  .group-img {
    max-height: 49px;
  }

  .group-img.large-scale.mw443 {
    width: 207px;
    height: auto;
    max-height: unset;
  }

  .group-img.water-cold {
    max-height: 86px;
    max-width: 96px;
  }

  .group-img.water-cold.mw184 {
    max-width: 96px;
  }

  .group-img.water-cold.mh183 {
    max-height: 86px;
    margin: 0 30px;
  }

  .group-img.wind-cold {
    max-height: unset;
  }

  .group-body {
    position: relative;
  }

  .group-body-item.mgt-60 {
    margin-top: 0;
  }

  .product-comment {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    max-width: unset;
    padding-bottom: unset;
    margin: unset;
    position: absolute;
    right: 16px;
    top: -26px;
    color: #FFFFFF;
  }

  .product-comment.large-scale {
    position: unset;
    color: #FC9221;
    padding: unset;
  }

  .product-group-container {
    flex-direction: column;
  }

  .product-group.width-mid {
    width: unset;
  }

  .to-bottom {
    padding: 10px 0;
  }

  .to-bottom img {
    width: 16px;
    height: 16px;
  }

  .title-h2-pic {
    display: none;
  }

  .img-title {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    word-break: keep-all;
    max-width: 70px;
  }

  .img-title.large-scale {
    font-size: 12px;
    line-height: 20px;
    max-width: unset;
    padding: unset;
  }

  .img-comment.large-scale {
    font-feature-settings: unset;
  }

  .img-title.right {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    max-width: unset;
  }

  .group-body.repeat-3.padding-36 {
    padding: 18px;
  }

  .group-body-item.gap-45 {
    gap: 0;
  }

  .group-body-item {
    justify-content: space-between;
  }

  .group-top {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 4px 14px;
    justify-content: left;
    height: 28px;
  }

  .hardwawre-item-m {
    display: block;
    width: 100%;
    margin-bottom: -68px;
  }

  .soft-power.title-h2 {
    margin-top: 8px;
  }

  .soft-hard-col.title-h2 {
    margin-top: 8px;
  }

  .technology-road-label {
    display: block;
    margin-bottom: 23px;
  }

  .hardware-pic-1 {
    height: 65px;
    margin-top: 20px;
    margin-bottom: 16px;
    background-image: url(../images/product/technology_road_m.png);
  }

  .propart01 {
    padding: 40px 0;
  }

  .tittxt {
    font-size: 12px;
  }

  .ywjsbox {
    margin-top: 20px;
  }

  .ywjsbox .row01 .Plussign,
  .ywjsbox .row01 .num {
    height: 70px;
  }

  .ywjsbox .row01 .Plussign {
    width: 30px;
    font-size: 24px;
    line-height: 50px;
  }

  .ywjsbox .row01 .num {
    width: calc(33.33% - 20px);
  }

  .ywjsbox .row01 .num .txt02 {
    font-size: 10px;
    line-height: 16px;
  }

  .ywjsbox .row01 .num .txt02.trans-x {
    transform: translateX(-30px);
  }


  .ywjsbox .row01 .num .txt01 {
    font-size: 48px;
    line-height: 50px;
    height: 50px;
  }

  .ywjsbox .row01 {
    padding-bottom: 30px;
  }

  .ywjsbox .row02 h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0px;
  }

  .ywjsbox .row02 .txten {
    font-size: 21px;
    font-weight: 500;
    font-family: fantasy;
  }

  .propart02 .row {
    margin-top: 20px;
  }

  .propart02 .js_nav {
    height: auto;
  }

  .propart02 .js_nav li {
    width: calc(100% - 45px);
    float: none;
    height: auto;
    padding: 10px 20px;
  }

  .propart03,
  .propart04 {
    padding: 40px 0;
  }

  .propart03 .row01 li {
    width: 100%;
    float: none;
  }

  .propart03 .row02 li {
    height: auto;
  }

  .propart03 .row02 li .txt {
    height: auto;
  }

  .propart03 .row02 {
    padding-left: 0;
    background: none;
    margin-top: 0;
  }

  .yystlist {
    margin-left: 0;
    margin-top: 20px;
  }

  .yystlist li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 10px;
  }

  .yystbox .txtarea .desc {
    height: auto;
  }

  .propart05 ul {
    margin-left: 0;
    margin-top: 20px;
  }

  .propart05 li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 10px;
  }

  .propart05 li .txtarea {
    padding: 20px;
  }

  .propart05 li .txtarea h5 {
    font-size: 18px;
  }

  .propart05 .row01 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .propart05 li .txtarea .desc {
    margin-top: 10px;
    line-height: 24px;
    height: auto;
  }

  .propart05 {
    padding: 30px 0;
  }

  .propart03 .row01 {
    margin-top: 0;
  }
}

/* ==========================================================================
   technology
   ========================================================================== */

.tecpart01 {
  padding: 60px 0 30px;
}

.tecpart01 .inner-tit {
  line-height: 80px;
}

.tecpart01 .fanganfwbox {
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.fanganfwbox .row {
  margin: -1px 0 0 -1px;
}

.fanganfwbox .row .fltit {
  width: 25%;
  height: 260px;
  float: left;
  overflow: hidden;
  background: rgba(000, 000, 000, 0.6);
  color: #fff;
}

.fanganfwbox .row .fltit h3 {
  padding: 36px 0 0 36px;
  font-size: 24px;
  font-weight: 500;
}

.fanganfwbox .row .fwbox {
  width: calc(33.33% - 1px);
  height: 260px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: relative;
}

.fanganfwbox .row .fwbox .grid01 {
  padding: 40px 0 0 36px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.fanganfwbox .row .fwbox .grid01 .txt01 {
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.3s;
}

.fanganfwbox .row .fwbox .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  transition: all 0.5s;
  background-image: -webkit-linear-gradient(bottom, #ed6400, #fd8403, #ff8f3e);
}

.fanganfwbox .row .fwbox .cover .txt02 {
  display: none;
  padding-top: 36px;
  padding-bottom: 10px;
  padding-left: 36px;
  font-weight: 500;
  font-size: 18px;
}

.fanganfwbox .row .fwbox .cover .ms {
  padding-left: 36px;
  font-weight: 300;
  font-size: 16px;
  display: none;
}

.fanganfwbox .row .fwbox:hover .cover {
  top: 0;
}

.fanganfwbox .row .fwbox:hover .grid01 .txt01 {
  font-size: 16px;
}

.tecpart02 {
  padding: 100px 0;
  background: #f4f5f7;
}

.tecpart02 ul {
  margin: 80px -8px 0;
}

.tecpart02 li {
  width: 33.33%;
  padding: 0 1%;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
}

.tecpart02 .hxysbox {
  box-sizing: border-box;
  padding: 50px 40px 40px;
  border: 2px solid #f4f5f7;
  background: #fff;
  border-radius: 16px;
  transition: all 0.2s;
  text-align: center;
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
}

.tecpart02 .inner-tit {
  line-height: 80px;
}

.tecpart02 .hxysbox .mobile-img {
  display: none;
}

.tecpart02 .hxysbox .inco {
  width: 100px;
  transition-duration: 800ms;
  margin: 0 auto;
}

.tecpart02 .hxysbox .inco img {
  width: 100%;
}

.tecpart02 .hxysbox .inco h5 {
  display: none;
}

.tecpart02 .hxysbox:hover .inco {
  transform: rotateY(360deg);
}

.tecpart02 .hxysbox .txt {
  width: 300px;
  color: #a0a0a0;
  margin: 0;
  padding: 24px 0 0;
  height: 120px;
  font-size: 14px;
}

.tecpart02 .hxysbox .txt h5 {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #ef6e20;
  margin-bottom: 10px;
}

.tecpart02 .hxysbox .txt p {
  color: #a0a0a0;
}

/* .tecpart02 .hxysbox .more {
  margin-top: 20px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #a0a0a0;
  display: inline-block;
  transition: all 0.3s;
} */

.more {
  margin-top: 20px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #a0a0a0;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}

/* .tecpart02 .hxysbox .more:hover {
  border-color: #ef6e20;
  color: #ef6e20;
} */

.more:hover {
  border-color: #ef6e20;
  color: #ef6e20;
}

.tecpart02 .hxysbox:hover {
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.12);
  border-color: #f4f5f7;
}

.tecpart03 {
  padding: 100px 0 0 0;
  background: #000;
  color: #fff;
}

.slidejjfaBox .hd li {
  width: 500px;
  padding: 20px;
  border: 1px solid #a0a0a0;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  border-radius: 8px;
  position: relative;
}

.slidejjfaBox .hd li:before {
  content: "";
  display: block;
  top: 50%;
  margin-top: -15px;
  right: 40px;
  position: absolute;
  width: 16px;
  height: 30px;
  background: url(../images/arr05.png) right center no-repeat;
  background-size: 16px auto;
}

.slidejjfaBox .hd li.on {
  background: #fff;
  color: #333;
  border-color: #fff;
}

.jjfabox {
  height: 600px;
  position: relative;
}

.jjfainco {
  width: 720px;
  padding-top: 100px;
  margin-left: -32px;
}

.jjfainco li {
  width: 120px;
  text-align: center;
  float: left;
  font-size: 12px;
  margin-bottom: 50px;
}

.jjfaimg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.jjfainco02 {
  width: 480px;
}

@media only screen and (max-width: 1440px) {

  .tecpart02 .inner-tit,
  .tecpart01 .inner-tit {
    line-height: 50px;
  }

  .tecpart02 ul {
    margin-top: 60px;
  }

  .tecpart02,
  .tecpart01 {
    padding: 60px 0;
  }

  .slidejjfaBox .hd li {
    font-size: 16px;
    width: 360px;
  }

  .jjfainco {
    width: 480px;
  }
}

@media only screen and (max-width: 1200px) {
  .fanganfwbox .row .fltit {
    height: 200px;
  }

  .fanganfwbox .row .fwbox {
    height: 200px;
  }

  .tecpart02 .hxysbox .txt {
    width: 300px;
  }

  .jjfainco li {
    width: 100px;
  }

  .jjfainco {
    width: 500px;
  }

  .jjfainco02 {
    width: 400px;
  }

  .jjfaimg {
    width: 50%;
  }

  .jjfaimg img {
    max-width: 100%;
  }

  .jjfabox {
    height: 500px;
  }
}

@media only screen and (max-width: 920px) {
  .tecpart02 .hxysbox .txt {
    width: 200px;
  }

  .tecpart02 .hxysbox .txt p {
    font-size: 14px;
  }

  .tecpart02 {
    padding: 60px 0 40px 0;
  }

  .slidejjfaBox .hd li {
    width: 300px;
    font-size: 16px;
  }

  .jjfainco {
    width: 400px;
  }

  .jjfainco02 {
    width: 400px;
  }

  .jjfaimg {
    width: 400px;
  }

  .jjfaimg img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .slidejjfaBox .hd li {
    width: 200px;
    font-size: 14px;
  }

  /* .tecpart02 .hxysbox {
    height: 260px;
    text-align: center;
    padding: 20px;
  }
  .tecpart02 .hxysbox .inco {
    float: none;
    margin: 0 auto;
  }
  .tecpart02 .hxysbox .txt {
    width: 100%;
    float: left;
    padding-left: 0;
  } */
  .tecpart02 ul {
    margin-top: 30px;
  }

  .tecpart02 .hxysbox .txt h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px) {

  .jjfainco,
  .jjfainco02 {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }

  .jjfainco li {
    width: 25%;
    margin-bottom: 30px;
  }

  .tecpart01 {
    padding: 60px 0;
  }

  .tecpart02 li {
    width: 100%;
    margin-left: 0;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }

  .tecpart02 ul {
    margin-left: 0;
  }

  .tecpart02 .inner-tit,
  .tecpart01 .inner-tit {
    line-height: 30px;
  }

  /* .tecpart02 {
    padding: 40px 0 20px 0;
  }
  .tecpart02 .hxysbox .inco {
    height: 90px;
  }
  .tecpart02 .hxysbox {
    height: auto;
  }
  .tecpart02 .hxysbox .txt {
    float: none;
    padding: 10px 0 20px 0;
  } */

  .slidejjfaBox .hd li {
    width: calc(100% - 40px);
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .tecpart03 {
    padding-top: 40px;
  }

  .jjfaimg {
    display: none;
  }

  .jjfabox {
    height: 400px;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

#Lb_pager .pages a {
  display: inline-block;
  background: #f9fbfc;
  margin: 0 3px;
  padding: 0 15px;
  color: #3d3d3d;
  cursor: pointer;
  line-height: 36px;
  height: 36px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#Lb_pager .pages .pgnext {
  padding: 0 18px;
  color: #3d3d3d;
  border-color: #ef6e20;
}

#Lb_pager .pages .pgprev {
  padding: 0 18px;
  color: #3d3d3d;
  border-color: #ef6e20;
}

#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #ef6e20;
  border-color: #ef6e20;
}

#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}

#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ef6e20;
  border-color: #ef6e20;
}

@media only screen and (max-width: 768px) {
  #Lb_pager .pages a {
    padding: 0 10px;
    color: #333;
    cursor: pointer;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }

  #Lb_pager .pages .pgnext,
  #Lb_pager .pages .pgprev {
    padding: 0 13px;
  }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
  color: #000;
  font: 700 18px/53px microsoft yahei;
  border-bottom: 3px solid #9b2c8c;
  background: #fff;
  padding: 0 18px;
  position: absolute;
  left: 0;
}

.overview .fa {
  color: #91007b;
  margin-right: 10px;
}

.sidenav {
  text-align: right;
}

.sidenav li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 0 40px;
}

.sub_nav {
  background: #fff;
}

.sidenav li.active {
  background: #dae0e3;
}

.sidenav li:hover a,
.sidenav li a:hover {
  color: #91007b;
}

.sidenav li.active a {
  font-size: 18px;
  color: #91007b;
  font-weight: bold;
}

.sidenav li:last-of-type a {}

.sidenav li.active:before {
  content: "";
  display: block;
  top: 22px;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

/* overview */
.ln-menu-link {
  display: block;
  font-size: 16px;
  color: #686c74;
  position: relative;
  zoom: 1;
  line-height: 55px;
}

#ln-menustate {
  display: none;
}

@media only screen and (max-width: 920px) {
  .sidenav li {
    padding: 0 20px;
  }

  .ln-menu-link {
    font-size: 14px;
  }

  .sidenav li.active a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_nav {
    margin-top: 0;
  }

  .sidenav {
    background: #fff;
  }

  .sidenav li {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 0;
  }

  .sub_nav {
    background: #fff;
  }

  .ln-menu-link .inco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
  }

  .ln-menu-link {
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .overview.hidden {
    display: block;
  }

  .sidenav li.on {
    border-bottom: none;
  }

  .sub_nav li:first-child .ln-menu-link {
    border-left: none;
  }
}

.sidenav li.on a {
  color: #10924e;
}

#ln-menustate {
  display: none;
}

.localnav {
  position: relative;
  border-bottom: 1px solid #dae0e3;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.ln-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

/* background */
.ln-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked~.localnav .ln-background,
#ln-menustate:target~.localnav .ln-background {
  background-color: rgba(255, 255, 255, 1);
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#ln-menustate:checked~.localnav .ln-background:after,
#ln-menustate:target~.localnav .ln-background:after {
  background-color: #d6d6d6;
}

.ln-content {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.ln-curtain {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#ln-menustate:checked~.localnav .ln-curtain,
#ln-menustate:target~.localnav .ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}

.ln-actions {
  float: left;
  display: none;
}

.ln-action {
  float: left;
  margin-left: 24px;
}

/* chevron */
.ln-menucta {
  cursor: pointer;
  display: block;
  margin-right: -11px;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}

.ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  background: #333;
}

.ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  right: 50%;
}

.ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  left: 50%;
}

#ln-menustate:checked~.localnav .ln-menucta-chevron,
#ln-menustate:target~.localnav .ln-menucta-chevron {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::before,
#ln-menustate:target~.localnav .ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}

#ln-menustate:checked~.localnav .ln-menucta-chevron::after,
#ln-menustate:target~.localnav .ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}

.ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}

.ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}

.ln-menucta-anchor-close {
  display: none;
}

.ln-menucta-anchor-label {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

#ln-menustate:checked~.ln-menucta-anchor-open,
#ln-menustate:target~.ln-menucta-anchor-open {
  display: none;
}

#ln-menustate:checked~.ln-menucta-anchor-close,
#ln-menustate:target~.ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 767px) {
  .content {
    position: relative;
    padding: 20px 0;
  }

  .col-main {
    margin: 0;
  }

  .col-left {
    float: left;
    width: 200px;
    margin-left: -100%;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .localnav {
    height: 48px;
  }

  .overview {
    float: left;
    line-height: 48px;
    font-size: 14px;
    padding: 0;
    background: none;
    color: #333;
  }

  .sidenav {
    border-width: 0;
  }

  .ln-menu-link {
    border-bottom: 0 none;
  }

  .ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }

  .ln-menu {
    line-height: 48px;
    padding-top: 0;
    width: 100%;
  }

  .ln-menu-tray {
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }

  #ln-menustate:checked~.localnav .ln-menu-tray,
  #ln-menustate:target~.localnav .ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  #ln-menustate:checked~.localnav.ln-opening .ln-menu-tray,
  #ln-menustate:target~.localnav.ln-opening .ln-menu-tray {
    overflow-y: hidden;
  }

  #ln-menustate:checked~.localnav.ln-sticking .ln-menu-tray,
  #ln-menustate:target~.localnav.ln-sticking .ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }

  .ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }

  #ln-menustate:checked~.ln-curtain,
  #ln-menustate:target~.ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .ln-actions {
    display: block;
    margin-left: 0;
    padding: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 50%;
  }

  .ln-action {
    margin-left: 16px;
  }

  .ln-action-menucta {
    margin-left: -20px;
    position: absolute;
    left: 0;
    z-index: 1;
  }

  .ln-action-button {
    float: right;
    margin-left: 27px;
  }

  .ln-content {
    padding: 0 20px;
  }

  .inner-cont {
    margin: 10px;
  }

  .sidenav {
    opacity: 1;
    padding: 17px 10px 28px 10px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }

  .sidenav .level2 li,
  .sidenav .level2 li a {
    line-height: 20px;
  }

  #ln-menustate:checked~.localnav .sidenav,
  #ln-menustate:target~.localnav .sidenav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }

  .ln-menu-item {
    display: block;
    line-height: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .ln-menu-item:first-child .ln-menu-link {
    border-top: 0;
  }

  .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }

  .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }

  .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  #ln-menustate:checked~.localnav .ln-menu-item:nth-child(1) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(2) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(3) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(4) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(5) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(6) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }

  #ln-menustate:checked~.ln-menu-item:nth-child(7) .ln-menu-link,
  #ln-menustate:target~.ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }

  #ln-menustate:checked~.localnav .ln-menu-link,
  #ln-menustate:target~.localnav .ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .ln-menucta-anchor {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

  #ln-menustate:checked~.ln-menu-tray,
  #ln-menustate:target~.ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  .ln-menu-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

.partner {
  display: none;
  /* padding: 100px 0; */
}

.partner .mod {
  margin-bottom: 75px;
}

.partner .mod-hd {
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
  padding-bottom: 17px;
  border-bottom: 1px solid #ececee;
  text-align: center;
  margin-bottom: 40px;
}

.partner .partner-list {}

.partner .partner-list li {
  float: left;
  width: 258px;
  height: 110px;
  background: #fff;
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin: 0 8px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner .partner-list li img {}

.solution {
  margin: 40px 0;
}

.solution .inner-tit,
.partner .inner-tit {
  margin-bottom: 50px;
}

.solution-card {
  position: relative;
}

.solution-card .cover {
  position: relative;
  height: auto;
  overflow: hidden;
}

.solution-card .cover .placeholder-img {
  width: 100%;
  display: block;
}

.solution-card .cover .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.solution-card .mobile-bg {
  display: none;
}

.solution-card .meta {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 61px 91px 61px 61px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-card .title {
  font-size: 26px;
  font-weight: 500;
  color: #ef6e20;
  margin-bottom: 13px;
}

.solution-card .desc {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  width: 52%;
  height: 30%;
  line-height: 1.7;
}

.solution-list {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px 10%;
}

.solution-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}

.solution-list .pic {
  width: 80px;
  height: 80px;
}

.solution-list .pic img {
  width: 100%;
}

.solution-list .txt {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}

.solution-card1,
.solution-card2 {
  background-color: #000;
}

.solution-card1 .solution-list li {
  width: 25%;
}

.solution-card3 .solution-list,
.solution-card4 .solution-list {
  background: rgba(255, 255, 255, 0.8);
}

.solution-card3 .desc,
.solution-card4 .desc,
.solution-card3 .solution-list .txt,
.solution-card4 .solution-list .txt {
  color: #3d3d3d;
}

.solution-card4 .solution-list {
  margin: 0 -46px;
}

.solution-card4 .solution-list li {
  width: 50%;
  padding: 0 46px;
  box-sizing: border-box;
}

.solution-card4 .solution-list .solution-list-title {
  font-size: 18px;
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 14px;
}

.solution-card4 .solution-list .solution-list-desc {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

.solution-card4 .solution-list {
  padding: 45px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ef6e20;
}

.section-module {
  margin: 30px 0 30px;
  padding-top: 60px;
}

.section-module .mod {
  background: #ffffff;
  border-radius: 12px;
  padding: 60px 64px;
  text-align: center;
}

.section-module .list li .item {
  background: #fff;
  height: 54px;
  line-height: 54px;
  border-radius: 12px;
  margin: 0 19px 22px;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: normal;
}

.section-module .mod {
  margin-top: 80px;
  /* margin-bottom: 90px; */
}

.section-module .mod-hd {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
}

.col-8,
.col-12 {
  float: left;
  box-sizing: border-box;
}

.col-8 {
  width: 33.33%;
}

.col-12 {
  width: 50%;
}

.section-module .mod-ft {
  background: url("../images/solution/divider.svg") 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 70px;
  color: #3d3d3d;
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  margin-top: 20px;
}

.propart__03 {
  padding: 100px 0;
  background: #f4f5f7;
}

.propart__03 .mod {
  margin-top: 32px;
}

.propart__03 .mod-bd {
  background: url("../images/product/bg-soft-power.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 43px 62px;
}

.soft-power-container {
  gap: 24px 29px;
  width: 59.2%;
}

.soft-power-item {
  min-width: 136px;
  height: 52px;
  border-radius: 8px;
  background: linear-gradient(164deg, #FFA012 33%, #ED8200 76%);
  box-sizing: border-box;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  font-family: HarmonyOS Sans SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.mod-ft-round {
  width: 24px;
  height: 24px;
}

.llm-padding {
  padding: 32px 26px;
}

@media only screen and (max-width: 450px) {
  .propart__03 .mod-bd {
    background: url("../images/product/bg-soft-power-m.png") no-repeat center;
    background-size: contain;
  }

  .soft-power-container {
    width: 100%;
    gap: 12px 6px;
  }

  .soft-power-item {
    min-width: 90px;
  }

  .soft-power-item {
    font-size: 10px;
    height: 20px;
    line-height: 16px;
    border-radius: 4px;
  }

  .mod-ft-round {
    width: 16px;
    height: 16px;
  }

  .soft-power-fit {
    flex-wrap: wrap;
  }

  .soft-power-fit-label {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    border-right: unset;
    width: unset;
  }

  .soft-power-fit-text {
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #3D3D3D;
    margin-left: 0;
    flex: unset;
    margin-top: 6px;
  }

  .propart__03 {
    padding: 59px 0;
  }

  .propart__03 .mod {
    margin-top: 0;
  }

  .mgt-16.mobile {
    margin-top: 5px;
  }

  .large-model.repeat-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .llm-padding {
    padding: 18px 12px;
  }
}

.propart__03 .mod-bd li:hover .item {
  background: rgba(255, 255, 255, 0.9);
  color: #ef6e20;
}

.propart001 {
  margin: 65px 0;
}

.propart001 .bd {
  background: #f4f5f7;
  border-radius: 16px 16px 16px 16px;
  margin-top: 50px;
  padding: 66px 66px 66px 90px;
  display: flex;
}

.propart001 .title {
  font-size: 32px;
  font-weight: 500;
  color: #181818;
  margin-bottom: 20px;
}

.propart001 .desc {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
  margin-bottom: 20px;
}

.propart001 .column-left {
  width: 30%;
  margin-right: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.propart001 .column-left .img-wrap {
  display: none;
}

.propart001 .column-right {
  width: 45%;
}

.propart001 .column-right .img-wrap {
  box-sizing: border-box;
}

.propart001 .column-right .img-wrap img {
  width: 100%;
}

.pro-list {
  margin: 30px -8px;
}

.pro-list li {
  width: 25%;
  float: left;
}

.pro-list li .card {
  margin: 0 8px;
  min-height: 300px;
  background: #f4f5f7;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}

.pro-list li .card .card-cover {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-list li .card .card-cover img {
  width: 55%;
}

.pro-list li .card .card-meta-title {
  font-size: 18px;
  font-weight: 500;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 10px;
}

.pro-list li .card .card-meta-description {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
  max-width: 260px;
  text-align: center;
}

.timeline-wrap {
  padding-top: 60px;
  margin: 0 -30px;
}

.timeline {
  float: left;
  width: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: "tnum";
  padding: 0 30px;
  list-style: none;
  box-sizing: border-box;
}

.timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}

.timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}

.timeline-item-pending .timeline-item-tail {
  display: none;
}

.timeline-item-head {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #f4f5f7 url("../images/timelineIcon.svg") 50% 50% no-repeat;
  top: 16px;
  left: 5px;
  transform: translate(-50%, -50%);
}

.timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 60px;
  word-break: break-word;
  min-height: 100px;
  font-size: 14px;
  color: #a0a0a0;
}

.timeline-item:last-of-type>.timeline-item-tail {
  display: none;
}

.timeline-item:last-of-type>.timeline-item-content {
  min-height: 48px;
}

.timeline-item-content h4 {
  font-size: 24px;
  color: #3d3d3d;
}

.timeline.timeline-alternate .timeline-item-tail,
.timeline.timeline-right .timeline-item-tail,
.timeline.timeline-label .timeline-item-tail,
.timeline.timeline-alternate .timeline-item-head,
.timeline.timeline-right .timeline-item-head,
.timeline.timeline-label .timeline-item-head {
  left: 50%;
}

.timeline.timeline-alternate .timeline-item-head,
.timeline.timeline-right .timeline-item-head,
.timeline.timeline-label .timeline-item-head {
  margin-left: -4px;
}

.timeline.timeline-alternate .timeline-item-head-custom,
.timeline.timeline-right .timeline-item-head-custom,
.timeline.timeline-label .timeline-item-head-custom {
  margin-left: 1px;
}

.timeline.timeline-alternate .timeline-item-left .timeline-item-content,
.timeline.timeline-right .timeline-item-left .timeline-item-content,
.timeline.timeline-label .timeline-item-left .timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}

.timeline.timeline-alternate .timeline-item-right .timeline-item-content,
.timeline.timeline-right .timeline-item-right .timeline-item-content,
.timeline.timeline-label .timeline-item-right .timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}

.timeline.timeline-right .timeline-item-right .timeline-item-tail,
.timeline.timeline-right .timeline-item-right .timeline-item-head,
.timeline.timeline-right .timeline-item-right .timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}

.timeline.timeline-right .timeline-item-right .timeline-item-content {
  width: calc(100% - 18px);
}

.timeline.timeline-label .timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}

.timeline.timeline-label .timeline-item-right .timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}

.solution .owl-theme .owl-dots {
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.solution .owl-theme .owl-dots .owl-dot {
  margin: 30px 0;
  display: block;
}

.history-li {
  position: relative;
  padding-left: 4.5em;
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 20px;
}

.history-li-title {
  position: absolute;
  width: 4em;
  text-align: right;
  left: 0;
  top: 0;
}

.coursebox.on .history-li {
  color: #181818;
}

.aboutpart__01 {
  padding: 90px 0;
}

.aboutpart__01 .inner-tit {
  margin-bottom: 90px;
}

.aboutpart__01 .inner {
  border-left: 1px solid #e0e0e0;
  padding: 0 32px;
  height: 180px;
}

.aboutpart__01 .inner .pic {
  width: 66px;
}

.aboutpart__01 .inner .pic img {
  width: 100%;
}

.aboutpart__01 .inner .txt {
  margin-top: 17px;
  font-size: 14px;
  color: #3d3d3d;
  width: 90%;
}

.aboutpart__01 .owl-dots {
  margin-top: 30px;
}

.aboutpart__02 {
  background: #f4f5f7;
  padding: 132px 0;
}

.aboutpart__02 .mod {
  padding: 30px 0;
}

.aboutpart__02 .col-l {
  float: left;
  width: 40%;
}

.aboutpart__02 .col-r {
  float: left;
  width: 60%;
  margin-top: -120px;
}

.aboutpart__02 .col-r img {
  width: 100%;
}

.aboutpart__02 .statistic {
  vertical-align: middle;
}

.aboutpart__02 .statistic .title {
  font-size: 24px;
  font-weight: 500;
  color: #3d3d3d;
  margin-right: 40px;
  display: inline-block;
}

.aboutpart__02 .statistic .value {
  font-size: 70px;
  font-weight: bold;
  color: #ef6e20;
  display: inline-block;
}

.aboutpart__02 .statistic .suffix {
  font-size: 60px;
  font-weight: bold;
  color: #ef6e20;
  display: inline-block;
}

.solution__list .item {
  margin-bottom: 60px;
}

.news-year-select {
  display: none;
  margin-bottom: 20px;
}

.news-year-select .inner-tit {
  float: left;
}

.news-year-select .form-select {
  width: 80px;
  float: right;
}

.form-select {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: rgba(239, 110, 32, 0.2);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(239, 110, 32, 0.3);
}

@media only screen and (max-width: 833px) {
  .newsyear {
    display: none;
  }

  .wrapper {
    padding: 0 28px 0 28px;
  }

  .title-h2-a {
    font-family: HarmonyOS Sans SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FC9221;
  }

  .news-year-select {
    display: block;
  }

  .tecpart02 li {
    width: 100%;
    margin-left: 0;
    float: none;
    height: auto;
    margin-bottom: 20px;
  }

  .tecpart02 ul {
    margin-left: 0;
  }

  .timeline-wrap {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
  }

  .timeline {
    float: none;
    width: 100%;
  }

  .timeline-item:last-of-type>.timeline-item-tail {
    display: block;
  }

  .timeline-item>.timeline-item-content,
  .timeline-item:last-of-type>.timeline-item-content {
    min-height: auto;
    margin-left: 40px;
  }

  .timeline-item-content h4 {
    font-size: 16px;
    font-weight: normal;
  }

  .propart__03 .mod-bd li {
    width: 33.33%;
  }

  .propart__03 .mod-bd {
    padding: 19px 14px;
  }

  .propart__03 .mod-bd li .item {
    margin: 3px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 12px;
  }

  .pro-list {
    margin-top: 14px;
  }

  .pro-list li {
    width: 50%;
    margin-bottom: 10px;
  }

  .propart001 {
    margin: 40px 0;
  }

  .propart001 .title,
  .propart001 .more {
    white-space: nowrap;
  }

  .pro-list li .card {
    min-height: auto;
    height: 300px;
    margin: 0 5px;
    padding: 0;
  }

  .pro-list li .card .card-cover {
    height: 160px;
  }

  .pro-list li .card .card-body {
    padding: 0 10px;
  }

  .pro-list li .card .card-cover img {
    width: 80%;
  }

  .propart001 .bd {
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
  }

  .propart001 .column-left {
    width: 100%;
    margin-right: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .propart001 .column-left .img-wrap {
    display: block;
    text-align: center;
  }

  .propart001 .column-left .img-wrap img {
    width: 50%;
  }

  .propart001 .column-right {
    display: none;
  }

  .tecpart01 {
    padding: 30px 0;
  }

  .section-module {
    margin: 30px 0 30px;
    padding-top: 0px;
  }

  .section-module .mod {
    padding: 24px 10px;
  }

  .section-module .list li .item {
    height: 32px;
    line-height: 32px;
    border-radius: 12px;
    margin: 5px;
    font-size: 12px;
    white-space: nowrap;
  }

  .section-module .mod {
    margin-top: 40px;
    /* margin-bottom: 90px; */
  }

  .section-module .mod-hd {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section-module .mod-ft {
    padding-top: 30px;
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 20px;
    margin-top: 20px;
  }

  .solution-card {}

  .solution-card .cover {
    display: none;
  }

  .solution-card .mobile-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    border-radius: 12px;
  }

  .solution-card .meta {
    padding: 30px;
    position: relative;
  }

  .solution-card .desc {
    margin-bottom: 16px;
  }

  .solution-card .desc {
    width: auto;
    height: auto;
    margin-bottom: 16px;
  }

  .tecpart01 .fanganfwbox {
    margin-top: 30px;
  }

  .fanganfwbox .row .fwbox {
    width: calc(50% - 1px) !important;
    height: 200px;
  }

  .fanganfwbox .row .fltit h3 {
    padding: 30px 0 0 30px;
    font-size: 18px;
  }

  .fanganfwbox .row .fwbox .grid01 {
    padding: 30px 20px 20px 20px;
  }

  .propart05 .wrapper {
    padding: 30px;
  }

  .solution {
    margin: 30px 0;
  }

  .solution-card .title {
    font-size: 24px;
  }

  .solution-list {
    padding: 20px 0;
  }

  .solution-list .pic {
    width: 48px;
    height: 48px;
  }

  .solution-list .txt {
    font-size: 12px;
  }

  .joinpart01 .cul-list {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 0 30px;
  }

  .joinpart01 .cul-list-title {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 0;
  }

  .joinpart01 .cul-list-title::after {
    display: none;
  }

  .joinpart01 .cul-list .cul-list-title {
    font-size: 18px;
  }

  .joinpart01 .cul-list li {
    padding: 0;
    font-size: 14px;
    line-height: 32px;
  }

  .joinpart01 .right .warp {
    padding: 30px;
    text-align: center;
  }

  .hxtdbox {
    width: 100%;
    float: none;
    border-radius: 8px 8px 8px 8px !important;
    margin-top: 20px;
  }

  .hxtdbox .pc-txtarea {
    display: none;
  }

  .hxtdbox .mobile-txtarea {
    display: block;
  }

  .hxtdbox .txtarea .desc {
    height: auto;
  }

  .hxtdbox .txtarea h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .hxtdbox .txtarea {
    padding: 30px;
  }

  .hxtdbox .txtarea .desc {
    padding: 0;
    position: relative;
  }

  .hxtdbox .txtarea .bgimg {
    display: none;
  }

  .aboutpart__02 .col-l {
    float: none;
    width: 100%;
  }

  .aboutpart__02 .statistic .suffix {
    font-size: 48px;
  }

  .aboutpart__02 .col-r {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .tecpart02 .hxysbox {
    padding: 0 0 40px;
    min-height: auto;
  }

  .tecpart02 .hxysbox .mobile-img {
    display: block;
    margin-bottom: 20px;
    border-radius: 16px 16px 0 0;
    width: 100%;
  }

  .tecpart02 .hxysbox .mobile-img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .tecpart02 .hxysbox .txt {
    width: auto;
    color: #a0a0a0;
    height: auto;
    padding: 10px 20px 0;
  }

  .tecpart02 .hxysbox .inco {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .tecpart02 .hxysbox .inco img {
    width: 48px;
  }

  .tecpart02 .hxysbox .inco h5 {
    display: block;
    color: #ef6e20;
    margin-left: 15px;
    font-size: 28px;
    font-weight: normal;
  }

  .tecpart02 .hxysbox .txt h5 {
    display: none;
  }

  .modal-hd {
    color: #ef6e20;
  }

  .ywjsbox .row02 {
    margin-top: 0;
    line-height: 45px;
  }

  .ywjsbox .row02 .txten {
    margin-top: -33px;
  }

  .ywjsbox .warp {
    padding: 30px 30px 8px;
  }

  .joinpart03 {
    background: url(../images/mobile-bg1.jpg) center no-repeat;
  }

  .joinpart03 .row {
    padding-top: 280px;
    text-align: center;
  }

  .joinpart03 {
    height: 480px;
  }

  .joinpart03 .row a {
    width: 70%;
    height: 36px;
    font-size: 14px;
    margin-right: 0;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .joinpart03 .row a i {
    line-height: 36px;
  }

  .aboutpart04 {
    padding: 60px 0;
    background: url(../images/mobile-bg2.png) left 350px no-repeat;
    background-size: 90% auto;
  }

  .aboutpart__02 {
    padding: 60px 0;
  }

  .aboutpart__02 .statistic .title {
    font-size: 18px;
    margin-right: 10px;
  }

  .aboutpart__02 .statistic .value {
    font-size: 48px;
  }

  .solution-card1,
  .solution-card2 {
    background-color: transparent;
  }
}

.layui-input,
.layui-select,
.layui-textarea {
  height: 56px;
  border-radius: 8px;
  border-color: #a0a0a0;
  padding-left: 16px;
  font-size: 16px;
  color: #3d3d3d;
  caret-color: #ef6e20;
}

.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #3d3d3d;
  color: #999;
}

.layui-form-select dl {
  top: 60px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(160, 160, 160, 0.5);
  border-radius: 8px;
}

.layui-form-selectup dl {
  top: auto;
  bottom: 60px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
  padding: 0 14px;
  line-height: 40px;
}

/* .layui-form-select dl dd.layui-this {
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
} */

.layui-form-select dl dd {
  font-size: 16px;
  color: #3d3d3d;
}

.layui-form-select dl dd:hover {
  background: #f4f5f7;
}

/* .layui-form-select dl dd:hover {
  background: #ef6e20;
  color: #ffffff;
} */

.layui-input-affix {
  line-height: 56px;
}

@media only screen and (max-width: 1370px) {
  .product-panorama-img {
    width: 30%;
    left: 47%;
  }
  .product-p-text {
    font-size: 14px;
  }
  .product-panorama {
    font-size: 14px;
  }
  .mh233 {
    max-width: 160px;
  }
  .img-comment {
    font-size: 14px;
  }
  .img-title {
    font-size: 18px;
  }
  .label-1 {
    top: 26%;
    left: 18%;
  }
  .label-2 {
    top: 26%;
    right: 18%;
  }
  .label-3 {
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hardware-group-left {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .layui-input-affix {
    line-height: 48px;
  }
}

.layui-form-select .layui-edge {
  width: 16px;
  height: 16px;
  border: none 0;
  margin-top: -8px;
  background: url("../images/arr-down.png") 50% 50% no-repeat;
}

.layui-form-select dl dd.layui-this,
.layui-form-select dl dd.layui-this:hover {
  background-color: #ef6e20;
  color: #fff;
  font-weight: 700;
}

.layui-form-select dl dd.layui-select-tips,
.layui-form-select dl dd.layui-select-tips:hover {
  color: #999 !important;
  background: transparent;
  font-weight: normal !important;
}