
/*tl*/
.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
   transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;*/
  width: 15px;
  height: 15px;
  background-color: #D8A537;
  z-index: 999;
}
.conmmen-text{
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

/*DIN MEDIUM*/
@font-face {
  font-family: "dinmedium";
  src: url("../font/DIN MEDIUM.woff2") format("woff2"), url("../font/DIN MEDIUM.woff") format("woff"), url("../font/DIN MEDIUM.ttf") format("truetype"), url("../font/DIN MEDIUM.eot") format("embedded-opentype"), url("../font/DIN MEDIUM.svg") format("svg");
}
.dinmedium {
  font-family: "dinmedium";
}

/*DIN MEDIUM*/
@font-face {
  font-family: "notesansbold";
  src: url("../font/Source Han Sans CN Bold.woff2") format("woff2"), url("../font/Source Han Sans CN Bold.woff") format("woff"), url("../font/Source Han Sans CN Bold.ttf") format("truetype"), url("../font/Source Han Sans CN Bold.eot") format("embedded-opentype"), url("../font/Source Han Sans CN Bold.svg") format("svg");
}
.bold,
.notesansbold {
  font-family: "notesansbold";
}


@font-face {
  font-family: "notesansmedium";
  src: url("../font/Source Han Sans CN Medium.woff2") format("woff2"), url("../font/Source Han Sans CN Medium.woff") format("woff"), url("../font/Source Han Sans CN Medium.ttf") format("truetype"), url("../font/Source Han Sans CN Medium.eot") format("embedded-opentype"), url("../font/Source Han Sans CN Medium.svg") format("svg");
}
.medium,
.notesansmedium {
  font-family: "notesansmedium","Noto Sans SC";
  font-weight: 500;
}

@font-face {
  font-family: "notesansr";
  src: url("../font/Source Han Sans CN Regular.woff2") format("woff2"), url("../font/Source Han Sans CN Regular.woff") format("woff"), url("../font/Source Han Sans CN Regular.ttf") format("truetype"), url("../font/Source Han Sans CN Regular.eot") format("embedded-opentype"), url("../font/Source Han Sans CN Regular.svg") format("svg");
}
.notesansr {
  font-family: "notesansr","Noto Sans SC";
  font-weight: 400;
}




@font-face {
  font-family: "itcas";
  src: url("../font/ITCAVANTGARDESTD-MD.woff2") format("woff2"), url("../font/ITCAVANTGARDESTD-MD.woff") format("woff"), url("../font/ITCAVANTGARDESTD-MD.ttf") format("truetype"), url("../font/ITCAVANTGARDESTD-MD.eot") format("embedded-opentype"), url("../font/ITCAVANTGARDESTD-MD.svg") format("svg");
}
.estate02-list .estate02-swiper .items .imgs .spans,
.itcas {
  font-family: "itcas";
}

.textupper {
  text-transform: uppercase;
}

html, body {
  font-family:"Noto Sans SC","notesansr","Source Han Sans CN","SourceHanSansCN-Regular","SourceHanSansCN-Medium","Source Han Sans CN", "Noto Sans S Chinese","Noto Sans S Chinese Light","HarmonyOS Sans SC","Microsoft Yahei", "Microsoft YaHei Light","PingFangSC-Semibold","Pingfang sc bold", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: 400;
}

.forie {
  width: 100%;
  height: 100%;
  background: #eaeaea url(../image/tishi.png) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.index1-abouts-bots .items .txts{
  font-family: "Noto Sans SC","SourceHanSansCN-Medium","Noto Sans SC";
  font-weight: 500;
}
.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.pc767 {
  display: block;
}

.m767 {
  display: none;
}
.w3box.cons-swiper .items .time{
  color: #666;
  font-weight: 400;
}

@media (max-width: 1025px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc767 {
    display: none;
  }

  .m767 {
    display: block;
  }
}
/*页码*/
.pagination {
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1em;
  text-align: center;
  box-sizing: content-box;
  color: #999999;
  transition: .5s ease-in-out;
  margin: 0 1.5px;
  border-radius: 50%;
  color: #999999;
}
.pagination a.active {
  color: #D8A537;
  transition: .5s ease-in-out;
}

.pagination a.prev, .pagination a[rel=prev] {
  background: url(../image/prev.png) #F2F2F2 no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.pagination a.next, .pagination a[rel=next] {
  background: url(../image/next.png) #F2F2F2 no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.news-top-toplist .items img{
  height: 17vw;
  object-fit:cover;
}
.elevators-details-bottombox{
  padding-top: 2.25rem;
}

@media (max-width: 768px){
  .news-top-toplist .items img{
    height: 60vw;
    object-fit:cover;
  }

}

@media (min-width: 1025px) {
  .layouts-list .layouts-03-list .layouts-03-list-bots{
    /*cursor: url(../img/bhg.ico),auto;*/
  }
  .pagination a:hover {
    color: #D8A537;
    transition: .5s ease-in-out;
  }
  .pagination a.prev:hover, .pagination a[rel=prev]:hover {
    background: url(../image/prev11.png) #D8A537 no-repeat center;
    background-size: 100%;
  }
  .pagination a.next:hover, .pagination a[rel=next]:hover {
    background: url(../image/next11.png) #D8A537 no-repeat center;
    background-size: 100%;
  }
}
@media (max-width: 1025px) {
  .pagination a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }

  .pagination {
    font-size: 12px;
  }

  .pagination a {
    margin: 0 .1rem;
  }

  .w1440 {
    width: 92%;
    max-width: 92%;
  }
}
/*页码结束*/
.w700 {
  width: 75%;
  max-width: 700px;
}

.w1400 {
  width: 75%;
  margin: 0 auto;
  max-width: 1400px;
}

@media (max-width: 1681px) {
  .w700 {
    width: 83%;
    max-width: 83%;
  }

  .w1400 {
    width: 83%;
    max-width: 83%;
  }
}
@media (max-width: 1191px) {
  .w700 {
    width: 92%;
    max-width: 92%;
  }

  .w1400 {
    width: 92%;
    max-width: 92%;
  }
}
.bgcenter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-fixed.ons {
  z-index: 5000 !important;
}

.w100 {
  width: 100%;
}

.w1140 {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}

.f6f6f6 {
  background-color: #f6f6f6;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../image/close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transition: .8s ease-in-out;
}

.video-fixed .imghide {
  display: none;
}

.video-fixed .videoboxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  box-sizing: border-box;
}

.wel-banner .videoboxs {
  position: relative;
}
.ban-swiper .videoboxs{
  position: relative;
  cursor: pointer;
}
.ban-swiper .videoboxs:before ,
.wel-banner .videoboxs:before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/videos.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
  display: none;
}
.ban-swiper .videoboxs:before{
  display: block;
}
.abouts02-list-images{
  width: 21rem;
  height: 21rem;
  margin:0 auto;
  position: relative;
  margin-top: 1rem;
}
.abouts02-list-images .images{
  position: relative;
}
.abouts02-list-images .i{
  position: absolute;
  left: 0;
  top: 0;
}
.abouts02-list-images .li1 .i{
  opacity: 0;
}
.abouts02-list-images .li1 .i.on{
  opacity: 1;
}

.abouts02-list-images .items {
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 50%;
}
.abouts02-list-images .items .imgs{
  width: 1rem;
  height: 1rem;
  margin:0 auto;
}
.abouts02-list-images img{
  display: block;
}

.abouts02-list-images .items1{
  left: 33%;
  top: 22%;
}
.abouts02-list-images .items2{
    left: 66%;
    top: 22%;
}
.abouts02-list-images .items3{
    left: 75%;
    top: 50%;
}
.abouts02-list-images .items4{
    left: 50%;
    top: 70%;
}
.abouts02-list-images .items5{
    left: 25%;
    top: 50%;
}
.abouts02-list-images .items,.abouts02-list-images .items.ons{
  /*transition:.5s ease-in-out;*/
}
.abouts02-list-images .items.ons .twen{
  opacity: 1;
}

.abouts02-list-images .items1.ons{
  left: 30%;
  top: 16%;
}
.abouts02-list-images .items2.ons{
  left: 68%;
  top: 16%;
}
.abouts02-list-images .items3.ons{
    left: 80%;
    top: 50%;
}
.abouts02-list-images .items4.ons{
    left: 50%;
    top: 70%;
}
.abouts02-list-images .items5.ons{
    left: 20%;
    top: 50%;
}
.abouts02-list-images .items .box{
    transition:.5s ease-in-out;
}
.abouts02-list-images .items.ons .box{
    transition:.5s ease-in-out;
    transform:scale3d(1.05,1.05,1) translateX(-50%);
}










.abouts02-list-images .items .box{
  left: 50%;
  top: 0;
  transform:translateX(-50%);
  width: 50%;
}
.abouts02-list-images .items .text{
  line-height: 1;
  margin-top: .45rem;
}
.abouts02-list-images .items .twen{
  line-height: 1.55;
  margin-top: .2rem;
  /*height: 1.55em;*/
  /*overflow: hidden;*/
  color: #F9D17C;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {

  .abouts02-list-images .items1 {
      left: 24%;
      top: 16%;
  }

  .abouts02-list-images .items2 {
      left: 66%;
      top: 16%;
  }
  .abouts02-list-images .items5 {
      left: 18%;
      top: 50%;
  }
  .abouts02-list-images .items3 {
      left: 78%;
      top: 50%;
  }
  .abouts02-list-images .items4 {
      left: 50%;
      top: 73%;
  }

  .abouts02-list-images .items .text{
    font-size: 13px;
    margin-top: .2rem;
  }
  .abouts02-list-images .li1 .i{
    opacity: 1;
  }
  .abouts02-list-images{
    width: 80vw;
    height: 80vw;
  }
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }
}
.con-more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: .45rem;
  padding-right: 1.4rem;
  height: 2.57em;
  line-height: 2.57em;
  border-radius: 2.57em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.con-more:hover {
  color: #fff;
}
.con-more:before {
  position: absolute;
  content: "";
  width: .6rem;
  height: .6rem;
  right: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/jt.png) rgba(255, 255, 255, 0.3) no-repeat center;
  background-size: 100%;
  border-radius: 50%;
}

.secwen {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.add1 {
  transition-delay: .15s;
}

.secwen.add2 {
  transition-delay: .25s;
}

.secwen.add3 {
  transition-delay: .35s;
}

.secwen.add4 {
  transition-delay: .45s;
}

.lin1 {
  line-height: 1;
}

.bold {
  /*font-weight: bold;*/
    font-weight: 600;

}

.tc {
  text-align: center;
}

.con-words {
  color: #333333;
  line-height: 1.66;
}

img {
  max-width: 100%;
}

.h55 {
  line-height: 55px;
  height: 55px;
}

.fixed-right-box {
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #D8A537;
  z-index: 99;
  border-radius: 50%;
  background-image: url(../image/back.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

body {
  min-height: 100vh;
}

.cursor {
  cursor: pointer;
}

.con-videos {
  position: relative;
}
.con-videos .images {
  position: relative;
}
.con-videos .images:before {
  z-index: 2;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/vide.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .fixed-right-box:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #D8A537;
    transform: translateY(-5px);
  }

  .searchs-txts .li:hover {
    color: #D8A537;
    transition: .5s ease-in-out;
  }

  .searchs-txts .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }
}
/**/
/*searchs*/
.searchs-tops {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #F6F6F6;
}

.searchs-box {
  height: 1.75em;
  line-height: 1.75em;
  /*overflow: hidden;*/
  padding-right: 124px;
  position: relative;
}

.searchs-box input:-moz-placeholder,
.searchs-box textarea:-moz-placeholder {
  color: #666666;
}

.searchs-box input::-moz-placeholder,
.searchs-box textarea::-moz-placeholder {
  color: #666666;
}

.searchs-box input:-ms-input-placeholder,
.searchs-box textarea:-ms-input-placeholder {
  color: #666666;
}

.searchs-box input::-webkit-input-placeholder,
.searchs-box textarea::-webkit-input-placeholder {
  color: #666666;
}

.searchs-box input {
  background-color: transparent;
}

.searchs-box input[type=text] {
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #999;
}

.searchs-box input[type=submit] {
  position: absolute;
  width: 100%;
  height: inherit;
  line-height: inherit;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}

.searchs-box .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 38px;
  padding-right: 44px;
  color: #fff;
  background-color: #D8A537;
  border-radius: 40px;
  width: 124px;
}

.searchs-box .submit:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  right: .7rem;
  background-size: 100%;
  margin: auto;
  z-index: 0;
  background: url(../image/sear3.png) no-repeat center;
  background-size: 100%;
}

.searchs-box .submit .spans {
  display: block;
  line-height: inherit;
  height: inherit;
}

.searchs-tits {
  color: #666666;
  line-height: 1.55;
  margin-bottom: .5rem;
}

.searchs-tits span {
  color: #D8A537;
}

.searchs-txts {
  font-size: 0;
  padding: 0 .25rem;
  position: relative;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.searchs-txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f2f0;
  left: 0;
  top: 0;
}

.searchs-txts .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7rem;
  line-height: 1.45rem;
  cursor: pointer;
  position: relative;
  transition: .5s ease-in-out;
  color: #333;
}

.searchs-txts .li:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 4px;
  background-color: #D8A537;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}

.serlist-center .list {
  padding-bottom: 2.4rem;
  padding-top: .75rem;
}
.serlist-center .list .li {
  width: 48.6%;
  margin-left: 2.8%;
  line-height: 3.25em;
  height: 3.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  padding-left: .8rem;
  position: relative;
}
.serlist-center .list .li.after, .serlist-center .list .li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(214, 214, 214, 0.8);
}
.serlist-center .list .li span {
  color: #D8A537;
}
.serlist-center .list .li:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #cccccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.serlist-center .list .li:nth-child(2n+1) {
  margin-left: 0;
}

.searchs-txts .li.active {
  color: #D8A537;
  transition: .5s ease-in-out;
}

.searchs-txts .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}

.searchs-body {
  padding-top: 1rem;
  padding-bottom: 2.9rem;
}

.searchs-list {
  padding-top: .75rem;
}

.searchs-list .list {
  font-size: 0;
  padding-bottom: 1.75rem;
}

.searchs-list .list .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  color: #333;
  border-bottom: 1px solid #e01a22;
  margin-top: .5rem;
}

.searchs-list .list .items .box {
  height: 1.25rem;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: .85rem;
  padding-right: .2rem;
  position: relative;
}

.searchs-list .list .items .box:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #e01a22;
  top: 0;
  bottom: 0;
  left: .25rem;
  margin: auto;
}

.searchs-list .list .items span {
  color: #cc0000;
}

.searchs-list .list .items:nth-child(2n+1) {
  margin-left: 0;
}

.polishing-uls.w3 .polishing-lis {
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .serlist-center .list .li {
    width: 100%;
    margin-left: 0;
  }
}
/**/
.dev-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.dev-pop .close-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dev-pop .form-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  background-color: #fff;
  padding: 1.8rem 2.5rem 1.9rem;
}

.dev-pop .form-box .tit {
  color: #D8A537;
  text-align: center;
  margin-bottom: 1.4rem;
  line-height: 1;
}

.dev-pop .form-box .input-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}

.dev-pop .form-box .input-wrap .li {
  width: 48%;
  height: 1.75rem;
  margin-right: 4%;
  margin-bottom: .6rem;
  border: 1px solid #D2D2D2;
  position: relative;
  /* position: relative; */
}

/* .dev-pop .form-box .input-wrap .li img {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
} */
.dev-pop .form-box .input-wrap .li:nth-child(2n) {
  margin-right: 0;
}

.dev-pop .form-box .input-wrap .li input {
  padding: 0 1.3rem;
  width: 100%;
  height: 100%;
  background: none;
  color: #D8A537;
}

.dev-pop .form-box .input-wrap .li input::placeholder {
  color: #D8A537;
}

.dev-pop .form-box .input-wrap .li.upload {
  position: relative;
  background-color: #F6F9FF;
}

.dev-pop .form-box .input-wrap .li.upload .upload-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.dev-pop .form-box .input-wrap .li.upload .file-name {
  position: absolute;
  z-index: 1;
  right: .5rem;
  top: 0;
  width: 40%;
  background: none;
  padding: 0;
}

.dev-pop .form-box .input-wrap .li.upload div {
  padding: 0 1.3rem;
  display: flex;
  height: 100%;
  align-items: center;
  color: #D8A537;
}

.dev-pop .form-box .input-wrap .li.upload div img {
  width: 15px;
  margin-left: .3rem;
}

.dev-pop .form-box .input-wrap .li.code {
  display: flex;
  align-items: center;
}

.dev-pop .form-box .input-wrap .li #captcha {
  width: 100%;
}

.dev-pop .form-box .input-wrap .li img {
  width: 2rem;
  object-fit: contain;
}

.dev-pop .form-box .input-wrap .li .captcha {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.dev-pop .form-box .submit {
  width: 3.9rem;
  height: 1.4rem;
  border-radius: .7rem;
  background-color: #D8A537;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.dev-pop textarea, .dev-pop input {
  text-indent: 0;
}

@media (max-width: 1024px) {
  .dev-pop .form-box {
    padding: 1.5rem;
  }
}
@media (max-width: 997px) {
  .dev-pop .form-box .input-wrap .li.upload div,
  .dev-pop .form-box .input-wrap .li input {
    padding-left: .5rem;
  }

  .dev-pop .form-box {
    width: 90%;
    padding: 1rem;
  }

  .dev-pop .form-box .tit {
    margin-bottom: .8rem;
  }

  .dev-pop .form-box .input-wrap .li {
    width: 100%;
    margin-right: 0;
  }

  .dev-pop .form-box .input-wrap .li:last-child {
    margin-bottom: 0;
  }
}
.zanwuxinxi {
  padding-top: 3em;
  padding-bottom: 3em;
}
.nav-langs{
  margin-right: 8px;
}
.nav-langs a{
  color: #222;
  display: block;
  font-size: 16px;
  font-family: Arial;
  height: 60px;
  line-height: 60px;
}


.m-header .welcome-a img {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: none;
}

.m-searchs {
  margin-left: .5rem;
  margin-right: .35rem;
}

.m-searchs .span {
  width: 40px;
  height: 60px;
  background: url(../image/sear2.png) no-repeat center;
  background-size: 50%;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 60px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header.fixed,
.bocweb-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}

.m-header {
  height: 50px;
  width: 100%;
  position: relative;
  width: 100%;
  background: #fff;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 60px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 60px;
  position: relative;
}

body.ovh .m-header .welcome-a .i1, html.ovh .m-header .welcome-a .i1 {
  opacity: 0;
}

body.ovh .m-header .welcome-a .i0, html.ovh .m-header .welcome-a .i0 {
  opacity: 1;
}

body.ovh .m-searchs span .i1, html.ovh .m-searchs span .i1 {
  opacity: 0;
}

body.ovh .m-searchs span .i0, html.ovh .m-searchs span .i0 {
  opacity: 1;
}

body.ovh .m-header .nav-btn.hover .line, html.ovh .m-header .nav-btn.hover .line {
  background-color: #D8A537;
}

.m-searchs img {
  width: 100%;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  height: 100%;
  line-height: 60px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  /*background: url(../img/imgbox/search.png) no-repeat center;*/
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  /*height: 100%;*/
  height: 20px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
  font-size: 16px;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  width: 100%;
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  width: 100%;
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 0;
  /*background-color: #fff;*/
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 50px);*/
  height: 100%;
  padding: 60px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  box-sizing: border-box;
  position: relative;
  line-height: 3em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.m-header .sub-menu li:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: inherit;
  height: inherit;
  color: #333333;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../image/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 0;
  background: url(../image/img5.png) center center no-repeat;
  background-size: 100%;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 3%;
  /*display: none;*/
  /*padding-top: 20px;*/
  /*padding-bottom: 35px;*/
  /*position: fixed;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*padding-top: 60px;*/
  background: #fff;
  z-index: 5;
  /*transform:translateX(100%);*/
  /*transition: all .5s .2s;*/
}

.m-header .sub-menu .sec-list.on {
  /*transform:translateX(0);*/
  /*transition: all .5s .2s;*/
}

.m-header .sub-menu .sec-list p:nth-child(1) a {
  /*border-top:1px solid #d6d6d6;*/
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  /*background-size: 8px auto;*/
  /*line-height: 3;*/
  font-size: 13px;
  line-height: 2.5;
  height: 2.5em;
  /*padding: 2px 0;*/
  /*border-bottom: 1px solid #d6d6d6;*/
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list .uls a {
  border: none;
}

.m-header .sub-menu .sec-list {
  font-size: 15px;
  display: none;
}

.m-header .sub-menu .sec-list .lis-tops {
  font-size: 15px;
  line-height: 3em;
  height: 3em;
  position: relative;
}

.m-header .sub-menu .sec-list .lis-tops:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/bocstatic/web/imgbox/img5.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu .sec-list .lis {
  border-bottom: 1px solid #e6e6e6;
}

.m-header .sub-menu .sec-list .lis:nth-child(n+2) {
  margin-top: 1.2em;
}

.m-header .sub-menu .sec-list .lis-bots {
  display: none;
  padding-bottom: 16px;
  line-height: 1.7;
}

.m-header .sub-menu .sec-list .lis-bots a {
  line-height: 1.7;
  height: auto;
  font-size: 13px;
}

.m-header .sub-menu .sec-list .lis-bots a:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu .sec-list a {
  /*padding-left: 30px;*/
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  /*content:"";*/
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #D8A537;
  border-radius: 50%;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}
.m-header .w-header .ser{
  position: relative;
  top: 18px;
}
.m-header .w-header .ser img{
  width: 100%;
  height: 100%;
  display: block;
}
.m-header .w-header .ser {
  width: 25px;
  display: block;
  height: 25px;
  /*background: url(../imgbox/search.png) no-repeat center;*/
  background-size: 100%;
}

.m-header .sub-menu li.active {
  /*background-color: $bglan;*/
  /*color: #fff;*/
}
.m-header .sub-menu li.active .sub-tit {
  background: #D8A537;
}

.m-header .sub-menu li.active .sec-list {
  background-color: #D8A537;
  color: #fff;
  padding-bottom: 1.875rem;
}

.m-header .sub-menu li.active .sec-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: .5rem;
  position: relative;
}

.m-header .sub-menu li.active .sec-list a:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  left: .75rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.m-header .sub-menu li.active .sec-list a {
  color: #fff;
}

.m-header .sub-menu li.active .tit {
  color: #fff;
}

body {
  overflow: hidden;
}

.bocweb-header.fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .m-header .nav-btn .line {
    transition: .5s ease-in-out;
  }

  .m-header .nav-btn.hover .line {
    transition: .5s ease-in-out;
    left: 5px;
  }

  .m-header .nav-btn.hover .line1 {
    transform: rotate(45deg);
    width: 100%;
  }

  .m-header .nav-btn.hover .line2 {
    opacity: 0;
  }

  .m-header .nav-btn.hover .line3 {
    width: 100%;
    bottom: 3px;
    transform: rotate(-45deg);
  }
}
.w1480 {
  width: 77%;
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
}

img,
.layouts-03-list-bots .images img {
  width: 100%;
}

.w1600 {
  width: 85%;
  max-width: 85%;
  /*max-width: 1600px;*/
  margin-left: auto;
  margin-right: auto;
}

.gabriola {
  font-family: "Gabriola";
}

.tit-260 {
  font-size: 6.5rem;
}

.f5f5f5 {
  background-color: #f5f5f5;
}

.newsinfo-box {
  padding-top: 1.3rem;
  padding-bottom: 3.4rem;
}
.newsinfo-box .newsinfo {
  background-color: #fff;
  margin-top: 1.2rem;
  padding: 0 1.35rem;
  padding-top: 2.2rem;
  padding-bottom: 1.85rem;
}

@media screen and (max-width: 1024px) {
  .w1480 {
    width: 92%;
    max-width: 92%;
  }

  .w1600 {
    width: 92%;
    max-width: 92%;
  }
}
.wel-banner .imgspc {
  height: 21.625rem;
}
.wel-banner .items {
  position: relative;
}
.wel-banner .items .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.wel-banner .items .words .txts {
  margin-top: .4rem;
}
.wel-banner .items .words .tits, .wel-banner .items .words .txts {
  line-height: 1.2;
}
.wel-banner .swiper-pagination {
  position: absolute!important;
  /*left: 1.75rem;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  width: 100%;
  bottom: 1.5rem;
  z-index: 2;
  left: 0;
  display: block;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  opacity: .5;
  /*border-radius: 0;*/
  background: #fff;
  height: 3px;
  width: .45rem;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet:nth-child(n+2) {
  /*margin-top: .15rem;*/
}
.wel-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: .9rem;
  opacity: 1;
}

.pre {
  position: relative;
}

.con-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.con-header {
  position: relative;
  z-index: 2000;
}
.con-header .nav-bots {
  display: none;
}
.con-header .nav-bots .li {
  display: block;
}

.bocweb-header {
  padding-left: 3.6458333333vw;
  padding-right: 3.125vw;
  justify-content: space-between;
}
.bocweb-header .bocweb-logo {
  display: block;
  width: 11.0416666667vw;
}
.bocweb-header .nav {
  position: relative;
}
.bocweb-header .nav-bots {
  position: absolute;
  line-height: 1.5;
  width: 100%;
  left: 0;
  top: 2.4rem;
}
.bocweb-header .nav-bots .li {
  line-height: 1.5;
  color: #333;
  background: #fff;
  padding: 8px  5px;
  width: 100%;
  text-align: center;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.bocweb-header .nav-bots .li:hover, .bocweb-header .nav-bots .li.active {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #fff;
  background: #D8A537;
}
.bocweb-header .nav-tops {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.bocweb-header .nav-tops:hover, .bocweb-header .nav-tops.active {
  color: #D8A537;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.bocweb-header .boc-navbox .nav-tops {
  line-height: inherit;
  height: inherit;
  display: block;
}
.bocweb-header .boc-navbox .nav-tops {
  padding: 0 .7rem;
  color: #424242;
}
.bocweb-header .boc-navbox .nav-tops:hover, .bocweb-header .boc-navbox .nav-tops.active {
  color: #D8A537;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.bocweb-header .boc-nav-right {
  height: inherit;
  line-height: inherit;
  align-items: center;
}
.bocweb-header .boc-nav-right .nav {
  height: inherit;
  line-height: inherit;
}
.bocweb-header .boc-nav-right img {
  display: block;
}
.bocweb-header .boc-nav-right .ser {
  width: 18px;
  height: 19px;
  position: relative;
  display: block;
}
.bocweb-header .boc-nav-right .ser .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bocweb-header .boc-nav-right .imglangs {
  width: 20px;
  height: 20px;
  margin-right: .35rem;
  position: relative;
}
.bocweb-header .boc-nav-right .imglangs .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bocweb-header .boc-nav-right .langs .nav-tops {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bocweb-header .boc-nav-right .nav-tops {
  line-height: inherit;
  height: inherit;
  display: block;
  cursor: pointer;
}
.bocweb-header .boc-nav-right .nav:nth-child(n+2) {
  margin-left: .6rem;
}

.h96 {
  height: 2.4rem;
  line-height: 2.4rem;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  color: #fff;
  z-index: 5;
}
.scroll-down .span {
  line-height: 1;
  padding-top: .95rem;
  position: relative;
  cursor: pointer;
}

@keyframes kops
{
  from {transform:translateY(5px);}
  to {transform:translateY(-5px);}
}

.scroll-down .span:before {
  position: absolute;
  content: "";
  width: 0.45rem;
  height: 0.675rem;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../image/3.png) no-repeat center;
  background-size: 100%;
  animation:kops .8s ease-in-out .2s infinite alternate;
}

.con-banner {
  position: relative;
}
.con-banner .images {
  height: 35.4166666667vw;
}
.con-banner img.mbox{
  height: 36vw;
  object-fit:cover;
}

.h85 {
  height: 2.125rem;
  line-height: 2.125rem;
}

.con-titlebox {
  background-color: #D8A537;
  color: #fff;
  position: relative;
}
.con-titlebox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
}
.con-titlebox .before {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5%;
  background: #fff;
}
.con-titlebox .con-title-left {
  width: 165px;
  position: relative;
}
.con-titlebox .con-title-left img {
  width: .75rem;
  margin-right: .45rem;
}
.con-titlebox .con-title-left:before {
  position: absolute;
  width: 4px;
  height: 7px;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: url(../image/5.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.con-titlebox .con-title-right {
  width: calc(100% - 165px);
  background: #fff;
}
.con-titlebox .con-title-right span {
  /*display: block;*/
  display: inline-block;
  position: relative;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.con-titlebox .con-title-right span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #D8A537;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}
.con-titlebox .li {
  width: auto;
  padding: 0 0.7rem;
  color: #222222;
  text-align: center;
}
.con-titlebox .li:nth-child(1) {
  padding-left: 2rem;
}
.con-titlebox .li.active {
  color: #D8A537;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.con-titlebox .li.active span {
  color: #D8A537;
}
.con-titlebox .li.active span:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.f6f6f6 {
  background-color: #f6f6f6;
}

.medium {
  font-weight: 500;
}

.reportings {
  padding-top: 2.75rem;
  padding-bottom: 3.075rem;
}

.reportings-images .items {
  width: 50%;
  position: relative;
}
.reportings-images .items .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.reportings-images .items .images img {
  width: 100%;
}
.reportings-images .items .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reportings-images .items .imgs {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
}
.reportings-images .items .imgs img {
  display: block;
}
.reportings-images .items .span {
  line-height: 1;
  margin-top: .3rem;
}
.reportings-images .items2 .words {
  background: rgba(216, 165, 55, 0.85);
}

.reportings-words {
  padding-bottom: 1.3rem;
}
.reportings-words .tits {
  line-height: 1;
  color: #222222;
}
.reportings-words .txts {
  line-height: 1;
  margin-top: .3rem;
  margin-bottom: .5rem;
  color: #999999;
}
.reportings-words .text {
  line-height: 1.05;
  color: #D8A537;
  margin-bottom: 1.1rem;
}
.reportings-words .t-text {
  color: #666666;
  line-height: 1.75;
}

.contacts-box {
  padding-top: 2.3rem;
  padding-bottom: 4.125rem;
}
.contacts-box .contacts-tops {
  margin-top: 1.3rem;
}
.contacts-box .contacts-botlist {
  margin-top: 1.3rem;
}

.contacts-tops {
  border-top: 1px solid #cfcfcf;
  padding-top: .75rem;
  padding-bottom: .6rem;
  align-items: stretch;
}
.contacts-tops .imgs {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #D8A537;
}
.contacts-tops .txts {
  margin-top: .25rem;
  line-height: 1.6;
}
.contacts-tops .tits {
  /*line-height: 1.4285;*/
  line-height: 1;
}
.contacts-tops .items {
  position: relative;
  width: 50%;
  padding: 0 .5rem;
  padding-left: 2.5rem;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .7rem;
}
.contacts-tops .items .text {
  padding-left: .6rem;
  width: calc(100% - 1.3rem);
  color: #666666;
  
}
.contacts-tops .items:nth-child(1) {
  padding-left: 3.1rem;
}
.contacts-tops .items:nth-child(1):before {
  display: none;
}
.contacts-tops .items:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e2e2e2;
  left: 0;
  top: 0;
}

.contacts-botlist .list {
  padding-bottom: 1.5rem;
  align-items: stretch;
}
.contacts-botlist .list .items {
  border: 1px solid #d6d6d6;
  background: #fff;
  width: 32.5%;
  margin-left: 1.25%;
  margin-bottom: 1.25%;
  padding: 1rem 1.1rem .55rem 1.25rem;
  position: relative;
}
.contacts-botlist .list .items .li{
  padding-right: 100px;
  display: block;
}
.contacts-botlist .list .items .imgs{
  position: absolute;
  width: 80px;
  right: 1rem;
  bottom: .55rem;
}
.contacts-botlist .list .items .ul {
  margin-top: .65rem;
}
.contacts-botlist .list .items .tits {
  line-height: 1;
}
.contacts-botlist .list .items .li {
  line-height: 1.43em;
  color: #999999;
  padding-left: .85rem;
  position: relative;
}
.contacts-botlist .list .items .li:nth-child(n+2) {
  margin-top: .25rem;
}
.contacts-botlist .list .items .li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.43em;
  height: 1.43em;
}
.contacts-botlist .list .items:nth-child(3n+1) {
  margin-left: 0;
}

.con-ajax-more .span {
  padding-bottom: .25rem;
  position: relative;
  color: #D8A537;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.con-ajax-more .span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #D8A537;
  left: 0;
  bottom: 0;
}

.cultures-box {
  padding-top: 1.875rem;
}
.cultures-box .cultures-list {
  margin-top: .65rem;
}

.cultures-list .items {
  position: relative;
  margin-bottom: .25rem;
}
.cultures-list .items .images img {
  height: 520px;
  object-fit: cover;
}
.cultures-list .items .tit-en {
  color: rgba(255, 255, 255, 0.5);
  margin-top: .4rem;
}
.cultures-list .items .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
}
.cultures-list .items .text {
  line-height: 1.57;
  margin-bottom: .75rem;
  margin-top: 1rem;
}
.cultures-list .items .text.tit-32 {
  margin-top: .75rem;
  line-height: 1.8;
}
.cultures-list .items .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cultures-list .items .imgs {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
}
.resources-list02-itembox .words .txts{
  font-size: 12px;
}
.cultures-list .items .box .tit-cn{
  font-weight: 700;
}
.cultures-list .items .imgs img {
  display: block;
}

.responsibilitys-box .list:nth-child(2n+2) {
  background-color: #f5f5f5;
}

.responsibilitys-list-01 {
  background: #ffffff;
  padding-top: 3.125rem;
  padding-bottom: 2.125rem;
}

.responsibilitys-list-02 {
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 1.9rem;
}

.responsibilitys-list-03 {
  padding-top: 2rem;
  padding-bottom: 1.675rem;
}

.responsibilitys-list-04 {
  padding-top: 1.675rem;
  padding-bottom: 3.75rem;
  background-color: #f5f5f5;
}

.con-titles.on .tit-cn, .con-titles.on .tit-en {
  color: #fff;
}
.con-titles .con-tits {
  line-height: 1;
  color: #222222;
}
.con-titles .con-txts {
  color: #999;
  line-height: 1;
  margin-top: .4rem;
  margin-bottom: .45rem;
}
.con-titles .con-text {
  width: 78.75%;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  line-height: 1.75;
  font-weight: 400;
}

.w3box img {
  width: 100%;
}
.w3box .imgs {
  overflow: hidden;
}
.w3box .items {
  width: 32.5%;
}
.w3box.onscur .items {
  margin-right: 1.25%;
}
.w3box.onscur .items:nth-child(3n+3) {
  margin-right: 0;
}
.w3box.cons-swiper .items {
  margin-right: 1.25%;
}
.w3box.cons-swiper .items:last-child {
  margin-right: 0;
}

.responsibilitys-list-01 .con-imgs {
  margin-top: 1.15rem;
}

.responsibilitys-box .swiper-pagination {
  margin-top: .55rem;
}

.cons5-swiper .swiper-pagination,
.cons-swiper .swiper-pagination {
  position: static;
  text-align: center;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cons5-swiper .swiper-pagination.on .swiper-pagination-bullet,
.cons-swiper .swiper-pagination.on .swiper-pagination-bullet {
  background-color: #fff;
}
.cons5-swiper .swiper-pagination.on .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cons-swiper .swiper-pagination.on .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D8A537;
}
.cons5-swiper .swiper-pagination .swiper-pagination-bullet,
.cons-swiper .swiper-pagination .swiper-pagination-bullet {
  line-height: 1;
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #333333;
  margin: 0 6px;
}
.cons5-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cons-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D8A537;
}

.responsibilitys-list-03 .cons-swiper {
  margin-top: 1.1rem;
}

.responsibilitys-list-04 .cons-swiper {
  margin-top: 1.05rem;
}

.responsibilitys03-swiper .imgs {
  overflow: hidden;
}
.responsibilitys03-swiper .imgs img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.responsibilitys03-swiper .txts {
  padding-top: .5rem;
  padding-bottom: .95rem;
}
.responsibilitys03-swiper .txts .span {
  line-height: 1.78em;
  height: 1.78em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
}

.responsibilitys04-swiper .txts {
  padding-top: .5rem;
  color: #666666;
  line-height: 1.875;
  color: #666666;
}
.responsibilitys04-swiper .txts .span {
  height: 5.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.zicolor {
  color: #D8A537;
}

.responsibilitys02-list {
  margin-top: 1.2rem;
}
.responsibilitys02-list .items {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.25%;
}
.responsibilitys02-list .items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  left: 0;
  top: 0;
}
.responsibilitys02-list .words {
  padding: 1rem .9rem .3rem .9rem;
}
.responsibilitys02-list .words .tits {
  line-height: 1.67;
  color: #333333;
  height: 6.68em;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 4;*/
  overflow: hidden;
  overflow-y:auto;
}
.responsibilitys02-list .li {
  position: relative;
}
.responsibilitys02-list .li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  bottom: 2.25em;
  line-height: 1.875;
  height: 3.75em;
  padding: 0 .9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.responsibilitys02-list .swiper-pagination {
  position: absolute;
  bottom: 6em;
  padding: 0 .9rem;
  padding-bottom: .375rem;
  z-index: 5;
  text-align: left;
  justify-content: flex-start;
}

.resources-words {
  padding-bottom: 2.25rem;
  padding-top: 2.7rem;
}
.resources-words .con-text {
  margin: 0 auto;
  margin-top: 1rem;
  line-height: 1.75;
  color: #666666;
  width: 66%;
  font-weight: 400;
}
.resources-top-tits .li,
.resources-words .con-titles{
  font-weight: 600;
}

.resources-list01 {
  padding-top: 2.3rem;
  padding-bottom: 2.9rem;
}
.resources-list01 .con-titles .con-txts {
  margin-bottom: 1.3rem;
}

.resources01-swiper {
  width: 67%;
  margin: 0 auto;
}
.resources01-swiper .swiper-container {
  overflow: visible;
}
.resources01-swiper .items {
  margin-right: 7.8vw;
  background-color: #f5f5f5;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  opacity: .5;
  height: auto;
}
.resources01-swiper .items.swiper-slide-active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  opacity: 1;
}
.resources01-swiper .items .imgs {
  width: 60.75%;
  overflow: hidden;
  height: 100%;
}
.resources01-swiper .items .imgs img{
  height: 100%;
  object-fit:cover;
}
.resources01-swiper .items .words {
  width: 39.25%;
  padding: 1.25rem 1.125rem;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.resources01-swiper .items .words .tits {
  line-height: 1;
  color: #333333;
}
.resources01-swiper .items .words .txts {
  line-height: 1.7;
  color: #666666;
  margin-top: .6rem;
}
.resources01-swiper .swiper-button-prev {
  left: -5.2vw;
}
.resources01-swiper .swiper-button-next {
  right: -5.2vw;
}

.cons5-swiper .swiper-button-prev, .cons5-swiper .swiper-button-next,
.cons-swiper .swiper-button-prev,
.cons-swiper .swiper-button-next {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  /*background-color: #eaeaea;*/
  border:1px solid  #CECECE;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.abouts-list-swiper.cons-swiper .swiper-button-prev,
.abouts-list-swiper.cons-swiper .swiper-button-next{
  background-color: rgba(254,254,254,.8);
  border:1px solid  rgba(254,254,254,.8);
}
.cons5-swiper .swiper-button-prev,
.cons-swiper .swiper-button-prev {
  background-image: url(../image/prev1.png);
}
.cons5-swiper .swiper-button-next,
.cons-swiper .swiper-button-next {
  background-image: url(../image/next1.png);
}

.resources-list02 {
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}
.resources-list02 .con-titles .con-txts {
  margin-bottom: 1rem;
}

.resources-list02-itembox .itemsbox {
  padding-bottom: .6rem;
}
.resources-list02-itembox .items {
  background-color: #fff;
  margin-bottom: 1.25%;
}
.resources-list02-itembox .words {
  padding: .8rem .75rem;
  padding-bottom: .6rem;
}
.resources-list02-itembox .words .tits {
  line-height: 1.66;
  color: #333333;
}
.resources-list02-itembox .words .txts {
  margin-top: .35rem;
  line-height: 1.7;
  /*height: 8.5em;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 5;*/
  overflow: hidden;
}

.resources-list03 {
  padding-top: 1.5rem;
  padding-bottom: 1.625rem;
}
.resources-list03 .con-titles .con-txts {
  margin-bottom: 1.1rem;
}

.resources-list03-itembox .items {
  width: 49.375%;
  margin-left: 1.25%;
  margin-bottom: 1.25%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.05rem 1.15rem 1.05rem;
}
.resources-list03-itembox .items .apply-btn {
  margin-top: .75rem;
  position: relative;
  color: #D8A537;
  padding-left: 1.75rem;
  cursor: pointer;
  line-height: 0.8rem;
  height: 0.8rem;
}
.resources-list03-itembox .items .apply-btn:before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 0.8rem;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: url(../image/14.png) #D8A537 no-repeat center;
  background-size: 100%;
}
.resources-list03-itembox .items:nth-child(2n+1) {
  margin-left: 0;
}
.resources-list03-itembox .items .tits {
  line-height: 1.05;
  color: #333333;
  margin-bottom: .65rem;
}
.resources-list03-itembox .items .li:nth-child(n+2) {
  margin-top: .5rem;
}
.resources-list03-itembox .items .li-tops {
  color: #333333;
  margin-bottom: .45rem;
}
.resources-list03-itembox .items .li-bots {
  line-height: 1.7;
  color: #999999;
}
.resources-list03-itembox .itemsbox {
  padding-bottom: 1rem;
  align-items: stretch;
}

.resources-top-imgs .li {
  display: none;
}

.resources-top-tits .li {
  width: 50%;
  height: 4em;
  line-height: 4em;
  position: relative;
  color: #333;
  background: #f5f5f5;
  padding: 0 .5rem;
  text-align: center;
}
.resources-top-tits .li.active {
  background: #D8A537;
  color: #fff;
}
.resources-top-tits .li.active:before {
  opacity: 1;
}
.resources-top-tits .li:before {
  position: absolute;
  content: "";
  width: .75rem;
  height: .375rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../image/15.png) no-repeat center;
  background-size: 100%;
  bottom: 0;
  opacity: 0;
}

.news-inputbox {
  justify-content: flex-end;
}
.news-inputbox .inputs {
  position: relative;
}
.news-inputbox .inputs input:-moz-placeholder,
.news-inputbox .inputs textarea:-moz-placeholder {
  color: #bcbcbc;
}
.news-inputbox .inputs input::-moz-placeholder,
.news-inputbox .inputs textarea::-moz-placeholder {
  color: #bcbcbc;
}
.news-inputbox .inputs input:-ms-input-placeholder,
.news-inputbox .inputs textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
.news-inputbox .inputs input::-webkit-input-placeholder,
.news-inputbox .inputs textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
.news-inputbox .inputs input[type=text] {
  height: 4.25em;
  line-height: 4.25em;
  width: 9.875rem;
  display: block;
  text-indent: .6rem;
  padding-right: 1.25rem;
}
.news-inputbox .inputs input[type=submit] {
  position: absolute;
  width: .5rem;
  height: .5rem;
  top: 0;
  bottom: 0;
  right: .7rem;
  background: url(../image/17.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
  margin: auto;
}

.news-tops {
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  background: #f6f6f6;
}
.news-tops .news-top-topimgs {
  margin-top: 1.35rem;
}

.news-top-topimgs .swiper-slide {
  margin-right: 2%;
  background: #fff;
  color: #666666;
  position: relative;
}
.news-top-topimgs .swiper-slide:last-child {
  margin-right: 0;
}
.news-top-topimgs .swiper-slide .images {
  width: 48.75%;
}
.news-top-topimgs .swiper-slide .images img{
	height: 27vw;
	object-fit:cover;
}
.news-top-topimgs .swiper-slide .words {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /*overflow-y: auto;*/
  width: 51.25%;
  padding: 1.75rem 1.75rem 1.25rem 1.75rem;
}
.news-top-topimgs .swiper-slide .tits {
  line-height: 1.5;
  color: #333;
  max-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-top-topimgs .swiper-slide .time {
  line-height: 1;
  color: #999999;
  margin-top: .5rem;
  margin-bottom: 1.15rem;
}
.news-top-topimgs .swiper-slide .text {
  line-height: 1.75;
  color: #666666;
  margin-bottom: 1.25rem;
  max-height: 3.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-top-topimgs .swiper-pagination {
  position: absolute;
  width: 48.75%;
  left: 0;
  bottom: .55rem;
  z-index: 2;
  justify-content: flex-end;
  padding: 0 .75rem;
}

.cons-more {
  display: inline-block;
  vertical-align: top;
  line-height: 2.8em;
  height: 2.8em;
  background: #D8A537;
  color: #fff;
  padding: 0 .5rem;
}

.news-top-toplist {
  margin-top: 1.25rem;
}
.news-top-toplist .items {
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 3.125%;
  color: #999999;
}
.news-top-toplist .items:nth-child(3n+1) {
  margin-left: 0;
}
.news-top-toplist .words {
  padding: 1.1rem 0.5rem 0 0.8rem;
}
.news-top-toplist .time {
  line-height: 1;
  margin-top: .8rem;
}
.news-top-toplist .txts {
  margin-top: .4rem;
  line-height: 1.75em;
  height: 3.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-top-toplist .tits {
  color: #222222;
  line-height: 1.45em;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-bots {
  padding-top: 3.075rem;
  padding-bottom: 3.8rem;
}
.news-bots .list {
  padding-bottom: 2rem;
}
.news-bots .items {
  background: #f4f4f4;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 2%;
  color: #222222;
  align-items: center;
}
.news-bots .items:nth-child(2n+1) {
  margin-left: 0;
}
.news-bots .items .images {
  width: 34.5%;
}
.news-bots .items .images img {
  display: block;
  width: 100%;
}
.news-bots .items .words {
  width: 65.5%;
  padding-left: 1.05rem;
  padding-right: 1.75rem;
}
.news-bots .items .words .time {
  line-height: 1;
  color: #999999;
}
.news-bots .items .words .tits {
  line-height: 1.36em;
  height: 2.72em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .3rem;
  margin-bottom: .5rem;
}
.news-bots .items .words .more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: .375rem;
  line-height: 1;
  color: #222222;
}
.news-bots .items .words .more:before {
  width: 5px;
  height: 7px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/18.png) no-repeat center;
  background-size: 100%;
}

.newsinfo-titles {
  display: flex;
}
.newsinfo-titles .li {
  color: #222;
  position: relative;
  padding: 0 .25rem;
  line-height: 1;
}
.newsinfo-titles .li.home {
  padding-left: .75rem;
}
.newsinfo-titles .li.home:before {
  width: 17px;
  height: 17px;
  background: url(../image/19.png) no-repeat center;
  background-size: 100%;
  left: -8px;
}
.newsinfo-titles .li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #222;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
}

.newsinfo-words-tits {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #e8e8e8;
}
.newsinfo-words-tits .tits {
  line-height: 1.39;
  color: #222222;
  margin-bottom: .6rem;
}
.newsinfo-words-tits .time {
  line-height: 1;
}
.leadersinfo .newsinfo-words-tits .time{
  color: #666666;
}
.leadersinfo .newsinfo-box .newsinfo-words-tits{
  border-bottom: none;
}
.newsinfo-words-tits .time .span {
  display: inline-block;
  vertical-align: top;
  color: #222222;
  padding-left: 22px;
  position: relative;
}
.newsinfo-words-tits .time .span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../image/20.png) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}

.newsinfo-words-center {
  line-height: 1.75;
  color: #666666;
  padding-top: 1.2rem;
  padding-bottom: 1.75rem;
}
.newsinfo-words-center img{
  height: auto!important
}

.newsinfo-words-bottoms {
  position: relative;
  padding-top: 1.5rem;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.newsinfo-words-bottoms .backs {
  position: absolute;
  color: #fff;
  background: #D8A537;
  right: 0;
  top: 1.5rem;
  line-height: 3.625em;
  height: 3.625em;
  padding-left: 2rem;
  padding-right: 1rem;
}
.newsinfo-words-bottoms .backs:before {
  position: absolute;
  content: "";
  width: .55rem;
  height: .4rem;
  left: .85rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/21.png) no-repeat center;
  background-size: 100%;
}
.newsinfo-words-bottoms .li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
  line-height: 1.75;
  height: 1.75em;
  color: #666666;
  padding-right: 180px;
}

.download-tops {
  padding-top: 1.8rem;
  padding-bottom: 1.925rem;
  background: #ffffff;
}
.download-tops .listtops-left {
  background: #F6F6F6;
  padding: .95rem 1.05rem;
  width: 55.6%;
}
.download-tops .listtops-right {
  width: 44.4%;
}
.download-tops .words {
  color: #999999;
}
.download-tops .words .icon {
  width: 1.125rem;
  height: 1.3rem;
}
.download-tops .words .icon img {
  display: black;
}
.download-tops .words .tits {
  margin-top: .6rem;
  margin-bottom: .2rem;
}
.download-tops .words .span {
  line-height: 1;
  vertical-align: top;
  position: relative;
}
.download-tops .words .span .i {
  display: inline-block;
  position: relative;
  padding-bottom: .35em;
}
.download-tops .words .span .i:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #999999;
}
.download-tops .words .txts {
  color: #333333;
  line-height: 1.45;
  height: 1.45em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: .55rem;
}
.download-tops .words .tits {
  line-height: 1;
}
.download-tops .listtops-right {
  padding-left: .55rem;
}
.download-tops .listtops-right .items {
  padding: .5rem;
  border: 1px solid #e0e0e0;
}
.download-tops .listtops-right .items:nth-child(n+2) {
  margin-top: .5rem;
}
.download-tops .listtops-right .items .icon {
  width: 1.575rem;
  height: 1.175rem;
  position: relative;
}
.download-tops .listtops-right .items .icon img{
  height: 100%;
  width: auto;
  max-width: none;
}
.download-tops .listtops-right .items .icon .i1 {
  position: absolute;
  left: 0;
  top: 0;
}
.download-tops .listtops-right .images {
  width: 32.5%;
}
.download-tops .listtops-right .words {
  width: 67.5%;
  padding-left: 1.35rem;
}
.download-tops .listtops-left .images {
  width: 54%;
}
.download-tops .listtops-left .words {
  width: 46%;
  padding-left: 1.35rem;
}

.download-bots {
  background: #f6f6f6;
  padding-top: 1.7rem;
  padding-bottom: 2.15rem;
}
.download-bots .list {
  padding-bottom: 1.05rem;
  align-items: stretch;
}
.download-bots .items {
  color: #999999;
  width: 24.375%;
  margin-left: .83%;
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: .45rem;
  padding: .9rem;
}
.download-bots .items:nth-child(4n+1) {
  margin-left: 0;
}
.download-bots .items .icon {
  width: 1.625rem;
  height: 1.375rem;
}
.download-bots .items .icon img {
  display: black;
}
.download-bots .items .tits {
  margin-top: .6rem;
  margin-bottom: .2rem;
}
.download-bots .items .span {
  line-height: 1;
  vertical-align: top;
  position: relative;
}
.download-bots .items .span .i {
  display: inline-block;
  position: relative;
  padding-bottom: .35em;
}
.download-bots .items .span .i:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #999999;
}
.download-bots .items .txts {
  color: #333333;
  line-height: 1.45;
  height: 1.45em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .55rem;
}
.download-bots .items .tits {
  line-height: 1;
}

.f7f7f7 {
  background-color: #f7f7f7;
}

.download-tankuang {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: none;
}
.download-tankuang .tits {
  margin-bottom: .8rem;
}
.download-tankuang .close {
  width: 14px;
  height: 16px;
  background: url(../image/close.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: .45rem;
  top: .45rem;
}
.download-tankuang .images {
  padding-top: 0.875rem;
}
.download-tankuang .imgs {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  margin-bottom: .375rem;
}
.download-tankuang .imgs img {
  width: 100%;
}
.download-tankuang .text {
  line-height: 1.5;
}
.download-tankuang .text span {
  color: #222;
}
.download-tankuang .tankuang {
  position: absolute;
  padding: 1rem;
  width: 620px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #D8A537;
  color: #fff;
  max-width: 96%;
}
.download-tankuang .input {
  position: relative;
}
.download-tankuang .input input {
  height: 3.75em;
  line-height: 3.75em;
  position: relative;
  display: black;
  color: #333;
}
.download-tankuang .input input[type=submit] {
  position: absolute;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background-color: #222222;
  background-size: 100%;
  background-image: url(../image/jt1.png);
  background-repeat: no-repeat;
  background-position: center;
  right: .4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.download-tankuang .input input[type=text], .download-tankuang .input .password {
  background-color: #fff;
  width: 100%;
  border-radius: .15rem;
}

.newsinfo-words-text {
  justify-content: flex-end;
  align-items: center;
}
.newsinfo-words-text .imgs {
  width: 4rem;
}

.newsinfo-box.active {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.newsinfo-box.active .newsinfo-words-tits .tits {
  margin-bottom: .35rem;
  line-height: 1.38;
}
.newsinfo-box.active .newsinfo-words-tits {
  padding-bottom: .9rem;
}
.newsinfo-box.active .newsinfo {
  margin-top: .9rem;
}
.newsinfo-box.active .newsinfo {
  padding: 2.5rem 2.1rem;
  /*padding: 2.5rem 1.05rem;*/
}
.newsinfo-box.active .cons-tits {
  line-height: 1;
  color: #D8A537;
}
.newsinfo-box.active .newsinfo-words-center {
  text-indent: 2em;
}

.newsinfo-box.active .newsinfo-words-center img{
  display: block;
}

.chairmans-lists-01 {
  position: relative;
}
.chairmans-lists-01 .img-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.2rem;
  z-index: 1;
  pointer-events: none;
  width: 12.6rem;
  margin: auto;
}

.con-titles .tit-cn {
  color: #222222;
  margin-bottom: .45rem;
}
.con-titles .tit-en {
  color: #999999;
}

.chairmans-lists-01 {
  padding-top: 2.5rem;
  padding-bottom: 2.9rem;
}
.chairmans-lists-01 .ul {
  padding-top: .85rem;
}
.chairmans-lists-01 .li:nth-child(n+2) {
  margin-top: .85rem;
}
.chairmans-lists-01 .li-tops {
  line-height: 1;
  color: #D8A537;
}
.chairmans-lists-01 .li-bots {
  line-height: 1.75;
  color: #666666;
  margin-top: .15rem;
}

.chairmans-lists-02 {
  position: relative;
}
.chairmans-lists-02 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.chairmans-lists-02 .vide {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 1.125rem;
  position: relative;
}
.chairmans-lists-02 .vide:before, .chairmans-lists-02 .vide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.chairmans-lists-02 .vide:before {
  background: #fff;
}
.chairmans-lists-02 .vide:after {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale3d(1.5, 1.5, 1);
}
.chairmans-lists-02 .vide img {
  position: relative;
  z-index: 5;
}

.chairmans-lists-03 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.chairmans-lists-03 .imgs {
  margin-top: .9rem;
}
.chairmans-lists-03 .imgs img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.w5box .items {
  width: 18.75%;
  margin-right: 1.5625%;
}
.w5box .items:last-child {
  margin-right: 0;
}

.chairmans-lists-04 {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.chairmans-lists-04 .cons-swiper {
  margin-top: .8rem;
}
.chairmans-lists-04 .imgs {
  overflow: hidden;
}
.chairmans-lists-04 .tits {
  margin-top: .6rem;
  margin-bottom: .15rem;
}
.chairmans-lists-04 .txts {
  line-height: 1;
}

.chairmans-lists-05 {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.chairmans-lists-05 .w3box .items{
  margin-bottom: 2.5%;
}
.chairmans-lists-05 .cons-swiper {
  margin-top: .8rem;
  align-items: stretch;
}
.chairmans-lists-05 .imgs {
  overflow: hidden;
}

.elevatorslist-top-center{
	align-items: stretch;
}
.chairmans-lists-05 .txts {
  margin-top: .65rem;
  margin-bottom: .2rem;
  line-height: 1.5;
  margin-bottom: .5em;
  /*height: 1.78em;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  overflow: hidden;
}

.partys-list {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
}
.partys-list .tit-text {
  margin-top: .5rem;
  line-height: 2;
}
.partys-list .list {
  margin-top: 1.2rem;
}
.partys-list .list .items {
  margin-bottom: 1.75rem;
}
.partys-list .list .time {
  margin-top: .75rem;
}
.partys-list .list .txts {
  color: #444;
  line-height: 1.5em;
  /*height: 1.5em;*/
  margin-top: .25rem;
}

.abouts-list-01 {
  position: relative;
}
.abouts-list-01 .bgimgs {
  position: absolute;
  z-index: 0;
  width: 15.95rem;
  height: 6.075rem;
  left: 0;
  top: 2.6rem;
}
.abouts-list-01 .ablist01-tops {
  justify-content: space-between;
}
.abouts-list-01 .ablist01-tops .words {
  padding-top: 4.95rem;
  width: 47.2%;
}


.abouts-list-01 .ablist01-tops .words .text{
  margin-top: .9rem;
  color: #666;
  line-height: 1.7;
}
.abouts-list-01 .ablist01-tops .images {
  width: 40%;
  padding-top: 4.05rem;
}
.abouts-list-01 .ablist01-tops .images .imgs {
  overflow: hiddden;
}
.abouts-list-01 .ablist01-bots {
  justify-content: space-between;
  padding-bottom: 2.9rem;
  padding-top: 3.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.abouts-list-01 .ablist01-bots .li {
  text-align: center;
}
.abouts-list-01 .ablist01-bots .imgs {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto;
}
.abouts-list-01 .ablist01-bots .text{
  line-height: 1;
  color: #666666;
}
.abouts-list-01 .ablist01-bots .tits {
  align-items: flex-end;
  margin-top: .6rem;
  margin-bottom: .55rem;
  justify-content: center;
}
.abouts-list-01 .ablist01-bots .tits .span, .abouts-list-01 .ablist01-bots .tits span {
  line-height: 1;
  color: #D8A537;
}
.abouts-list-01 .ablist01-bots .tits .span{
  font-family: "itcas"
}

.abouts-list-02 {
  min-height: 23.9rem;
}

.abouts-list-03 {
  padding-top: 2.75rem;
  padding-bottom: 2.8rem;
}

.abouts-lists .abtxts {
  line-height: 1;
  color: #999999;
  margin-top: .6rem;
}
.abouts-lists .abtits {
  color: #222222;
  line-height: 1;
  font-weight: 500;
}
.abouts-lists .abouts-list-swiper {
  margin-top: 1rem;
}

.investments-list-swiper .imgs{
  width: 1.875rem;
  height: 1.875rem;
  z-index: 2;
  border-radius: 50%;

}
.investments-list-swiper .imgs .img{
  border-radius: 50%;
  background-color: #D8A537;
  position: relative;
  z-index: 2;
}
.investments-list-swiper .items {
  width: 14.28%;
}

.abouts-list-swiper {
  position: relative;
}
.abouts-list-swiper .items {
  position: relative;
  margin-right: 2%;
  display: block;
}
.abouts-list-swiper .items img{
  display: block;
  height: 45vw;
}
.abouts-list-swiper .items:last-child {
  /*margin-right: 0;*/
}
.abouts-list-swiper .words {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 1.1rem 1.95rem;
}
.abouts-list-swiper.cons-swiper .swiper-button-next {
  right: 1.7rem;
}
.abouts-list-swiper.cons-swiper .swiper-button-prev {
  left: 1.7rem;
}
.abouts-list-swiper .txts {
  line-height: 1.875;
   color: rgba(255,255,255,.95);
}
.abouts-list-swiper .tits {
  margin-bottom: .25rem;
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.investments-01 {
  padding-top: 2.5rem;
  padding-bottom: 2.625rem;
}
.investments-01 .tit-words {
  margin-top: 1rem;
  color: #666666;
  line-height: 1.875;
}

.abouts-list-01 .ablist01-bots {
  flex-wrap: nowrap;
}

.investments-02 {
  min-height: 31.7708333333vw;
  padding-top: 2.9rem;
  padding-bottom: 3rem;
}
.investments-02 .investments02-swiper {
  margin-top: 1.875rem;
  height: 10.6770833333vw;
  /*background: url(../img/51.png) no-repeat center;*/
  background-size: 100%;
}
.investments-02 .investments02-swiper:before{
	display: none;
}
.investments-02 .items:nth-child(2n+2){
  background: url(../image/512.png) no-repeat center;
  background-size: 100% 100%;
}
.investments-02 .items:nth-child(2n+1){
  background: url(../image/513.png) no-repeat center;
  background-size: 100% 100%;
}
.investments-02 .items:nth-child(1){
  /*background:transparent;*/
}

.investments-02 .items {
  height: 10.6770833333vw;
  position: relative;
}
.investments-02 .items .box {
  position: absolute;
  right: -.9rem;
}
.investments-02 .items:nth-child(2n+1) .box {
  bottom: 0;
}
.investments-02 .items:nth-child(2n+1) .box .tits {
  bottom: 2rem;
}
.investments-02 .items:nth-child(2n+2) .box {
  top: 0;
}
.investments-02 .items:nth-child(2n+2) .box .tits {
  top: 2rem;
}
.investments-02 .items .imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.investments-02 .items .tits {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5em;
  text-align: center;
}

.bold {
  font-weight: bolder;
}

.elevators-list-box .con-titles .tit-cn {
  color: #222;
}
.elevators-list-box .con-titles .tit-en {
  color: #666666;
}

.elevators-01-list {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  position: relative;
}
.elevators-01-list:before {
  content: "";
  position: absolute;
  width: 24.75rem;
  height: 12.625rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 3.375rem;
  z-z-index: 0;
  background: url(../image/55.png) no-repeat center;
  background-size: 100%;
  pointer-events:none;
}
.elevators-01-list .text {
  line-height: 2;
  color: #666666;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.elevators-01-list .text span{
      color: #D8A537;
}

.elevators-01-list .numlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*justify-content: center;*/
  justify-content: space-around;
}
.elevators-01-list .numlist .items {
  /*padding: 0 2.1rem;*/
}
.elevators-01-list .numlist .tits {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.elevators-01-list .numlist .span, .elevators-01-list .numlist span {
  line-height: .9;
  color: #D8A537;
}
.elevators-01-list .numlist .txts {
  line-height: 1.15;
  margin-top: .35rem;
  color: #333;
}
.elevators-01-list .elevators01-swiper {
  margin-top: 3.5rem;
}

.elevators-02-list {
  background: #fff;
}

.elevators-01-list:after {
  content: "";
  position: absolute;
  height: 16.25rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../image/png.png) no-repeat center;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
  display: none;
}

.elevators-02-list {
  padding-top: 2.7rem;
}
.elevators-02-list .elevators-02-swiper {
  margin-top: 1.375rem;
}

.elevators01-swiper .swiper-slide {
  width: 14.28%;
  position: relative;
}
.elevators01-swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  width: auto;
  max-height: 100%;
  			/*-webkit-filter: grayscale(100%);
              filter: grayscale(100%);
              opacity: .5;*/
}
.elevators01-swiper .swiper-slide:nth-child(1):before {
  display: none;
}
.elevators01-swiper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #cfcfcf;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.w1390 {
  width: 72.4%;
  margin: 0 auto;
}

.elevators02-top-swiper {
  position: relative;
  /*border-top: 1px solid #e5e5e5;*/
  margin-bottom: .65rem;
}
.elevators02-top-swiper:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 1px;
  background: #e5e5e5;
  left: 50%;
  transform:translateX(-50%);
  top: 8px;
}
.elevators02-top-swiper .swiper-container {
  padding-top: 8px;
}
.elevators02-top-swiper .swiper-slide {
  text-align: center;
  width: auto;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 .4rem;
  position: relative;
  cursor: pointer;
  transition: .5s ease;
}
.elevators02-top-swiper .swiper-slide.active {
  color: #D8A537;
}
.elevators02-top-swiper .swiper-slide.active .span:before, .elevators02-top-swiper .swiper-slide.active .span:after {
  background-color: #D8A537;
}
.elevators02-top-swiper .swiper-slide .li {
  height: 1.4rem;
  overflow: hidden;
  line-height: 1.4rem;
}
.elevators02-top-swiper .swiper-slide .span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: .5s ease;
}
.elevators02-top-swiper .swiper-slide .span:before, .elevators02-top-swiper .swiper-slide .span:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 50%;
}
.elevators02-top-swiper .swiper-slide .span:before {
  background-color: black;
}
.elevators02-top-swiper .swiper-slide .span:after {
  background-color: black;
  opacity: .15;
  transform: scale3d(3, 3, 1);
}

.elevators02-bots-swiper .swiper-container {
  overflow: visible;
}
.elevators02-bots-swiper .items {
  margin-right: .8rem;
}
.elevators02-bots-swiper .items:last-child {
  margin-right: 0;
}
.elevators02-bots-swiper .items .words {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(216,165,55,.7);
  color: #fff;
  width: 16.5rem;
  padding: 1.2rem 1rem;
  padding-bottom: 1.4rem;
}
.elevators02-bots-swiper .items .tits {
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.elevators02-bots-swiper .items .txts {
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #FFDB8D;
  margin-top: .5rem;
}
.elevators02-bots-swiper .items .images {
  overflow: hiddden;
}
.elevators02-bots-swiper .items .images img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.elevators-03-list {
  position: relative;
}
.elevators-03-list .words {
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 2.9rem;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events:none;
}
.elevators-03-list .text {
  width: 80%;
  margin: 0 auto;
  margin-top: .75rem;
  color: #666666;
  line-height: 1.875;
}
.elevators-03-list .text span {
  color: #D8A537;
}
.elevators-03-list .swiper-pagination{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}

.elevators-04-list .uls {
  text-align: center;
  font-size: 0;
}
.elevators-04-list .uls .lis {
  display: inline-block;
  line-height: 1;
  color: #666666;
  transition: .5s ease;
  margin: 0 .65rem;
  padding-bottom: .5rem;
  position: relative;
}
.elevators-04-list .uls .lis:before {
  position: absolute;
  content: "";
  width: 100%;
  height: .15rem;
  background: #D8A537;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s ease;
}
.elevators-04-list .uls .lis.active {
  transition: .5s ease;
  color: #222;
}
.elevators-04-list .uls .lis.active:before {
  opacity: 1;
  transition: .5s ease;
}

.elevators-04-list-swiper .swiper-slide {
  width: 23.75%;
  margin-right: 1.66%;
}
.elevators-04-list-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.elevators-04-list-swiper .words {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}
.elevators-04-list-swiper .imagesbox {
  position: relative;
}
.elevators-04-list-swiper .imagesbox .imgs {
  overflow: hidden;
}
.elevators-04-list-swiper .imagesbox .imgs img{
  height: 32.5vw;
  object-fit:cover;
}
.elevators-04-list-swiper .imagesbox .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: url(../img/54.png) no-repeat center;*/
  background-color: rgba(216,165,55,.8);
}
.elevators-04-list-swiper .imagesbox .box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  width: 100%;
}
.elevators-04-list-swiper .imagesbox .tits {
  line-height: 1.75;
}
.elevators-04-list-swiper .imagesbox .cn-more {
  display: inline-block;
  padding: 0 .7rem;
  line-height: 2.75em;
  height: 2.75em;
  color: #D8A537;
  background: #fff;
  margin-top: 1.5rem;
}

.elevators-04-list {
  padding-top: 2.375rem;
  padding-bottom: 2.875rem;
}

.elevators-04-list-ajax .text {
  line-height: 1.75;
  color: #666666;
  width: 72%;
  margin: 0 auto;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}

.elevators-04-list-swiper .txts {
  line-height: 1;
  margin-top: .9rem;
  text-align: center;
  color: #222222;
}

.con-tits {
  line-height: 1;
  color: #222222;
}

.con-txts {
  line-height: 1.75em;
}
.con-txts span {
  color: #D8A537;
}

.elevatorslist-top-words {
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
}
.elevatorslist-top-words .con-txts {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5rem;
  margin-bottom: .75rem;
}

.elevatorslist-topswiper {
  position: relative;
}
.elevatorslist-topswiper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
  line-height: 1;
}
.elevatorslist-topswiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.elevatorslist-topswiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D8A537;
}

.elevatorslist-top-center .items {
  width: 48.75%;
  margin-left: 2.5%;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 1.1rem;
  color: #666;
  padding-bottom: 1.875rem;
}
.elevatorslist-top-center .items:nth-child(2n+1) {
  margin-left: 0;
}
.elevatorslist-top-center .items .images {
  overflow: hidden;
}
.elevatorslist-list-swiper .swiper-slide img{
  height: 15.5vw;
  object-fit:cover;
}
.elevatorslist-top-center .items .images img {
  transition: .5s ease-in-out;
  height: 20vw;
  object-fit:cover;
}
.elevatorslist-top-center .items .tits {
  line-height: 1.33em;
  height: 1.33em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222222;
  margin-bottom: .35rem;
  margin-top: 1.05rem;
}
.elevatorslist-top-center .items .txts {
  line-height: 1.875;
}
.elevatorslist-top-center .items .txts span {
  color: #D8A537;
}

.elevatorslist-top-bottoms {
  padding-top: 1.25rem;
  padding-bottom: 2.9rem;
}

.elevatorslist-list-swiper {
  margin-top: 1.25rem;
}
.elevatorslist-list-swiper .swiper-pagination {
  margin-top: .75rem;
}
.elevatorslist-list-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}
.elevatorslist-list-swiper .swiper-slide:last-child {
  /*margin-right: 0;*/
}
.elevatorslist-list-swiper .swiper-slide .images {
  overflow: hidden;
}
.elevatorslist-list-swiper .swiper-slide img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.elevatorslist-list-swiper .swiper-slide .words {
  margin-top: .9rem;
  line-height: 1.25em;
  height: 1.25em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}

.elevators-details-box {
  padding-top: 2.5rem;
  padding-bottom: 2.35rem;
}
.elevators-details-topbox.cons-swiper .swiper-button-next,
.elevators-details-topbox.cons-swiper .swiper-button-prev{
    border-color: transparent!important;
    background: transparent!important;
    overflow: hidden;
    top: 20vw;
    bottom: auto;
    width: 1.5rem;
    height: 1.5rem;
}

.elevators-details-topbox.cons-swiper .swiper-button-prev{
  left: 10px;
}
.elevators-details-topbox.cons-swiper .swiper-button-next{
  right: 10px;
}


@-webkit-keyframes yidongs 
{
    from {transform:translateX(-5px);}
    to {transform:translateX(5px);opacity:0;}
}
@-webkit-keyframes yidongs2
{
    from {transform:translateX(-5px);}
    to {transform:translateX(5px);opacity:0;}
}

.elevators-details-topbox.cons-swiper .swiper-button-prev:before{
    /*animation:yidongs 2s ease-in-out infinite;*/
}
.elevators-details-topbox.cons-swiper .swiper-button-next:before{
    /*animation:yidongs2 2s ease-in-out infinite;*/

}

.swiper-button-next.jsactive,
.swiper-button-prev.jsactive{
    width: 1.5rem;
    height: 1.5rem;
    background:transparent;
    top: 0;
    bottom: 0;
    margin:auto;
}
.swiper-button-prev.jsactive{
  background: url(../image/left.gif) no-repeat center;
  background-size: 100%;
}
.swiper-button-next.jsactive{
  background: url(../image/right.gif) no-repeat center;
  background-size: 100%;
}

.elevators-details-topbox.cons-swiper .swiper-button-next:before,
.elevators-details-topbox.cons-swiper .swiper-button-next:after,
.elevators-details-topbox.cons-swiper .swiper-button-prev:before,
.elevators-details-topbox.cons-swiper .swiper-button-prev:after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content:"";
  z-index: 1;
  border-radius: 50%;
  transition:.5s ease-in-out;
}

.elevators-details-topbox.cons-swiper .swiper-button-next:hover:before,
.elevators-details-topbox.cons-swiper .swiper-button-next:hover:after,
.elevators-details-topbox.cons-swiper .swiper-button-prev:hover:before,
.elevators-details-topbox.cons-swiper .swiper-button-prev:hover:after{
  transition:.5s ease-in-out;
}

.elevators-details-topbox.cons-swiper .swiper-button-prev:before{
  background: url(../image/left.gif) no-repeat center;
  background-size: 100%;
}
.elevators-details-topbox.cons-swiper .swiper-button-next:before{
  background: url(../image/right.gif) no-repeat center;
  background-size: 100%;
}

/*.elevators-details-topbox.cons-swiper .swiper-button-prev:after{
  background: url(../image/prev12.png) #D8A537 no-repeat center;
  background-size: 100%;
  opacity: 0;
}
.elevators-details-topbox.cons-swiper .swiper-button-next:after{
  background: url(../image/next12.png) #D8A537 no-repeat center;
  background-size: 100%;
  opacity: 0;
}*/



/**/
			.abouts-list-swiper.cons-swiper .swiper-button-next,
			.abouts-list-swiper.cons-swiper .swiper-button-prev{
			    border-color: transparent!important;
			    background: transparent!important;
			    overflow: hidden;
			    /*top: 20vw;*/
			    bottom: auto;
			    width: 1.5rem;
			    height: 1.5rem;
			}

			.abouts-list-swiper.cons-swiper .swiper-button-prev{
			  left: 10px;
			}
			.abouts-list-swiper.cons-swiper .swiper-button-next{
			  right: 10px;
			}



			.abouts-list-swiper.cons-swiper .swiper-button-prev:before{
			    /*animation:yidongs 2s ease-in-out infinite;*/
			}
			.abouts-list-swiper.cons-swiper .swiper-button-next:before{
			    /*animation:yidongs2 2s ease-in-out infinite;*/

			}


			.abouts-list-swiper.cons-swiper .swiper-button-next:before,
			.abouts-list-swiper.cons-swiper .swiper-button-next:after,
			.abouts-list-swiper.cons-swiper .swiper-button-prev:before,
			.abouts-list-swiper.cons-swiper .swiper-button-prev:after{
			  position: absolute;
			  width: 100%;
			  height: 100%;
			  left: 0;
			  top: 0;
			  content:"";
			  z-index: 1;
			  border-radius: 50%;
			  transition:.5s ease-in-out;
			}

			.abouts-list-swiper.cons-swiper .swiper-button-next:hover:before,
			.abouts-list-swiper.cons-swiper .swiper-button-next:hover:after,
			.abouts-list-swiper.cons-swiper .swiper-button-prev:hover:before,
			.abouts-list-swiper.cons-swiper .swiper-button-prev:hover:after{
			  transition:.5s ease-in-out;
			}

			.abouts-list-swiper.cons-swiper .swiper-button-prev:before{
			  background: url(../image/left.gif) no-repeat center;
			  background-size: 100%;
			}
			.abouts-list-swiper.cons-swiper .swiper-button-next:before{
			  background: url(../image/right.gif) no-repeat center;
			  background-size: 100%;
			}

/**/



/**/
			.layouts-03-list .layouts-03-list-bots .swiper-button-next,
			.layouts-03-list .layouts-03-list-bots .swiper-button-prev{
			    border-color: transparent!important;
			    background: transparent!important;
			    overflow: hidden;
			    top: 15vw;
			    bottom: auto;
			    width: 1.5rem;
			    height: 1.5rem;
			}

			.layouts-03-list .layouts-03-list-bots .swiper-button-prev{
			  /*left: 10px;*/
			}
			.layouts-03-list .layouts-03-list-bots .swiper-button-next{
			  /*right: 10px;*/
			}



			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:before{
			    /*animation:yidongs 2s ease-in-out infinite;*/
			}
			.layouts-03-list .layouts-03-list-bots .swiper-button-next:before{
			    /*animation:yidongs2 2s ease-in-out infinite;*/

			}


			.layouts-03-list .layouts-03-list-bots .swiper-button-next:before,
			.layouts-03-list .layouts-03-list-bots .swiper-button-next:after,
			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:before,
			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:after{
			  position: absolute;
			  width: 100%;
			  height: 100%;
			  left: 0;
			  top: 0;
			  content:"";
			  z-index: 1;
			  border-radius: 50%;
			  transition:.5s ease-in-out;
			}

			.layouts-03-list .layouts-03-list-bots .swiper-button-next:hover:before,
			.layouts-03-list .layouts-03-list-bots .swiper-button-next:hover:after,
			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:hover:before,
			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:hover:after{
			  transition:.5s ease-in-out;
			}

			.layouts-03-list .layouts-03-list-bots .swiper-button-prev:before{
			  background: url(../image/left.gif) no-repeat center;
			  background-size: 100%;
			}
			.layouts-03-list .layouts-03-list-bots .swiper-button-next:before{
			  background: url(../image/right.gif) no-repeat center;
			  background-size: 100%;
			}

/**/


.elevators-details-topbox-titles .items {
  width: auto;
  text-align: center;
  padding: 0 1.1rem;
  min-width: 10%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 1.75rem;
  line-height: 1.75rem;
  overflow: hidden;
  color: #222;
  cursor: pointer;
}
.elevators-details-topbox-titles .items.active {
  background-color: #D8A537;
  color: #fff;
  border-color: #D8A537;
}
.elevators-details-topbox-titles.cons-swiper .swiper-button-next {
  right: -1.5rem;
}
.elevators-details-topbox-titles.cons-swiper .swiper-button-p
rev {
  left: -1.5rem;
}

.elevators-details-topbox {
  padding-top: 1.25rem;
  padding-bottom: 2.85rem;
}
.elevators-details-topbox .images {
  overflow: hidden;
}
.elevators-details-topbox .images img{
  object-fit:cover;
  height: 33.33vw;
}
.elevators-details-topbox .swiper-slide {
  margin-right: 2%;
  width: 100%;
  display: block;
}
.elevators-details-topbox .swiper-slide:last-child {
  /*margin-right: 0;*/
}
.elevators-details-topbox .words .tits {
  margin-top: 1.35rem;
  color: #222222;
  line-height: 1.38;
}
.elevators-details-topbox .words{
  padding: 0 20px;
}
.elevators-details-topbox .words .txts {
  margin-top: .375rem;
  line-height: 1.5em;
  color: #666666;
}

.elevators-details-centerbox {
  background-color: #f6f6f6;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.elevators-details-centerbox .elevators-details-centerbox-swiper {
  margin-top: 1.2rem;
}

.elevators-details-centerbox-swiper .swiper-slide {
  width: 22.5%;
  margin-right: 3.33%;
  color: #222222;
}
.elevators-details-centerbox-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.elevators-details-centerbox-swiper .swiper-slide .images {
  overflow: hidden;
}
.elevators-details-centerbox-swiper .swiper-slide .images img {
  transition: .5 sease;
}
.elevators-details-centerbox-swiper .swiper-slide .tits {
  margin-top: .75rem;
}
.elevators-details-centerbox-swiper .swiper-slide .txts {
  margin-top: .2rem;
  line-height: 1.55;
}

.elevators-details-bottombox .images {
  overflow: hidden;
}
.elevators-details-bottombox .items {
  width: 18.75%;
  margin-right: 1.5625%;
  transition: .5s ease;
}
.elevators-details-bottombox .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.1;
  color: #FFF;
}
.elevators-details-bottombox .items:last-child {
  margin-right: 0;
}

.business-top-words {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.business-top-words .bgtits {
  position: absolute;
  opacity: .1;
  color: #D8A537;
  text-align: center;
  line-height: .3;
  width: 100%;
  left: 0;
  top: 3.2rem;
  pointer-events: none;
}
.business-top-words .tit-text {
  padding: 0 3.25rm;
  line-height: 1.75;
  color: #666666;
  margin-top: .25rem;
}
.business-top-words .text {
  margin-top: .9rem;
  line-height: 1.55;
}

.business-top-list .items {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 1.3rem;
}
.business-top-list .items .images {
  overflow: hidden;
}
.business-top-list .items .images img {
  transition: .5s ease;
}
.business-top-list .items .words {
  margin-top: .9rem;
}
.business-top-list .items .tits {
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  color: #222;
}
.business-top-list .items .txts {
  line-height: 1.75;
  color: #666666;
  margin-top: .3rem;
}
.business-top-list .items:nth-child(2n+1) {
  margin-left: 0;
}
.business-top-list .items img {
  width: 100%;
}

.business-bots-list {
  padding-top: 2.75rem;
  padding-bottom: 3.75rem;
  background-color: #f8f8f8;
}
.business-bots-list .business-bots-list-swiper {
  margin-top: 1.3rem;
}

.business-bots-list-swiper .tits {
  line-height: 1.527;
}
.business-bots-list-swiper .txts {
  line-height: 1.75em;
  margin-top: .2rem;
}
.elevatorslist-topswiper{
  position: relative;
}
.elevatorslist-topswiper .swiper-pagination{
}
.elevatorslist-topswiper .swiper-slide video,
.elevatorslist-topswiper .swiper-slide img{
  height: 41vw;
  object-fit:cover;
}

.cons-swiper.estatelist03-swiper .swiper-pagination{
  margin-top: 1.25rem;

}
.cons-swiper.estatelist03-swiper .swiper-pagination .swiper-pagination-bullet{
  opacity: .5;
}
.cons-swiper.estatelist03-swiper .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}
.download-tops .listtops-right .items,
.download-tops .listtops-left{
  cursor: pointer;
}
.business-bots-list-swiper .videoboxs.images:before{
  display: none;
}
.business-bots-list-swiper .items.active .videoboxs.images:before{
  display: none;
  /*display: block;*/
}
.resources-list02-itembox .words .tits{
  color: #666;
}
 .chairmans-lists-02 .images2 img,
 .chairmans-lists-02 .images2 video{
    height: 45vw;
    object-fit:cover;
 }
@media screen and (min-width: 1025px) {
  .index1-abouts-bots .items,
	.elevators-details-bottombox .items .words,
	.elevators-details-centerbox-swiper .swiper-slide .txts,
	.elevators-details-centerbox-swiper .swiper-slide .tits,
	.elevators-details-topbox .words .tits{
		transition:.5s ease-in-out;
	}

	.elevators-details-bottombox .items:hover .words,
	.elevators-details-centerbox-swiper .swiper-slide:hover .txts,
	.elevators-details-centerbox-swiper .swiper-slide:hover .tits,
	.elevators-details-topbox .items:hover .words .tits{
		transition:.5s ease-in-out;
		color: #D8A537;
	}
  .download-tankuang .input input[type=submit]{
    transition:.5s ease-in-out;
  }
  .download-tankuang .input input[type=submit]:hover{
    transition:.5s ease-in-out;
    transform:translateX(8px);
  }
  .partys-list .list .txts{
    transition:.5s ease-in-out;
  }
  .partys-list .list .items:hover .txts{
    transition:.5s ease-in-out;
    color: #D8A537;
  }
  .chairmans-lists-04 .txts,.download-bots .items .tits,.download-bots .items .txts,.download-bots .items .span,
  .layouts04-center .items .words{
    transition:.5s ease-in-out;
  }
  .chairmans-lists-04 .items:hover  .txts,
  .layouts04-center .items:hover .words{
    transition:.5s ease-in-out;
    color: #D8A537;

  }
  .elevators-01-list .numlist .items,
  .download-bots .items{
    transition:.5s ease-in-out;
  }
   .download-bots .items:hover{
    transition:.5s ease-in-out;
    background: #D8A537;
   }

  .download-bots .items:hover .tits,.download-bots .items:hover .txts,.download-bots .items:hover .span{
    transition:.5s ease-in-out;
    color: #fff;
  }
  .investments-02 .items .imgs{
    z-index: 5;
  }

  .investments-list-swiper .imgs .img{
    transition:.5s ease-in-out;
  }
  .index1-abouts-bots .items:hover,
  .investments-list-swiper .imgs:hover .img{
    transition:.5s ease-in-out;
    transform:translateY(-5px);
  }




  .estate02-list .estate02-swiper .items .imgs{
    cursor: pointer;
    z-index: 5;
  }
  .estatelist-lists .investments-list-swiper .imgs{
      background: #fff;
      transition:.5s ease-in-out;
  }
  .estatelist-lists .estate02-list .estate02-swiper .items .imgs .spans{
    color: #222222;
    transition:.5s ease-in-out;
  }
  .estatelist-lists .investments-list-swiper .items .imgs:hover {
      background: #D8A537;
      transition:.5s ease-in-out;
  }
  .estatelist-lists .estate02-list .estate02-swiper .items .imgs:hover  .spans{
    color: #fff;
    transition:.5s ease-in-out;
  }


  .layouts-03-list-bots.active .swiper-slide:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #D8A537;
    left: 0;
    opacity: 0;
    transition:.5s ease-in-out;
  }
  .layouts-03-list-bots.active .swiper-slide:hover:before{
    opacity: 1;
    transition:.5s ease-in-out;
  }
  .layouts-03-list-bots.active .swiper-slide{
    position: relative;

  }
  .elevators-list-box .elevators-01-list .numlist{
    padding-left: 8%;
    padding-right: 8%;
  }

  .abouts-list-01 .ablist01-tops .images,
  .estatedetails .imgslist .items,
  .estatedetails-swiper .swiper-slide{
    overflow: hidden;
  }
  .elevatorslist-top-center .items .tits,
  .elevators-04-list-swiper .imagesbox .cn-more,
  .abouts-list-01 .ablist01-tops .images img,
  .estatedetails .imgslist .items img,
  .estatedetails-swiper .swiper-slide img{
    transition:.5s ease;
  }
  .elevatorslist-top-center .items:hover .tits{
    transition:.5s ease;
    color: #D8A537;
  }
  .elevators-01-list .numlist .items:hover,
  .elevators-04-list-swiper .imagesbox .cn-more:hover{
    transition:.5s ease;
    transform:translateY(-5px);
  }

  .abouts-list-01 .ablist01-tops .images:hover img,
  .estatedetails .imgslist .items:hover img,
  .estatedetails-swiper .swiper-slide:hover img{
    transition:.5s ease;
    transform:scale3d(1.05,1.05,1);

  }
  .searchs-box .submit{
    transition:.5s ease-in-out;
  }
  .searchs-box .submit:hover{
    transition:.5s ease-in-out;
    transform:translateY(-5px);
  }
  .business-bots-list-swiper {
    flex-wrap: nowrap;
  }
  .business-bots-list-swiper .images video,
  .business-bots-list-swiper .items, .business-bots-list-swiper,
  .business-bots-list-swiper .images img {
    height: 15rem;
    overflow: hidden;
  }
  .business-bots-list-swiper .words {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .5s ease;
    color: #fff;
    padding: 1.5rem;
  }
  .business-bots-list-swiper .words .txts {
    max-width: 26em;
  }
  .business-bots-list-swiper .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(216, 165, 55, 0.8);
  }
  .layouts-04-list .business-bots-list-swiper .text{
    background: rgba(216, 165, 55, 1);
  }
  
  .layouts04-swiper .business-bots-list-swiper .items{
    width: 2.5rem;
    position: relative;
  }
  .layouts04-swiper .business-bots-list-swiper .items.active{
    width: 85%;
  }
  .index-04-box  .business-bots-list-swiper .items,
  .index-02-box .business-bots-list-swiper .items{
    width: 2.5rem;
  }
  .index-04-box  .business-bots-list-swiper .items.active{
    width: 65%;
  }
  .index-02-box .business-bots-list-swiper .items.active{
    width: 80%;
  }
  .layouts04-swiper .business-bots-list-swiper .items:before{
  	content:"";
  	position: absolute;
  	left: 0;
  	width: 1px;
  	height: 100%;
  	top: 0;
  	background: rgba(255,255,255,.2);
  	display: none;
  	z-index: 2;
  }
  .layouts04-swiper .business-bots-list-swiper .items:nth-child(n+2):before{
  	display: block;
  }

  .business-bots-list-swiper .text .span {
    width: 1em;
    position: absolute;
    top: 50%;
    line-height: 1.1;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
  }
  .business-bots-list-swiper .items {
    width: 4rem;
    margin-right: .5rem;
    cursor: pointer;
    position: relative;
    transition: ： 0.5s ease;
  }
  .index-04-box .business-bots-list-swiper .items{
    margin-right: .25rem;
    display: block;
  }
  .business-bots-list-swiper .items:last-child {
    margin-right: 0;
  }
  .business-bots-list-swiper .items.active {
    width: 68.5%;
    transition: ： 0.5s ease;
  }
  .business-bots-list-swiper .items.active .text {
    opacity: 0;
  }
  .business-bots-list-swiper .items.active .words {
    opacity: 1;
  }
  .business-bots-list-swiper .images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .business-bots-list-swiper .images video,
  .business-bots-list-swiper .images img {
    max-width: none;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


.estatedetails-swiper .items img,
.estatedetails-swiper .items video{
  height: 45vw;
  object-fit:cover;
}


.cons-text {
  color: #666666;
}
.cons-text span {
  color: #D8A537;
}

.layouts-01-list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.layouts-01-list .cons-text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .8rem;
}

.layouts-01bots-list {
  margin-top: 1.15rem;
}
.layouts-01bots-list .swiper-pagination {
  margin-top: 1.25rem;
}
.layouts-01bots-list .swiper-slide {
  width: 19%;
  margin-right: 1.25%;
  background: rgba(0, 0, 0, 0.04);
  padding-top: 2.05rem;
  padding-bottom: 2.3rem;
  text-align: center;
}
.layouts-01bots-list .swiper-slide:last-child {
  margin-right: 0;
}
.layouts-01bots-list .swiper-slide .images {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
.layouts-01bots-list .swiper-slide .tits {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1.2rem;
}

.layouts-list .layouts-01bots-list .swiper-slide .tits{
  align-items: flex-start;
}
.layouts-list  .layouts-01bots-list .swiper-slide .nums{
  line-height: .6;
  margin-bottom: .3rem;
}

.layouts-01bots-list .swiper-slide .nums, .layouts-01bots-list .swiper-slide .span {
  line-height: 1;
  color: #D8A537;
}
.layouts-01bots-list .swiper-slide .txts {
  line-height: 1.1em;
  height: 1.1em;
  color: #666666;
  margin-top: .3rem;
}

.con-titles.on {
  color: #fff;
}
.con-titles.on .tit-cn, .con-titles.on .tit-en, .con-titles.on .cons-text {
  color: #fff;
}

.layouts-02-list {
  position: relative;
}
.layouts-02-list .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.layouts-02-list .images video{
  height: 20rem;
}

.layouts-02-list .cons-text {
  max-width: 42em;
  margin-top: 1.3rem;
}

.layouts-03-list {
  padding-top: 2.5rem;
  padding-bottom: 3.1rem;
}
.layouts-03-list .layouts-03-list-bots {
  margin-top: 1.375rem;
}
.layouts-03-list .cons-text {
  margin-top: .35rem;
  line-height: 2.18;
}

.layouts-03-list-bots .swiper-container {
  overflow: visible;
  padding-bottom: 1.625rem;
}
.layouts-03-list-bots .swiper-slide {
  width: 41.25%;
  margin-right: 1.4rem;
}
.layouts-03-list-bots .swiper-slide:last-child {
  margin-right: 0;
}
.layouts-03-list-bots .swiper-scrollbar {
  background: #e6e6e6;
}
.layouts-03-list-bots .swiper-scrollbar-drag {
  background: #D8A537;
}
.layouts-03-list-bots .words {
  padding-top: .8rem;
}
.layouts-03-list-bots .tits {
  color: #222;
  line-height: 1.58em;
  height: 1.58em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layouts-03-list-bots .images {
  overflow: hidden;
}
.layouts-03-list-bots .images img {
  transition: .5s ease;
  height: 18vw;
  object-fit:cover;
}
.layouts-03-list-bots .txts {
  line-height: 1.625;
  margin-top: .25rem;
  color: #666666;
}

.estate01-list {
  padding-top: 2.5rem;
  padding-bottom: 2.2rem;
  position: relative;
  overflow: hidden;
}
.estate01-list .quxian {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 0;
  top: -1.125rem;
  pointer-events: none;
  width: 28.3rem;
  transform: translateX(-50%);
  height: 19.2rem;
  background: url(../image/qx.png) no-repeat center;
  background-size: 100%;
  /*display: none;*/
}

.estate01-bots-list {
  /*justify-content: center;*/
  /*justify-content: space-around;*/
      justify-content: space-evenly;
  text-align: center;
  margin-top: 2.1rem;
}
.estate01-bots-list .items {
  /*padding: 0 (112rem/40);*/
}
.estate01-bots-list .items:nth-child(1) {
  padding-left: 0;
}
.estate01-bots-list .items:last-child {
  padding-right: 0;
}
.estate01-bots-list .imgs {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 auto;
}
.estate01-bots-list .span {
  line-height: 1;
  margin-top: .5rem;
  color: #222;
}
.estatelist-lists .estate01-bots-list .span{
  color: #D8A537;
}

.estate01-list .text {
  margin-top: .9rem;
}
.estate01-list .text-02 {
  margin-top: .25rem;
}

.estate02-list {
  position: relative;
}
.estate02-list .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: .75rem;
}
.estate02-list .swiper-slide {
  position: relative;
}
.estate02-list .swiper-slide .words {
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.estate02-list .swiper-slide .words .tits {
  line-height: 1;
}

.elevators-04-list.elevators-04-list {
  /*padding-top: 2.2rem;*/
  /*padding-bottom: (110rem/40);*/
  /*padding-bottom: 0;*/
}

.estate03-list-imglist {
  margin-top: 1.4rem;
}
.estate03-list-imglist .images {
  overflow: hidden;
}
.estate03-list-imglist .images img{
/*	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;*/

}
.estate03-list-imglist .itemsbox {
  padding-bottom: .25rem;
}
.estate03-list-imglist .tits {
  line-height: 1.5;
  color: #222222;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.estate03-list-imglist .txts {
  margin-top: 2px;
  line-height: 1.625;
  color: #666666;
}
.estate03-list-imglist .items {
  margin-bottom: 1.6rem;
}
.estate03-list-imglist .words {
  padding-top: .6rem;
}

.cons-mores {
  text-align: center;
}
.cons-mores .span {
  display: inline-block;
  height: 3em;
  line-height: 3em;
  overflow: hidden;
  padding-left: 1.75em;
  padding-right: 1.75em;
  color: #fff;
  background-color: #D8A537;
  cursor: pointer;
}

.estate04-list {
  position: relative;
}
.estate04-list .swiper-slide {
  position: relative;
}
.estate04-list .cons-mores {
  margin-top: 1.75rem;
}
.estate04-list .texts {
  line-height: 1.875;
  max-width: 44em;
  margin-top: .75rem;
}

.estate04-list {
  position: relative;
}
.estate04-list .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}
.estate04-list .swiper-slide {
  display: block;
  position: relative;
}
.estate04-list .swiper-slide .words {
  position: absolute;
  left: 50%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.estate04-list .tits, .estate04-list .tit-en {
  color: #FFF;
}
.estate04-list .cons-mores {
  text-align: left;
}

.estate01-bots-list.onac .swiper-wrapper {
  justify-content: center;
}

.estatelist01-list .estate01-bots-list {
  flex-wrap: nowrap;
}
.estatelist01-list .estate01-bots-list .items {
  padding: 0 1.3rem;
  color: #D8A537;
}
.estatelist01-list .swiper-pagination {
  margin-top: 1rem;
}

.estate02-list.investments-02 .items .tits {
  width: 13em;
  color: #222222;
  line-height: 1.75;
}
.estate02-list.investments-02 .items:nth-child(2n+1) .box .tits {
  bottom: auto;
  top: 2rem;
}
.estate02-list .estate02-swiper .swiper-container {
  overflow: visible;
}
.estate02-list .estate02-swiper .items .imgs {
  width: 2.6rem;
  height: 2.6rem;
}
.estate02-list .estate02-swiper .items .imgs .spans {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.layouts-03-list-bots.active .swiper-container {
  overflow: hidden;
}

.investments-02.estate02-list {
  min-height: 34vw;
  padding-top: 2.5rem;
  padding-bottom: 4.125rem;
}

.layouts-03-list-bots.active .swiper-slide {
  width: 32.5%;
  margin-right: 1.25%;
}
.layouts-03-list-bots.active .swiper-container {
  padding-bottom: 0;
}
.layouts-03-list-bots.active .words2 {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: .7rem;
  padding-top: .65rem;
}
.layouts-03-list-bots.active .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.layouts-03-list-bots.active .tits {
  line-height: 1.36;
}
.layouts-03-list-bots.active .txts {
  line-height: 1.5;
  margin-top: .1rem;
}

.estatelist02-list .layouts-03-list .layouts-03-list-bots {
  margin-top: 0;
}
.estatelist02-list .layouts-03-list {
  padding-top: 1.25rem;
  padding-bottom: 3.45rem;
}

.estatelist03-list {
  padding-top: 2.5rem;
  padding-bottom: 3.8rem;
  background: #f8f8f8;
}
.estatelist03-list .con-titles .texts {
  margin-top: .5rem;
  padding: 0 3.75rem;
}

.estatelist01-list .estate01-bots-list .items {
  width: auto;
}

body {
  overflow: hidden;
}

.estatelist03-swiper {
  width: 65.6%;
  margin: 0 auto;
  margin-top: 1.25rem;
}
.estatelist03-swiper .swiper-container {
  overflow: visible;
}
.estatelist03-swiper .swiper-slide {
  background-color: #fff;
  margin: 0 1.625rem;
  height: auto;
}
.estatelist03-swiper .images {
  width: 64%;
}
.estatelist03-swiper .words2 {
  width: 36%;
  padding: 1.75rem 1.05rem 1rem 1.05rem;
}
.estatelist03-swiper .tits-cn {
  line-height: 1;
  color: #333333;
}
.estatelist03-swiper .tit-en {
  line-height: 1;
  color: #D8A537;
  margin-top: .45rem;
  margin-bottom: .85rem;
}
.estatelist03-swiper .txts {
  line-height: 1.75;
  color: #666666;
}

.estatedetails-bottoms {
  padding-top: 2.5rem;
  padding-bottom: 2.1rem;
  background-color: #fff;
}
.estatedetails-bottoms .images {
  overflow: hidden;
}
.estatedetails-bottoms .estatedetails-bot-swiper {
  margin-top: 1.2rem;
}

.estatedetails-bottoms .estatedetails-bot-swiper .images img{
	height: 18vw;
	object-fit:cover;
}

.estatedetails-bot-swiper .words {
  padding-top: .6rem;
}
.estatedetails-bot-swiper .txts {
  line-height: 1.54;
  color: #222222;
}
.estatedetails-bot-swiper .tits {
  color: #666666;
  line-height: 1.5;
  margin-top: 1px;
}

.estatedetails {
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
}
.estatedetails .imgslist {
  margin-top: 1.4rem;
}
.estatedetails .imgslist .items {
  width: 48.75%;
  margin-left: 2.5%;
  margin-bottom: 1%;
}
.estatedetails .imgslist .items img {
  transition: .5s ease;
}
.estatedetails .imgslist .items:nth-child(2n+1) {
  margin-left: 0;
}
.estatedetails .cons-text1 {
  margin-top: .75rem;
  margin-bottom: 1.2rem;
  line-height: 1.75;
}
.estatedetails .cons-text2 {
  margin-top: 1.1rem;
  margin-bottom: .8rem;
}
.estatedetails .cons-spans .span {
  display: inline-block;
  line-height: 3.3;
  border-radius: 3.3em;
  padding: 0 .7rem;
  color: #fff;
  background: #D8A537;
}

.estatedetails-swiper {
  position: relative;
}
.estatedetails-swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.05rem;
}

.tit-94 {
  font-size: 2.35rem;
}

.opacity02 {
  opacity: .2;
}

.index-title {
  position: relative;
  padding-top: 1rem;
}
.index-title .en {
  position: absolute;
  left: 0;
  top: 0;
  /*line-height: .6;*/
  line-height: 1.2;
  background: linear-gradient(to bottom, rgba(216,165,55,1),rgba(216,165,55,.5), rgba(216,165,55,0));
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;


}
.index-title .cn {
  line-height: 1;
  padding-left: 1rem;
  color: #222;
}

.index-05-box {
  padding-bottom: 1.625rem;
  padding-top: 3.625rem;
}
.index-05-box .index-title {
  margin-bottom: 1.8rem;
}

.index-05-box .items {
  display: block;
}
.index-05-box .imgs {
  overflow: hidden;
}
.index-05-box .imgs img {
  transition: .5s ease;
  height: 17vw;
}

.index05-top {
  position: relative;
}
.index05-top .imgs-left {
  width: 65.6%;
  position: relative;
}
.index05-top .imgs-right {
  width: 31.25%;
  margin-left: 3.15%;
}
.index05-top .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.8rem !important;
  line-height: 1;
  text-align: center;
  padding: 0 .9rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.index05-top .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.index05-top img {
  display: block;
}
.index05-top .swiper-slide {
  position: relative;
}
.index05-top .swiper-slide .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 1.25rem;
}
.index05-top .swiper-slide .tits {
  line-height: 2;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index05-top .swiper-slide .tits, .index05-top .swiper-slide .txts {
  padding: 0 .8rem;
  padding-right: 3.875rem;
  position: relative;
}
.index05-top .swiper-slide .txts {
  line-height: 1.75;
  margin-top: .3rem;
}

.index-05-box .items {
  color: #999999;
}
.index-05-box .items .words {
  padding-top: 1rem;
}
.index-05-box .items .tits {
  line-height: 1.45;
  color: #222222;
  height: 2.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-05-box .items .time {
  line-height: 1;
  margin-top: .85rem;
}
.index-05-box .items .txts {
  line-height: 1.75;
  height: 3.5em;
  margin-top: .25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index05-bots {
  margin-top: 2rem;
}
.index05-bots .items {
  width: 31.25%;
  margin-left: 3.125%;
  padding-bottom: 1rem;
  color: #999999;
}
.index05-bots .items:nth-child(3n+1) {
  margin-left: 0;
}

.index-04-box {
  padding-top: 4.05rem;
  padding-bottom: 3.05rem;
  background: #f4f4f4;
}
.index-04-box .index4list {
  margin-top: 1.5rem;
}
.index-04-box .index-text {
  margin-top: .25rem;
  line-height: 1.8;
  color: #222222;
  opacity: 0.5;
}
.index-04-box .index4list .text .span {
  width: 100%;
  text-align: center;
}
.index-04-box .span2, .index-04-box .span3 {
  line-height: 1;
}
.index-04-box .span2 {
  font-size: .55rem;
}
.index-04-box .span3 {
  font-size: .4rem;
  margin-top: .2rem;
}
.index-04-box .items {
  position: relative;
}
.index-04-box .items.active .words2 {
  opacity: 1;
}
.index-04-box .items .words2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(216, 165, 55, 0.4);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 1rem;
  opacity: 0;
}

.index-03-box {
  position: relative;
  cursor: pointer;
}
.chairmans-lists-02 .words{
  display: none!important;
}
.index-03-box .index03-words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events:none;
  display: none!important;
}
.index-03-box .index03-words .tits {
  line-height: 1.2;
  color: #434343;
  margin-bottom: .9rem;
}
.index-03-box .index03-words .tits,.index-03-box .index03-words .play{
  opacity: 0;
}
.index-03-box .index03-words .play {
  color: #444444;
  line-height: 1;
  position: relative;
  padding-top: 1.3rem;
}
.index-03-box .index03-words .play:before {
  position: absolute;
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../image/vide.png) no-repeat center;
  background-size: 100%;
}

.index-02-box {
  padding-top: 3.925rem;
  padding-bottom: 1.925rem;
}
.index-02-box .index-title {
  margin-bottom: 1.85rem;
}

.index-01-box {
  padding-top: 3.75rem;
}

.index1-abouts-tops {
  margin-top: 1.8rem;
  align-items: stretch;
  justify-content: space-between;
}
.index1-abouts-tops .index1-abouts-topleft {
  display: block;
  width: 62.5%;
  padding: 1.625rem 1.15rem;
}
.index1-abouts-tops .index1-abouts-topleft .cons-more{
  background: #fff;
  color: #D8A537;
}
.index1-abouts-tops .index1-abouts-topright {
  width: 36.8%;
  overflow: hidden;
}
.index1-abouts-tops .index1-abouts-topright img {
  transition: .5s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.index1-abouts-topleft {
  background: url(../image/bg2.jpg) no-repeat center;
  background-size: cover;
  min-height: 11rem;
  color: #fff;
}
.index1-abouts-topleft:hover {
  color: #fff;
}
.index1-abouts-topleft .txts {
  opacity: .5;
  margin-top: .45rem;
}
.index1-abouts-topleft .tits, .index1-abouts-topleft .txts {
  line-height: 1;
}
.index1-abouts-topleft .text {
  margin-top: 1.2rem;
  line-height: 1.625em;
  height: 4.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 39em;
  width: 92%;
  margin-bottom: 1.7rem;
}

.index1-abouts-bots {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}
.index1-abouts-bots .items {
  width: 25%;
  text-align: center;
  padding-top: 2.25rem;
  padding-bottom: 1.85rem;
  position: relative;
  /*display: flex;*/
  /*justify-content: center;*/

}
.index1-abouts-bots .items:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #e4e4e4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index1-abouts-bots .items:nth-child(1):before{
	display: none;
}
.index1-abouts-bots .items:nth-child(n+5) {
  display: none;
}
.index1-abouts-bots .items span, .index1-abouts-bots .items .span, .index1-abouts-bots .items .txts {
  line-height: 1;
}
.index1-abouts-bots .items .span {
  line-height: .8;
  margin-right: .1rem;
}
.index1-abouts-bots .items .tits {
  align-items: flex-end;
  color: #D8A537;
  justify-content: center;
}
.index1-abouts-bots .items .txts {
  margin-top: .4rem;
  color: #666666;
}

.index-02-box .business-bots-list-swiper .words2 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 1.6rem 2.25rem;
  opacity: 0;
  transition:1s ease-in-out;
}
.index-02-box .business-bots-list-swiper .words2,.index-02-box .business-bots-list-swiper .text{
  pointer-events:none;
}

.index-02-box .business-bots-list-swiper .items.active  .words2{
  opacity: 1;
  transition:1s ease-in-out;
}

.index-02-box .business-bots-list-swiper .words2 .tits {
  line-height: 1;
}
.index-02-box .business-bots-list-swiper .words2 .txts {
  margin-top: .375rem;
  line-height: 1.55;
}
.index-02-box .business-bots-list-swiper .text img {
  width: .8rem;
  margin-bottom: .45rem;
}
.index-02-box .business-bots-list-swiper .items {
  margin-right: .25rem;
}
.business-bots-list-swiper .images video,
.index-02-box .business-bots-list-swiper .items, .index-02-box .business-bots-list-swiper, .index-02-box .business-bots-list-swiper .images img {
  height: 21.5rem;
}

.fixed-right-box-conbox {
  position: fixed;
  right: 0;
  /*top: 50%;*/
  bottom: 2.5rem;
  /*transform: translateY(-50%);*/
  z-index: 200;
}
.fixed-right-box-conbox .items.backtops{
  display: block!important;
}
.fixed-right-box-conbox .items {
  display: block;
  position: relative;
  background-color: #d8d8d8;
  cursor: pointer;
}
.fixed-right-box-conbox .items.backtops {
  display: none;
}
.fixed-right-box-conbox .items img {
  display: block;
  transition: .5s ease-in-out;
}
.fixed-right-box-conbox .items .i0 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fixed-right-box-conbox .items:nth-child(n+2) {
  margin-top: 2px;
}

.layouts-04-list {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 3.05rem;
}

.layouts04-bottoms {
  display: block;
  position: relative;
}
.layouts04-bottoms .words {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
  padding: 0 1.625rem;
}
.layouts04-bottoms .cons-more {
  margin-top: .6rem;
}
.layouts04-bottoms .tits {
  line-height: 1.66;
  height: 1.66em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layouts04-bottoms .images {
  overflow: hidden;
}

.layouts04-center {
  padding-top: 1.55rem;
  padding-bottom: 1.25rem;
}
.layouts04-center .items {
  width: 31.25%;
  margin-left: 3.125%;
  position: relative;
  margin-bottom: 2%;
}
.layouts04-center .items .imgs {
  position: relative;
}
.layouts04-center .items .imgs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #d8a537, rgba(216, 165, 55, 0));
  opacity: 0;
  transition: .5s ease-in-out;
  z-index: 1;
}
.layouts04-center .items .span {
  opacity: 0;
  transition: .5s ease-in-out;
  z-index: 2;
}
.layouts04-center .items .words {
  margin-top: .6rem;
  color: #333333;
  line-height: 2;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layouts04-center .items .images {
  position: relative;
}
.layouts04-center .items .images .span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: .35rem;
  padding: 0 .6rem;
  color: #fff;
  height: 2em;
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.layouts04-center .items:nth-child(3n+1) {
  margin-left: 0;
}

.layouts04-swiper .words3 {
  position: absolute;
  left: 0;
  top: 1.3rem;
  padding: 0 1.55rem;
  height: 1.6em;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
  opacity: 0;
}
.layouts04-swiper .business-bots-list-swiper .items {
  margin-right: 0;
}
.layouts04-swiper .business-bots-list-swiper .items.active .words3 {
  opacity: 1;
}

.layouts04-swiper {
  margin-top: 1.05rem;
}

.layouts-04-list .cons-text {
  margin-top: .4rem;
  color: #666666;
  line-height: 1.75;
}

.business-bots-list-swiper-m .swiper-slide {
  margin-right: 2%;
}
.business-bots-list-swiper-m .swiper-slide:last-child {
  margin-right: 0;
}
.business-bots-list-swiper-m .span {
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .5rem;
  display: none;
}
.business-bots-list-swiper-m .words3 {
  opacity: 1;
}
.business-bots-list-swiper-m .swiper-pagination {
  margin-top: 1rem;
}

.business-bots-list .business-bots-list-swiper-m {
  margin-top: 1.75rem;
}
.business-bots-list .business-bots-list-swiper-m .words {
  padding-top: .5rem;
  padding-bottom: .35rem;
}
.business-bots-list .business-bots-list-swiper-m .words .tits {
  color: #222;
  line-height: 1.5;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.business-bots-list .business-bots-list-swiper-m .words .txts {
  margin-top: .25rem;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elevators-04-list-swiper .swiper-pagination {
  margin-top: .5rem;
}

.index-04-box .business-bots-list-swiper-m {
  margin-top: 1.25rem;
}

.con-footer-bots {
  background: #ba8a23;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.con-footer-bots .l, .con-footer-bots .li {
  line-height: 2.3;
  color: rgba(255, 255, 255, 0.7);
}
.con-footer-bots a {
  color: rgba(255, 255, 255, 0.7);
}
.con-footer-bots .lbox {
  justify-content: space-between;
}
.con-footer-bots .li:nth-child(n+2) {
  margin-left: .4rem;
}

.con-footer {
  background: #d8a537;
  color: #fff;
}
.con-footer a {
  color: #fff;
}
.con-footer .conlist-logo {
  align-items: center;
}
.con-footer .conlist-logo .span {
  line-height: .6125rem;
  height: .6125rem;
}
.con-footer .li-imgs img {
  height: .6125rem;
  width: auto;
}
.con-footer .imglist .li {
  position: relative;
  margin-left: .6rem;
}
.con-footer .imglist .li .li-span {
  position: absolute;
  width: 140px;
  bottom: .6125rem;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: .25rem;
  display: none;
}


.con-footer-tops {
  padding-top: 1.8rem;
  padding-bottom: 1.25rem;
}
.con-footer-tops a {
  display: block;
}

.con-footer-tops .con-footer-tops-left {
  width: 43.75%;
}
.con-footer-tops .con-footer-tops-left .nav-box {
  justify-content: space-between;
  padding-right: 1.6rem;
}
.con-footer-tops .con-footer-tops-left .nav-box a {
  transition: .5s ease-in-out;
}
.con-footer-tops .con-footer-tops-left .nav-box a:hover {
  transition: .5s ease-in-out;
  color: #ba8a23;
}
.con-footer-tops .con-footer-tops-left .nav-box .li {
  line-height: 1.8;
}
.con-footer-tops .con-footer-tops-left .nav-text {
  margin-top: 2rem;
}
.con-footer-tops .con-footer-tops-left .nav-text .li {
  /*font-size: .5rem;*/
}
.con-footer-tops .con-footer-tops-left .nav-text .li .tit-15 {
  /*font-size: .375rem;*/
}
.con-footer-tops .con-footer-tops-left .nav-text .li:nth-child(n+2) {
  margin-left: 1.625rem;
}
.con-footer-tops .con-footer-tops-left .nav-tops {
  line-height: 1;
  color: #fff;
  margin-bottom: .6125rem;
}
.con-footer-tops .con-footer-tops-center {
  width: 37.5%;
  padding-left: 1.875rem;
  padding-right: 2.25rem;
}
.con-footer-tops .con-footer-tops-center .list-bots {
  margin-top: .6rem;
}
.con-footer-tops .con-footer-tops-center .list-bots .li {
  width: 25%;
  margin-bottom: .25rem;
  line-height: 1.5;
}
.con-footer-tops .con-footer-tops-center .conlist-logo {
  margin-top: 3.25rem;
}
.con-footer-tops .con-footer-tops-bottom {
  width: 18.75%;
}
.con-footer-tops .con-footer-tops-bottom .itembox {
  margin-top: .55rem;
}
.con-footer-tops .con-footer-tops-bottom .itembox .items {
  line-height: 2;
  margin-right: .5rem;
}
.con-footer-tops .con-footer-tops-bottom .itembox .items:last-child {
  margin-right: 0;
}
.con-footer-tops .con-footer-tops-bottom .tits {
  line-height: 1;
  margin-bottom: 1rem;
}
.con-footer-tops .con-footer-tops-bottom .inputs {
  width: 100%;
  position: relative;
}
.con-footer-tops .con-footer-tops-bottom .inputs input:-moz-placeholder,
.con-footer-tops .con-footer-tops-bottom .inputs textarea:-moz-placeholder {
  color: #fff;
}
.con-footer-tops .con-footer-tops-bottom .inputs input::-moz-placeholder,
.con-footer-tops .con-footer-tops-bottom .inputs textarea::-moz-placeholder {
  color: #fff;
}
.con-footer-tops .con-footer-tops-bottom .inputs input:-ms-input-placeholder,
.con-footer-tops .con-footer-tops-bottom .inputs textarea:-ms-input-placeholder {
  color: #fff;
}
.con-footer-tops .con-footer-tops-bottom .inputs input::-webkit-input-placeholder,
.con-footer-tops .con-footer-tops-bottom .inputs textarea::-webkit-input-placeholder {
  color: #fff;
}
.con-footer-tops .con-footer-tops-bottom .inputs input[type=text] {
  padding-left: .75rem;
  background: transparent;
  height: 1.05rem;
  line-height: 1.05rem;
  border-bottom: 1px solid #fff;
}
.con-footer-tops .con-footer-tops-bottom .inputs input[type=submit] {
  position: absolute;
  width: 0.425rem;
  height: 0.425rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/l5.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.con-footer-tops .con-footer-tops-bottom .inputs input {
  width: 100%;
}

.abouts-list-02 {
  padding-top: 2.5rem;
  padding-bottom: 1.95rem;
}

.con-footer {
  position: relative;
  z-index: 5;
}

.index03-images video ,
.index03-images img {
  height: 100vh;
  object-fit:cover;
}

.index-03-box-list {
  position: relative;
}
.index-03-box-list .index-03-box-tops {
  height: 100vh;
  position: relative;
  overflow: hidden;
  pointer-events:none;
}
.index-03-box-list .index-03-box-tops .imgsh {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-fixed {
  background: #fff;
  position: relative;
  z-index: 5;
}

.index-03-box-list {
  position: relative;
  height: 280vh;
}
.index-03-box-list.fixed {
  width: 100%;
}
.index-03-box-list.fixed .index-03-box-tops {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-03-box-list.fixed .index-03-box {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1;
}
.index-03-box-list .index-03-box-tops {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-03-box-list .index-03-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1681px) {
  .news-bots .items .images {
    width: 250px;
  }

  .news-bots .items .words {
    width: calc(100% - 250px);
  }
  .con-footer-tops .con-footer-tops-left .nav-text .li{
    font-size: 16px;
  }

}
.con-footer-tops .con-footer-tops-left .nav-text .li {
  line-height: 1.5;
}

@media screen and (max-width: 1481px) {
  .news-top-topimgs .swiper-slide .text{
    margin-bottom: 1rem;
  }

  .news-top-topimgs .swiper-slide .time{
    margin-top: .35rem;
    margin-bottom: .65rem;
  }


  .con-footer-tops .con-footer-tops-center {
    padding-left: 1.25rem;
    padding-right: 1.65rem;
  }

  .con-footer-tops .con-footer-tops-left .nav-text .li:nth-child(n+2) {
    margin-left: 0;
    margin-top: .15rem;
    width: 100%;
  }
}
.fixed-right-box-conbox .items {
  width: 1.25rem;
  height: 1.25rem;
}
  .ban-swiper .videoboxs:before{
    /*opacity: 1;*/
    /*display: block;*/
    z-index: 2;
  }
  .elevators-03-list .images .videoboxs:after{
    content:"";
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,.05);
    position: absolute;
    left: 0;
    pointer-events:none;
    top: 0;

  }
  .index1-abouts-bots .items:nth-child(4n+1):before{
    display: none;
  }
  .elevators-03-list  .swiper-slide img,
  .elevators-03-list  .swiper-slide video{
    height: 40vw;
  }
  .elevators-details-topbox .words .txts{
    font-weight: 400;
  }

  @media screen and (max-width: 768px){
    .estatelist03-list{
      padding-bottom: 1.45rem;
    }

    .abouts-list-swiper .items{
      margin-right: 0;
    }
    .wel-banner img{
      height: 100vh;
      object-fit:cover;
    }

      .elevatorslist-list-swiper .swiper-slide img{
        height: 50vw;
      }
      .elevatorslist-top-center .items .images img {
        height: 55vw;
      }

    .elevators-03-list  .swiper-slide img,
    .elevators-03-list  .swiper-slide video{
      height: 70vw;
    }
  }
  /*.estate02-list .estate02-swiper .items .imgs .imgh{
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
  }*/
@media screen and (max-width: 1024px) {
  .elevators-01-list:after{
    background: transparent;
  }
  .elevators-01-list .numlist .span, .elevators-01-list .numlist span{
    color: #D8A537;
  }
  .con-titlebox .li{
    width: auto!important;
  }
  .con-titlebox .box{
    width: 100%;
    max-width: 100%;
  }
  .con-titlebox{
    background: #fff;
  }
  .elevators-details-topbox.cons-swiper .swiper-button-next, .elevators-details-topbox.cons-swiper .swiper-button-prev{
    top: 22vw;
  }

  .con-banner img.mbox{
    height: 55vw;
  }

  .ban-swiper .videoboxs:before,
  .wel-banner .videoboxs:before {
    opacity: 1;
    display: block;
  }

  .con-footer-bots .l, .con-footer-bots .li {
    line-height: 1.6;
  }

  .con-footer-bots .l, .con-footer-bots .r {
    width: 100%;
  }

  .con-footer-tops {
    display: none;
  }

  .news-top-topimgs .swiper-slide .words,
  .news-top-topimgs .swiper-slide .images {
    width: 100%;
  }

  .news-top-topimgs .swiper-slide .words {
    position: static;
    padding: 1.5rem  1.25rem;
  }

  .news-top-topimgs .swiper-slide .time {
    margin-top: .4rem;
    margin-bottom: .75rem;
  }

  .news-top-topimgs .swiper-slide .text {
    margin-bottom: .75rem;
  }

  .news-top-topimgs.cons-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #222;
  }
  .news-top-topimgs.cons-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #D8A537;
  }

  .news-top-toplist .items {
    width: 32%;
    margin-left: 2%;
  }

  .news-bots .items .images {
    width: 190px;
  }

  .news-bots .items .words {
    width: calc(100% - 190px);
  }

  .news-bots .items .words .tits {
    height: 1.36em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .news-bots .items .words {
    padding-left: .5rem;
    padding-right: .75rem;
  }
  .investments-02 .items:nth-child(2n+1) .box{
  	bottom: 0;
  }
}
.download-bots .items{
  cursor: pointer;
}
.estatedetails .estatedetails-swiper .swiper-slide img{
	height: 40vw;
	object-fit:cover;
}
.elevatorslist-top-bottoms-yuliu{
  margin-top: 1.5rem;
}
.elevatorslist-top-bottoms-yuliu .cons-text{
  margin-top: .8rem;
}

.layouts-03-list .layouts-03-list-bots .swiper-button-next,
.layouts-03-list .layouts-03-list-bots .swiper-button-prev{
    background-color:  #CECECE;
}

@media screen and (max-width: 768px){
  .pc768s{
    display: none;
  }
}

@media screen and (min-width: 1025px) {

  .elevators-details-topbox.cons-swiper .swiper-button-prev:hover:before,
  .elevators-details-topbox.cons-swiper .swiper-button-next:hover:before{
    /*opacity: 0;*/
  }
  .elevators-details-topbox.cons-swiper .swiper-button-prev:hover:after,
  .elevators-details-topbox.cons-swiper .swiper-button-next:hover:after{
    /*opacity: 1;*/
  }



  .business-top-words:hover .con-titles .tit-cn{
    color: #D8A537;
    transition:.5s ease-in-out;
  }
  .business-top-words:hover .con-titles .tit-en{
    transition:.5s ease-in-out;
    color: #D8A537;
  }
  .business-top-words .con-titles .tit-cn{
    transition:.5s ease-in-out;
  }
  .business-top-words .con-titles .tit-en{
    transition:.5s ease-in-out;
  }
	.investments-list-swiper .swiper-container{
		overflow: visible;
	}
  .news-bots .items .images{
    height: 170px;
    object-fit:cover;
  }
  .chairmans-lists-02{
    cursor: pointer;
  }
  .chairmans-lists-02 .vide{
    transition:.5s ease-in-out;
  }
  .chairmans-lists-02 .vide:hover{
    transition:.5s ease-in-out;
    transform:translateY(-6px);
  }
  .resources-list02-itembox .words .tits,
  .resources-list03-itembox .items .apply-btn,
  .resources-list03-itembox .items .tits{
    transition:.5s ease-in-out;
  }
  .resources-list03-itembox .items:hover .apply-btn{
    transition:.5s ease-in-out;
    transform:translateX(8px);
  }
  .resources-list03-itembox .items:hover .tits{
    color: #D8A537;
    transition:.5s ease-in-out;

  }

  .resources-list02-itembox .items:hover .words .tits{
    color: #D8A537;
    transition:.5s ease-in-out;
  }

  .con-footer .imglist .li .li-imgs{
    transition:.5s ease-in-out;
    cursor: pointer;
  }
  .con-footer .imglist .li .li-imgs:hover{
    transform:translateY(-8px);
  }
  .index-04-box .index-text{
    padding-left: 1rem;
  }
  .estate03-list-imglist .tits,
  .index-03-box .index03-words .play:before{
    transition:.5s ease-in-out;
  }
  .index-03-box .index03-words .play:hover:before{
    transition:.5s ease-in-out;
    transform:translateY(-5px);
  }
  .estate03-list-imglist .items:hover .tits{
    color: #D8A537;
    transition:.5s ease-in-out;
  }


  /*.download-bots .items:hover .span .i,*/
  .download-tops .listtops-left:hover .span .i{
    color: #D8A537;
  }
  .download-bots .items:hover .span .i:before{
    background: #fff;
  }
  .download-tops .listtops-left:hover .span .i:before{
      background: #D8A537;
  }







  .index05-top .imgs-left .images,
  .index05-top .imgs-left .swiper-slide,
  .index05-top .imgs-left .swiper-wrapper,
  .index05-top .imgs-left .swiper-container{
    height: 100%;
  }
  .index05-top .swiper-slide img{
    object-fit:cover;
  }
  .index05-top{
        justify-content: flex-end;
  }
  .index05-top .imgs-left{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .newsinfo-titles .li,.newsinfo-titles .li:hover{
    transition:.5s ease-in-out;
  }
  .newsinfo-titles .li:hover{
    color: #D8A537;
  }
  .serlist-center .list .li.after, .serlist-center .list .li:after{
    transition:.5s ease-in-out;
  }
  .serlist-center .list .li.after:hover, .serlist-center .list .li:hover:after{
    transition:.5s ease-in-out;
    background: #D8A537;
  }

  .con-footer-tops .con-footer-tops-bottom .itembox .items {
    transition: .5s ease;
  }
  .con-footer-tops .con-footer-tops-bottom .itembox .items:hover {
    transition: .5s ease;
    /*transform: translateY(-5px);*/
    color: #ba8a23;
  }
  .con-footer-bots a:hover{
    transition: .5s ease;
    color: #d8a537!important;
  }

  .elevators-details-topbox-titles .items {
    transition: .5s ease;
  }
  .elevators-details-topbox-titles .items:hover {
    transition: .5s ease;
    background-color: #D8A537;
    color: #fff;
  }

  .index1-abouts-tops .index1-abouts-topleft .cons-more,
  .layouts-01bots-list .swiper-slide {
    transition: .5s ease;
  }
  .index1-abouts-tops .index1-abouts-topleft .cons-more:hover,
  .layouts-01bots-list .swiper-slide:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .reportings-images .items .box .imgs {
    transition: .5s ease;
  }

  .reportings-images .items:hover .box .imgs {
    transition: .5s ease;
    transform: scale3d(1.1, 1.1, 1);
  }

  .index03-images {
    overflow: hidden;
  }

  .estate01-bots-list .imgs img,
  .abouts-list-swiper .items img,
  .abouts-list-01 .ablist01-bots .li .imgs img,
  .resources01-swiper .items img,
  .index1-abouts-topright img,
  .index-03-box img,
  .chairmans-lists-02 .images2 img {
    transition: .5s ease;
  }

  .abouts-list-swiper .items:hover img,
  .abouts-list-01 .ablist01-bots .li:hover .imgs img,
  .estate01-bots-list .items:hover .imgs img,
  .resources01-swiper .items:hover img,
  .index1-abouts-topright:hover img,
  .index-03-box:hover img,
  .chairmans-lists-02:hover .images2 img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .con-footer-bots a {
    transition: .5s ease;
  }
  .con-footer-bots a:hover {
    transition: .5s ease;
    color: #fff;
  }

  .estatelist03-swiper .swiper-slide {
    position: relative;
  }

  .estatelist03-swiper .words2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
  }

  .layouts04-center .items .images {
    overflow: hidden;
  }
  .layouts04-center .items img {
    transition: .5s ease;
  }
  .layouts04-center .items:hover .imgs:before {
    opacity: 1;
  }
  .layouts04-center .items:hover .span {
    opacity: 1;
    transition: .5s ease;
  }
  .layouts04-center .items:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .layouts04-bottoms img {
    transition: .5s ease;
  }
  .layouts04-bottoms:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .index1-abouts-tops .cons-more,
  .con-footer-tops .con-footer-tops-center .list-bots .li,
  .layouts04-bottoms .cons-more {
    transition: .5s ease;
  }
  /*.index1-abouts-tops .cons-more:hover,*/
  .con-footer-tops .con-footer-tops-center .list-bots .li:hover,
  .layouts04-bottoms .cons-more:hover {
    transition: .5s ease;
    /*transform: translateY(-5px);*/
    color: #ba8a23;
  }

  .fixed-right-box-conbox .items {
    transition: .5s ease;
  }
  .fixed-right-box-conbox .items img {
    transition: .5s ease;
  }
  .fixed-right-box-conbox .items:hover {
    background-color: #D8A537;
  }
  .fixed-right-box-conbox .items:hover img {
    transition: .5s ease;
  }
  .fixed-right-box-conbox .items:hover .i0 {
    opacity: 1;
  }
  .fixed-right-box-conbox .items:hover .i1 {
    opacity: 0;
  }

  .business-bots-list-swiper .items, .business-bots-list-swiper .items.active,
  .business-bots-list-swiper .items.active .images img,
  .business-bots-list-swiper .images img {
    transition: .5s ease;
  }
  .business-bots-list-swiper .items.active .i0,
  .business-bots-list-swiper .images img.i1{
    /*opacity: 1;*/
    display: block;
  }
  .business-bots-list-swiper .items.active .i1,
  .business-bots-list-swiper .images img.i0{
    /*opacity: 0;*/
    display: none;
  }

  .business-bots-list-swiper .tits, .business-bots-list-swiper .txts {
    opacity: 0;
    transition: .5s ease;
  }

  .business-bots-list-swiper .items.active .tits, .business-bots-list-swiper .items.active .txts {
    opacity: 1;
    transition: .5s ease;
  }

  .estatelist03-swiper .swiper-slide img,
  .layouts-03-list-bots .swiper-slide img,
  .business-top-list .items img {
    transition: .5s ease;
  }
  .estatelist03-swiper .swiper-slide:hover img,
  .layouts-03-list-bots .swiper-slide:hover img,
  .business-top-list .items:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .cons-mores .span,
  .con-ajax-more .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-mores .span:hover,
  .con-ajax-more .span:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .estatelist03-swiper .swiper-slide .images {
    overflow: hidden;
  }
  .estatelist03-swiper .swiper-slide .tits-cn {
    transition: .5s ease;
  }
  .estatelist03-swiper .swiper-slide:hover .tits-cn {
    color: #D8A537;
    transition: .5s ease;
  }

  .cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-swiper .swiper-button-prev:hover, .cons-swiper .swiper-button-next:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #D8A537;
    border-color: #D8A537;
  }

  .abouts-list-swiper.cons-swiper .swiper-button-prev:hover,
.abouts-list-swiper.cons-swiper .swiper-button-next:hover{
  background-color: #D8A537;
  border:1px solid  #D8A537;
}
  .cons-swiper .swiper-button-prev:hover {
    background-image: url(../image/prev12.png);
  }
  .cons-swiper .swiper-button-next:hover {
    background-image: url(../image/next12.png);
  }

  .resources-top-tits .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .resources-top-tits .li:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .resources-top-tits .li:hover {
    color: #fff;
    background-color: #D8A537;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .resources-top-tits .li:hover:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .resources-list03-itembox .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .resources-list03-itembox .items:hover {
    transform: translateY(-5px);
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .bocweb-header .boc-nav-right .langs .nav-tops img,
  .bocweb-header .boc-nav-right .ser img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-header .boc-nav-right .langs .nav-tops:hover img,
  .bocweb-header .boc-nav-right .ser:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-header .boc-nav-right .langs .nav-tops:hover .i1,
  .bocweb-header .boc-nav-right .ser:hover .i1 {
    opacity: 1;
  }
  .bocweb-header .boc-nav-right .langs .nav-tops:hover .i0,
  .bocweb-header .boc-nav-right .ser:hover .i0 {
    opacity: 0;
  }

  .con-titlebox .li:hover {
    color: #D8A537;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .con-titlebox .li:hover span {
    color: #D8A537;
  }
  .con-titlebox .li:hover span:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .cultures-list .items .words:before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(218, 169, 63, 0), rgba(218, 169, 63, 0.5), #daa93f);
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 0;
  }
  .cultures-list .items:hover .words {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cultures-list .items:hover .words:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .w5box .items img,
  .w3box .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .w5box .items:hover img,
  .w3box .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .responsibilitys02-list .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .responsibilitys02-list .items .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .responsibilitys02-list .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #D8A537;
    color: #fff;
  }
  .responsibilitys02-list .items:hover .words .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }

  .w3box.cons-swiper .items .txts, .w3box.cons-swiper .items .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .w3box.cons-swiper .items:hover .txts, .w3box.cons-swiper .items:hover .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #D8A537;
  }

  .news-top-toplist .items .imgs,
  .news-top-toplist .items .images, .news-bots .items .imgs,
  .news-bots .items .images,
  .news-top-topimgs .swiper-slide .imgs,
  .news-top-topimgs .swiper-slide .images {
    overflow: hidden;
  }
  .news-top-toplist .items img, .news-bots .items img,
  .news-top-topimgs .swiper-slide img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .news-top-toplist .items .tits, .news-bots .items .tits,
  .news-top-topimgs .swiper-slide .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .news-top-toplist .items:hover .tits, .news-bots .items:hover .tits,
  .news-top-topimgs .swiper-slide:hover .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #D8A537;
  }
  .news-top-toplist .items:hover img, .news-bots .items:hover img,
  .news-top-topimgs .swiper-slide:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .newsinfo-words-bottoms .li {
    transition: .5s ease;
  }
  .newsinfo-words-bottoms .li:hover {
    transition: .5s ease;
    color: #D8A537;
  }

  .newsinfo-words-bottoms .backs {
    transition: .5s ease;
  }
  .newsinfo-words-bottoms .backs:hover {
    transform: translateY(-5px);
  }

  .download-tops .listtops-left,
  .download-bots .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .download-tops .listtops-left:hover,
  .download-bots .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .download-tops .listtops-right .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .download-tops .listtops-right .items .icon .i0 {
    opacity: 0;
  }
  .download-tops .listtops-right .items .icon img {
    transition: .5s ease;
  }
  .download-tops .listtops-right .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    border-color: #D8A537;
    background-color: #D8A537;
  }
  .download-tops .listtops-right .items:hover .words {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }
  .download-tops .listtops-right .items:hover .words .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }
  .download-tops .listtops-right .items:hover .words img {
    transition: .5s ease;
  }
  .download-tops .listtops-right .items:hover .words .span .i:before {
    background-color: #fff;
  }
  .download-tops .listtops-right .items:hover .words .icon .i1 {
    opacity: 0;
  }
  .download-tops .listtops-right .items:hover .words .icon .i0 {
    opacity: 1;
  }

  .cons-swiper .swiper-button-next {
    right: -2.7rem;
  }

  .cons-swiper .swiper-button-prev {
    left: -2.7rem;
  }
   .elevators01-swiper .swiper-slide{
    height: 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
   }
  .elevators01-swiper .swiper-slide img {
    transition: .5s ease;
  }
  .elevators01-swiper .swiper-slide:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .elevators02-top-swiper .swiper-slide:hover {
    color: #D8A537;
    transition: .5s ease;
  }
  .elevators02-top-swiper .swiper-slide:hover .span:before, .elevators02-top-swiper .swiper-slide:hover .span:after {
    transition: .5s ease;
    background-color: #D8A537;
  }

  .elevators02-bots-swiper .items .images {
    overflow: hidden;
  }
  .elevators02-bots-swiper .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .elevators-04-list .uls .lis {
    transition: .5s ease;
    cursor: pointer;
  }
  .elevators-04-list .uls .lis:hover {
    transition: .5s ease;
    color: #222;
  }
  .elevators-04-list .uls .lis:hover:before {
    transition: .5s ease;
    opacity: 1;
  }

  .elevators-04-list-swiper .swiper-slide {
    display: block;
  }
  .elevators-04-list-swiper .swiper-slide .words {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .elevators-04-list-swiper .swiper-slide:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .elevators-04-list-swiper .swiper-slide:hover .words {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .elevatorslist-topswiper .swiper-slide img {
    transition: .5s ease;
  }
  .elevatorslist-topswiper .swiper-slide:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .elevatorslist-list-swiper .swiper-slide img,
  .elevatorslist-top-center .items img {
    transition: .5s ease;
  }
  .elevatorslist-list-swiper .swiper-slide:hover img,
  .elevatorslist-top-center .items:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .elevators-details-topbox .swiper-slide, .elevators-details-bottombox .items,
  .elevators-details-centerbox-swiper .swiper-slide {
    transition: .5s ease;
  }
  .elevators-details-topbox .swiper-slide img, .elevators-details-bottombox .items img,
  .elevators-details-centerbox-swiper .swiper-slide img {
    transition: .5s ease;
  }
  .elevators-details-topbox .swiper-slide:hover img, .elevators-details-bottombox .items:hover img,
  .elevators-details-centerbox-swiper .swiper-slide:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }

  .elevators-details-topbox-titles .items:hvoer {
    background-color: #D8A537;
    color: #fff;
    border-color: #D8A537;
  }

  .layouts-03-list-bots .swiper-slide .tits {
    transition: .5s ease;
  }
  .layouts-03-list-bots .swiper-slide:hover .tits {
    transition: .5s ease;
    color: #D8A537;
  }

  .index05-top .swiper-slide img,
  .index-05-box .items img {
    transition: .5s ease;
  }
  .index05-top .swiper-slide .tits,
  .index-05-box .items .tits {
    transition: .5s ease;
  }
  .index05-top .swiper-slide:hover .tits,
  .index-05-box .items:hover .tits {
    color: #D8A537;
  }
  .index05-top .swiper-slide:hover img,
  .index-05-box .items:hover img {
    transition: .5s ease;
    transform: scale3d(1.05, 1.05, 1);
  }
}
.estatelist02-list {
  padding-bottom: 0 !important;
}
.contacts-botlist .list .items .tits{
  padding-right: 100px;
}
.estate03-list-imglist .images img{
  height: 20vw;
  object-fit:cover;
}
.contents-video .con-videos{
  position: relative;
}
.contents-video .con-videos:before{
  width: 40px;
  height: 40px;
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  background: url(../image/videos.png) no-repeat center;
  background-size: 100%;
  pointer-events:none;
}
.contents-video .swiper-pagination{
  pointer-events:none;
}
@media screen and (max-width: 1024px) {
  .index05-top .imgs-left{
    width: 100%;
  }
    .contacts-botlist .list .items{
    width: 49%;
    margin-left: 2%;
  }
  .contacts-botlist .list .items:nth-child(3n+1){
    margin-left: 2%;
  }
  .contacts-botlist .list .items:nth-child(2n+1){
    margin-left: 0;
  }
}
.estate04-list .swiper-slide img{
  object-fit:cover;
}
@media screen and (max-width: 768px){
  .layouts-02-list .words{
    position: static;
    color: #333;
    left: auto;
    top: auto;
    transform:none;
    margin-bottom: 1.5rem;
  }
  .layouts-02-list .con-titles .tit-cn{
    color: #333;
  }
  .layouts-02-list .con-titles .tit-en,.layouts-02-list .con-titles .cons-text{
    color: #666;
  }
  .elevators-details-topbox.cons-swiper .swiper-button-next, .elevators-details-topbox.cons-swiper .swiper-button-prev{
    top: 35vw;
  }
  .wel-banner img{
    height: 100vh;
  }
  .business-bots-list-swiper-m img,
  .index05-top img{
    height: 60vw;
    object-fit:cover;
  }

  .elevatorslist-topswiper .swiper-slide video, .elevatorslist-topswiper .swiper-slide img{
    height: 60vw;
  }

  .con-banner img.mbox{
    height: 80vw;
  }

  .contacts-botlist .list .items{
    width: 100%;
    margin-left: 0!important;
  }
   .estate03-list-imglist .images img{
    height: 50vw;
    object-fit:cover;
  } 
  .index1-abouts-bots .items:nth-child(2n+1):before{
    display: none;
  }
	.estatedetails-bottoms .estatedetails-bot-swiper .images img{
		height: 50vw;
	}
  .layouts-03-list-bots .images img {
    height: 55vw;
  }
}
@media screen and (max-width: 362px){
  .contacts-botlist .list .items .tits{
    padding-right: 0;
  }
  .contacts-botlist .list .items .li{
    padding-right: 0;
  }

  .contacts-botlist .list .items .imgs{
    position: static;
    margin-top: .5rem;
  }
}
@media screen and (max-width: 1024px) {
	.abouts02-list-images .items{
		width: 24%;
	}
	.abouts02-list-images .items .box{
		width:100%;
	}
	.abouts02-list-images .items .twen{
		display: none;
	}
  .business-bots-list .business-bots-list-swiper-m{
    margin-top: 1rem;
  }
  .business-bots-list .business-bots-list-swiper-m .words .txts{
    height: auto;
    display: block;
    overflow: visible;
    line-height: 1.75;
  }
  .business-bots-list-swiper-m .swiper-slide .images img{
    height: 50vw;
    object-fit:cover;
  }

   .elevators01-swiper .swiper-slide{
      height: 2rem;
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
   }


	.news-top-topimgs .swiper-slide .images img{
		height: 54vw;
	}




  .cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #D8A537;
    border-color: #D8A537;
  }
  .cons-swiper .swiper-button-prev {
    background-image: url(../image/prev12.png);
  }
  .cons-swiper .swiper-button-next {
    background-image: url(../image/next12.png);
  }





  .estate02-list .estate02-swiper .items .imgs {
    margin: 0 auto;
  }

  .estate02-list.investments-02 .items .tits {
    /*margin-top: .5rem;*/
  }

  /*.investments-02 .items{
  	height: auto;
  }
  .estate02-list .estate02-swiper .items .imgs{
  	color: #222;
  	background: transparent;
  	height: 1em;
  	width: auto;
  	line-height: 1;
  	margin-top: .2rem;
  	text-align: left;
  	.spans{
  		color: #222;
  		text-align: left;
  		position: static;
  		left: auto;
  		top: auto;
  		transform:none;
  	}
  }*/
  .estate02-list .estate02-swiper .swiper-container {
    overflow: hidden;
  }

  .estate02-list.investments-02 .items .tits {
    /*width: 100%;*/
  }

  .investments-02 .investments02-swiper {
    /*width: 90%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }

  .investments-02 .items {
    text-align: center;
  }

  .investments-02 .items .tits {
    /*text-align: left;*/
    text-align: center;
  }

  .investments-02 .items .imgs,
  .investments-02 .items .tits,
  .investments-02 .items .box {
    /*position: static;*/
    /*left: auto;*/
    /*top: auto;*/
    /*transform: none;*/
  }

  .investments-02 .items .imgs {
    /*position: relative;*/
  }

  .investments-02 .investments02-swiper {
    /*background: transparent;*/
  }



  .estatelist03-list .con-titles .texts {
    padding-left: 0;
    padding-right: 0;
  }

  .estatelist03-swiper .swiper-slide {
    margin: 0;
    margin-right: 2%;
    display: block;
  }

  .estatelist03-swiper .images {
    width: 100%;
  }

  .estatelist03-swiper .words2 {
    width: 100%;
  }

  .layouts04-center .items {
    width: 32%;
    margin-left: 2%;
  }

  .layouts-03-list-bots .swiper-slide {
    width: 49%;
    margin-right: 2%;
  }

  .layouts-01bots-list .swiper-slide {
    width: 32%;
    margin-right: 2%;
  }

  .layouts-01-list .cons-text {
    max-width: 100%;
  }

  .investments-02 .items {
    /*height: 8rem;*/
    height: 20vw;
  }

  .investments-02 .investments02-swiper {
    height: auto;
  }

  .newsinfo-box.active .newsinfo-words-center {
    text-indent: 0;
  }

  .download-tops .listtops-left, .download-tops .listtops-right {
    width: 100%;
  }

  .download-tops .listtops-right {
    padding-left: 0;
    margin-top: 1rem;
  }

  .newsinfo-words-bottoms .li {
    padding-right: 0;
  }

  .newsinfo-words-bottoms .backs {
    position: static;
    right: auto;
    top: auto;
    margin-top: 1.25rem;
    display: inline-block;
    position: relative;
  }

  .resources01-swiper {
    width: 85%;
  }

  .resources-list03-itembox .items {
    margin-bottom: .5rem;
  }

  .resources-words .con-text {
    width: 92%;
  }

  .resources-list03-itembox .items {
    width: 100%;
    margin-left: 0;
  }

  .resources01-swiper .items .words {
    width: 100%;
    position: static;
  }

  .resources01-swiper .items .imgs {
    width: 100%;
  }

  .cultures-list .items .text {
    margin-top: .75rem;
    margin-bottom: .5rem;
  }

  .cultures-list .items .text,
  .cultures-list .items .text.tit-32 {
    line-height: 1.55;
    font-size: 18px;
  }

  .cultures-list .items .words {
    background: rgba(0, 0, 0, 0.3);
  }

  .cultures-list .items .images img {
    height: auto;
  }

  .h96 {
    height: 50px;
    line-height: 50px;
  }

  .con-titlebox .before {
    width: 4%;
  }

  .contacts-botlist .list .items {
    padding: .75rem .6rem;
  }

  .con-titlebox .con-title-left {
    display: none;
  }

  .con-titlebox .con-title-right {
    width: 100%;
  }

  .con-titlebox .li:nth-child(1) {
    padding-left: .7rem;
  }

  .w5box .items {
    width: 32%;
    margin-right: 2%;
  }

  .investments-02 .items {
    width: 25%;
  }

  .investments-02 .items .box {
    right: 0;
    /*left: 0;*/
    /*margin: auto;*/
  }
	.investments-02 .items:nth-child(2n+2) .box .tits{
		top: 1.75rem;
	}
	.estate02-list.investments-02 .items:nth-child(2n+1) .box .tits{
		top: auto;
		bottom: 1.75rem;
	}
	.investments-02 .items:nth-child(2n+2) .box{
		top: 0;
	}
	.investments-list-swiper .swiper-container,
	.estate02-list .estate02-swiper .swiper-container{
		overflow: visible;
	}
	.investments-02 .items:nth-child(2n+1) .box .tits{
		bottom: 1.45rem;
	}

  .estate02-list .estate02-swiper .items .imgs .spans{
  	color: #333;
  }
  .investments-02 .investments02-swiper{
    background:transparent;
  }
}
.elevators02-bots-swiper .items .images img{
  height: 35.4vw;
}
.responsibilitys02-list .li .imgs img{
  height: 18vw;
  object-fit:cover;
}
@media screen and (max-width: 768px) {
  .investments-02 .investments02-swiper:before{
    /*display: none;*/
  }
  .investments-02 .investments02-swiper{
      /*background: url(../img/511.png) no-repeat left top;
    background-size:100% 100%;*/
  }
  .abouts-list-01 .ablist01-bots .imgs{
    width: 1rem;
    height: 1rem;
  }
  .chairmans-lists-05 .w3box .items{
    margin-bottom: 1rem;
  }
  .estatelist03-list .con-titles .texts{
    padding-left: 1em;
    padding-right: 1em;
  }
	.responsibilitys02-list .li .imgs img{
		height: 55vw;
	}
	.estatedetails .estatedetails-swiper .swiper-slide img{
		height: 50vw;
	}
  .elevators-details-topbox .images img{
    height: 55vw;
  }

  .elevators02-bots-swiper .items .images img{
    height: 70vw;
  }
  .elevators-details-centerbox,
  .elevators-details-box{
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }
  .elevators-details-topbox{
    padding-bottom: 1.85rem;
  }
  .elevators-details-bottombox .items{
    width: 49%;
    margin-right: 2%;
  }
  .elevators-details-centerbox-swiper .swiper-slide{
    width: 49%;
    margin-right: 2%;
  }
  .elevators-04-list-swiper .imagesbox .imgs img{
    height: 64vw;
  }
  .m-header .welcome-a img {
    height: 16px;
  }

  .news-bots .items .words,
  .news-bots .items .images {
    width: 100%;
  }
  .news-bots .items .images{
    width: 120px;
  }
  .news-bots .items .words{
    width: calc(100% - 120px);
  }

  .estatedetails .imgslist .items {
    width: 100%;
    margin-left: 0;
  }

  .elevatorslist-top-words .con-txts {
    width: 98%;
  }

  .elevatorslist-top-center .items {
    width: 100%;
    margin-left: 0;
    padding: .55rem;
    padding-bottom: 1rem;
  }

  .elevatorslist-list-swiper .swiper-slide {
    width: 100%;
  }
  .elevatorslist-list-swiper .swiper-slide img {
    width: 100%;
  }

  .investments-02 .items {
    width: 32%;
  }
  .estatelist-lists .investments-02 .items{
    width: 50%;
  }
  .estate02-list.investments-02 .items .tits{
  	line-height: 1.35;
  }

  .investments-02 .investments02-swiper {
    /*background: transparent;*/
  }

  .chairmans-lists-02 .images2 video ,
  .chairmans-lists-02 .images2 img {
    height: 70vw;
    object-fit: cover;
  }
  .estate02-list.investments-02 .items .tits{
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .w5box .items {
    width: 49%;
  }

  .download-tops .listtops-left {
    padding: .5rem .45rem;
  }

  .download-tops .listtops-left .words {
    padding-left: .35rem;
  }

  .download-bots .items {
    width: 49%;
    margin-left: 2%;
  }
  .download-bots .items:nth-child(4n+1) {
    margin-left: 2%;
  }
  .download-bots .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .newsinfo-box .newsinfo {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .con-titles .con-text {
    width: 100%;
  }

  .w3box .items {
    width: 100%;
  }

  .w3box.onscur .items {
    margin-right: 0;
  }

  .contacts-botlist .list .items {
    width: 100%;
    margin-left: 0;
  }

  .contacts-tops .items {
    width: 100%;
    padding: 0 .5rem;
  }
  .contacts-tops .items:nth-child(n+2) {
    margin-top: 1rem;
  }
  .contacts-tops .items:before {
    display: none;
  }

  .contacts-tops .items:nth-child(1) {
    padding-left: .5rem;
  }

  .reportings-images .items {
    width: 100%;
  }
  .resources-words,
  .mpd75 {
    padding-top: 1.75rem !important;
    padding-bottom: 2.05rem !important;
  }

    .mpd75.cultures-box{
      padding-bottom: .25rem!important;
    }
    .responsibilitys04-swiper .txts .span{
      line-height: 1.5;
      height: 4.5em;
    }
    .responsibilitys02-list .li .text{
      line-height: 1.5;
      height: 3em;
    }

}
@media screen and (max-width: 500px) {
  .download-tops .listtops-right .images,
  .download-tops .listtops-left .words,
  .download-tops .listtops-left .images {
    width: 100%;
  }

  .download-tops .listtops-right .words,
  .download-tops .listtops-left .words {
    padding-left: 0;
    padding-top: 1rem;
  }

  .download-bots .items {
    width: 100%;
    padding: .45rem;
    margin-left: 0 !important;
  }

  .download-tops img, .download-bots img {
    width: 100%;
  }

  .download-tops .listtops-right .items .icon {
    /*width: 1.25rem;*/
    height: 1.5rem;
  }
}
.cons-mores {
  font-size: 0;
}

.elevators01-swiper .swiper-pagination {
  margin-top: 1rem;
}

.index-02-box .business-bots-list-swiper-m .words2 {
  padding-top: .75rem;
  padding-bottom: .65rem;
}
.index-02-box .business-bots-list-swiper-m .tits, .index-02-box .business-bots-list-swiper-m .txts {
  line-height: 1.35;
  height: 1.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-02-box .business-bots-list-swiper-m .txts {
  margin-top: .45rem;
}

@media screen and (max-width: 900px) {
  .index05-top .imgs-right .items {
    padding-bottom: 1rem;
  }

  .index05-top .imgs-left {
    width: 100%;
  }

  .index05-bots .items,
  .index05-top .imgs-right {
    width: 100%;
    margin-left: 0;
    margin-top: .5rem;
  }

  .index05-bots {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .investments-list-swiper .imgs .img{
    background-color: rgba(216,165,55,1);
  }
  .m-header .sub-menu li .sub-tit .tu-box,
  .m-header .sub-menu .sec-list a{
    font-size: 15px;
  }
  .m-header .sub-menu li.active .sec-list{
    padding-bottom: 1rem;
  }
  .responsibilitys02-list .items{
    margin-bottom: .8rem;
  }
  .responsibilitys02-list .words .tits{
    height: auto;
    padding-bottom: .65rem;
  }
  .con-titlebox .con-title-right.onac .swiper-wrapper{
      justify-content: center;
  }
  .index-03-box-list .index-03-box-tops .imgsh{
    transform:translateY(-50%) scale3d(1.5,1.5,1);
  }

  .cultures-list .items .text *{
    font-size: inherit!important;
  }
  .abouts-list-swiper .items img {
    height: 60vw;
  }

  .abouts-list-01 .ablist01-bots .tits {
    margin-top: .35rem;
    margin-bottom: .3rem;
  }

  .abouts-list-01 .ablist01-bots {
    padding: 1rem;
  }

  .abouts-list-01 .ablist01-tops .words, .abouts-list-01 .ablist01-tops .images {
    width: 100%;
  }

  .abouts-list-01 .ablist01-tops .images {
    padding-top: 1rem;
  }

  .index-04-box .items .words2 {
    opacity: 1;
  }

  .estate04-list .swiper-slide img {
    height: 60vw;
  }

  .elevators-03-list img {
    height: 65vw;
  }

  .elevators01-swiper .swiper-slide {
    width: 20%;
  }

  .elevators02-bots-swiper {
    width: 92%;
  }

  .elevators02-bots-swiper .items .words {
    width: 90%;
    padding: .65rem .5rem;
  }

  .elevators02-bots-swiper .items .txts {
    height: auto;
  }

  .elevators02-bots-swiper .items .txts {
    margin-top: .35rem;
  }

  .elevators-04-list .uls .lis {
    margin: 0 .45rem;
  }

  .elevators-04-list-ajax .text {
    width: 92%;
  }

  .elevators-04-list-swiper .swiper-slide {
    width: 32%;
  }

  .elevators01-swiper .swiper-slide img {
    width: 70%;
  }

  .elevators-01-list .numlist .items {
    width: 25%;
    padding: 0 3px;
    text-align: center;
  }

  .elevators-03-list .text {
    line-height: 1.5;
  }

  .investments-02 .items .imgs {
    /*margin: 0 auto;*/
  }

  .investments-02 .items .box {
    /*text-align: center;*/
  }

  .investments-02 .items .tits {
    /*text-align: center;
    width: 100%;*/
  }

  .investments-02 .items .box {
    /*position: static;
    left: 0;
    width: 100%;
    right: auto !important;
    top: 50% !important;
    transform: translateY(0);
    bottom: auto!important;*/
  }
  .investments-02 .items{
    /*height: auto;*/
  }
  .investments-list .investments-02 .items .box{

  }
  .investments-02 .investments02-swiper{
    position: relative;
  }
  .investments-02 .investments02-swiper:before{
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content:"";
    position: absolute;
    top: 0.9395rem;
    left: 0;
  }
  .estatelist-lists .investments-list-swiper .imgs{
    background-color: rgba(255,255,255,1);
  }
  .estatelist-lists .investments-02 .investments02-swiper:before{
    top: 1.3rem;
  }

  .cons-swiper.investments-list-swiper .swiper-button-prev,
  .cons-swiper.investments-list-swiper .swiper-button-next{
      display: none!important;
  }

  .wel-banner .items .words {
    width: 80%;
  }
}
  .elevators-details-bottombox .cons-swiper .swiper-button-prev,
  .elevators-details-bottombox .cons-swiper .swiper-button-next{
    top: 50%;
    transform:translateY(-50%);
    margin:0;
  }
@media screen and (max-width: 768px) {
  .index05-top .swiper-slide .tits, .index05-top .swiper-slide .txts{
    padding-left: 0;
    padding-right: 0;
  }
  .index05-top .swiper-slide .tits{
    max-height: 2.9em;
    line-height: 1.45;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index05-top .swiper-slide .txts{
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index05-top .swiper-pagination{
        justify-content: center;
  }
  .index-05-box .index-title{
    margin-bottom: 1.25rem;
  }
  .searchs-body{
    min-height: 65vh;
  }
  .cons5-swiper .swiper-pagination .swiper-pagination-bullet, .cons-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 3px!important;
  }
  .index05-top .swiper-slide .tits, .index05-top .swiper-slide .txts{
    padding-right: .5rem;
    color: #222;
  }
  .index05-top .swiper-slide .txts{
    color: #666;
  }
  .index05-top .swiper-pagination .swiper-pagination-bullet{
    background-color: #666!important;
    background: #666!important;
  }
  .index05-top .swiper-pagination .swiper-pagination-bullet-active{
    background: #D8A537!important;
    background-color: #D8A537!important;
  }

  .index05-top .swiper-slide .words{
    position: static;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .index1-abouts-bots .items:nth-child(2n+1):before{
    display: none;
  }
  .index-05-box,
  .index-02-box{
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }
  .index1-abouts-tops .index1-abouts-topleft, .index1-abouts-tops .index1-abouts-topright {
    width: 100%;
  }

  .abouts-list-01 .ablist01-tops .words {
    padding-top: 3rem;
  }

  .abouts-list-03 {
    padding-top: 1.65rem;
    padding-bottom: 1.25rem;
  }

  .abouts-list-swiper .txts {
    line-height: 1.6;

  }

  .abouts-list-swiper.cons-swiper .swiper-button-prev {
    left: .5rem;
  }

  .abouts-list-swiper.cons-swiper .swiper-button-next {
    right: .5rem;
  }


  .wel-banner .swiper-pagination {
    left: .5rem;
  }

  .index-title .en {
    line-height: .9;
  }

  .index-01-box {
    padding-top: 1.65rem;
  }

  .index1-abouts-bots .items {
    width: 50%;
    padding-top: .75rem;
    padding-bottom: .5rem;
  }

  .index1-abouts-bots {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .news-top-topimgs .swiper-slide .words {
    padding: 1.5rem .5rem;
  }

  .news-inputbox .inputs,
  .news-inputbox {
    width: 100%;
  }

  .news-inputbox .inputs input[type=text] {
    width: 100%;
  }

  .news-top-toplist .items {
    width: 100%;
    margin-left: 0;
  }

  .news-bots .items {
    width: 100%;
    margin-left: 0;
  }

  .index-04-box,
  .investments-02 {
    min-height: none;
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }
  .investments-02{
    padding-bottom: 3rem;
  }
  .estatelist03-list{
    padding-top: 1.75rem;
  }
  .estatelist02-list .layouts-03-list{
    padding-bottom: 1.45rem;
  }

  .investments-02 .investments02-swiper {
    margin-top: 2.5rem;
  }

  .investments-01 {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }

  .elevators02-bots-swiper .items .images img {
    height: 50vw;
    object-fit: contain;
  }

  .elevators-03-list img {
    height: 90vw;
  }

  .elevators-03-list .text {
    width: 90%;
  }
  .elevators-03-list{
    background-color: #fff;
  }

  .elevators-03-list .words {
    padding-top: 1.5rem;
    position: static;
    width: 100%;
    top: auto;
      transform: translateX(0);
      padding-bottom: .5rem;
  }

  .elevators01-swiper .swiper-slide {
    width: 32%;
  }

  .elevators-01-list .elevators01-swiper {
    margin-top: 1rem;
  }

  .elevators-04-list-swiper .swiper-slide {
    width: 49%;
  }

  .business-top-list .items {
    width: 100%;
    margin-left: 0;
  }

  .estatelist03-swiper {
    width: 92%;
  }

  .layouts-03-list-bots .swiper-slide,
  .layouts-03-list-bots.active .swiper-slide {
    width: 100%;
  }

  .layouts04-bottoms .images img {
    object-fit: cover;
    height: 36vw;
  }

  .layouts-02-list .images img {
    height: 90vw;
    object-fit: cover;
  }

  .estate02-list .swiper-slide img {
    height: 70vw;
    object-fit: cover;
  }

  .elevators-04-list .uls {
    width: 100%;
    max-width: 100%;
  }

  .elevators-04-list .uls .lis {
    font-size: 18px;
    margin: 0 .4rem;
  }
  .elevators-04-list .uls .lis:nth-child(1) {
    margin-left: 0;
  }
  .elevators-04-list .uls .lis:last-child {
    margin-right: 0;
  }

  .estate04-list .swiper-slide img {
    height: 80vw;
  }

  .cons-mores .span {
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .estate04-list .texts {
    margin-top: .5rem;
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .estate04-list .cons-mores {
    margin-top: .75rem;
  }

  .business-bots-list-swiper-m .swiper-pagination {
    margin-top: .5rem;
  }

  .layouts-02-list .cons-text {
    margin-top: .5rem;
    line-height: 1.5;
  }

  .con-titles .tit-cn {
    margin-bottom: .3rem;
  }

  .layouts04-center .items {
    width: 100%;
    margin-left: 0;
  }
  .layouts04-center .items:nth-child(n+2) {
    margin-top: .5rem;
  }

  .layouts-03-list-bots .swiper-slide {
    width: 75%;
  }

  .layouts-03-list .cons-text {
    line-height: 1.6;
  }

  .layouts-01bots-list .swiper-slide {
    width: 49%;
  }
}
.con-titles .tit-cn {
  font-weight: bold;
}
.layouts-02-list .con-titles .tit-cn{
  font-weight: 500;
}

.con-banner-swiper .swiper-pagination{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.1rem;
}

.con-banner-swiper .itbox{
  position: relative;
}

.con-banner-swiper .itbox .words{
  position: absolute;
  width: 100%;
  bottom: 1.75rem;
  line-height: 1.5;
  color: #fff;
  padding: 0 5%;
  text-align: center;
  text-shadow:0  10px 2px rgba(0,0,0,.1);
}

.con-banner-swiper .swiper-pagination .swiper-pagination-bullet{
  border:1px solid #fff;
  background-color: transparent!important;
}

.con-banner-swiper .swiper-pagination .swiper-pagination-bullet-active{
  border:1px solid #fff;
  background-color: #fff!important;
}

.con-banner-swiper .swiper-button-prev{
  left: 1.25rem;
}
.con-banner-swiper .swiper-button-next{
  right: 1.25rem;
}
.elevators-03-list img{
  object-fit:cover;
}
@media screen and (max-width: 768px){
  .investments-02 .items .box{
    right: 50%;
  }
  .investments-02 .items{
    /*width: 32%!important;*/
    /*margin-right: 0!important;*/
  }
  .investments-02 .items:nth-child(2n+2){
     background: url(../image/1000002.png) no-repeat center;
    background-size: 100% 100%;
  }
  .investments-02 .items:nth-child(2n+1){
     background: url(../image/1000001.png) no-repeat center;
    background-size: 100% 100%;
  }


  .index05-top .swiper-pagination{
    bottom: 0!important;
  }
  .index05-top .swiper-slide img{
    height: 50vw;
    object-fit:cover;
  }
  .con-footer-bots .r{
        justify-content: center;

  }
  .con-footer-bots .lbox{
    text-align: center;
  }
  .newsinfo-box.active .newsinfo{
    padding: 1.75rem .75rem;
  }
  .index-04-box .items .words2{
    padding-left: .5rem;
  }
  .index05-top .swiper-slide .tits{
    font-size: 18px;
  }

	.index1-abouts-tops{
		margin-top: 1.35rem;
	}
	.index1-abouts-topleft .text{
		width: 100%;
	}
	.index1-abouts-tops .index1-abouts-topleft{
		padding-left: .75rem;
		padding-right: .75rem;
	}
	.index-02-box .business-bots-list-swiper-m .tits{
		font-size: 18px;
	}
	.index-02-box .business-bots-list-swiper-m .txts{
		margin-top: .35rem;
	}
	.index1-abouts-topleft .text{
		margin-top: .5rem;
		margin-bottom: 1.25rem;
	}
  .abouts-list-01 .ablist01-tops .words{
    padding-top: 1.75rem;
  }
  .abouts-lists .abtxts{
    margin-top: .4rem;
  }
  .abouts-list-swiper .words{
    color: #222;
    position: static;
    padding: .5rem .35rem;
    text-align: center;
  }
  .abouts-list-swiper .txts{
    color: #666;
  }
  .chairmans-lists-01 .li:nth-child(n+2){
    margin-top: .5rem;
  }
  .chairmans-lists-05{
    padding-bottom: 1.45rem;
  }
  .estate01-bots-list{
    margin-top: 1.25rem;
  }
  .newsinfo-box,.layouts-01-list,.layouts-03-list,.elevators-04-list,.business-top-words,
  .chairmans-lists-04,.layouts-04-list,.estate01-list,.business-bots-list,.elevators-01-list,
  .chairmans-lists-01,
  .partys-list{
    padding-top: 1.65rem;
    padding-bottom: 1.45rem;
  }
  .estate03-list-imglist{
    margin-top: 1rem;
  }
  .estate01-list .text{
    line-height: 1.6;
  }
  .abouts-list-02{
    min-height: auto;
    padding-top: 1.65rem;
    padding-bottom: 1.45rem;
  }
  .partys-list .list .items{
    margin-bottom: 1rem;
  }
  .abouts-list-01 .ablist01-bots .li .text{
    line-height: 1.25;
  }
  .partys-list .tit-text{
    line-height: 1.6;
  }
  .partys-list .list .time{
    margin-top: .6rem;
  }
  .layouts-03-list .layouts-03-list-bots{
    margin-top: 1rem;
  }
  .layouts04-bottoms .words{
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .elevators-01-list .text{
    margin-bottom: 1rem;
    margin-top: 1.25rem;
  }
  .elevators-02-list{
    padding-top: 1.5rem;
  }
  .cons5-swiper .swiper-pagination .swiper-pagination-bullet, .cons-swiper .swiper-pagination .swiper-pagination-bullet{
    margin:0 3px;
  }
  .news-inputbox .inputs input[type=text]{
    line-height: 3.5rem;
    height: 3.5em;
  }
  .news-top-toplist .tits,
  .news-top-topimgs .swiper-slide .tits{
    font-size: 18px;
    line-height: 1.45;
    height: 2.9em;
  }
  .news-top-topimgs .swiper-slide .text{
        line-height: 1.75em;
        height: 3.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
  }
  .news-top-topimgs .swiper-slide .words,
  .news-top-toplist .words{
    padding: 1rem .5rem;
  }
  .news-top-toplist .time,.news-top-topimgs .swiper-slide .cons-more,
  .news-top-topimgs .swiper-slide .time{
    display: none;
  }
  .news-top-topimgs .swiper-slide .text{
    margin-top: .4rem;
  }
  .news-top-topimgs .swiper-pagination{
    width: 100%;
    justify-content: center;
  }
  .news-tops{
    padding-bottom: 1rem!important;
  }
  .news-bots .items .words{
    padding-top: 1rem;
    padding-bottom: .75rem;
  }
  .news-bots .list{
    padding-bottom: 1.35rem;
  }
  .download-bots .items .span .i,
  .download-tops .words .span .i{
    color: #D8A537;
  }
  .download-bots .items .span .i:before,
  .download-tops .words .span .i:before{
      background: #D8A537;
  }
}



.responsibilitys04-swiper .txts .span,
.responsibilitys03-swiper .txts .span{
  display: block;
  overflow: visible;
  line-height: 1.5;
  height: auto;
}
.w3box.cons-swiper .items{
  height: auto;
}

.resources-list02-itembox .itemsbox{
      align-items: stretch;
}

@media (min-width: 1025px){
  .responsibilitys02-list .items ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }

  .responsibilitys02-list .items ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); 
    background-color: transparent;
  }

  .responsibilitys02-list .items ::-webkit-scrollbar-thumb {
    background: #fff; }

  .responsibilitys02-list .items ::-webkit-scrollbar-thumb:window-inactive {
    background: #fff; }

  .responsibilitys02-list .items ::-webkit-scrollbar-thumb:vertical:hover {
    background: #fff; }
}
@media (max-width: 1024px){
  .resources01-swiper .items .imgs{
    height:auto;
  }
}

