@charset "UTF-8";

/*!
  Important comments included in minified output.
  /
  2021-03-15
  ?2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
/*860*/
body {
  color: #808080;
  text-align: justify;
}

a {
  color: #666;
}

a:hover {
  color: #666;
}

.backtop {
  width: 54px;
  text-align: center;
  height: 54px;
  border-radius: 5px;
  line-height: 54px;
  background: #ff6600 url(../img/arrowup.png) no-repeat center center;
  position: fixed;
  bottom: 33px;
  right: 1rem;
  z-index: 1000;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

::-webkit-scrollbar {
  /*width: 5px;*/
  /*height: 5px;*/
}

/*@media (min-width: 860px){*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  /*background: rgba(0, 0, 0, 0.1);*/
}

::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #cbcbcb;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #cbcbcb;
}

.news-selects ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.news-selects ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.news-selects ::-webkit-scrollbar-thumb {
  background: #ff6600;
}

.news-selects ::-webkit-scrollbar-thumb:window-inactive {
  background: #ff6600;
}

.news-selects ::-webkit-scrollbar-thumb:vertical:hover {
  background: #ff6600;
}

.whites ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.whites ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.whites ::-webkit-scrollbar-thumb {
  background: #fff;
}

.whites ::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}

.whites ::-webkit-scrollbar-thumb:vertical:hover {
  background: #fff;
}



.wel-business-list .li ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.wel-business-list .li ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.wel-business-list .li ::-webkit-scrollbar-thumb {
  background: #fff;
}

.wel-business-list .li ::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}

.wel-business-list .li ::-webkit-scrollbar-thumb:vertical:hover {
  background: #fff;
}



.empower-list ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.empower-list ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.empower-list ::-webkit-scrollbar-thumb {
  background: #fff;
}

.empower-list ::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}

.empower-list ::-webkit-scrollbar-thumb:vertical:hover {
  background: #fff;
}

/*}*/




/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.resiinfos-01 .box .items {
  display: inline-block;
}

.str_wrap.str_active {}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  //display:inline;
  //zoom:1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}


.about-list1 .leftbox .text .tit5 * {
  background-color: transparent !important;
}

.about-list1 .leftbox .text .tit4 {
  color: #666;
}

.about-list1 .leftbox .text .tit5 {
  color: #808080;
}

.hometype-swiper2 .lis {
  width: auto;

}

.about-list2 .ul .li:after {
  background-size: cover !important;
}

.about-list3 .item sup.sups {
  top: -.5em;
}

.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%);
  width: 15px;
  height: 15px;
  background-color: #ff6600;
  z-index: 999;
}

.hometype-swiper .swiper-slide {
  height: auto;

}

.medium {
  /*font-weight: 500;*/
}

.knums {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.knums.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.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;
}

/*.welani {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}
.welani.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}
.welani.add1 {
  transition-delay: .05s;
}
.welani.add2 {
  transition-delay: .05s;
}
.welani.add3 {
  transition-delay: .05s;
}
.welani.add4 {
  transition-delay: .05s;
}
*/
.w1200 {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 250px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 260px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 270px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 280px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 290px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 300px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 310px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 330px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 340px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 350px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 370px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 380px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 390px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 410px) {
  html {
    font-size: 20.5px;
  }
}

@media screen and (min-width: 420px) {
  html {
    font-size: 21px;
  }
}

@media screen and (min-width: 430px) {
  html {
    font-size: 21.5px;
  }
}

@media screen and (min-width: 440px) {
  html {
    font-size: 22px;
  }
}

@media screen and (min-width: 450px) {
  html {
    font-size: 22.5px;
  }
}

@media screen and (min-width: 460px) {
  html {
    font-size: 23px;
  }
}

@media screen and (min-width: 470px) {
  html {
    font-size: 23.5px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 490px) {
  html {
    font-size: 24.5px;
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 510px) {
  html {
    font-size: 25.5px;
  }
}

@media screen and (min-width: 520px) {
  html {
    font-size: 26px;
  }
}

@media screen and (min-width: 530px) {
  html {
    font-size: 26.5px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 27px;
  }
}

@media screen and (min-width: 550px) {
  html {
    font-size: 27.5px;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 570px) {
  html {
    font-size: 28.5px;
  }
}

@media screen and (min-width: 580px) {
  html {
    font-size: 29px;
  }
}

@media screen and (min-width: 590px) {
  html {
    font-size: 29.5px;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 30px;
  }
}

@media screen and (min-width: 610px) {
  html {
    font-size: 30.5px;
  }
}

@media screen and (min-width: 620px) {
  html {
    font-size: 31px;
  }
}

@media screen and (min-width: 630px) {
  html {
    font-size: 31.5px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 650px) {
  html {
    font-size: 32.5px;
  }
}

@media screen and (min-width: 660px) {
  html {
    font-size: 33px;
  }
}

@media screen and (min-width: 670px) {
  html {
    font-size: 33.5px;
  }
}

@media screen and (min-width: 680px) {
  html {
    font-size: 34px;
  }
}

@media screen and (min-width: 690px) {
  html {
    font-size: 34.5px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 35px;
  }
}

@media screen and (min-width: 710px) {
  html {
    font-size: 35.5px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 730px) {
  html {
    font-size: 36.5px;
  }
}

@media screen and (min-width: 740px) {
  html {
    font-size: 37px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 40px;
  }
}

/*@media screen and (min-width: 750px) {
  html {
    font-size: 37.5px;
  }
}*/

/*@media screen and (min-width: 760px) {
  html {
    font-size: 38px;
  }
}

@media screen and (min-width: 770px) {
  html {
    font-size: 38.5px;
  }
}

@media screen and (min-width: 780px) {
  html {
    font-size: 39px;
  }
}

@media screen and (min-width: 790px) {
  html {
    font-size: 39.5px;
  }
}*/

@media screen and (min-width: 800px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 810px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 820px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 830px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 840px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 850px) {
  html {
    font-size: 40px;
  }
}

@media screen and (min-width: 860px) {
  html {
    font-size: 21.5px;
  }
}

@media screen and (min-width: 870px) {
  html {
    font-size: 21.75px;
  }
}

@media screen and (min-width: 880px) {
  html {
    font-size: 22px;
  }
}

@media screen and (min-width: 890px) {
  html {
    font-size: 22.25px;
  }
}

@media screen and (min-width: 900px) {
  html {
    font-size: 22.5px;
  }
}

@media screen and (min-width: 910px) {
  html {
    font-size: 22.75px;
  }
}

@media screen and (min-width: 920px) {
  html {
    font-size: 23px;
  }
}

@media screen and (min-width: 930px) {
  html {
    font-size: 23.25px;
  }
}

@media screen and (min-width: 940px) {
  html {
    font-size: 23.5px;
  }
}

@media screen and (min-width: 950px) {
  html {
    font-size: 23.75px;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 970px) {
  html {
    font-size: 24.25px;
  }
}

@media screen and (min-width: 980px) {
  html {
    font-size: 24.5px;
  }
}

@media screen and (min-width: 990px) {
  html {
    font-size: 24.75px;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 1010px) {
  html {
    font-size: 25.25px;
  }
}

@media screen and (min-width: 1020px) {
  html {
    font-size: 25.5px;
  }
}

@media screen and (min-width: 1030px) {
  html {
    font-size: 25.75px;
  }
}

@media screen and (min-width: 1040px) {
  html {
    font-size: 26px;
  }
}

@media screen and (min-width: 1050px) {
  html {
    font-size: 26.25px;
  }
}

@media screen and (min-width: 1060px) {
  html {
    font-size: 26.5px;
  }
}

@media screen and (min-width: 1070px) {
  html {
    font-size: 26.75px;
  }
}

@media screen and (min-width: 1080px) {
  html {
    font-size: 27px;
  }
}

@media screen and (min-width: 1090px) {
  html {
    font-size: 27.25px;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 27.5px;
  }
}

@media screen and (min-width: 1110px) {
  html {
    font-size: 27.75px;
  }
}

@media screen and (min-width: 1120px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 1130px) {
  html {
    font-size: 28.25px;
  }
}

@media screen and (min-width: 1140px) {
  html {
    font-size: 28.5px;
  }
}

@media screen and (min-width: 1150px) {
  html {
    font-size: 28.75px;
  }
}

@media screen and (min-width: 1160px) {
  html {
    font-size: 29px;
  }
}

@media screen and (min-width: 1170px) {
  html {
    font-size: 29.25px;
  }
}

@media screen and (min-width: 1180px) {
  html {
    font-size: 29.5px;
  }
}

@media screen and (min-width: 1190px) {
  html {
    font-size: 29.75px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 30px;
  }
}

@media screen and (min-width: 1210px) {
  html {
    font-size: 30.25px;
  }
}

@media screen and (min-width: 1220px) {
  html {
    font-size: 30.5px;
  }
}

@media screen and (min-width: 1230px) {
  html {
    font-size: 30.75px;
  }
}

@media screen and (min-width: 1240px) {
  html {
    font-size: 31px;
  }
}

@media screen and (min-width: 1250px) {
  html {
    font-size: 31.25px;
  }
}

@media screen and (min-width: 1260px) {
  html {
    font-size: 31.5px;
  }
}

@media screen and (min-width: 1270px) {
  html {
    font-size: 31.75px;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 1290px) {
  html {
    font-size: 32.25px;
  }
}

@media screen and (min-width: 1300px) {
  html {
    font-size: 32.5px;
  }
}

@media screen and (min-width: 1310px) {
  html {
    font-size: 32.75px;
  }
}

@media screen and (min-width: 1320px) {
  html {
    font-size: 33px;
  }
}

@media screen and (min-width: 1330px) {
  html {
    font-size: 33.25px;
  }
}

@media screen and (min-width: 1340px) {
  html {
    font-size: 33.5px;
  }
}

@media screen and (min-width: 1350px) {
  html {
    font-size: 33.75px;
  }
}

@media screen and (min-width: 1360px) {
  html {
    font-size: 34px;
  }
}

@media screen and (min-width: 1370px) {
  html {
    font-size: 34.25px;
  }
}

@media screen and (min-width: 1380px) {
  html {
    font-size: 34.5px;
  }
}

@media screen and (min-width: 1390px) {
  html {
    font-size: 34.75px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 35px;
  }
}

@media screen and (min-width: 1410px) {
  html {
    font-size: 35.25px;
  }
}

@media screen and (min-width: 1420px) {
  html {
    font-size: 35.5px;
  }
}

@media screen and (min-width: 1430px) {
  html {
    font-size: 35.75px;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 1450px) {
  html {
    font-size: 36.25px;
  }
}

@media screen and (min-width: 1460px) {
  html {
    font-size: 36.5px;
  }
}

@media screen and (min-width: 1470px) {
  html {
    font-size: 36.75px;
  }
}

@media screen and (min-width: 1480px) {
  html {
    font-size: 37px;
  }
}

@media screen and (min-width: 1490px) {
  html {
    font-size: 37.25px;
  }
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 37.5px;
  }
}

@media screen and (min-width: 1510px) {
  html {
    font-size: 37.75px;
  }
}

@media screen and (min-width: 1520px) {
  html {
    font-size: 38px;
  }
}

@media screen and (min-width: 1530px) {
  html {
    font-size: 38.25px;
  }
}

@media screen and (min-width: 1540px) {
  html {
    font-size: 38.5px;
  }
}

@media screen and (min-width: 1550px) {
  html {
    font-size: 38.75px;
  }
}

@media screen and (min-width: 1560px) {
  html {
    font-size: 39px;
  }
}

@media screen and (min-width: 1570px) {
  html {
    font-size: 39.25px;
  }
}

@media screen and (min-width: 1580px) {
  html {
    font-size: 39.5px;
  }
}

@media screen and (min-width: 1590px) {
  html {
    font-size: 39.75px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 40px;
  }
}


@media screen and (min-width: 1200px) {
  html {
    /*font-size: 32px!important;*/
  }
}

@media screen and (min-width: 1400px) {
  html {
    /*font-size: 38px!important;*/
  }
}

@media screen and (min-width: 1500px) {
  html {
    /*font-size: 40px!important;*/
  }
}

@media screen and (min-width: 1600px) {
  html {
    /*font-size: 43px!important;*/
  }
}

.tit-12 {
  font-size: 0.3rem;
}

.tit-13 {
  font-size: 0.325rem;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.375rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.425rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

.tit-81 {
  font-size: 2.025rem;
}

.tit-82 {
  font-size: 2.05rem;
}

.tit-83 {
  font-size: 2.075rem;
}

.tit-84 {
  font-size: 2.1rem;
}

.tit-85 {
  font-size: 2.125rem;
}

.tit-86 {
  font-size: 2.15rem;
}

.tit-87 {
  font-size: 2.175rem;
}

.tit-88 {
  font-size: 2.2rem;
}

.tit-89 {
  font-size: 2.225rem;
}

.tit-90 {
  font-size: 2.25rem;
}

.tit-91 {
  font-size: 2.275rem;
}

.tit-92 {
  font-size: 2.3rem;
}

.tit-93 {
  font-size: 2.325rem;
}

.tit-94 {
  font-size: 2.35rem;
}

.tit-95 {
  font-size: 2.375rem;
}

.tit-96 {
  font-size: 2.4rem;
}

.tit-97 {
  font-size: 2.425rem;
}

.tit-98 {
  font-size: 2.45rem;
}

.tit-99 {
  font-size: 2.475rem;
}

.tit-100 {
  font-size: 2.5rem;
}

.tit-101 {
  font-size: 2.525rem;
}

.tit-102 {
  font-size: 2.55rem;
}

.tit-103 {
  font-size: 2.575rem;
}

.tit-104 {
  font-size: 2.6rem;
}

.tit-105 {
  font-size: 2.625rem;
}

.tit-106 {
  font-size: 2.65rem;
}

.tit-107 {
  font-size: 2.675rem;
}

.tit-108 {
  font-size: 2.7rem;
}

.tit-109 {
  font-size: 2.725rem;
}

.tit-110 {
  font-size: 2.75rem;
}

.tit-111 {
  font-size: 2.775rem;
}

.tit-112 {
  font-size: 2.8rem;
}

.tit-113 {
  font-size: 2.825rem;
}

.tit-114 {
  font-size: 2.85rem;
}

.tit-115 {
  font-size: 2.875rem;
}

.tit-116 {
  font-size: 2.9rem;
}

.tit-117 {
  font-size: 2.925rem;
}

.tit-118 {
  font-size: 2.95rem;
}

.tit-119 {
  font-size: 2.975rem;
}

.tit-120 {
  font-size: 3rem;
}

.tit-121 {
  font-size: 3.025rem;
}

.tit-122 {
  font-size: 3.05rem;
}

.tit-123 {
  font-size: 3.075rem;
}

.tit-124 {
  font-size: 3.1rem;
}

.tit-125 {
  font-size: 3.125rem;
}

.tit-126 {
  font-size: 3.15rem;
}

.tit-127 {
  font-size: 3.175rem;
}

.tit-128 {
  font-size: 3.2rem;
}

.tit-129 {
  font-size: 3.225rem;
}

.tit-130 {
  font-size: 3.25rem;
}

.tit-131 {
  font-size: 3.275rem;
}

.tit-132 {
  font-size: 3.3rem;
}

.tit-133 {
  font-size: 3.325rem;
}

.tit-134 {
  font-size: 3.35rem;
}

.tit-135 {
  font-size: 3.375rem;
}

.tit-136 {
  font-size: 3.4rem;
}

.tit-137 {
  font-size: 3.425rem;
}

.tit-138 {
  font-size: 3.45rem;
}

.tit-139 {
  font-size: 3.475rem;
}

.tit-140 {
  font-size: 3.5rem;
}

.tit-141 {
  font-size: 3.525rem;
}

.tit-142 {
  font-size: 3.55rem;
}

.tit-143 {
  font-size: 3.575rem;
}

.tit-144 {
  font-size: 3.6rem;
}

.tit-145 {
  font-size: 3.625rem;
}

.tit-146 {
  font-size: 3.65rem;
}

.tit-147 {
  font-size: 3.675rem;
}

.tit-148 {
  font-size: 3.7rem;
}

.tit-149 {
  font-size: 3.725rem;
}

.tit-150 {
  font-size: 3.75rem;
}

.tit-151 {
  font-size: 3.775rem;
}

.tit-152 {
  font-size: 3.8rem;
}

.tit-153 {
  font-size: 3.825rem;
}

.tit-154 {
  font-size: 3.85rem;
}

.tit-155 {
  font-size: 3.875rem;
}

.tit-156 {
  font-size: 3.9rem;
}

.tit-157 {
  font-size: 3.925rem;
}

.tit-158 {
  font-size: 3.95rem;
}

.tit-159 {
  font-size: 3.975rem;
}

.tit-160 {
  font-size: 4rem;
}

.tit-161 {
  font-size: 4.025rem;
}

.tit-162 {
  font-size: 4.05rem;
}

.tit-163 {
  font-size: 4.075rem;
}

.tit-164 {
  font-size: 4.1rem;
}

.tit-165 {
  font-size: 4.125rem;
}

.tit-166 {
  font-size: 4.15rem;
}

.tit-167 {
  font-size: 4.175rem;
}

.tit-168 {
  font-size: 4.2rem;
}

.tit-169 {
  font-size: 4.225rem;
}

.tit-170 {
  font-size: 4.25rem;
}

.tit-171 {
  font-size: 4.275rem;
}

.tit-172 {
  font-size: 4.3rem;
}

.tit-173 {
  font-size: 4.325rem;
}

.tit-174 {
  font-size: 4.35rem;
}

.tit-175 {
  font-size: 4.375rem;
}

.tit-176 {
  font-size: 4.4rem;
}

.tit-177 {
  font-size: 4.425rem;
}

.tit-178 {
  font-size: 4.45rem;
}

.tit-179 {
  font-size: 4.475rem;
}

.tit-180 {
  font-size: 4.5rem;
}

.tit-181 {
  font-size: 4.525rem;
}

.tit-182 {
  font-size: 4.55rem;
}

.tit-183 {
  font-size: 4.575rem;
}

.tit-184 {
  font-size: 4.6rem;
}

.tit-185 {
  font-size: 4.625rem;
}

.tit-186 {
  font-size: 4.65rem;
}

.tit-187 {
  font-size: 4.675rem;
}

.tit-188 {
  font-size: 4.7rem;
}

.tit-189 {
  font-size: 4.725rem;
}

.tit-190 {
  font-size: 4.75rem;
}

.tit-191 {
  font-size: 4.775rem;
}

.tit-192 {
  font-size: 4.8rem;
}

.tit-193 {
  font-size: 4.825rem;
}

.tit-194 {
  font-size: 4.85rem;
}

.tit-195 {
  font-size: 4.875rem;
}

.tit-196 {
  font-size: 4.9rem;
}

.tit-197 {
  font-size: 4.925rem;
}

.tit-198 {
  font-size: 4.95rem;
}

.tit-199 {
  font-size: 4.975rem;
}

.tit-200 {
  font-size: 5rem;
}

@media (max-width: 768px) {
  .tit-12 {
    font-size: 0.6rem;
  }

  .tit-13 {
    font-size: 0.6rem;
  }

  .tit-14 {
    font-size: 0.6rem;
  }

  .tit-15 {
    font-size: 0.6rem;
  }

  .tit-16 {
    font-size: 0.6rem;
  }

  .tit-17 {
    font-size: 0.65rem;
  }

  .tit-18 {
    font-size: 0.65rem;
  }

  .tit-19 {
    font-size: 0.65rem;
  }

  .tit-20 {
    font-size: 0.75rem;
  }

  .tit-21 {
    font-size: 0.75rem;
  }

  .tit-22 {
    font-size: 0.75rem;
  }

  .tit-23 {
    font-size: 0.75rem;
  }

  .tit-24 {
    font-size: 0.75rem;
  }

  .tit-25 {
    font-size: 0.75rem;
  }

  .tit-26 {
    font-size: 0.75rem;
  }

  .tit-27 {
    font-size: 0.75rem;
  }

  .tit-28 {
    font-size: 0.8rem;
  }

  .tit-29 {
    font-size: 0.8rem;
  }

  .tit-30 {
    font-size: 0.8rem;
  }

  .tit-31 {
    font-size: 0.8rem;
  }

  .tit-32 {
    font-size: 0.8rem;
  }

  .tit-33 {
    font-size: .9rem;
  }

  .tit-34 {
    font-size: .9rem;
  }

  .tit-35 {
    font-size: .9rem;
  }

  .tit-36 {
    font-size: .9rem;
  }

  .tit-37 {
    font-size: 1rem;
  }

  .tit-38 {
    font-size: 1rem;
  }

  .tit-39 {
    font-size: 1rem;
  }

  .tit-40 {
    font-size: 1rem;
  }
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  /*color: #333;*/
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}

a:active,
a:hover {
  outline: 0;
  /* 2 */
}

a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

.pagination a.next:before,
.pagination a[rel=next]:before,
.pagination a.prev:before,
.pagination a[rel=prev]:before {
  pointer-events: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Microsoft YaHei Light", "Source Han Sans CN", "Noto Sans S Chinese Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*手机上a链接有玄色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}





/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #4b4948;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-666 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.25) {
  html{
    zoom:.8;
  }
}
@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.5) {
  html{
    zoom:.67;
  }
}*/
body.dprzooms .wow {
  opacity: 1 !important;
}

@media screen and (min-width: 2100px) {
  html {
    font-size: 2.5vw;
  }
}

/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 5) {
  html{
    $jk:5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.9) {
  html{
    $jk:4.9;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.8) {
  html{
    $jk:4.8;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.7) {
  html{
    $jk:4.7;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.6) {
  html{
    $jk:4.6;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.5) {
  html{
    $jk:4.5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.4) {
  html{
    $jk:4.4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.3) {
  html{
    $jk:4.3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.2) {
  html{
    $jk:4.2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4.1) {
  html{
    $jk:4.1;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 4) {
  html{
    $jk:4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.9) {
  html{
    $jk:3.9;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.8) {
  html{
    $jk:3.8;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.7) {
  html{
    $jk:3.7;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.6) {
  html{
    $jk:3.6;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.5) {
  html{
    $jk:3.5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.4) {
  html{
    $jk:3.4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.3) {
  html{
    $jk:3.3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.2) {
  html{
    $jk:3.2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3.1) {
  html{
    $jk:3.1;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 3) {
  html{
    $jk:3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.9) {
  html{
    $jk:2.9;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.8) {
  html{
    $jk:2.8;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.7) {
  html{
    $jk:2.7;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.6) {
  html{
    $jk:2.6;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.5) {
  html{
    $jk:2.5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.4) {
  html{
    $jk:2.4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.3) {
  html{
    $jk:2.3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.2) {
  html{
    $jk:2.2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2.1) {
  html{
    $jk:2.1;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 2) {
  html{
    $jk:2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.9) {
  html{
    $jk:1.9;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.8) {
  html{
    $jk:1.8;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.7) {
  html{
    $jk:1.7;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.6) {
  html{
    $jk:1.6;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.5) {
  html{
    $jk:1.5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.4) {
  html{
    $jk:1.4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.3) {
  html{
    $jk:1.3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.2) {
  html{
    $jk:1.2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1.1) {
  html{
    $jk:1.1;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 1) {
  html{
    $jk:1;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.9) {
  html{
    $jk:0.9;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.8) {
  html{
    $jk:0.8;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.7) {
  html{
    $jk:0.7;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.6) {
  html{
    $jk:0.6;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.5) {
  html{
    $jk:0.5;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.4) {
  html{
    $jk:0.4;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.3) {
  html{
    $jk:0.3;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.2) {
  html{
    $jk:0.2;*/
/*zoom:$jk;*/
/*}
}*/
/*@media (min-width: 1025px)  and (-webkit-max-device-pixel-ratio: 0.1) {
  html{
    $jk:0.1;*/
/*zoom:$jk;*/
/*}
}*/
@media (-webkit-max-device-pixel-ratio: 4) {
  max-resolution: 4dppx;
}

/**/
/* 打印样式 */
/* 手机等小屏幕手持装备 */
/* 平板之类的宽度 1024 以下装备 */
/* PC客户端或大屏幕装备: 1028px 至更大 */
/* 竖屏 */
/* 横屏 */
.bold {
  /*font-weight: bold;*/
}

.textupper {
  text-transform: uppercase;
}

.arial {
  font-family: Arial;
}

.wow {
  opacity: 0;
}

.forie {
  width: 100%;
  height: 100%;
  background: #eaeaea url(../img/imgbox/tishi.jpg) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.con-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.zicolor {
  color: #ff6600;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.pc767 {
  display: block;
}

.m767 {
  display: none;
}

@media (max-width: 1024px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc767 {
    display: none;
  }

  .m767 {
    display: block;
  }
}

/*页码*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*padding: 0 120px;*/
}

.pagination {
  text-align: center;
  color: #999999;
}

.pagination .pagecenter span {
  color: #ff6600;
}

.pagination .prev,
.pagination [rel=prev],
.pagination .next,
.pagination [rel=next] {
  overflow: hidden;
  /*width: auto;*/
  background-color: transparent;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  box-sizing: content-box;
  transition: .5s ease-in-out;
  /*margin:0 .25rem;*/
  color: #666;
  box-sizing: content-box;
  margin: 0 .125rem;
  border: 1px solid transparent;
}

.pagination a.active {
  color: #ff6600;
  background: transparent;
  border-color: #ff6600;
  transition: .5s ease-in-out;
}

.pagination a.prev,
.pagination a[rel=prev],
.pagination a.next,
.pagination a[rel=next] {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background: transparent;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  background-color: #fff;
}

.pagination a.page-first,
.pagination a.page-end {
  width: auto;
  border: 1px solid transparent;
  font-size: 90%;
  min-width: 1.25rem;
}

.pagination a.next,
.pagination a[rel=next] {
  right: 0;
}

.pagination a.prev,
.pagination a[rel=prev] {
  left: 0;
}

.pagination a.prev:before,
.pagination a[rel=prev]:before,
.pagination a.next:before,
.pagination a[rel=next]:before {
  content: "";
  width: .2rem;
  height: .35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pagination a.prev,
.pagination a[rel=prev] {
  overflow: hidden;
  background-color: #fff;
  /*padding-left: .75rem;*/
  /*padding-right: .75rem;*/
  left: 0;
}

.pagination a.page-first,
.pagination a.page-end {
  font-family: '宋体';
  font-weight: bold;
}

.pagination a.prev:before,
.pagination a[rel=prev]:before {
  left: .65rem;
  background: url(/bocstatic/web/img/p.png) no-repeat center;
  background-size: 100%;
}

.pagination a.next,
.pagination a[rel=next] {
  background-color: #fff;
  overflow: hidden;
  /*padding-right: .75rem;*/
  /*padding-left: .75rem;*/
  right: 0;
}

.pagination a.next:before,
.pagination a[rel=next]:before {
  right: .65rem;
  background: url(/bocstatic/web/img/r.png) no-repeat center;
  background-size: 100%;
}

.pagination-pages {
  margin-top: 2.4rem;
}

@media (min-width: 1025px) {

  .pagination a.prev:hover,
  .pagination a[rel=prev]:hover,
  .pagination a.next:hover,
  .pagination a[rel=next]:hover {
    border-color: #ff6600;
  }








  .pagination a.page-first:hover,
  .pagination a.page-end:hover {
    border-color: transparent;
    color: #ff6600;
  }

  .pagination a:hover {
    color: #ff6600;
    background-color: transparent;
    border-color: #ff6600;
    transition: .5s ease-in-out;
  }

  .pagination a.prev:hover,
  .pagination a[rel=prev]:hover {
    color: #fff;
    background-color: #ff6600;
  }

  .pagination a.prev:hover:before,
  .pagination a[rel=prev]:hover:before {
    background: url(/bocstatic/web/img/p1.png) no-repeat center;
    background-size: 100%;
  }

  .pagination a.next:hover,
  .pagination a[rel=next]:hover {
    color: #fff;
    background-color: #ff6600;
  }

  .pagination a.next:hover:before,
  .pagination a[rel=next]:hover:before {
    background: url(/bocstatic/web/img/r1.png) 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;
  }
}

@media (max-width: 1024px) {
  .pagination a {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }

  .pagination a.next,
  .pagination a[rel=next] {
    padding-right: 0rem;
    padding-left: 0rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;

  }

  .pagination a.prev:before,
  .pagination a[rel=prev]:before,
  .pagination a.next:before,
  .pagination a[rel=next]:before {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;

  }

  .pagination a.prev:before,
  .pagination a[rel=prev]:before {
    background: url(/bocstatic/web/img/prev2.png) no-repeat center;
    background-size: contain;
  }

  .pagination a.next:before,
  .pagination a[rel=next]:before {
    background: url(/bocstatic/web/img/next2.png) no-repeat center;
    ;
    background-size: contain;

  }

  .pagination a.prev,
  .pagination a[rel=prev] {
    padding-right: 0rem;
    padding-left: 0rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .pagination a.next:before,
  .pagination a[rel=next]:before,
  .pagination a.prev:before,
  .pagination a[rel=prev]:before {
    /*display: none;*/
  }
}

/*页码竣事*/
.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

.scroll-animate,
.scroll-animate.animated {
  transition: .8s ease-in-out;
}

.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}

@-ms-keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}

@keyframes anim2 {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg) translate(1%, 0.3%) rotate(180deg);
    transform: rotate(-180deg) translate(1%, 0.3%) rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
    transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
  }
}

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
    transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
    transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
  }
}

.w1600 {
  width: 84%;
  margin: 0 auto;
}

.c-swiper {
  position: relative;
}

.c-swiper .swiper-button-prev,
.c-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.c-swiper .swiper-button .swiper-button-prev,
.c-swiper .swiper-button .swiper-button-next {
  position: static;
}

.c-swiper .swiper-button-prev {
  background-image: url(/bocstatic/web/img/prev2.png);
}

.c-swiper .swiper-button-next {
  background-image: url(/bocstatic/web/img/next2.png);
}

.c-swiper .swiper-pagination-bullet {
  margin: 0 .125rem;
  background-color: #727272;
  opacity: 1;
  width: .375rem;
  height: .375rem;
  border-radius: 0;
}

.c-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6600;
}

@media (min-width: 1025px) {

  .c-swiper .swiper-button-prev,
  .c-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .c-swiper .swiper-button-prev:hover,
  .c-swiper .swiper-button-next:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #ff6600;
  }

  .c-swiper .swiper-button-prev:hover {
    background-image: url(/bocstatic/web/img/prev.png);
  }

  .c-swiper .swiper-button-next:hover {
    background-image: url(/bocstatic/web/img/next.png);
  }
}

.bocweb-footer-tops {
  padding-top: 1.1rem;
  padding-bottom: .85rem;
  justify-content: space-between;
  color: #acaaac;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bocweb-footer-tops .logos {
  width: 4.75rem;
}

.bocweb-footer-tops .texts {
  align-items: center;
  padding-top: .15rem;
}

.bocweb-footer-tops .texts span {
  line-height: 1;
  padding-left: .3rem;
}

.h100 {
  height: 2.1rem;
  line-height: 2.1rem;
}

.w1760 {
  width: 91.6%;
  max-width: 91.6%;
  margin: 0 auto;
}

.bocweb-logo {
  align-items: center;
  width: 4.75rem;
}

.header .bocweb-header {
  justify-content: space-between;
}

.header .nav-lists .nav-tops {
  /*font-size: .375rem;*/
  /*font-size: 15px;*/
  padding: 0 0.65rem;
  color: #808080;
  font-weight: bold;
}

.header .nav-lists .box {
  background-color: #fff;
  padding: 1em 0;
}

.header .nav-lists .nav-bots {
  position: absolute;
  width: 140%;
  text-align: center;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.header .nav-lists .nav-bots a {
  display: block;
  line-height: 1.5;
  padding: .5em .5em;
  color: #666;
}

.header .navrights {
  margin-left: .4rem;
  padding-left: 1rem;
  position: relative;
}

.header .navrights:before {
  position: absolute;
  content: "";
  width: 1px;
  height: .5rem;
  border-left: 1px dashed #b8b8b8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .navrights .li {
  color: #808080;
}

.header .navrights .li .li-tops {
  color: #808080;
}

.header .navrights .li:nth-child(n+2) {
  margin-left: .6rem;
}

.header .navrights .weblist .li-tops {
  padding-left: .7rem;
  padding-right: .45rem;
  position: relative;
}

.header .navrights .weblist .li-tops:before,
.header .navrights .weblist .li-tops:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.header .navrights .weblist .li-tops:before {
  width: .5rem;
  height: .5rem;
  left: 0;
  background: url(/bocstatic/web/img/qiu.png) no-repeat center;
  background-size: 100%;
}

.header .navrights .weblist .li-tops:after {
  width: 0.225rem;
  height: 0.15rem;
  right: 0;
  background: url(/bocstatic/web/img/3-004.png) no-repeat center;
  background-size: 100%;
}

.con-header {
  /*position: absolute;*/
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8000 !important;
}

.con-header .nav-bots {
  position: absolute;
  display: none;
}

.con-header .nav {
  position: relative;
}

.bocweb-footer-bottoms {
  padding-top: 0.45rem;
  padding-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  line-height: 1.57;
}

.bocweb-footer-bottoms a {
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.15);
}

.footer {
  background-color: #383838;
}

.bocweb-footer-center {
  justify-content: space-between;
  padding-top: 1.4rem;
  padding-bottom: 3.5rem;
  color: #acaaac;
}

.bocweb-footer-center a {
  color: #acaaac;
  display: block;
}

.bocweb-footer-center .nav {
  width: 4.25rem;
  padding-right: .2rem;
}

.bocweb-footer-center .nav:last-child {
  width: auto;
}

.bocweb-footer-center .nav .nav-bots {
  margin-top: .5rem;
}

.bocweb-footer-center .nav .nav-bots a {
  line-height: 2.3;
  color: rgba(255, 255, 255, 0.2);
}

.bocweb-footer-center .nav .nav-tops {
  line-height: 1.5;
}

.bocweb-footer-center .nav-right-ewm .spans {
  line-height: 1.5;
}

.bocweb-footer-center .imgs {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  margin-top: .55rem;
}

.con-header.fixed .headersd {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1025px) {
  .bocweb-footer-bottoms a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .bocweb-footer-bottoms a:hover {
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .bocweb-footer-center a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .bocweb-footer-center a:hover {
    color: #fff !important;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
}

html,
button,
input,
select,
textarea,
body {
  font-family: "Microsoft YaHei", "微软雅黑", "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-face {
  font-family: "HURMEGEOMETRICSANS2-SEMIBOLD";
  src: url("/bocstatic/web/css/fonts/HURMEGEOMETRICSANS2-SEMIBOLD.woff2") format("woff2"), url("/bocstatic/web/css/fonts/HURMEGEOMETRICSANS2-SEMIBOLD.woff") format("woff"), url("/bocstatic/web/css/fonts/HURMEGEOMETRICSANS2-SEMIBOLD.ttf") format("truetype"), url("/bocstatic/web/css/fonts/HURMEGEOMETRICSANS2-SEMIBOLD.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/HURMEGEOMETRICSANS2-SEMIBOLD.svg") format("svg");
}

@font-face {
  font-family: "htfdidot-light96";
  src: url("/bocstatic/web/css/fonts/htfdidot-light96.woff2") format("woff2"), url("/bocstatic/web/css/fonts/htfdidot-light96.woff") format("woff"), url("/bocstatic/web/css/fonts/htfdidot-light96.ttf") format("truetype"), url("/bocstatic/web/css/fonts/htfdidot-light96.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/htfdidot-light96.svg") format("svg");
}

@font-face {
  font-family: "churchward";
  src: url("/bocstatic/web/css/fonts/churchward design lines.woff2") format("woff2"), url("/bocstatic/web/css/fonts/churchward design lines.woff") format("woff"), url("/bocstatic/web/css/fonts/churchward design lines.ttf") format("truetype"), url("/bocstatic/web/css/fonts/churchward design lines.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/churchward design lines.svg") format("svg");
}

.churchward {
  font-family: 'churchward';
}

@font-face {
  font-family: "Gilroybold";
  src: url("/bocstatic/web/css/fonts/Gilroy-Bold.woff2") format("woff2"), url("/bocstatic/web/css/fonts/Gilroy-Bold.woff") format("woff"), url("/bocstatic/web/css/fonts/Gilroy-Bold.ttf") format("truetype"), url("/bocstatic/web/css/fonts/Gilroy-Bold.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/Gilroy-Bold.svg") format("svg");
}

@font-face {
  font-family: "hurme";
  src: url("/bocstatic/web/css/fonts/hurme - hurmegeometricsans2 bold.woff2") format("woff2"), url("/bocstatic/web/css/fonts/hurme - hurmegeometricsans2 bold.woff") format("woff"), url("/bocstatic/web/css/fonts/hurme - hurmegeometricsans2 bold.ttf") format("truetype"), url("/bocstatic/web/css/fonts/hurme - hurmegeometricsans2 bold.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/hurme - hurmegeometricsans2 bold.svg") format("svg");
}

@font-face {
  font-family: "Didot";
  src: url("/bocstatic/web/css/fonts/Didot-HTF-L64-Light.woff2") format("woff2"), url("/bocstatic/web/css/fonts/Didot-HTF-L64-Light.woff") format("woff"), url("/bocstatic/web/css/fonts/Didot-HTF-L64-Light.ttf") format("truetype"), url("/bocstatic/web/css/fonts/Didot-HTF-L64-Light.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/Didot-HTF-L64-Light.svg") format("svg");
} */


/* .hurme {
  font-family: 'hurme';
}

.papersbots-list .txts .nums {
  font-family: "Gilroybold";
  font-size: 7.5rem;
} */
/* 
@font-face {
  font-family: "Brandon_bld";
  src: url("/bocstatic/web/css/fonts/Brandon_bld.woff2") format("woff2"), url("/bocstatic/web/css/fonts/Brandon_bld.woff") format("woff"), url("/bocstatic/web/css/fonts/Brandon_bld.ttf") format("truetype"), url("/bocstatic/web/css/fonts/Brandon_bld.eot") format("embedded-opentype"), url("/bocstatic/web/css/fonts/Brandon_bld.svg") format("svg");
} */


.ser-list-02 .lis-tits .spans span,
.ser-lists .ser-list-02.ser-list-05 .uls .lis .cjk,
.con-banner .font-en,
.Brandon_bld {
  font-family: 'Brandon_bld';
}

.con-banner .font-en {
  text-transform: capitalize;
  letter-spacing: .01em;
}

/*churchward*/
.htf,
.resiinfos-01 .box .items {
  /* font-family: "htfdidot-light96"; */
}

.w1400 {
  width: 73%;
  margin: 0 auto;
}

/*HURMEGEOMETRICSANS2-SEMIBOLD*/
body {
  /*color: #000;*/
}

.w1820 {
  width: 94.8%;
  margin: 0 auto;
}

.w1730 {
  width: 90%;
  margin: 0 auto;
}

.en-font {
  font-family: 'Brandon_bld';
}

.honors-list .honor-rights .nums .span {
  font-family: 'Brandon_bld';
}

.banner-swiper .imgspc {
  height: 24rem;
  object-fit: cover;
}

.banner-swiper .swiper-button {
  position: absolute;
  left: 8%;
  bottom: 1.5rem;
  z-index: 3;
}

.banner-swiper .swiper-pagination {
  width: 100%;
  z-index: 2;
  line-height: 1;
  text-align: center;
  bottom: 1rem;
  /*bottom: 1.5rem;*/
}

.banner-swiper .swiper-pagination span {
  height: .1rem !important;
  width: 1rem;
  background: #fff;
  margin: 0 .2rem;
}

.wel-tits {
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wel-tits img {
  width: .65rem;
  margin-right: .2rem;
}

.wel-texts {
  line-height: 1.75;
  color: #756f6e;
}

.wel-titles2 {
  line-height: 1;
  color: #4b4948;
}

.wel-titles2 span {
  color: #ff6600;
}

.wel-titles {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  color: #4b4948;
}

.wel-titles span {
  position: relative;
  padding: 0 0.425rem;
}

.wel-titles span:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  left: -.125rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff6600;
}

.wel-titles span:nth-child(1) {
  padding-left: 0;
}

.wel-titles span:nth-child(1):before {
  display: none;
}

.wel-titles span:last-child {
  padding-right: 0;
}

.wel-mores {
  line-height: 1;
}

.home-abouts {
  background-color: #f7f3f0;
}

.home-abouts .box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.home-abouts .box .images {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
}

.home-abouts .texts {
  padding-left: 1.1rem;
}

.home-abouts .li {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .65rem;
}

.home-abouts .li .imgs {
  position: absolute;
  left: 0;
  top: .8rem;
}

.home-abouts .li .txts {
  margin-top: .15rem;
}

.home-abouts .uls {
  justify-content: space-between;
}

.home-abouts .uls-right {
  width: calc(100% - 7.5rem);
  /*padding-left: 1.3rem;*/
  padding-left: .3rem;
  align-items: stretch;
}

.home-abouts .uls-left {
  width: 7.5rem;
}

.home-abouts .uls {
  margin-top: .5rem;
  align-items: flex-end;
}

.home-abouts .words {
  width: 51.25%;
}

.home-abouts .images {
  width: 41.25%;
}

.home-abouts .uls-left .tits {
  line-height: 1;
  color: #ff6600;
}

.home-abouts .uls-left .imgs {
  height: 1em;
  line-height: 1em;
}

.home-abouts .uls-left .txts {
  margin-top: .15rem;
  line-height: 1.625;
  color: #808080;
}

.home-abouts .uls-left .li {
  border-bottom: 1px solid #f3e7df;
}

.home-abouts .uls-right .li {
  background-color: #fff;
  width: 48%;
  margin-left: 4%;
  padding: .65rem .45rem .45rem .8rem;
}

.home-abouts .uls-right .li:nth-child(2n+1) {
  margin-left: 0;
}

.home-abouts .uls-right .li .tits {
  color: #ff6600;
  line-height: 1;
}

.home-abouts .uls-right .li .txts {
  margin-top: .45rem;
  color: #808080;
  line-height: 1.75;
}

.home-abouts .uls-right .li:nth-child(n+3) {
  margin-top: 0.625rem;
}

.home-abouts .wel-titles {
  margin-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #f3e7df;
  margin-bottom: .65rem;
}

.home-abouts .wel-texts {
  margin-bottom: .5rem;
}

.home-abouts .images {
  position: relative;
  right: -.5rem;
}

.home-abouts .box {
  /* min-height: 100vh; */
  align-items: flex-end;
}

.home-abouts .imgs {
  position: relative;
}

.home-abouts .imgs .i0 {
  position: relative;
  z-index: 2;
  width: 11rem;
  margin: 0 auto;
  display: block;
}

.home-abouts .imgs .i1 {
  position: absolute;
  bottom: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 13.375rem;
}

.home-business {
  padding-top: 3.375rem;
  padding-bottom: 2rem;
}

@media (max-width: 1190px) and (min-width: 1025px) {
  .home-abouts .uls-right .li .txts {
    max-width: 100%;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .home-abouts .imgs .i1 {
    width: 16.45rem;
  }

  .c-swiper .swiper-pagination-bullet {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .c-swiper .swiper-pagination-bullet:hover {
    background-color: #ff6600;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .layouts-box .uls-bots .lis .box .nums {
    font-size: .75rem;
  }

  .banner-swiper .images {
    position: relative;
    padding-top: 50%;
  }

  .banner-swiper .images .imgspc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.wel-business-list .li {
  position: relative;
  background-color: #ff6600;
}

.wel-business-list .li .images {
  overflow: hidden;
}

.wel-business-list .li .images img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.wel-business-list .li .words {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.25rem 1.5rem;
  z-index: 1;
}

.wel-business-list .li .words .jt {
  width: .75rem;
  height: .35rem;
}

.wel-business-list .li .words .icons {
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}

.wel-business-list .li .words .icons img {
  filter: grayscale(1) brightness(100);
}

.wel-business-list .li .tits {
  line-height: 1;
}

.wel-business-list .li .icons {
  right: 1.5rem;
  bottom: 1.5rem;
  position: absolute;
}

.wel-business-list .li .txts {
  margin-top: .5rem;
  margin-bottom: 1rem;
  line-height: .7rem;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  height: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  padding-right: .5em;
}

.wel-business-list .uls-tops .li {
  width: calc((100% - 1rem)/3);
  margin-left: .5rem;
}

.wel-business-list .uls-tops .li .images {
  padding-top: 67.8%;
}

.wel-business-list .uls-tops .li:nth-child(3n+1) {
  margin-left: 0;
}

.wel-business-list .uls-tops .li:nth-child(n+4) {
  display: none;
}

.wel-business-list .uls-tops .li .txts {
  height: 2.8rem;
}

.wel-business-list .uls-bots .li {
  width: calc((100% - .5rem)/2);
  margin-left: .5rem;
  margin-top: .5rem;
}

.wel-business-list .uls-bots .li .images {
  padding-top: 28.89%;
}

.wel-business-list .uls-bots .li:nth-child(2n+1) {
  margin-left: 0;
}

.wel-business-list .uls-bots .li .txts {
  height: 1.4rem;
  width: 80%;
}

.wel-business-list .jt img {
  display: block;
}

.wel-titles-business {
  justify-content: space-between;
  padding-bottom: 1.625rem;
  align-items: flex-end;
  position: relative;
}

.wel-titles-business .logos {
  position: absolute;
  right: -2.75rem;
  top: -1.5rem;
  width: 6.625rem;
  height: 7rem;
  pointer-events: none;
}

.wel-titles-business .texts {
  width: 45%;
  line-height: 1.75;
  color: #756f6e;
  padding-bottom: .25rem;
}

.wel-titles-business .titles {
  width: 35%;
}

.wel-titles-business .titles .wel-titles {
  margin-top: .65rem;
  line-height: 1.18;
  white-space: nowrap;
}

.swiperwidth {
  display: none;
  width: 2%;
}

.home-type {
  align-items: stretch;
}

.home-type .words,
.home-type .images {
  width: 50%;
}

.home-type .words .ghs {
  position: absolute;
  left: 1.5rem;
  top: .95rem;
  pointer-events: none;
}

.home-type .items {
  display: block;
  position: relative;
}

.home-type .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: .75rem;
  /*bottom: 1.375rem;*/
  z-index: 2;
  color: #fff;
  padding: 0 1.25rem;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  /*overflow: hidden;*/
  text-align: right;
  /*line-height: .7rem;*/
  line-height: 1.55;
  /*height: .7rem;*/
  padding-left: 4rem;
  /*padding-left: 6rem;*/
  pointer-events: none;
}

.home-type .swiper-pagination {
  position: absolute;
  line-height: 1;
  display: flex;
  padding: 0 1.875rem;
  bottom: 1.6rem;
  padding-right: .2rem;
}

.home-type .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.home-type .words {
  background-color: #fafafa;
  padding-top: 4.6rem;
  justify-content: flex-end;
  padding-right: 1.75rem;
  padding-bottom: 3.5rem;
}

.home-type .words .titles {
  width: 84%;
}

.home-type .words .wel-titles {
  margin-top: .4rem;
  margin-bottom: .3rem;
}

.home-type .words .texts {
  padding-right: 1.75rem;
}

.home-type .uls {
  margin-top: 1.05rem;
  align-items: stretch;
}

.home-type .uls .lis {
  background-color: #f7f3f0;
  width: 33.33%;
  position: relative;
  padding: 1.25rem 0.5rem 1.35rem 0.5rem;
  color: #756f6e;
}

.home-type .uls .lis .tits {
  line-height: .9rem;
  height: .9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #4b4948;
}

.home-type .uls .lis .line {
  position: relative;
  height: .1rem;
  background-color: #e5e5e5;
  width: 100%;
  margin-top: .65rem;
  margin-bottom: .75rem;
}

.home-type .uls .lis .line:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ff6600;
}

.home-type .uls .lis .txts {
  line-height: .65rem;
}

.home-type .uls .lis .texts2 {
  margin-top: .25rem;
  line-height: .45rem;
  height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home-type .uls .lis .jt {
  /* width: .7rem; */
  padding-left: .9rem;
  /* height: 0.325rem; */
  background: url(/bocstatic/web/img/3-001.png) no-repeat left center;
  background-size: .7rem .3rem;
  position: absolute;
  bottom: .75rem;
}

.home-type .uls .lis:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fafafa;
  z-index: 1;
}

.home-type .uls .lis:nth-child(1):before {
  display: none;
}

.home-citys {
  padding-top: 2.6rem;
  padding-bottom: 3.15rem;
  background-color: #f7f3f0;
}

.home-citys .box {
  justify-content: space-between;
}

.home-citys .images {
  /* width: 57.5%; */
}
.home-citys .home-city-box{
  width: 100%;
  padding:3.1rem 1.65rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;

}
.layouts-box .home-city-box {
  padding-top: 1.25rem;
}
.layouts-box .home-city-box  .lay-list{
padding-top: 0;
}
.home-citys .home-city-box .home-city-lists{
  width: calc((100% ) / 3 - .8rem);
  margin-right: .8rem;
  margin-bottom: .775rem;
  /* min-height: 5rem; */
  background-color: #fff;
}
.home-citys .home-city-box .home-city-lists.active .tits{
  border-color:rgba(255, 102, 0 , .2);
  transition: all .3s;
}
.home-citys .home-city-box .home-city-lists.active{
  background-color: transparent;
}
.home-citys .home-city-box .home-city-lists.active .tits,
  .home-citys .home-city-box .home-city-lists.active .uls,
  .home-city-box .home-city-lists.active .lay-tops,
  .home-city-box .home-city-lists.active  .lay-bots{
    background-color: transparent;
    color: #FF6600;
}
.home-citys .home-city-box .home-city-lists.active{
  background: linear-gradient( 180deg, rgba(255,102,0,0.2) 0%, rgba(255,255,255,0.1) 100%);
}
.home-citys .home-city-box .home-city-lists:nth-child(3){
  margin-right: 0;
}
.home-citys .words {
  padding-right: 1.5rem;
  width: 36%;
}

.home-citys .wel-titles2 {
  margin-top: .55rem;
  margin-bottom: 1.875rem;
}

.home-citys .home-city-lists .uls {
  /* background-color: #fff; */
  padding: .45rem .95rem;
  padding-bottom: .65rem;
  padding-right: .25rem;
  line-height: 2.625;
  color: #756f6e;
}

.home-citys .home-city-lists .uls .i {
  width: 20%;
}

.home-citys .home-city-lists .tits {
  /* background-color: #fff; */
  border-bottom: 1px solid #eeeeee;
  line-height: 1.75rem;
  height: 1.75rem;
  color: #4b4948;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 .95rem;
}

.home-citys .home-city-lists .mores {
  margin-top: .8rem;
  line-height: 1;
  display: block;
}

.home-citys .home-city-lists .mores span {
  color: #ff6600;
  position: relative;
  padding-right: .55rem;
}

.home-citys .home-city-lists .mores span:before {
  content: "";
  width: 0.325rem;
  height: 0.275rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/bocstatic/web/img/1-008.png) no-repeat center;
  background-size: 100%;
}

.home-citys .images {
  position: relative;
}

.home-citys .images .bgimglist {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.home-citys .images .bgimglist .i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.home-citys .images .bgimglist .i.cur,
.home-citys .images .bgimglist .i.on {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.home-citys .lis-tops,
.home-citys .i-dian {
  position: absolute;
}

.home-citys .lis-tops {
  line-height: 1;
  color: #fff;
  pointer-events: none;
}

.home-citys .lis-tops span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
  text-align: center;
}

.home-citys .i-dian {
  color: #fff;
  cursor: pointer;
}

.home-citys .i-dian .span span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*width: .2rem;*/
  /*height: .2rem;*/
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: .8;
}

@keyframes z-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

.home-citys .i-dian .span span:before {
  /*position: absolute;
  box-sizing: border-box;
  width: .5rem;
  height: .5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  opacity: 0;*/

  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  content: " ";
  background: rgba(255, 255, 255, .5);

}

.home-citys .i-dian .span span:before {}

.home-citys .i-dian:nth-child(3n+1) .span span:before {
  -webkit-animation: z-scale 1.2s ease .1s infinite alternate;
  animation: z-scale 1.2s ease .1s infinite alternate;
}

.home-citys .i-dian:nth-child(3n+2) .span span:before {
  -webkit-animation: z-scale 1.2s ease .3s infinite alternate;
  animation: z-scale 1.2s ease .3s infinite alternate;
}

.home-citys .i-dian:nth-child(3n+3) .span span:before {
  -webkit-animation: z-scale 1.2s ease infinite alternate;
  animation: z-scale 1.2s ease infinite alternate;
}

.home-citys .i-dian .text-list {
  position: absolute;
  /*pointer-events:none;*/
  opacity: 0;
}

.home-citys .i-dian .wen {
  width: 7.875rem;
  padding-right: .5rem;
}

.home-citys .i-dian .wen .li {
  width: 45%;
  margin-left: 10%;
  line-height: 1.25;
  margin-bottom: .15rem;
  color: #756f6e;
}

.home-citys .i-dian .wen .li:nth-child(2n+1) {
  margin-left: 0;
}

.home-citys .i-dian .tits {
  top: -.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  width: 5em;
  text-align: center;
  padding: 0.1rem;
  /*background-color: #ff6600;*/
}

.home-citys .i-dian .xian {
  position: absolute;
  width: 6rem;
  height: 2rem;
  right: 0;
  bottom: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.home-citys .i-dian .wen {
  position: absolute;
  right: 6rem;
  top: -2.5rem;
  color: #756f6e;
}

.home-citys .i-dian.cur .xian {
  right: auto;
  left: 0;
  border-right: none;
  border-left: 2px solid #fff;
}

.home-citys .i-dian.cur .wen {
  left: 6rem;
  right: auto;
}

.home-citys .ul101 .lis-tops {
  left: 45%;
  top: 82%;
}

.home-citys .ul101 .k0 {
  left: 62%;
  top: 83%;
}

.home-citys .ul101 .k1 {
  left: 50%;
  top: 83%;
}

.home-citys .i-dian {
  z-index: 1;
}

.home-citys .i-dian .text-list {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  pointer-events: none;
  visibility: hidden;
}

.home-citys .i-dian.onactive {
  z-index: 5;
}

.home-citys .i-dian.onactive .text-list {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cinfos .con-header,
.cinfos .con-header .headersd {
  position: relative;
  background-color: #fff;
}

.newsinfo {
  padding-top: 0.75rem;
  padding-bottom: 3.5rem;
}

.newsinfo .newsinfo-words {
  margin-top: 2.5rem;
}

.info-titles {
  line-height: 1;
}

.info-titles .li {
  color: #666666;
}

.info-titles div.li {
  margin: 0 .15rem;
}

.info-titles .home {
  position: relative;
  padding-left: .7rem;
}

.info-titles .home img {
  width: .45rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.newsinfo-words .txts {
  line-height: 1;
  margin-top: .6rem;
  margin-bottom: 1.1rem;
  /*color: #000000;*/
}

.newsinfo-words .lines {
  width: 100%;
  height: 1px;
  background-color: #b9b6b4;
}

.newsinfo-words .tits {
  line-height: 1.45;
  /*color: #000000;*/
  /*color: #666;*/
}

.newsinfo-words .words {
  color: #666666;
  line-height: 1.6;
  padding-top: 1.4rem;
  padding-bottom: 1.55rem;
  border-bottom: 1px solid #b9b6b4;
}

.newsinfo-words .words {
  font: 14px/24px "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
}

.newsinfo-words .words * {
  background: transparent !important;
  font-family: arial !important;
}

.newsinfo-words .btnsbox a {
  display: block;
}

.newsinfo-words .btnsbox .li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
  line-height: 1.2rem;
  height: 1.2rem;
}

.newsinfo-words .wens-bots {
  margin-top: 1.2rem;
  position: relative;
  padding-right: 176px;
}

.newsinfo-words .wens-bots .btn-submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.45rem;
  line-height: 1.45rem;
  background-color: #ff6600;
  color: #fff;
  padding: 0 .8rem;
  padding-right: .9rem;
}

.newsinfo-words .wens-bots .btn-submit-btn a {
  color: #fff;
}

.newsinfo-words .wens-bots .btn-submit-btn span {
  padding-right: .65rem;
  position: relative;
}

.newsinfo-words .wens-bots .btn-submit-btn span:before {
  position: absolute;
  content: "";
  width: .45rem;
  height: .45rem;
  background: url(/bocstatic/web/img/1.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.con-banner {
  position: relative;
  overflow: hidden;
}

.con-banner .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  padding-bottom: 1.75rem;
}

.con-banner .font-en,
.con-banner .font-cn {
  line-height: 1;
}

.con-banner .font-cn {
  margin-top: .5rem;
}

.titles-swiper .swiper-container,
.con-banner .titles-swiper .before {
  visibility: visible !important;
  animation-name: fadeInUp !important;
  opacity: 1 !important;
}

.con-banner .titles-swiper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.con-banner .titles-swiper .swiper-button-prev,
.con-banner .titles-swiper .swiper-button-next {
  top: 0;
  width: 1rem;
  height: 1rem;
  bottom: 0;
  margin: auto;
  background-size: 150%;
}

.con-banner .titles-swiper .swiper-button-prev:after,
.con-banner .titles-swiper .swiper-button-next:after {
  display: none;
}

.con-banner .titles-swiper .swiper-button-next,
.con-banner .titles-swiper .swiper-button-prev {
  display: none;
}

.con-banner .titles-swiper.ckwidth .swiper-button-next,
.con-banner .titles-swiper.ckwidth .swiper-button-prev {
  display: block;
}

.titles-swiper {
  position: relative;
}

.titles-swiper .before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  backdrop-filter: blur(20px);
  left: 0;
  top: 0;
}

.titles-swiper .before.on {
  background: rgba(0, 0, 0, 0.1);
}

.titles-swiper .swiper-container {
  position: relative;
  z-index: 2;
}

.titles-swiper .items {
  width: auto;
  padding: 0 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.titles-swiper .items span {
  color: #fff;
  position: relative;
  display: block;
  color: #fff;
  line-height: inherit;
  height: inherit;
}

.titles-swiper .items span:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: .1rem;
  background-color: #ff6600;
  opacity: 0;
}

.titles-swiper .items.active span {
  color: #ff6600;
}

.titles-swiper .items.active span:before {
  opacity: 1;
}

.titles-swiper.onac .swiper-wrapper {
  justify-content: center;
}

.cons-titles {
  color: #4b4948;
}

.news-cons {
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}

.news-cons {
  background-color: #f7f3f0;
}

.news-cons .news-tops {
  margin-top: 1.5rem;
  margin-bottom: 2.15rem;
}

.news-tops .swiper-button-prev {
  left: 0;
}

.news-tops .swiper-button-next {
  right: 0;
}

.news-tops .swiper-pagination {
  position: static;
  margin-top: .75rem;
  line-height: 1;
}

.news-tops .swiper-pagination .swiper-pagination-bullet {
  width: .25rem;
  line-height: 1;
  height: .25rem;
}

.news-tops .items {
  display: block;
  position: relative;
}

.news-tops .items .imgs {
  position: relative;
  padding-top: 37.5%;
}

.news-tops .items .imgs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(/bocstatic/web/img/cbg.png) no-repeat center bottom;
  background-size: 100%;
}

.news-tops .items .span {
  position: absolute;
  width: 100%;
  line-height: 1.67;
  left: 0;
  bottom: .8rem;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  z-index: 4;
}

.news-bots .list {
  padding-bottom: .5rem;
}

.news-bots .list .items {
  width: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 1rem;
  background: #fff;
}

.news-bots .list .items:nth-child(3n+1) {
  margin-left: 0;
}

.news-bots .list .items .imgs {
  padding-top: 56.3%;
  /*padding-top: 59.4%;*/
}

.news-bots .list .items .words {
  padding: 1rem;
  /*color: #000000;*/
  padding-bottom: 1.45rem;
}

.news-bots .list .items .words .tits {
  line-height: 1;
  color: #808080;
  margin-bottom: .375rem;
}

.news-bots .list .items .words .txts {
  line-height: .9rem;
  height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-bots .newslist {
  margin-top: 1.75rem;
}

.imgpre {
  overflow: hidden;
  position: relative;
}

.imgpre img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.news-selects {
  justify-content: space-between;
}

.news-selects .selects {
  position: relative;
  width: 5.5rem;
  z-index: 5;
}

.news-selects .inputs {
  width: 13.75rem;
  position: relative;
  border: 2px solid #f9d7c0;
}

.news-selects .inputs input:-moz-placeholder,
.news-selects .inputs textarea:-moz-placeholder {
  color: #ff6600;
}

.news-selects .inputs input::-moz-placeholder,
.news-selects .inputs textarea::-moz-placeholder {
  color: #ff6600;
}

.news-selects .inputs input:-ms-input-placeholder,
.news-selects .inputs textarea:-ms-input-placeholder {
  color: #ff6600;
}

.news-selects .inputs input::-webkit-input-placeholder,
.news-selects .inputs textarea::-webkit-input-placeholder {
  color: #ff6600;
}

.news-selects .inputs input[type=submit] {
  position: absolute;
  right: .55rem;
  top: 50%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  background: url(/bocstatic/web/img/2.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.news-selects .inputs input[type=text] {
  height: 1.4rem;
  line-height: 1.4rem;
  width: 100%;
  background: transparent;
  padding-left: .75rem;
  padding-right: 1.5rem;
}

.news-selects .selects-tops {
  position: relative;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 .7rem;
  padding-right: .75rem;
  background: #ff6600;
  color: #fff;
}

.news-selects .selects-tops:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/bocstatic/web/img/jt01.png) no-repeat center;
  background-size: 100%;
}

.news-selects .selects-bots {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 1.4rem;
  display: none;
  line-height: 1.75;
  padding: 0;
  cursor: pointer;
}

.news-selects .selects-bots .i {
  padding: 3px .7rem;
}

.videos-cons {
  padding-top: 2.95rem;
  padding-bottom: 4.55rem;
  background: #f7f3f0;
}

.videos-list .videos-tops {
  margin-bottom: 1.9rem;
  margin-top: 1.85rem;
}

.videos-list .videos-tops .imgs {
  padding-top: 61.5%;
}

.videos-list .videos-tops .items {
  width: 47.5%;
  margin-left: 5%;
}

.videos-list .videos-tops .items:nth-child(2n+1) {
  margin-left: 0;
}

.videos-list .videos-bots .items {
  background: #fff;
  margin-bottom: 1.875rem;
  width: 30.3%;
  margin-left: 4.55%;
  cursor: pointer;
}

.videos-list .videos-bots .items:nth-child(3n+1) {
  margin-left: 0;
}

.videos-list .videos-bots .items.vide .imgs {
  position: relative;
}

.videos-list .videos-bots .items.vide .imgs:before {
  position: absolute;
  content: "";
  width: .8rem;
  height: .8rem;
  left: 50%;
  z-index: 5;
  pointer-events: none;
  top: 50%;
  background: url(/bocstatic/web/img/play.png) no-repeat center;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.videos-list .videos-bots .imgs {
  padding-top: 61.85%;
}

.videos-list .pages {
  position: relative;
  margin-top: -.25rem;
  z-index: 2;
}

.videos-list .words {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: #000000;*/
}

.videos-list .words .txts {
  padding: 0 1rem;
  line-height: .75rem;
  max-height: 1.5rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.videos-tops .items {
  width: 47.5%;
  position: relative;
  cursor: pointer;
}

.videos-tops .items .texts {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: .85rem;
  color: #fff;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #fff;
  padding: 0 2.5rem;
  padding-right: 1rem;
}

.videos-tops .items .texts span {
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .8rem;
  height: .8rem;
  pointer-events: none;
  background: url(/bocstatic/web/img/play.png) no-repeat center;
  background-size: 100%;
}

.videos-tops .items .texts .span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.header .nav-lists .nav-bots a,
.header .nav-lists .nav-tops {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.header .nav-lists .nav-bots a.active,
.header .nav-lists .nav-bots a:hover,
.header .nav-lists .nav-tops.active,
.header .nav-lists .nav-tops:hover {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #ff6600;
}

.newsinfo {
  background: #f7f3f0;
}

.pro-lists {
  padding-top: 3.8rem;
  /* padding-bottom: 7rem; */
  position: relative;
  overflow: hidden;
}

.pro-lists .wel-titles {
  margin-top: .55rem;
  margin-bottom: 1rem;
}

.pro-lists .wel-texts {
  padding-bottom: 1rem;
}

.pro-lists .pro-images {
  padding: 0 2rem 0 1rem;
}

.pro-lists .pro-images img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.pro-lists .wel-titles,
.pro-lists .pro-images {
  position: relative;
  z-index: 5;
}

.pro-lists .bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}

.resi-lists {
  /* padding-bottom: 3.05rem; */
  padding-top: 3rem;
}

.resi-words {
  padding-top: 3.8rem;
  padding-bottom: 3.55rem;
}

.resi-words .wel-texts {
  width: 60%;
  padding-top: .9rem;
  line-height: 1.85;
  color: #756f6e;
}

.resi-words .twords {
  width: 40%;
}

.resi-words .twords .wel-titles {
  margin-top: .5rem;
}

.cons-swiper.onac .swiper-wrapper {
  justify-content: center;
}

.resi-images {
  position: relative;
}

.resi-images .busi {
  position: absolute;
  left: 0;
  top: -2.5rem;
}

.resi-images .resitops-swiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 1.8rem;
  color: #fff;
}

.resi-images .resitops-swiper .items {
  width: auto;
  padding: 0 .65rem;
}

.resi-images .resitops-swiper .items span {
  cursor: pointer;
  display: block;
  line-height: 1.125rem;
  height: 1.125rem;
  position: relative;
}

.resi-images .resitops-swiper .items span:after,
.resi-images .resitops-swiper .items span:before {
  position: absolute;
  content: "";
  width: calc(50% - 5px);
  height: 2px;
  background-color: #fff;
  bottom: 2.5px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.resi-images .resitops-swiper .items {
  position: relative;

}

.resi-images .resitops-swiper .items:before {
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  opacity: 0;
}

.resi-images .resitops-swiper .items span:before {
  left: 0;
}

.resi-images .resitops-swiper .items span:after {
  right: 0;
}

.resi-images .resitops-swiper .items.active span:after,
.resi-images .resitops-swiper .items.active span:before {
  opacity: .5;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.resi-images .resitops-swiper .items.active:before {
  opacity: .5;
}

.resi-images .resibots-swiper .items {
  position: relative;
  display: block;
}

.resi-images .resibots-swiper .items .wens {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  /*padding-top: 10rem;*/
  padding-top: 5.5rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  z-index: 5;
}

.resi-images .resibots-swiper .items .mores {
  margin-top: 1.5rem;
}

.resi-images .resibots-swiper .items .mores:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #ffab0a;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}



.cmores {
  height: 1.125rem;
  line-height: 1.125rem;
  padding: 0 .8rem;
  padding-right: .85rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
}

.cmores span {
  display: block;
  padding-right: .45rem;
  position: relative;
}

.cmores span:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  background: url(/bocstatic/web/img/c03.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes reveal5 {
  from {
    background-color: #ff6600;
    color: transparent;
  }

  to {
    color: #ff6600;
    background-color: transparent;
  }
}



@keyframes reveal4 {
  from {
    background-color: #ff6600;
    color: transparent;
  }

  to {
    color: #FFF;
    background-color: transparent;
  }
}

.resi-images .resibots-swiper .items .images .headbg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.resi-images-jk01.animated .reveal5 em {
  animation: reveal5 .1s forwards;
  color: transparent;
}

.resi-images-jk01.animated .reveal4 em {
  animation: reveal4 .1s forwards;
  color: transparent;
}

.resi-images.resi-images-jk01 .resibots-swiper .items .images {
  padding-top: 49%;
}

.resi-images.resi-images-jk01 .topTitle {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  z-index: 5;
  line-height: 1;

}

.resi-images.resi-images-jk01 .topTitle .h2 {
  color: #ff6600;
  font-family: BRANDON_BLD;
  letter-spacing: -2px;
}

.resi-images.resi-images-jk01 .topTitle .h3 {
  color: #fff;
  font-family: BRANDON_BLD;
  font-weight: bold;
}

.resi-images.resi-images-jk01 .resibots-swiper .items .wens {
  padding-top: 8.5rem;
}

.resi-images.resi-images-jk01 .resitops-swiper {
  top: 5rem;
}

.resi-images .resibots-swiper .items .images {
  padding-top: 44.27%;
}

.resiinfos-banner {
  position: relative;
}

.resiinfos-banner .words {
  position: absolute;
  /*padding-top: 5.85rem;*/
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.resiinfos-banner .words .tits {
  line-height: 1;
}

.resiinfos-banner .words .ctits {
  margin-top: .35rem;
  letter-spacing: .75rem;
}

.resiinfos-banner .words .txts {
  /*margin-top: 0.875rem;*/
  margin-top: 1.125rem;
  line-height: 1.5;
}

.resiinfos {
  background: #f7f3f0;
}

@-webkit-keyframes h_animation4 {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.resiinfos-01 {
  padding-top: 5.25rem;
  padding-bottom: 7.4rem;
}

.resiinfos-01 .box {
  position: relative;
}

.resiinfos-01 .box .swiper-wrapper {
  transition-timing-function: linear;
}

.resiinfos-01 .box .bgwords {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ede9e6;
  font-family: 'Didot', Arial;
  pointer-events: none;
  height: 1em;
  line-height: 1em;
}

.resiinfos-01 .box .items {
  width: auto;
}

.resiinfos-01 .imglists {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: .75rem;
  align-items: flex-end;
}

.resiinfos-01 .imglists .imgs {
  /*width: 48.7%;*/
  width: 56%;
  /*padding-left: 2.1rem;*/
  z-index: 2;
}

.resiinfos-01 .imglists .icon {
  /*padding-top: 114.58%;*/
  padding-top: 92%;
}

.resiinfos-01 .imglists .vid_btn {
  position: absolute;
  width: 1.45rem;
  height: 1.45rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.resiinfos-01 .imglists .vid_btn:before,
.resiinfos-01 .imglists .vid_btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgb(208 186 163);
  box-shadow: 0 0 0 0 rgb(208 186 163);
  -webkit-animation: h_animation4 3s infinite;
  animation: h_animation4 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.resiinfos-01 .imglists .vid_btn:before {
  background: url(/bocstatic/web/img/4.png) rgb(208 186 163) no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.resiinfos-01 .imglists .vid_btn:after {
  background-color: rgb(208 186 163);
  z-index: 1;
  animation: h_animation4 3s infinite;
}

.resiinfos-01 .imglists .wens {
  width: 44%;
  background: #c9c1bf;
  z-index: 1;
  transform: translateY(3rem);
  /*transform: translateY(0.75rem);*/
  position: relative;
  padding: 1.625rem .75rem 2.5rem .5rem;
  color: #333333;
  min-height: 15rem;
}

.resiinfos-01 .imglists .vid_btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.resiinfos-01 .imglists .wens:before {
  height: 100%;
  width: 2.7rem;
  left: -2.7rem;
  bottom: 0;
  background: #c9c1bf;
  content: "";
  position: absolute;
}

.resiinfos-titles {
  position: relative;
}

.resiinfos-titles .line {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #eeeeee;
}

.resi-images .resibots-swiper .items .wens .tits-cn,
.resiinfos-items .lists .kjhlist-swiper .cn {
  font-weight: lighter;
}

.resiinfos-titles .spans {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  line-height: 1;
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin-bottom: 2rem;
  /*color: #000000;*/
  position: relative;
  top: -.5rem;
  font-weight: lighter;
}

.resiinfos-01 .imglists .wens {
  text-align: justify;
  line-height: 1.88;
  font-weight: normal;
  font-family: "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif;
}

.resi-images-jk01 {
  font-family: "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif;
}

.resiinfos-titles .spans .line {
  position: relative;
}

.resiinfos-titles .line:before,
.resiinfos-titles .line:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.resiinfos-titles .line:before {
  width: 20px;
  height: 10px;
  background-color: #fff;
}

.resiinfos-titles .line:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .3);
  box-sizing: border-box;
}

.resiinfos-titles .spans span {
  color: #ff6600;
}

.resiinfos-02 {
  padding-bottom: 3.4rem;
  background: #fff;
  padding-top: 2.85rem;
}

.resiinfos-02 .lists:nth-child(1) {
  margin-top: 2.625rem;
}

.resiinfos-items .slide_btn.swiper-button-next {
  cursor: url(/bocstatic/web/next.cur), default;
  cursor: url(/bocstatic/web/next.png), auto;
}

.resiinfos-items .slide_btn.swiper-button-prev {
  cursor: url(/bocstatic/web/prev.cur), default;
  cursor: url(/bocstatic/web/prev.png), auto;
}

.resiinfos-items .lists .imgs,
.resiinfos-items .lists .words {
  width: 50%;
}

.resiinfos-items .lists .li:nth-child(n+2) {
  margin-top: 3.125rem;
}

.resiinfos-items .lists .li:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.resiinfos-items .lists .li:nth-child(2n+2) .words {
  padding-left: 8.1rem;
}

.resiinfos-items .lists .li:nth-child(2n+2) .words .texts {
  max-width: 28em;
}

.resiinfos-items .lists .li {
  align-items: center;
}

.resiinfos-items .lists .icons {
  padding-top: 62.5%;
}

.resiinfos-items .lists .words {
  padding: 0 2.375rem;
}

.resiinfos-items .lists .en {
  line-height: .9;
  color: #ede9e6;
}

.resiinfos-items .lists .cn {
  margin-top: .75rem;
  line-height: 1.33;
  margin-bottom: .3rem;
}

.resiinfos-items .lists .texts {
  padding-left: .9rem;
  position: relative;
  /*line-height: .6rem;*/
  line-height: 1.5;
}

.resiinfos-items .lists .texts img {
  width: .5rem;
  position: absolute;
  left: 0;
  top: 0.05rem;
}

.resiinfos-items .lists .li.w100 .imgs,
.resiinfos-items .lists .li.w100 .words {
  width: 100%;
}

.resiinfos-items .lists .li.w100 .icons {
  padding-top: 39.6%;
}

.resiinfos-items .lists .li.w100 .words {
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  margin-top: -1em;
  /*margin-top: -.8em;*/
  display: flex;
  /*justify-content: center;*/
  align-items: flex-start;
  justify-content: flex-start;
}

.slide_transition {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.no-touch .swiper-container.head-swiper .swiper-wrapper,
.no-touch .swiper-container.head-swiper [data-swiper-parallax] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.p-abs {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.bgf7f3f0 {
  background: #f7f3f0;
}

.cases {
  padding-top: 3.85rem;
  padding-bottom: 3.5rem;
}

.cases .cases-inputs-list {
  margin-top: 2.3rem;
  margin-bottom: 1rem;
}

.cases .list {
  padding-bottom: 1.85rem;
}

.cases .wel-titles {
  margin-top: .5rem;
}

.cases-list .images {
  width: 43.75%;
}

.cases-list .words {
  width: 56.25%;
  /*padding: 1.2rem 2rem;*/
  padding: 1.2rem 1rem;
  padding-bottom: .35rem;
}

.cases-list .li {
  width: 100%;
  padding-top: 68%;
}

.cases-list .items {
  background-color: #fff;
}

.cases-list .items:nth-child(n+2) {
  margin-top: 1.25rem;
}

.cases-list .cons-swiper {
  position: relative;
}

.cases-list .swiper-button-next {
  right: 0;
}

.cases-list .swiper-button-next,
.cases-list .swiper-button-prev {
  width: 1.25rem;
  height: 1.25rem;
}

.cases-list .swiper-button-prev {
  left: 0;
}

.cases-list .swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  line-height: 1;
}

.cases-list .swiper-pagination .swiper-pagination-bullet {
  width: .25rem;
  height: .25rem;
  background: #fff;
  margin: 0 .125rem;
}

.cases-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.cases-list .txts {
  margin-top: .2rem;
  margin-bottom: .5rem;
  line-height: 1.6;
  /*color: #000000;*/
}

.cases-list .wens {
  line-height: 1.78;
  color: #756f6e;
}

.cases-list .tits {
  color: #ff6600;
  line-height: 1.333;
}

.cases-inputs-list input:-moz-placeholder,
.cases-inputs-list textarea:-moz-placeholder {
  color: #999999;
}

.cases-inputs-list input::-moz-placeholder,
.cases-inputs-list textarea::-moz-placeholder {
  color: #999999;
}

.cases-inputs-list input:-ms-input-placeholder,
.cases-inputs-list textarea:-ms-input-placeholder {
  color: #999999;
}

.cases-inputs-list input::-webkit-input-placeholder,
.cases-inputs-list textarea::-webkit-input-placeholder {
  color: #999999;
}

.cases-inputs-list .selects-bots {
  display: none;
  position: absolute;
  width: 100%;
  top: 1.5rem;
  background-color: #fff;
  line-height: 1.5;
}

.cases-inputs-list .selects-bots .i {
  padding: 3px .5rem;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cases-inputs-list .inputs {
  width: 26.875%;
  position: relative;
}

.cases-inputs-list .inputs .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.cases-inputs-list .inputs .submit span {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #ff6600;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: .95rem;
  position: relative;
  z-index: 0;
}

.cases-inputs-list .inputs .submit span:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  left: .75rem;
  top: 50%;
  background: url(/bocstatic/web/img/ser3.png) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.cases-inputs-list .inputs .submit input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  opacity: 0;
}

.cases-inputs-list .selects {
  width: 17.5%;
  z-index: 1;
  position: relative;
}

.cases-inputs-list .selects.active {
  z-index: 4;
}

.cases-inputs-list .uls:nth-child(n+2) {
  margin-left: 0.78125%;
}

.cases-inputs-list .selects-tops {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

.cases-inputs-list .selects-tops:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(/bocstatic/web/img/1-01.png) no-repeat center;
  background-size: 100%;
}

.cases-inputs-list input[type=text],
.cases-inputs-list .selects-tops {
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #fff;
  width: 100%;
  padding: 0 .5rem;
  position: relative;
}

.cases-list .wens {
  /*max-height: 5rem;*/
  /*overflow-y: auto;*/
}

.resiinfos-items .lists .li {
  position: relative;
}

.resiinfos-items .lists .li .ibgs {
  position: absolute;
  width: 7.425rem;
  height: 7.775rem;
  top: -.9rem;
  right: 4rem;
  pointer-events: none;
}

.teams {
  padding-top: 3.1rem;
  padding-bottom: 4.6rem;
}

.teams .wel-titles {
  margin-top: .9rem;
}

.teams .list {
  padding-bottom: 2.1rem;
  margin-top: 2.75rem;
}

.list-btns {
  justify-content: center;
}

.list-btns .btns {
  width: .8rem;
  height: .8rem;
}

.teams-list .imgages {
  width: 25%;
  padding: 1.5rem 2rem;
}

.teams-list .imgages .imgs {
  width: 100%;
  margin: 0 auto;
  padding-top: 100%;
  border-radius: 50%;
}

.teams-list .items:not(:nth-child(n + 3)) .imgages .imgs {
  /*border-radius: 0;*/

}

.teams-list .imgages .imgs {
  /* height: 100%; */
}

.teams-list .items:not(:nth-child(n + 3)) .imgages {
  padding: 1.25rem;
}

.teams-list .items:not(:nth-child(n + 3)) .imgages .imgs {
  /*height: 7.9rem;*/
}

.teams-list .imgages .imgs img {
  height: auto;
}

.teams-list .words {
  width: 75%;
  padding-top: 1.85rem;
  padding-bottom: 2.25rem;
  padding-right: 2rem;
}

.teams-list .items {
  background-color: #fcf9f6;
  position: relative;
}

.teams-list .items .ibgs {
  position: absolute;
  width: 7.05rem;
  height: 7.4rem;
  right: 3rem;
  top: 1.375rem;
  opacity: 0;
  pointer-events: none;
}

.teams-list .items .txts {
  margin-top: .25rem;
  margin-bottom: .6rem;
  /*color: #000000;*/
}

.teams-list .items .tits,
.teams-list .items .txts {
  line-height: 1;
}

.teams-list .items .text {
  line-height: 1.71;
  /*color: #000000;*/
}

.teams-list .items:nth-child(2n+2) {
  background-color: #fff;
}

.cultures {
  padding-top: 2.8rem;
  padding-bottom: 4.5rem;
}

.cultures .wel-titles {
  margin-top: .8rem;
}

.cultures .list {
  margin-top: 3.05rem;
}

.cultures-lists .li {
  position: relative;
  width: 40%;
  margin-right: 1.33%;
}

/*.cultures-lists .li:nth-child(4n+1) {*/
/*margin-left: 0;*/
/*}*/

.cultures-lists .li .words {
  position: absolute;
  left: -3px;
  top: 0;
  width: calc(100% + 6px);
  height: 100%;
  color: #fff;
  padding: 1.2rem 1.1rem;
}

.cultures-lists .li .words .tits {
  line-height: 1;
}

.cultures-lists .li .words .txts {
  margin-top: .5rem;
  line-height: 1.25;
}

.cultures-lists .li .images {
  padding-top: 65%;
  /*padding-top: 116.88%;*/
}

.cultures-lists .li .images:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1.5rem;
  background-color: #fff;
  z-index: 1;
}

.cultures-lists .li .nums {
  text-align: right;
  line-height: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.cultures-lists .li .nums .i {
  padding: 0 .85rem;
  padding-bottom: .85rem;
}

.cultures-lists .li .nums .i {
  position: relative;
  overflow: hidden;
}

.cultures-lists .li .nums .i .b1 {
  color: #fff;
}

.cultures-lists .li .nums .i .b2 {
  position: absolute;
  left: -100%;
  color: #ff6600;
  top: 0;
}

.cultures-lists .li .nums span {
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #fff;
}

.honors-box {
  background: url(/bocstatic/web/img/1201.png) no-repeat center bottom;
  background-size: 100%;
  /*min-height: 43rem;*/
  padding-top: 3.05rem;
  padding-bottom: 4.6rem;
}

.honors-box .wel-titles {
  margin-top: 1rem;
  margin-bottom: 1.625rem;
}

.honors-box .wel-texts {
  padding-bottom: 3rem;
}

.honors-list {
  position: relative;
}

.honors-list .honors-left {
  position: absolute;
  left: 8%;
  top: 0;
  z-index: 5;
  width: 18%;
  /*width: 20.8%;*/
}

.honors-list .honors-cbox {
  position: relative;
  z-index: 2;
}

.honors-list .honors-righttops {
  justify-content: flex-end;
}

.honors-list .honor-rights {
  width: 80%;
}

.honors-list .honor-rights .items {
  padding-top: .65rem;
  text-align: center;
}

.honors-list .honor-rights .tits {
  margin-top: .3rem;
  line-height: 1.7;
  /*color: #000000;*/
  margin-left: auto;
  margin-right: auto;
}

.honors-list .honor-rights .txts {
  line-height: 1.428;
  color: #756f6e;
}

.honors-list .honor-rights .nums {
  line-height: 1;
  color: #ff6600;
  text-align: center;
}

.honors-list .honor-rights .nums .span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 .85rem;
}

.honors-list .honor-rights .nums .span:before,
.honors-list .honor-rights .nums .span:after {
  position: absolute;
  content: "";
  width: .475rem;
  height: 1.125rem;
  /*top: .125rem;*/
  top: 50%;
  transform: translateY(-50%);
}

.honors-list .honor-rights .nums .span:before {
  left: 0;
  background: url(/bocstatic/web/img/k01.png) no-repeat center;
  background-size: 100%;
}

.honors-list .honor-rights .nums .span:after {
  right: 0;
  background: url(/bocstatic/web/img/k02.png) no-repeat center;
  background-size: 100%;
}

.honors-list .honor-rights .i {
  width: 32.5%;
  margin-left: 1.25%;
}

.honors-list .honor-rights .i:nth-child(3n+1) {
  margin-left: 0;
}

.honors-list .honor-rights .i:nth-child(n+4) {
  margin-top: 1.75rem;
}

.honors-list .honor-swiper-bots {
  justify-content: flex-end;
  margin-top: 2rem;
}

.honors-list .honor-swiper-bots .cribots {
  width: 70.8%;
}

.honors-list .honor-swiper-bots .cribots .items {
  width: 40.44%;
  overflow: hidden;
  margin-right: 3%;
}

.honors-list .honor-swiper-bots .cribots .items .b {
  position: relative;
  padding-bottom: 63.6%;
  width: 100%;
}

.honors-list .honor-swiper-bots .cribots .items img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honors-list .swiper-button {
  margin-bottom: 2.45rem;
}

.honors-left .swiper-container,
.honors-left .swiper-wrapper,
.honors-left .uls {
  height: 17.5rem;
}

.honors-left .li {
  line-height: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  padding: 0 .25rem;
  padding-left: 1.4rem;
  position: relative;
  color: rgba(255, 102, 0, 0.5);
  cursor: pointer;
}



.honors-left .li.active,
.honors-left .li.swiper-slide-active2 {
  height: 4.5rem;
  line-height: 4.5rem;
}

.honors-left .li.active .span,
.honors-left .li.swiper-slide-active2 .span {
  font-size: inherit;
}

.honors-left .li.active .lis:after,
.honors-left .li.swiper-slide-active2 .lis:after {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.honors-left .li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: .5rem;
  border-left: 1px dashed rgba(254, 125, 58, 0.2);
  z-index: 1;
}

.honors-left .li .lis {
  position: absolute;
  width: .25rem;
  height: .25rem;
  left: .375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
}

.honors-left .li .lis:before,
.honors-left .li .lis:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.honors-left .li .lis:before {
  background: rgba(255, 102, 0, 0.5);
}

.honors-left .li .lis:after {
  width: .75rem;
  height: .75rem;
  background: url(/bocstatic/web/img/c07.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
}

.honors-left .li {
  font-family: 'churchward';
}

.contacts-lists {
  padding-top: 4.125rem;
  padding-bottom: 6.1rem;
}

.contacts-lists .wel-titles {
  margin-top: .5rem;
}

.contacts-lists .contacts-forms {
  margin-top: 1.35rem;
  /*margin-top: 2.9rem;*/
}

.contacts-forms {
  background: #fff;
  align-items: stretch;
  overflow: hidden;
}

.contacts-forms .images img {
  height: 100%;
  object-fit: cover;
}

.contacts-forms .formlist {
  width: 62.5%;
  /* padding: 1.25rem 1.4rem 1.5rem 1.5rem; */
  padding: .7rem;
  align-content: flex-start;
}

.contacts-forms .formlist .lis-tops {
  line-height: 1;
  color: #333333;
}

.contacts-forms .formlist .lis {
  width: 48.8%;
  margin-left: 2.4%;
  position: relative;
}

.contacts-forms .formlist .lis:nth-child(2n+1) {
  margin-left: 0;
}

.contacts-forms .formlist .lis:nth-child(n+3) {
  margin-top: .3rem;
  /*margin-top: .5rem;*/
}

.contacts-forms .formlist .lis.w100 {
  width: 100%;
  margin-left: 0;
}

.contacts-forms .formlist .lis.ewm input[type=text] {
  width: calc(100% - 5.3rem);
}

.contacts-forms .formlist .lis.submits {
  margin-top: 1.125rem;
}

.contacts-forms .formlist .lis.submits input {
  display: block;
  height: 1.15rem;
  line-height: 1.15rem;
  padding: 0 0.875rem;
}

.contacts-forms .formlist .lis.submits .inputreset {
  margin-left: .375rem;
  background: transparent;
  border: 1px solid #ff6600;
  color: #ff6600;
}

.contacts-forms .formlist .lis.submits .inputsubmit {
  color: #fff;
  background: #ff6600;
}

.contacts-forms .formlist .lis-bots {
  margin-top: .45rem;
  position: relative;
}

.contacts-forms .formlist .lis-bots img {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.35rem;
  width: 5rem;
}

.contacts-forms .formlist .lis-bots textarea {
  height: 3.5rem;
  /*height: 5.5rem;*/
}

.contacts-forms .formlist .lis-bots input[type=text],
.contacts-forms .formlist .lis-bots textarea {
  background: #f7f3f0;
  padding: 0 .5rem;
  display: block;
  width: 100%;
  resize: none;
}

.contacts-forms .formlist .lis-bots input[type=text] {
  height: 1.35rem;
  line-height: 1.35rem;
}

.contacts-forms .images {
  width: 37.5%;
  /*height: 19rem;*/
}

.bocweb-footer-box {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  justify-content: space-between;
}

.bocweb-footer-box .cons {
  width: 135px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.bocweb-footer-box .cons .spans {
  line-height: 1;
  margin-top: .15rem;
  color: #666;
}

.bocweb-footer-box .cons .imgs {
  width: 100%;
  background: #fff;
  padding: 5px;
  padding-bottom: 10px;
}

.bocweb-footer-box .cons .imgs img {
  width: 100%;
}

.bocweb-footer-box .bots-texts {
  margin-top: .65rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.14;
}

.bocweb-footer-box .bots-texts a {
  line-height: 2.14;
  color: rgba(255, 255, 255, 0.5);
}

.bocweb-footer-box .bots-texts .kls {
  margin-left: .5rem;
}

.bocweb-footer-box .bots-texts .uk {
  /*margin-left: .35rem;*/
}

.bocweb-footer-box .bots-texts .uk .li {
  display: block;
  /*padding: 0 .35rem;*/
  position: relative;
}

.bocweb-footer-box .bots-texts .uk .li:nth-child(1):before {
  display: none;
}

.bocweb-footer-box .bots-texts .uk .li:before {
  position: absolute;
  /*content: "";*/
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bocweb-footer-box .bots-texts .uk .li:nth-child(1) {
  padding-left: 0;
}

.bocweb-footer-box .bots-texts .uk .li:last-child {
  padding-right: 0;
}

.bocweb-footer-box .tops {
  align-items: center;
}

.bocweb-footer-box .tops .logos {
  width: 137px;
}

.bocweb-footer-box .tops .texts {
  color: #ff6600;
  line-height: 1;
  align-items: center;
  margin-left: 1.5rem;
}

.bocweb-footer-box .tops .texts img {
  margin-right: .3rem;
  width: .95rem;
  height: .95rem;
}

.contacts-list-01 {
  padding-top: 4.125rem;
  padding-bottom: 5.5rem;
}

.contacts-list-01 .words {
  width: 50.625%;
  /*padding-right: 5.25rem;*/
}


.contacts-list-01 .wel-textsk {
  padding-right: 5.25rem;
}

.contacts-list-01 .forms {
  width: 49.375%;
}

.contacts-list-01 .wel-titles {
  margin-top: .55rem;
}

.contacts-list-01 .wel-texts {
  padding-bottom: 1.05rem;
  margin-top: 1.625rem;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 2rem;
}

.contacts-list-01 .bots {
  color: #ff6600;
}

.contacts-list-01 .bots-tits {
  /*color: #000000;*/
  line-height: 1.3;
}

.contacts-list-01 .bots-spans {
  margin-top: .8rem;
  margin-bottom: .6rem;
}

.contacts-list-01 .forms {
  padding-top: 4.2rem;
  position: relative;
}

.contacts-list-01 .forms .imgbg {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: -1.375rem;
}

.contact-list-forms input[type=text],
.contact-list-forms textarea {
  width: 100%;
  resize: none;
}

.contact-list-forms .submits {
  padding-top: .4rem;
}

.contact-list-forms .submits input {
  display: block;
  height: 1.15rem;
  line-height: 1.15rem;
  padding: 0 0.875rem;
}

.contact-list-forms .submits .inputreset {
  margin-left: .375rem;
  background: transparent;
  border: 1px solid #ff6600;
  color: #ff6600;
}

.contact-list-forms .submits .inputsubmit {
  color: #fff;
  background: #ff6600;
}

.contact-list-forms .lis {
  width: 48.7%;
  margin-left: 2.6%;
  position: relative;
  margin-bottom: .5rem;
}

.contact-list-forms .lis img {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.35rem;
  bottom: 0;
  margin: auto;
}

.contact-list-forms .lis input[type=text] {
  padding-left: .85rem;
  text-indent: 5em;
}

.contact-list-forms .lis .span {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.35rem;
  line-height: 1.35rem;
  padding-left: .85rem;
  pointer-events: none;
}

.contact-list-forms .lis .span span {
  color: #ff6600;
  position: absolute;
  left: .45rem;
  top: 0;
}

.contact-list-forms .lis:nth-child(2n+1) {
  margin-left: 0;
}

.contact-list-forms .lis.w100 {
  width: 100%;
  margin-left: 0;
}

.contact-list-forms textarea {
  height: 3.25rem;
  padding: .5rem;
  padding-top: 0.75rem;
}

.contact-list-forms .input input[type=text] {
  height: 1.35rem;
  line-height: 1.35rem;
  width: 100%;
}

.wel-titles.col-000 {
  color: #000;
}

.contacts-list-02 {
  padding-top: 3.85rem;
  padding-bottom: 3.5rem;
  background-color: #fbfaf8;
  background-image: linear-gradient(to top, #fbf9f7, #fbf9f7, #fefefe);
}

.contacts-list-02 .tit {
  margin-bottom: 1.25rem;
}

.contacts-list-02 .imglists {
  width: 15.05rem;
  margin: 0 auto;
  position: relative;
}

.contacts-list-02 .imgs {
  position: relative;
}

.contacts-list-02 .inguls .i {
  width: 58%;
  position: absolute;
  padding: .5rem;
  background: #fff;
  border-radius: 50%;
}

.contacts-list-02 .inguls .i0 {
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.contacts-list-02 .inguls .i1 {
  left: 0;
  bottom: 0;
}

.contacts-list-02 .inguls .i2 {
  right: 0;
  bottom: 0;
}

.contacts-list-02 .inguls .ico {
  overflow: hidden;
  border-radius: 50%;
}

.contacts-list-02 .uls {
  display: none;
}

.contacts-list-02 .uls .lis-tops {
  line-height: 1.5;
  color: #000;
}

.contacts-list-02 .uls .lis-bots {
  line-height: 1.7;
  color: #756f6e;
  margin-top: .25rem;
}

.w1280 {
  width: 66.66%;
  margin: 0 auto;
}

.contacts-list-03 {
  padding-top: 3.75rem;
  padding-bottom: 4.25rem;
}

.contacts-list-03 .contacts03-lists {
  margin-top: 1.25rem;
}

.contacts03-lists .tr {
  justify-content: center;
}

.contacts03-lists .tr:nth-child(n+2) {
  margin-top: -3%;
  /*margin-top: -1rem;*/
}

.contacts03-lists .td {
  width: 14.285%;
  padding: 0 .125rem;
}

.contacts-list-04 {
  padding-top: 2.2rem;
  padding-bottom: 4.25rem;
  background: #fff;
}

.contacts-list-04 .contacts04-list {
  margin-top: 1.75rem;
}

.contacts04-list {
  justify-content: space-between;
}

.contacts04-list .contacts04left-box {
  width: 68.125%;
}

.contacts04-list .contacts04right-box {
  width: 27.8125%;
}

.contacts04left-box .tr {
  /*border-bottom: 1px dashed #d2d2d2;*/
  position: relative;
}

.contacts04left-box .tr:before {
  width: 100%;
  height: 1px;
  background: url(/bocstatic/web/img/xian.png) repeat left center;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.contacts04left-box .tr {
  padding-left: 1.8rem;
}

.contacts04left-box .tr-bots {
  padding-bottom: 1.075rem;
  line-height: 1.7;
  color: #756f6e;
  padding-left: 2em;
  margin-top: -0.625rem;
  position: relative;
  z-index: 2;
  padding-right: 2.9rem;
  display: none;
  pointer-events: none;
}

.contacts04left-box .tr-tops {
  /*color: #000000;*/
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  cursor: pointer;
}

.contacts04left-box .tr-tops .spantits {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.contacts04left-box .tr-tops:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/bocstatic/web/img/c09.png) no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
}

.contacts04left-box .tr-tops:after {
  position: absolute;
  content: "";
  width: .75rem;
  height: 0.875rem;
  left: -1.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/bocstatic/web/img/c10.png) no-repeat center;
  background-size: 100%;
}

.contacts04right-box {
  padding: .8rem 1.2rem;
  padding-bottom: 4.625rem;
  background-image: linear-gradient(to top, #f7f2ef, #f1e9e4, #f1e9e4);
}

.contacts04right-box .tits {
  line-height: 1;
  /*color: #000000;*/
  margin-left: -.125rem;
}

.contacts04right-box .tits img {
  width: .6rem;
  margin-right: .2rem;
}

.contacts04right-box .textarea {
  margin-top: .8rem;
  margin-bottom: .75rem;
}

.contacts04right-box .yz {
  position: relative;
  margin-bottom: 1rem;
}

.contacts04right-box .yz img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.contacts04right-box .yz input {
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0 .5em;
  width: 100%;
}

.contacts04right-box .textarea input:-moz-placeholder,
.contacts04right-box .textarea textarea:-moz-placeholder {
  color: #999999;
}

.contacts04right-box .textarea input::-moz-placeholder,
.contacts04right-box .textarea textarea::-moz-placeholder {
  color: #999999;
}

.contacts04right-box .textarea input:-ms-input-placeholder,
.contacts04right-box .textarea textarea:-ms-input-placeholder {
  color: #999999;
}

.contacts04right-box .textarea input::-webkit-input-placeholder,
.contacts04right-box .textarea textarea::-webkit-input-placeholder {
  color: #999999;
}

.contacts04right-box .textarea textarea {
  width: 100%;
  resize: none;
  display: block;
  height: 3.75rem;
  padding: .3rem .7rem;
  color: #999999;
  line-height: 1.857;
}

.contacts04right-box .submit input {
  height: 1.15rem;
  line-height: 1.15rem;
  color: #fff;
  background: #ff6600;
  width: 100%;
  display: block;
}

.contacts-list-02 {
  overflow: hidden;
}

.contacts-list-02 .uls {
  display: block;
}

.contacts-list-02 .uls .lis {
  position: absolute;
}

.contacts-list-02 .uls .lis .bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.contacts-list-02 .uls .lis .box {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}

.contacts-list-02 .uls .li1 {
  right: 90%;
  bottom: 45%;
}

.contacts-list-02 .uls .li1 .bg {
  background-image: url(/bocstatic/web/img/m01.png);
  width: 14rem;
  height: 4.5rem;
}

.contacts-list-02 .uls .li1 .box {
  padding-top: 1.1rem;
  padding-right: 3.5rem;
}

.contacts-list-02 .uls .li2 {
  left: 75%;
  top: 5%;
}

.contacts-list-02 .uls .li2 .box {
  padding-left: 6.9rem;
  padding-top: .75rem;
}

.contacts-list-02 .uls .li3 {
  left: 96%;
  top: 54%;
}

.contacts-list-02 .uls .li3 .box {
  padding-left: 3.875rem;
  padding-top: 1.15rem;
}

.contacts-list-02 .uls .li2 .bg {
  background-image: url(/bocstatic/web/img/m02.png);
  width: 16.25rem;
  height: 4.725rem;
}

.contacts-list-02 .uls .li3 .bg {
  background-image: url(/bocstatic/web/img/m03.png);
  width: 13.075rem;
  height: 2.425rem;
}

.contacts-list-02 .imglists .imgs {
  transform: scale3d(0.7, 0.7, 1);
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}

.contacts-list-02 .imglists .uls .lis {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}

.contacts-list-02 .imglists .uls .li1 {
  transform: translate(-5%, 0);
  transition-delay: .2s;
}

.contacts-list-02 .imglists .uls .li2 {
  transform: translate(5%, 0);
  transition-delay: .3s;
}

.contacts-list-02 .imglists .uls .li3 {
  transform: translate(5%, 0);
  transition-delay: .4s;
}

.contacts-list-02 .imglists.animate .imgs {
  transform: scale3d(1, 1, 1);
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}

.contacts-list-02 .imglists.animate .uls .lis {
  opacity: 1;
  transform: translate(0, 0);
}

.join-us-list-01 {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.join-us-list-01 .box {
  justify-content: space-between;
  align-items: flex-end;
}

.join-us-list-01 .words {
  width: 46.25%;
}

.join-us-list-01 .images {
  width: 42.5%;
  overflow: hidden;
}

.join-us-list-01 .images img {
  display: block;
}

.join-us-list-01 .wel-titles {
  margin-top: .55rem;
  margin-bottom: 1rem;
}

.join-us-list-01 .wel-texts {
  margin-bottom: 1.1rem;
}

.joins01-items .items {
  width: 48.65%;
  margin-left: 2.7%;
  position: relative;
  margin-top: 2.7%;
  background: #fff;
  cursor: pointer;
}

.joins01-items .items:nth-child(1),
.joins01-items .items:nth-child(2) {
  margin-top: 0;
}

.joins01-items .items:nth-child(2n+1) {
  margin-left: 0;
}

.joins01-items .items .items-bots {
  /*display: none;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, #ff6600, #ff6600, #fd8e44);
  color: #fff;
  padding: 1rem 1rem 1.1rem 1rem;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.joins01-items .items .items-bots .tits {
  color: #fff;
}

.joins01-items .items .items-bots .tits2 {
  color: rgba(255, 255, 255, 0.5);
}

.joins01-items .items .items-bots .txts {
  margin-top: .75rem;
  line-height: .6rem;
  height: 1.2rem;
  overflow-y: auto;
}

.joins01-items .items .items-bots .txts::-webkit-scrollbar-thumb {
  background: #fff;
}

.joins01-items .items .icons {
  width: 1.25rem;
  height: 1.25rem;
}

.joins01-items .items .items-tops {
  padding: .8rem 1rem 1.1rem 1rem;
}

.joins01-items .items .items-tops .tops {
  margin-top: .75rem;
}

.joins01-items .items .tits2 {
  margin-top: .3rem;
  color: #ff6600;
  line-height: 1.5;
}

.joins01-items .items .tits {
  /*color: #000000;*/
  line-height: 1.33;
}

.join-us-list-02 {
  padding-top: 2.5rem;
  padding-bottom: 3.7rem;
  background: #fff;
}

.join-us-list-02 .joins02-items {
  margin-top: 2.2rem;
}

.joins02-items .images {
  width: 46.25%;
}

.joins02-items .words {
  position: relative;
  width: 53.75%;
  padding: 1rem;
  padding-top: 3.4rem;
  padding-left: 4.75rem;
}

.joins02-items .words .bgs {
  position: absolute;
  right: 0;
  top: 0;
  /*top: -1.3rem;*/
  pointer-events: none;
  width: 9.675rem;
  height: 10.15rem;
}

.joins02-items .words .tits {
  color: #ff6600;
  line-height: 1.66;
}

.joins02-items .words .txts {
  color: #666666;
  line-height: 1.66;
  margin-top: .3rem;
}

.joins-list-titles {
  justify-content: center;
}

.joins-list-titles .li {
  margin: 0 0.725rem;
  position: relative;
  line-height: 1.93;
  color: #999999;
  cursor: pointer;
}

.joins-list-titles .li:before {
  position: absolute;
  width: 100%;
  content: "";
  height: .1rem;
  background: #ff6600;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.joins-list-titles .li.active {
  color: #000;
}

.joins-list-titles .li.active:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}

.join-us-list-03 {
  position: relative;
  margin-bottom: 1rem;
}

.join-us-list-03 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*color: #000000;*/
  z-index: 2;
}

.join-us-list-03 .words .tits {
  /*max-width: 20%;*/
  line-height: 1;
}

.join-us-list-03 .words .txts {
  /*width: 80%;*/
  line-height: 1.88;
  /*padding-left: 1.25rem;*/
  margin-top: .3rem;
}

.join-us-list-03 .words .txts a {
  /*background: #ff6600;*/
  color: #ff6600;
  /*display: block;*/
  /*padding: 0 .6rem;*/
  /*margin-left: .25rem;*/
}

.join-us-list-03 .images img {
  opacity: .8;
}

.ser-list-01 {
  padding-top: 2.25rem;
  /*padding-top: 3.25rem;*/
  padding-bottom: 4.25rem;
  /*padding-bottom: 5.75rem;*/
}

.ser-list-01 .wel-titles {
  margin-top: .75rem;
}

.ser-list-01 .images {
  width: 16.325rem;
  height: 11.5rem;
  margin: 0 auto;
  margin-top: 1.3rem;
  position: relative;
}

.ser-list-01 .lis-bots {
  margin-top: .2rem;
  color: #808080;
  line-height: .6rem;
  height: .6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ser-list-01 .lis-tops {
  line-height: 1.5;
  color: #ff6600;
}

.ser-list-01 .lis {
  position: absolute;
  width: 100%;
  text-align: center;
}

.ser-list-01 .imgs {
  position: relative;
}

.ser-list-01 .imgs .span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 10%;
}

.ser-list-01 .li1 {
  left: -33%;
  top: 36%;
  transform: rotate(-55deg);
}

.ser-list-01 .li2 {
  top: 35%;
  left: auto;
  right: -34%;
  transform: rotate(55deg);
}

.ser-list-01 .li3 {
  top: calc(100% + .8rem);
}

.ser-list-01 .images .lis,
.ser-list-01 .images .span,
.ser-list-01 .images .imgs img {
  opacity: 0;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.ser-list-01 .images .imgs img {
  transform: scale3d(.5, .5, 1);
  transition-delay: .2s;
}

.ser-list-01 .images.animate .imgs img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.ser-list-01 .images.animate .lis,
.ser-list-01 .images.animate .span {
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
  transition-delay: .2s;
}

.ser-list-01 .images.animate .li1 {
  transition-delay: .2s;
}

.ser-list-01 .images.animate .li2 {
  transition-delay: .3s;
}

.ser-list-01 .images.animate .li3 {
  transition-delay: .4s;
}

.ser-list-02 {
  padding-top: 3.95rem;
  padding-bottom: 7.125rem;
  background: #fff;
  color: #1a1a1a;
}

.ser-list-02 .texts {
  line-height: 2.375;
  color: #4c4c4c;
  margin-top: 1.55rem;
}

.ser-list-02 .line {
  margin: 0 auto;
  width: 5.75rem;
  height: 3px;
  background: #ff6600;
}

.ser-list-02 .words {
  position: relative;
  padding-bottom: 2.125rem;
}

.ser-list-02 .bg {
  position: absolute;
  pointer-events: none;
  width: 8.9rem;
  height: 7.6rem;
  left: -1.35rem;
  top: -.75rem;
}

.ser-list-02 .uls {
  margin-top: -.2rem;
}

.ser-list-02 .uls .lis {
  width: 33.33%;
  text-align: center;
  padding: 0 .5rem;
}

.ser-list-02 .imgs {
  margin-top: .25rem;
}

.ser-list-02 .imgs img {
  display: block;
  margin: 0 auto;
  width: 8.675rem;

}

.ser-list-02 .imgs-titles {
  line-height: 1.5;
}

.ser-list-02 .lis-txts {
  margin-top: .7rem;
  color: #666666;
}

.ser-list-02 .lis-tits {
  padding-top: .8rem;
  position: relative;
  /*font-weight: bold;*/
  text-align: center;
}

.ser-list-02 .lis-tits .spans {
  color: #ff6600;
}

.ser-list-02 .lis-tits:before {
  position: absolute;
  content: "";
  width: 2.55rem;
  height: 2.225rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/bocstatic/web/img/c14.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  display: none;
}

.ser-list-02 .lis-tits .spans {
  line-height: 2;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}


.ser-list-02 .uls .lis .icons img {
  display: block;
  width: 4.4rem;
  margin-left: auto;
  margin-right: auto;
}

.ser-list-02 .uls .lis:nth-child(2n+1) {
  /*transform:translateY(-60%)!important;*/
}

.ser-list-02 .lis-tits .spans:after,
.ser-list-02 .lis-tits .spans:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
}

.ser-list-02 .lis-tits .spans:before {
  background-color: #b2b2b2;
  background-color: #ff6600;
}

.ser-list-02 .lis-tits .spans:after {
  width: 0;
  background-color: #ff6600;
}

.w1000 {
  width: 52%;
  margin: 0 auto;
}

.ser-lists .ser-list-02 {
  background: url(/bocstatic/web/img/d9.jpg) #fff no-repeat bottom center;
  background-size: 100%;
}

.ser-lists .ser-list-02.ser-list-05 .uls {
  margin-top: 2.25rem;
}

.w1490 {
  width: 77.6%;
  margin: 0 auto;
}

.cockpits01-list {
  padding-top: 4.75rem;
  padding-bottom: 4.7rem;
}

.cockpits01-list .words {
  width: 42.75%;
}

.cockpits01-list .images {
  width: 55%;
  margin-right: .25rem;
  position: relative;
}

.cockpits01-list .images .imgs {
  position: absolute;
  width: 72.45%;
  left: 13.4%;
  top: 3.5%;
  background-color: #fff;
  height: 70%;
  overflow: hidden;
}

.cockpits01-list .images video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.cockpits01-list .images .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/bocstatic/web/img/c15.png) no-repeat center;
  background-size: 100%;
  width: 2.15rem;
  height: 2.15rem;
  opacity: 0;
}

.cockpits01-list .images .btns.active {
  opacity: 1;
}

.cockpits01-list .box {
  justify-content: space-between;
}

.cockpits01-list {
  background: url(/bocstatic/web/img/v02.png) #fff no-repeat center bottom;
  background-size: cover;
}

.cockpits01-list .wel-titles {
  margin-top: .5rem;
  line-height: 1.18;
}

.cockpits01-list .texts {
  margin-top: 2.9rem;
}

.cockpits01-list .text-h01 {
  color: #ff6600;
  line-height: 1.83;
}

.cockpits01-list .text-h02 {
  width: 80%;
  margin-top: .55rem;
  color: #666666;
  line-height: 2.14;
}

.cockpits02-list {
  padding-top: 3.25rem;
  padding-bottom: 3.2rem;
  position: relative;
}

.cockpits02-list .wel-titles {
  display: block;
}

.cockpits02-list .box {
  margin-top: 3.1rem;
}

.cockpits02-list .box {
  justify-content: space-between;
}

.cockpits02-list .imgs {
  width: 13.575rem;
  height: 13.575rem;
}

.cockpits02-list .words {
  width: 50%;
  padding-top: 2.5rem;
}

.cockpits02-list .tits {
  position: relative;
  padding-left: .55rem;
  color: #ff6600;
  line-height: 1.5;
}

.cockpits02-list .tits img {
  position: absolute;
}

.cockpits02-list .tits.i0 img {
  width: 2.35rem;
  height: 2.975rem;
  left: -.75rem;
  top: -1.85rem;
}

.cockpits02-list .txts {
  margin-top: .85rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid #e4cdc3;
  color: #666666;
}

.cockpits02-list .uls {
  padding-top: 1.5rem;
}

.cockpits02-list .uls .li {
  position: relative;
  padding-left: 1.1rem;
  /*color: #000000;*/
  line-height: 1.55;
}

.cockpits02-list .uls .li:before {
  position: absolute;
  content: "";
  background-color: #ff6600;
  width: 1em;
  height: 1em;
  left: 3px;
  top: .25em;
}

.cockpits02-list .uls .li:nth-child(n+2) {
  margin-top: .45rem;
}

.cockpits02-list {
  background-image: url(/bocstatic/web/img/d10.jpg);
}

.cock-titles .tits {
  position: relative;
  line-height: 1.5;
}

.cock-titles .tits .span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 .8rem;
  color: #ff6600;
}

.cock-titles .tits .span img {
  position: absolute;
  left: 0;
  top: -1.875rem;
  left: 0;
  width: 1.55rem;
  height: 2.25rem;
}

.cock-titles .txts {
  color: #666666;
  margin-top: .5rem;
  line-height: 2.14;
}

.cockpits03-list {
  padding-top: 4.6rem;
  padding-bottom: 3.75rem;
}

.cockpits03-list .images {
  margin-top: 1.5rem;
}

.cockpits03-list .words {
  margin-top: .5rem;
}

.cockpits03-list .texts-list {
  margin-top: .9rem;
}

.cockpits03-list .texts-list .li {
  line-height: .95rem;
  text-align: center;
  height: .95rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: none;
  /*color: #000000;*/
}

.cockpits03-list .texts-list .li:nth-child(1) {
  display: block;
}

.cockpits03-list .images {
  position: relative;
}

.cockpits03-list .images .cons-swiper {
  width: 77.45%;
  margin: 0 auto;
  position: absolute;
  /*top: (140rem/40);*/
  top: 26%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.cockpits03-list .images .items {
  width: 16.2%;
  margin-right: 4.75%;
  position: relative;
}

.cockpits03-list .images .items .box {
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
}

.cockpits03-list .images .items .box:before {
  position: absolute;
  content: "";
  border: 0.15rem solid #ff6600;
  border-radius: 50%;
  box-sizing: border-box;
  width: 95%;
  height: 95%;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.cockpits03-list .images .items .box .i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cockpits03-list .images .items:last-child {
  margin-right: 0;
}

.cockpits03-list .images .ico {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
}

.cockpits03-list .images .ico img {
  display: block;
  filter: brightness(0);
  opacity: .4;
}

.cockpits03-list .images .items {
  justify-content: center;
  align-items: center;
}

.cockpits03-list .images .spans {
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  margin-top: .55rem;
  text-align: center;
}

.cockpits03-list .images .items.active .spans {
  color: #ff6600;
}

.cockpits03-list .images .items.active .ico img {
  filter: brightness(1);
  opacity: 1;
}

.cockpits03-list .images .items.active .box:before {
  opacity: 1;
}

.cockpits04-list {
  padding-top: 4.375rem;
  padding-bottom: 4.625rem;
  background-image: url(/bocstatic/web/img/d11.jpg);
}

.cockpits04-list .words {
  width: 42.5%;
  padding-left: 2.625rem;
  padding-right: 1rem;
  /*padding-right: 4rem;*/
  padding-top: 3rem;
}

.cockpits04-list .words .txts {
  padding-right: 3rem;
}

.cockpits04-list .words .bg {
  width: 11.3rem;
  height: 2.8rem;
  background: url(/bocstatic/web/img/11.png) repeat left top;
}

.cockpits04-list .words .txts {
  margin-top: .8rem;
  line-height: 2.14;
  color: #666666;
  margin-bottom: .85rem;
}

.cockpits04-list .images {
  width: 57.5%;
  padding-right: 5.5rem;
}

.cockpits04-list .cock-titles .tits img {
  width: 2.35rem;
  height: 3.075rem;
}

.papers-tops {
  padding-top: 3.125rem;
  position: relative;
  z-index: 5;
}

.papers-tops .words {
  width: 45%;
  padding-right: .75rem;
}

.papers-tops .images {
  width: 55%;
  padding-left: 5rem;
  padding-top: 5.5rem;
}

.papers-tops .wel-titles {
  margin-top: .45rem;
  line-height: 1.18;
}

.papers-tops .texts {
  padding-top: 2.05rem;
  width: 80%;
}

.papers-tops .texts .tits {
  line-height: 1.5;
  color: #ff6600;
  display: inline-block;
}

.papers-tops .texts .text-tits {
  display: inline-block;
}

.papers-tops .texts .line {
  width: 5.75rem;
  height: 3px;
  margin-top: .4rem;
  background-color: #ff6600;
}

.papers-tops .texts .text-txts {
  margin-top: 1.3rem;
  line-height: 1.4;
  margin-bottom: .75rem;
  color: #ff6600;
}

.papers-tops .texts .text-texts {
  color: #4c4c4c;
  line-height: 2.14;
}

.papers-tops .texts .downs {
  margin-top: 1.625rem;
}

.papers-tops .imgs {
  width: 7.525rem;
  position: relative;
}

.papers-tops .imgs .i0 {
  position: absolute;
  left: -5rem;
  top: -4.5rem;
  width: 7.15rem;
}

.a-link-down {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 1rem;
  padding-left: 1.625rem;
  background-image: linear-gradient(to top, #ff6600, #ffbf93);
  border-radius: .35rem;
  height: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
}

.a-link-down:hover {
  color: #fff;
}

.a-link-down:before {
  content: "";
  position: absolute;
  width: .375rem;
  height: .45rem;
  top: 0;
  bottom: 0;
  left: .9rem;
  margin: auto;
  background: url(/bocstatic/web/img/dlink.png) no-repeat center;
  background-size: 100%;
}

.papers-bots {
  padding-top: 4.45rem;
  padding-bottom: 3.55rem;
  position: relative;
}

.papers-bots .bgs {
  position: absolute;
  width: 14.3rem;
  height: 2.8rem;
  pointer-events: none;
  right: 5.8rem;
  top: 0;
  background: url(/bocstatic/web/img/11.png) repeat left top;
}

.papers-bots .text-tits {
  color: #ff6600;
  line-height: 1.45;
}

.papers-bots .text-tits .line {
  width: 5.75rem;
  height: 3px;
  margin-top: .4rem;
  background-color: #ff6600;
}

.papers-bots .papersbots-list {
  margin-top: 1.625rem;
}

.papersbots-list {
  align-items: stretch;
}

.papersbots-list .items {
  width: 26.25%;
  transition: .01s linear;
  background-color: #fbe8da;
  overflow: hidden;
  padding: 2.2rem;
  padding-bottom: 2.4rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid rgba(236, 102, 24, 0.2);
  transition: all 0.8s;
}

.papersbots-list .items .txts {
  height: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.papersbots-list .tits {
  line-height: 1;
  margin-top: .9rem;
  margin-bottom: .65rem;
  /*color: #000000;*/
}

.papersbots-list .icons2 {
  width: 1.8rem;
  height: 1.8rem;
}

.papersbots-list .icons2 img {
  display: block;
}

.papersbots-list .txts {
  line-height: .75rem;
  height: 2.25rem;
  color: #666666;
  position: relative;
}

.papersbots-list .txts .span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 34em;
  position: relative;
  z-index: 3;
  max-width: 100%;
}

.papersbots-list .txts .nums {
  position: absolute;
  right: 0;
  top: 0;
  color: #dcdcdc;
  line-height: .8;
  /*display: none;*/
  right: -0.3em;
  top: -0.1em;
  color: rgba(220, 220, 220, .67);
  background: -webkit-linear-gradient(rgba(220, 220, 220, .5), rgba(220, 220, 220, .1), rgba(220, 220, 220, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.papersbots-list .txts .icons {
  position: absolute;
  right: 0;
  top: -.7rem;
  right: -2.8rem;
  display: none;
}

.tit-300 {
  font-size: 7.5rem;
}

.systems-tops {
  padding-top: 3.375rem;
  padding-bottom: 4rem;
}

.systems-tops .wel-titles {
  margin-top: .5rem;
  line-height: 1.25;
  color: #000;
}

.systems-tops .wordbots {
  margin-top: .8rem;
}

.systems-tops .wordbots .imgs {
  width: 52.5%;
}

.systems-tops .wordbots .imgs .i {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.systems-tops .wordbots .imgs .i .bgs {
  position: absolute;
  z-index: 0;
  width: 14.3rem;
  height: 2.8rem;
  pointer-events: none;
  right: 0;
  bottom: -2.8rem;
  background: url(/bocstatic/web/img/11.png) repeat left top;
}

.systems-tops .wordbots .imgs .i:before {
  /*position: absolute;
	content:"";
	width:1px;
	height: 50%;
	background-color: #000;
	box-shadow: 10px 10px 3px rgba(0,0,0,.2);
	right: 0;
	bottom: 0;*/
}

.systems-tops .wordbots .imgs img {
  /* width: 13.025rem; */
}

.systems-tops .wordbots .words {
  width: 47.5%;
  padding-top: 2rem;
}

.systems-tops .wordbots .words .tits {
  color: #ff6600;
  line-height: 1.33;
}

.systems-tops .wordbots .words .txts {
  margin-top: 1.55rem;
  max-width: 70%;
  width: 35em;
  line-height: 2.57;
  color: #666666;
}

.sys-texts {
  line-height: 1.5;
}

.sys-texts span {
  color: #ff6600;
}

.systems-bots {
  padding-bottom: 5.05rem;
  padding-top: 3.65rem;
}

.systems-bots .systemsbots-list {
  margin-top: 2.5rem;
}

.business-tops {
  padding-top: 3.75rem;
  padding-bottom: 2.35rem;
}

.business-tops .wel-titles {
  margin-top: .25rem;
  margin-bottom: 1rem;
}

.business-tops .tits {
  line-height: 1.33;
  color: #000;
}

.business-tops .tits span {
  color: #ff6600;
}

.business-tops .txts {
  margin-top: .75rem;
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #756f6e;
  width: 72em;
  max-width: 100%;
}

@-webkit-keyframes h_animation5 {
  70% {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }

  100% {
    transform: translate(-50%, -50%) scale3d(1.85, 1.85, 1);
  }
}

.businesstops-images {
  /*height: (620rem/40);*/
  position: relative;
}

.businesstops-images .bg {
  padding-top: 38.75%;
}

.businesstops-images .items {
  width: 100%;
  left: 0;
  top: 0;
}

.businesstops-images .uls {
  top: 2.2rem;
  width: 100%;
  justify-content: space-between;
  padding: 0 1.8rem;
}

.businesstops-images .lis {
  display: flex;
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
}

.businesstops-images .lis .i {
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 1.7rem;
  padding: 0 1.6rem;
  background-image: linear-gradient(135deg, #fca368, #ff6600, #ff6600);
  color: #fff;
}

.businesstops-images .lis .i img {
  width: .8rem;
  margin-right: .25rem;
  filter: grayscale(100%) brightness(200%);
}

.businesstops-images .lis .span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.businesstops-images .items,
.businesstops-images .uls {
  position: absolute;
}

.businesstops-images .items {
  width: 53.25%;
  margin: 0 auto;
  height: 11.75rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding-left: 3rem;
  padding-right: 4.25rem;
  justify-content: center;
  align-items: center;
}

.businesstops-images .items .li {
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 100%;
  position: relative;
}

.businesstops-images .items .li:before,
.businesstops-images .items .li:after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  /*width: (590rem/40);*/
  /*height: (590rem/40);*/
  border-radius: 50%;
  background-color: rgba(255, 102, 0, 0.05);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.businesstops-images .items .li:before {
  animation: h_animation5 3s cubic-bezier(0.3, 0, 0.24, 1) infinite;
}

.businesstops-images .items .li:after {
  animation: h_animation5 3s cubic-bezier(0.3, 0, 0.24, 1) 0.5s infinite;
}

.businesstops-images .items .li .span {
  position: absolute;
  width: 90%;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.resi-images .cbots-tits {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4rem;
  z-index: 2;
  color: #fff;
}


.businesstops-images .items .li1 {
  /*width: (350rem/40);*/
  width: 57%;
  background-image: url(/bocstatic/web/img/h01.png);
}

.businesstops-images .items .li2 {
  /*width: (260rem/40);*/
  width: 43%;
  background-image: url(/bocstatic/web/img/h02.png);
}

.business-bots.resi-images .resibots-swiper .items .wens {
  padding-top: 5rem;
}

.resi-images .resibots-swiper .items .wens .tits-en {
  color: #fff;
  font-family: 'Didot';
  text-transform: uppercase;
  letter-spacing: .6rem;
  margin-top: .35rem;
}

.resi-images .resibots-swiper .items .wens .tits-cn {
  line-height: 1;
}



.business-bots.resi-images .resibots-swiper .items .wens .tits {
  line-height: 1;
}

.business-bots.resi-images .resibots-swiper .items .wens .txts {
  margin: 0 auto;
  max-width: 100%;
  width: 48em;
  margin-top: .8rem;
  line-height: 1.75;
}

.creations-box {
  padding-top: 3.4rem;
  /* padding-bottom: 4.85rem; */
}

.creations-box .wel-titles {
  margin-top: .6rem;
  /*margin-top: .3rem;*/
  margin-bottom: .5rem;
}

.creations-box .wel-texts {
  /*color: #000000;*/
  line-height: 1.75;
}

.creations-box .creationscreations-itembox {
  margin-top: 1rem;
}

.creations-box .creationscreations-itembox .cons-swiper {
  height: 70vh;
}

.creations-box .creationscreations-itembox .cons-swiper .swiper-container {
  height: 100%;
}

.creationscreations-itembox {
  position: relative;
}

.creationscreations-itembox .uls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
}

.creationscreations-itembox .uls .lis {
  display: flex;
  height: 100%;
  align-items: flex-end;
  color: #fff;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  /*background-image: linear-gradient(to top,rgba(254,102,0,.57),rgba(254,102,0,.57),rgba(254,102,0,0));*/
}

.creationscreations-itembox .uls .tits {
  margin-top: .35rem;
  line-height: 1.6;
  margin-bottom: .2rem;
  text-align: center;
}

.creationscreations-itembox .uls .txts {
  text-align: center;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 1rem;
}

.creationscreations-itembox .uls .box {
  padding-bottom: 0.1rem;
}

.creationscreations-itembox .uls .texts {
  line-height: 2;
  height: 6.35rem;
  overflow: hidden;
  overflow-y: auto;
  height: 0;
  overflow: hidden;
}

.creationscreations-itembox .icons {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
}

.creationscreations-itembox .icons img {
  filter: grayscale(100%) brightness(200%);
}

.creationscreations-itembox .items {
  position: relative;
}

.creationscreations-itembox .items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/bocstatic/web/img/4002.png) rgba(0, 0, 0, .35) no-repeat center;
  background-size: cover;
}

.creationscreations-itembox .items img {
  display: block;
  height: 100%;
}

.creationscreations-itembox .lis {
  width: 25%;
}

.creationscreations-itembox .uls .lis {
  padding-left: 3%;
  padding-right: 3%;
}

.creationscreations-itembox .uls .lis.active {
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(254, 102, 0, 0));*/
  background-image: linear-gradient(to top, rgba(254, 102, 0, 0.8), rgba(254, 102, 0, 0));
  background-size: 100%;
}

.creationscreations-itembox .uls .lis .icons,
.creationscreations-itembox .uls .lis .texts {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.creationscreations-itembox .uls .lis.active {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.creationscreations-itembox .uls .lis.active .texts {
  /* height: 6.35rem; */
  height: 14em;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.creationscreations-itembox .uls .lis.active .icons {
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.creationscreations-itembox .uls .lis.active .icons img {
  filter: none;
}

.empower-ments .wel-texts {
  max-width: 100%;
  width: 54em;
}

.empower-ments .empower-list {
  margin-top: 1.5rem;
}

.empower-list .swiper-pagination {
  width: 100%;
  margin-top: .5rem;
}



.empower-list .words,
.empower-list .texts {
  display: none;
}

.empower-list .items {
  width: 18.125%;
  position: relative;
  overflow: hidden;
}

.empower-list .items img {
  width: 100%;
}

.empower-list .items.active {
  width: 27.5%;
}

.empower-list .items.active,
.empower-list .items {
  /*transition:.4s ease-in-out;*/
}

.empower-list .items.active .images {
  /* padding-top: 178%; */
  padding-top: 150%;
}

.empower-list .items.active .texts {
  opacity: 1;
  transitionb: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.empower-list .items .images {
  /* padding-top: 238%; */
  padding-top: 185%;
  position: relative;
}

.empower-list .items .images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.empower-list .items .words {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 1.8rem;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.empower-list .items .tits {
  width: 2.125rem;
  height: 1.6rem;
  margin: 0 auto;
}

.empower-list .items .txts {
  margin-top: .65rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.empower-list .items .texts {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  background-image: linear-gradient(to top, #ff9b57, #ff6600);
}

.empower-list .items .texts .tits img {
  filter: grayscale(100%) brightness(200%);
}

.empower-list .items .texts .txts-k {
  padding-left: 1.5rem;
  padding-right: 1rem;
  position: absolute;
  left: 0;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding-bottom: 2.65rem;
}

.empower-list .items .texts .txts-k .span {
  /*padding-right: .5rem;*/
  line-height: .75rem;
  max-height: 4.5rem;
  /*overflow: hidden;*/
  /*overflow-y: auto;*/
}

.empower-list .items .twords {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 3rem;
}

.empower-list .items .nums {
  position: absolute;
  width: 4.825rem;
  height: 7.175rem;
  top: 45%;
  left: -10%;
}

.whites {
  /*		.swiper-pagination{
  			width: 100%;
  			margin-top: .5rem;
  		}*/
}



.creations-bottoms {
  position: relative;
}

.creations-bottoms .uls {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.creations-bottoms .uls .lis {
  width: 33.33%;
  height: 50%;
  padding: 3rem 2.25rem 1rem 1.75rem;
  padding-top: 2.15rem;
  position: relative;
  overflow: hidden;
}

.creations-bottoms .uls .lis:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.creations-bottoms .uls .lis:nth-child(3n+3):after,
.creations-bottoms .uls .lis:nth-child(n+4):before {
  display: none;
}

.creations-bottoms .uls .lis:after {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.creations-bottoms .uls .icons {
  position: absolute;
  opacity: .2;
  pointer-events: none;
  right: 2.5rem;
  top: -1.125rem;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.creations-bottoms .uls .icos {
  width: .75rem;
  height: .75rem;
  overflow: hidden;
}

.creations-bottoms .uls .tits {
  color: #fff;
  line-height: 1;
  margin-top: .45rem;
  margin-bottom: .45rem;
}

.creations-bottoms .uls .txts {
  color: #fff;
  line-height: .65rem;
  height: 1.95rem;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}

.creations-center {
  padding-top: 0;
  padding-bottom: 3rem;
  margin-top: .5rem;
}

.creations-tops .wel-titles {
  margin-top: .6rem;
  margin-bottom: .25rem;
}

.creations-tops .wel-texts2 {
  line-height: 1.67;
  margin-top: 1rem;
}

.creations-tops .wel-texts {
  margin-top: .25rem;
  line-height: 1.75;
  /*color: #000000;*/
  width: 53em;
  max-width: 100%;
}

.creations-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.creations-center .imgs {
  width: 11rem;
  height: 10rem;
  margin: 0 auto;
}

.creations-center .lis {
  position: absolute;
  color: #ff6600;
}

.creations-center .lis img {
  width: 2rem;
  height: 2rem;
}
.creations-center .lis .image {
  width: 2rem;
  height: 2rem;
  display: flex;
align-items: center;
justify-content: center;
  background-color: transparent;
  background-color: #ff6600;
  border-radius: 50%;
overflow: hidden;
}
.creations-center .lis .image img{
  width: .85rem;
  height: .85rem;
}

.creations-center .lis:nth-child(2n+1) .icons {
  flex-direction: row-reverse;
}

.creations-center .lis:nth-child(2n+1) .icons .span {
  padding-right: .35rem;
}

.creations-center .lis:nth-child(2n+2) .icons .span {
  padding-left: .35rem;
}

.creations-center .icons {
  line-height: 1;
  align-items: center;
}

.creations-center .icons .span {
  line-height: 1;
}

.creations-center .lis1 {
  left: 5%;
  top: 5%;
}

.creations-center .lis2 {
  right: 5%;
  top: 5%;
}

.creations-center .lis5 {
  left: 5%;
  bottom: 5%;
}

.creations-center .lis3,
.creations-center .lis4 {
  top: 50%;
  transform: translateY(-50%);
}

.creations-center .lis3 {
  left: -3rem;
}

.creations-center .lis4 {
  right: -3rem;
}

.creations-center .lis6 {
  right: 5%;
  bottom: 5%;
}

.creations-center .images {
  padding: 3rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.creations-center .images {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.creations-center .images .lis {
  opacity: 0;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.creations-center .images .lis1,
.creations-center .images .lis3,
.creations-center .images .lis5 {
  opacity: 0;
  margin-left: -1rem;
}

.creations-center .images .lis2,
.creations-center .images .lis4,
.creations-center .images .lis6 {
  /* margin-left: 1rem; */
  margin-right: -1rem;
}

.creations-center .images.animate {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  transform: scale3d(1, 1, 1);
}

.creations-center .images.animate .lis {
  opacity: 1;
  z-index: 4;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  cursor: pointer;
}

.creations-center .images.animate .lis1,
.creations-center .images.animate .lis3,
.creations-center .images.animate .lis5 {
  margin-left: 0;
}

.creations-center .images.animate .lis2,
.creations-center .images.animate .lis4,
.creations-center .images.animate .lis6 {
  /* margin-left: 0; */
  margin-right: 0;
}

.creations-center .images.animate .lis1 {
  transition-delay: .4s;
}
.creations-center .images.animate .lis  .image{
  overflow: hidden;
}
.creations-center .images.animate .lis  .image img{
transition: all .3s;
}
.creations-center .images.animate .lis:hover  .image img{
  transform: scale(1.1);
}

.creations-center .images.animate .lis2 {
  transition-delay: .5s;
}

.creations-center .images.animate .lis3 {
  transition-delay: .6s;
}

.creations-center .images.animate .lis4 {
  transition-delay: .7s;
}

.creations-center .images.animate .lis5 {
  transition-delay: .8s;
}

.creations-center .images.animate .lis6 {
  transition-delay: .9s;
}

.layouts-box {
  padding-top: 2.2rem;
  padding-bottom: 4rem;
  /*align-items: flex-end;*/
}

.layouts-box .words {
  width: 37.8%;
  padding-right: 1.5rem;
}

.layouts-box .images {
  width: 62.2%;
}

.layouts-box .images img {
  /*width: 100%;*/
}

.home-citys .images img.imgs-f{
  /* opacity: 0 !important; */
}

/*.home-citys .images .bgimglist .i{
   opacity: 0!important;
  visibility: hidden;
}*/

.layouts-box .ulstops {
  line-height: 1;
  align-items: center;
  /*color: #000000;*/
}

.layouts-box .wel-titles {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.layouts-box .uls-bots {
  margin-top: 1rem;
}

.layouts-box .uls-bots .lis {
  /*width: 30.5%;*/
  /*margin-left: 4.25%;*/
  width: 32%;
  margin-left: 2%;
  position: relative;
  border-radius: 50%;
  margin-bottom: .3rem;
  padding: .1rem;
  overflow: hidden;
}

.layouts-box .uls-bots .lis:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fbb282;
  display: none;
}

.layouts-box .uls-bots .lis .libox {
  /*border: 1px solid #fbaf7c;*/
  border-radius: 50%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.layouts-box .uls-bots .lis .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*border: .1rem solid #fff;*/
  background-color: #ff6600;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  background: transparent;
}

.layouts-box .uls-bots .lis sup {
  top: 1em;
}

.layouts-box .uls-bots .lis:nth-child(3n+1) {
  margin-left: 0;
}

.layouts-box .uls-bots .lis .txts {
  margin-top: 0;
  line-height: 1.25;
}

.layouts-box .uls-bots .bg {
  padding-top: 100%;
  background: url(/bocstatic/web/img/chgk.png) no-repeat center;
  background-size: 100%;
}

.layouts-box .lay-list {
  padding-top: 1rem;
}

.lay-list {
  color: #4b4948;
  width: 10rem;
}

.lay-list .lay-tops {
  height: 1.75rem;
  background-color: #fff;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 .95rem;
  border-bottom: 1px solid #eeeeee;
}

.lay-list .lay-bots {
  background-color: #fff;
  padding: .55rem .95rem;
  padding-bottom: .5rem;
}

.lay-list .lay-bots .i {
  margin-bottom: .25rem;
  height: .8rem;
  line-height: .8rem;
  width: 20%;
  overflow: hidden;
  /*text-align: center;*/
}

.lay-list .lay-bots .i .span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  vertical-align: top;
}

.lay-list .lay-bots .i .span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff6600;
  height: 3px;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}

.lay-list .lay-bots .i.active .span {
  color: #ff6600;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.lay-list .lay-bots .i.active .span:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  width: 100%;
  opacity: 1;
}

.layouts-box .mapimg {
  transform: translateY(-1rem);
}

.home-citys .uls.active .lis-tops {
  opacity: 0;
  pointer-events: none;
}

.home-citys .ul102 .lis-tops {
  left: 65%;
  top: 73%;
}

.home-citys .ul103 .lis-tops {
  left: 58%;
  top: 64%;
}

.home-citys .ul104 .lis-tops {
  left: 52%;
  top: 64%;
}

.home-citys .ul105 .lis-tops {
  left: 66%;
  top: 58%;
}

.home-citys .ul106 .lis-tops {
  left: 60%;
  top: 44%;
}

.home-citys .ul107 .lis-tops {
  left: 65%;
  top: 32%;
}

.home-type .uls .lis,
.home-type .uls .lis .txts,
.home-type .uls .lis .tits,
.home-type .uls .lis .jt,
.home-type .uls .lis .line:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.home-type .uls .lis.active {
  background-color: #ffffff;
}

.home-type .uls .lis.active,
.home-type .uls .lis.active .txts,
.home-type .uls .lis.active .tits,
.home-type .uls .lis.active .jt,
.home-type .uls .lis.active .line:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.home-type .uls .lis.active .txts,
.home-type .uls .lis.active .tits {
  color: #ff6600;
}

.home-type .uls .lis.active .line:before {
  width: 100%;
}

.home-type .uls .lis.active .jt {

  background: url(/bocstatic/web/img/3-002.png) no-repeat left center;
  background-size: .7rem .3rem;
}

.con-header {
  background-color: #fff;
}

.header .navrights .li.langs:hover .li-tops {
  color: #ff6600;
}

.header .navrights .li.searchs .li-tops {
  filter: brightness(0);
  opacity: .4;
  cursor: pointer;
}

.header .navrights .li.searchs .li-tops:hover {
  filter: none;
  opacity: 1;
}

.header .li.weblist {
  position: relative;
}

.header .li.weblist .li-bots {
  position: absolute;
  top: 2.1rem;
  line-height: 1.75;
  background-color: #fff;
  width: 124px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
}

.header .li.weblist .li-bots a {
  color: #666;
  display: block;
  width: 100%;
  line-height: 1.75;
  padding: 5px .25rem;
}

* {
  /*font-weight: lighter;*/
}


/**/
.joinssearchs-uls .li {
  color: #222222;
  line-height: 1.89;
}

.joinssearchs-uls .li.active {
  color: #ff6600;
  /*font-weight: bold;*/
}

.joinssearchs-uls .li:nth-child(n+2) {
  margin-left: 1.75rem;
}

.joinssearchs .products-bottoms {
  margin-top: .75rem;
}

.search-box.joins-box .joins-inputs {
  margin-top: .8rem;
  margin-bottom: 1.95rem;
}

.search-box.joins-box {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
  min-height: 90vh;
}

.joins-box .joins-inputs {
  margin-top: 1.125rem;
  margin-bottom: 1.3rem;
}

.joins-inputs .inputs {
  width: 15.9rem;
  margin: 0 auto;
  border: 2px solid #959595;
  position: relative;
  color: #333;
  border-radius: .1rem;
}

.joins-inputs .inputs input:-moz-placeholder,
.joins-inputs .inputs textarea:-moz-placeholder {
  color: #c0c0c0;
}

.joins-inputs .inputs input::-moz-placeholder,
.joins-inputs .inputs textarea::-moz-placeholder {
  color: #c0c0c0;
}

.joins-inputs .inputs input:-ms-input-placeholder,
.joins-inputs .inputs textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.joins-inputs .inputs input::-webkit-input-placeholder,
.joins-inputs .inputs textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}

.joins-inputs .inputs input[type=text] {
  height: 1.4rem;
  line-height: 1.4rem;
  width: 100%;
  padding: 0 1.25rem;
}

.joins-inputs .inputs input[type=submit] {
  width: .5rem;
  text-indent: -999px;
  overflow: hidden;
  height: .5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/bocstatic/web/img/searchs.png) no-repeat center;
  background-size: 100%;
  left: .6rem;
}

.systemsbots-list .items {
  /*width: 29.5%;*/
  width: 20%;
  background-color: #f7f3f0;
  position: relative;
}

.systemsbots-list .items .it-tops,
.systemsbots-list .items .it-bots {
  height: 16.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.systemsbots-list .items .icos {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}

.systemsbots-list .items .box {
  width: 100%;
}

.systemsbots-list .items .it-bots {
  /*display: none;*/
  background-image: linear-gradient(225deg, #fca368, #fca368, #ff6600);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.systemsbots-list .items .it-bots .imgs {
  height: 9.625rem;
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.systemsbots-list .items .it-bots .texts {
  line-height: .6rem;
  color: rgba(255, 255, 255, 0.8);
  width: 80em;
  height: 2.4rem;
  overflow: hidden;
  max-width: calc(70% - 3em);
  overflow-y: auto;
  text-align: center;
}

.systemsbots-list .items:nth-child(n+2) {
  margin-left: .5%;
}

.systemsbots-list .items .txts {
  margin-top: 1.25rem;
  margin-bottom: .9rem;
  padding: 0 .5rem;
  line-height: 1.528;
}

.systemsbots-list .items .texts {
  color: #666666;
  line-height: .75rem;
  margin: 0 auto;
  width: 23em;
  max-width: 92%;
}

.home-type .images .swiper-container,
.home-type .images .swiper-wrapper,
.home-type .images .swiper-slide,
.home-type .images .imgs,
.home-type .images img {
  /*height: 100%;*/
}

.home-abouts .uls-left .imgs img {
  max-height: 100%;
  display: block;
}

.cultures-lists .li .images video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  /*background-color: #000;*/
  display: block;
}

.cultures-lists .li .words {
  pointer-events: none;
}

.resiinfos-01 .imglists .icon .bg-k {
  transition: 1.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.resiinfos-01 .imglists .icon .bg-k.cur {
  transition: 1.5s cubic-bezier(0.3, 0, 0.24, 1);
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.resiinfos-01 .imglists .icon .bg-k,
.resiinfos-items .lists .icons .bg-k {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 3;
}

.home-citys .uls .lis-bots {
  opacity: 0;
}

.home-citys .uls.active .lis-bots {
  opacity: 1;
}

.home-citys .ul101 .shenzhen {
  left: 61%;
  top: 85%;
}

.home-citys .ul101 .zhongshan {

  left: 60%;
  top: 85.5%;

}

.home-citys .ul101 .guangzhou {
  left: 58%;
  top: 85%;
}

.home-citys .ul101 .zhuhai {
  left: 58%;
  top: 87%;
}

.home-citys .ul101 .dongguan {
  left: 59%;
  top: 83%;
}

.home-citys .ul101 .foshan {
  left: 57%;
  top: 86%;
}

.home-citys .ul101 .guangdong {
  left: 58%;
  top: 85%;
}

.home-citys .ul101 .kunming {
  left: 40%;
  top: 80%;
}

.home-citys .ul101 .heyuan {
  left: 58%;
  top: 83%;
}

.home-citys .ul101 .haikou {
  left: 54%;
  top: 93%;
}

.home-citys .ul101 .huizhou {
  left: 61%;
  top: 83%;
}

.home-citys .ul101 .qingyuan {
  left: 56%;
  top: 84%;
}

.home-citys .ul101 .jiangmen {
  left: 55%;
  top: 87%;
}

.home-citys .ul101 .zhanjiang {
  left: 54.5%;
  top: 89.5%;
}

.home-citys .ul101 .beihai {
  left: 53%;
  top: 88%;
}

.home-citys .ul101 .nanning {
  left: 52%;
  top: 84%;
}

.home-citys .ul102 .hangzhou {
  left: 70.5%;
  /*left: 71%;*/
  top: 64%;
}

.home-citys .ul102 .ningbo {
  left: 72%;
  top: 65%;
}

.home-citys .ul102 .shaoxing {
  left: 72%;
  /*left: 71%;*/
  top: 65.5%;
}

.home-citys .ul102 .jinhua {
  left: 68%;
  top: 69%;
}

.home-citys .ul102 .jiaxing {
  left: 71%;
  top: 63%;
}

.home-citys .ul102 .nanchang {
  left: 65%;
  top: 70%;
}

.home-citys .ul102 .wenzhou {
  left: 71.5%;
  /*left: 71%;*/
  top: 71%;
}

.home-citys .ul102 .ruian {
  left: 71%;
  top: 72%;
}
.home-citys .ul102 .quzhou{
  /* left: 68%; */
  /* top: 70%; */
  left: 70%;
  top: 68%;
}
.home-citys .ul102 .taizhou {
  left: 73%;
  top: 69%;
}

.home-citys .ul102 .xiamen {
  /* left: 69%; */
  /* top: 78%; */
  left: 68.5%;
  top: 79%;
}

.home-citys .ul102 .pingtan {
  left: 71%;
  top: 76%;
}


.home-citys .ul105 .taizhou {
  left: 69.8%;
  top: 57.5%;
}


.home-citys .ul102 .zhangzhou {
  left: 67%;
  top: 78%;
}

.home-citys .ul102 .jiujiang {
  left: 64%;
  top: 67%;
}

.home-citys .ul102 .zhoushan {
  left: 73%;
  top: 62%;
}

.home-citys .ul102 .fuzhou {
  left: 70%;
  top: 75%;
}

.home-citys .ul102 .lishui {
  left: 69%;
  top: 71%;
}

.home-citys .ul102 .quanzhou {
  /* left: 70%; */
  /* top: 76%; */
  left: 69.5%;
    top: 77%;
}

.home-citys .ul102 .fuzhou {
  /* left: 66%; */
  /* top: 73%; */
  left: 70.5%;
  top: 75%;
}

.home-citys .i-dian .tits {
  pointer-events: none;
}

.home-citys .ul105 .shanghai {
  left: 72%;
  top: 61%;
}

.home-citys .ul105 .nanjing {
  left: 68%;
  top: 58%;
}

.home-citys .ul105 .changzhou {
  left: 69%;
  top: 60%;
}

.home-citys .ul105 .yangzhou {
  left: 69%;
  top: 57%;
}

.home-citys .ul105 .suzhou {
  left: 70%;
  top: 60%;
}

.home-citys .ul105 .wuxi {
  left: 69%;
  top: 61%;
}

.home-citys .ul105 .huaian {
  left: 68%;
  top: 56%;
}

.home-citys .ul105 .kunshan {
  left: 70%;
  top: 62%;
}

.home-citys .ul105 .zhenjiang {
  left: 65%;
  top: 57%;
}

.home-citys .ul105 .chuzhou {
  left: 69%;
  top: 58%;
}

.home-citys .ul105 .xuzhou {
  left: 65%;
  top: 54%;
}

.home-citys .ul105 .hefei {
  left: 65%;
  top: 60%;
}

.home-citys .ul105 .nantong {
  left: 71%;
  top: 58%;
}


.home-citys .ul105 .changshu {
  left: 70.5%;
  top: 62%;
}

.home-citys .ul105 .wuhu {
  left: 67%;
  top: 62%;
}

.home-citys .ul105 .yancheng {
  left: 67%;
  top: 62%;
}

.home-citys .ul105 .fuyang {
  left: 63%;
  top: 58%;
}

.home-citys .ul105 .anqing {
  left: 65%;
  top: 64%;
}

.home-citys .ul103 .wuhan {
  left: 61%;
  top: 64%;
}
.home-citys .ul103 .yichang{
  left: 56%;
  top: 63.5%;
}


.home-citys .ul103 .chansha {
  left: 59%;
  top: 70%;
}

.home-citys .ul103 .loudi {
  left: 57%;
  top: 71%;
}


.home-citys .ul103 .zhengzhou {
  left: 60%;
  top: 53%;
}

.home-citys .ul103 .zhuzhou {
  left: 59%;
  top: 71%;
}

.home-citys .ul103 .ezhou {
  left: 62%;
  top: 65%;
}

.home-citys .ul103 .xiangyang {
  left: 57%;
  top: 64%;
}

.home-citys .ul103 .luoyang {
  left: 58%;
  top: 53%;
}

.home-citys .ul103 .nanyang {
  left: 57%;
  top: 57%;
}

.home-citys .ul104 .xian {
  left: 53%;
  top: 55%;
}

.home-citys .ul104 .yibin {
  left: 46%;
  top: 67%;
}

.home-citys .ul104 .dingxi {
  left: 45%;
  top: 50%;
}

.home-citys .ul104 .chongqing {
  left: 50%;
  top: 67%;
}

.home-citys .ul104 .chengdu {
  left: 44%;
  top: 63%;
}

.home-citys .ul104 .guiyang {
  left: 48.5%;
  top: 76%;
}

.home-citys .ul104 .yinchuan {
  left: 47.5%;
  top: 43%;
}

.home-citys .ul107 .shenyang {
  left: 73%;
  top: 30%;
}

.home-citys .ul107 .dalian {
  /*left: 71.5%;*/
  /*top: 40%;*/
  left: 71.2%;
  top: 41%;
}

.home-citys .ul107 .jilin {
  left: 75%;
  top: 26%;
}

.home-citys .ul107 .changchun {
  left: 73%;
  top: 25%;
}

.home-citys .ul107 .harbin {
  left: 78%;
  top: 21%;
}

.home-citys .ul107 .huhehaote {
  left: 56%;
  top: 36%;
}

.home-citys .ul107 .baotou {
  left: 54%;
  top: 36%;
}

.home-citys .ul106 .beijing {
  left: 63%;
  top: 39%;
}

.home-citys .ul106 .tianjin {
  left: 64.9%;
  top: 41.5%;
}

.home-citys .ul106 .yantai {
  left: 71%;
  top: 46%;
}

.home-citys .ul106 .baoding {
  left: 64%;
  top: 42%;
}

.home-citys .ul106 .qinhuangdao {
  left: 67%;
  top: 40%;
}

.home-citys .ul106 .cangzhou {
  left: 64.5%;
  top: 43%;
}

.home-citys .ul106 .qingdao {
  left: 68%;
  top: 48%;
}

.home-citys .ul106 .taiyuan {
  left: 57%;
  top: 45%;
}

.home-citys .ul106 .jinan {
  left: 64%;
  top: 48%;
}

.home-citys .ul106 .shijiazhuang {
  left: 63%;
  top: 43%;
}

.home-citys .ul106 .langfang {
  left: 64%;
  top: 40%;
}

.home-citys .ul106 .weihai {
  left: 71%;
  top: 44%;
}

.home-citys .ul106 .tangshan {
  left: 65%;
  top: 39%;
}

.home-citys .ul106 .zibo {
  left: 67%;
  top: 47%;
}

.home-citys .ul106 .jinzhong {
  left: 58%;
  top: 46%;
}

.home-citys .ul106 .handan {
  left: 62%;
  top: 46%;
}

img.w100 {
  width: 100%;
}

.tc {
  text-align: center;
}

.lin1 {
  line-height: 1;
}

.bgcenter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*video 弹框*/
.video-fixed {
  z-index: 5000 !important;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(/bocstatic/web/img/imgbox/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;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  /*width: 84.8vw;*/
  /*height: 48vw;*/
  width: 80%;
}

.video-fixed .videoboxs .box {
  padding-top: 56.25%;
  position: relative;
}

.video-fixed .videoboxs .box video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-fixed .videoboxs video {
  object-fit: cover;
}

.cultures-lists .li {
  /*overflow: hidden;*/
}

.header .m-header .navrights {
  margin-right: 1em;
}

.wkjhkl .wel-titles {
  margin-bottom: 1.1rem;
}

.wel-business-list.km2 {
  padding-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .about-list2 .contentbox .tit3 {
    width: 100%;
    margin-left: 0;
  }

  .video-fixed .videoboxs {
    width: 90%;
    /*height: 90%;*/
  }

  .header .navrights .li.searchs .li-tops img {
    position: relative;
    top: -.1rem;
  }

}

.icons-list .items {
  width: auto;
  width: 20%;
  text-align: center;
  padding-top: 1.2rem;
  color: #4b4948;
  padding-bottom: 1rem;
}

.icons-list .items.active {
  background-color: #f7f3f0;
  color: #ff6600;
}

.icons-list .items.active .images img {
  filter: brightness(1);
  opacity: 1;
}

.ko02.icons-list .images {
  margin: 0;
  margin-right: .6rem;
}

.ko02.icons-list .items {
  width: 50%;
  display: flex;
  padding-top: .7rem;
  padding-bottom: .7rem;
  justify-content: center;
}

.ko01.icons-list .items {
  width: 33.33%;
}

.icons-list .images {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  margin-bottom: .5rem;
}

.icons-list .images img {
  /*filter: brightness(0);*/
  /*opacity: .3;*/
}

.icons-list .words {
  line-height: 1.73;
}

@media (max-width: 1024px) {
  .honors-list .honor-rights .swiper-pagination {
    width: 100%;
    margin-top: 1rem;
    position: static;
  }


  .wel-business-list .li .words {
    /*display: none;*/
  }

  .wel-business-list .li .tits,
  .wel-business-list .li .words .icons,
  .wel-business-list .li .words .jt {
    display: none;
  }

  .wel-business-list .uls-tops .li:nth-child(n+2) {
    margin-top: 0 !important;
  }

  .wel-business-list .uls-tops .li:nth-child(n+4) {
    display: block;
  }

  .honors-left .li .lis:after {
    width: .75rem;
    height: .75rem;
  }

  .honors-left .li .lis:after {
    opacity: .5;
  }

  .honors-list .honor-rights .nums .span:before,
  .honors-list .honor-rights .nums .span:after {
    top: 50%;
    transform: translateY(-50%);
  }

  .honors-left .li.active .lis:after,
  .honors-left .li.swiper-slide-active2 .lis:after {
    width: .75rem;
    height: .75rem;
  }

  .honors-left .li .lis {
    bottom: .4rem;
  }

}

@media (max-width: 768px) {
  .video-fixed .videoboxs {
    width: 100%;
    /*height: 80%;*/
    /*bottom: 0;*/
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }

  .honors-list .honor-rights .txts {
    color: #999;
  }

  .honors-list .honor-rights .tits {
    line-height: 1.5;
    margin-top: .5rem;
    margin-bottom: .35rem;
  }

  .honors-list .honor-rights .items .i {
    width: 100%;
  }

  .honors-list .honor-rights .items .i:nth-child(n+2) {
    margin-top: 1.25rem;
  }

  .resi-images .resibots-swiper .items .wens {
    width: 98%;
  }
}

/**/
.m-header .welcome-a img {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.m-searchs {
  margin-left: .5rem;
  margin-right: .35rem;
}

.m-searchs .span {
  width: 40px;
  height: 50px;
  background: url(/bocstatic/web/img/imgbox/sear2.png) no-repeat center;
  background-size: 50%;
}

.m-header {
  height: 50px;
  width: 100%;
  position: relative;
  width: 100%;
  background: #fff;
}

.m-header .w-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 50px;
  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: #ff6600;
}

.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: 50px;
  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(/bocstatic/web/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: 20px;*/
  /*width: 22px;*/
  width: 18px;
  height: 18px;
  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: #808080;
  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: 8px;
}

.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;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  /*left: 0;*/
  right: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20000;
  width: 56%;

}

.m-header .sub-menu .ckbox {
  background: url(/bocstatic/web/img/cklosebg.png) no-repeat center;
  padding: 60px 0 0;
  background-size: cover;
  overflow-y: auto;
  height: 100%;
  position: relative;
  z-index: 3;

}

.m-header .sub-menu {
  transform: translateX(100%);
  transition: .6s ease-in-out;
}

.m-header .sub-menu.active {
  transform: translateX(0%);
  transition: .6s ease-in-out;
}

.m-header .sub-menu .cklose img {
  display: block;
}

.m-header .sub-menu .cklose {
  position: absolute;
  right: .9rem;
  top: .6rem;
  background-color: #ff6600;
  width: 1.25rem;
  height: 1.25rem;
}

.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(/bocstatic/web/img/imgbox/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(/bocstatic/web/img/imgbox/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%;
  background: #fff;
  z-index: 5;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  font-size: 13px;
  line-height: 2.5;
  height: 2.5em;
  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/img/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 {
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff6600;
  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 {
  width: 25px;
  height: 25px;
  background: url(/bocstatic/web/img/imgbox/search.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu li.active .sub-tit {
  /*background: $colors;*/
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  color: #333;
}

.m-header .sub-menu li.active .sec-list {
  background-color: #ff6600;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.m-header .sub-menu li.active .sec-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.75rem;
  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;
}

.m-header .sub-menu li.active .sec-list a {
  color: #fff;
}

.m-header .sub-menu li.active .tit {
  color: #fff;
}

body {
  overflow: hidden;
}

.arialbold {
  /*font-weight: bold;*/
}

@media (max-width: 1024px) {
  .con-banner .titles-swiper {
    width: 100%;
    padding: 0 1.5rem;
  }

  .newsinfo-words .wens-bots {
    padding-right: 0;
  }

  .w1400 {
    width: 92%;
  }

  .newsinfo-words .wens-bots .btn-submit-btn {
    position: static;
    margin-top: 1rem;
    display: block;
  }

  .newsinfo-words .wens-bots .btn-submit-btn span:before {
    width: .55rem;
    height: .55rem;
  }

  .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: 4px;
    transform: rotate(-45deg);
  }
}

/*pc*/
.m-header {
  position: relative;
  left: 0;
  top: 0;
  background: transparent;
}

.m-header .w-header {
  background: transparent;
}

.m-header .w-header .con-searchs {
  width: .8rem;
  height: 50px;
  margin-left: .5rem;
}

.m-header .w-header .con-searchs img {
  display: block;
}

.m-header .w-header .langs-a {
  width: .75rem;
  display: block;
  height: 50px;
}

.m-header .w-header .langs-a img {
  display: block;
}

.m-header .w-header .con-searchs,
.m-header .w-header .langs-a {
  display: flex;
  align-items: center;
}

.m-header .nav-btn .line {
  /*background: #333;*/
}

.news-selects .selects-bots {
  /*max-height: 120px;*/
  /*overflow-y: auto;*/
}

.contacts04left-box .tr-bots .spantits {
  position: absolute;
  left: 0;
  top: 0;
}

.contacts04left-box .tr .spantits {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.contacts04left-box .tr.active .tr-tops .spantits {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #ff6600;
}

.contacts04left-box .tr.active .tr-tops:before {
  transform: none;
}

.c-contact-us-tops {
  padding-top: 4rem;
  padding-bottom: 3.75rem;
}

.c-contact-us-tops .uls-texts {
  color: #808080;
  margin-top: .75rem;
  line-height: 1.75;
}

.c-contact-us-tops .texts-list {
  width: 42%;
}

.c-contact-us-tops .words-list {
  width: 45%;
}

.c-contact-us-tops .box {
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}

.c-contact-us-tops .imgs {
  overflow: hidden;
  margin-top: 2rem;
}

.c-contact-us-tops .imgs img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.c-contact-us-tops .wel-titles {
  margin-bottom: 1.3rem;
  margin-top: .45rem;
  line-height: 1.3;
}

.c-contact-us-tops .bg {
  position: absolute;
  right: 0;
  top: -1.05rem;
  pointer-events: none;
  width: 9.675rem;
  height: 10.15rem;
}

.c-contact-us-tops .uls .lis {
  /*color: #000000;*/
  /*padding-bottom: .75rem;*/
  padding-bottom: .6rem;
  border-bottom: 1px solid #d0d0d0;
  padding-top: .5rem;
}

.c-contact-us-tops .uls .lis .li-tops {
  height: .8rem;
  line-height: .8rem;
}

.c-contact-us-tops .uls .lis .li-bots {
  line-height: 1;
  margin-top: .3rem;
}

.c-contact-us-tops .uls .lis .li-tops,
.c-contact-us-tops .uls .lis .li-bots {
  padding-left: 1.4rem;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 1680px) {

  .home-abouts .uls-right .li {
    padding-left: .25rem;
    width: 49%;
    margin-left: 2%;
  }

  .c-contact-us-tops .uls .lis .li-tops,
  .c-contact-us-tops .uls .lis .li-bots {
    padding-left: 1rem;
    position: relative;
    white-space: nowrap;
  }

}

.cases-list .words .tywens {
  padding-top: .6rem;
  margin-top: .6rem;
  border-top: 1px solid #e0dbd3;
}

@media screen and (min-width: 1025px) {
  .cases-list .items {
    position: relative;
  }

  .cases-list .words {
    /*    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    overflow-y:auto;
    height: 100%;*/
  }





  .resi-images .resibots-swiper .items .mores,
  .resi-images .resibots-swiper .items .mores:hover {
    transition: .5s ease-in-out;
  }

  .resi-images .resibots-swiper .items .mores:hover {
    border-color: transparent;
  }

  .resi-images .resibots-swiper .items .mores:hover:before {
    width: 100%;
    left: 0px;
  }


  .home-abouts .words {
    width: 58%;
  }

  .home-abouts .uls-right .li .txts {
    width: 15em;
  }

  .home-abouts .uls-left .txts {
    /*width: 8em;*/
  }

  .con-banner .titles-swiper .swiper-button-next,
  .con-banner .titles-swiper .swiper-button-prev {
    display: none;
  }
}

.c-contact-us-tops .uls .lis img {
  position: absolute;
  left: 0;
  width: .7rem;
  height: .7rem;
  top: .05rem;
}

.c-contact-us-tops .uls .lis2 {
  display: flex;
  justify-content: space-between;
}

.c-contact-us-bots {
  background-color: #fff;
  padding-top: 3.1rem;
}

.c-contact-us-bots-tops {
  padding-bottom: .95rem;
}

.c-contact-us-bots-tops .tits {
  /*color: #000000;*/
  line-height: 1.26;
  margin-bottom: .9rem;
}

.c-contact-us-bots-tops .c-con-swiper .items {
  width: auto;
  margin-right: 1.5rem;
  /*margin-right: 3.35rem;*/
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  cursor: pointer;
}

.c-contact-us-bots-tops .c-con-swiper .items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-color: #ff6600;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.c-contact-us-bots-tops .c-con-swiper .items.active {
  color: #ff6600;
}

.c-contact-us-bots-tops .c-con-swiper .items.active:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.c-contact-us-bots-tops .c-con-swiper .items:last-child {
  margin-right: 0;
}

.c-contact-us-bots-tops .c-con-swiper.cons-swiper.onac .swiper-wrapper {
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

.c-contact-us-bots-tops .c-con-swiper .swiper-container:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 3px;
  height: 1px;
  background-color: #e6e6e6;
}

.c-contact-us-bots-bots .map {
  height: 13.1rem;
}

.c-contact-us-bots-bots .texts {
  position: relative;
  padding-left: 1.3rem;
  line-height: .9rem;
  color: #666666;
}

.c-contact-us-bots-bots .texts .ico {
  position: absolute;
  width: .8rem;
  left: 0;
  top: .05rem;
}

.c-contact-us-bots-bots .maps {
  margin-top: 0.95rem;
  /*margin-top: 2.7rem;*/
}

.systemsbots-list .items .it-tops .texts {
  display: none;
}

.cases-inputs-list .selects.active .selects-tops:before {
  background: url(/bocstatic/web/img/1-01-003.png) no-repeat center;
  background-size: 100%;
}

.honors-box .pre {
  position: relative;
}

.honors-box .pre .bgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.4rem;
}

.systems-tops .wordbots .imgs {
  justify-content: center;
}

.cultures-lists .li .nums i {
  display: inline-block;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.jswiper {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.jswiper .swiper-container {
  overflow: visible;
}

@media (min-width: 1025px) {
  .honors-left .li .span {
    width: 3em;
    display: flex;
    justify-content: space-between;
  }


  .cultures-lists .li .nums .i b,
  .cultures-lists .li:hover .nums .i b {
    transition: all .6s;
    display: block;
  }

  .cultures-lists .li:hover .nums .i .b1 {
    transform: translateX(100%);
  }

  .cultures-lists .li:hover .nums .i .b2 {
    transform: translateX(100%);
  }

  .systems-tops .wordbots .imgs {
    padding-right: 1.5rem;
    justify-content: center;
  }

  .contacts-lists .contacts-forms {
    position: relative;
  }

  .contacts-forms .images {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .wel-mores a {
    display: flex;
  }

  .wel-mores a:hover {
    color: #ff6600;
  }

  .wel-mores a span {
    transition: .5s ease-in-out;
  }

  .wel-mores a:hover span {
    transform: translateX(5px);
    transition: .5s ease-in-out;
  }

  .cases-inputs-list .selects:hover .selects-tops:before {
    /*transform: rotate(-180deg);*/
    /*transform-origin:  center 0;*/
    background: url(/bocstatic/web/img/1-01-003.png) no-repeat center;
    background-size: 100%;
  }

  .cases-inputs-list .selects:hover .selects-tops:before,
  .cases-inputs-list .selects .selects-tops:before,
  .cases-inputs-list .inputs .submit:hover span:before,
  .cases-inputs-list .inputs .submit span:before,
  .cases-inputs-list .selects-bots .i:hover,
  .cases-inputs-list .selects-bots .i {
    transition: .5s ease-in-out;
  }

  .cases-inputs-list .selects-bots .i:hover {
    background-color: #ff6600;
    color: #fff;
  }

  .cases-inputs-list .inputs .submit:hover span:before {
    transition: .5s ease-in-out;
    transform: translate(-5px, -50%);
  }

  .home-citys .words {
    padding-top: 1.75rem;
  }

  .creations-bottoms .uls .lis .icos {
    transition: .5s ease;
  }

  .creations-bottoms .uls .lis:hover .icos {
    opacity: 0;
    transition: .5s ease;
  }

  .layouts-box .images.mapimg {
    margin-top: 4rem;
  }

  .teams-list .items:nth-child(1) .words,
  .teams-list .items:nth-child(2) .words {
    padding-top: 1.85rem;
  }

  .teams-list .items {
    align-items: normal;
  }

  .contacts03-lists .td img {
    transition: .5s ease-in-out;
  }

  .contacts03-lists .td:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.02, 1.02, 1);
  }


  .c-contact-us-bots-tops .c-con-swiper .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #ff6600;
  }

  .c-contact-us-bots-tops .c-con-swiper .items:hover:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .about-list5 .videobox video,
  .about-list5 .videobox img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .about-list5 .videobox:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .home-citys .i-dian .span .tits {
    opacity: 0;
  }

  .home-citys .i-dian .span:hover span {
    opacity: 1;
  }

  .home-citys .i-dian .span:hover span:before {
    opacity: 1;
  }

  .home-citys .i-dian .span:hover .tits {
    opacity: 1;
  }

  .lay-list .lay-bots .i .span:hover {
    color: #ff6600;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .lay-list .lay-bots .i .span:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    width: 100%;
    opacity: 1;
  }

  .home-citys .home-city-lists .mores:hover span:before {
    transform: translate(5px, -50%);
  }

  .home-citys .home-city-lists .mores:hover span:before,
  .home-citys .home-city-lists .mores span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .creationscreations-itembox .uls .lis {
    /*&:hover{
        background-image: linear-gradient(to top,rgba(254,102,0,.57),rgba(254,102,0,0));
        background-size: 100%;
    }
    .icons,
    .texts{
    	transition:.5s $ease;
    }
    &:hover{
    	transition:.5s $ease;
    	.texts {
    		height: 6.35rem;
    		transition:1s $ease;
    	}
    	.icons{
    		background-color: #fff;
    		border-radius: 50%;
    		transition:.5s $ease;
    		img{
    			filter:none;
    		}
    	}
    }*/
  }

  .contacts04right-box .submit input,
  .contact-list-forms .submits input,
  .contacts-forms .formlist .lis.submits input {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .contacts04right-box .submit input:hover,
  .contact-list-forms .submits input:hover,
  .contacts-forms .formlist .lis.submits input:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-10px);
  }

  .contacts04left-box .tr .spantits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .contacts04left-box .tr:hover .tr-tops .spantits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #ff6600;
  }

  .joins01-items .items .items-bots {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 0;
  }

  .joins01-items .items:hover .items-tops {
    opacity: 0;
  }

  .joins01-items .items:hover .items-bots {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .joins-list-titles .li:hover {
    color: #4b4948;
    /*color: inherit;*/
  }

  .joins-list-titles .li:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 1;
  }

  .videos-list .videos-tops .items .words .txts,
  .videos-list .videos-tops .items img,
  .videos-list .videos-bots .items .words .txts,
  .videos-list .videos-bots .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .videos-list .videos-tops .items:hover .words .txts,
  .videos-list .videos-bots .items:hover .words .txts {
    color: #ff6600;
  }

  .videos-list .videos-tops .items:hover img,
  .videos-list .videos-bots .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .news-selects .selects-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .news-selects .selects-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background: #ff6600;
  }

  .news-tops .items .imgs:before {
    z-index: 2;
  }

  .news-tops .items:hover .imgs img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .news-tops .items .imgs img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }


  .news-bots .list .items .words .tits,
  .news-bots .list .items:hover .words .tits,
  .news-bots .list .items .words .txts,
  .news-bots .list .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .news-bots .list .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .news-bots .list .items .words .tits,
  .news-bots .list .items:hover .words .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #ff6600;
  }

  .news-bots .list .items:hover,
  .news-bots .list .items {
    transition: .5s ease-in-out;
  }

  .news-bots .list .items:hover {
    background-color: #ffe3d0;
  }

  .con-banner .images {
    padding-top: 23.4375%;
    overflow: hidden;
    position: relative;
  }

  .con-banner .images img.pcbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .titles-swiper .items span,
  .titles-swiper .items span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .titles-swiper .items:hover span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #ff6600;
  }

  .titles-swiper .items:hover span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 1;
  }

  .wel-business-list .uls-tops .li .txts,
  .wel-business-list .uls-bots .li .txts {
    height: 0;
    margin-top: .85rem;
    margin-bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .wel-business-list .li:hover .images img {
    opacity: .2;
  }

  .home-citys .i-dian .text-list {
    /*transition:.5s $ease;*/
  }

  .home-citys .i-dian:hover .text-list {
    /*transition:.5s $ease;*/
    /*opacity: 1;*/
  }

  .home-citys .i-dian .wen .li {
    trahsition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .home-citys .i-dian .wen .li:hover {
    color: #ff6600;
    trahsition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .wel-business-list .uls-tops .li:hover .txts {
    height: 2.8rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .wel-business-list .uls-bots .li:hover .txts {
    height: 1.4rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .home-type .uls .lis,
  .home-type .uls .lis .txts,
  .home-type .uls .lis .tits,
  .home-type .uls .lis .jt,
  .home-type .uls .lis .line:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .home-type .uls .lis:hover {
    background-color: #ffffff;
  }

  .home-type .uls .lis:hover,
  .home-type .uls .lis:hover .txts,
  .home-type .uls .lis:hover .tits,
  .home-type .uls .lis:hover .jt,
  .home-type .uls .lis:hover .line:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .home-type .uls .lis:hover .txts,
  .home-type .uls .lis:hover .tits {
    color: #ff6600;
  }

  .home-type .uls .lis:hover .line:before {
    width: 100%;
  }

  .home-type .uls .lis:hover .jt {
    background: url(/bocstatic/web/img/3-002.png) no-repeat left center;
    background-size: .7rem .3rem;
  }

  .header .li.weblist .li-bots a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .header .li.weblist .li-bots a:hover {
    color: #fff;
    background-color: #ff6600;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .newsinfo-words .btnsbox .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .newsinfo-words .btnsbox .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #ff6600;
  }

  .newsinfo-words .wens-bots .btn-submit-btn span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .newsinfo-words .wens-bots .btn-submit-btn:hover span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translate(5px, -50%);
  }

  .info-titles .li:hover,
  .info-titles .li.active {
    color: #ff6600;
  }

  .resi-images .resitops-swiper .items:hover:before {
    opacity: .5;
  }

  .resi-images .resitops-swiper .items:hover span:after,
  .resi-images .resitops-swiper .items:hover span:before {
    opacity: .5;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .teams-list .items .ibgs,
  .teams-list .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .teams-list .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #ffe3d0;
  }

  .teams-list .items:hover .ibgs {
    opacity: 1;
  }

  .cultures-lists .li:hover .nums span {
    height: 0;
  }

  .cultures-lists .li:hover .nums {
    color: #ff6600;
  }

  .cultures-lists .li:hover .nums,
  .cultures-lists .li .nums,
  .cultures-lists .li:hover .nums span,
  .cultures-lists .li .nums span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .honors-list .honor-swiper-bots .cribots .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .honors-list .honor-swiper-bots .cribots .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .bocweb-footer-box a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .bocweb-footer-box a:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff !important;
  }

  .join-us-list-03 .words .txts a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .join-us-list-03 .words .txts a:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .ser-list-02 .uls .lis .spans,
  .ser-list-02 .uls .lis .lis-tits:before,
  .ser-list-02 .uls .lis .spans:after {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ser-list-02 .uls .lis:hover .spans {
    color: #ff6600;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ser-list-02 .uls .lis:hover .spans:after {
    width: 100%;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 1;
  }

  .ser-list-02 .uls .lis:hover .lis-tits:before {
    /*opacity: 1;*/
  }

  .cockpits03-list .images .items:hover .spans {
    color: #ff6600;
  }

  .cockpits03-list .images .items:hover .ico img {
    filter: brightness(1);
    opacity: 1;
  }

  .cockpits03-list .images .items:hover .box:before {
    opacity: 1;
  }

  .a-link-down {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .a-link-down:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .businesstops-images .lis .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .businesstops-images .lis .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .papersbots-list .items.active {

    width: 47.5%;
    background-color: #fff;

  }

  .papersbots-list .items.active .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 1;
    height: 2.25rem;
  }

  .creations-bottoms .uls .lis {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .creations-bottoms .uls .lis .icons,
  .creations-bottoms .uls .lis .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .creations-bottoms .uls .lis:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-image: linear-gradient(to top, #ffb782, #ff6e0d);
  }

  .creations-bottoms .uls .lis:hover .icons {
    opacity: .2;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .creations-bottoms .uls .lis:hover .txts {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .systemsbots-list .items,
  .systemsbots-list .items .it-tops,
  .systemsbots-list .items .it-bots {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .systemsbots-list .items.active {
    width: 59%;
  }

  .systemsbots-list .items.active:hover,
  .systemsbots-list .items.active .it-tops,
  .systemsbots-list .items.active .it-bots {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .systemsbots-list .items.active .it-tops {
    opacity: 0;
  }

  .systemsbots-list .items.active .it-bots {
    opacity: 1;
  }
}

.layouts-box .uls-bots .lis .txts {
  text-align: center;
  padding: 0 .5em;
}

.bgfff {
  background-color: #fff;
}

.systemsbots-list .items .it-bots .imgs img {
  max-width: 98%;
}

@media (max-width: 1891px) {
  .layouts-box .words {
    padding-right: .4rem;
  }

  .layouts-box .uls-bots .lis {
    width: 32%;
    margin-left: 2%;
  }

  .layouts-box .uls-bots .lis .txts {
    margin-top: 0;
  }

  .layouts-box .uls-bots .lis .box .nums {
    font-size: .8rem;
  }

  .layouts-box .uls-bots .lis sup {
    font-size: .35rem;
  }
}

@media (max-width: 1781px) {
  .contacts-list-02 .imglists {
    width: 15.05rem;
    margin: 0 auto;
    position: relative;
  }

  .contacts-list-02 .uls .li1 {
    right: 90%;
    bottom: 45%;
  }

  .contacts-list-02 .uls .li1 .bg {
    width: 29.1666666667vw;
    height: 9.375vw;
  }

  .contacts-list-02 .uls .li1 .box {
    padding-top: 2.2916666667vw;
    padding-right: 7.2916666667vw;
  }

  .contacts-list-02 .uls .li2 .box {
    padding-left: 14.375vw;
    padding-top: 1.5625vw;
  }

  .contacts-list-02 .uls .li3 .box {
    padding-left: 8.0729166667vw;
    padding-top: 2.3958333333vw;
  }

  .contacts-list-02 .uls .li2 .bg {
    width: 33.8541666667vw;
    height: 9.84375vw;
  }

  .contacts-list-02 .uls .li3 .bg {
    width: 27.2395833333vw;
    height: 5.0520833333vw;
  }
}

.c-contact-us-tops .imgs img {
  width: 100%;
}

@media (max-width: 1024px) {
  .joins01-items .items .images {
    margin-top: 0;
  }

  .joins01-items .items {
    background: url(/bocstatic/web/img/pios2.jpg) no-repeat center;
    background-size: cover;
  }

  .joins01-items .items .items-bots .tits {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .joins01-items .items .items-bots .tits .icons01 img {
    width: 1rem;
  }

  .joins01-items .items .items-tops {
    opacity: 0;
    display: none;
  }

  .joins01-items {
    align-items: stretch;
  }


  .joins01-items .items .items-bots {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    /*background: #fff;*/
    background: transparent;
    position: relative;
    height: auto;
  }

  .joins01-items .items .items-bots .txts {
    height: auto;
    display: block;
    line-height: 1.5;
  }

  .joins01-items .items .items-bots {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .joins01-items .items .items-bots .tits {
    color: #333;
  }

  .joins01-items .items .items-bots .tits2,
  .joins01-items .items .items-bots {
    color: #808080;
  }



  .systems-tops .wordbots .words {
    padding-top: 1rem;
  }

  .home-citys .i-dian {
    pointer-events: none;
  }

  .systems-tops .wordbots .imgs {
    padding-top: 3rem;
    /*padding-top: 6rem;*/
    margin-top: 1.25rem;
  }

  .contacts04right-box .yz input {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .resi-images .busi {
    top: -50px;
  }

  .c-contact-us-tops .words-list,
  .c-contact-us-tops .texts-list {
    width: 100%;
  }

  .c-contact-us-tops .words-list {
    margin-top: 1.5rem;
  }

  .h100 {
    height: 50px;
    line-height: 50px;
  }

  .home-abouts .uls-left .li:nth-child(1) .imgs {
    display: none;
  }

  .home-abouts .uls-left {
    width: 100%;
  }

  .home-abouts .uls-right {
    width: 100%;
    padding-left: 0;
  }

  .wel-titles-business .titles,
  .wel-titles-business .texts {
    width: 100%;
  }

  .wel-titles-business {
    flex-direction: column-reverse;
  }

  .c-swiper.banner-swiper .swiper-button-prev,
  .c-swiper.banner-swiper .swiper-button-next {
    display: none !important;
  }

  .c-swiper.banner-swiper .swiper-pagination-bullet {
    margin: 0 .25rem;
    width: 1rem;
    height: 2px;
    background-color: #fff;
  }

  .c-swiper.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff6600;
  }

  .home-abouts .uls-left .li {
    width: 50%;
    border-bottom: none;
  }

  .home-abouts .uls-left .li:nth-child(1) {
    border-bottom: 1px solid #f3e7df;
    width: 100%;
    padding-left: 0;
  }

  .home-abouts .uls-left .li:nth-child(1) .texts {
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .home-type .words .ghs {
    width: 6.5rem;
    left: auto;
    right: 1.75rem;
    top: 1.05rem;
  }


  .home-abouts .uls-left .li:nth-child(1) .texts .txts {
    font-size: 1.125rem;
    margin-top: 0;
  }

  .home-abouts .uls-left .li:nth-child(1) .texts .tits,
  .home-abouts .uls-left .li:nth-child(1) .texts .txts {
    line-height: 1;
  }

  .home-abouts .uls-left .li:nth-child(1) .texts .tits {
    line-height: .9;
  }

  .home-type .uls .lis .texts2 {
    line-height: .6rem;
    height: 2.4rem;
  }

  .wel-business-list .uls-bots .li,
  .wel-business-list .uls-tops .li {
    width: 100%;
    margin-left: 0;
  }

  .wel-business-list .uls-tops .li:nth-child(n+2) {
    margin-top: .5rem;
  }

  .wel-business-list .li .words .jt {
    margin-top: 1rem;
  }

  .wel-business-list .li .txts {
    /*display: none;*/
    opacity: 1;
    line-height: 1.5;
    height: 100% !important;
    margin-top: 0;
    margin-bottom: 0;

  }

  .wel-business-list .uls-tops .li .images:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 2;

  }

  .wel-business-list .li .words {
    /*background-color: rgba(0,0,0,.2);*/
    height: auto;
    max-height: 100%;
    top: auto;
    bottom: 0;
    z-index: 3;
  }

  .home-abouts .uls-left .imgs {
    height: .8em;
  }

  .home-abouts .uls-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.creations-bottoms .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .joins01-items .items .items-bots .tits2 {
    color: #ff6600;
  }

  .creations-bottoms .images {
    position: relative;
  }

  .creations-bottoms .images:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    /*backdrop-filter: blur(2px);*/
    background: url(/bocstatic/web/zimg/about2bg.png) no-repeat center bottom;
    background-size: cover;
  }

  .creations-bottoms .uls .txts {
    opacity: 1;
  }

  .creations-bottoms .uls .lis:before {
    display: none;
  }

  .home-citys .images,
  .home-citys .words {
    width: 100%;
  }

  .home-type .words,
  .home-type .images {
    width: 100%;
  }

  .home-type .words {
    padding-left: 4%;
    padding-right: 4%;
  }

  .home-type .words .titles {
    width: 100%;
  }

  .home-abouts .words {
    width: 100%;
  }

  .home-abouts .box .images {
    position: static;
    margin-top: 1rem;
  }

  .home-abouts .box {
    padding-bottom: 0;
    min-height: 0;
  }

  .creationscreations-itembox .uls .imgs img {
    height: 100vw;
    object-fit: cover;
  }

  .systemsbots-list .items:nth-child(n+2) {
    margin-left: 0;
  }

  .systemsbots-list .items .icos {
    height: auto;
    width: 92%;
  }

  .systemsbots-list .items .icos img {
    width: 100%;
  }

  .systemsbots-list .items .icos img.mbox {
    width: auto;
    display: block;
    margin: 0 auto;

  }

  .systems-tops .wordbots .words .txts {
    width: 100%;
    max-width: 100%;
    line-height: 1.6;
  }

  .systems-tops .wordbots .words {
    width: 100%;
  }

  .systems-tops .wordbots .imgs {
    width: 100%;
  }

  .systems-tops .wordbots {
    flex-direction: column-reverse;
  }

  .systemsbots-list .items .texts {
    width: 100%;
    line-height: 1.75;
    color: #fff;
  }

  .systemsbots-list .items .texts {
    width: 100%;
    max-width: 100%;
  }

  .systemsbots-list .items .it-tops {
    height: auto;
    background-image: linear-gradient(225deg, #fca368, #fca368, #ff6600);
    padding: 3rem 1rem;
    color: #fff;
  }

  .systemsbots-list .items {
    width: 100%;
  }

  .systemsbots-list .items:nth-child(n+2) {
    /*margin-top: 1rem;*/
  }

  .systemsbots-list .items .it-bots {
    display: none;
  }

  .creationscreations-itembox .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .creationscreations-itembox .uls .box {
    /*height: 100%;*/
    width: 92%;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
  }

  .creationscreations-itembox .items:before {
    background-size: cover;
  }

  .creationscreations-itembox .icons {
    width: 1.75rem;
    height: 1.75rem;
  }

  .creationscreations-itembox .jc01 .uls .icons {
    margin: 0;
  }

  .creationscreations-itembox .jc01 .uls .tits {
    max-width: calc(100% - 1.8rem);
  }

  .creationscreations-itembox .jc02 .uls .texts {
    padding: 0 1em;
  }

  .creationscreations-itembox .uls .texts {
    height: 6rem;
    overflow-y: auto;
    line-height: 1.5;
  }

  .creationscreations-itembox .uls .txts {
    padding-bottom: .5rem;
  }

  .creationscreations-itembox .uls {
    position: relative;
  }

  .creationscreations-itembox .uls,
  .creationscreations-itembox .lis,
  .creationscreations-itembox .items {
    width: 100%;
  }

  .creationscreations-itembox .lis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .papersbots-list .items {
    height: auto;
  }

  .papers-tops .images,
  .papers-tops .words {
    width: 100%;
    padding-right: 0;
  }

  .papersbots-list .items:nth-child(n+2) {
    /*border-top: 1px solid rgba(236, 102, 24, 0.2);*/
  }

  .papersbots-list .txts,
  .papersbots-list .txts .span {
    height: auto;
    line-height: 1.6;
    display: block;
    overflow: visible;
  }

  .papersbots-list .items .txts {
    opacity: 1;
    height: auto;
  }

  .papersbots-list .txts .icons {
    display: none;
  }

  .papersbots-list .items,
  .papersbots-list .items.active {
    width: 100%;
  }

  .papersbots-list .txts .span {
    width: 100%;
  }

  .papersbots-list .items {
    border-right: none;
  }

  .cockpits01-list .images {
    margin: 0;
    margin-top: 1rem;
  }

  .cockpits01-list .images,
  .cockpits01-list .words,
  .cockpits02-list .words {
    width: 100%;
  }

  .cockpits02-list .imgs {
    margin: 0 auto;
    height: auto;
    width: 65%;
  }

  .cockpits04-list .words,
  .cockpits04-list .images {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cockpits04-list .words .txts {
    padding-right: 0;
  }

  .cultures-lists .li .nums {
    color: #ff6600;
  }

  .resiinfos-items .lists .li .ibgs {
    display: none;
  }

  .w1600 {
    width: 92%;
  }

  .pro-lists .pro-images {
    padding: 0;
  }

  .resiinfos-01 .imglists {
    width: 92%;
  }

  .resiinfos-items .lists .texts {
    line-height: 1.5;
  }

  .teams-list .imgages {
    padding: 1.5rem;
    /*padding: 1rem;*/
  }

  .cultures-lists .li .nums span {
    height: 0;
  }

  .cultures-lists .li.swiper-slide .nums span {
    height: 1.5rem;
  }

  .cultures-lists .li.swiper-slide-active .nums span {
    height: 0;
  }

  .cultures-lists .li {
    /*width: 75%;*/
    width: 90%;
    /*margin-left: 2%;*/
    /*margin-bottom: 2%;*/
  }

  .cultures-lists .li:nth-child(n+2) {
    /*margin-top: 1rem;*/
  }

  .cultures .list {
    margin-top: 2.5rem;
  }

  .cultures-lists .li .words .cos {
    position: absolute;
    left: 0;
    padding: 0 .75rem;
    bottom: 1.75rem;
  }

  .cultures-lists .li:nth-child(4n+1) {
    /*margin-left: 2%;*/
  }

  .cultures-lists .li:nth-child(2n+1) {
    /*margin-left: 0;*/
  }

  .cultures-lists .li .nums {
    height: 100%;
    padding: .25rem;
  }

  .cultures-lists .li .nums .i .b1 {
    color: #ff6600;

  }

  .cultures-lists .li.swiper-slide .nums span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .honors-left .swiper-container,
  .honors-left .swiper-wrapper,
  .honors-left .uls {
    height: auto;
  }

  .honors-list .honors-left {
    position: static;
    width: 100%;
  }

  .honors-left .li.active,
  .honors-left .li.swiper-slide-active2,
  .honors-left .li {
    height: 3.5rem;
    line-height: 3.5rem;
    width: auto;
  }

  .honors-left .li.active .span,
  .honors-left .li.swiper-slide-active2 .span,
  .honors-left .li .span {
    font-size: 100%;
  }

  .honors-list .honors-left {
    margin-bottom: 1.25rem;
  }

  .honors-box .wel-titles {
    margin-bottom: 1.2rem;
  }

  .honors-box .wel-texts {
    padding-bottom: 1rem;
  }

  .honors-left .li:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: .45rem;
    border-bottom: 1px dashed rgba(254, 125, 58, 0.2);
  }

  .honors-left .li .lis {
    left: 0;
    right: 0;
    top: auto;
  }

  .honors-left .li .lis:after {
    width: .5rem;
    height: .5rem;
  }

  .honors-list .honor-rights {
    width: 100%;
  }

  .honors-list .honor-swiper-bots .cribots {
    width: 100%;
  }

  .honors-left .li {
    padding: 0 .75rem;
  }

  .honors-list .honor-rights .i {
    width: 49%;
    margin-left: 2%;
  }

  .honors-list .honor-rights .i:nth-child(3n+1) {
    margin-left: 2%;
  }

  .honors-list .honor-rights .i:nth-child(2n+1) {
    margin-left: 0;
  }

  .contacts-list-01 .words,
  .contacts-list-01 .forms {
    width: 100%;
  }

  .contacts-list-01 .wel-textsk {
    padding-right: 0;
  }

  .contacts-list-01 .words {
    padding-right: 0;
  }

  .w1280 {
    width: 92%;
  }

  .contacts04-list .contacts04left-box,
  .contacts04-list .contacts04right-box {
    width: 100%;
  }

  .contacts04-list .contacts04right-box {
    margin-top: 1.75rem;
  }

  .contacts04right-box .submit input {
    line-height: 1.75rem;
    height: 1.75rem;
  }

  .join-us-list-01 .images,
  .join-us-list-01 .words {
    width: 100%;
  }

  .join-us-list-01 .images {
    margin-top: 1.25rem;
  }

  .join-us-list-01 .images img {
    width: 100%;
  }

  .joins02-items .words,
  .joins02-items .images {
    width: 100%;
  }

  .joins02-items .words img,
  .joins02-items .images img {
    width: 100%;
  }

  .joins02-items .words {
    margin-top: 1.3rem;
    padding: 1.5rem;
  }

  .join-us-list-03 .words .txts {
    margin-top: .2rem;
  }

  .join-us-list-02 .joins02-items {
    margin-top: 1.75rem;
  }

  .join-us-list-03 .words .tits,
  .join-us-list-03 .words .txts {
    width: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  /*.creations-bottoms .uls{
  	position: relative;
  	z-index: 2;
  }
  .creations-bottoms  .images{
  	position: absolute;
  	z-index: 1;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  }*/
  .creations-center .images {
    /* padding: 1rem;
    width: 75%; */
  }

  .creations-center .lis img {
    margin-bottom: .25rem;
  }

  .creations-center .icons {
    flex-direction: column;
  }

  .creations-center .lis:nth-child(2n+1) .icons {
    flex-direction: column;
  }

  .creations-bottoms .uls .lis {
    padding: 1rem;
  }

  .creations-center .imgs {
    /* height: auto; */
    /* width: 100%;  */
  }

  .creations-center .lis img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .creations-center .lis4 {
    right: -2rem;
  }

  .creations-center .lis3 {
    left: -2rem;
  }

  .creations-center {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}

.m-header .sub-menu:before {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  content: "";

}

.m-header .bocweb-menu-con {
  width: 80%;
  padding-left: 10%;
  margin: 0 auto;
  padding-top: 2.25rem;
}

.m-header .bocweb-menu-con .nav-bots {
  display: none;
  padding: .35rem 0;
  position: static;
}

.m-header .bocweb-menu-con .nav-bots a {
  display: block;
  color: #756f6e;
  line-height: 1.5;
  padding: .2rem .75rem;
  font-size: .7rem;
}

.m-header .bocweb-menu-con .nav-tops {
  font-size: .75rem;
}

.m-header .bocweb-menu-con .nav-bots a.active,
.m-header .bocweb-menu-con .nav.active .nav-tops {
  color: #ff6600;
}

.m-header .bocweb-menu-con .nav-top,
.m-header .bocweb-menu-con .nav-tops {
  height: 2.1em;
  line-height: 2.1em;
  position: relative;
  color: #4b4948;
  display: block;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  position: relative;
}

.m-header .bocweb-menu-con .nav-tops:before {
  position: absolute;
  /*content: "";*/
  width: 7px;
  height: 11px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*background: url(/bocstatic/web/img/3011.png) no-repeat center;*/
  /*background-size: 100%;*/
}

.m-header .bocweb-menu-con .nav-tops .icons {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .6rem;
}

.m-header .bocweb-menu-con .nav-tops:before {
  opacity: 0;
}

.m-header .bocweb-menu-con .nav.oncur .nav-tops:before {
  opacity: 1;
}

.home-citys .images .mapimg {
  position: relative;
     width: 57.5%;
margin: 0 auto;
}

.about-list5 .videobox .wh100,
.about-list5 .videobox .wh100 video,
.about-list5 .videobox .wh100 img,
.about-list5 .videobox .con-vides,
.about-list5 .videobox .con-vides img {
  width: 100%;
  height: 100%;
}



@media (max-width: 1024px) {
  .joins01-items .items .items-bots .tits {
    color: #ff6600;
    margin-bottom: .15rem;
  }

  .joins01-items .items .items-bots .icons01 {
    margin-top: .2rem;
    width: 1.25rem;
  }

  .honors-list .honor-swiper-bots .cribots .swiper-container {
    width: 100%;
  }

  .honors-list .honor-swiper-bots .cribots {
    display: flex;
    flex-direction: column-reverse;
  }

  .honors-list .swiper-button {
    margin-bottom: 0;
    margin-top: 1.75rem;
    width: 100%;
    justify-content: space-between;
  }

  .creations-bottoms .uls .tits {
    color: #ff6600;
  }

  .creations-bottoms .uls .lis:after {
    display: none;
  }

  .header .li.weblist .li-bots {
    top: 50px;
  }

  .header .navrights:before {
    display: none;
  }

  .con-header .nav-bots {
    position: relative;
  }

  .con-header .nav-bots a {
    display: block;
  }

  .layouts-box .lay-list {
    padding-top: 0;
  }

  .layouts-box {
    flex-direction: column-reverse;
  }

  .layouts-box .lay-list {
    width: 100%;
  }

  .home-citys .words {
    padding-right: 0;
    margin-top: 1rem;
  }

  .home-citys .i-dian .tits {
    display: none;
  }

  .honors-list .honor-swiper-bots .cribots .items {
    width: 75%;
  }

  .honors-list .honor-swiper-bots {
    width: 92%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .home-citys .wel-titles2 {
    margin-bottom: 1.875rem;
  }

  .honors-list .swiper-button {
    margin-bottom: 1.75rem;
  }

  .honors-list .honor-rights .i:nth-child(n+3) {
    margin-top: 4%;
  }

  .empower-list .items {
    width: 45%;
  }

  .ser-list-02 .words {
    width: 92%;
  }

  .w1000 {
    width: 60%;
  }

  .w1490 {
    width: 92%;
  }

  .ser-list-01 .images {
    width: 65%;
    height: auto;
  }

  .join-us-list-03 .images {
    position: relative;
  }

  .join-us-list-03 .images:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .join-us-list-03 .words {
    /*height: 200px;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
    left: auto;
    top: auto;
    transform: none;
  }

  .join-us-list-03 .images {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .join-us-list-03 .images img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .join-us-list-03 .words .txts {
    line-height: 2;
  }

  .contacts-list-02 .uls .lis {
    position: static;
  }

  .contacts-list-02 .uls .lis .bg {
    position: static;
    display: none;
  }

  .contacts-list-02 .uls .lis .box {
    position: static;
  }

  .contacts-list-02 .imglists {
    width: 92%;
  }

  .contacts-list-02 .imgs {
    width: 70%;
    margin: 0 auto;
  }

  .contacts-list-02 .imgs img {
    width: 100%;
  }

  .contacts-list-02 .uls .lis .box {
    padding: 0;
    padding: 1rem 0;
  }

  .contacts-list-02 .uls .lis:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .wel-titles {
    line-height: 1.25;
  }

  .header .navrights .li .li-tops {
    font-size: 15px;
  }

  .header .navrights .weblist .li-tops:before {
    width: 14px;
    height: 14px;
  }

  .header .navrights .weblist .li-tops {
    padding-left: 18px;
  }

  .bocweb-footer-box-right {
    margin-top: 1rem;
  }

  .creationstops-swiper {
    /*border:1px solid rgba(0,0,0,.1);*/
  }

  .empower-ments .empower-list .swiper-container {
    border: 1px solid rgba(0, 0, 0, .1);

  }


}

.teams-list .items .imgages .tits,
.teams-list .items .imgages .txts {
  display: none;
}

.home-type .items {
  height: auto;
}

@media (max-width: 860px) {

  .creations-bottoms .uls .lis,
  .creations-bottoms .uls .swiper-wrapper,
  .creations-bottoms .uls .swiper-container,
  .creations-bottoms .uls .creations-bottoms .uls .cons-swiper {
    height: 12rem;
  }

  .creations-bottoms .creations-swiper .uls .lis {
    display: flex;
    align-items: flex-end;
  }


  .creations-tops .wel-texts {
    text-align: justify;
  }

  .teams-list .words {
    padding-right: 1rem;
  }

  .teams-list .items .imgages .tits {
    margin-top: 1rem;
  }

  .papers-tops .texts {
    width: 100%;
  }

  .ser-list-02 .uls .lis:nth-child(2n+1) {
    /*transform:translateY(-15%)!important;*/
  }

  .teams-list .imgages,
  .teams-list .items:not(:nth-child(n + 3)) .imgages {
    padding: .5rem;
    padding-top: 1.85rem;
  }

  .teams-list .items .tits,
  .teams-list .items .txts {
    text-align: center;
  }

  .business-bots.resi-images .resibots-swiper .items .wens .txts {
    max-width: calc(75% + 3em);
    /*text-align: justify;*/
  }

  .teams-list .items:not(:nth-child(n + 3)) .imgages {
    padding: .45rem;
    padding-top: 1.85rem;
  }

  .teams-list .items:not(:nth-child(n + 3)) .tits {
    font-size: 1.15rem;
  }

  .teams-list .items:not(:nth-child(n + 3)) .txts {
    font-size: .75rem;
    margin-top: .7rem;
  }

  .bocweb-footer-box .bots-texts a,
  .bocweb-footer-box .bots-texts {
    line-height: 1.88;
  }

  .bocweb-footer-box .tops .texts {
    margin-left: 0;
    margin-top: 1.2rem;
  }

  .bocweb-footer-box .tops {
    justify-content: space-between;
  }

  .bocweb-footer-box .tops .tfixed {
    display: block;
  }

  .contacts04right-box .yz input {
    line-height: 1.75rem;
    height: 1.75rem;
  }

  .home-type .words {
    padding-bottom: .6rem;
  }

  .home-type .uls .lis,
  .home-type .uls .lis.active {
    background-color: transparent;
  }

  .home-type .uls .lis .texts2 {
    line-height: .65rem;
    height: 2.6rem;
  }

  .home-type .images {
    width: 92%;
    margin: 0 auto;
  }

  .home-type .uls .lis {
    /*padding-bottom: .75rem;*/
    /*padding-top: .25rem;*/
  }

  .home-type .uls .lis .txts {
    line-height: .7rem;
  }

  .home-type .uls .lis .txts,
  .home-type .uls .lis .texts2 {
    display: none;
  }

  .home-type .uls .lis .jt {
    bottom: 0;
  }

  .contacts-forms .formlist .lis-bots textarea {
    background: transparent;
    border: 1px solid #e1dad2;
  }


  .home-citys .lis-tops span {
    font-size: 12px;
  }

  .home-type .words .wel-titles {
    margin-top: .45rem;
    margin-bottom: .55rem;
    line-height: 1.18;
  }

  .home-type .uls {
    margin-top: 2.125rem;
  }

  .home-type .words .texts {
    padding-right: 0;
  }

  .home-type .words {
    padding-top: 2.85rem;
  }

  .home-type .uls .lis.active .jt {
    /*margin-top: .1rem;*/
  }

  .home-type {
    padding-bottom: 2.25rem;
  }

  .home-abouts .uls-right .li {
    padding: 1rem .5rem .7rem 1rem;
  }

  .home-abouts .images {
    width: 100%;
  }

  .home-abouts .uls-right .li .txts {
    margin-top: .35rem;
    line-height: 1.636;
  }

  .home-business {
    padding-top: 2.7rem;
    padding-bottom: 2.35rem;
  }

  .empower-list .items {
    width: 100%;
  }

  .empower-list .items .words {
    top: 50%;
    bottom: auto;
    left: 0;
    padding: 0;
    transform: translateY(-50%);
  }

  .wel-business-list .uls-tops .li:nth-child(n+2) {
    margin-top: .6rem;
  }

  .home-abouts .box .images {
    margin-top: 3.5rem;
    /*margin-top: 4.375rem;*/
  }

  .home-abouts .imgs .i1 {
    width: 100%;
    bottom: 3.4rem;
  }

  .home-abouts .uls-right .li:nth-child(n+3) {
    margin-top: .5rem;
  }

  .home-abouts .imgs .i0 {
    width: 68%;
  }

  .wel-texts {
    color: #756f6e;
    line-height: 1.75;
  }

  .home-abouts .wel-texts {
    margin-bottom: .65rem;
  }

  .home-abouts .wel-titles {
    margin-bottom: .6rem;
    margin-top: .7rem;
    padding-bottom: .75rem;
  }

  .home-abouts .uls {
    /*margin-top: 3.125rem;*/
    margin-top: .5rem;
  }

  .ser-list-01 .images {
    width: 100%;
  }

  .ser-list-01 .lis-bots {
    letter-spacing: -1px;
  }

  .ser-list-01 .images img {
    width: 100%;
  }

  .ser-list-02 .texts {
    line-height: 1.8;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ser-list-02 .lis-txts {
    line-height: 1.5;
  }

  .ser-list-02 .lis-tits .spans {
    line-height: 1.25;
    padding-bottom: .5rem;
  }

  .ser-list-02 .uls .lis {
    padding: 0 .2rem;
  }

  .contacts03-lists .tr:nth-child(n+2) {
    /*margin-top: -.3rem;*/
  }

  .contact-list-forms .lis .span,
  .contact-list-forms .input input[type=text],
  .contacts-forms .formlist .lis-bots input[type=text],
  .contacts-forms .formlist .lis.submits input {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .contact-list-forms textarea {
    height: 4.5rem;
    padding-top: 1rem;
  }

  .contacts-forms .formlist .lis {
    width: 100%;
    margin-left: 0;
  }

  .contacts-forms .formlist .lis:nth-child(n+2) {
    /*margin-top: .5rem;*/
  }

  .contact-list-forms .lis {
    width: 100%;
    margin-left: 0;
  }

  .contacts-lists {
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
  }

  .contacts-lists .contacts-forms {
    position: relative;
  }

  .contacts-lists .contacts-forms:before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    right: 0;
    top: 0;
    background: url(/bocstatic/web/k850.png) no-repeat top right;
    background-size: cover
  }

  .contacts-forms .formlist {
    padding: 2rem 1.25rem;
    position: relative;
    z-index: 2;
  }

  .contacts-forms .images,
  .contacts-forms .formlist {
    width: 100%;
  }

  .contacts-lists .contacts-forms {
    margin-top: 2.25rem;
  }

  .teams-list .imgages {
    /*padding: 5%;*/
    /*padding: 1.5rem;*/
  }

  .teams-list .words,
  .teams-list .imgages {
    /*width: 100%;*/
  }

  .teams-list .imgages {
    width: 36%;
  }

  .teams-list .words {
    width: 64%;
  }

  .teams-list .items .words .tits,
  .teams-list .items .words .txts {
    display: none;
  }

  .teams-list .items .imgages .tits,
  .teams-list .items .imgages .txts {
    display: block;
  }


  .teams-list .words {
    /*padding: 0 5%;*/
    padding-bottom: 2rem;
  }

  .videos-list .videos-bots .items.vide .imgs:before {
    width: 1.25rem;
    height: 1.25rem;
  }

  .videos-list .words {
    height: 4rem;
    line-height: 4rem;
  }

  .videos-list .words .txts {
    line-height: 1.2rem;
    max-height: 2.4rem;
  }

  .videos-list .videos-tops {
    margin-bottom: 0;
  }

  .videos-list .videos-tops .items,
  .videos-list .videos-bots .items,
  .news-bots .list .items {
    width: 100%;
    margin-left: 0;
  }

  .videos-list .videos-bots .items,
  .videos-list .videos-tops .items {
    margin-bottom: 1.25rem;
  }

  .news-selects .inputs {
    margin-top: 1rem;
  }

  .news-selects .inputs,
  .news-selects .selects {
    width: 100%;
  }

  .pagination {
    /*padding: 0 3.25rem;*/
    /*padding: 0 1.25rem;*/
  }

  .news-tops .items .imgs {
    padding-top: 60%;
  }

  .news-tops .items .span {
    line-height: 1.5;
    padding: 0 2em;
  }

  .resi-words .twords,
  .resi-words .wel-texts {
    width: 100%;
  }

  .resi-images.resi-images-jk01 .resibots-swiper .items .images,
  .resi-images .resibots-swiper .items .images {
    padding-top: 100%;
  }

  .wel-tits img {
    width: 1.25em;
  }

  .cases-list .words,
  .cases-list .images {
    width: 100%;
  }

  .cases-list .words {
    padding: 1.2rem .75rem;

  }

  .cases-list .words .kbox {
    max-height: 20rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: .5em;
  }

  .cases-inputs-list .uls {
    width: 49%;
    margin-left: 2%;
  }

  .cases-inputs-list .uls:nth-child(n+3) {
    margin-top: .25rem;
  }

  .cases-inputs-list .uls:nth-child(2n+1) {
    margin-left: 0;
  }

  .cases-inputs-list .uls.inputs {
    width: 100%;
    margin-left: 0;
  }

  .cases-list .wens {
    height: auto;
    overflow: visible;
    max-height: none;
    height: auto;
  }

  .resiinfos-items .lists .imgs,
  .resiinfos-items .lists .words {
    width: 100%;
  }

  .resiinfos-items .lists .words {
    padding: 1rem .75rem;
  }

  .resiinfos-items .lists .li:nth-child(n+2) {
    margin-top: 1.75rem;
  }

  .resiinfos-items .lists .li:nth-child(2n+2) .words {
    padding-left: .75rem;
  }

  .resiinfos-01 .imglists .wens,
  .resiinfos-01 .imglists .imgs {
    width: 100%;
  }

  .resiinfos-01 .imglists .imgs {
    padding-left: 0;
  }


  .resiinfos-01 .imglists .wens:before {
    width: 100%;
    height: 20%;
    top: -20%;
    left: 0;
  }

  .resiinfos-01 .imglists .wens {
    padding: 1.5rem;
  }

  .resiinfos-01 .box .bgwords {
    margin-top: -50%;
  }

  .cockpits03-list .images .imgs {
    /*display: none;*/
  }

  .cockpits03-list .images .cons-swiper {
    /*position: relative;*/
    /*width: 100%;*/
    top: 10%;
  }

  .cockpits03-list .texts-list {
    margin-top: 0;
  }

  .cockpits03-list .images .spans {
    margin-top: .25rem;
  }

  .cockpits03-list .images .items {
    width: 25%;
    margin-right: 2%;
  }

  .cockpits04-list .words {
    text-align: center;
  }

  .cockpits02-list .words .tith {
    text-align: center;
  }

  .cockpits02-list .words .tits {
    display: inline-block;
    vertical-align: top;
  }

  .cockpits01-list .texts {
    margin-top: 1.75rem;
  }

  .cockpits01-list .text-h02,
  .cockpits02-list .txts,
  .cock-titles .txts {
    line-height: 1.6;
  }

  .cockpits02-list .imgs {
    width: 80%;
  }

  .cockpits04-list .images {
    margin-top: .75rem;
  }

  .cockpits03-list {
    padding-top: 3.5rem;
  }

  .cockpits04-list,
  .cockpits01-list {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }

  .cockpits02-list .box {
    margin-top: 1.25rem;
  }

  .businesstops-images .items,
  .businesstops-images .uls {
    position: static;
  }

  .businesstops-images .items {
    width: 100%;
    padding: 0;
    left: 0;
    transform: none;
    height: auto;
  }

  .businesstops-images .items .li:before,
  .businesstops-images .items .li:after {
    display: none;
  }

  .businesstops-images .bg {
    display: none;
  }

  .businesstops-images .items .li {
    background: transparent;
    color: #333;
    padding: 0;
  }

  .businesstops-images .items .li .span {
    /*color: #000;*/
    position: static;
    width: 100%;
    transform: none;
  }

  .businesstops-images .uls {
    padding: 0;
  }

  .businesstops-images .lis {
    width: 49%;
    height: 9rem;
  }

  .businesstops-images .items {
    margin-bottom: 1.5rem;
  }

  .contacts04left-box .tr-bots {
    padding-right: 2em;
    margin-top: 0;
  }

  .contacts04left-box .tr-tops:after {
    bottom: auto;
    top: .5rem;
  }

  .contacts04left-box .tr-tops .spantits {
    display: block;
    overflow: visible;
  }

  .contacts04left-box .tr-tops {
    height: auto;
    line-height: 1.5;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .75rem;
  }

  .resi-words,
  .cases,
  .join-us-list-01,
  .contacts-list-01,
  .contacts-list-02,
  .contacts-list-03 {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
  }

  .contacts-list-03 {
    padding-top: 2.5rem;
  }

  .contacts-list-03 .contacts03-lists {
    margin-top: 1rem;
  }

  .contact-list-forms .submits input {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .creations-bottoms .uls .lis {
    padding: 1rem 1.75rem;
    padding-top: 1.5rem;
  }

  .pro-lists {
    padding-top: 2.25rem;
    padding-bottom: 5rem;
  }

  .pro-lists.on {
    padding-bottom: 0;
  }

  .pro-lists .pro-images img {
    max-width: 100%;
    width: 100%;
  }

  .pro-lists .wel-titles {
    margin-bottom: .5rem;
  }

  .creations-bottoms .uls .icos {
    width: 1.25rem;
    height: 1.25rem;
  }

  .creations-box .creationscreations-itembox {
    margin-top: 2.25rem;
  }

  .creations-bottoms .uls .txts {
    overflow: visible;
    opacity: 1;
    height: auto;
    line-height: 1.5em;
    height: 9em;
    overflow: hidden;
    overflow-y: auto;
    text-align: justify;
    text-align-last: center;
  }

  .creations-bottoms .images img {
    height: 12rem;
  }

  .creations-bottoms .uls .lis:after,
  .creations-bottoms .uls .lis:before {
    display: none;
  }

  .creations-bottoms .uls .lis:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .creations-bottoms .uls .lis:after {
    display: none;
  }

  .creations-bottoms .uls .lis {
    width: 100%;
    /*background-color: #ff6600;*/
  }

  .creations-bottoms .images img {
    /*display: none;*/
  }

  .creations-bottoms .uls {
    /*position: static;*/
  }

  .joins-inputs .inputs input[type=text],
  .news-selects .inputs input[type=text],
  .news-selects .selects-tops {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .news-selects .selects-bots {
    top: 1.5rem;
  }

  .news-selects .inputs input[type=submit] {
    width: .75rem;
    height: .75rem;
  }

  .joins-inputs .inputs input[type=submit] {
    width: .6rem;
    height: .6rem;
    left: .45rem;
  }
}

.p-abs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.con-header.fixed .m-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 860px) {
  .c-contact-us-tops .uls .lis2 {
    display: block;
  }

  .c-contact-us-tops .uls .lis {
    padding: 0;
    border-bottom: none;
  }

  .c-contact-us-tops .uls .lis .li {
    border-bottom: 1px solid #d0d0d0;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .c-contact-us-bots-tops .c-con-swiper .items {
    margin-right: 2rem;
  }

  .wel-business-list .icons-list.ko02+.uls-tops .li .images {
    padding-top: 50%;
  }


}



@media (max-width: 750px) {
  .joins01-items .items .items-bots .icons01 {
    margin-top: 0;
  }

  .joins01-items .items .items-bots .tits {
    font-size: .65rem;
    line-height: 1.54;
  }

  .joins01-items .items .items-bots .txts {
    font-size: .5rem;
    margin-top: 0;
    /*padding-right: 1.5em;*/
  }

  .joins01-items .items .items-bots .icons01 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .joins01-items .items .items-bots .icons01 img {
    display: block;
  }

  .joins01-items .items .items-bots {
    padding: .8rem .7rem;
    padding-bottom: 2.5rem;
  }

  .joins01-items .items .items-bots .icons01 {
    position: absolute;
    bottom: .8rem;
    left: .75rem;
  }

  .joins01-items .items .items-bots {
    position: static;
  }

  .joins01-items .items {
    width: 49%;
    margin-left: 2%;
  }

  .contacts-forms .formlist {
    padding: 1.2rem 0.75rem;
  }

  .teams-list .items {
    font-size: .6rem;
  }

  .teams-list .imgages {
    width: calc(36% + 2em);
  }

  .teams-list .words {
    width: calc(64% - 2em);
  }

  .cultures-lists .li .words .tits {
    font-size: .75rem;
  }

  .cultures-lists .li .words .txts {
    font-size: 1.2rem;
  }








  .home-type .images .imgs img {
    max-height: 92vw;
    /*display: none;*/
  }

  .creations-center .lis1 {
    left: 0;
    top: -5%;
  }

  .creations-center .lis2 {
    right: 0;
    top: -5%;
  }

  .creations-center .lis6 {
    right: 0;
    bottom: -5%;
  }

  .creations-center .lis5 {
    left: 0;
    bottom: -5%;
  }


  .titles-swiper .items {
    min-width: 33.33%;
  }

  .titles-swiper .items,
  .titles-swiper .before,
  .joins-inputs .inputs input[type=text],
  .news-selects .inputs input[type=text],
  .cases-inputs-list .inputs .submit span,
  .cases-inputs-list input[type=text],
  .cases-inputs-list .selects-tops,
  .contact-list-forms .submits input,
  .contact-list-forms .lis .span,
  .contact-list-forms .input input[type=text],
  .contacts-forms .formlist .lis-bots input[type=text],
  .contacts-forms .formlist .lis.submits input {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .titles-swiper .before,
  .titles-swiper .items {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .75rem;
  }

  .titles-swiper .items {
    padding: 0 .25rem;
    text-align: center;
  }

  .news-selects .selects-tops {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .news-selects .selects-bots {
    top: 1.75rem;
  }

  .titles-swiper .items {
    font-size: .6rem;
  }

  .ser-list-02.ser-list-05 .uls .lis2.lis .icons img {
    width: 42%;
  }

  .resiinfos-03 .kjhlist-swiper .slide_btn {
    width: 100%;
    display: none;
  }

}

.video-fixed {
  z-index: 9999 !important;
}



/**/

@media (min-width: 1025px) {
  .honors-box {
    min-height: 140vh;
  }

  .creations-bottoms .uls .icons img,
  .creations-bottoms .uls .icos img {
    filter: grayscale(1) brightness(100);
  }

  .ser-list-02 .uls .lis:hover>*,
  .ser-list-02 .uls .lis>* {
    /*transition:.5s ease-in-out;*/
  }

  .ser-list-02 .uls .lis:hover>* {
    /*transform: translateY(-.5rem);*/
  }

  .systems-tops .wordbots {
    flex-direction: row-reverse;
  }
}

.systems-tops .wordbots .imgs .i .i0 {
  position: absolute;
  left: -2rem;
  height: 7rem;
  top: -6rem;
  pointer-events: none;
}

.systems-tops .wordbots .imgs .i #cbook {
  height: 8.8rem;
  width: 12.8rem;
  position: relative;
  z-index: 2;
}

#cbook {
  width: 268px;
  height: 427px;
}

#cbook .book {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#cbook .book .book-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-15deg);
  transform-origin: left center;
  transition: all .4s ease;
  transform-style: preserve-3d;
  z-index: 100;
}

#cbook .book-front> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(0);
}

#cbook .book-front> :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(1deg);
  transform: rotateY(1deg);
}

#cbook .book-front> :last-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: transparent;
  box-shadow: 0px 0px 30px 5px rgba(51, 51, 51, 0.8);
  -webkit-transform: rotateX(80deg);
  transform: rotateX(80deg);
}

#cbook .book .book-page {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 5px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: linear-gradient(to right, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(50, 50, 50, 0.2);
  border-radius: 0px 5px 5px 0px;
}

#cbook .book .book-page.book-page-1 {
  right: -1px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-13deg);
  transform: rotateY(-13deg);
  z-index: 99;
}

#cbook .book-page.book-page-2 {
  right: -2px;
  transition-duration: .25s;
  -webkit-transform: rotateY(-11deg);
  transform: rotateY(-11deg);
  z-index: 98;
}

#cbook .book-page.book-page-3 {
  right: -3px;
  transition-duration: .2s;
  -webkit-transform: rotateY(-9deg);
  transform: rotateY(-9deg);
  z-index: 97;
}

#cbook .book-page.book-page-4 {
  right: -4px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-7deg);
  transform: rotateY(-7deg);
  z-index: 3;
}

#cbook .book-page.book-page-5 {
  right: -5px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
  z-index: 2;
}

#cbook .book .book-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: 100%;
  -webkit-transform: rotateY(-3deg);
  transform: rotateY(-3deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

#cbook .book-back> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#cbook .book-back> :first-child img {
  width: 100%;
  height: 100%;
}

#cbook .book .book-back> :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(-1deg);
  transform: rotateY(-1deg);
}

@media (min-width: 1025px) {
  #cbook:hover .book .book-front {
    transform: rotateY(-30deg);
  }

  #cbook:hover .book-page.book-page-1 {
    transform: rotateY(-25deg);
    transition-duration: .6s;
  }

  #cbook:hover .book-page.book-page-2 {
    transform: rotateY(-22deg);
    transition-duration: .7s;
  }

  #cbook:hover .book-page.book-page-3 {
    transform: rotateY(-18deg);
    transition-duration: .8s;
  }

  #cbook:hover .book-page.book-page-4 {
    transform: rotateY(-12deg);
    transition-duration: .9s;
  }

  #cbook:hover .book-page.book-page-5 {
    transform: rotateY(-7deg);
    transition-duration: .75s;
  }

  #cbook:hover .tit3 {
    color: #237AE4;
  }

}

#cbook:hover .book .book-front {
  transform: rotateY(-30deg);
}

#cbook:hover .book-page.book-page-1 {
  transform: rotateY(-25deg);
  transition-duration: .6s;
}

#cbook:hover .book-page.book-page-2 {
  transform: rotateY(-22deg);
  transition-duration: .7s;
}

#cbook:hover .book-page.book-page-3 {
  transform: rotateY(-18deg);
  transition-duration: .8s;
}

#cbook:hover .book-page.book-page-4 {
  transform: rotateY(-12deg);
  transition-duration: .9s;
}

#cbook:hover .book-page.book-page-5 {
  transform: rotateY(-7deg);
  transition-duration: .75s;
}

#cbook:hover .tit3 {
  color: #237AE4;
}

.contacts04right-box .yz span,
.contact-list-forms .lis span {
  position: absolute;
  right: 0;
  top: 0;
}

.videos-list .videos-tops .items .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #000;
}

.videos-list .videos-tops .items .video video {
  width: 100%;
  height: 100%;
}

.videos-list .videos-tops .items .video img {
  position: absolute;
  right: 0;
  top: 0;
  width: .8rem;
  background-color: #000;
}



.videos-list .videos-bots .items.vide .imgs .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #000;
  z-index: 8;
}

.videos-list .videos-bots .items.vide .imgs .video video {
  width: 100%;
  height: 100%;
}

.videos-list .videos-bots .items.vide .imgs .video img {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  height: auto;
  width: .8rem;
  background-color: #000;
}






#c2book {
  width: 327px;
  height: 536px;
}

#c2book .book {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#c2book .book .book-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-15deg);
  transform-origin: left center;
  transition: all .4s ease;
  transform-style: preserve-3d;
  z-index: 100;
}

#c2book .book-front> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(0);
}

#c2book .book-front> :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(1deg);
  transform: rotateY(1deg);
}

#c2book .book-front> :last-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: transparent;
  box-shadow: 0px 0px 30px 5px rgba(51, 51, 51, 0.8);
  -webkit-transform: rotateX(80deg);
  transform: rotateX(80deg);
}

#c2book .book .book-page {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 5px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: linear-gradient(to right, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(50, 50, 50, 0.2);
  border-radius: 0px 5px 5px 0px;
}

#c2book .book .book-page.book-page-1 {
  right: -1px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-13deg);
  transform: rotateY(-13deg);
  z-index: 99;
}

#c2book .book-page.book-page-2 {
  right: -2px;
  transition-duration: .25s;
  -webkit-transform: rotateY(-11deg);
  transform: rotateY(-11deg);
  z-index: 98;
}

#c2book .book-page.book-page-3 {
  right: -3px;
  transition-duration: .2s;
  -webkit-transform: rotateY(-9deg);
  transform: rotateY(-9deg);
  z-index: 97;
}

#c2book .book-page.book-page-4 {
  right: -4px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-7deg);
  transform: rotateY(-7deg);
  z-index: 3;
}

#c2book .book-page.book-page-5 {
  right: -5px;
  transition-duration: .3s;
  -webkit-transform: rotateY(-5deg);
  transform: rotateY(-5deg);
  z-index: 2;
}

#c2book .book .book-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: 100%;
  -webkit-transform: rotateY(-3deg);
  transform: rotateY(-3deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

#c2book .book-back> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

#c2book .book-back> :first-child img {
  width: 100%;
  height: 100%;
}

#c2book .book .book-back> :last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY(-1deg);
  transform: rotateY(-1deg);
}

@media (min-width: 1025px) {
  #c2book:hover .book .book-front {
    transform: rotateY(-30deg);
  }

  #c2book:hover .book-page.book-page-1 {
    transform: rotateY(-25deg);
    transition-duration: .6s;
  }

  #c2book:hover .book-page.book-page-2 {
    transform: rotateY(-22deg);
    transition-duration: .7s;
  }

  #c2book:hover .book-page.book-page-3 {
    transform: rotateY(-18deg);
    transition-duration: .8s;
  }

  #c2book:hover .book-page.book-page-4 {
    transform: rotateY(-12deg);
    transition-duration: .9s;
  }

  #c2book:hover .book-page.book-page-5 {
    transform: rotateY(-7deg);
    transition-duration: .75s;
  }

  #c2book:hover .tit3 {
    color: #237AE4;
  }

  .creations-bottoms .uls .lis {}
}

.creations-swiper .swiper-pagination {
  position: static;
  width: 100%;

}

@media (max-width: 1024px) {
  .creations-bottoms .swiper-pagination {
    width: 100%;
    line-height: 1;
    margin-top: 1rem;
  }

  .creations-bottoms .uls .lis {
    height: auto;
  }

  .creations-bottoms .uls {
    /*position: relative;*/
    /*z-index: 2;*/
  }

  /* .creations-bottoms .images{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }*/
  .creations-bottoms {
    margin-top: 1rem;
  }

  .creations-box {
    padding-bottom: 0;
  }

  .creations-box .creationscreations-itembox .cons-swiper {
    height: auto;
  }

  .contacts-list-02 .uls .lis {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;

  }

  .contacts-list-02 .uls .lis .icons {
    width: 33%;
  }

  .contacts-list-02 .uls .lis .box {
    width: 67%;
    padding-left: .75rem;
  }

  .contacts-list-02 .uls .lis:nth-child(1) {
    padding-top: 0;
  }

  .contacts-list-02 .uls .lis:last-child {
    padding-bottom: 0;
  }


}



.topmove {
  width: 20%;
  height: 4.5%;
  background-color: rgb(254, 179, 129);
  position: absolute;
  top: 2.8%;
  left: 13%;
  overflow: initial !important;
}

.botmove {
  width: 20%;
  height: 4.5%;
  background-color: rgb(254, 179, 129);
  position: absolute;
  bottom: 2%;
  right: 15.4%;
  overflow: initial !important;
}

.topmove img {
  width: .9rem;
  height: 1.325rem;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: none;
  transform: translateY(-50%) translateX(100%);

}

.botmove img {
  width: .9rem;
  height: 1.325rem;
  position: absolute;
  left: 0;
  max-width: none;
  top: 50%;
  transform: translateY(-50%) translateX(-100%) rotate(180deg);


}


@media (max-width: 767px) {
  .home-citys .ul102 .lis-tops {
    left: 66%;
    top: 72%;
  }

  .home-citys .ul105 .lis-tops {
    left: 67%;
    top: 59%;
  }

  .home-citys .ul106 .lis-tops {
    left: 61%;
    top: 46%;
  }

  .bocweb-footer-box .cons .imgs img {
    width: 78%;
  }

  .bocweb-footer-box .cons {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
  }

  .bocweb-footer-box .tops .logos {
    display: block;
    width: 110px;
  }

  .bocweb-footer-box .tops .texts {
    margin-top: .65rem;
  }

  .ser-list-01 {
    padding-left: 6%;
    padding-right: 6%;

  }

  .home-type .text {
    bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-list4 .imgbox img {
    /*width: calc(100% + 55vw)!important;*/
    /*margin-left: -.5rem;*/
    /*max-width: none!important;*/
  }

  .home-citys .lis-tops span {
    transform: translate(-50%, -50%) scale(.75);
  }

  .home-citys .box {
    width: 100%;
  }

  .home-citys .words {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-citys .images {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}


.contacts-list-03 .fir-titles,
.contacts-list-04 .fir-titles,
.wel-titles,
.contacts-list-02 .tit,
.sys-texts,
.c-contact-us-bots-tops .tits,
.cons-titles,
.wel-titles.col-000,
.about-list4 .tit4,
.about-list3 .tit2,
.about-list1 .leftbox .tit2 {
  color: #4b4948;
}


.pro-lists .wel-texts {
  /*padding-bottom: 2rem;*/
  position: relative;
  z-index: 6;
}

.pro-lists .pro-images {
  /*margin-top: -1rem;*/
}

.pro-lists .wel-texts * {
  line-height: inherit !important;
  font-size: inherit !important;
  background-color: transparent !important;
}






.resiinfos-items .lists .li.w100 .bg-k {
  width: 30%;
}

.resiinfos-items .lists .li.w100 .bg-k1 {
  width: 30%;
  left: 0;
  right: auto;
}

.resiinfos-items .lists .li.w100 .bg-k2 {
  width: 30%;
  left: auto;
  right: 0;
}

.lh-cursor {
  width: 0px;
  height: 0px;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  margin: -10px 0 0 -10px;
  z-index: 1200;
  /*mix-blend-mode: difference;*/
}

.lh-cursor i {
  width: 100%;
  height: 100%;
  background: no-repeat center #ff6600;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  user-select: none;
  pointer-events: none;
}

.reveal em {
  font-style: normal;
}

@keyframes reveal3 {
  from {
    /* opacity: 1;*/
    background-color: #ff6600;
    color: transparent;
  }

  to {
    color: #FFF;
    /* opacity: 1;*/
    background-color: transparent;
  }
}



.cultures-lists .li:hover .reveal em {
  animation: reveal3 .1s forwards;
  color: transparent;
}

.resiinfos-03 {
  background-color: #fff;
  padding-top: .25rem;
}

.resiinfos-03 .kjhlist-swiper .slide_btn {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
  background: transparent;
  z-index: 4;
}

.resiinfos-03 .kjhlist-swiper .slide_btn.swiper-button-next {
  z-index: 10;
}

.resiinfos-03 .kjhlist-swiper .slide_btn.swiper-button-disabled {
  display: none !important;
}

.resiinfos-03 .kjhlist-swiper .slide_btn.z_in {
  z-index: 12 !important;
}




/**/


.sww {
  position: relative;
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.sww .img {
  width: 60vw;
  height: 100vh;
}

.sww .img img {
  width: inherit;
  height: 100%;
  object-fit: cover;
}

.sww .bg {
  position: absolute;
  top: 0;
  right: 0;
  background: #d2c9c7;
  height: calc(100% - 360px);
  width: 45vw;
}

.sww .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 360px;
  width: 45vw;
  background: #ff6600;
  padding-top: 80px;
  /* padding-left: 7vw; */
  z-index: 999;
}

.sww .txt h3,
.sww .txt h4 {
  font-weight: normal;
}

.sww .swiper-pagination2 {
  position: absolute;
  left: auto;
  width: auto;
  right: 25vw;
  bottom: 488px;
  color: #e7e2e1;
  font-size: 36px;
  /*font-family: 'Didot';*/
  z-index: 99;
}

.sww .txt h3 {
  position: absolute;
  left: 40px;
  color: #333333;
  font-size: 36px;
}

.sww .txt h4 {
  position: absolute;
  left: 40px;
  width: 80%;
  /*width: 15.8vw;*/
  top: 127px;
  color: #333333;
  font-size: 18px;
  /*height: 21px;*/
  line-height: 21px;
  padding-left: 26px;
  background: url(/bocstatic/web/images/di2.png) no-repeat top left;
  margin-top: 16px;
}

.sww .tit {
  position: absolute;
  bottom: -25px;
  left: 40px;
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
}

.sww .btn {
  position: absolute;
  bottom: 77px;
  left: 40px;
  z-index: 99;
  width: 115px;
  height: 51px;
  cursor: pointer;
}

.sww .btn .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  background: url(/bocstatic/web/images/n1.png) no-repeat center/cover;
  opacity: 0.6 !important;
  transition: all .7s;
}

.sww .btn .swiper-button-next:hover {
  opacity: 1 !important;
}

.sww .btn .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  background: url(/bocstatic/web/images/p1.png) no-repeat center/cover;
  transition: all .7s;
  opacity: 0.35 !important;
}

.sww .btn .swiper-button-prev:hover {
  opacity: 1 !important;
}

.sww .btn .swiper-button-prev:after,
.sww .btn .swiper-button-next:after {
  display: none;
}




.sww .Box_line .l {
  position: absolute;
  width: 290px;
  height: 580px;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
}

.sww .Box_line .r {
  position: absolute;
  width: 290px;
  height: 580px;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}

.sww .Box_line .l:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.sww .Box_line .r:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-color: #fff transparent transparent #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.sww .swiper-slide-active .Box_line .l:after {
  -webkit-animation: circle_right 5s linear 1 forwards;
  -moz-animation: circle_right 5s linear 1 forwards;
  -o-animation: circle_right 5s linear 1 forwards;
  animation: circle_right 5s linear 1 forwards;
}

.sww .swiper-slide-active .Box_line .r:after {
  -webkit-animation: circle_right 4.9s 2.5s linear 1 forwards;
  -moz-animation: circle_right 4.9s 2.5s linear 1 forwards;
  -o-animation: circle_right 4.9s 2.5s linear 1 forwards;
  animation: circle_right 4.9s 2.5s linear 1 forwards;
}

.sww .Box_line {
  content: '';
  width: 580px;
  height: 580px;
  /*border: 1px solid #ff6600;*/
  position: absolute;
  left: 41%;
  top: 50%;
  z-index: 99;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -302px;
  /*animation: h_animation6 16s linear infinite; -webkit-animation: h_animation6 16s linear infinite; */
  transform: rotate(-90deg);
  opacity: .59;
}

@-webkit-keyframes circle_right {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
}

@keyframes circle_right {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
}

.sww .Box_line {
  pointer-events: none;
}

#map_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

#map_box .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

#map_box .map_con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  background: #fff;
  max-width: 92%;
  transform: translate(-50%, -50%);
}

#map_box .map_con .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background: #f25430 url(../img/foot_close.png) no-repeat center;
  cursor: pointer;
}

#map_box .map_con .tit {
  width: 100%;
  height: 72px;
  background: #f2eae2;
  line-height: 72px;
  font-size: 18px;
  color: #f25430;
  padding: 0 60px;
}

#map_box .map_con .list {
  position: relative;
  padding: 30px 55px 30px 60px;
  background: #fff;
  /*display: flex;*/
  justify-content: space-between;
}

#map_box .map_con .list a {
  display: block;
}

#map_box .map_con .list::after {
  content: "";
  display: block;
  position: absolute;
  width: 1085px;
  height: 1px;
  background-color: #dedede;
  left: 60px;
  top: 76px;
}

#map_box .map_con .list .nav {
  float: left;
  /*margin-right: 95px;*/
  max-width: 12.5%;
}

#map_box .map_con .list .nav:last-child {
  margin-right: 0;
}

#map_box .map_con .list ul {
  /*width: 1200px;*/
}

#map_box .map_con .list .nav .nav-tops {
  position: relative;
  z-index: 6;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 46px;
  border-bottom: 1px solid #f25430;
  margin-bottom: 10px;
  display: inline-block;
}

#map_box .map_con .list .nav .li {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  transition: all 0.5s;
}

#map_box .map_con .list .nav .li:hover {
  color: #f25430;
}

.foot_map {
  cursor: pointer;
}

.ser-list-05 {}

.ser-list-02 .lis-tits {
  padding-top: .8rem;
  padding-bottom: .65rem;
}

.ser-list-02 .lis-tits .spans {
  color: #333;
  padding-left: 1.8em;
  position: relative;
}

.ser-list-02 .lis-tits .spans span {
  color: #ff6600;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ser-list-02 .lis-tits .spans:after,
.ser-list-02 .lis-tits .spans:before {
  display: none;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis {
  position: relative;
  width: 30%;
  margin-left: 5%;
  padding: 0;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis:nth-child(3n+1) {
  margin-left: 0;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis .bg2 {
  position: absolute;
  width: 100%;
  padding-top: 79%;
  border-radius: .1rem;
  overflow: hidden;
  background-color: rgba(253, 244, 238, .5);
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis .bg2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 4rem 1.25rem #ff6600;
  border-radius: 50%;
  opacity: 0;
  transition: .5s ease-in-out;
  pointer-events: none;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis .box {
  position: relative;
  z-index: 3;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis .cjk {
  position: absolute;
  left: 0;
  line-height: 1;
  color: #ff6600;
  top: 1rem;
  left: -.5em;
  opacity: 0;

}


.ser-list-02.ser-list-05 .lis-txts {
  line-height: 1.7;
  text-align: left;
  padding: 0 2.35rem;
  /* padding: 0 2.35rem; */
  padding: 0 1.175rem;
  position: relative;
  margin-top: 1.5rem;
  color: #666;
  padding-bottom: 1.5rem;
}

.ser-list-02.ser-list-05 .lis-txts:before {
  position: absolute;
  content: "";
  bottom: .25rem;
  left: 2.35rem;
  width: .75rem;
  height: .5rem;
  background: url(/bocstatic/web/img/kks.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: .5s ease-in-out;
}

.ser-list-02 .uls .lis .icons .i-box {
  position: relative;
}

.ser-list-02 .uls .lis .icons .i-box .i {
  position: absolute;
  width: 72.45%;
  left: 13.4%;
  top: 3.5%;
  background-color: #fff;
  height: 70%;
  overflow: hidden;

}

.ser-list-02 .uls .lis .icons .i-box .i img {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: contain;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis2 #cbook {
  height: 6.4rem;
  width: 4rem;
  margin: 0 auto;
  margin-top: .5rem;
}

.ser-lists .ser-list-02.ser-list-05 .uls .lis3 #cbook {
  height: 4.95rem;
  width: 7.2rem;
  margin: 0 auto;
  margin-top: 1.2rem;
}

.ser-list-02 .uls .lis .icons img {
  height: auto;
  width: auto;
}

.ser-list-02 .uls .lis .icons {
  height: 6.625rem;
}

.resiinfos-list {
  font: 14px/24px "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif;
}

@media (min-width: 1025px) {
  .resiinfos-items .lists .cn {
    /*font-size: .9rem;*/
  }

  .resiinfos-banner .images img.pcbox {
    /*height: 100vh;*/
    height: calc(100vh - 100px);
    object-fit: cover;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis:hover .bg2:before {
    transition: .5s ease-in-out;
    opacity: .8;
  }

  .ser-list-02.ser-list-05 .lis:hover .lis-txts:before {
    transition: .5s ease-in-out;
    opacity: 1;

  }

  .foot_map:hover {
    color: #fff;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls:hover .lis .cjk,
  .ser-lists .ser-list-02.ser-list-05 .uls .lis .cjk {
    transition: .5s ease-in-out;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis:hover .cjk {
    opacity: 1;
  }

  .ser-list-02 .lis:hover .lis-tits .spans span {
    opacity: 0;
    display: none;
  }
}

@media (max-width: 1191px) {
  .header .nav-lists .nav-tops {
    padding: 0 .35rem;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls {
    width: 92%;
  }
}

.systemsbots-list-titbox .items {
  width: 33.33%;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1;
}

.systemsbots-list-titbox .items .txts {
  text-align: center;
}

.systemsbots-list-titbox .items .icos {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  margin-bottom: .5rem;
  filter: brightness(0);
  opacity: .7;
}

.systemsbots-list-titbox .items.active .icos {
  filter: brightness(1);
  opacity: 1;
}

.systemsbots-list-titbox .items.active {
  background-color: #f7f3f0;
  color: #ff6600
}

@media (max-width: 1024px) {


  .ser-list-02 .uls .lis .icons>.mbox {
    height: 100%;
  }

  .ser-list-02 .uls .lis .icons img {
    max-height: 100%;
  }






  .creations-bottoms .creations-swiper .uls .lis {
    opacity: 0 !important;
  }

  .creations-bottoms .creations-swiper .uls .lis.swiper-slide-active {
    opacity: 1 !important;
  }

  .creations-bottoms .lis {
    width: 28%;
    padding-top: 1.2rem;
    color: #4b4948;
    padding-bottom: 1rem;
  }

  .creations-bottoms.kjh .lis {
    width: 33.33%;
  }

  .creations-bottoms .lis.active {
    background-color: #ff6600;
    color: #fff;
  }

  .creations-bottoms .lis.active .tits {
    color: #fff;
  }

  .creations-bottoms .lis.active .icos img {
    filter: grayscale(1) brightness(100);
  }

  .creations-bottoms .lis .tits {
    line-height: 1.73;
    text-align: center;
    margin-top: .15rem;
  }

  .creations-bottoms .icos {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    margin-bottom: .25rem;
  }

  .business-bots.resi-images .resibots-swiper .items .wens .txts {
    /*text-align: justify;*/
    /*text-align-last:center;*/
    text-align: center;
  }

  .systemsbots-list .items {
    display: none;
  }

  .systemsbots-list .items .it-tops .texts {
    display: block;
    color: #fff;
    line-height: 1.5;
    margin-top: .5rem;
    padding: 0 1em;
    text-align: justify;
  }

  .systemsbots-list .items .txts {
    display: none;
  }

  .systemsbots-list-titbox {
    margin-top: 1.75rem;
  }

  .systems-bots .systemsbots-list {
    margin-top: 0;
  }

  .honors-list .honor-rights .items .i {
    width: 100%;
  }

  .honors-list .honor-rights .items .i:nth-child(n+2) {
    margin-top: 1.25rem;
  }

  .honors-list .honor-rights .items {
    height: auto;
    display: flex;
    /*align-content: space-between;*/
    align-content: flex-start;
  }

  .ser-list-02 {
    padding-bottom: 3.25rem;
  }

  .ser-list-02.ser-list-05 .lis-txts {
    /*padding: 0 1rem;*/
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ser-list-02.ser-list-05 .lis-txts:before {
    opacity: 1;
    left: 1rem;
  }

  #map_box .map_con .list .nav {
    max-width: 100%;
    width: 25%;
    margin-bottom: 1rem;
  }

  #map_box .map_con .list {
    padding: 3% 5%;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
  }

  #map_box .map_con .list::after {
    display: none;
  }

  .bocweb-footer-box .bots-texts .uk .jhk {
    display: none !important;
  }


}

@media (max-width: 860px) {
  .ser-lists .ser-list-02.ser-list-05 .uls .lis .bg2 {
    padding-top: 50%;
  }

  .ser-list-02 .uls .lis .icons {
    height: auto;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15%;
  }
}

.home-abouts .uls-right.k01 {}

.home-abouts .uls-right.k02 {
  display: none;
}

@-webkit-keyframes downIcon {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  99% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}

@keyframes downIcon {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  99% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}

.resiinfos-banner .anniu {
  display: none;
}

@media (max-width: 768px) {
  .backtop {
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    background-size: 50% auto;
    bottom: 1rem;
    right: .75rem;
  }

  .resiinfos-01 .imglists .wens:before {
    height: 105%;
    top: -5%;
  }

  .resiinfos-01 .imglists .wens {
    transform: translateY(1.75rem);
  }

  .resiinfos-01 .imglists .wens:before {
    background: #beb6b4;
  }

  .resiinfos-01 .imglists .wens>* {
    color: #333;
  }

  html,
  button,
  input,
  select,
  textarea,
  body {
    font-family: "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  }

  * {
    /*font-weight: normal!important;*/
  }



  .resiinfos-items.resiinfos-03 .lists .li:nth-child(n+2) {
    margin-top: 0;
  }

  .resiinfos-items.resiinfos-03 .lists .li:nth-child(n+2) .swiper-container {
    padding-top: .8rem;
  }

  .resiinfos {
    background: #fff;
  }

  .resiinfos-01 {
    padding-top: 2.75rem;
  }

  .resiinfos-01 .imglists {
    width: 78%;
  }

  .resiinfos-01 .imglists .wens {
    line-height: 1.636;
  }

  .resiinfos-01 .imglists .wens:before {
    width: 200%;
    /*height: 116%;*/
    /*top: -16%;*/
    left: 0;
    z-index: 0;
  }

  .resiinfos-01 .imglists .wens>* {
    position: relative;
    z-index: 1;
  }

  .resiinfos-01 {
    padding-bottom: 2rem;
  }

  .swiper-pagination.kjh {
    width: 90% !important;
    line-height: 1;
    display: block;
    font-size: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto !important;
    bottom: auto;
    text-align: left;
    padding: 0;
  }

  .swiper-pagination.kjh .swiper-pagination-bullet {
    height: 1px;
    width: 1.75rem;
  }

  .swiper-pagination.kjh .swiper-pagination-bullet {
    width: 32%;
    margin: 0 !important;
    margin-left: 2% !important;
  }

  .swiper-pagination.kjh .swiper-pagination-bullet:nth-child(3n+1) {
    margin-left: 0 !important;
  }

  .resi-images .resibots-swiper .items .images {
    padding-top: 135%;
  }

  .sww .txt {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }

  .resiinfos-01 .imglists .icon .bg-k,
  .resiinfos-items .lists .icons .bg-k {
    display: none;
  }

  .sww .txt {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .resiinfos-items .lists .icons {
    padding-top: 114%;
  }

  .resiinfos-items.resiinfos-03 .lists>.li:nth-child(2) .li.ulid .icons {
    padding-top: 87%;
  }

  .resiinfos-items.resiinfos-03 .lists>.li:nth-child(2) .li.ulid .icons img {
    width: auto;
    max-width: none;
  }

  .resiinfos-items .lists .li.w100 .icons {
    padding-top: 60.6%;
  }

  .resiinfos-items .lists .li.w100 .words,
  .resiinfos-items.resiinfos-02 .lists .li .words {
    margin-top: -1.2em;
  }

  .resiinfos-items.resiinfos-02 .lists .li:nth-child(1) .icons {
    padding-top: 101%;
  }

  .resiinfos-items .lists .texts img {
    width: .7rem;
  }

  .resiinfos-items.resiinfos-02 .lists .li:nth-child(2) {
    padding-left: 11%;
  }

  /*.resiinfos-02*/

  .sww .tit {
    top: 54% !important;
    z-index: 1000 !important;
    left: 46% !important;
  }

  .sww .img {
    padding-top: 70.6%;
    position: relative;
    overflow: hidden;
    height: auto;
  }

  .sww .img img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .resiinfos-items.resiinfos-03 .lists .li.ulid {
    flex-direction: column-reverse !important;
  }

  .resiinfos-items.resiinfos-03 .lists .li.ulid .words {
    padding-top: 0;
    padding-left: 0;
  }

  .resiinfos-03 .box {
    width: 89%;
  }

  .resiinfos-03 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .resiinfos-items.resiinfos-03 .lists>.li:nth-child(2) {
    /*padding-left: 11%;*/
  }

  .resiinfos-items .lists .words {
    padding-left: 11%;
  }

  .resiinfos-02 .lists:nth-child(1) {
    margin-top: 1rem;
  }
}

.papers-tops .texts .text-txts {
  /*display: none;*/
}

@media (max-width: 768px) {

  .systemsbots-list .items .it-tops {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .systemsbots-list .items .icos {
    width: 100%;
  }

  .systemsbots-list-titbox .items .icos {
    width: 1.6rem;
    height: 1.6rem;
  }

  .about-list1 .leftbox .text .tit4 {
    font-size: .6rem;
  }

  .bocweb-footer-box .cons .spans {
    transform: scale3d(.8, .8, 1);
    transform-origin: top center;
    margin-top: 0;
  }

  .bocweb-footer-box .cons .imgs img {
    width: 90%;
    margin-top: -0.15rem;
  }

  .creationscreations-itembox .jc01 .uls .tits {
    white-space: nowrap;
  }

  .papers-tops .texts {
    padding-top: 1.75rem;
  }

  .systems-tops .wordbots {
    margin-top: .7rem;
  }

  .teams-list .items .text {
    height: 9rem;
    padding-right: .5em;
    overflow: hidden;
    overflow-y: auto;
    width: calc(100% + 1.5em);
  }

  .teams-list .items:not(:nth-child(n + 3)) .text {
    height: 14rem;
  }

  /*      .about-list1 .rightbox img {
          width: 100%;
          margin: 0 auto;
      }

      .about-list1 .rightbox{
          background: transparent;
          position: absolute;
          top: 0;
          right: 5%;
      }*/
  .creationscreations-itembox .uls .txts {
    font-size: .75rem;
    color: #fff;
  }

  .m-header .bocweb-menu-con .nav-tops {
    font-size: .725rem;
  }

  .m-header .bocweb-menu-con .nav-bots a {
    font-size: .65rem;
  }

  .ser-list-02.ser-list-05 .lis3.lis .lis-txts {
    margin-top: 1rem;
  }

  .ser-list-02.ser-list-05 .lis-txts {
    margin-top: 1rem;
  }

  .ser-list-02.ser-list-05 .lis1.lis .lis-txts {
    margin-top: 1.5rem;
  }

  .resiinfos-banner .anniu {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    color: #fff;
    padding-bottom: 1.25rem;
  }

  .resiinfos-banner .anniu span svg {
    width: 100%;
    height: 100%;
  }

  .resiinfos-banner .anniu span {
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: downIcon 1.5s infinite;
    -webkit-animation: downIcon 1.5s infinite;
  }

  .resiinfos-banner .images {
    position: relative;
    padding-top: 128%;
  }

  .resiinfos-banner .images img.mbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .about-list2 .ul .li .tit6 {
    /*width: 100%;*/
  }

  #map_box .map_con .list .nav {
    max-width: 100%;
    width: 50%;
  }

  #map_box .map_con .tit {
    height: 2rem;
    line-height: 2rem;
    padding: 0 2rem;
  }

  #map_box .map_con .close {
    width: 2rem;
    height: 2rem;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis2 #cbook {
    height: 88.8vw;
    width: 56vw;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis3 #cbook {
    height: 41.25vw;
    width: 60vw;
  }

  .home-abouts .imgs .i0 {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
  }

  .home-abouts .imgs {
    padding-bottom: 2.25rem;
  }

  .home-abouts .imgs .i1 {
    width: 92%;
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
  }

  .home-abouts .box {
    width: 100%;
  }

  .home-abouts .box .words {
    width: 92%;
    margin: 0 auto;
  }

  .home-abouts .uls-right.k01 {
    display: none;
  }

  .home-abouts .uls-right.k02 {
    display: block;
    padding-top: 2.5rem;
  }

  .home-abouts .uls-right.k02 .li {
    width: 100%;
    margin-left: 0;
    background-color: transparent;
    padding: 0;
    padding-right: 1.25rem;
    padding-left: .25rem;
  }

  .home-abouts .uls-right.k02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }

  .home-abouts .uls-right .li:nth-child(n+3) {
    margin-top: 0;
  }

  .home-abouts .uls-right .li:nth-child(n+2) {
    margin-top: .75rem;
  }

  .home-abouts .uls-right .li .txts {
    line-height: 1.25;
    margin-top: .2rem;
  }

  .home-abouts .box .images {
    margin-top: .25rem;
  }


  .resiinfos-01 .imglists .wens {
    padding-top: .5rem;
    color: #333 !important;
    padding-right: 1rem;
  }

}

@media (max-width: 1191px) {
  .sww .txt h4 {
    width: calc(100% - 60px);
  }

  .sww .tit {
    font-size: 2rem;
  }

  .sww .swiper-pagination2 {
    font-size: 1rem;
  }

  .sww .Box_line {
    /*display: none;*/
  }

  .sww .img {
    /*width: 100%;*/
  }
}

@media (max-width: 1024px) {
  .wel-titles-business .texts {
    margin-top: .45rem;
  }

  .systems-tops .wordbots .imgs .mbox img {
    position: relative;
    z-index: 2;
  }

  .systems-tops .wordbots .imgs .i .i0 {
    left: -1rem;
    top: -3rem;
  }

  .cockpits01-list .text-h02 {
    width: 100%;
  }

  .ser-list-02 .lis-tits .spans span {
    position: static;
    top: auto;
    transform: none;
  }

  .ser-list-02 .lis-tits .spans {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
  }

  .home-type .uls .lis.active {
    background-color: #ff6600;
    color: #fff;
  }

  .home-type .uls .lis.active .box img {
    filter: grayscale(1) brightness(100);
  }

  .home-type .uls .lis.active .box .tits {
    color: #fff;
  }

  .home-type .uls.mbox {
    margin-top: 0;
  }

  .home-type .uls .lis .box {
    padding-top: 1.1rem;
    padding-bottom: .75rem;
  }

  .home-type .uls .lis .box .icons {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0 auto;
    margin-bottom: .55rem;
  }

  .home-type .uls .lis .box .tits {
    text-align: center;
    line-height: 1.77;
    color: #4b4948;
    height: 1.77em;
  }

  .home-type .uls .lis {
    padding: 0;
  }

  .home-type .uls .lis.active .jt,
  .home-type .uls .lis .jt {
    background-color: transparent;
    padding: 0;
    position: static;
    color: #ff6600;
    background: #f7f3f0;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    display: block;

  }

  .contacts-forms .images {
    /*display: none;*/
  }

  .sww .txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sww .txt h4 {
    margin-top: .25rem;
    font-size: .5rem;
    background-size: 10px;
    background-position: left center;
  }

  .sww .txt h3 {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .sww .txt h4 {
    padding-left: 15px;
  }

  .sww .txt h4 {
    width: 100%;
  }

  .sww .txt h3 {
    line-height: 1.25;
  }

  .sww .txt h4,
  .sww .txt h3 {
    position: static;
  }

  .sww .tit {
    bottom: auto;
    top: 4rem;
    width: 100%;
    left: 0;
    padding: 0 5%;
  }

  .sww .tit,
  .sww .swiper-pagination2 {
    /*color: #333;*/
    line-height: 1;
  }

  .sww .txt {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .sww .bg {
    /*opacity: 0;*/
    /*background-color: transparent;*/
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
  }

  .sww .swiper-pagination2 {
    width: 100%;
    right: auto;
    left: 0;
    padding: 0 5%;
  }

  .sww .Box_line {
    display: none;
  }

  .sww .img {
    width: 100%;
  }

  .sww .txt,
  .sww .bg {
    width: 100%;
  }
}

.kj-0009 {
  display: none;
}

@media (max-width: 860px) {
  .contacts-forms .formlist .lis {
    width: 49%;
    margin-left: 2%;
  }

  .contacts-forms .formlist .lis-bots input[type=text] {
    background: transparent;
    border: 1px solid #e1dad2;
  }

  .contacts-lists .contacts-forms:before {
    display: none;
  }

  .contacts-forms {
    background-color: #f5eee4;
  }

  .contacts-lists {
    background-color: #fff;
  }

  .kj-0009 {
    display: block;
  }

  .contacts-forms .images {
    display: none;
  }

  .contacts-forms .images {
    height: 10rem;
  }

  .sww .btn {
    bottom: 165px;
  }

  .c-contact-us-bots-bots .map {
    /*height: 18rem;*/
    height: 11.6rem;
  }

  .ser-list-02 .lis-tits {
    padding-top: 1.75rem;
  }
}

@media (max-width: 750px) {
  .sww .tit {
    font-size: 3rem;
  }

  #cbook {
    width: 134px;
    height: 214px;
  }
}



@media (min-width: 1025px) and (max-width: 1921px) {
  .home-citys .home-city-lists .tits .hjs {
    display: none;
  }

  .header .nav-lists .nav-tops {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 18px;
  }

  .tit-17 {
    font-size: 17px;
  }

  .tit-16 {
    font-size: 16px;
  }

  .tit-15 {
    font-size: 15px;
  }

  .tit-13,
  .tit-12,
  .tit-14 {
    font-size: 14px;
  }
}

.papersbots-list .txts .span {
  width: 100%;
}

.resi-images.jkh .resitops-swiper {
  top: 7rem;
}

.resi-images.jkh .resibots-swiper .items .wens {
  padding-top: 10rem;
}

.c-contact-us-tops .uls .lis .li-bots,
.cases-list .txts,
.resiinfos-items .lists .cn,
.contacts04right-box .tits,
.papersbots-list .tits {
  color: #4b4948;
}

.resiinfos-01 .imglists .wens *,
.pro-lists .wel-texts * {
  color: inherit !important;
  font-family: inherit !important;
}


.contacts-forms .formlist .lis-tops,
.c-contact-us-tops .uls .lis,
.c-contact-us-bots-bots .texts,
.contacts04left-box .tr-tops,
.joins-list-titles .li,
.joins02-items .words .txts,
.join-us-list-03 .words,
.resiinfos-01 .imglists .wens,
.contacts-list-01 .bots-tits,
.contacts-list-02 .uls .lis-bots,
.contacts-list-02 .uls .lis-tops,
.systemsbots-list .items,
.cases-list .wens,
.papers-tops .texts .text-texts,
.papersbots-list .txts,
.systems-tops .wordbots .words .txts,
.systemsbots-list .items .texts,
.cockpits01-list .text-h02,
.cockpits02-list .txts,
.cockpits02-list .uls .li,
.cock-titles .txts,
.cockpits03-list .images .spans,
.cockpits03-list .texts-list .li,
.cockpits04-list .words .txts,
.business-tops .txts,
.creations-box .wel-texts,
.ser-list-02 .texts,
.ser-list-02 .lis-tits .spans,
.ser-list-02.ser-list-05 .lis-txts,
.honors-list .honor-rights .txts,
.honors-list .honor-rights .tits,
.news-bots .list .items .words,
.pagination a,
.about-list4 .tit3,
.layouts-box .ulstops,
.layouts-box .ulstops,
.about-list1 .leftbox .text .tit4,
.about-list3 .item .p,
.home-type .uls .lis .tits,
.home-citys .home-city-lists .tits,
.home-citys .home-city-lists .uls,
.home-type .uls .lis,
.teams-list .items .text,
.teams-list .items .txts,
.wel-titles-business .texts,
.wel-texts {
  color: #808080;
}

.resiinfos-items .lists .li.ulid {
  align-items: flex-start;
}

.resiinfos-items .lists .li.ulid .words {
  padding-top: 2.5rem;
}

.resiinfos-items .lists .texts {
  color: #333;
}

.resiinfos-banner .words .tits {
  font-weight: lighter;
}

@media (max-width: 1681px) {
  .resi-images .cbots-tits {
    top: 2rem;
  }

  .resi-images.jkh .resitops-swiper {
    top: 4rem;
  }

  .resi-images.jkh .resibots-swiper .items .wens {
    padding-top: 7rem;
  }

  .wel-business-list .uls-bots .li .images {
    padding-top: 35%;
  }

}

.serbots {
  min-height: 20.25rem;
  padding-bottom: .75rem;
  padding-top: 2.8rem;
  color: #fff;
}

.sertits-list {
  justify-content: center;
  position: relative;
}

.sertits-list:before {
  position: absolute;
  content: "";
  width: 1000%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.sertits-list .li {
  margin: 0 2.5em;
  height: 1.2rem;
  line-height: 1.2rem;
  position: relative;
  cursor: pointer;

}

.sertits-list .li span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5b7c9f;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  opacity: 0;
  transition: .5s ease-in-out;
}

.sertits-list .li span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, .5);
  box-sizing: border-box;
}

.serbots-imgj .uls .words .txts {
  margin-top: .7rem;
  line-height: 1.238;
}

.serbots-imgj .uls .words .mores {
  line-height: 1;
}

.serbots-imgj .uls .words .mores span {
  position: relative;
  padding-right: .6rem;
  color: #ff6600;
}

.serbots-imgj .uls .words .mores span:before {
  position: absolute;
  transition: .5s ease-in-out;
  content: "";
  width: 13px;
  height: 11px;
  background: url(/bocstatic/web/img/220-04.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.serbots-imgj .uls .words .texts {
  margin-top: .2rem;
  margin-bottom: 1.25rem;
  line-height: 1.52;
}

.serbots-imgj .uls .words {
  width: 36.88%;
  padding-right: .75rem;
}

.serbots-imgj .uls .imgs {
  width: 63.12%;
}

.serbots-imgj {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.serbots-imgj .uls .ck {
  position: relative;
  padding-top: 58.33%;
}

.serbots-imgj .uls .ck img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}



.serbots .sertits-list {
  margin-top: .85rem;
  margin-bottom: 2.65rem;
}

.sertits-list .li.active span {
  opacity: 1;
}

@media (max-width: 1681px) {
  .serbots-imgj {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {
  .serbots-imgj {
    padding-left: 0;
    padding-right: 0;
  }

  .resi-images .resitops-swiper .items {
    min-width: 20%;
    padding: 0;
    text-align: center;
  }

  .resi-images .resitops-swiper .items span {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 860px) {

  .systemsbots-list .items .it-tops {
    height: 21rem;
  }

  .serbots-imgj .uls .ck {
    padding-top: 65%;
  }

  .sertits-list .li {
    line-height: 1;
    height: auto;
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .serbots .sertits-list {
    justify-content: space-between;
  }

  .sertits-list .li {
    margin: 0 !important;
    /*width: 33.33%;*/
    text-align: center;
  }

  .serbots-imgj .uls .words .txts {
    font-size: .9rem;
  }

  .serbots-imgj .uls .words {
    width: 45%;
  }

  .serbots-imgj .uls .imgs {
    width: 50%;
  }

  .serbots-imgj .uls.k02 .words {
    width: 55%;
  }

  .serbots-imgj .uls.k02 .imgs {
    width: 45%;
  }

  .serbots-imgj .uls.k02 .imgs .ck {
    padding-top: 100%;
  }
}

@media (min-width: 1025px) {
  .serbots-imgj .uls .words .mores:hover span:before {
    transform: translate(5px, -50%);
    transition: .5s ease-in-out;
  }

  .sertits-list .li:hover span {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .lay-list .lay-tops .hjs {
    display: none !important;
  }

  .ser-list-02 .texts br,
  .creations-tops .wel-texts2 br {
    display: none;
  }

  .resiinfos-items .lists .li.ulid .texts {
    line-height: 1.8;
    max-width: 19em !important;
  }

  .resiinfos-items .lists .li.w100 .words .box {
    padding-left: 5.625rem;
  }

  .resiinfos-items .lists .en {
    font-size: 3rem;
  }

  .resiinfos-items .lists .li.w100 .words .box .tits,
  .resiinfos-items .lists .li.w100 .words .box .texts {
    margin-left: 4rem;
  }
}

.bhghjuhuhju .icon {
  width: 2rem;
}

.about-list3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, .3);
}

.bhghjuhuhju {
  margin-top: 1.25rem;
  position: relative;
  z-index: 3;
}

.bhghjuhuhju .items {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
}

.bhghjuhuhju .items .text {
  max-width: calc(100% - 2.25rem);
}

@media (max-width: 1024px) {
  .about-list3 .tit2 {
    /*margin-left: auto;
	  	margin-right: auto;
	  	max-width: 80%;*/
  }

  .bocweb-footer-box .tops {
    justify-content: space-between;
  }

  .bocweb-footer-box-left {
    width: 100%;
  }

  .about-list2 .ul .bg {
    width: 100% !important;
  }

  .c-contact-us-bots-tops .c-con-swiper .swiper-container {
    padding-bottom: 1rem;
  }

  .c-contact-us-bots-tops .c-con-swiper .items {
    margin-right: 0;
    /*flex: 1 1 5em;*/
    width: 25%;
    text-align: center;
    line-height: 1.3;
    height: auto;
    margin-bottom: .4rem;
  }

  .c-contact-us-bots-tops .c-con-swiper .items:nth-child(4n+1) {
    text-align: left;
  }

  .c-contact-us-bots-tops .c-con-swiper .items:nth-child(4n+4) {
    text-align: right;
  }

  .c-contact-us-bots-tops .c-con-swiper .items:before {
    display: none;
  }

  .resiinfos-items .lists .li.ulid .texts {
    line-height: 1.8;
    max-width: 100% !important;
  }

  .resi-images .resitops-swiper .items span {
    line-height: 1.35rem;
    height: 1.35rem;
  }
}

.creationscreations-itembox .jc01 .items .tits {
  margin-bottom: 0;
}

.creationscreations-itembox .jc01 .items .tits,
.empower-list01.empower-list .items .txts {
  color: #4b4948;
}

.creationscreations-itembox .jc01 .items .icons img {
  filter: grayscale(100%)
}

.creationscreations-itembox .jc01 .items.active .icons img {
  filter: grayscale(100%) brightness(200%);
}


.empower-list01.empower-list .items .words {
  position: static;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 1.2rem;
  color: #4b4948;
  padding-bottom: 1rem;
  text-align: center;
}

/*.creationscreations-itembox .jc01 .icons,*/
.empower-list01.empower-list .items .tits {
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 1024px) {
  .papersbots-list .items {
    background: #f7f3f0;
  }

  .papers-bots .mboxs {
    width: 100%;
  }

  .papersbots-list .tits {
    margin: 0;
    padding-left: 2rem;
    max-width: calc(100% - 1.8rem);
  }

  .papers-bots .mboxs .ctops {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;

  }

  .papers-bots .mboxs .ctops:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bocstatic/web/img/30001.png) no-repeat center;
    background-size: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .papers-bots .mboxs .items.active .ctops:before {
    background: url(/bocstatic/web/img/30002.png) no-repeat center;
    background-size: 100%;
  }

  .papers-bots .mboxs .items.active {
    background-color: #fff;
  }

  .papersbots-list .txts .nums {
    right: auto;
    left: -.2em;
    top: -.4em;
    opacity: 0;
  }

  .papers-bots .mboxs .items.active .txts .nums {
    opacity: 1;
  }

  .papers-bots {
    padding-bottom: 0;
  }

  .papers-bots .mboxs .items.active .txts.cg {
    /*display: block;*/
  }

  .papersbots-list .items {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .papers-bots .papersbots-list {
    width: 100%;
  }

  .papersbots-list .items .txts.cg {
    display: none;
    padding-top: 1.5rem;
  }

  .creationscreations-itembox .jc01 .uls {
    /*padding-top: 1.2rem;*/
    /*padding-bottom: 1rem;*/
    padding: .5rem 1rem;
    width: 50%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    justify-content: flex-start;
  }

  .papersbots-list .items {
    border-bottom: 1px solid #e6e6e6;
  }

  .papersbots-list .items:last-child {
    border-bottom: none;

  }

  .creationscreations-itembox .jc01 .uls .tits {
    margin-top: 0;
  }

  .creationscreations-itembox .jc01 .items:before {
    /*background:rgba(0,0,0,.15);*/
    background: transparent;
  }

  .creationscreations-itembox .jc01 .uls {
    background: url(/bocstatic/web/img/lting-a.jpg) no-repeat center;
    background-size: cover;
  }

  .creationscreations-itembox .jc01 .uls.active {
    background: #ff6600;
    color: #fff;
  }

  .creationscreations-itembox .jc01 .uls.active .tits {
    color: #fff;
  }

  .empower-list01.empower-list .items.active .tits img {
    filter: grayscale(1) brightness(100);
  }

  .empower-list01.empower-list .items {
    width: 28%;
    width: 20%;
  }

  .empower-list01.empower-list .items .txts {
    width: 2em;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
  }

  .empower-list01.empower-list .items.active {
    background-color: #ff6600;
    color: #fff;
  }

  .empower-list01.empower-list .items.active .words .txts {
    color: #fff;
  }

  .empower-ments .empower-list.empower-list02 {
    margin-top: 0;
  }

  .empower-list.empower-list02 .items .images {
    padding-top: 110%;
  }

  .empower-list.empower-list02 .items .texts {
    background: transparent;
  }

  .empower-list.empower-list02 .items .texts {
    opacity: 1;
  }

  .empower-list.empower-list02 .items .nums,
  .empower-list.empower-list02 .items .twords {
    display: none;
  }

  .empower-list .items .texts .txts-k {}

  .empower-list .items .texts .txts-k .span {
    line-height: 1.5;
    max-height: 100%;
    overflow-y: auto;
    height: 7.5em;
    overflow: hidden;
  }

  .empower-list .items .texts .txts-k {
    overflow: hidden;
    /*height: 90%;*/
    background-color: rgba(0, 0, 0, .2);
    padding: 1rem calc(2rem - 1em);
  }
}


.cases-inputs-list .selects-bots {
  height: auto !important;
}

.about-list3 .tit2,
.about-list4 .tit2,
.about-list1 .leftbox .tip,
.about-list4 .tit4,
.about-list5 .tit3,
.about-list1 .leftbox .tit2,
.about-list1 .leftbox .tit3,

.teams-list .items .tits,
.cons-titles,
.con-banner .font-cn,
.wel-tits,
.wel-titles2,
.wel-titles {
  /*font-weight: lighter;*/
}



@media (max-width: 750px) {
  .sww .swiper-pagination2 {
    display: none;
  }

  .resiinfos-items .lists .texts {
    font-size: .5rem;
  }

  .resiinfos-items .lists .texts,
  .resiinfos-items .lists .cn {
    font-weight: 300;
  }

  .resiinfos-titles .spans {
    font-weight: 300;
  }

  .resiinfos-banner .words .tits.tit-80 {
    font-weight: 300;
    font-size: 1.75rem;
  }

  .resiinfos-banner .words .ctits {
    font-size: .35rem;
    letter-spacing: .52rem;
    font-family: "Didot";
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    color: #fff;
  }

  .resiinfos-banner .anniu {
    font-size: .55rem;
    line-height: 1;
  }

  .resiinfos-01 .imglists .wens {
    font-size: .5rem;
    min-height: 11rem;
  }

  .resiinfos-01 {
    padding-bottom: 2.5rem;
  }

  .resiinfos-items .lists .li.ulid .texts {
    font-size: .5rem;
    color: #736f6e;
  }

  .resi-images .resitops-swiper .items span {
    color: rgba(255, 255, 255, .6);
  }

  .resi-images .resitops-swiper .items.active span {
    color: rgba(255, 255, 255, 1);
  }

  .resi-images .resibots-swiper .items .wens .tits-cn {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .08rem;
    line-height: 1.4;
    margin-bottom: 0.12rem;
  }

  .resi-images .resibots-swiper .items .wens .tits-en {
    font-size: .45rem;
    letter-spacing: .56rem;
    font-family: "Didot";
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-top: 0;
  }

  .resi-images .resibots-swiper .items .images .headbg:before {
    pointer-events: none;
  }

  .resi-images .resibots-swiper .items .mores {
    margin-top: 1.2rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .5rem;
  }

  .contacts04left-box .tr-tops:before {
    bottom: auto;
    top: 1.45em;
  }
}


/*	.teams-list  ::-webkit-scrollbar-track {
	  background: rgba(0, 0, 0, 0.1);
	}

	.teams-list  ::-webkit-scrollbar-thumb {
	  background: #000;
	}

	.teams-list  ::-webkit-scrollbar-thumb:window-inactive {
	  background: #000;
	}

	.teams-list  ::-webkit-scrollbar-thumb:vertical:hover {
	  background: #000;
	}
*/

.home-citys .i-dian .span span:before {
  pointer-events: none;
}

/**/
.home-citys .i-dian .tits {
  white-space: nowrap;
}

.home-citys .ul101 .i-dian.heyuan .tits,
.home-citys .ul101 .i-dian.guangzhou .tits,
.home-citys .ul101 .i-dian.foshan .tits {
  width: auto;
  right: calc(100% + .1rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

/*左*/

.home-citys .ul101 .i-dian.shenzhen .tits,
.home-citys .ul101 .i-dian.zhongshan .tits {
  top: .3rem;
}

/*下*/



.home-citys .ul102 .i-dian.ruian .tits,
.home-citys .ul102 .i-dian.wenzhou .tits,
.home-citys .ul102 .i-dian.hangzhou .tits,
.home-citys .ul102 .i-dian.jiaxing .tits,
.home-citys .ul102 .i-dian.shaoxing .tits {
  width: auto;
  right: calc(100% + .1rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

/*左*/

.home-citys .ul106 .i-dian.baoding .tits {
  width: auto;
  right: calc(100% + .1rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.home-citys .ul105 .i-dian.kunshan .tits,
.home-citys .ul106 .i-dian.cangzhou .tits {
  top: .3rem;
}


.home-citys .ul107 .dalian.i-dian .tits,
.home-citys .ul106 .yantai.i-dian .tits,
.home-citys .ul105 .i-dian.nantong .tits,
.home-citys .ul105 .i-dian.shanghai .tits,
.home-citys .ul101 .i-dian.shenzhen .tits,
.home-citys .ul101 .i-dian.zhongshan .tits {
  color: #ff6600;
}

.home-citys .ul107 .dalian.i-dian .tits,
.home-citys .ul107 .baotou.i-dian .tits,
.home-citys .ul106 .i-dian.jinzhong .tits,
.home-citys .ul105 .i-dian.nantong .tits,
.home-citys .ul105 .i-dian.shanghai .tits,
.home-citys .ul103 .i-dian.zhengzhou .tits,
.home-citys .ul102 .nanchang.i-dian .tits {
  width: auto;
  left: calc(100% + .1rem);
  top: 50%;
  transform: translateY(-50%);
}

.home-citys .ul106 .i-dian.shijiazhuang .tits,
.home-citys .ul106 .i-dian.qingdao .tits,
.home-citys .ul105 .i-dian.suzhou .tits,
.home-citys .ul103 .i-dian.ezhou .tits,
.home-citys .ul105 .i-dian.wuxi .tits,
.home-citys .ul105 .i-dian.wuhu .tits {
  width: auto;
  right: calc(100% + .1rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.home-citys .ul105 .i-dian.suzhou .tits,
.home-citys .ul105 .i-dian.wuxi .tits {
  margin-top: -.65em;
}

.home-citys .ul105 .i-dian.changshu .tits {
  top: .3rem;
}

.home-citys .ul106 .tianjin.i-dian .tits {
  top: -1rem;
}

/*.cockpits03-list .images img,*/


.systemsbots-list .items .it-bots .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-abouts .li .imgs {
  width: .75rem;
}

.join-us-list-03 img,
.joins02-items .images img,
.joins02-items .words .bgs img,
.bocweb-footer-box .tops .logos img,
.ser-list-02 .bg img,
.joins01-items .items .icons img,
.join-us-list-01 .images img,
.bocweb-logo img,
.home-abouts .uls-left .imgs img,
.contacts-list-02 .imglists .imgs img,
.contacts03-lists .td img,
.papersbots-list .icons2 img,
.systemsbots-list .items .icos img,
.cockpits04-list .images img,
.cockpits01-list .images .bg,
.cockpits02-list .imgs img,
.ser-list-01 .images .imgs>img:nth-child(1),
.creations-center .imgs>img:nth-child(1),
.about-list1 .rightbox img,
.about-list4 .imgbox img,
.home-type .images .imgs img,
.home-citys .images img.imgs-f,
.layouts-box .images img.imgs-f {
  width: 100%;
}




@media (min-width: 1921px) {
  .layouts-box .words {
    width: 42%;
  }

  .layouts-box .mapimg {
    width: 58%;
  }

  .header .li.weblist .li-bots {
    width: 3.1rem;
  }

  .bocweb-footer-box .cons .imgs {
    padding-bottom: .2rem;
  }

  .bocweb-footer-box .cons,
  .bocweb-footer-box .tops .logos {
    width: 3.4rem;
  }

  .pro-lists .pro-images img {
    width: 100%;
  }

  .about-list4 .tit3 {
    width: 92% !important;
  }

  .ser-list-02 .uls .lis .icons img {
    height: 100%;
    width: 100%;
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis3 #cbook {
    /*width: calc(4.95rem * .8);*/
    /*height: calc(7.2rem * .8);*/
  }

  .ser-lists .ser-list-02.ser-list-05 .uls .lis2 #cbook {
    height: calc(6rem * .8);
    width: calc(4rem * .8);
  }

  #cbook {
    height: calc(10.675rem * .45);
    width: calc(6.7rem * .45);
  }

  #cbook img {
    width: 100%;
  }

  .systems-tops .wordbots .imgs .i #cbook {
    height: calc(8.8rem * .45);
    width: calc(12.8rem * .45);
  }

}

@media (max-width: 768px) {

  audio,
  canvas,
  progress,
  video {
    width: 100%;
  }
}


.contacts03-lists .td {
  width: 12.5% !important;
}

.contacts03-lists .tr:nth-child(n+2) {
  margin-top: -2.5%;
}

.creatg .cons-titles1 {
  display: flex;
  align-items: flex-start;
  color: #FF6600;

}

.creatg .cons-titles1 .icon {
  margin-right: .175rem;
}

.creatg .cons-titles {
  text-align: left;
}

.emg.empower-ments .empower-list {
  margin-top: 1.25rem;
}

.emg.empower-ments .creations-tops {
  margin-top: 4.325rem;
}

.emg.empower-ments {
  padding-bottom: .25rem;
  padding-top: 2rem;
}

.egs {
  background-color: #fff;

}

.egs .empower-ments {
  padding-top: 2.55rem;
  padding-bottom: 2.5rem;
}

.egs .wel-titles {
  margin-top: .7rem;
  margin-bottom: .65rem;
}

.egs .image {
  margin-top: 2.175rem;
display: flex;
align-items: center;
height: 13.4rem;

}
.egs .image img{
  margin: 0 auto;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.emg .creations-center .hide-box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  display: flex;

  visibility: hidden;
  opacity: 0;
}

.emg .creations-center .hide-box::before {
  width: 1.85rem;
  height: 1.85rem;
  background: linear-gradient(180deg, #FF6600 0%, #FF9B57 100%);
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;

  right: -18%;
  top: -7%;

  content: '';
  visibility: hidden;
  opacity: 0;
  transition: all .3s;

}

.emg .creations-center .hide-box::after {
  content: '';
  position: absolute;
  left: -35%;
  bottom: 5%;

  width: 3.65rem;
  height: 3.65rem;
  background: linear-gradient(180deg, #FF6600 0%, #FF9B57 100%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.emg .creations-center .hide-box .bag {
  padding: 1rem 1.65rem 1.575rem;
  margin: 0 auto;
  width: 100%;
  height: 13rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.emg .creations-center .hide-box .bagss{
  width: 6rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.emg .creations-center .hide-box .bag .image{
  margin: 0 auto .25rem;
  width: 1.4rem;
height: 1.4rem;
}
.emg .creations-center .hide-box .bag img {
width: 100%;
height: 100%;
object-fit: cover;
}

.emg .creations-center .hide-box .bag .span {
  line-height: 1;
  margin-top: .5rem;
  padding-bottom: 1.325rem;
}

.emg .creations-center .hide-box .bag .t3 {
  color: #FFE5DB;
  text-align: justify;
  max-height: 4rem;
  overflow-y:scroll ;
  padding-right: .2rem;
  line-height: 1.6;
  padding-top: .75rem;
  padding-right: .25rem;
}
.emg .creations-center .hide-box .bag .t3::-webkit-scrollbar-thumb{
  background-color: rgba(255, 255, 255, .5);
}

/* .emg .creations-center.actvie .hide-box {
  opacity: 1;
  visibility: visible;
  animation: scale ease .5s forwards;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  ;
} */

@keyframes scale {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fd {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);

  }

  100% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);

  }
}
.emg .creations-center .imgs .imagess>img{
  position: absolute;
  left: 50%;
  top: 50%;
visibility: visible;
opacity: 1;
transition: all .5s;
transform: translate(-50%, -50%) ;
max-width: 11rem;
width: 100%;
}
.emg .creations-center .imgs .imagess.active>img{
visibility: hidden;
opacity: 0;
animation: fd ease .5s forwards;

}
.emg .creations-center .imgs .imagess.active .hide-box{
  visibility: visible;
  opacity: 1;
  animation: scale ease .5s forwards;
}
.creations-center .imgs .lis.active .image{
/* background-color: #fff; */
}
/* .emg .creations-center.actvie .hide-box::after {
  opacity: 0.35;

  visibility: visible;
}

.emg .creations-center.actvie .hide-box::before {
  opacity: 0.15;

  visibility: visible;
}

.emg .creations-center.actvie .imgs {
  opacity: 0;

  visibility: hidden;
} */
/* .emg .creations-center .hide-close{
  position: absolute;
  right:5%;
  bottom: 15%;
  transition: all .3s;

  opacity: 0;
  visibility: hidden;
transform: scale(0);
transition: all .3s;
cursor: pointer;
} */

/* .emg .creations-center.actvie .hide-close{
  opacity:1;
  visibility: visible;
transform: scale(1);
}
.emg .creations-center.actvie .hide-close .close-svg svg{
  transition: all .5s;
}
.emg .creations-center.actvie .hide-close:hover .close-svg svg{
  transform: rotate(90deg) ;
} */
.creations-box .imagsg {
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4.85rem;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.creations-box .ms {
  margin: 0 auto;
  text-align: center;
}

@media (max-width:860px) {
  .resi-lists {
    padding-top: 2.25rem;
  }

  .emg.empower-ments {
    padding-top: 2.25rem;
  }

  .emg.empower-ments .creations-tops {
    margin-top: 2.25rem;

  }

  .emg.empower-ments {
    padding-bottom: 3rem;
  }

  .egs .empower-ments {
    padding-top: 2.25rem;
  }
}

.contacts-list-g0 {

  background: linear-gradient(180deg, #FCFBF9 0%, #F7F3F0 100%);
  position: relative;
}

.contacts-list-g0 .ul-box {
  /* display: none; */
  margin-top: 2.5rem;

}


.contacts-list-g0 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}

.contacts-list-g0 .item .ri {
  display: flex;
}

.contacts-list-g0 .item .img {
  width: 3.25rem;
  height: 4.85rem;
  margin-right: .75rem;
  transition: all .3s;
  border: 2px solid #DF712F;
  position: relative;
}

.contacts-list-g0 .item .ri .img:last-child {
  margin-right: 0;
}

.contacts-list-g0 .item:not(:first-child) .ri:nth-child(1) {
  margin-right: .375rem;
}

.contacts-list-g0 .item:not(:first-child) .ri:nth-child(2) {
  margin-left: .375rem;
}

.contacts-list-g0 .item:first-child .ri .img {
  margin-right: .5rem;
}

.contacts-list-g0 .item:first-child .ri .img:last-child {
  margin-right: 0rem;
}

.contacts-list-g0 .item:first-child .ri:nth-child(1) {
  margin-right: calc(4.45rem / 2);
}

.contacts-list-g0 .item:first-child .ri:nth-child(2) {
  margin-left: calc(4.45rem / 2);

}

.contacts-list-g0 .item .img img {
  width: 100%;
  height: 100%;
}

.contacts-list-g0 .item .hide-box {
  left: 50%;
  top: 4rem;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 11.175rem;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  box-shadow: 0px 0px 22px 0px rgba(173, 166, 158, 0.67);
  border: 2px solid #DF712F;
}

.contacts-list-g0 .item .hide-box .image {
  width: 100%;
  height: 100%;
}

.contacts-list-g0 .item .hide-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contacts-list-g0 .item .img.cur {
  opacity: 1;
}

.contacts-list-g0 .item .img.cur .hide-box {
  opacity: 1;
  visibility: visible;
  animation: showH .5s ease forwards;
}

/* .contacts-list-g0 .item.cur:nth-child(n+2)  .hide-box {
  opacity: 1;
  visibility: visible;
  animation:showH .5s ease forwards ;
} */
/* .contacts-list-g0 .item.cur:nth-child(n-2)  .hide-box {
  opacity: 1;
  visibility: visible;
  animation:showH .5s ease forwards ;
} */
@keyframes showH {
  0% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;

  }

  100% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;

  }
}

.contacts-list-g0 .item .hide-box .fd {
  position: absolute;
  left: 50%;
  bottom: -.7rem;
  z-index: 4;
  transform: translateX(-50%);
  cursor: pointer;
}

.contacts-list-g0 .ul-box2 {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;

}

.contacts-list-g0 .ul-box2 .ul-swiper {
  width: 100%;
  margin-top: 2.15rem;

}

.contacts-list-g0 .ul-box2::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 100%;
  background-image: url(/bocstatic/web/img/jdg/ml.png);
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-list-g0 .ul-box2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 100%;
  z-index: 2;
  background-image: url(/bocstatic/web/img/jdg/mr.png);
  transition: all .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-list-g0 .ul-box2 .swiper-slide {
  height: 18.675rem;
  border: 2px solid #DF712F;
  margin: auto 0 auto;
  max-height: 22.5rem;
  width: 12.5rem; 

overflow: hidden;
}

.contacts-list-g0 .ul-box2 .swiper-slide-active {
  box-shadow: 0px 1.25rem 1rem 0px rgba(210, 204, 199, 0.6);
  max-width: 15rem; 
height:100%;
height: 22.5rem;
overflow: hidden;
width: 100%;
}
.contacts-list-g0 .ul-box2 .swiper-slide-active img{
  height: 100%;
}

.contacts-list-g0 .ul-box2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-list-g0 .swiper-button-next,
.contacts-list-g0 .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 3;
  text-align: center;
  margin: 0 .5rem;
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  border-radius: 50%;
  transition: all .3s;
}

.contacts-list-g0 .swiper-button-prev {
  background-image: url(/bocstatic/web/img/jdg/left.png);
}

.contacts-list-g0 .swiper-button-next {
  background-image: url(/bocstatic/web/img/jdg/right.png);
}

.contacts-list-g0 .ul-box2 .ul-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.contacts-list-g0 .ul-box2 .right-nav {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 1.3rem;
  background: rgba(0, 0, 0, .1);
  border-radius: .65rem;
  margin: 1.7rem 2.5rem 0 auto;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.contacts-list-g0 .ul-box2 .right-nav .icon {
  width: .75rem;
  margin-right: .2rem;
}

@media (max-width:1024px) {

  .contacts-list-g0 .ul-box2 .right-nav {
    width: 5rem;
  }

  .contacts-list-g0 .ul-box2 .swiper-slide {
    width: auto;
    height: auto;
  }

  .contacts-list-g0 .ul-box2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contacts-list-g0 .ul-box2 .swiper-slide-active {
    height: auto;
    max-width: none;
  }



  .contacts-list-g0 .ul-box {
    padding: 0 4%;
  }

  .contacts-list-g0 .ul-box2 {
    padding: 0;
  }
}

@media (max-width:768px) {
  .contacts-list-g0 .ul-box {
    display: none;

  }

  .contacts-list-g0 .ul-box2 {
    display: block;
  }

  .contacts-list-g0 .ul-box2 .right-nav {
    display: none;
  }

  .contacts-list-g0 .ul-box2 .swiper-slide {
    height: 16rem;
    max-width: 100%;
 width: auto !important;
  }

  .contacts-list-g0 .ul-box2 .swiper-slide-active {
    max-width: 100%;

    height:20rem;
  }
  .contacts-list-g0 .ul-box2::before{
    width: 10%;
    background-image:url(/bocstatic/web/img/jdg/mml.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contacts-list-g0 .ul-box2::after{
    width: 10%;
    background-image:url(/bocstatic/web/img/jdg/mmr.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

}

.course {
  position: relative;
}

.course .bgs-g {

  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 7.5rem;
  color: #F7F3F0;
  position: absolute;
  right: 3.5rem;
  top: 1.45rem;
  line-height: 1;
  display: none;
}

.course .swiper-gss {
  overflow: hidden;
  /* margin-bottom: 3.125rem; */
}

.course .swiper-gs {
  margin-top: 1rem;
  position: relative;
  padding: 0 0rem 3.125rem;
  overflow: hidden;
  width: 35rem;

}

.course .swiper-gs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  cursor: pointer;
  height: 5.5rem;
  z-index: 2;
  /* margin-bottom: .625rem; */

}

.course .swiper-gs .swiper-slide .years {
  line-height: 1.3;
  color: #4B4948;
  /* margin-bottom: .15rem; */
  margin-bottom: -.1rem;
  z-index: 2;
  position: relative;
  transition: all .3s;
}

.course .swiper-gs .line3 {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: .2rem;
  transition: all .3s;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(186, 186, 186, 0.31) 8%, #E1E1E1 49%, rgba(186, 186, 186, 0.32) 92%, rgba(255, 255, 255, 0) 100%);
}

.course .swiper-gss .gs-next {
  width: 1.5rem;
  height: 1rem;
  transform: translateY(50%);
  top: 54%;
  background-size: 1.5rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/bocstatic/web/img/jdg/right2.png) !important
}

.course .swiper-gss .gs-prev {
  width: 1.5rem;
  transform: translateY(50%);
  top: 54%;

  height: 1rem;
  background-size: 1.5rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/bocstatic/web/img/jdg/left1.png) !important
}

.course .swiper-gss .swiper-button-lock {
  display: block;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.course .swiper-gss .icon {
  position: relative;
  z-index: 2;
/* width: .7rem;
height: .7rem; */
}

.course .swiper-gss .icon::after,
.course .swiper-gss .icon::before {
  position: absolute;
  left: 50%;
  content: '';
  top: 47%;
  transform: translate(-50%, -50%);
  transition: all .3s;

}

.course .swiper-gss .icon::before {
  width: .475rem;
  height: .475rem;
  background-color: #fff;
  /* padding: .075rem; */
  border-radius: 50%;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.2);
  /* box-sizing: border-box; */

}

.course .swiper-gss .icon::after {
  width:.35rem;
  height:.35rem;
  border: .1rem solid rgba(155, 155, 155, .9);
  /* border: .075rem solid rgba(155, 155, 155, 1); */
  border-radius: 50%;
  box-sizing: border-box;
}

.course .swiper-gss .icon img {
  transform: scale(0);
  transition: all .3s;

}

.course .swiper-gs .swiper-slide {
  position: relative;
  /* overflow: hidden; */
}

.course .swiper-gs .swiper-slide::before {
  position: absolute;
  left: 50%;
  content: '';
  top: 86%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: .2rem;
  background: linear-gradient(270deg, rgba(255, 102, 0, 0) 0%, #FF6600 48%, rgba(255, 102, 0, 0) 100%);
  z-index: 1;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.course .swiper-gs .swiper-slide.active::before {
  width: 110%;
  opacity: 1;
  visibility: visible;
}

.course .swiper-gs::after {
  position: absolute;
  left: 50%;
  content: '';
  top: 44%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 5.5rem;
  background: linear-gradient(180deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 1.25rem;
  z-index: -1;
  transition: all .3s;

}

.course .swiper-gs .swiper-slide.active .icon img {
  transform: scale(1);
}

/* .course .swiper-gs .swiper-slide:hover .icon::after,
.course .swiper-gs .swiper-slide:hover .icon::before, */
.course .swiper-gs .swiper-slide.active .icon::after,
.course .swiper-gs .swiper-slide.active .icon::before {
  transform:  translate(-50%, -50%) scale(0);
}

.course .swiper-gs .swiper-slide.active .years {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FF802B;
  text-shadow: 0px 6px 8px rgba(255,102,0,0.5);
  /* color: rgba(255, 102, 0, 0.8); */
  /* text-shadow: 0px .15rem .2rem rgba(255,102,0,0.5); */
  line-height: 1.3;
  margin-bottom: .1rem;
}



.course .swiper-news {
  position: relative;
  max-height: 16rem;
}

.course .swiper-newss .swiper-slide {
  display: flex;
  max-width: 17.5rem;
  margin-bottom: 1.75rem;
}

.course .swiper-newss .swiper-slide .mounths {
  font-family: Impact;
  color: #FF6600;
  margin-right: .5rem;
  line-height: 1.6;
  height: auto;
  width: 16%;
}

.course .swiper-newss .swiper-slide .right {
  width: 84%;

}

.course .swiper-newss .swiper-slide .t1 {
  color: #4B4948;
  font-family: MicrosoftYaHei;
  line-height: 1.6;
  margin-bottom: .5rem;
  height: 2.2rem;
  padding-right: 1.25rem;
  max-height: 2.2rem;
  overflow:scroll;
}
.course .swiper-newss .swiper-slide .t1::-webkit-scrollbar-thumb{
  background-color:rgba(255, 102, 0, .25) ;
}

.course .swiper-newss .swiper-slide .image {
  width: 100%;
  /* height: 8.45rem; */
  overflow: hidden;
}

.course .swiper-newss .swiper-slide .image img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  transition: all .3s;
}

.course .swiper-newss .swiper-slide:hover img {
  transform: scale(1.02);
}

.course .swiper-news .news-pagination {
  line-height: 1;
  position: relative;
  margin-top: 0;
  bottom: 0;
}

.course .swiper-news .news-pagination .swiper-pagination-bullet {
  margin: 0 .15rem;
}

.course .swiper-news .news-pagination .swiper-pagination-bullet-active {
  background-color: #ff6600;
}

.cultures.course {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  background: linear-gradient( 180deg, #FFFFFF 0%, #F7F3F0 100%);
}
.pcg-block{
  display: block;
}
.mg-block{
  display:none ;

}
@media (-webkit-min-device-pixel-ratio: 125%) {
  .course .swiper-gs{
    width: auto;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 50%;
  }
}
@media (max-width:1680px) {
  .course .swiper-gs{
    width: 92%;
  }
  .course .swiper-gs .swiper-slide{
    height: 5.5rem;
  }
  .course .swiper-gs .swiper-slide::before{
    top: 86%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
  

}
@media (max-width:1440px) {


  .course .swiper-newss .swiper-slide .mounths{
    white-space: nowrap;
  }
  /* .course .swiper-newss .swiper-slide .image img{
  object-fit: contain;
  } */
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 54%;
  }
  .home-citys .home-city-lists .uls .i{
    width: 25%;
  }
  .lay-list .lay-bots .i{
    width: 25%;
  }
  .lay-list .lay-bots{
    font-size: 14px;
  }
  .home-citys .home-city-lists .uls{
    font-size: 14px;
  }
}

@media (max-width:1380px) {

  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 54%;
  }
}
@media (max-width:1240px) {
  .course .swiper-gs .swiper-slide.active::before{
    width: 140%;
  }

  .course .swiper-gs .line3{
    top: 53%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top: 83%;
  }
  .course .swiper-gs::after{
    top: 42%;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 50%;
  }
  .home-citys .home-city-box{
    padding-left:0 ;
    padding-right:0 ;
  }
  .home-citys .home-city-box .home-city-lists{
    width: calc((100%) / 3 - 0.6rem);
  }
 
}

@media (max-width:1024px) {
  .course .bgs-g {
    right: 6.45rem;
  }
  .pcg-block{
    display: none;
  }
  .mg-block{
    display: block;

  }
  .course .swiper-gs .swiper-slide{
    overflow: hidden;
    height: 6.5rem;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 70%;
    top: 76%;
  }
  .course .swiper-gs .line3 {
    width: 80%;
    left: 50%;
    bottom: 17%;
    top: 50%;
    transform: translateX(-50%);
  }

  .course .swiper-gs .swiper-slide::before {
    top: 75%;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 32%;
  }
   .course .swiper-gss .icon img{
    transform: translateY(-16%) scale(0);
   }
   .course .swiper-gs .swiper-slide.active .icon img{
    transform: translateY(-16%) scale(1);

   }
   .home-citys .home-city-box{
    padding: 2rem  0 0;
   }
  /* .emg .creations-center .hide-box .bag{
    overflow-y: scroll;
    max-height: 5rem;
  } */
  .course .swiper-gs .swiper-slide .years{
    margin-bottom: .1rem;
  }
  .course .swiper-gss .icon::after{
    width: .65rem;
    height: .65rem;
    border: 0.15rem solid rgba(155, 155, 155, .9)
  }
  .course .swiper-gss .icon::before{
    width: .85rem;
    height: .85rem;
  }

}

@media(max-width:875px) {
  .course .swiper-gs .swiper-slide{
    height: 6.5rem;
  }
  .course .swiper-gs .line3 {
    width: 80%;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
  }

  .course .swiper-gs {
    overflow: hidden;
    padding: 0 1.5rem 3.125rem;
  }

  .course .swiper-gs .line3 {
    top: 48%;
  }
  .course .swiper-gs .swiper-slide{
    overflow: visible;
  }
  .course .swiper-gs .swiper-slide.active::before {
    top: 73%;
    width: 65%;
  }
  .course .swiper-gs{
    margin-top: 2rem;
  }
  .creations-center .images {
    padding: 1rem;
    width: 80%;
  }
  .creations-center .lis img{
    margin-bottom: 0;
  }
  .creations-center .imgs{
    height: 12rem;
  }
  .emg .creations-center .hide-box{
    width: 15rem;
  }
  /* .creations-center .lis2{
    right: 10%;
    top: -10%;
  }
  .creations-center .lis6 {
    right: 10%;
    bottom: -11%;
  } */
  .emg .creations-center .hide-box .bag{
    padding: 0;
  }
  .emg .creations-center .hide-box .bagss{
    margin: -10px auto 0;
  }
  .emg .creations-center .hide-box .bag .image{
    width:1rem;
    height: 1rem;
  }
  .egs .image{
    height: auto;
  }
  .emg .creations-center .hide-box .bag .t3{
    padding-top: .5rem;
    max-height: 4rem; 
  }
  .creations-box .imagsg{
  padding-bottom: 3rem;
  }
  .creations-box .imagsg{
  margin-top: 0;
  }
  .home-citys .images .mapimg{
    width: 92%;
  }
  .home-citys .home-city-box{
    justify-content: space-between;
  }
  .home-citys .home-city-box .home-city-lists{
    width: calc((100% - .775rem) / 2);
    margin-right: 0;
  }
  .home-citys .home-city-box .home-city-lists:nth-child(2n){
  margin-right: 0;
  }
  .home-citys .home-city-box .home-city-lists:nth-child(3n){
    margin-right: 0;
  }
}
@media (max-width:850px) {
  .course .swiper-gs .swiper-slide{
    height: 5.5rem;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top: 83%;
  width: 110%;
  }
  .course .swiper-gs .line3{
    top: 52%;
  }
}
@media(max-width:768px) {
  .course .bgs-g {
    width: 100%;
    font-size: 3.75rem;
    text-align: center;
    margin: 0 auto;
    right: 0%;
    transform: translateX(50%);
    height: auto;
    top: 22%;
  }
  .course .swiper-gs{
    padding-top: 2.75rem;
    margin-top: 0;
    padding-bottom: 1.5rem;
  }
  .course .swiper-gs .swiper-slide{
    overflow: visible;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 170%;
    height: .3rem;
  }
  .cultures.course {
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }

  .course .swiper-news {
    height: auto;
    max-height: auto;
  }

  .course .swiper-newss .swiper-slide {
    max-width: 100%;
    width: 80% !important;
  }

  .course .swiper-newss .swiper-slide .mounths {
    font-size: 1rem;
    width: 12%;
  }

  .course .swiper-newss {
    margin-top: 1rem;
  }

  .course .swiper-gs .swiper-slide.active::after {
    height: 8rem;
  }

  .course .swiper-gs .swiper-slide {
    margin-bottom: 0;
  }

  .course .swiper-gss .gs-prev {
    width: 1rem;
    height: 1rem;
    top: 66%;
    background-size: 1rem 1rem;
  }

  .course .swiper-gss .gs-next {
    width: 1rem;
    height: 1rem;
    top: 66%;
    background-size: 1rem 1rem;
  }
  .course .swiper-gss .icon{
  }

  .course .swiper-gs::after {
    top: 65%;
    width: 6rem;
    height: 5rem;
  }
  .course .swiper-gs .swiper-slide.active .icon img{
    transform: scale(.95);

  }
  .course .swiper-gs .line3 {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 74%;
    height: .3rem;
  }
  .course .swiper-gs .swiper-slide{
  height: 5rem;
  }
  .course .swiper-newss .swiper-slide {
    width: 100% !important;
    /* height: 5rem; */
  }

  .course .swiper-newss .swiper-slide .t1 {
    padding-right: .5rem;
    font-size: .5rem;
  }

  .course .swiper-newss .swiper-slide .right {
    width: 80%;
  }

  .course .swiper-gs .swiper-slide.active::after {
    width: 80%;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
 
    top:50%;
  }
  .course .swiper-gss .icon::after{
    width: .75rem;
    height: .75rem;
    border: 0.2rem solid rgba(155, 155, 155, .9);
  }
  .course .swiper-gss .icon::before{
    width: 1rem;
    height: 1rem;
  }
  .course .swiper-gs .swiper-slide .years{
    margin-bottom: 0;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top:84%;
width: 165%;
  }
  .course .swiper-gs .swiper-slide::before{
    top: 78%;
  }
  .cultures.course{
    padding-bottom: 2rem;
  }
  .home-citys .home-city-box .home-city-lists{
    width: 92%;
    margin: 0 auto ;
    margin-bottom: .775rem;
  }
  .home-citys .home-city-box .home-city-lists:nth-child(2n), .home-citys .home-city-box .home-city-lists:nth-child(3n){
    margin-right: auto;
  }
 
}
@media (max-width:675px) {

  .course .swiper-gs .line3{
    /* top: */
    top: 72%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top: 81%;

  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 46%;
  }
}
@media (max-width:575px) {
  .course .bgs-g {
    right: 2%;
  }
  .course .swiper-gs .line3{
    /* top: */
    top: 72%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top: 81%;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 52%;
  }
  
}
@media (max-width:475px) {
  .course .swiper-gs .line3{
    top: 63%;
  }
  
  .course .swiper-gs .swiper-slide{
    height: 7rem;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top: 78%;
    width: 150%;
  }
  .course .swiper-gss .gs-prev{
  width: 2rem;
  height: 1.5rem;
  background-size: 2rem 1.5rem;
  top: 58%;
  }
  .course .swiper-gss .gs-next{
    width: 2rem;
    height: 1.5rem;
    background-size: 2rem 1.5rem;
  top: 58%;

    }
    .course .swiper-gs{
      padding-top: 0rem;
    }
    
    .course .swiper-gs::after{
      top: 50%;
    }
    .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
      top: 47%;
    }
    .course .swiper-newss .swiper-slide .t1{
      font-size: 14px;
      line-height: 1.2;
    }
    .course .swiper-newss .swiper-slide .mounths{
      line-height: 1.2;
    }
}

.imgg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.creations-box .imagsg .lets,.creations-box .imagsg .rigs{
  width: 21.261%;
}
.creations-box .imagsg  .cets{
  width: 32%;
}
.creations-box .imagsg  .cets img,.creations-box .imagsg .lets img,.creations-box .imagsg .rigs img{
  width: 100%;
}
@media (max-width:768px){
  .creations-box .imagsg .lets,.creations-box .imagsg .rigs ,.creations-box .imagsg  .cets{
    width: auto;
  }
}
@media (max-width:1560px){
  .layouts-box .uls-bots .lis .box .nums{
    font-size: .7rem;
  }
  .layouts-box .uls-bots .lis .txts{
    font-size: 13px;
  }
  .layouts-box .uls-bots .lis{
    padding: 0;
  }
  .layouts-box .uls-bots .lis .box{
    padding: 0 4px;
  }
}
@media (max-width:1280px){
  .layouts-box .uls-bots .lis .box .nums{
    font-size: .65rem;
  }
  .layouts-box .uls-bots .lis .txts{
    font-size: 12px;
  }

}
@media (max-width:1024px){
  .layouts-box .uls-bots .lis .box .nums{
    font-size: .8rem;
  }
  .layouts-box .uls-bots .lis .txts{
    font-size: .35rem;
  }

}
@media  (-webkit-min-device-pixel-ratio: 1.15) {

  .course .swiper-gs{
    width: 92%;
  }
}

@media  (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.95) {
  .course .swiper-gs .swiper-slide .years{
    margin-bottom: -.2rem;
  }

}
@media  (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.95) {
  .course .swiper-gs .swiper-slide .years{
    margin-bottom: -.25rem;
  }
  .course .swiper-gs .swiper-slide.active .years{
    margin-bottom: 0;
  }
}
@media  (-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 1.95) {

  .course .swiper-gs .line3{
    top: 51.5%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    top:81%
  }
}
@media   (-webkit-max-device-pixel-ratio: .9) {
  .course .swiper-gs .line3{
    top:57.5%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 90%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
  .course .swiper-gs::after{
    top: 50%;
  }
  .course .swiper-gs .swiper-slide.active .icon img{
    transform: scale(1.5);
  }
  .course .swiper-gs .swiper-slide .years{
    margin-bottom: 0.25rem

  }
  .course .swiper-gs .swiper-slide.active .years{
    margin-bottom: .5rem;
  }
  .course .swiper-gs{
    width: 92%;
  }
}

@media(-webkit-max-device-pixel-ratio: .8) {
  .course .swiper-gs .line3{
    top:58%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 90.5%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
}

@media(-webkit-max-device-pixel-ratio: .7)   {
  .course .swiper-gs .line3{
    top:59%
  }
  .course .swiper-gs .swiper-slide::before{
    top:92%
  }
 
}

 @media (-webkit-max-device-pixel-ratio: .67)  {
  .course .swiper-gs .line3{
    top:59%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 92%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }

}
@media  (-webkit-max-device-pixel-ratio: .5)  {
  .course .swiper-gs .line3{
    top:60.5%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 94.5%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
  .course .swiper-gs::after{
    top:50%;
  }
  .course .swiper-gs .swiper-slide.active .icon img{
    transform: scale(2);
  }
  .course .swiper-gs::after{
    top: 55%;
  }
}

@media  (-webkit-max-device-pixel-ratio: .4)    {
  .course .swiper-gs .line3{
    top:61.5%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 96%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
  .course .swiper-gs::after{
    top:55%;
  }
  .course .swiper-gs .swiper-slide.active .icon img{
    transform: scale(3);
  }
} 
@media  (-webkit-max-device-pixel-ratio: .25)  {
  .course .swiper-gs .line3{
    top:62%
  }
  .course .swiper-gs .swiper-slide::before{
    top: 97%;
  }
  .course .swiper-gs .swiper-slide.active::before{
    width: 135%;
  }
  .course .swiper-gs::after{
    top:55%;
  }
  .course .swiper-gss .icon::after, .course .swiper-gss .icon::before{
    top: 40%;
  }
  .course .swiper-gs .swiper-slide.active .icon img{
    transform: scale(4);
  }
}  


<!--耗时1759890552.0935秒-->