@charset "utf-8";

/* .headerbox{
    height: 31px;
    } */

body {
  line-height: 1.42857143;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}


/* banner start */

.bannerbox {
  min-height: 250px;
  overflow: hidden;
  background-color: #213570;
  position: relative;
  text-align: center;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.bannerbox h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 28.8px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #041e42;
  max-width: 100%;
  padding: 15px 30px;
  position: relative;
  font-family: '华文黑体', stheiti;
  max-width: 700px;
}

.bannerbox h1::before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}


.bannerbox p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  color: #041e42;
  width: 100%;
  display: block;
}

.bannerbox p.lasy {
  font-size: 17px;
}

.bannerbox p.subtitle {
  font-size: 19.2px;
  font-family: 'fzlthjw';
  padding-bottom: 16px;
}

.bannerbox .creeslogo {
  height: 80px;
  display: block;
  margin: 93px auto 0;
}

@media only screen and (max-width: 991.98px) {
  .bannerbox h1 {
    padding: 0.16rem;
  }

  .bannerbox h1::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
    bottom: 0;
  }

  .bannerbox h1::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0;
    top: 0;
  }

  .bannerbox {
    background: none !important;
    min-height: 200px;
  }

  .bannerbox_content {
    padding: 20px;
    background-color: #e6e6e6;
  }

  .bannerbox p.subtitle {
    padding-bottom: 0;
  }

  .bannerbox p.lasy {
    font-size: 16px;
  }

  .about-box .bannerbox h1 {
    margin: 0 0 20px;
  }

  .bannerbox .creeslogo {
    margin: 0;
  }
}

@media only screen and (min-width: 380px) and (max-width: 420px) {
  .innovators-box .bannerbox_content {
    padding: 20px 10px;
  }
}

@media only screen and (min-width: 992px) {
  .bannerbox {
    min-height: 540px;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 1920px auto;
    position: relative;
  }

  .bannerbox_content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: inline;
  }

  .bannerbox h1 {
    text-shadow: 0px 0px 30px black;
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
    max-width: 762px;
  }

  .bannerbox p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
  }

  .bannerbox p.subtitle {
    font-size: 24px;
    margin-top: 50px;
    padding-bottom: 16px;
    /* font-weight: bold; */
  }
}

@media only screen and (min-width: 1200px) {
  .bannerbox {
    position: relative;
  }

  .bannerbox_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }

  .bannerbox h1 {
    background-color: transparent;
    margin-top: 0;
  }

  .bannerbox p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: transparent;
  }

  .bannerbox p.subtitle {
    line-height: 32px;
  }
}

@media only screen and (min-width: 1600px) {
  .bannerbox_content {
    width: 50%;
  }
}


/* banner end */


/* 面包屑 */

.crumbs {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

.crumbs-list li {
  color: #041e42;
  display: inline;
  margin-right: 10px;
}

.crumbs-list li a {
  transition: all 0.4s linear;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 14px;
}

.crumbs-list li.active a {
  color: #041e42;
}

.crumbs-list li li::before {
  content: "";
  padding-left: 10px;
  vertical-align: middle;
  font-style: normal;
  font-size: 10px;
  width: 24px;
  height: 14px;
  background: url(/uploads/image/iimages/arrow06.png) no-repeat center center;
  background-size: 8px auto;
  margin-right: 11px;
}


/* 关于-频道页 */

.word-strip {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.word-strip h2 {
  color: #041e42;
  font-size: 33.6px;
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
  line-height: 1;
  margin-top: 10px;
  font-family: '华文黑体', stheiti;
  display: inline-block;
  vertical-align: top;
  padding: 16px 30px;
}

.word-strip h2::before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.word-strip h2::after {
  content: '';
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.word-strip h3 {
  color: #041e42;
  font-size: 16px;
  padding: 0 0 30px;
  line-height: 1.42857143;
  font-family: 'fzlthjw';
}

.word-strip h3:last-child {
  padding: 0;
}

.word-strip .doc {
  color: #041e42;
  font-size: 16px;
  padding: 0 0 20px;
}

.otis_button {
  transition: all 0.4s linear;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  /* text-transform: uppercase; */
}

.otis_button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

.word-strip .otis_button {
  border: 2px solid #041e42;
  padding: 10px 20px;
  color: #041e42;
}

.word-strip .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .otis_button {
    margin: 20px auto;
  }

  .word-strip h3 {
    font-size: 14px;
  }

  .about-layout .word-strip h3 {
    font-size: 18px;
  }

  .about-layout .word-strip .otis_button {
    width: 100%;
  }

  .about-layout .fluid-word .lead span {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .col-lg-8 {
    max-width: 780px;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .word-strip h3 {
    margin: 0 auto;
    display: block;
  }

  .word-strip .doc {
    margin: 0 auto;
    display: block;
  }

  .word-strip .doc p:last-of-type {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .col-lg-8 {
    max-width: 100%;
  }

  .word-strip h2 {
    padding: 0.16rem;
  }

  .word-strip h2::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
    bottom: 0;
  }

  .word-strip h2::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-lg-8 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-xs-12 {
    max-width: 100%;
    /* padding: 0; */
  }

  .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }

  .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }

  .word-strip {
    padding: 50px 0;
  }

  .word-strip h2 {
    font-size: 48px;
  }

  .word-strip h3 {
    font-size: 26px;
  }

  .word-strip .doc {
    font-size: 17px;
  }

  .otis_button {
    min-width: 200px;
  }

  .word-strip .otis_button {
    min-width: 200px;
  }
}

.fluidcont::after,
.fluidcont::before {
  content: " ";
  display: table;
  clear: both;
}

.fluidcont {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fluid-word {
  background-color: #eceae8;
  text-align: center;
  padding: 40px 15px;
  position: relative;
}

.fluid-word .info_text_inner {
  position: relative;
  z-index: 100;
}

.fluid-word h3 {
  color: #041e42;
  font-size: 32px;
  line-height: 1;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 27px;
  font-family: '华文黑体', stheiti;
  display: inline-block;
  vertical-align: top;
}

.fluid-word h3::before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.fluid-word h3::after {
  content: '';
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.fluid-word p {
  margin: 0 auto;
  font-size: 16px;
  color: #041e42;
  padding-bottom: 20px;
  line-height: 1.42857143;
}

.fluid-word p .en,
.otis_button .en,
.uppercase {
  text-transform: uppercase;
}

.fluid-word .lead {
  padding: 0 0 30px;
  width: 100%;
  font-size: 18px;
  font-family: 'fzlthjw';
}

.fluid-word .description {
  font-size: 16px;
  width: 100%;
}

.col-md-height {
  height: auto;
  vertical-align: middle;
}

.fluid-imgbox {
  height: 300px;
  position: relative;
}

.fluid-imgbox:after {
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  top: -20px;
  left: -20px;
  border: 2px solid #ffbf3f;
  z-index: 2;
}

.bgimg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 6s linear;
  -o-transition: all 6s linear;
  -ms-transition: all 6s linear;
  -moz-transition: all 6s linear;
  transition: all 6s linear;
}

.fluid-word .otis_button {
  background-color: #213570;
  color: #ffffff !important;
}

.fluid-word .otis_button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

@media only screen and (min-width: 768px) {
  .fluid-word p {
    width: 80%;
  }

  .fluid-word .otis_button {
    width: auto;
    margin: 0 10px 10px 0;
  }

  .fluid-word .info_text_inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width:991.98px) {
  .fluid-word {
    padding: 40px 15px;
  }

  .fluid-word h3 {
    font-size: 29px;
    margin-bottom: 25px;
    padding: 0.16rem;
  }

  .fluid-word h3::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
    bottom: 0;
  }

  .fluid-word h3::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0;
    top: 0;
  }

  .fluid-word .lead .b {
    display: block;
  }

  .fluid-word .otis_button {
    width: 100%;
  }

  .otis-black .container {
    padding: 0 15px;
  }

  .otis-black .col-lg-8 {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width:320px) {
  .fluid-word p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .fluid-word h3 {
    font-size: 48px;
  }

  .fluid-word .lead {
    font-size: 24px;
    padding-bottom: 30px;
    /* font-family: '华文黑体',stheiti; */
    line-height: 1.3;
  }

  .fluid-word .description {
    font-size: 17px;
    padding-bottom: 40px;
  }

  .fluid-imgbox {
    height: 400px;
  }

  .col-md-height {
    display: table-cell;
    float: none !important;
    /* height: 100%; */
    width: 50%;
  }

  .col-left-pull-6 {
    right: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .fluid-imgbox {
    height: 500px;
    width: 50%;
  }

  .fluid-word {
    width: 50%;
  }

  .fluid-word .info_text_inner {
    padding-left: 5.6em;
    width: 90%;
  }
}

@media only screen and (min-width: 1680px) {

  .product-layout .fluid-word .info_text_inner,
  .about-layout .fluid-word .info_text_inner,
  .vision-layout .fluid-word .info_text_inner {
    padding-left: 10em;
  }
}

@media only screen and (min-width: 1600px) {
  .fluid-word .info_text_inner {
    padding-left: 8em;
    width: 80%;
  }

  .product-layout .fluid-word .info_text_inner,
  .about-layout .fluid-word .info_text_inner,
  .vision-layout .fluid-word .info_text_inner {
    padding-left: 10em;
  }

  .vision-layout .fluid-word .description {
    width: 98%;
    margin: auto;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .product-layout .fluid-word .info_text_inner {
    padding-left: 4em;
  }
}

@media screen and (max-width: 768px) {
  .product-layout .sclist02 .item_content p {
    width: 95%;
    margin: auto;
  }

  .product-layout .otis-black2 h3 {
    width: 100%;
  }
}

@media screen and (max-width:360px) and (min-width:321px) {
  .product-layout .fluid-word .description {
    width: 93%;
  }
}

.about-layout .blueprint {
  padding: 30px 0 20px;
  color: #041e42;
  background-color: #ffffff;
  background-position: right center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
}

.about-layout .word-strip h2 {
  margin-bottom: 42px;
}

.about-layout .word-strip h3 {
  /* font-family: '华文黑体',stheiti; */
}

.about-layout .blueprint h2::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  left: -.1rem;
  bottom: -.16rem;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.about-layout .blueprint h2::after {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  right: -.1rem;
  top: -.16rem;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.about-layout .blueprint h2 {
  font-size: 33.6px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.about-layout .blueprint h3 {
  font-size: 16px;
  padding: 0 0 30px;
  /* font-weight: bold; */
}

.about-layout .blueprint p {
  font-size: 16px;
  padding: 0 0 20px;
  line-height: 1.42857143;
}

.about-layout .blueprint p:last-of-type {
  padding: 0 0 40px;
}

.about-layout .blueprint .otis_button {
  border: 2px solid #041e42;
  color: #041e42;
}

.about-layout .blueprint .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

@media only screen and (min-width: 1600px) {
  .about-layout .blueprint {
    background-size: 40%;
  }

  .about-layout .fluid-word .description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .about-layout .fluid-word h3 {
    font-size: 42px;
  }

  .about-layout .fluid-word .lead {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .about-layout .word-strip h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .about-layout .blueprint h2 {
    text-align: center;
  }

  .about-layout .blueprint .otis_button {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .about-layout .blueprint h2 {
    font-size: 32px;
  }

  .about-layout .fluidcont:nth-child(1) .fluid-word .description {
    width: 98%;
  }
}

@media only screen and (max-width: 400px) {
  .about-layout .blueprint h2 {
    font-size: 28px;
  }

  .about-layout .blueprint p:last-of-type {
    width: 95%;
  }
}

@media only screen and (min-width: 992px) {
  .about-layout .word-strip h2:after {
    bottom: -24px !important;
  }

  .about-layout .blueprint {
    padding: 70px 0;
  }

  .about-layout .blueprint .col-md-6 {
    padding: 0;
    width: 52%;
  }

  .about-layout .blueprint h2::before {
    content: '';
    width: 30px;
    height: 30px;
    left: -30px;
    bottom: -15px;
    position: absolute;
    border-left: solid 4px #ffbf3f;
    border-bottom: solid 4px #ffbf3f;
  }

  .about-layout .blueprint h2::after {
    content: '';
    width: 30px;
    height: 30px;
    top: -10px;
    right: -30px;
    position: absolute;
    border-right: solid 4px #ffbf3f;
    border-top: solid 4px #ffbf3f;
  }
}

.about-layout .blueprint h3,
.about-layout .word-strip h3 {
  font-family: 'fzlthjw';
}

@media only screen and (min-width: 768px) {
  .about-layout .blueprint h2 {
    font-size: 42px;
    margin-bottom: 45px;
    margin-left: 30px;
  }

  .about-layout .blueprint h3 {
    font-size: 22px;
  }

  .about-layout .blueprint p {
    font-size: 19.2px;
    font-size: 19.7px;
  }

  .about-layout .blueprint .otis_button {
    margin-right: 10px;
    min-width: 200px;
  }

  .about-layout .otis-black .word-strip h2 {
    margin-bottom: 45px;
  }

  .about-layout .otis-black .word-strip {
    padding: 54px 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .about-layout .blueprint {
    background-image: none !important;
  }

  .about-layout .otis-black .doc {
    width: 91%;
    margin: auto;
  }
}

.otis-black {
  background-color: #213570;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* .otis-black .col-lg-8 {
    max-width: 787px;
    padding: 0;
    } */

.otis-black h2 {
  margin-top: 0;
}

.otis-black h2 .en {
  font-size: 42px;
  position: relative;
  padding-right: 25px;
}

.otis-black h2 .en i {
  font-size: 32px;
  position: absolute;
  top: 0px;
  right: 7px;
  font-style: normal;
}

.otis-black1 h2 {
  margin-bottom: 65px;
}

.otis-black1 .word-strip {
  padding: 52px 0;
}

.otis-black2 .word-strip {
  padding: 55px 0 50px;
}

.word-strip .row {
  display: block;
}

.otis-black2 h2 {
  margin-bottom: 45px;
}

.otis-black2 h3 {
  padding-bottom: 47px;
  font-size: 26px;
  font-family: 'fzlthjw';
}

.otis-black h2,
.otis-black h3,
.otis-black .doc {
  color: #fff;
}

.otis-black .otis_button {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  letter-spacing: 0;
}

.otis-black .otis_button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

@media only screen and (max-width: 767px) {
  .otis-black1 .word-strip {
    padding: 36px 0 35px;
  }

  .otis-black h2 .en {
    font-size: 30px;
  }

  .otis-black1 h2 {
    margin-bottom: 40px;
  }

  .otis-black2 h3 {
    font-size: 16px;
    padding-bottom: 30px;
    width: 83%;
    margin: auto;
  }

  .otis-black2 .word-strip {
    padding: 38px 0 30px;
  }

  .otis-black h2 .en i {
    font-size: 30px;
    right: 12px;
  }
}

.image_pods {
  overflow: hidden;
}

.image_pod {
  transition: all 0.4s linear;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  overflow: hidden;
  border-top: 2px solid #ffffff;
  position: relative;
  padding: 0;
}

.image_pod a {
  width: 100%;
  text-align: center;
  display: block;
  height: 100%;
  position: absolute;
}

.image_pod a .image_pod_content {
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  padding: 30px;
  text-align: center;
  width: 100%;
  background: rgba(4, 30, 66, 0.9);
}

.image_pod a .image_pod_content h2 {
  color: #ffffff;
  font-size: 22.4px;
  line-height: 1.7;
  font-family: '华文黑体', stheiti;
}

.image_pod a .image_pod_content h2 .en {
  font-size: 17px;
  margin: 0 5px;
}

.image_pod a .image_pod_content p {
  color: #ffffff;
  font-size: 16px;
}

.image_pod a:hover .image_pod_content,
.image_pod a:focus .image_pod_content,
.image_pod a:active .image_pod_content {
  background: #009fdf;
}

@media only screen and (min-width: 768px) {
  .image_pod {
    min-height: 400px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .image_pod a .image_pod_content {
    padding: 30px 25px;
  }
}

@media (min-width:1024px) {
  .otis-black h2 {
    white-space: nowrap;
  }

  .vision-layout .word-strip h3 span,
  .vision-layout .fluid-word .description span {
    display: block;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    float: left;
  }

  .otis-black .word-strip h2:after {
    bottom: -26px !important;
  }

  .vision-layout .word-strip h3 {
    font-size: 24px;
  }

  .vision-layout .fluid-word h3 {
    font-size: 42px;
  }

  .vision-layout .wordbox .word-strip h2:after {
    bottom: -23px !important;
  }

  .vision-layout .wordbox .word-strip h2 {
    margin: 5px 0 45px;
  }

  /* .vision-layout .fluid-word .info_text_inner {
        padding-left: 8em;
    } */
}

@media only screen and (max-width: 991px) {
  .otis-black .otis_button {
    margin: 20px auto;
    width: 100%;
  }

  .vision-layout .word-strip h3 {
    font-size: 16px;
    width: 95%;
    margin: auto;
  }

  .vision-box .bannerbox p.subtitle {
    /* font-size: 16px; */
  }

  .vision-box .bannerbox p.subtitle .b {
    display: block;
  }

  .vision-box .word-strip h2 {
    margin-bottom: 42px;
  }

  .vision-box .fluid-word h3 {
    font-size: 32px;
  }
}

@media (max-width:991px) {
  .image_pods .col-xs-12 {
    padding: 0;
  }
}


/* 奥迪斯产品 */

.sclist02 {
  position: relative;
}

.sclist02 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  background-color: #213570;
  transition: all 0.4s linear;
  opacity: 0;
}

.sclist02 .swiper-slide .slide-imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover;
}

.sclist02 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.sclist02 .container {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  padding: 0;
}

.sclist02 .item_content {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.sclist02 .item_content .content-wrapper {
  margin: 20px 0;
}

.sclist02 .item_content h2 {
  /* font-size: 25.6px; */
  text-align: center;
  max-width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-family: '华文黑体', stheiti;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  padding: 16px 30px;
  line-height: 1.42857143;
}

.sclist02 .item_content h2::before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.sclist02 .item_content h2::after {
  content: '';
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.sclist02 .item_content h2,
.sclist02 .item_content h3,
.sclist02 .item_content p {
  color: #fff;
}

.sclist02 .item_content h3 {
  font-size: 26px;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  line-height: 1.42857143;
  font-family: 'fzlthjw';
}

.sclist02 .item_content p {
  font-size: 16px;
  text-align: center;
  line-height: 1.42857143;
}

.sclist02 .item_content .otis_button {
  color: #fff;
}

.sclist02 .swiper-button {
  background: url(/uploads/image/iimages/arrow05.png) no-repeat center;
  background-size: contain;
  opacity: 1;
  top: 41%;
  transform: translatey(0);
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 22;
  cursor: pointer;
}

.sclist02 .swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.sclist02 .swiper-button.button-next {
  right: 35px;
}

.sclist02 .swiper-button.button-prev {
  -webkit-transform: rotate(180deg) translatey(-50%);
  transform: rotate(180deg) translatey(-50%);
  transform: rotate(180deg);
  left: 35px;
}

.sclist02 .swiper-container {
  overflow: visible;
}

.sclist02 .swiper-ctr {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.sclist02 .swiper-ctr span {
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  opacity: .8;
  position: relative;
}

.sclist02 .swiper-ctr span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sclist02 .swiper-ctr span.swiper-pagination-bullet-active:after {
  content: '';
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .sclist02 .fluid-word .info_text_inner {
    padding-left: 5.2em;
    width: 89.5%;
  }
}

@media screen and (min-width: 768px) {
  .sclist02 .swiper-ctr {
    bottom: 20px;
  }

  .sclist02 .swiper-slide .fluid-word {
    padding-left: 0;
  }

  .sclist02 .item_content p {
    width: 102%;
    margin-left: -3%;
  }
}

@media only screen and (max-width: 991px) {
  .sclist02 .item_content .content-wrapper {
    margin: 13px 0;
  }

  .sclist02 .item_content h3 {
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .sclist02 .item_content .content-wrapper {
    margin: 40px 0;
  }

  .sclist02 .item_content h2 {
    font-size: 46px;
    line-height: 48px;
  }

  .sclist02 .item_content h3 {
    font-size: 22px;
  }

  .sclist02 .item_content h3 span {
    display: block;
  }

  .sclist02 .item_content .otis_button {
    display: inline-block;
    width: auto;
    margin: 0 5px 10px;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }
}

@media screen and (max-width: 991.98px) {
  .sclist02 .item_content h2 {
    padding: 0.16rem;
  }

  .sclist02 .item_content h2:after {
    width: 0.3rem;
    height: 0.3rem;
  }

  .sclist02 .item_content h2:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}

.inpage_articles {
  overflow: hidden;
}

.inpage_articles .article-item.item-light {
  background: #eceae8;
  color: #041e42;
}

.inpage_articles .article-item.item-dark {
  background: #009fdf;
  color: #ffffff;
}

.inpage_articles .article-item.twitter-item {
  background: #213570;
  color: #ffffff;
  /* text-align: center; */
  font-size: 19.2px;
}

.inpage_articles .article-item .article-image-wrap {
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inpage_articles .inner-content {
  padding: 40px 20px;
  min-height: 340px;
}

.inpage_articles .inner-content .location {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inpage_articles .inner-content a {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.inpage_articles .inner-content h2 a {
  font-size: 28.8px;
  color: #041e42;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
}

.inpage_articles .inner-content a.more-btn {
  font-size: 15px;
  color: #041e42;
  text-transform: uppercase;
}

.inpage_articles .inner-content a.more-btn:after {
  background-color: #213570;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.25s ease-in-out 0s;
  width: 100%;
}

.inpage_articles .article-item.item-dark a.more-btn:after,
.inpage_articles .article-item.twitter-item a.more-btn:after {
  background-color: #ffffff;
}

.inpage_articles .inner-content a.more-btn:hover:after {
  content: "";
  width: 0;
}

.col-lg-4,
.col-sm-4,
.col-md-4 {
  padding: 0;
}

.inpage_articles .article-item.item-dark h2 a,
.inpage_articles .article-item.item-dark a.more-btn,
.inpage_articles .article-item.twitter-item h2 a,
.inpage_articles .article-item.twitter-item a.more-btn {
  color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .inpage_articles .article-item .inner-content {
    min-height: 250px;
    height: 343px;
    height: 289px;
    height: 252px;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }

  .inpage_articles .article-item.item-light {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .product-layout .fluid-imgbox {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
  }

  .sclist02 .swiper-button {
    display: none !important;
  }

  .col-md-4 {
    float: left;
  }

  .inpage_articles .inner-content h2 a {
    font-size: 26.8px;
  }

  .inpage_articles .article-item.col-xs-12 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-4 {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .inpage_articles .inner-content {
    min-height: 220px;
    height: 289px;
  }
}

@media only screen and (max-width: 320px) {
  .inpage_articles .inner-content h2 a {
    font-size: 22px;
  }
}


/* 创新 */

.background-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.innovators-layout .blueprint {
  padding: 30px 0 20px;
  color: #041e42;
  background-color: #ffffff;
  background-position: right center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative;
}

.innovators-layout .blueprint::before,
.innovators-layout .blueprint::after {
  content: " ";
  display: table;
  clear: both;
}

.full_width_strip {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.full_width_strip h3 {
  color: #041e42;
  font-size: 16px;
  padding: 0 0 30px;
  font-family: 华文黑体;
}

.full_width_strip h3:last-child {
  padding: 0;
}

.full_width_strip p {
  color: #041e42;
  font-size: 16px;
  padding: 0 0 20px;
}

.innovators-layout p {
  font-size: 16px;
  padding: 0 0 20px;
  line-height: 1.42857143;
}

.innovators-layout .blueprint p:last-of-type {
  padding: 0 0 40px;
}

.innovators-layout .blueprint img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .innovators-layout .blueprint {
    padding: 50px 0;
  }

  .innovators-layout .col-md-6 {
    padding: 0;
  }

  .full_width_strip h3 {
    margin: 0 auto;
    display: block;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }

  .full_width_strip p {
    margin: 0 auto;
    display: block;
  }

  .full_width_strip p:last-of-type {
    padding: 0;
  }

  .innovators-layout .info_text_inner {
    padding-left: 9.9em;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1281px) {
  .innovators-layout .info_text_inner {
    padding-left: 6em;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .innovators-layout .info_text_inner {
    padding-left: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .full_width_strip h3 {
    font-size: 24px;
  }

  .full_width_strip h3 p {
    font-size: 24px;
  }

  .innovators-layout .full_width_strip h3 {
    font-size: 26px;
    font-family: '华文黑体', stheiti;
  }

  .innovators-layout .blueprint p {
    font-size: 19.2px;
  }

  .full_width_strip {
    padding: 50px 0;
  }

  .full_width_strip p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1600px) {
  .innovators-layout .blueprint {
    background-size: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .innovators-layout .blueprint {
    background-image: none !important;
  }

  .innovators-box .bannerbox h1 {
    width: 93%;
    width: 100%;
    margin: 0 auto 20px;
  }

  .innovators-box .fluid-word h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .innovators-box .bannerbox h1 {
    font-size: 26px;
  }
}


/* 了解我们的团队 */

.grid-tiles:after {
  content: "";
  display: table;
  clear: both;
}

.grid-tiles .tile {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
}

.grid-tiles .tile-bg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 15px;
  height: 60px;
  min-height: 402px;
}

.grid-tiles .tile.no-overlay .tile-bg {
  background-size: auto 100%;
  transition: background-size 0.25s ease-in-out;
}

.grid-tiles .tile-foot {
  position: relative;
  width: 100%;
  background-color: #213570;
  padding: 10px 15px;
  min-height: 70px;
  transition: background-color 0.25s;
}

.grid-tiles .tile-foot .foot-inner {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  color: #ffffff;
}

.grid-tiles .tile-foot .foot-inner h2 {
  font-size: 16px;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.grid-tiles .tile-foot .foot-inner p {
  /* font-size: 16px; */
  color: #fff;
}

.grid-tiles .tile-foot .foot-inner p:last-child {
  padding: 0;
}

.grid-tiles .tile-foot .foot-inner:after {
  content: "";
  display: table;
  clear: both;
}

.grid-tiles .expanded-section {
  display: none;
  float: left;
  width: 100%;
  background-color: #bfbfbf;
  border-bottom: 2px solid #ffffff;
  /* padding:0 15px; */
}

.grid-tiles .expanded-section.otis-white {
  background-color: #ffffff;
}

.grid-tiles .expanded-section .inner-content {
  padding: 20px 0;
}

.grid-tiles .expanded-section .inner-content::after {
  content: '';
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.grid-tiles .expanded-section .side-content {
  color: #ffffff;
}

.grid-tiles .expanded-section .side-content h2 {
  font-size: 32px;
}

.grid-tiles .expanded-section .side-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: inherit;
  padding: 0;
}

.grid-tiles .expanded-section.otis-white h2,
.grid-tiles .expanded-section.otis-white h3,
.grid-tiles .expanded-section.otis-white h4,
.grid-tiles .expanded-section.otis-white p {
  color: #041e42;
}

.grid-tiles .expanded-section .close-btn {
  position: relative;
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  background: url(/uploads/image/iimages/close-btn-white.png) no-repeat center center;
  margin: 0 0 20px;
  transition: transform 0.25s ease-in-out;
  z-index: 2;
}

.grid-tiles .expanded-section.otis-white .close-btn {
  background: url(/uploads/image/iimages/close-btn-dark.png) no-repeat center center;
}

.grid-tiles .expanded-section .close-btn:hover {
  transform: rotate(90deg);
}

.grid-tiles .tile.no-overlay:hover .tile-bg {
  background-size: auto 105%;
}

@media only screen and (min-width: 400px) {
  .grid-tiles .tile {
    width: 50%;
    border-right: 2px solid #ffffff;
  }
}

@media only screen and (max-width: 991px) and (min-width: 400px) {
  .grid-tiles .tile.no-overlay .tile-bg {
    min-height: 143px;
  }
}

@media only screen and (min-width: 620px) {
  .grid-tiles .tile {
    width: 33.3333%;
  }

  .grid-tiles .expanded-section .inner-content {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-tiles .tile-foot .foot-inner h2 {
    font-size: 22.4px;
  }

  .grid-tiles .tile.active.otis-white .tile-foot {
    background-color: #ffffff;
  }

  .grid-tiles .tile.active.otis-white .tile-foot h2,
  .grid-tiles .tile.active.otis-white .tile-foot p {
    color: #041e42;
  }

  .meettheteam-layout .full_width_strip h3 {
    font-size: 26px;
    font-family: '华文黑体', stheiti;
    padding: 0 0 25px;
  }

  .meettheteam-layout .full_width_strip p {
    font-size: 17px;
  }

  .grid-tiles .tile-foot .foot-inner p {
    font-size: 15px;
  }
}

@media only screen and (max-width:767px) {
  .grid-tiles .tile-foot {
    min-height: inherit;
    height: 62px;
  }

  .grid-tiles .expanded-section .close-btn {
    margin-right: 15px;
  }

  .grid-tiles .expanded-section.otis-white .lg-img {
    padding: 0 0 20px;
  }

  .meettheteambox .bannerbox_content {
    padding: 18px 20px 23px;
  }

  .meettheteambox .bannerbox h1 {
    margin: 0 0 20px;
  }

  .meettheteambox .grid-tiles .tile.no-overlay .tile-bg {
    height: 40px;
    /* min-height: 313px; */
  }

  .meettheteam-layout .full_width_strip p,
  .meettheteam-layout .full_width_strip h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width:375px) {
  .meettheteambox .grid-tiles .tile.no-overlay .tile-bg {
    min-height: 313px;
  }
}

@media only screen and (min-width:768px) {
  .grid-tiles .tile-foot {
    height: 72px;
  }
}

@media only screen and (min-width: 992px) {
  .grid-tiles .tile {
    width: 25%;
  }

  .grid-tiles .tile-foot {
    height: 72px;
  }

  .grid-tiles .expanded-section .side-content {
    padding: 0 0 20px;
  }

  .meettheteam-layout .col-md-6 {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .grid-tiles .expanded-section.otis-white .inner-content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
  .grid-tiles .tile-bg {
    min-height: 248px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .grid-tiles .tile-bg {
    min-height: 182px;
  }
}

@media only screen and (min-width: 620px) {
  .grid-tiles .expanded-section.otis-white .side-content {
    padding: 0 40px 0 0;
  }

  .grid-tiles .expanded-section .close-btn {
    position: absolute;
    right: 15px;
    float: none;
  }
}


/* 服务 */

.service-box .bannerbox_content .img-responsive {
  margin: 0 auto;
  display: block;
  max-width: 60%;
}

.service-box .wordbox h3 {
  font-family: 'fzlthjw';
}

.service-box .wordbox h3 sup {
  margin-left: -5px;
}

.otis_form {
  padding: 40px 0;
  position: relative;
  z-index: 99;
}

.bg-otis-blue {
  background-color: #213570;
}

.otis_form .form-group {
  margin-bottom: 10px;
}

.otis_form .form-control {
  min-width: 100%;
  height: 52px;
  padding: 0 15px;
  font-size: 16px;
  background-color: #ffffff;
  color: #555;
  border-radius: 0;
  background-clip: border-box;
}

.otis_form .form-control:focus {
  border: 1px solid #2661cf;
  box-shadow: 0 5px 20px rgba(0, 123, 255, .25);
}

.otis_form .has-error .form-control:focus {
  border-color: #ff1111;
}

.otis_form .has-error .city-picker-span {
  border-color: #ff1111;
}

.clearfix {
  clear: both;
}

.otis_form .bd>div {
  width: 48%;
  float: left;
  position: relative;
}

.otis_form .bd>div:nth-child(2n) {
  float: right;
}

.otis_form .frm-radio-group {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 12.8px;
}

.otis_form .frm-radio-group .frm-check-box {
  font-size: 12.8px;
  margin-left: 10px;
}

.otis_form .frm-radio-group input {
  width: 13px;
  height: 13px;
  background: #fefefe;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 13px 0 0;
  border: 1px solid #a4a8ae;
  border-radius: 2px;
}

.otis_form .frm-radio-group input[type="checkbox"]:checked {
  background-image: url(/uploads/image/iimages/check.png);
  background-color: #0882e3;
  background: none\0;
  *background: none;
  border-color: #0882e3;
  background-size: contain;
}

.otis_form .btnbox {
  text-align: center;
}

.otis_form .otis_submit {
  transition: all 0.4s linear;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  font-family: "avenir lt w01_65 medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 0;
}

.otis_form .otis_submit:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

@media screen and (max-width: 991px) {
  .otis_form .frm-radio-group .frm-check-box {
    margin-left: 0;
  }
}

.general_enquiries {
  padding: 48px 0 80px;
}

.diy_select,
.selectbox {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: #ffffff;
}

.selectbox {
  line-height: 52px;
  /* padding: 0 15px; */
  font-size: 16px;
  color: #555;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(/uploads/image/iimages/arrow07.png) no-repeat right 15px center;
  background-size: 8px auto;
}

.diy_select_txt {
  width: 80%;
  height: 52px;
  overflow: hidden;
  float: left;
  line-height: 52px;
  padding: 0 15px;
  font-size: 16px;
  color: #555;
  transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out;
  cursor: pointer;
}

.diy_select_btn {
  width: 45px;
  height: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(/uploads/image/iimages/arrow07.png) no-repeat right 13px center;
  background-size: 8px auto;
}

.diy_select_txt a {
  color: #333;
}

.diy_select_list {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9;
  width: 100%;
  max-height: 176px;
  display: none;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
  border-top: none;
  overflow: hidden;
}

.diy_select_list .select_list_box {
  width: 100%;
  max-height: 159px;
  overflow: hidden;
}

.diy_select_list ul {
  width: 100%;
}

.diy_select_list .select_list_box.scrollbox {
  height: 190px;
}

.diy_select_list .mcsb_inside>.mcsb_container {
  margin: 0;
}

.diy_select_list li {
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  padding: 0 15px;
  margin-bottom: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
}

.diy_select_list li:nth-child(odd) {
  background-color: rgba(4, 30, 66, 0.05);
}

.diy_select_list li a {
  color: #0032a0;
  overflow: hidden;
  word-spacing: nowrap;
}

.diy_select_list li:hover {
  background: #e7e7e7;
}

.diy_select_list li:hover a {
  color: #c10001;
}

.otis-white {
  background: #fff;
}

.otis-white.otis-black h2,
.otis-white.otis-black h3 {
  color: #041e42;
}

.otis-white p {
  color: #041e42;
  font-size: 17px;
  padding: 0 0 20px;
}

.image_strip {
  position: static;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  min-height: 300px;
  overflow: hidden;
}

.sustainability {
  background-color: #eceae8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sustainability h2 {
  color: #041e42;
  font-size: 32px;
  text-align: center;
  margin-bottom: 43px;
  position: relative;
  font-family: '华文黑体', stheiti;
  position: relative;
  display: inline-block;
}

.sustainability h2::after {
  content: '';
  width: 30px;
  height: 30px;
  top: -10px;
  right: -30px;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.sustainability h2::before {
  content: '';
  width: 30px;
  height: 30px;
  left: -30px;
  bottom: -15px;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.sustainability h3 {
  color: #041e42;
  font-size: 19.2px;
  text-align: center;
  font-family: 'fzlthjw';
}

.sustbox2 {
  margin: 0 -15px;
}

.sustbox2::after {
  content: " ";
  display: table;
  clear: both;
}

.sustainability .sustainability_pod {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sustainability .sustainability_pod img {
  max-height: 100px;
  margin: 40px auto 0;
  display: block;
  width: 80px;
}

.sustainability .sustainability_pod h3 {
  padding: 40px 0 20px;
  color: #041e42;
  font-size: 24px;
  text-align: center;
}

.sustainability .sustainability_pod p {
  color: #041e42;
  font-size: 16px;
  text-align: center;
}

.service-layout .standard {
  padding-top: 60px;
  padding-bottom: 60px;
}

.standardrow {
  margin: 0 -15px;
}

.architecture {
  overflow: hidden;
}

.architecture .home-top {
  border-bottom: 2px solid #fff;
  float: left;
  overflow: hidden;
  height: 24.9em;
}

.architecture .carousel {
  height: 24.9em;
}

.architecture .carousel .swiper-slide {
  overflow: hidden;
  position: relative;
}

.architecture .carousel .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(to top, #010101 0%, rgba(1, 1, 1, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#010101', endcolorstr='#00010101', gradienttype=0);
  z-index: 21;
}

.architecture .slide-imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s ease;
}

.architecture .carousel .swiper-slide:hover .slide-imgs {
  transform: scale(1.1, 1.1);
}

.architecture .swiper-ctl1 {
  position: absolute;
  top: 20px;
  left: 20px !important;
  z-index: 22;
  height: 10px;
}

.architecture .swiper-ctl1 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  transform: rotate(45deg);
}

.architecture .swiper-ctl1 span:focus {
  outline: none;
}

.architecture .swiper-ctl1 span.swiper-pagination-bullet-active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.architecture .headline {
  position: absolute;
  left: 15px;
  transition: height 0.25s ease-in-out;
  z-index: 22;
  bottom: 47px;
  color: #fff;
  height: 46px;
}

.architecture .headline h3 {
  position: relative;
  line-height: 1.2em;
  display: block;
  color: #ffffff;
  max-width: 450px;
  text-shadow: 0px 0px 30px black;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: '华文黑体', stheiti;
}

.architecture .headline h3:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  left: -10px;
  bottom: 0;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.architecture .headline h2 {
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0.05s;
  font-size: 19.2px;
}

.architecture .home-top {
  border-right: 2px solid #fff;
}


/* .architecture .home-top:hover .headline {
    height: 65px;
} */


/* 
.architecture .home-top:hover .carousel1 .headline {
    height: 99px;
} */

.architecture .home-top:hover .headline h2 {
  opacity: 1;
}

.architecture .expand-btn {
  right: 20px;
  z-index: 22;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid #ffbf3f;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.architecture .expand-btn::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/uploads/image/iimages/arrow02.png);
  background-size: 15px auto;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.architecture .expand-btn:hover,
.expand-btn.active {
  background-color: #fff;
}

.architecture .expand-btn:hover::before,
.expand-btn.active::before {
  background-image: url(/uploads/image/iimages/arrow02-2.png);
  transform: rotate(180deg);
}

.architecture .architecture-box {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.architecture .modern {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #fff;
  display: none;
}

.architecture .product_info {
  width: 100%;
  float: left;
  padding: 40px 20px;
  transition: 0.8s opacity ease-in-out;
  position: relative;
  opacity: 0;
}

.architecture .product_info img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.architecture .product_info:nth-child(1) {
  transition-delay: 0.5s;
}

.architecture .product_info:nth-child(2) {
  transition-delay: 1s;
}

.architecture .product_info:nth-child(3) {
  transition-delay: 1.5s;
}

.architecture .product_info:nth-child(4) {
  transition-delay: 2s;
}

.architecture .anim {
  opacity: 1;
}

.architecture .product_info .imgbox {
  width: 100%;
  height: 245px;
  position: relative;
}

.architecture .product_info .txt {
  color: #041e42;
  font-size: 28.8px;
  line-height: 28.8px;
  height: 28.8px;
  overflow: hidden;
  margin-top: 20px;
  font-weight: normal;
  font-family: '华文黑体', stheiti;
}

.architecture .product_info .tit {
  color: #041e42;
  font-size: 18px;
  line-height: 28.8px;
  height: 28.8px;
  overflow: hidden;
  margin-top: 10px;
  font-family: 'fzlthjw';
}

.architecture .existing .doc .en,
.otis_button .en {
  text-transform: uppercase;
}

.architecture .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #ffbf3f;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #ffbf3f !important;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 25px 0;
  width: 100%;
  z-index: 22;
}

.architecture .product_info .otis_button {
  color: #041e42 !important;
  border: 2px solid #041e42;
}

.architecture .product_info .otis_button:hover {
  background: #041e42;
  color: #fff !important;
}

.architecture .existing {
  display: none;
}

.architecture .existing .inner {
  display: block;
  margin: 0 auto;
  width: 75%;
  overflow: hidden;
}

.architecture .existing .tit {
  height: auto;
  max-height: 56px;
  margin-bottom: 20px;
  font-family: 'fzlthjw';
}

.architecture .existing .doc {
  color: #041e42;
  font-size: 18px;
  line-height: 28.8px;
  max-height: 144px;
  overflow: hidden;
}

.architecture .existing .otis_button {
  position: absolute;
  bottom: 0;
  width: 90%;
  border: 2px solid #041e42;
  color: #041e42 !important;
}

.architecture .existing .otis_button:hover {
  background: #041e42;
  color: #fff !important;
}

.architecture .home-bottom .headline {
  bottom: 0;
  height: auto;
  position: relative;
}

.architecture .home-bottom:hover .headline {
  height: auto;
}

.architecture .home-bottom .headbot {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 80%;
  z-index: 99;
}

.architecture .home-bottom .otis_button {
  margin: 20px 0 0;
  color: #fff !important;
  width: auto;
  min-width: 200px;
  border: 2px solid #fff;
}

.architecture .home-bottom .headline h2 {
  opacity: 1;
}

.architecture .home-bottom .otis_button:hover {
  background: #ffbf3f;
  border: 2px solid #ffbf3f;
}

.architecture .home-top:hover .swiper-slide .slide-imgs {
  transform: scale(1.1, 1.1);
}

@media(min-width:1024px) and (max-width:1366px) {
  .architecture .product_info .txt {
    height: auto;
    max-height: 56px;
    font-size: 26px;
  }

  .architecture .product_info .tit {
    height: auto;
    max-height: 56px;
  }
}

@media only screen and (min-width: 480px) {
  .architecture .carousel .swiper-slide:after {
    height: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .architecture .home-top {
    width: 50%;
    height: 500px;
  }

  .architecture .carousel {
    height: 500px;
  }

  .architecture .product_info {
    width: 50%;
    padding: 40px 20px;
    min-height: 480px;
  }

  .architecture .product_info .otis_button {
    min-width: 200px;
    position: absolute;
    bottom: 0;
    width: 90%;
  }

  .architecture .existing .product_info {
    min-height: 680px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .architecture .headline {
    height: auto;
  }

  .architecture .home-top:hover .headline {
    height: auto;
  }

  .architecture .headline h2 {
    opacity: 1
  }

  .architecture .existing .inner {
    width: 100%;
  }

  .architecture .existing .product_info .imgbox {
    height: 2.28rem;
  }
}

@media only screen and (min-width: 992px) {
  .architecture .headline {
    left: 20px;
  }

  .architecture .headline h3 {
    font-size: 38.4px;
  }

  .architecture .headline h3:after {
    /*width: 52px;
        height: 5px;*/
  }

  .architecture .product_info {
    width: 25%;
  }

  .architecture .existing .product_info {
    width: 33.333333%;
  }

  .architecture .existing .doc {
    margin: 0 0 30px;
  }

  .architecture .home-bottom .headline {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .architecture .home-top {
    width: 50%;
  }

  .architecture .existing .doc {
    margin: 0 0 40px;
  }
}

@media (max-width: 991px) {
  .architecture .home-top {
    height: 242px;
  }

  .architecture .carousel {
    height: 242px;
  }

  .architecture .carousel .swiper-slide:after {
    bottom: auto;
    background: linear-gradient(to bottom, #010101 0%, rgba(1, 1, 1, 0) 100%);
  }

  .architecture .swiper-ctl1 {
    top: auto;
    text-align: right;
    width: 30% !important;
    right: 12px;
    bottom: 22px !important;
    left: auto !important;
    height: 20px;
  }

  .architecture .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .architecture .headline {
    top: 20px;
    left: 0.18rem;
    bottom: auto;
    width: 98%;
  }

  .architecture .expand-btn {
    right: auto;
    bottom: 0.26rem;
    left: 0.18rem;
  }

  .architecture .headline h2 {
    opacity: 1;
    font-size: 18px;
  }

  .architecture .carousel4 .headline {
    top: 18px;
  }

  .architecture .headline h3:after {
    width: 0.3rem;
    height: 0.3rem;
    left: .01rem;
  }

  .architecture .headline h3 {
    padding: .2rem;
  }

  .architecture .product_info .tit {
    margin-bottom: 20px;
  }

  .architecture .existing .inner {
    width: 100%;
  }

  .architecture .existing .doc {
    max-height: none;
  }

  .architecture .product_info {
    padding: 0.2rem 20px;
    float: none;
  }

  .architecture .existing .otis_button {
    position: static;
    width: 100%;
  }

  .architecture .home-bottom .headbot {
    position: static;
  }

  .architecture .home-bottom .headline {
    position: absolute;
  }

  .architecture .home-bottom .otis_button {
    position: absolute;
    bottom: 0.18rem;
    z-index: 22;
    left: 0.18rem;
    min-width: auto;
  }

  .architecture .home-top {
    border-right: none;
  }

  .architecture .titlebox .txt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .architecture .home-top {
    float: none;
  }
}

@media (max-width: 320px) {
  .architecture .headline h2 {
    width: 90%;
  }
}

.service-layout .standard h3 {
  color: #ffbf3f;
  font-size: 14px;
}

.service-layout .standard .otis_button {
  color: #fff !important;
  width: 100%;
}

.service-layout .otis_button:hover {
  background-color: #ffffff;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

.service-layout .otis-black3 {
  background-color: #ffffff;
}

.service-layout .otis-black3 h2,
.service-layout .otis-black3 h3 {
  color: #041e42;
}

.service-layout .otis-black3 .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
  margin-top: 20px;
}

.service-layout .otis-black3 p {
  color: #041e42;
  padding: 0 0 20px;
}

.service-layout .otis-black3 .otis_button:hover {
  background: #041e42;
  color: #fff !important;
}

.service-layout .fluid-word h3 {
  position: relative;
}

.fluid-word h3 sup {
  font-size: 20px;
  vertical-align: top;
  top: 0px;
}

@media (min-width: 1200px) {
  .sustainability .sustainability_pod p span {
    display: block;
  }

  .service-layout .fluid-word .info_text_inner {
    width: 83%;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .sustainability .sustainability_pod p {
    width: 97%;
    margin: auto;
  }

  .col-lg-3 {
    float: left;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .standard .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .otis_form .otis_submit {
    width: 200px;
  }

  .otis-white p {
    font-size: 17px;
  }

  .sustainability h2 {
    font-size: 40px;
  }

  .service-layout .word-strip {
    padding: 46px 0;
  }

  .service-layout .fluid-word .lead {
    font-size: 24px;
  }

  .service-layout .fluid-word p {
    width: 100%;
    font-size: 17px;
    line-height: 1.42857143;
  }

  .service-layout .fluid-word h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
  }

  .service-layout .fluid-word h3.en {
    font-size: 42px;
    margin-top: 7px;
  }

  .service-layout .word-strip .doc {
    padding: 0;
  }

  .service-layout .word-strip .doc p {
    padding: 0 0 20px;
  }

  .service-layout .word-strip .doc p:last-of-type {
    padding: 0;
  }

  .service-layout .otis-black p {
    font-size: 16px;
  }

  .service-layout .otis-black p:last-of-type {
    padding: 0;
  }

  .col-md-3 {
    width: 25%;
    float: left;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .sustainability .sustainability_pod p {
    /* width: 93%; */
    width: 100%;
    margin: auto;
  }

  .service-layout .fluid-word p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .service-box .wordbox .col-lg-8 {
    padding: 0 6px;
  }

  .service-box .bannerbox h1 {
    margin-bottom: 42px;
  }

  .otis_form .otis_submit {
    max-width: 100%;
  }

  .otis-white p {
    margin: 0 auto;
    display: block;
  }

  .otis-white p:last-of-type {
    padding: 0;
  }

  .image_strip {
    min-height: 600px;
    background-attachment: fixed;
  }

  .sustainability {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sustainability h2 {
    font-size: 55px;
    margin-top: -1px;
  }

  .sustainability h2::after {
    /*content: '';
        width: 52px;
        height: 5px;
        bottom: -11px;*/
  }

  .sustainability .sustainability_pod {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .service-layout .standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-layout .word-strip h2 {
    margin-bottom: 42px;
    margin-top: 10px;
  }

  .service-layout .otis-black1 .word-strip h2 {
    font-size: 42px;
  }

  .service-layout .word-strip h2:after {
    bottom: -24px !important;
  }

  .standard .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .otis_form .frm-radio-group {
    margin-top: 12px;
  }

  .service-layout .imapp-sub {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sustainability .sustainability_pod img {
    margin: 20px auto 0;
  }

  .service-layout .otis-black3 p {
    font-size: 16px;
  }

  .service-box .bannerbox h1 {
    margin: 0 0 20px;
  }

  .word-strip .doc {
    font-size: 16px;
  }

  .service-box .otis-black .doc {
    width: 100%;
  }

  .otis_form .bd>div {
    width: 100%;
    float: none !important;
  }

  .general_enquiries {
    padding: 0 40px 40px;
  }

  .general_enquiries .col-lg-8 {
    padding: 0;
  }

  .otis_form .frm-radio-group input {
    margin: 0px 7px 0 0;
  }

  .service-layout .word-strip h2 {
    margin-bottom: 32px;
  }

  .service-layout .word-strip h3 {
    font-size: 18px;
  }

  .service-layout .word-strip .doc p {
    padding: 0 0 20px;
  }

  .service-layout .word-strip .doc p:last-child {
    padding: 0;
  }

  #occupation {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/uploads/image/iimages/arrow07.png) no-repeat right 15px center;
    background-size: 8px auto;
  }

  .sustainability .sustainability_pod {
    padding: 20px 15px;
  }

  .service-layout .fluid-word h3 {
    font-size: 32px;
  }

  .service-layout .standard {
    padding: 0;
  }

  .standard .col-xs-12 {
    padding: 0 15px;
    overflow: hidden;
  }

  .standardrow {
    margin: 0;
  }

  .standard .block-text h2 {
    margin-bottom: 0;
  }

  .one-box .word-strip .doc {
    width: 95%;
    margin: auto;
  }

  .one-box .otis-white .word-strip .doc {
    width: 100%;
  }
}

@media only screen and (max-width:375px) and (min-width:361px) {
  .service-layout .fluid-word p {
    width: 97%;
  }
}

@media only screen and (max-width:375px) {
  .service-layout .word-strip h2 {
    font-size: 30px;
  }

  .general_enquiries {
    padding: 0 29px 40px;
  }

  .one-box .fluid-word .description {
    width: 100%;
  }

  .one-box .standard .block-text p {
    font-size: 16px;
  }

  .one-box .word-strip .doc {
    width: 97%;
    margin: auto;
  }
}

@media only screen and (max-width:375px) and (min-width:360px) {
  .general_enquiries .col-lg-8 {
    padding: 0;
  }
}

@media only screen and (max-width:360px) {
  .word-strip .doc {
    font-size: 16px;
  }

  .sustainability .sustainability_pod p span {
    display: block;
  }

  .service-layout .otis-black3 p {
    font-size: 15px;
  }

  .sustainability .sustainability_pod p span {
    display: inline-block;
  }
}

@media only screen and (min-width:321px) and (max-width:360px) {
  .service-layout .general_enquiries {
    padding: 0 28px 40px;
  }
}

@media only screen and (max-width:320px) {
  .service-layout .otis-black3 p {
    font-size: 16px;
  }

  .general_enquiries {
    padding: 0 32px 40px;
  }

  .service-box .otis-black .doc {
    width: 99%;
  }

  .service-layout .word-strip .doc b {
    display: block;
  }

  .service-layout .word-strip h2 {
    font-size: 26px;
  }
}

select::-ms-expand {
  display: none;
}


/*加入我们*/

.careers-box .bannerbox .otis_button {
  color: #fff;
}

.careers-box .word-strip h2:after {
  bottom: -24px !important;
}

.careers-box .word-strip h2 {
  margin-bottom: 42px;
}

.videobox {
  position: relative;
  width: 100%;
  height: 641px;
  overflow: hidden;
}

.video_embed {
  text-align: center;
  background: #eceae8;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.video_embed:before {
  content: '';
  background-image: url(/uploads/image/iimages/imgbg01.png);
  background-repeat: repeat;
  background-size: 50px;
  border: 1px solid #ffbf3f;
  width: 1500px;
  height: 1500px;
  transform: rotate(45deg);
  top: -100%;
  position: absolute;
  z-index: 1;
  right: -180%;
}

.video_embed:after {
  content: '';
  background-image: url(/uploads/image/iimages/imgbg01.png);
  background-repeat: repeat;
  background-size: 50px;
  border: 1px solid #ffbf3f;
  width: 1500px;
  height: 1500px;
  transform: rotate(45deg);
  bottom: -100%;
  position: absolute;
  left: -250%;
  z-index: 1;
}

.video_embed .vjs-text {
  left: 0;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .7) 30%, rgba(0, 0, 0, .7) 70%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .7) 30%, rgba(0, 0, 0, .7) 70%, transparent 100%);
  padding: 1em 25% 2em 1em;
}

.video_embed .vjs-title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.333;
  margin-bottom: .333em;
}

.video_embed .container {
  padding: 0;
}

.video_embed .vidbacking {
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.video_embed .vidbacking video {
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.video_embed .play {
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, .45);
  color: #fff;
  -webkit-transition: border-color .4s, outline .4s, background-color .4s;
  -moz-transition: border-color .4s, outline .4s, background-color .4s;
  -ms-transition: border-color .4s, outline .4s, background-color .4s;
  -o-transition: border-color .4s, outline .4s, background-color .4s;
  transition: border-color .4s, outline .4s, background-color .4s;
  position: absolute;
  z-index: 22;
  cursor: pointer;
}

.video_embed:hover .play {
  background-color: #009fdf;
}

.video_embed .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/image/iimages/play.png) no-repeat center center;
  background-size: 30px auto;
}

@media only screen and (min-width: 768px) {
  .video_embed {
    padding: 80px 0;
  }

  .video_embed:after {
    left: -180%;
  }

  .careers-box .bannerbox h1 {
    margin-bottom: 66px;
  }

  .video_embed .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .video_embed:before {
    right: -150%;
  }

  .video_embed:after {
    left: -150%;
  }

  .careers-box .bannerbox_content {
    width: 70%;
  }

  .careers-box .sclist01 .col-md-6 {
    width: 55%;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1024px) {
  .careers-box .bannerbox h1 {
    font-size: 46px;
  }

  .careers-box .bannerbox_content {
    width: 88%;
  }
}

@media only screen and (min-width: 1200px) {
  .video_embed:before {
    right: -115%;
    top: -116.5%;
  }

  .video_embed:after {
    left: -115%;
    bottom: -116.5%;
  }
}

@media only screen and (min-width: 1600px) {
  .video_embed:before {
    right: -80%;
    top: -100%;
  }

  .video_embed:after {
    left: -80%;
    bottom: -100%;
  }
}

@media only screen and (max-width: 1440px) {
  .videobox {
    height: 528px;
  }
}

.careers-layout .otis-black1 {
  background: #fff;
}

.careers-layout .otis-black1 h2,
.careers-layout .otis-black1 h3 {
  color: #041e42;
}

@media (min-width: 1024px) {
  .careers-layout .otis-black1 h2 {
    white-space: normal;
    font-size: 46px;
  }

  .careers-layout .otis-black1 h2 span,
  .careers-layout .fluid-word .description span {
    display: block;
  }

  .careers-layout .word-strip h3 {
    font-size: 24px;
  }

  .careers-layout .fluid-word h3 {
    font-size: 42px;
  }
}

.otis-section .values_section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px dotted #949494;
  overflow: hidden;
  margin: 0 -15px;
}

.otis-section .value_pod {
  padding-bottom: 40px;
}

.otis-section .otis-icon {
  margin: 20px auto 0;
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #ffbf3f;
  transform: rotate(45deg);
}

.otis-icon img {
  max-width: 100%;
  max-height: 100%;
}

.otis-section .otis-icon img {
  display: block;
  margin: 0 auto;
  transform: rotate(-45deg);
}


/* .zation_box .otis-section .otis-icon  {
    transform: rotate(45deg);
}
.zation_box .otis-section .otis-icon img {
    transform: rotate(-45deg);
} */

.otis-section h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #041e42;
  font-size: 24px;
  text-align: center;
  font-family: 'fzlthjw';
}

.otis-section p {
  color: #041e42;
  font-size: 16px;
  text-align: center;
}

.sustbox1 {
  text-align: center;
}

.otis-section .value_pod a {
  transition: all 0.4s linear;
  border: 2px solid #041e42;
  padding: 10px 20px;
  font-family: "avenir lt w01_65 medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #041e42;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: block;
  width: 200px;
}

.otis-section .value_pod a:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.career {
  background-color: #041e41;
}

.career h2 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  font-family: '华文黑体', stheiti;
}

.sclist02.career .swiper-ctr span,
.employee-layout .sclist02 .swiper-ctr span {
  width: 32px;
  height: 32px;
  margin: 0 6px;
}

.sclist02.career .swiper-ctr span.swiper-pagination-bullet-active,
.employee-layout .sclist02 .swiper-ctr span.swiper-pagination-bullet-active {
  width: 32px;
  height: 32px;
  margin: 0 6px;
  background-color: transparent;
  position: relative;
}

.sclist02.career .swiper-ctr span::after,
.employee-layout .sclist02 .swiper-ctr span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #041e41;
}

.sclist02.career .swiper-ctr span.swiper-pagination-bullet-active::after,
.employee-layout .sclist02 .swiper-ctr span.swiper-pagination-bullet-active::after {
  background-color: #ffbf3f;
}

.careers-box .otis-section .otis-icon {
  transform: rotate(45deg);
}

.careers-box .otis-section .otis-icon img {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .career h2 {
    font-size: 40px;
  }

  .sclist02.career .swiper-ctr,
  .employee-layout .sclist02 .swiper-ctr {
    bottom: 44px;
  }
}

@media only screen and (min-width: 992px) {
  .otis-section .value_pod {
    padding-bottom: 80px;
  }

  .otis-section .otis-icon {
    height: 75px;
    width: 75px;
  }

  .otis-section h3 {
    padding-top: 40px;
  }

  .otis-section .value_pod a {
    min-width: 200px;
  }

  .otis-icon {
    padding: 20px;
  }

  .career {
    min-height: 600px;
  }

  .career.sclist02 .swiper-slide {
    height: 600px;
  }

  /* .standard .standard-block {
        min-height: 448px;
    } */
}

@media only screen and (max-width: 991px) {
  .bannerbox h1 {
    margin-bottom: 20px;
    max-width: 4rem;
  }

  .careers-box .bannerbox .otis_button {
    border: 2px solid #041e42;
    width: 100%;
    color: #041e42;
    margin-top: 30px;
  }

  .video_embed:before {
    display: none;
  }

  .video_embed:after {
    bottom: -100.5%;
  }

  .videobox {
    height: 195px;
  }

  .careers-box .word-strip h2:after {
    bottom: -18px !important;
  }

  .careers-box .sclist02 .item_content h2 {
    width: 92%;
    margin: auto;
  }

  .careers-box .otis-black1 .word-strip {
    padding: 30px 0;
  }

  .careers-layout .otis-black1 h3 {
    font-size: 16px;
  }

  .otis-section .otis-icon {
    padding: 10px;
  }

  .otis-section p {
    width: 95%;
    margin: auto;
  }

  .careers-layout .otis-section .value_pod a {
    margin: 20px auto;
  }

  .careers-layout .otis-section p {
    width: 100%;
    padding: 0 15px;
  }

  .sclist02.career .swiper-slide {
    height: 249px;
    background-position: top 20px center;
    background-size: 93% auto;
  }

  .careers-layout .sclist02.career .swiper-slide {
    background-position: top center;
    background-size: cover;
  }

  .sclist02.career .container,
  .employee-layout .sclist02 .container {
    top: 0;
    transform: translatey(0);
    padding: 40px 0;
  }

  .careers-box .word-strip h2 {
    margin-top: 0;
  }

  .careers-box .word-strip h3 {
    font-size: 18px;
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) and (min-width: 380px) {
  .careers-box .sclist02 .item_content h2 {
    width: 101%;
  }
}

@media only screen and (max-width:420px) and (min-width:400px) {
  .careers-box .sclist02 .item_content h2:nth-child(1) {
    /* width: 91%; */
  }
}

@media only screen and (max-width: 320px) {
  .bannerbox h1 {
    font-size: 26px;
  }

  .career h2 {
    font-size: 26px;
  }
}


/* otis one™ */

.one-box .bannerbox video {
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.one-box .bannerbox .bannerbox_content {
  z-index: 2;
}

.one-box .bannerbox_content .en {
  position: relative;
}

.one-box .bannerbox_content .en sub {
  bottom: -26px;
  vertical-align: top;
  left: -15px;
}

.one-box .otis-black .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
}

.one-box .otis-black .otis_button:hover {
  background-color: #213570;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.one-layout .word-strip .doc .en,
.one-layout .otis-black h2 .en {
  text-transform: uppercase;
}

@media only screen and (min-width: 1600px) {
  .one-layout .fluid-word .description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .one-layout .otis-black .col-lg-8 {
    max-width: 100%;
  }

  .one-layout .otis-black .doc {
    width: 83%;
    margin: auto;
  }

  .one-layout .otis-black2 .word-strip {
    padding: 55px 0 30px;
  }

  .one-layout .otis-black2 .word-strip h3 {
    padding-bottom: 31px;
  }

  .one-layout .fluid-word h3 {
    margin-top: 22px;
  }

  .one-layout .sclist01 .col-xs-12.col-md-6 {
    padding: 0;
  }

  .one-layout .sclist02.sclist01 .item_content p {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .one-layout .word-strip h2 {
    margin-bottom: 42px;
  }

  .one-layout .word-strip h2:after {
    bottom: -24px !important;
  }

  .one-layout .standard .standard-block {
    min-height: auto;
  }

  .one-box .bannerbox {
    min-height: 620px;
  }

  .one-box .bannerbox_content .en {
    font-size: 46px;
    text-transform: uppercase;
  }
}

.one-layout .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.one-layout .sclist02 .swiper-ctr span.swiper-pagination-bullet-active {
  margin: 0 3px;
}

.one-box .bannerbox .play {
  display: none;
}

@media only screen and (min-width: 992px) {
  .one-box .bannerbox .videobg {
    background-image: none;
  }

  .zation_box .otis-black1 .word-strip h2 {
    max-width: 104%;
  }
}

@media only screen and (max-width: 991px) {
  .one-box .bannerbox .videobg {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
  }

  .one-box .bannerbox .videobg .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/iimages/play.png) no-repeat center center;
    background-size: 30px auto;
  }

  .one-box .bannerbox video {
    height: 100%;
    width: 100%;
    display: none;
  }

  .one-box .bannerbox .play {
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -2.5em;
    width: 5em;
    height: 5em;
    line-height: 5em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-transition: border-color .4s, outline .4s, background-color .4s;
    -moz-transition: border-color .4s, outline .4s, background-color .4s;
    -ms-transition: border-color .4s, outline .4s, background-color .4s;
    -o-transition: border-color .4s, outline .4s, background-color .4s;
    transition: border-color .4s, outline .4s, background-color .4s;
    position: absolute;
    z-index: 22;
    cursor: pointer;
  }

  .one-box .word-strip h2 {
    margin-bottom: 42px;
  }

  .one-box .otis-black1 .word-strip h2 {
    white-space: nowrap;
  }

  .one-box .word-strip h3 {
    font-size: 18px;
  }

  .video_embed .vidbacking {
    height: 210px;
  }

  .one-box .fluid-word .description {
    width: 98%;
  }

  .otis-black2 .word-strip {
    padding: 38px 0 10px;
  }

  .one-box .otis-black2 .word-strip {
    padding: 38px 0 30px;
  }

  .one-box .sclist02 .item_content .content-wrapper {
    margin: 20px 0;
  }

  .one-box .bannerbox_content .en sub {
    left: 0;
    bottom: -15px;
  }

  .one-box .otis-black1 .word-strip h2 {
    white-space: initial;
    line-height: 1.1;
  }

  .one-box .swiper-button {
    display: none !important;
  }

  .one-box .bannerbox_content .en {
    display: block;
  }

  .one-box .word-strip h2 {
    width: 94%;
    margin: 0 auto 42px;
  }

  .one-box .otis-black h2 .en {
    display: block;
    padding-right: 0;
  }
}

@media only screen and (min-width: 400px) and (max-width:414px) {
  .one-layout .sclist02 .item_content p {
    width: 95%;
    margin: auto;
  }

  .one-box .word-strip h2 {
    width: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  .one-box .sclist02 .item_content p {
    width: 89%;
    margin: auto;
  }
}

@media only screen and (max-width: 375px) {
  .one-box .word-strip h2 {
    width: 100%;
    font-size: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .one-box .word-strip h2 {
    font-size: 32px;
  }

  .one-box .sclist02 .item_content p {
    width: 90%;
    margin: auto;
  }

  .one-box .fluid-word .description {
    width: 95%;
  }

  .one-box .otis-black2 .word-strip .doc {
    width: 95%;
  }
}

@media only screen and (max-width: 320px) {
  .one-box .word-strip .doc {
    width: 100%;
  }

  .one-box .fluid-word .description {
    width: 100%;
  }

  .one-box .otis-black2 .word-strip .doc {
    width: 100%;
  }

  .one-box .word-strip h2 {
    font-size: 28px;
  }

  .one-box .sclist02 .item_content p {
    width: 95%;
  }
}


/* 员工奖学金计划 */

.standard::after {
  content: " ";
  display: table;
  clear: both;
}

.standard .standard-block {
  margin: 20px 0;
  position: relative;
  padding: 0;
  background-color: #213570;
}

.standard .standard-block .block-image {
  max-height: 320px;
  overflow: hidden;
  border-top: 3px solid #ffbf3f;
}

.standard .standard-block .block-image img {
  width: 100%;
}

.standard .block-text {
  padding: 20px;
}

.standard .block-text h2 {
  color: #041e42;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: '华文黑体', stheiti;
}

.standard .block-text h2 .en {
  font-size: 24px;
  margin-right: 10px;
}

.standard .block-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 23px 0;
}

.employee-layout .standard .block-text h2 {
  font-family: '华文细黑', stxihei, stheiti light [stxihei];
}

@media only screen and (min-width: 992px) {
  .employee-layout .word-strip h2:after {
    bottom: -24px !important;
  }

  .employee-layout .word-strip h2 {
    margin-bottom: 42px;
    font-size: 42px;
  }

  .employee-layout .word-strip h3 {
    font-size: 22px;
  }

  .employee-layout .standard .standard-block {
    min-height: auto;
  }

  .employee-layout .standard .block-text h2 {
    font-size: 28px;
  }

  .standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .standard .standard-block .block-image {
    max-height: 220px;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}

.employee-layout .sclist02 h2 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  line-height: 1.42857143;
  font-family: '华文黑体', stheiti;
}

.employee-layout .sclist02 h3 {
  color: #ffffff;
  font-size: 19.2px;
  line-height: 1.42857143;
  text-align: center;
}

.employee-layout .otis-black {
  background: #fff;
}

.employee-layout .otis-black h3 {
  color: #041e42;
}

@media screen and (max-width: 1600px) and (min-width: 1366px) {
  .about-layout .fluid-word .info_text_inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1280px) {
  .about-layout .fluid-word .lead span {
    display: block;
  }
}

@media only screen and (min-width: 1280px) {

  .employee-layout .wordbox .col-lg-8,
  .employee-layout .otis-black .col-lg-8 {
    max-width: 800px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .employee-layout .sclist02 h2 {
    font-size: 40px;
  }

  .employee-layout .sclist02 h3 {
    font-size: 25.6px;
  }
}

@media only screen and (min-width: 992px) {
  .employee-layout .sclist02 .swiper-slide {
    height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .employee-layout .sclist02 .swiper-slide {
    height: 267px;
    background-position: top center;
    background-size: 100% 179px;
  }

  .employee-layout .sclist02 .swiper-ctr {
    bottom: 28px;
  }

  .employee-layout .word-strip h3 {
    font-size: 16px;
  }
}


/* 现代化改造 */

.moder-layout .fluid-word p .en {
  text-transform: none;
}

.moder-layout .otis-white .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
  margin-top: 20px;
}

.moder-layout .otis-white .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.moder-layout .word-strip h2 {
  margin-bottom: 42px;
  line-height: 1.2;
}

.moder-layout .word-strip h2:after {
  bottom: -24px !important;
}

.moder-layout .standard h3 {
  color: #ffffff !important;
  font-size: 14px;
}

.moder-layout .standard .otis_button {
  color: #ffffff !important;
  width: 100%;
  letter-spacing: 0;
}

.moder-layout .standard .otis_button:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

.moder-layout .otis-black3 .otis_button {
  margin-top: 20px;
}

.hero_image {
  min-height: 250px;
  overflow: hidden;
  background-color: #213570;
  position: relative;
}

.hero_image .hero_image_content h1 {
  font-size: 28.8px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 20px;
  color: #041e42;
  display: inline-block;
  padding: 0;
  position: relative;
}

.hero_image .hero_image_content h1::before {
  content: '';
  width: 30px;
  height: 30px;
  left: -30px;
  bottom: -15px;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.hero_image .hero_image_content h1::after {
  content: '';
  width: 30px;
  height: 30px;
  top: -10px;
  right: -30px;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.hero_image .hero_image_content p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  color: #041e42;
  width: 100%;
  display: block;
}

.hero_image .hero_image_content p.subtitle {
  font-size: 19.2px;
}

.hero_image .hero_image_content .otis_button {
  color: #fff !important;
  letter-spacing: 0;
}

.hero_image .hero_image_content .otis_button:hover {
  background: #041e42;
}

@media only screen and (min-width: 1600px) {
  .moder-layout .standard .standard-block {
    height: 492px
  }
}

@media only screen and (max-width: 1440px) and (min-width: 767px) {
  .article-image-wrap.hidden-xs {
    display: none !important;
  }

  .article-image-wrap.visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 1366px)and (min-width: 1281px) {
  .moder-layout .fluid-word .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .moder-layout .fluid-word .description {
    width: 88%;
    margin: auto;
    font-size: 17px;
  }
}

.moder-layout .word-strip h3 {
  font-family: '华文黑体', stheiti;
}

.moder-layout .otis-black .word-strip h3 {
  font-family: 'fzlthjw';
}

@media only screen and (min-width: 768px) {
  .moder-layout .word-strip h3 {
    font-size: 24px;
  }

  .moder-layout .wordbox .col-lg-8 {
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .hero_image {
    min-height: 540px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }

  .hero_image .hero_image_content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .hero_image .hero_image_content h1 {
    text-shadow: 0px 0px 30px black;
    font-size: 55px;
    line-height: 54.4px;
    color: #ffffff;
    margin-bottom: 53px;
  }

  .hero_image .hero_image_content h1::after {
    /*width: 52px;
		height: 5px;
		bottom: -27px;*/
  }

  .hero_image .hero_image_content p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    padding-bottom: 73px;
    font-size: 24px;
  }

  .hero_image .hero_image_content p.subtitle {
    font-size: 24px;
    margin-top: 50px;
  }

  .moder-layout .fluid-word h3 .en {
    font-size: 42px;
  }

  .moder-layout .fluid-word h3 sup {
    top: 6px
  }

  .moder-layout .fluid-word .lead {
    font-size: 24px;
  }
}

@media only screen and (max-width: 414px) {

  .hero_image .hero_image_content p.subtitle b,
  .moder-layout .otis-black .word-strip h3 b,
  .zation_box .word-strip h3 b {
    display: block;
    font-weight: normal;
  }

  .oe8000_layout .otis-black1 .word-strip h3 b {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .hero_image {
    position: relative;
  }

  .hero_image .hero_image_content {
    width: 70%;
  }
}

@media only screen and (min-width: 1600px) {
  .hero_image .hero_image_content {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .moder-layout .word-strip h3 {
    font-size: 16px;
  }

  .moder-layout .otis-white p {
    font-size: 16px;
  }

  .moder-layout .word-strip h2:after {
    bottom: -17px !important;
  }

  .moder-layout .word-strip h2 {
    /* margin-top: 10px; */
    margin-top: -1px;
  }

  .hero_image .hero_image_content {
    padding: 20px;
    background-color: #e6e6e6;
    text-align: center
  }

  .hero_image .hero_image_content h1::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
    bottom: 0;
  }

  .hero_image .hero_image_content h1::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0;
    top: 0;
  }

  .hero_image .hero_image_content h1 {
    padding: .16rem;
  }

  .hero_image .hero_image_content .otis_button {
    margin: 80px auto 20px;
    transition: all 0.4s linear;
    border: 2px solid #041e42;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #041e42 !important;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 100%;
  }

  .hero_image .hero_image_content .otis_button:hover {
    color: #fff !important;
  }

  .moder-layout .standard .otis_button {
    margin-top: 10px;
  }
}

@media (max-width:414px) {
  .moder-layout .fluid-word .description {
    width: 99%;
  }

  .moder-layout .standard .block-text h2 {
    margin-bottom: 13px;
  }

  .moder-layout .standard .block-text {
    padding: 20px 5px 20px 20px;
  }
}

@media (max-width:360px) and (min-width:321px) {
  .moder-layout .standard .block-text {
    padding: 20px 18px 20px 20px;
  }
}

@media (max-width:320px) {
  .moder-layout .fluid-word .description {
    width: 92%;
  }

  .moder-layout .word-strip .doc {
    width: 93%;
    margin: auto;
  }

  .moder-layout .standard .block-text h2 {
    font-size: 26px;
  }

  .moder-layout .standard .block-text {
    padding: 20px 17px 20px 20px;
  }

  .moder-layout .hero_image .hero_image_content h1 {
    font-size: 28px;
  }

  .moder-layout .standard .block-text p {
    font-size: 15px;
  }
}


/* gen2 现代化改造 */

.zation_box .bannerbox .en {
  position: relative;
  font-size: 50px;
}

.zation_box .bannerbox sup {
  font-size: 20px;
  vertical-align: top;
  top: 0px;
}

.zation_box .bannerbox .otis_button {
  background: transparent;
  color: #fff;
  margin-top: 60px;
}

.zation_box .bannerbox .otis_button:hover {
  background: rgba(33, 53, 112, 1);
  border: 2px solid rgba(33, 53, 112, 1);
  color: #fff !important;
}

.zation_box .bannerbox .btn-icon {
  background-position: 0 -24px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 10px -8px 0;
}

.zation_box .word-strip h2 {
  margin-bottom: 42px;
}

.zation_box .word-strip h2:after {
  bottom: -24px !important;
}

.zation_box .fluid-word p {
  width: 100%;
}

.zation_box .doc {
  padding-bottom: 0;
}

.innovative {
  padding: 46px 15px 50px;
}

.innovative h2 {
  color: #041e42;
  font-size: 33.6px;
  position: relative;
  margin-bottom: 49px;
  line-height: 1;
  margin-top: 10px;
  font-family: '华文黑体', stheiti;
  display: inline-block;
}

.innovative h2::before {
  content: '';
  width: 30px;
  height: 30px;
  left: -30px;
  bottom: -15px;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.innovative h2::after {
  content: '';
  width: 30px;
  height: 30px;
  top: -10px;
  right: -30px;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.innovative h3 {
  color: #041e42;
  font-size: 16px;
  /* padding: 0 0 30px; */
  font-family: 'fzlthjw';
}

.innovative .drawing {
  overflow: hidden;
}

.innovative .numbered_list {
  margin: 20px 0 0;
}

.innovative .numbered_list li {
  padding: 15px 0 13px;
  margin: 0;
  border: 0;
}

.innovative .numbered_list li h3 {
  color: #041e42;
  font-size: 16px;
  border-bottom: 1px solid #949494;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-family: 'fzlthjw';
}

.innovative .numbered_list li p {
  color: #041e42;
  font-size: 16px;
}

.innovative .imgbox {
  float: right;
}

.innovative .img-responsive {
  max-width: 90%;
  float: right;
}

.gen2-layout .standard .standard-block {
  min-height: auto;
  height: 380px;
}

.zation_box .standard .block-text {
  padding: 28px 20px 20px;
}

.zation_box .otis-black1 {
  background: #fff;
}

.zation_box .otis-black1 h2,
.zation_box .otis-black1 h3 {
  color: #041e42;
}

.zation_box .otis-black3 .otis_button {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .innovative h2 {
    font-size: 48px;
    margin-left: 30px;
  }

  .innovative h3 {
    font-size: 24px;
  }

  .innovative .numbered_list {
    margin: 40px 0 0;
  }

  .innovative .numbered_list li h3 {
    font-size: 24px;
  }

  .zation_box .fluid-word .col-md-push-6 h3 {
    margin-top: 20px;
  }

  .skyrise_box .bannerbox p.subtitle {
    margin-top: 45px;
  }

  .gen2-layout .fluidbox .col-md-push-6 h3 {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .zation_box .fluid-word p {
    width: 98%;
    font-size: 16px;
    margin: auto;
  }

  .zation_box .fluid-word h3 {
    /* width: 98%;
        margin: auto; */
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .zation_box .fluid-word p {
    font-size: 16px;
  }

  .zation_box .fluid-word p.lead {
    font-size: 26px;
  }

  .innovative h2::after {
    /*width: 52px;
		height: 5px;
		bottom: -29px;*/
  }

  .innovative h3 {
    margin: 0 auto;
    display: block;
  }

  .innovative .numbered_list {
    float: left;
  }

  .innovative .numbered_list li p {
    font-size: 17px;
  }

  .innovative .numbered_list {
    width: 33.33333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .innovative .numbered_list {
    width: 41.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }
}

@media only screen and (max-width: 991px) {
  .zation_box .bannerbox .otis_button {
    width: 100%;
    border: 2px solid #041e42;
    color: #041e42;
    margin-top: 80px;
  }

  .zation_box .standard .block-text {
    padding: 28px 11px 20px 20px;
  }

  .zation_box .word-strip h2 {
    margin-top: 0;
    margin-bottom: 43px;
  }

  .zation_box .bannerbox .en {
    font-size: 24px;
  }

  .zation_box .bannerbox sup {
    font-size: 17px;
  }

  .zation_box .bannerbox .btn-icon {
    background-position: 0 0;
  }

  .zation_box .bannerbox .otis_button:hover .btn-icon {
    background-position: 0 -24px;
  }

  .zation_box .word-strip h2:after {
    bottom: -19px !important;
  }

  .zation_box .doc {
    padding-bottom: 20px;
  }

  .zation_box .fluid-word h3 {
    font-size: 32px;
  }

  .smartguide_layout .sclist02 {
    background-color: #eceae8;
  }

  .innovative {
    padding: 25px 15px 32px;
  }

  .innovative h2 {
    margin-bottom: 45px;
  }

  .innovative h2::after {
    bottom: -18px;
  }

  .innovative .numbered_list li p {
    padding: 0 0 20px;
  }

  .zation_box .standard .standard-block {
    height: auto;
  }

  .image_pod a .image_pod_content {
    padding: 24px 22px 30px;
    height: 92px;
  }

  .zation_box .image_pod a .image_pod_content {
    height: 136px;
  }

  .zation_box .word-strip h3 {
    font-size: 16px;
  }

  .otis-section h3 {
    padding-top: 19px;
  }

  .word-strip {
    padding: 36px 0 30px;
  }

  .projects_box .word-strip h3 {
    font-size: 16px;
  }

  .projects_box .word-strip h3 b {
    display: block;
    font-weight: normal;
  }

  .gen2-layout .standard .block-text {
    padding: 28px 14px 20px 20px;
  }

  .gen2-layout .standard .block-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 380px) and (max-width: 991px) {
  .gen2-layout .doc {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: 380px) {
  .gen2-layout .standard .block-text {
    padding: 28px 4px 20px 20px;
  }
}

@media only screen and (max-width: 360px) {
  .zation_box .word-strip h3 {
    margin: auto;
    width: 94%;
  }
}

@media only screen and (max-width: 320px) {
  .gen2-layout .standard .block-text {
    padding: 28px 10px 20px 18px;
  }
}


/* oe8000 现代化改造 */

.oe8000_layout .otis-black h2 .en {
  padding-right: 9px;
}

.oe8000_layout .otis-black h2 .en sup {
  font-size: 24px;
  top: -23px;
}

.oe8000_layout .otis-black.otis-white .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
  margin-top: 20px;
}

.oe8000_layout .otis-black.otis-white .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.oe8000_layout .standard .standard-block {
  min-height: 362px;
}

.oe8000_layout .otis-black2 sup {
  font-size: 21px;
  top: -11px;
}

.career h3 {
  color: #ffffff;
  font-size: 19.2px;
  text-align: center;
}

.oe8000_layout .sclist02.career .swiper-ctr span::after {
  background-color: #213570;
}

.oe8000_layout .sclist02.career .swiper-ctr span.swiper-pagination-bullet-active::after {
  background-color: #ffbf3f;
}

@media only screen and (min-width: 768px) {
  .career h3 {
    font-size: 25.6px;
  }

  .oe8000_layout .doc {
    width: 104%;
    margin: auto;
  }

  .zation_box .oe8000_layout .fluid-word p {
    width: 93%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .zation_box .bannerbox sup {
    top: 8px;
  }

  .oe8000_layout .otis-black h2 .en {
    font-size: 26px;
  }

  .oe8000_layout .otis-black h2 .en sup {
    font-size: 15px;
    top: -14px;
  }

  .otis-white p {
    font-size: 16px;
  }

  .oe8000_layout .standard .col-xs-12:last-child {
    margin-bottom: 0;
  }

  .oe8000_layout .word-strip h3 {
    width: 100%;
  }

  .oe8000_layout .otis-black2 .word-strip {
    padding: 38px 0 30px;
  }

  .oe8000_layout .sclist02.career .swiper-slide {
    background-position: top center;
    background-size: cover;
  }

  .oe8000_layout .otis-black2 sup {
    font-size: 75%;
  }

  .career.sclist02 .swiper-container {
    height: 276px;
  }

  .sclist02.career .swiper-slide {
    height: 179px;
  }

  .oe8000_layout .sclist02.career .swiper-ctr span::after {
    background-color: #041e41;
  }

  .oe8000_layout .otis-white p {
    width: 98%;
    margin: auto;
  }

  .oe8000_layout .word-strip h2 b {
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .career h3 {
    width: 92%;
    margin: auto;
  }

  .oe8000_layout .word-strip .doc {
    width: 96%;
    margin: auto;
  }

  .oe8000_layout .fluid-word p {
    width: 89%;
  }

  .zation_box .fluid-word h3 b {
    display: block;
  }

  .zation_box .word-strip h2 b {
    display: block;
  }

  .career h3 b {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
  .oe8000_layout .word-strip h3 {
    width: 94%;
  }
}

@media only screen and (max-width: 320px) {
  .zation_box .word-strip h2 {
    font-size: 30px;
  }

  .zation_box .word-strip h3 {
    font-size: 15px;
  }

  .zation_box .standard .block-text {
    padding: 28px 6px 20px 18px;
  }

  .smartguide_layout .standard .block-text h2 {
    font-size: 30px;
  }

  .smartguide_layout .fluid-word h3 .en {
    font-size: 25px;
  }

  .oe8000_layout .fluid-word p {
    width: 100%;
  }

  .zation_box .word-strip h2 b {
    display: inline-block;
  }
}


/* smartguide 现代化改造 */

.smartguide_layout .word-strip .doc .en {
  text-transform: none;
}

.smartguide_layout .otis-black3 {
  border-top: 2px solid #ffffff;
}

.smartguide_layout .standard .standard-block {
  min-height: auto;
}

.smartguide_layout .fluid-word .info_text_inner {
  text-align: left;
}


/* .smartguide_layout .fluid-word h3:after {
    transform: translatex(0);
    left: 0;
} */

.smartguide_layout .sclist02 .swiper-button {
  background-color: #213570;
  width: 40px;
  height: 40px;
}

.smartguide_layout .sclist02 .swiper-button.button-prev {
  left: 0;
  background-image: url(/uploads/image/iimages/arrow01-2.png);
  background-size: 12px auto;
  transform: rotate(0deg);
}

.smartguide_layout .sclist02 .swiper-button.button-next {
  right: 0;
  background-image: url(/uploads/image/iimages/arrow01-3.png);
  background-size: 12px auto;
}

.smartguide_layout .bannerbox .en {
  font-size: 43px;
}

.smartguide_layout .standard .block-text {
  padding: 17px 20px 20px;
}

.smartguide_layout .bannerbox sup {
  font-size: 23px;
  top: 9px;
  right: -1px;
}

@media only screen and (min-width: 1600px) {
  .smartguide_layout .fluid-word .info_text_inner {
    padding-left: 8.6em;
  }

  .smartguide_layout .standard .standard-block {
    height: 392px;
  }
}

@media only screen and (min-width: 1600px) {
  .smartguide_layout .standard .standard-block {
    height: 392px;
  }
}

@media only screen and (min-width: 1200px) {
  .smartguide_layout .fluid-word h3 .en {
    font-size: 44px;
  }

  /* .smartguide_layout .standard .standard-block {
        height: 444px;
    } */
}

@media screen and (max-width: 1600px) and (min-width: 1281px) {
  .smartguide_layout .standard .block-text p {
    font-size: 16px;
  }

  .smartguide_layout .standard .block-text {
    padding: 17px 17px 1px 18px;
  }

  .standard .block-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .zation_box .smartguide_layout .fluid-word p {
    width: 89%;
    margin: 0;
  }

  .smartguide_layout .standard .block-text {
    padding: 17px 15px 20px;
  }

  .smartguide_layout .standard .block-text p {
    font-size: 15px;
  }

  .standard .block-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .smartguide_layout .standard .standard-block {
    height: auto;
  }

  .smartguide_layout .standard .block-text {
    padding: 18px 13px 18px 20px;
  }

  .smartguide_layout .standard .block-text p {
    margin: 22px 0 20px;
  }

  .smartguide_layout .fluid-word {
    padding: 55px 15px 60px;
  }
}

@media only screen and (max-width: 320px) {
  .zation_box .bannerbox p.subtitle {
    font-size: 18px;
  }

  .smartguide_layout .word-strip .doc {
    font-size: 15px;
  }

  .smartguide_layout .standard .block-text p {
    font-size: 15px;
  }
}


/* 新闻稿 */

.articles_box .banner-section {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.articles_box .group-two {
  position: relative;
  height: 100%;
}

.articles_box .banner-section .col-md-7 .tile-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.articles_box .banner-section .date {
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffbf3f;
}

.articles_box .banner-section h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.articles_box .banner-section h2::after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: -15px;
  position: absolute;
  background-color: #ffbf3f;
  left: 0px;
}

.articles_box .banner-section .col-md-5 .content-wrapper {
  padding: 20px;
}

.articles_box .banner-section .col-md-5 {
  text-align: center;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.articles_box .banner-section .half {
  position: relative;
}

.articles_box .banner-section .half h2 {
  color: #041e42;
}

.articles_box .banner-section .half .more-btn {
  color: #041e42;
  position: relative;
}

.articles_box .banner-section .half .more-btn:hover::after {
  width: 0;
}

.articles_box .banner-section .news-block .tile-bg {
  height: 200px;
}

.articles_box .banner-section .half .more-btn::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #213570;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.25s width ease-in-out;
}

.articles_box .banner-section .half h2::after {
  right: 0;
  margin: auto;
}

.articles_box .banner-section .half .date {
  margin-top: 27px;
}

.articles_box .banner-section .hoverbox {
  position: relative;
  transition: opacity 0.4s ease-in-out;
  text-align: center;
  width: 100%;
  height: 30px;
}

.articles_box .banner-section .icons {
  transition: 0.15s left linear 0.15s, 0.15s top linear, 0.1s margin-top linear, 0.1s margin-left linear 0.15s;
  display: block;
  width: auto;
  height: 20px;
  text-align: center;
}

.articles_box .banner-section .icons>img {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.articles_box .banner-section .col-md-5:hover .icons {
  left: 44px;
}

.search_news {
  padding: 40px 0;
  position: relative;
}

.search_news.grey_form {
  background-color: #eceae8;
}

.search_news .seartop,
.search_news .searbot {
  margin: 0 -15px;
}

.search_news .seartop {
  margin: 0 -15px 0;
}

.search_news .seartop::after,
.search_news .searbot::after {
  content: '';
  display: table;
  clear: both;
}

.search_news .lable {
  color: #041e42;
  font-size: 22.4px;
  font-family: "华文黑体";
  font-weight: bold;
}

.search_news input:-ms-input-placeholder {
  color: #555;
}

.search_news input {
  border-radius: 0;
  padding: 5px 15px;
  font-size: 16px;
  background-color: #ffffff;
  color: #555;
  height: 51px;
  border: none;
}

.search_news .form-group {
  margin-bottom: 0;
}

.search_news .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #009fdf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.search_news .searbot {
  margin-top: 16px;
}

.search_news .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
}

.search_news .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.search_news .diy_select_txt {
  padding: 0 0 0 15px;
  height: 52px;
}

.search_news .diy_select_btn {
  right: -1px;
  width: 24px;
  top: 1px;
}

.news-block {
  background: #eceae8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center;
  /* height: 100%; */
  overflow: hidden;
}

.news-box .row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 300px;
}

.news-block .tile-bg {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.news-block .inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.arrow-top .date {
  font-size: 12px;
  color: #009fdf;
  margin-bottom: 5px;
  font-family: 'fzlthjw';
}

.arrow-top h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #041e42;
  margin-bottom: 20px;
  font-family: "华文黑体";
}

.arrow-top .more-btn {
  font-size: 14px;
  color: #041e42;
  position: relative;
  text-decoration: none;
  font-family: 'fzlthjw';
}

.arrow-top .more-btn::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #213570;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.25s width ease-in-out;
}

.news-block .arrow-top {
  display: table;
  width: 100%;
  position: relative;
}

.have_triangle::after,
.nb-azure.have_triangle::before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #eceae8 transparent;
  transition: 0.25s border-width ease-in-out;
}

.arrow-top .more-btn:hover::after {
  width: 0;
}

.nb-small {
  background: #009fdf;
  height: 100%;
}

.nb-small .date,
.nb-small h2,
.nb-small a.more-btn,
.nb-dark .date,
.nb-dark h2,
.nb-dark a.more-btn,
.nb-azure .date,
.nb-azure h2,
.nb-azure a.more-btn {
  color: #fff;
}

.nb-dark {
  background: #0033a0;
  height: 100%;
}

.nb-azure {
  background: #041e42;
  height: 100%;
}

.news-box3 .arrow-top2 .arrow-top.nb-azure {
  position: relative;
}

.news-box1 .arrow-top1,
.news-box3 .nb-azure,
.news-box3 .nb-dark {
  border-left: none;
  border-bottom: none;
  display: table;
}

.news-box {
  border-top: 2px solid #fff;
}

.news-box1 .news-block .arrow-top,
.news-box2 .arrow-top.nb-small {
  border-bottom: none;
}

.nb-dark {
  position: relative;
}

.nb-dark.have_triangle::after {
  border-color: transparent transparent #0033a0 transparent;
}

.nb-azure.have_triangle::before {
  border-color: transparent transparent #041e42 transparent;
}

.nb-small a.more-btn::after,
.nb-azure a.more-btn::after,
.nb-dark a.more-btn::after {
  background-color: #fff;
}

.nb-azure .inner {
  text-align: left;
}

.arrow-top2 .tile-bg {
  background-color: #0033a0;
  /* border-left: 2px solid #ffffff; */
  position: relative;
  height: 200px;
}

.arrow-top2 .tile-bg::after {
  content: "";
  transition: 0.4s opacity ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213570;
  opacity: 0;
}

.arrow-top2:hover .tile-bg::after {
  opacity: 0.2;
  cursor: pointer;
}

.arrow-top2 .nb-dark,
.arrow-top2 .nb-azure {
  height: 196px;
}

.news-block .arrow-top.nb-azure::after {
  display: none;
}

@media (min-width: 768px) {
  .articles_box .banner-section .content-wrapper {
    padding: 40px 20px;
  }

  .articles_box .banner-section .col-md-5 {
    border-left: 2px solid #ffffff;
  }

  .news-block .arrow-top {
    padding: 40px 20px;
  }

  .news-box .col-md-6,
  .news-box .col-sm-6 {
    padding: 0;
    width: 50%;
    float: left;
  }

  .news-block.arrow-top2 .content-wrapper {
    padding: 40px 20px;
  }

  .arrow-top3 .content-wrapper {
    padding: 40px 20px;
    display: table;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    max-width: 58.33333333%;
    width: 58.33333333%;
    float: left;
  }

  .col-md-5 {
    max-width: 41.666667%;
    width: 41.666667%;
    float: left;
  }

  .search_news .col-md-4 {
    max-width: 33.333333%;
    float: left;
    padding: 0 15px;
  }

  .articles_box .banner-section h2::after {
    width: 52px;
    height: 5px;
    bottom: -19px;
  }

  .articles_box .banner-section .icons {
    position: absolute;
    right: 50%;
    left: 50%;
    width: 100px;
    margin: 5px 0 0 -50px;
  }

  .news-block .arrow-top {
    padding: 40px 60px;
  }

  .news-box3 .mob-block {
    border-bottom: none;
  }

  .news-box3 .mob-block .nb-dark {
    padding: 37px 26px !important;
  }

  /* .news-box3 {
        border-bottom: 1.5px solid #fff;
    } */
  .news-box3 .arrow-top.nb-small,
  .news-box3 .huibg {
    border: none;
  }

  .news-box3 .box3left {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .news-box3 .box3right {
    border-bottom: 2px solid #fff;
  }

  .news-box .news-block {
    border-bottom: 2px solid #fff;
  }

  .arrow-top2-1 {
    border-left: 2px solid #fff;
  }

  .news-box4 .arrow-top.nb-small {
    border-bottom: none;
    border-right: 2px solid #fff;
    padding: 40px 20px;
  }

  .arrow-top {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #fff;
  }

  .arrow-top3 {
    border-left: none;
  }

  .nb-small {
    height: 300px;
  }

  .search_news {
    padding: 40px 0 54px;
  }

  .news-block.ndbg .row-same-height {
    width: 100%;
    display: table;
  }

  .news-block.ndbg .col-md-6 {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .articles_box .banner-section .col-md-7 h2 {
    margin: 15px 0 56px;
    font-size: 45px;
  }

  .articles_box .banner-section .col-md-5 h2 {
    margin: 15px 0 56px;
  }

  .articles_box .banner-section .half h2 {
    height: 1.2em;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1680px) {
  .news-box4 .nb-small {
    height: auto;
    min-height: 300px;
  }
}

@media only screen and (min-width: 1600px) {
  .articles_box .banner-section .content-wrapper {
    padding: 50px 50% 80px 30px;
  }

  .news-block.arrow-top2 .content-wrapper {
    padding: 37px 20px;
  }

  .news-box .row-same-height {
    height: 300px;
  }

  .arrow-top1 {
    height: 396px;
  }

  .arrow-top2 {
    height: 394px;
  }

  .arrow-top3 .content-wrapper {
    height: 300px;
  }

  .news-box4.news-box .row-same-height {
    height: auto;
    min-height: auto;
  }

  /* .news-box4 .nb-small {
        height: auto;
        min-height: 264px;
    } */
  .news-box4 .arrow-top3 .content-wrapper {
    height: auto;
  }

  /* .arrow-top3 .content-wrapper,
    .news-box4{
        height: 264px;
    } */
}

@media only screen and (max-width: 1440px) and (min-width: 767px) {
  .articles_box .tile-bg.visible-xs {
    display: block !important;
  }

  .articles_box .tile-bg.hidden-xs {
    display: none;
  }

  .articles_box .banner-section {
    height: auto;
  }

  .articles_box .banner-section h2 {
    margin: 15px 0 30px;
  }

  .articles_box .banner-section .col-md-5 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .news-box .row-same-height {
    min-height: auto;
  }

  .articles_box .banner-section {
    height: auto;
  }

  .articles_box .banner-section .content-wrapper {
    padding: 20px 0 50px;
  }

  .articles_box .banner-section h2 {
    font-size: 32px;
  }

  .search_news .seartop,
  .search_news .searbot {
    margin: 0;
  }

  .seartop .col-xs-12 {
    padding: 0 15px;
  }

  .search_news .form-group {
    margin-bottom: 15px;
  }

  .search_news .selectbox {
    margin-bottom: 15px;
    padding: 0 15px;
  }

  .search_news .lable {
    margin-bottom: 15px;
  }

  .search_news .otis_button {
    width: 100%;
    font-size: 14px;
  }

  .news-block .tile-bg {
    height: 200px;
  }

  .news-block .arrow-top {
    padding: 20px;
  }

  .news-box .col-xs-12 {
    padding: 0;
  }

  .mob-block {
    border-top: 3px solid #fff;
  }

  .mob-block1 {
    border-top: 4px solid #fff;
  }

  .mob-block2 {
    border-top: 5px solid #fff;
  }

  .arrow-top2 .tile-bg {
    border: none;
  }

  .arrow-top2 .nb-dark,
  .arrow-top2 .nb-azure {
    height: auto;
  }

  .news-box .content-wrapper {
    padding: 20px;
  }

  .news-box {
    border-top: 4px solid #ffffff;
  }
}


/* 新闻稿详情 */

.nomargin {
  line-height: 30px;
  font-size: 1.5em;
}

.ad_layout .container {
  margin-top: 50px;
}

.ad_layout .address {
  font-size: 12px;
  color: #009fdf;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ad_layout .title {
  font-size: 24px;
  line-height: 1.2em;
  color: #041e42;
  margin-bottom: 20px;
  /* margin-bottom: 67px; */
}

.ad_layout .doc {
  font-size: 16px;
  color: #041e42;
  padding-bottom: 20px;
}

.ad_layout.smallwidth .doc {
  max-width: 677px;
  margin: auto;
}

.ad_layout.smallwidth .title {
  max-width: 677px;
  margin: 0 auto 67px;
  font-family: "华文黑体";
}

.ad_layout.smallwidth p {
  margin-bottom: 0;
}

.ad_layout.smallwidth iframe {
  margin: auto;
  display: block;
  width: 100%;
}

.ad_layout.smallwidth .list-paddingleft-2 {
  padding-left: 2.2em;
}

.ad_layout.smallwidth .list-paddingleft-2 li {
  list-style: initial;
}

.ad_layout.smallwidth .imgbox>section {
  display: block !important;
  float: left;
}

#mod_player object,
#mod_player embed {
  width: 100% !important;
}

.ad_layout .doc table {
  margin: auto;
}

.ad_layout .doc img {
  max-width: 100%;
  height: auto !important;
}

.ad_layout .doc p {
  margin-bottom: 20px;
}

.row-same-height {
  position: relative;
}

.row-same-height::after {
  content: '';
  display: table;
  clear: both;
}

.ndbg .col-md-6 {
  padding: 0;
}

.ndbg .tile-bg {
  height: 500px;
}

.ndbg .arrow-top {
  border: none;
}

.ndbg .arrow-top .inner {
  text-align: left;
}

.ndbg .arrow-top h2 {
  font-size: 45px;
  margin-bottom: 32px;
}

.ndbg .arrow-top::after {
  content: "";
  display: inline-block;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #eceae8 transparent transparent;
  transition: 0.25s border-width ease-in-out;
}

.ndbg .name {
  text-align: right;
}

.ndbg .name a {
  display: block;
  font-size: 14px;
  color: #041e42;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) {
  .news-block.ndbg .arrow-top {
    padding: 40px;
  }

  .ndbg .tile-bg {
    min-height: 500px;
  }

  .ndbg .arrow-top {
    min-height: 500px;
  }

  .ad_layout .container {
    width: auto;
    max-width: 1261px;
  }
}

@media (max-width: 991px) {
  .ad_layout .container {
    margin-top: 22px;
    padding: 0 23px;
  }

  .ad_layout .title {
    margin-bottom: 56px;
  }

  .ndbg .tile-bg {
    height: 300px;
  }

  .ndbg .arrow-top {
    padding: 40px 15px;
  }

  .ndbg .arrow-top::after {
    display: none;
  }

  .ndbg .arrow-top::before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #eceae8 transparent;
    transition: 0.25s border-width ease-in-out;
  }
}


/* 新闻档案 */

.archive_top {
  padding: 20px 0;
}

.archive_top::after {
  content: '';
  display: table;
  clear: both;
}

.archive_top .view-filter {
  text-align: right;
}

.archive_top .top-filter>li {
  font-size: 19.2px;
  margin: 0 20px 0 0;
  position: relative;
  display: inline-block;
  font-family: arial;
}

.archive_top .top-filter>li.active {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #041e42;
}

.archive_top .top-filter>li.active::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-color: transparent transparent #e6e6e6;
  border-style: solid;
  border-width: 0 10px 10px;
}

.archive_top .top-filter>li a {
  cursor: pointer;
  transition: all 0.4s linear;
}

.archive_top .top-filter>li a:hover {
  color: #949494;
}

.archive_top .view-filter>li {
  display: inline-block;
  margin: 20px 0 0 10px;
  color: #949494;
}

.archive_top .view-filter>li a {
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center center;
  background-size: contain;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  animation-delay: 0.5s;
}

.fade.in {
  opacity: 1;
}

.archive_top .view-filter>li a.heng {
  background-image: url(/uploads/image/iimages/arrow09-1.png);
}

.archive_top .view-filter>li.active a.heng {
  background-image: url(/uploads/image/iimages/arrow09.png);
}

.archive_top .view-filter>li a.column {
  background-image: url(/uploads/image/iimages/arrow10-1.png);
}

.archive_top .view-filter>li.active a.column {
  background-image: url(/uploads/image/iimages/arrow10.png);
}

.clear {
  clear: both;
}

.archive_top .collapsed-filter {
  margin-top: 20px;
  background-color: #e6e6e6;
  min-height: 0;
  padding: 0 15px;
}

.archive_top .collapsed-filter li {
  font-size: 14px;
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
}

.archive_layout .archive_top_box {
  margin-top: 60px;
}

.archive_layout .news-block .tile-bg::before {
  content: "";
  transition: 0.4s opacity ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #213570;
  opacity: 0;
}

.news-block .row-same-height:hover .tile-bg:before {
  opacity: 0.2;
}

.archive_layout .tab-content .col-left-pull-6 .arrow-top::after {
  display: none;
}

.archive_layout .tab-content .col-left-pull-6 .arrow-top::before {
  content: "";
  display: inline-block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #eceae8;
  transition: 0.25s border-width ease-in-out;
}

.tab-content #list-view>ul>li {
  overflow: hidden;
  background-color: #213570;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  padding: 20px 0;
}

.tab-content #list-view>ul>li .date {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.tab-content #list-view>ul>li h2 {
  font-size: 18px;
  color: #ffffff;
}

.tab-content #list-view>ul>li .otis_btns {
  text-align: right;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .archive_top .top-filter>li {
    font-size: 24px;
  }

  .col-sm-10 {
    float: left;
  }

  .col-sm-2 {
    float: right;
  }

  .archive_top .collapsed-filter li {
    font-size: 19.2px;
    padding: 10px 7px 10px 12px;
  }

  .tab-content #list-view>ul>li .otis_btns {
    padding: 10px 15px;
  }
}

@media (min-width: 768px) {
  .archive_top .view-filter>li {
    margin: 5px 0 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-content #list-view>ul>li .date {
    font-size: 24px;
  }

  .tab-content #list-view>ul>li h2 {
    font-size: 24px;
  }

  .tab-content #list-view>ul>li .otis_button {
    min-width: auto;
  }

  .tab-content #list-view>ul>li .time,
  .tab-content #list-view>ul>li .txt {
    padding: 19px 15px;
  }
}

@media (max-width: 991px) {
  .archive_top h2 {
    font-size: 1.5em;
    font-family: arial;
  }

  .archive_top .view-filter {
    text-align: center;
  }

  .diy_select3 {
    background-color: #e6e6e6;
  }

  .diy_select3 .diy_select_list {
    background-color: #213570;
  }

  .diy_select3 .diy_select_list li {
    background: #fff;
    color: #213570;
    margin-bottom: 2px;
    padding-left: 2.25em;
  }

  .diy_select3 .diy_select_list li.year {
    background-color: #213570;
    color: #fff;
    padding: 0 15px;
  }

  .archive_layout .archive_top_box {
    margin-top: 18px;
  }

  .archive_layout .tab-content .col-left-pull-6 .arrow-top::before {
    bottom: auto;
    top: -15px;
    left: 0;
    margin: auto;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #eceae8 transparent;
    transition: 0.25s border-width ease-in-out;
  }

  .ndbg .name a {
    width: 10%;
    margin-top: -20px;
    float: right
  }

  .tab-content #list-view>ul>li .date {
    text-align: center;
    margin-bottom: 10px;
  }

  .tab-content #list-view>ul>li h2 {
    text-align: center;
  }

  .tab-content #list-view>ul>li .otis_btns {
    text-align: center;
    padding: 0 15px;
  }

  .tab-content #list-view>ul>li .otis_button {
    width: 100%;
    margin: 10px 0;
  }
}


/* 媒体联系人 */

.contacts_layout .standardrow {
  overflow: hidden;
}

.contacts_layout .standard h3 {
  color: #ffbf3f;
  font-size: 15px;
}

.contacts_layout .standard .otis_button {
  color: #fff !important;
  width: 100%;
}

.contacts_layout .standard .otis_button:hover {
  background-color: #ffffff;
  color: #041e42 !important;
  border: 2px solid #041e42;
}

@media only screen and (min-width: 992px) {
  .contacts_layout {
    padding: 0 15px 60px;
  }

  .standard .standard-block.noimg {
    min-height: 212px;
  }

  .contacts_layout .standard .block-text p {
    margin: 17px 0 22px;
  }

  .contacts_layout .standard {
    padding-bottom: 0;
  }

  .contacts_box .bannerbox h1 {
    margin-bottom: 45px;
  }

  .contacts_layout .standard .standard-block {
    min-height: auto;
  }

  .contacts_layout .standard .block-text {
    padding: 16px 20px 20px;
  }
}

@media only screen and (min-width: 1601px) {
  .contacts_layout .standard .standard-block {
    min-height: auto;
  }

  .contacts_layout .standard .standard-block.noimg {
    min-height: auto;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 992px) {
  .contacts_layout .standard .standard-block.haveimg .otis_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .contacts_layout .standard .block-text h2 {
    margin-bottom: 12px;
  }

  .sclist02 .item_content {
    overflow: hidden;
  }

  .standard .block-text p {
    margin: 21px 0;
    font-size: 14px;
  }

  .contacts_layout .standard .otis_button {
    margin: 10px auto 20px;
    font-size: 14px;
  }

  .contacts_layout .standard .col-xs-12 {
    margin-bottom: 40px;
  }

  .contacts_layout .standard .col-xs-12:last-child {
    margin-bottom: 0;
  }

  .contacts_layout .image_pods {
    padding: 0 15px;
  }
}


/* 联系人 */

.contact_box .bannerbox h1 {
  margin-bottom: 0;
}

.contact_box .bannerbox h1::after {
  display: none;
}

.contact_box .bannerbox h1 {
  margin-bottom: 41px;
}

.contact_box .fluid-imgbox:after {
  display: none;
}

.contact_box .officesection {
  text-align: center;
}

.contact_box .officesection h2 {
  color: #041e42;
  font-size: 33.6px;
  position: relative;
  margin-bottom: 96px;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
}

.contact_box .officesection h2:before {
  content: '';
  width: 30px;
  height: 30px;
  left: -30px;
  bottom: -15px;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.contact_box .officesection h2:after {
  content: '';
  width: 30px;
  height: 30px;
  top: -10px;
  right: -30px;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.contact_box .officesection .officebox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_box .officebox .location-card {
  margin-bottom: 50px;
  position: relative;
  padding: 0 15px;
}

.contact_box .officebox .location-card::after {
  content: '';
  width: 1px;
  height: 100%;
  border-right: solid 1px #eceae8;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.contact_box .officebox .location-card:last-child:after {
  display: none;
}

.contact_box .officebox .title {
  color: #ffbf3f;
  font-size: 22.4px;
  line-height: 38.4px;
  padding: 0;
  font-family: 'fzlthjw';
}

.contact_box .officebox .address {
  color: #9e978e;
  font-size: 16px;
  padding: 0 17px 20px;
}

.contact_box .officebox .telephone {
  font-size: 16px;
  color: #9e978e;
  margin-bottom: 20px;
}

.contact_box .bannerbox p.subtitle {
  font-family: arial;
}

.contact_box .officesection h2 {
  font-family: '华文黑体', stheiti;
}

@media only screen and (min-width: 992px) {
  .contact_box .bannerbox p.subtitle {
    font-size: 80px;
    margin-top: 0;
    line-height: 80px;
    padding-bottom: 20px;
  }

  .contact_box .bannerbox h1 .en {
    font-size: 47px;
  }

  .contact_box .bannerbox h1 sup {
    font-size: 24px;
    top: 8px;
    vertical-align: top;
  }

  .contact_box .officesection {
    padding: 100px 0;
  }

  .contact_box .officesection h2 {
    font-size: 48px;
  }

  .contact_box .officesection h2:after {
    /*width: 52px;
		height: 5px;
		bottom: -35px;*/
  }

  .contact_box .enaddress {
    margin-top: 21px;
  }
}

@media (min-width: 1200px) {
  .contact_box .officesection .container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .contact_box .bannerbox h1 .en {
    font-size: 23px;
  }

  .contact_box .bannerbox h1 sup {
    font-size: 14px;
    top: 4px;
    vertical-align: top;
  }

  .contact_box .bannerbox p.subtitle {
    font-size: 32px;
    line-height: 35.2px;
    padding-bottom: 0;
  }

  .contact_box .bannerbox h1 {
    margin-bottom: 18px;
  }

  .contact_box .officesection h2 {
    padding: 0 15px;
    margin-top: 45px;
    margin-bottom: 87px;
  }

  .contact_box .officesection h2:after {
    top: -20px;
    right: 7px;
  }

  .contact_box .officesection h2:before {
    left: 7px;
    bottom: -15px;
  }

  .contact_box .officebox .location-card:nth-child(1) {
    margin-bottom: 66px;
  }

  .contact_box .officebox .location-card:nth-child(2) {
    margin-bottom: 93px;
  }
}

@media (max-width: 360px) {
  .contact_box .bannerbox h1 {
    font-size: 28px;
  }
}


/* 供应商信息 */

.suppliers_layout {
  margin: 67px 0 40px;
  color: #041e42;
}

.suppliers_layout h1 {
  font-size: 48px;
  line-height: 52.8px;
  margin-bottom: 48px;
  font-family: '华文黑体', stheiti;
}

.suppliers_layout h2 {
  font-size: 32px;
  padding-bottom: 22px;
  line-height: 1.47;
}

.suppliers_layout p {
  font-size: 16px;
  margin-bottom: 20px;
}

.suppliers_layout a {
  outline: none;
  color: #0032a0 !important;
}

.suppliers_layout ul {
  font-size: 16px;
  margin: 20px 0;
  padding-left: 30px;
}

.suppliers_layout ul li {
  padding: 8px 0;
  list-style: initial;
}

@media (max-width: 991px) {
  .suppliers_layout {
    padding: 0 15px;
    margin: 67px 0 41px;
  }

  .suppliers_layout h1 {
    margin-bottom: 47px;
  }

  .suppliers_layout p {
    margin-bottom: 19px;
  }

  .suppliers_layout h2 {
    padding-bottom: 18px;
  }
}

@media (max-width: 360px) {
  .suppliers_layout h1 {
    font-size: 40px;
  }
}


/* 大规模项目 */

.large_box .word-strip h2 {
  margin-bottom: 42px;
  margin-top: 6px;
}


/* 
.large_box .word-strip h2:after {
    bottom: -24px !important;
} */

.otis-white .otis_button {
  border: 2px solid #041e42;
  color: #041e42 !important;
}

.otis-white .otis_button:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.large_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.large_box .sclist02 .swiper-ctr span.swiper-pagination-bullet-active {
  margin: 0 3px;
}

@media only screen and (min-width: 992px) {
  .large_box .otis-black1 .word-strip h3 {
    padding: 0 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .large_box .bannerbox_content {
    padding: 18px 20px;
  }

  .large_box .bannerbox p.subtitle {
    padding-bottom: 2px;
  }

  .large_box .bannerbox h1 {
    margin-bottom: 22px;
  }

  .large_box .word-strip h2 {
    margin-top: 0;
    margin-bottom: 34px;
  }

  /* .large_box .word-strip h2:after {
        bottom: -18px !important;
    } */
  .large_box .word-strip h3 {
    font-size: 16px;
    width: 95%;
    margin: auto;
  }

  .large_box .fluid-word h3 {
    font-size: 32px;
  }

  .otis-white p:last-child {
    padding-bottom: 0;
  }
}


/* 基础设施 */

.infrastructure_layout .sclist01 .col-md-6 {
  padding: 0 3px;
}

.standard .block-text h3 {
  color: #ffbf3f;
  font-size: 14px;
  font-family: 'fzlthjw';
}

.infrastructure_layout .standard .block-text {
  padding: 16px 20px;
}

@media screen and (min-width: 1201px) {
  .infrastructure_layout .sclist02 .item_content p span {
    display: block;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .infrastructure_layout .sclist01 .col-md-6 {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1024px) {

  .infrastructure_layout .fluid-word .lead span,
  .infrastructure_layout .fluid-word .description span,
  .large_box .fluid-word .description span,
  .large_box .fluid-word h3 span,
  .large_box .otis-white p {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .infrastructure_layout .standard .standard-block {
    min-height: 422px;
  }

  .infrastructure_layout .word-strip h2 {
    margin-bottom: 42px;
    margin-top: 10px;
  }

  /* .infrastructure_layout .word-strip h2:after {
        bottom: -24px !important;
    } */
  .infrastructure_layout .standard .block-text p {
    margin: 21px 0;
  }

  .infrastructure_layout .otis-black1 .word-strip h3 {
    padding: 0 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .infrastructure_box .bannerbox p.subtitle {
    padding: 0;
  }

  .infrastructure_box .bannerbox_content {
    padding: 16px 20px 20px;
  }

  .infrastructure_box .bannerbox h1 {
    margin-bottom: 23px;
  }

  .infrastructure_layout .word-strip h3 {
    font-size: 16px;
  }

  .infrastructure_layout .word-strip {
    padding: 32px 0 30px;
  }

  .infrastructure_layout .sclist02 .item_content p {
    font-size: 16px;
    padding: 0 16px;
  }

  .infrastructure_layout .fluid-word h3 {
    font-size: 32px;
  }

  .infrastructure_layout .otis_button {
    font-size: 14px;
  }

  .infrastructure_layout .standard .block-text h2 {
    margin-bottom: 12px;
  }

  .infrastructure_layout .standard .col-xs-12 {
    overflow: hidden;
  }

  .infrastructure_layout .standard .block-text p {
    margin: 19px 0 25px;
  }

  .infrastructure_layout .swiper-button {
    display: none !important;
  }
}

@media screen and (max-width: 415px) {
  .infrastructure_layout .word-strip h3 b {
    display: block;
    font-weight: normal;
  }
}

@media only screen and (min-width:321px) and (max-width:360px) {
  .infrastructure_layout .fluid-word .description {
    width: 95%;
  }

  .infrastructure_layout .sclist02 .item_content p {
    width: 90%;
    margin: auto;
    padding: 0;
  }
}

@media only screen and (max-width:320px) {
  .infrastructure_layout .sclist02 .item_content p {
    padding: 0;
  }
}


/* 全球重大项目团队 */

.full_width_strip h2 {
  width: 100%;
  position: relative;
  margin-bottom: 44px;
  line-height: 1;
  margin-top: 10px;
  font-size: 33.6px;
}

.full_width_strip h2:after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  background-color: #ffbf3f;
}

@media only screen and (min-width: 992px) {
  .majorgteam_box .bannerbox h1 {
    width: 96%;
    margin: auto;
  }

  .majorgteam_box .full_width_strip h2 {
    font-size: 48px;
  }

  .full_width_strip h2:after {
    width: 52px;
    height: 5px;
    bottom: -25px;
  }

  .majorgteam_box .grid-tiles .tile-foot {
    height: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .full_width_strip h2 {
    margin-top: 4px;
  }

  .full_width_strip h2:after {
    bottom: -19px;
  }
}

@media only screen and (max-width: 767px) {
  .majorgteam_box .grid-tiles .tile-foot {
    height: 82px;
  }

  .majorgteam_box .grid-tiles .tile.no-overlay .tile-bg {
    min-height: 293px;
  }

  .majorgteam_box .grid-tiles .tile-foot .foot-inner h2 {
    font-size: 13px;
  }

  .majorgteam_box .grid-tiles .tile-foot .foot-inner p {
    font-size: 1em;
  }
}


/* 项目 */

@media only screen and (min-width:1600px) {
  .projects_box .bannerbox_content {
    width: 53%;
  }

  .projects_box .fluid-word .info_text_inner {
    width: 81%;
  }

  .projects_box .fluid-word .description {
    font-size: 16px;
  }

  .projects_box .fluid-word .lead span {
    display: block;
  }
}

@media screen and (max-width: 1281px) and (min-width: 1024px) {
  .projects_box .bannerbox h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .projects_box .bannerbox p {
    padding-bottom: 21px;
  }

  .projects_box .bannerbox h1 {
    margin-bottom: 45px;
  }

  .projects_box .otis-black.otis-black1 h2 {
    margin-bottom: 46px;
  }

  .projects_box .otis-black1 .word-strip h3 {
    padding: 0 0 50px;
  }

  .projects_box .fluid-word .lead {
    font-size: 24px;
    width: 95%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {
  .projects_box .fluid-word h3 {
    font-size: 32px;
  }

  .projects_box .bannerbox_content {
    padding: 18px 20px 20px;
  }

  .projects_box .otis_button {
    font-size: 14px;
  }

  .projects_box .otis-black .otis_button {
    margin-top: 31px;
  }

  .projects_box .image_pod {
    border-bottom: 2px solid #ffffff;
    border-top: 0;
  }

  .projects_box .image_pods {
    border-top: 2px solid #ffffff;
  }

  .projects_box .otis-black1 .word-strip {
    padding: 36px 0 30px;
  }
}

@media only screen and (min-width: 380px) and (max-width: 420px) {
  .projects_box .fluid-word .lead>span {
    display: block;
  }

  .projects_box .fluid-word .description {
    width: 97%;
  }
}

@media only screen and (max-width: 320px) {
  .projects_box .fluid-word h3 {
    font-size: 28px;
  }
}


/* 全球重大项目 */

.majorgprojects_box .standard .otis_button {
  margin-top: 20px;
  width: auto;
  color: #fff;
}

.majorgprojects_box .standard .block-text {
  padding: 18px 20px;
}

.majorgprojects_box .static_tab {
  padding: 20px 0;
}

.majorgprojects_box .static_tab h2 {
  color: #041e42;
  font-size: 38.4px;
  line-height: 48px;
  padding-bottom: 30px;
  font-family: 华文黑体;
}

.static_tab p {
  font-size: 16px;
  padding-bottom: 20px;
}

.majorgprojects_box .static_tab .img-responsive {
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .majorgprojects_box .bannerbox p.subtitle {
    line-height: 25px;
    margin-top: 53px;
    padding-bottom: 18px;
  }

  .majorgprojects_box .static_tab .col-lg-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    margin: 0;
  }

  .majorgprojects_box .static_tab .col-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    margin: 0;
  }

  .majorgprojects_box .static_tab .col-xs-12 {
    float: left;
  }

  .majorgprojects_box .static_tab h2 {
    font-size: 48px;
    line-height: 52.8px;
  }
}

@media only screen and (min-width: 992px) {
  .majorgprojects_box .standard .standard-block {
    min-height: 442px;
  }

  .majorgprojects_box .static_tab {
    padding: 50px 0;
  }

  .majorgprojects_box .static_tab p {
    font-size: 17px;
  }

  .majorgprojects_box .standard .otis_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    letter-spacing: 0;
  }

  .majorgprojects_box .otis-black1 h2 {
    margin-bottom: 45px;
  }

  .majorgprojects_box .otis-black1 h2:after {
    bottom: -26px !important;
  }

  .majorgprojects_box .otis-black1 .word-strip h3 {
    padding: 0 0 50px;
  }

  .majorgprojects_box .bannerbox p.subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 375px) {
  .majorgprojects_box .static_tab h2 {
    width: 100%;
  }

  .majorgprojects_box .standard .block-text h2 {
    width: 93%;
  }
}

@media only screen and (min-width: 400px) {
  .majorgprojects_box .static_tab h2 {
    width: 98%;
  }
}

@media only screen and (max-width: 991px) {
  .majorgprojects_box .bannerbox p.subtitle {
    padding-bottom: 0;
    font-size: 16px;
  }

  .majorgprojects_box .bannerbox_content {
    padding: 17px 20px 20px;
  }

  .majorgprojects_box .standard .otis_button {
    margin-top: 11px;
    font-size: 14px;
    width: 100%;
  }

  .majorgprojects_box .standard .block-text {
    padding: 18px 20px 20px;
  }

  .majorgprojects_box .standard .block-text h2 {
    margin-bottom: 21px;
  }

  .majorgprojects_box .standard .col-xs-12 {
    overflow: hidden;
  }

  .majorgprojects_box .word-strip h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 414px) {
  .majorgprojects_box .full_width_strip h3 {
    width: 96%;
    margin: auto;
  }

  .majorgprojects_box .sclist02 .item_content p {
    width: 98%;
    margin: auto;
  }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
  .majorgprojects_box .full_width_strip h3 {
    width: 90%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
  .majorgprojects_box .standard .block-text {
    padding: 18px 16px 20px;
  }

  .majorgprojects_box .full_width_strip h3 {
    width: 94%;
  }

  .majorgprojects_box .static_tab .col-xs-12 {
    max-width: 94%;
  }
}

@media only screen and (max-width: 320px) {
  .sclist02 .item_content h3 {
    font-size: 24px;
  }
}


/* 浏览案例分析 */

.grid-tiles .tile-content {
  padding: 10px 15px;
  background-color: #213570;
  transition: background-color 0.25s;
  height: 100%;
}

.grid-tiles .tile-content .inner-content {
  position: relative;
  overflow: hidden;
  top: 50%;
  transform: translatey(-50%);
  transition: opacity 0.25s ease-in-out 0.15s;
  z-index: 2;
}

.grid-tiles .tile-content:before {
  content: "";
  transition: all 0.4s ease-in-out;
}

.grid-tiles .tile:not(.no-overlay):hover .tile-content:before {
  opacity: 1;
}

.grid-tiles .tile:not(.no-overlay):hover .tile-content .inner-content {
  opacity: 1;
}

.grid-tiles .tile-content h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
}

.grid-tiles .tile-content h2.strong {
  font-size: 24px;
  font-family: '华文黑体', stheiti;
}

.grid-tiles .tile-foot .foot-inner h2 {
  font-family: '华文黑体', stheiti;
}

.case_box .otis-black .word-strip h2 {
  margin-bottom: 46px;
}

.case_box .otis-black .word-strip h3 {
  padding: 0 0 49.5px;
}

.building_stats {
  padding-bottom: 20px;
}

.building_stats img {
  max-width: 100%;
  height: auto !important;
}

.building_stats .horiz-box {
  overflow: hidden;
}

.building_stats .horiz-box-two {
  overflow: hidden;
}

@media screen and (min-width: 1660px) {
  .case_box .bannerbox_content {
    width: 57%;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1281px) {
  .case_box .bannerbox_content {
    width: 70%;
  }

  .case_box .bannerbox h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1281px) and (min-width: 1024px) {
  .case_box .bannerbox_content {
    width: 74%;
  }

  .case_box .bannerbox h1 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1025px) {
  .building_stats .horiz-box-two>div:first-child {
    margin-left: 17%;
  }
}

@media only screen and (min-width: 992px) {
  .case_box .bannerbox h1 {
    margin-bottom: 47px;
  }

  .case_box .bannerbox h1 .line {
    width: 38px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    border-top: 1px solid #fff;
  }

  .case_box .bannerbox h1 .line:nth-child(1) {
    margin-right: 5px;
  }

  .grid-tiles .tile-content .inner-content {
    opacity: 0;
  }

  .case_box .word-strip h2 {
    margin-bottom: 47px;
  }

  /* .case_box .word-strip h2:after {
        bottom: -27px !important;
    } */
}

@media only screen and (min-width: 768px) {
  .grid-tiles .tile-content {
    background-color: transparent;
  }

  .grid-tiles .tile-content:before {
    background-color: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }

  .case_box .word-strip .doc {
    width: 111%;
    margin: auto;
    padding: 0;
    margin-left: -6%;
  }

  .case_box .word-strip h3 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 991px) {
  .grid-tiles .tile-foot {
    /* display: none; */
  }

  .case_box .grid-tiles .tile-foot {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .case_box .word-strip h2 {
    margin-top: 0;
    margin-bottom: 48px;
  }

  /* .case_box .word-strip h2:after {
        bottom: -20px !important;
    } */
  .case_box .word-strip h3 {
    font-size: 18px;
  }

  .case_box .grid-tiles .tile-bg {
    min-height: 205px;
  }

  .grid-tiles .tile-foot .foot-inner h2 {
    height: auto;
  }

  .grid-tiles .tile-content {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 400px;
    height: auto;
    transition: max-height 0.25s linear, padding 0.05s linear 0.25s, background-color 0.25s;
  }

  .case_box .grid-tiles .tile-content .inner-content {
    top: 0;
    transform: translatey(0);
  }

  .grid-tiles .tile-content h2.no-margin {
    margin: 0;
  }

  .case_box .otis_button {
    margin: 5px auto;
    min-width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) and (min-width: 400px) {
  .grid-tiles .tile.no-overlay .tile-bg {
    min-height: 143px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 380px) {
  .case_box .grid-tiles .tile-content .box {
    /* top: 50%;
        transform: translatey(-50%);
        position: absolute;
        left: 0;
        width: 100%; */
  }
}

@media only screen and (min-width:398px) and (max-width:768px) {
  .grid-tiles .tile-content h2 {
    display: block;
  }

  .grid-tiles .tile-content .inner-content {
    /* height: 100%; */
  }

  .grid-tiles .tile-content .otis_button {
    /* position: absolute;
        margin: 0;
        left: 0;
        bottom: 15px; */
  }
}

@media only screen and (max-width:375px) {
  .case_box .grid-tiles .tile-bg {
    min-height: 313px;
  }
}

@media only screen and (max-width:320px) {
  .case_box .word-strip h2 {
    font-size: 32px;
  }
}


/* 案例分析详情页 */

.casedetails_box .word-strip .doc p {
  padding: 0 0 20px;
}

.number_stats {
  padding-bottom: 40px;
}

.number_stats .img-wrap {
  width: 60px;
  margin: 35px auto;
  height: 60px;
  border: 2px solid #ffbf3f;
  padding: 10px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.number_stats .numbertip {
  text-align: center;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 88%;
  z-index: 2;
  opacity: 0;
}

.number_stats .numbertip:after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: -12px;
  left: -14px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px;
  transition: 0.25s border-width ease-in-out;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent;
}

.number_stats .col-xs-12.on .numbertip {
  opacity: 1;
}

.number_stats .img-wrap::before,
.number_stats .img-wrap::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: rgba(203, 160, 82, 0.3);
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  z-index: -1;
}

.number_stats .img-wrap::after {
  animation-delay: 2s;
  opacity: 0;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.number_stats .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: rotate(-45deg);
}

.number_stats .stat_data {
  display: block;
  width: 100%;
  text-align: center;
  color: #041e42;
  font-size: 56px;
  line-height: 1.2;
  font-family: arial;
}

.number_stats .stat_data .en {
  font-size: 48px;
}

.number_stats p {
  font-size: 14px;
  text-align: center;
}

.number_stats p:first-of-type {
  color: #041e42;
  font-size: 14px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.casedetails_box .building_stats .stat-circle {
  width: 250px;
  height: 250px;
  border: 2px solid #949494;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  padding: 45px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.building_stats .stat-circle p {
  color: #949494;
  font-size: 20px;
  margin-top: 10px;
  font-family: 'fzlthjw';
}

.building_stats .stat-circle span.num-anim {
  color: #041e42;
  font-size: 86.4px;
  line-height: 80px;
}

.building_stats .stat-text {
  text-align: center;
  margin-top: 40px;
}

.building_stats .stat-text h2 {
  color: #949494;
  font-size: 24px;
  font-family: 'fzlthjw';
}

.building_stats .stat-text p {
  font-size: 30px;
}

@media screen and (min-width: 1600px) {
  .casedetails_box .building_stats .stat-circle {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .casedetails_box .wordbox .col-lg-8 {
    padding: 0;
    max-width: 820px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1024px) {
  .building_stats .stat-circle span.num-anim {
    font-size: 66px;
  }

  .casedetails_box .building_stats .stat-circle {
    width: 230px;
    height: 230px;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .casedetails_box .word-strip h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .casedetails_box .word-strip h2 {
    margin-bottom: 47px;
  }

  /* .casedetails_box .word-strip h2:after {
        bottom: -27px !important;
    } */
  .number_stats .col-sm-3 {
    max-width: 25%;
    float: left;
    position: relative;
  }

  .number_stats .container {
    padding: 0;
  }

  .casedetails_box .wordbox .word-strip {
    padding: 50px 0 52px;
  }

  .casedetails_box .otis-white .word-strip {
    padding: 56px 0 47px;
  }

  .number_stats p:first-of-type {
    margin-top: 15px;
  }

  .building_stats {
    padding: 0 0 20px;
  }

  .building_stats .col-lg-4 {
    padding: 0 15px;
  }

  .casedetails_box .otis-black1 .otis_button {
    margin-top: 20px;
  }

  .md_box .wordbox .word-strip {
    padding: 51px 0 10px;
  }

  .md_box .number_stats p:first-of-type {
    margin-top: 11px;
  }

  .md_box .number_stats {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .casedetails_box .bannerbox {
    min-height: auto;
  }

  .casedetails_box .bannerbox_content {
    display: none;
  }

  .casedetails_box .word-strip h2 {
    margin-top: 0;
    margin-bottom: 43px;
  }

  /* .casedetails_box .word-strip h2:after {
        bottom: -20px !important;
    } */
  .casedetails_box .word-strip h3 {
    font-size: 18px;
  }

  .casedetails_box .word-strip h2 .en {
    font-size: 30px;
  }

  .casedetails_box .word-strip .doc {
    padding: 0 0 38px;
  }

  .number_stats p:first-of-type {
    padding-bottom: 20px;
    margin-top: 14px;
  }

  .casedetails_box .building_stats .col-md-4 {
    padding: 0 15px;
  }

  .casedetails_box .otis-black .word-strip h3 {
    width: 92%;
    margin: auto;
  }

  .number_stats .numbertip {
    width: 73%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 104%;
    padding: 15px;
  }

  .number_stats .numbertip:after {
    left: 0;
  }

  .casedetails_box .otis-black.otis-white .word-strip h3 {
    width: 100%;
  }

  .casedetails_box .otis-white {
    padding-bottom: 20px;
  }

  .casedetails_box .fluid-word {
    padding: 38px 15px;
  }

  .building_stats .stat-circle p {
    margin-top: 7px;
  }

  .md_box .wordbox .word-strip {
    padding: 36px 0 0;
  }

  .md_box .word-strip .doc {
    padding: 0 0 30px;
  }

  .md_box .number_stats .stat_data {
    line-height: 1.35;
  }

  .md_box .number_stats p:first-of-type {
    margin-top: 7px;
  }

  .md_box .number_stats {
    padding-bottom: 70px;
  }
}


/* 工具与资源 */

@media only screen and (min-width: 992px) {
  .resources_box .bannerbox h1 {
    margin-bottom: 74px;
  }

  .resources_box .bannerbox p {
    padding-bottom: 38px;
  }

  .resources_box .otis-black .word-strip h3 {
    padding: 0 0 50px;
    font-size: 24px;
  }

  .resources_box .fluid-word .lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
  .resources_box .fluid-word .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .resources_box .fluid-word h3 {
    font-size: 32px;
  }

  .resources_box .otis_button {
    font-size: 14px;
  }

  .resources_box .fluid-word {
    padding: 38px 15px;
  }

  .resources_box .otis-black .word-strip h3 {
    font-size: 16px;
  }

  .resources_box .otis-black .word-strip h2 {
    margin-bottom: 44px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
  .resources_box .otis-black .word-strip h3 {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (max-width: 320px) {
  .resources_box .fluid-word h3 {
    font-size: 28px;
  }

  .resources_box .otis-black .word-strip h2 {
    font-size: 30px;
  }
}


/* 资料库 */

.database_search {
  background: #041e42;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
}

.database_search .control-label {
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  padding: 0 15px 5px 0;
  font-family: 华文黑体;
}

.database_search input[type="text"] {
  min-width: 100%;
  height: 52px;
  border: none;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 16px 25px 16px 12px;
  color: #555;
}

input:-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  color: #4d4d4d;
}

input::-moz-placeholder {
  /* mozilla firefox 19  */
  color: #4d4d4d;
}

input::-webkit-input-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.database_search .form-group {
  margin-bottom: 0;
}

.database_search .otis_button {
  height: 52px;
  width: 100%;
  color: #fff !important;
}

.database_search .otis_button:hover {
  border: 2px solid #ffffff;
  color: #041e42 !important;
}

.database_box .inner-top {
  padding: 21px 0;
  overflow: hidden;
}

.database_box .inner-top .top-filter>li {
  font-size: 19.2px;
  margin: 0 16px 0 0;
  position: relative;
  display: inline-block;
  font-family: arial;
}

.database_box .inner-top .top-filter>li a {
  color: #041e42;
  transition: all 0.4s linear;
  cursor: pointer;
}

.database_box .inner-top .top-filter>li a:hover {
  color: #949494;
}

.database_box .inner-top .top-filter>li.active {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #041e42;
}

.database_box .inner-top .view-filter {
  text-align: right;
}

.database_box .inner-top .view-filter>li {
  display: inline-block;
  margin: 20px 0 0 10px;
  color: #949494;
}

.database_box .inner-top .view-filter>li a {
  display: block;
  width: 21px;
  height: 21px;
  background: no-repeat center center;
  background-size: cover;
}

.database_box .inner-top .view-filter>li a.heng {
  background-image: url(/uploads/image/iimages/arrow09-1.png);
}

.database_box .inner-top .view-filter>li.active a.heng {
  background-image: url(/uploads/image/iimages/arrow09.png);
}

.database_box .inner-top .view-filter>li a.column {
  background-image: url(/uploads/image/iimages/arrow10-1.png);
}

.database_box .inner-top .view-filter>li.active a.column {
  background-image: url(/uploads/image/iimages/arrow10.png);
}

.database_top_box {
  margin-top: 91px;
}

.database_top_box h2 {
  font-size: 24px;
  color: #041e42;
  line-height: 1em;
  margin-bottom: 10px;
}

.database_box .grid-tiles .tile.active .tile-foot {
  background-color: #bfbfbf;
}

.database_box .grid-tiles .tile-foot .foot-inner h2 {
  text-align: left;
}

.database_box .grid-tiles .tile-foot .foot-inner h2 .en {
  font-size: 19px;
}

.database_box .grid-tiles .expanded-section {
  float: left;
  width: 100%;
  background-color: #bfbfbf;
  border-bottom: 2px solid #ffffff;
}

.database_box .grid-tiles .expanded-section .inner-content {
  padding: 20px 0;
  position: relative;
}

.pull-right {
  float: right !important;
}

.database_box .grid-tiles .expanded-section .close-btn {
  right: -19px;
}

.grid-tiles .expanded-section .side-content h2 .en {
  font-size: 26px;
}

.grid-tiles .expanded-section .side-content h2 .en sup {
  font-size: 19px;
}

.grid-tiles .expanded-section .side-content h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 10px 0;
}

.grid-tiles .expanded-section .side-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 23px;
}

.otis_button.pdf-button:before {
  content: "";
  width: 23px;
  height: 22px;
  background-image: url(/uploads/image/iimages/down.png);
  background-position: 0 -24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background-size: 23px auto;
}

.otis_button.pdf-button:hover:before {
  background-position: 0 0;
}

.list-block .inner-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}

.list-block .inner-content p {
  margin: 0 0 10px;
  font-size: 16px;
}

.tab-content #list-view>ul>li {
  display: table;
  width: 100%;
}

.tab-content .otis_button {
  margin: 5px 7px 5px 0;
}

.tab-content .otis_button.pdf-button {
  /* padding:9.5px 17.5px;
    margin-top: 4px; */
}

.grid-tiles .expanded-section .meta-info {
  padding: 20px 0 0;
}

.grid-tiles .expanded-section .meta-info p {
  margin: 0;
}

.grid-tiles .tile-content .otis_button {
  color: #fff !important;
}

.grid-tiles .tile-content .otis_button:hover {
  color: #041e42 !important;
}

@media only screen and (min-width: 620px) {
  .database_box .grid-tiles .expanded-section .inner-content {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .database_top_box h2 {
    font-size: 40px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .database_search {
    padding: 30px 0 45px;
  }

  .database_search .container {
    padding: 0;
  }

  .database_search .pad-hook {
    padding: 0;
  }

  .database_search .diy_select_list {
    top: 54px;
    background: #fff;
  }

  .database_search .diy_select_list li {
    padding: 0 12px;
    font-size: 14px;
  }

  .database_search .diy_select_list li:nth-child(odd) {
    background-color: #fff;
  }

  .database_search .diy_select_txt {
    padding: 0 12px;
    font-size: 14px;
  }

  .database_search .diy_select_btn {
    top: 1px;
    background: url(/uploads/image/iimages/arrow07.png) no-repeat right 12px center;
    background-size: 8px auto;
  }

  .database_box .inner-top .top-filter>li {
    font-size: 24px;
  }

  .database_top_box h2 {
    font-size: 55px;
  }

  .list-block .col-middle {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
  }

  .database_box .pad-hook1 {
    padding-right: 0;
  }

  .database_box .inner-top .view-filter>li {
    margin: 5px 0 0 10px;
  }

  .grid-tiles .tile-foot {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .grid-tiles .tile-bg {
    min-height: 322px;
  }
}

@media only screen and (min-width: 1680px) {
  .grid-tiles .tile-bg {
    min-height: 402px;
  }
}

@media only screen and (min-width: 1200px) {
  .list-block .otis_button {
    margin: 0 5px !important;
    width: auto;
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .database_search .dspaty {
    margin-bottom: 15px;
  }

  .database_search .pad-hook {
    padding: 0;
  }

  .database_search .control-label {
    padding: 0 15px 10px 0;
  }

  .database_search .selectbox {
    padding: 0 12px;
  }

  .database_search .pad-hook1 {
    padding: 0;
  }

  .database_search .otis_button {
    margin: 30px auto 20px;
    font-size: 14px;
  }

  .database_box .inner-top h2 {
    font-size: 1.5em;
  }

  .database_box .inner-top {
    padding: 20px 0;
  }

  .database_box .inner-top .selectbox {
    background-color: #e6e6e6;
    padding-left: 12px;
  }

  .database_box .inner-top .view-filter {
    text-align: center;
  }

  .database_top_box {
    margin-top: 17px;
  }

  .database_box .inner-top h2.replacetxt {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .database_box .grid-tiles .tile-foot .foot-inner h2 .en {
    font-size: 14px;
  }

  .grid-tiles .tile-content h2.strong .en {
    font-size: 21px;
  }

  .grid-tiles .tile-content .otis_button {
    margin: 5px auto;
    min-width: 100%;
  }

  .database_box .grid-tiles .expanded-section .close-btn {
    right: 0;
  }

  .pull-right {
    float: none !important;
  }

  .expanded-section .col-md-4 {
    padding: 0 15px;
    text-align: center;
  }

  .grid-tiles .expanded-section .lg-img {
    padding: 0 0 20px;
  }

  .tab-content .otis_button {
    margin: 5px 10px 5px 0;
  }

  .database_box .grid-tiles .tile-bg {
    min-height: 402px;
  }

  .list-block .inner-content p {
    text-align: center;
  }

  .tab-content #list-view>ul>li h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 414px) and (min-width: 398px) {
  .grid-tiles .tile-content h2.strong {
    font-size: 21px;
  }

  .grid-tiles .tile-content h2 b {
    /* display: block; */
  }
}


/* 项目展示 */

.page_showcase_box .headerbox {
  height: 0;
}

.showcase_box {
  position: relative;
  min-height: 100vh;
}

.showcase_box .covervid {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.showcase_box .covervid video {
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -100;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.showcase_box .zindexwrapper h1 {
  color: #ffffff;
  font-size: 44.8px;
  font-family: '华文黑体', stheiti;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  transition: all 0.3s linear;
  color: #ffbf3f;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: normal;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.buildinglistwrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80%;
  z-index: 99;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000000', endcolorstr='#a6000000', gradienttype=0);
}

.buildinglistwrapper .buildingbase {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 1px;
  left: 0;
  right: 0;
  opacity: 1;
  border-top: 1px solid #fff;
}

.showcase_box .buildinglistwrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.showcase_box .buildinglistwrapper .buildinglist {
  position: absolute !important;
  bottom: 50px;
  z-index: 9999;
  padding-top: 100px;
  height: 60%;
  align-items: flex-end;
  width: auto;
}

.showcase_box .buildinglistwrapper .tempwrap {
  height: 100%;
  width: 100% !important;
}

.buildinglistwrapper .buildinglist li {
  display: block;
  width: 200px;
  height: auto;
  margin-right: 30px;
  float: left;
}

.buildinglistwrapper .buildinglist li.inactive {
  opacity: 0.4;
}

.buildinglistwrapper .buildinglist li a {
  color: #ffffff !important;
  font-size: 3rem;
  display: block;
  height: auto;
  position: relative;
  overflow: visible;
  /* transition: all 0.4s linear; */
}

.showcase_box .buildinglistwrapper .buildinglist li a:before {
  /* transition: all 0.4s linear; */
  left: 50%;
  transform: translatex(-50%);
  content: attr(data-tooltip);
  position: absolute;
  top: -100px;
  font-size: 17px;
  opacity: 0;
  background-image: url(/uploads/image/iimages/pointer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 25px;
  width: 100%;
  height: 0;
  margin-left: 50%;
}

.showcase_box .buildinglistwrapper .buildinglist li:nth-last-child(1) {
  margin-right: 80px;
}

.showcase_box .buildinglistwrapper .buildinglist li:nth-last-child(1) a:before {
  margin-left: -50%;
  background-image: url(/uploads/image/iimages/pointer-reversed.png);
}

.buildinglistwrapper .buildinglist li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.showcase-wrapper .buildinglistwrapper .buildinglist li {
  width: 250px;
  /* width: 200px; */
}

.showcase-wrapper .buildinglistwrapper .buildinglist li.buildingline {
  height: 1px;
  border-top: 1px solid #ffffff;
  width: 0;
  opacity: 1;
}

.showcase_box .buildinglistwrapper .buildinglist li.buildingline {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .showcase_box .buildinglistwrapper .buildinglist {
    /* left: 50%;
        transform: translatex(-50%); */
  }

  .showcase_box .buildinglistwrapper .buildinglist.buildinglist_5 {
    /* left: auto;
        transform: translatex(0); */
    /* display:block; */
  }

  .showcase_box .zindexwrapper h1 {
    font-size: 41.6px;
  }

  .showcase_box .pang {
    margin: 0 40px;
  }

  .showcase_box .buildinglistwrapper .buildinglist li a:hover:before {
    transition: all 0.4s linear;
    opacity: 1;
    height: 130px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .showcase_box .zindexwrapper {
    width: 80%;
    padding: 20px;
  }

  .showcase_box .buildinglistwrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .showcase_box {
    margin-top: -74px;
  }

  .showcase_box .buildinglistwrapper .buildinglist li {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .showcase_box .zindexwrapper {
    width: 100%;
  }

  .showcase_box .zindexwrapper h1 {
    font-size: 32px;
  }

  .zindexwrapper .cd-headline .b {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .showcase_box .zindexwrapper {
    top: 60px;
    transform: translate(-50%, 0%);
  }
}

@media only screen and (max-width: 480px) {
  .showcase_box .zindexwrapper {
    width: 100%;
  }

  .showcase_box .zindexwrapper h1 {
    font-size: 18px;
  }
}

.showcase_box .zindexwrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  text-align: center;
  z-index: 99;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .showcase_box .zindexwrapper {
    /* top: 31%; */
  }
}

@media only screen and (max-width: 1200px) {
  .buildingname {
    display: none;
  }
}

.showcase_box .buildingname {
  display: none;
  padding: 20px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  z-index: 9999999;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .showcase_box .buildingname {
    display: inline-block;
  }

  .showcase_box .buildinglistwrapper .buildinglist li.buildingline {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .showcase_box .covervid {
    display: none;
  }

  .showcase_box {
    background-color: rgb(7, 29, 42);
  }

  .showcase_box .buildinglistwrapper .buildinglist li.buildingline {
    min-height: 1px;
    margin-right: 0;
  }
}


/* 项目展示详情页 */

.introslide {
  background-image: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  z-index: 9;
  transition: all 0.1s linear;
}

.showcase-wrapper {
  color: #fff;
}

.showcase-wrapper .section {
  padding: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  min-height: 300px;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.scrollslide .imagezoomcontainer {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  backface-visibility: hidden;
}

.showcase-wrapper .imagezoom {
  animation: imagezoom 15s ease-in-out forwards;
  backface-visibility: hidden;
}

@keyframes imagezoom {
  0% {
    transform: scale3d(1, 1, 1);
  }

  100% {
    transform: scale3d(1.5, 1.5, 1);
  }
}

.introslide h1 {
  margin: 0;
  font-size: 32px;
}

.showcase-wrapper .fullpagecontainer .contentpad h1 {
  margin-top: 0;
  line-height: 1;
}

.showcase-wrapper .fullpagecontainer h2 {
  position: relative;
}

.showcase-wrapper .fullpagecontainer h2 {
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}

.showcase-wrapper .fullpagecontainer h2:after {
  content: '';
  width: 35px !important;
  height: 3px !important;
  bottom: -10px !important;
  position: absolute !important;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  background-color: #ffbf3f;
}

.showcase-wrapper .fullpagecontainer p {
  font-size: 20px;
  margin-top: 20px;
}

.showcase-wrapper .fullpagecontainer .contentpad p {
  margin-top: 48px;
  margin-bottom: 81px;
}

.showcase-wrapper .gradientoverlayright {
  display: none;
  position: absolute;
  background: linear-gradient(to right, rgba(0, 13, 22, 0) 0%, rgba(0, 0, 0, 0.4) 40%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000d16', endcolorstr='#cc000000', gradienttype=1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.showcase-wrapper .fullpagecontainer h1,
.showcase-wrapper .fullpagecontainer h2,
.showcase-wrapper .fullpagecontainer h3,
.showcase-wrapper .fullpagecontainer h4,
.showcase-wrapper .fullpagecontainer h5,
.showcase-wrapper .fullpagecontainer h6 {
  margin-bottom: 10px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99999;
  right: 17px;
}

#fp-nav ul,
.fp-slidesnav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesnav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

#fp-nav ul li a,
.fp-slidesnav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesnav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #ffffff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesnav ul li a.active span,
.fp-slidesnav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

.fp-viewing-1-0 {
  overflow: hidden;
  height: initial;
}

.scrollslide .detailtable {
  position: relative;
  top: 200px;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.2);
}

.scrollslide .fixed {
  position: fixed !important;
  opacity: 1 !important;
  z-index: 1;
}

.scrollslide .imagescroll .comment {
  position: relative;
  top: 350px;
  width: 25%;
  text-align: left;
  opacity: 0;
  background-color: #ffffff;
  color: #041e42;
  padding: 20px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.scrollslide .imagescroll .commentright:before {
  background: url(/uploads/image/iimages/comment-left.png) no-repeat center;
  background-size: contain;
  width: 40%;
  height: 22px;
  content: '';
  position: absolute;
  top: 50%;
  left: -30%;
  transform: rotate(180deg);
}

.showcase-wrapper .commentright small {
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.scrollslide .imagescroll .comment h3 {
  font-size: 30px;
  line-height: 1;
}

.scrollslide .imagescroll .comment p {
  font-size: 17px;
}

.scrollslide .comment div {
  display: none;
}

.scrollslide .comment div.active {
  display: block;
}

.scrollslide .fixed {
  position: fixed !important;
  opacity: 1 !important;
  z-index: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fp-tablecell video {
  /* position: static;
    width: 100%;
    height: 100%;
    object-fit: fill; */
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -100;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.showcase-wrapper .covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-image: url(/uploads/image/iimages/bg22.jpg); */
}

.showcase-wrapper .fullpagecontainer .videoslide h2:after {
  left: 25px;
}

.showcase-wrapper .fullpagecontainer .productslide h2 {
  text-align: center;
}

.quoteslide {
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: none;
}

.showcase-wrapper .fullpagecontainer .quoteslide p {
  font-size: 41px;
  text-align: center;
}

.showcase-wrapper .fullpagecontainer .contactslide {
  text-align: center;
}

.showcase-wrapper .fullpagecontainer .contactslide h2 {
  margin-bottom: 48px;
}

.showcase-wrapper .fullpagecontainer .contactslide h3 {
  font-size: 40px;
  line-height: 1;
}

.fixedfooternav {
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-top: 1px solid #949494;
  text-align: left;
  z-index: 999;
}

.fixedfooternav p {
  font-size: 16px;
  color: #041e42;
}

.fixedfooternav .iconellipsis {
  transition: all 0.4s linear;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(/uploads/image/iimages/ellipsis.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.fixedfooternav .iconellipsis.active {
  transform: rotate(90deg);
  margin-top: -10px;
}

.mobilenav {
  transition: all 0.4s linear;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: -100%;
  z-index: 99;
  background-color: rgba(10, 59, 97, 0.95);
  color: #ffffff;
}

.mobilenav.active {
  bottom: 0;
}

.scrollslide .imagescroll {
  transition: all 0.4s linear;
  position: relative;
  width: 110%;
  overflow-y: scroll;
  padding-right: 12%;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#80000000', endcolorstr='#00000000', gradienttype=1);
}

.scrollslide div.imagescroll::-webkit-scrollbar {
  width: 0;
}

.scrollslide .imagescroll .buildingscrollwrap {
  height: 1900px;
  position: relative;
}

.scrollslide .imagescroll .buildingscrollwrap img {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.carousel-inner {
  overflow: visible;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1
}

.container-fluid td {
  padding: 0;
  border: none;
}

.container-fluid table {
  display: table;
}

.showcase-wrapper .detailtable td td {
  border: 1px solid #ffffff;
  text-align: left;
  padding: 5px;
}

.showcase-wrapper .detailtable em {
  font-style: normal;
  font-size: 16px;
}

.showcase-wrapper .detailtable td td p {
  margin: 0;
  font-size: 20.8px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.mobilenav .buildingdetails {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 100%;
  text-align: center;
  z-index: 999999;
}

.mobilenav .buildingdetails .buildingtitle {
  font-size: 32px;
}

.mobilenav .buildingdetails .buildinglocation:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  width: 0;
  height: 0;
  bottom: -20px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.showcase-wrapper .buildinglistwrapper .buildinglist {
  transition: all 0.4s linear;
  position: absolute;
  transform: none;
  bottom: 50px;
  width: 850px;
  z-index: 9999999;
  list-style-type: none;
  font-size: 0;
  overflow: hidden;
  padding-top: 100px;
  margin-left: 0;
  height: auto;
}

.mobilenav .buildinglistwrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: absolute;
  bottom: 60px;
  height: 80%;
  z-index: 999;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000000', endcolorstr='#a6000000', gradienttype=0);
}

.showcase-wrapper .buildinglistwrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80%;
  z-index: 999;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000000', endcolorstr='#a6000000', gradienttype=0);
}

.showcase-wrapper .gradientoverlayleft {
  display: none;
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 40%, rgba(0, 13, 22, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#cc000000', endcolorstr='#00000d16', gradienttype=1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.showcase-wrapper .gradientoverlay {
  display: none;
  background: linear-gradient(to bottom, rgba(0, 13, 22, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#80000d16', endcolorstr='#cc000000', gradienttype=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.showcase-wrapper .productslide {
  background-size: cover;
  background-position: center;
  text-align: center;
}

.showcase-wrapper .productslide p {
  margin-bottom: 40px;
}

.showcase-wrapper .fullpagecontainer .contactslide p {
  margin-bottom: 38px;
}

.showcase-wrapper .fullpagecontainer .contactslide .otis_button {
  margin-top: 40px;
}

.introslide .bannerimg {
  min-height: 300px;
  background-size: cover;
}

.showcase-wrapper .bannerimg {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .showcase-wrapper .section {
    padding: 0 5.3%;
    min-height: 0;
  }

  .showcase-wrapper .fullpagecontainer .section.scrollslide {
    padding: 0;
  }

  .showcase-wrapper .fullpagecontainer .section.scrollslide .container-fluid {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .introslide h1 {
    margin: 0.67em;
  }

  .showcase-wrapper .fullpagecontainer h2 {
    font-size: 48px;
  }

  .showcase-wrapper .fullpagecontainer h2:after {
    content: '';
    width: 52px !important;
    height: 5px !important;
    bottom: -27px !important;
    position: absolute !important;
  }

  .showcase-wrapper .productslide .col-md-6 {
    padding: 0 50px;
    text-align: center;
    padding: 0px 70px;
  }
}

@media (min-width: 1200px) {
  .showcase-wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .showcase-wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }

  .showcase-wrapper .col-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
  }

  .showcase-wrapper .col-lg-8 {
    width: 66.66666667%;
  }

  .showcase-wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .showcase-wrapper .col-md-6 {
    width: 55%;
  }

  .videoslide .container-fluid,
  .videoslide .col-xs-12 {
    padding: 0;
  }
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tablecell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

@media (max-width: 991px) {
  .introslide {
    background-image: none !important;
  }

  .showcase-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .introslide h1 {
    font-size: 28.8px;
  }

  .showcase-wrapper .fullpagecontainer h2 {
    font-size: 16px;
  }

  .introslide .textcontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .showcase-wrapper .fullpagecontainer .contentpad {
    padding: 25px;
    background-color: #ffffff;
    color: #333333;
  }

  .showcase-wrapper .fullpagecontainer p {
    font-size: 15px;
  }

  .showcase-wrapper .fullpagecontainer .contentpad p {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .showcase-wrapper .fullpagecontainer .scrollslide .contentpad p {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .showcase-wrapper .bannerimg img {
    width: 100%;
  }

  .showcase-wrapper .fullpagecontainer .contentpad h3 {
    font-size: 32px;
    text-align: center;
  }

  .videoslide .covervid-wrapper {
    background-image: none !important;
  }

  .showcase-wrapper .fullpagecontainer h2 {
    text-align: center;
    font-size: 20px;
  }

  .showcase-wrapper .fullpagecontainer h2:after {
    left: 50% !important;
    bottom: -11px !important;
  }

  .showcase-wrapper .fullpagecontainer .contentpad p {
    text-align: center;
  }

  .showcase-wrapper .fullpagecontainer .quoteslide p {
    font-size: 15px;
  }

  .showcase-wrapper .fullpagecontainer .quoteslide .col-sm-12 {
    padding: 0;
  }

  .showcase-wrapper .fullpagecontainer .contentpad h3 {
    font-size: 24px;
    text-align: center;
    font-family: 华文黑体;
  }

  .showcase-wrapper .fullpagecontainer .contactslide .otis_button {
    color: #333333;
    border: 2px solid #333333;
  }

  .showcase-wrapper .fullpagecontainer a {
    color: #0032a0;
    text-decoration: underline;
  }

  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
  }

  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 24px;
    display: none;
  }

  .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
  }

  .carousel-control.right {
    left: auto;
    right: 0;
  }

  .glyphicon-chevron-left {
    margin-left: -15px;
  }

  .glyphicon-chevron-left:before {
    content: '';
    width: 20px;
    height: 24px;
    background: url(/uploads/image/iimages/arrow11-1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
  }

  .glyphicon-chevron-right:before {
    content: '';
    width: 20px;
    height: 24px;
    background: url(/uploads/image/iimages/arrow11.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
  }

  .carousel-inner .swiper-button {
    width: 20px;
    height: 24px;
    position: absolute;
    top: 50%;
    z-index: 22;
    transform: translatey(-50%);
  }

  .carousel-inner .button-next {
    background: url(/uploads/image/iimages/arrow11.png) no-repeat center;
    background-size: contain;
    right: -21px;
  }

  .carousel-inner .button-prev {
    background: url(/uploads/image/iimages/arrow11-1.png) no-repeat center;
    background-size: contain;
    left: -21px;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .showcase-wrapper .fullpagecontainer .contactslide .otis_button {
    text-decoration: none;
  }
}


/* 搜索结果页 */

.guide-new-box {
  padding: 20px 0 10px;
}

.guide-new-box .col-md-4 {
  float: left;
}

.guide-new-box .txt {
  color: #ffbf3f;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .guide-new-box .col-md-4 {
    max-width: 33.333333%;
    padding: 0 15px;
  }
}

.guide-new-box select {
  font-size: 24px;
  color: #041e42;
  border-bottom: 1px solid rgba(158, 151, 142, 0.5);
  padding: 5px 50px 5px 0;
  width: 100%;
  line-height: 33px;
  height: 45px;
  transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/uploads/image/iimages/arrow03.png) no-repeat right 10px center;
  background-size: 30px auto;
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}

.guide-new-box select:hover {
  background: #f3f3f3 url(/uploads/image/iimages/arrow03.png) no-repeat right 10px center;
  background-size: 30px auto;
  color: #041e42;
  padding-left: 10px;
}

.guide-new-box .selectbox {
  position: relative;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.guide-new-box select option {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid rgba(4, 30, 66, 0.2);
}

.guide-new-box .selectbox {
  position: relative;
  height: 45px;
  border-bottom: 1px solid rgba(158, 151, 142, 0.5);
}

.guide-new-box .diy_select_txt {
  width: 80%;
  height: 45px;
  overflow: hidden;
  float: left;
  line-height: 45px;
  font-size: 24px;
  font-size: 16px;
  color: #041e42;
  transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out;
  cursor: pointer;
}

.guide-new-box .diy_select_txt:hover {
  padding-left: 10px;
}

.guide-new-box .diy_select_btn {
  width: 45px;
  height: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(/uploads/image/iimages/arrow03.png) no-repeat right 10px center;
  background-size: 30px auto;
}

.guide-new-box .diy_select_txt a {
  color: #333;
}

.guide-new-box .diy_select_list {
  position: absolute;
  top: 45px;
  left: -1px;
  z-index: 9;
  width: 98.3%;
  max-height: 176px;
  display: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 4px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
  border-top: none;
  overflow: hidden;
}

.guide-new-box .diy_select_list .select_list_box {
  width: 100%;
  max-height: 159px;
  overflow: hidden;
}

.guide-new-box .diy_select_list ul {
  width: 100%;
}

.guide-new-box .diy_select_list .select_list_box.scrollbox {
  height: 190px;
}

.guide-new-box .diy_select_list .mcsb_inside>.mcsb_container {
  margin: 0;
}

.guide-new-box .diy_select_list li {
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  padding-left: 32px;
  padding: 0 5px;
  margin-bottom: 4px;
  overflow: hidden;
  /* border-bottom: 1px solid rgba(4, 30, 66, 0.2); */
  color: #333;
  font-size: 16px;
}

.guide-new-box .diy_select_list li a {
  color: #0032a0;
  overflow: hidden;
  word-spacing: nowrap;
}

.guide-new-box .diy_select_list li:hover {
  background: #e7e7e7;
}

.guide-new-box .diy_select_list li:hover a {
  color: #c10001;
}

.guide-new-box .more {
  transition: all 0.4s linear;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  background-color: #ffbf3f;
  border: 2px solid #ffbf3f;
  margin: 30px auto 20px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  height: 48px;
}

.guide-new-box .more>a {
  display: block;
  color: #ffffff !important;
}

.more:hover {
  background-color: transparent;
}

.guide-new-box .more:hover>a {
  color: #041e42 !important;
}

@media only screen and (min-width: 992px) {
  .guide-new-box {
    padding: 30px 0 10px;
  }

  .guide-new-box .more {
    max-width: 250px;
  }

  .guide-new-box .container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .guide-new-box .more {
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .col-md-4 {
    padding: 0;
  }

  .guide-new-box .col-md-4 {
    margin-bottom: 10px;
  }

  .guide-new-box .txt {
    margin-bottom: 0;
  }

  .col-md-4 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .col-xs-12 {
    padding: 0 15px;
  }

  .guide-new-box select {
    font-weight: normal;
  }

  .guide-new-box .more {
    margin: 20px auto;
  }
}

.crumbs.breadcrumbs_wrapper {
  padding: 15px 0;
  background-color: #213570;
  border: none;
}

.breadcrumbs_wrapper .crumbs-list li a,
.breadcrumbs_wrapper .crumbs-list li.active a {
  color: #fff;
}

.breadcrumbs_wrapper .crumbs-list li a:after {
  background: url(/uploads/image/iimages/arrow06-1.png) no-repeat center center;
  background-size: 8px auto;
}

.breadcrumbs_wrapper .results {
  color: #fff;
}

.home-results h1.results {
  font-size: 2em;
  margin: 0.67em 0;
}

.home-results-tiles {
  background-color: #213570;
  overflow: hidden;
}

.home-results-tile {
  position: relative;
  border-bottom: 2px solid #ffffff;
  min-height: 240px;
  width: 100%;
  float: left;
  overflow: hidden;
  border-right: 2px solid #ffffff;
}

.home-results-tile .content-wrapper {
  display: table;
  height: 498px;
  width: 100%;
  background: #ffffff;
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #b1b1b1 100%);
  background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #b1b1b1 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #b1b1b1 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#b1b1b1', gradienttype=1);
}

.home-results-tile.small-tile-wrapper .content-wrapper {
  height: 298px;
}

.home-results-tile .inner-content {
  display: table-cell;
  vertical-align: top;
  padding: 20px 15px 86px;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.home-results-tile .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(to bottom, #010101 0%, rgba(1, 1, 1, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#010101', endcolorstr='#00010101', gradienttype=0);
}

.home-results-tile .inner-content .recommended {
  position: relative;
  display: block;
  z-index: 2;
  color: #ffffff;
}

.home-results-tile .inner-content h2 {
  position: relative;
  line-height: 1.2em;
  display: inline-block;
  color: #ffffff;
  z-index: 2;
  max-width: 450px;
  text-shadow: 0px 0px 30px black;
  font-size: 24px;
  margin: 0 0 25px;
}

.home-results-tile .inner-content h2:after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: -5px;
  position: absolute;
  background-color: #ffbf3f;
  left: 0;
}

.home-results-tile .inner-content h2 a:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.25s width ease-in-out;
  overflow: hidden;
}

.home-results-tile .inner-content h2 a:hover:after {
  width: 100%;
}

.small-tile-wrapper.home-results-tile {
  height: 300px;
}

.home-results-tile.small-tile-wrapper .inner-content h2 {
  margin: 0 0 24px;
}

.no-border {
  border-right: 0;
}

@media only screen and (min-width: 480px) {
  .home-results-tile .content-wrapper:before {
    top: inherit;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00010101', endcolorstr='#010101', gradienttype=0);
  }

  .home-results-tile .inner-content {
    padding: 20px 86px 20px 15px;
    vertical-align: bottom;
  }

  .small-tile-wrapper.home-results-tile {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .home-results-tile {
    min-height: 300px;
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .home-results-tile .content-wrapper {
    /* height: 498px; */
  }

  .home-results-tile.small-tile-wrapper .content-wrapper {
    height: 298px;
  }
}

@media only screen and (min-width: 992px) {
  .home-results-tile {
    min-height: 400px;
  }

  .home-results-tile.small-tile-wrapper {
    min-height: 300px;
  }

  .home-results-tile .inner-content {
    padding: 20px 86px 20px 20px;
  }

  .home-results-tile .inner-content .recommended {
    font-size: 18px;
  }

  .home-results-tile .inner-content h2 {
    font-size: 32px;
  }

  .home-results-tile .inner-content h2:after {
    width: 52px;
    height: 5px;
    bottom: -21px;
  }

  .home-results-tile.small-tile-wrapper .inner-content h2:after {
    bottom: -19px;
  }

  .small-tile-wrapper.home-results-tile {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .home-results-tile {
    min-height: 500px;
  }

  .home-results-tile.small-tile-wrapper {
    min-height: 300px;
  }

  .home-results-tile .inner-content .recommended {
    font-size: 20px;
    line-height: 1.1;
  }

  .home-results-tile .inner-content h2 {
    font-size: 36px;
  }

  .home-results-tile.small-tile-wrapper .inner-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .home-results-tile .inner-content h2 {
    line-height: 1.1;
  }

  .home-results-tile .inner-content h2:after {
    bottom: -9px;
  }

  .home-results-tile.small-tile-wrapper .inner-content {
    vertical-align: bottom;
    padding: 20px 15px;
  }

  .home-results-tile.small-tile-wrapper .content-wrapper:before {
    top: inherit;
    bottom: 0;
    left: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00010101', endcolorstr='#010101', gradienttype=0);
  }
}


/* 电梯产品 */

.eq-layout .searchbox {
  padding: 5.2em 0 4.4em;
  width: 774px;
  margin: 0 auto;
}

.eq-layout .search-txt {
  font-size: 2.4em;
  color: #041e42;
  text-align: center;
  line-height: 1.14em;
  text-align: center;
}

.eq-layout .search-cont {
  margin: 1.7em 0 11px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.eq-layout .search-cont input {
  width: 100%;
  height: 3.1em;
  border: 1px solid #dbd9d6;
  line-height: 3.1em;
  padding-left: 18px;
  font-size: 18px;
  padding-right: 75px;
  color: #041e42;
  background: #f5f5f7;
  transition: all 0.3s;
}

.eq-layout .search-cont .btnss {
  width: 69px;
  height: 100%;
  background:  no-repeat center center;
  background-size: 1.5em auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.eq-layout .search-cont:hover input {
  border: 1px solid #333333;
}

.eq-layout .search-cont:hover .btnss {
  background:  no-repeat center center;
  background-size: 1.5em auto;
}

.eq-layout .search-tip {
  padding-left: 17px;
  line-height: 22px;
  color: #041e42;
  font-size: 16px;
}

.eq-layout .search-tip span {
  color: #ca9f53;
  font-family: arial;
  margin-right: 25px;
}

.eq-layout .topics {
  padding: 5.35em 25.3% 3.5em;
  background: no-repeat center center;
  background-size: cover;
}

.eq-layout .topics .topics__list {
  position: relative;
  /* background:  no-repeat top 39px center;
    background-size: 75px auto; */
  overflow: hidden;
}

.eq-layout .topics .topics__list>li {
  /* float: left; */
  width: 50%;
  text-align: center;
  cursor: pointer;
  margin: auto;
}

.eq-layout .topics .topics__list>li:nth-child(2) {
  display: none;
}

.eq-layout .topics__link {
  display: block;
  color: #fff !important;
}

.eq-layout .topics__link:before {
  display: block;
  width: 7.65em;
  height: 7.65em;
  margin: 0 auto;
  background-repeat: no-repeat;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eq-layout .topics__link.topics__icotype1:before {
  background-image: ;
  background-size: contain;
}

.eq-layout .topics__link.topics__icotype2:before {
  background-image: ;
  background-size: contain;
}

.eq-layout .topics__link-text {
  display: block;
  margin-top: 34px;
  word-wrap: break-word;
  font-size: 28px;
  line-height: 38px;
}

.eq-layout .topics__link-more {
  padding-bottom: 21px;
  margin-top: 7px;
  line-height: 26px;
  font-size: 16px;
}

.eq-layout .topics__link-more span {
  position: relative;
}

.eq-layout .topics__link-more span::after {
  content: '';
  top: 0;
  right: -44%;
  position: absolute;
  width: 33px;
  height: 25px;
  background: url(/uploads/image/iimages/ph-nav-lv2-morebg.png) no-repeat center center;
  background-size: 12px auto;
}

.eq-layout .topics li.active-class .topics__icotype1:before {
  background-image: url(/uploads/image/iimages/new-iconbg03-1.png);
  background-size: contain;
}

.eq-layout .topics li.active-class .topics__icotype2:before {
  background-image: ;
  background-size: contain;
}

.eq-layout .topics li.active-class .topics__link-more span:after {
  top: auto;
  bottom: -21px;
  left: 50%;
  width: 30px;
  height: 22px;
  margin-left: -12px;
  background-image: url(/uploads/image/iimages/ph-nav-lv3-morebg.png);
  background-size: 30px auto;
}

.eq-layout .topics li:hover .topics__icotype1:before {
  background-image: url(/uploads/image/iimages/new-iconbg03-1.png);
  background-size: contain;
}

.eq-layout .topics li:hover .topics__icotype2:before {
  background-image: ;
  background-size: contain;
}

.select-product__wrap {
  overflow: hidden;
  height: 118px;
}

.select-product__wrap .select-product {
  display: none;
  background: #f2f2f5;
}

.select-product:nth-child(1) {
  display: block;
}

.select-product__wrap .global-inner {
  width: 86%;
  max-width: 1200px;
}

.select-product.smallseven .swiper-wrapper {
  justify-content: center;
  display: flex;
}

.select-product__wrap .cell {
  width: 16.6%;
  border-left: 1px solid #e3e3e6;
  float: left;
  font-family: arial;
}

.select-product__wrap .cell:nth-child(2) {
  width: 15.4%;
}

.select-product__wrap .cell:nth-child(7) {
  width: 11.5%;
}

.select-product__wrap .cell:nth-child(3),
.select-product__wrap .cell:nth-child(4),
.select-product__wrap .cell:nth-child(5),
.select-product__wrap .cell:nth-child(6) {
  width: 13.6%;
}

.select-product__wrap .nav-pill {
  font-size: 18px;
  line-height: 20px;
  padding: 0 13px;
  color: #061d41;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  height: 6.6em;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}

.select-product__wrap .nav-pill::before {
  content: '';
  width: 3px;
  height: 46px;
  position: absolute;
  left: -1px;
  top: 1.9em;
  background: #d7d7d9;
  transition: all .3s ease;
}

.select-product__wrap .cell:hover .nav-pill::before {
  background: #041e42;
}

.eq-layout .advantages {
  padding: 4.3em 0 5.9em;
  max-width: 1300px;
  width: 86%;
  margin: auto;
}

.eq-layout .advantages .title {
  color: #061d41;
  font-size: 2.4em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 26px;
}

.eq-layout .advantages .advlist {
  overflow: hidden;
  /* display: flex;
    flex-wrap: wrap;
    justify-content:center; */
}

.eq-layout .advlist>li {
  border-bottom: 2px solid #e6e6e8;
  width: 26.7%;
  height: 8.7em;
  height: 7em;
  background: url(/uploads/image/iimages/new-icon05-1.png) no-repeat right 5px top;
  background-size: 4.2em auto;
  position: relative;
  margin-top: 33px;
  float: left;
  margin-right: 8.4%;
}

.eq-layout .advlist>li:nth-child(3n) {
  margin-right: 0;
}

.eq-layout .advlist>li .txt {
  font-size: 24px;
  color: #061d41;
  line-height: 1.45em;
  margin-top: 26px;
}

.eq-layout .advlist>li:nth-child(7) {
  border: none;
  background: transparent;
}

.eq-layout .advlist>li .tit {
  font-size: 16px;
  color: #4b5973;
  line-height: 25px;
  margin: 9px 0 18px;
  display: none;
}

.eq-layout .advlist>li .btn-text {
  color: #061d41;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  display: none;
}

.eq-layout .advlist>li .btn-text::after {
  display: inline-block;
  margin-top: -1px;
  width: 10px;
  height: 24px;
  background:  no-repeat center center;
  background-size: 7px auto;
  vertical-align: middle;
  content: '';
  -webkit-transform: scale(1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.eq-layout .advlist>li:hover .btn-text::after {
  margin-left: 10px;
}

.eq-layout .advlist>li .img {
  width: 4.2em;
  height: 4.2em;
  background: no-repeat center center;
  /* background-size: cover; */
  position: absolute;
  top: 0;
  right: 5px;
}

@media (max-width:1366px) {
  .eq-layout .advlist>li .txt {
    font-size: 22px;
  }
}

@media (max-width:1280px) {
  .select-product__wrap .nav-pill {
    font-size: 16px;
  }

  .eq-layout .advlist>li .txt {
    font-size: 20px;
  }

  .eq-layout .advlist>li .tit {
    font-size: 14px;
  }

  .eq-layout .advlist>li .btn-text {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .eq-layout .advlist>li .txt {
    font-size: 18px;
  }
}

@media (max-width:787px) {
  .select-product__wrap {
    height: 0.8rem;
  }

  .eq-layout .topics li.active-class .topics__link-more span:after {
    background-size: 0.3rem auto;
  }

  .eq-layout .searchbox {
    padding: 3em 0.18rem;
    width: 100%;
  }

  .eq-layout .search-txt {
    font-size: 0.3rem;
  }

  .eq-layout .search-cont input {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.18rem;
  }

  .eq-layout .search-tip {
    padding-left: 0.17rem;
    line-height: 0.22rem;
    color: #041e42;
    font-size: 0.16rem;
  }

  .eq-layout .topics {
    padding: 0.5rem 0.18rem;
  }

  .eq-layout .topics .topics__list {
    background:  no-repeat top 0.39rem center;
    background-size: 0.5rem auto;
  }

  .eq-layout .topics__link:before {
    width: 1rem;
    height: 1rem;
  }

  .eq-layout .topics__link-text {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .eq-layout .topics__link-more {
    padding-bottom: 0.22rem;
    margin-top: 0;
    line-height: 0.25rem;
  }

  .eq-layout .topics__link-more::after {
    top: 0px;
    right: 21%;
    width: 0.33rem;
    height: 0.25rem;
    background-size: 0.12rem auto;
  }

  .eq-layout .topics li.active-class .topics__link-more:after {
    background-size: 0.3rem auto;
  }

  .select-product__wrap .select-product {
    display: block;
    opacity: 0;
  }

  .select-product__wrap .select-product.show {
    opacity: 1;
  }

  .select-product__wrap .global-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .select-product__wrap .cell {
    border-left: 1px solid #e3e3e6;
    float: left;
    width: 33.33% !important;
    opacity: 0.6;
  }

  .select-product__wrap .cell.swiper-slide-active {
    opacity: 1;
  }

  .smallthree .cell {
    opacity: 1;
  }

  .select-product__wrap .nav-pill {
    height: 0.8rem;
    font-size: 0.16rem;
  }

  .select-product__wrap .nav-pill::before {
    height: 0.4rem;
    top: 25%;
  }

  .eq-layout .advantages {
    padding: 0.5rem 0;
  }

  .eq-layout .advantages .title {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.26rem;
  }

  .eq-layout .advlist>li {
    width: 100%;
    margin-right: 0;
  }

  .eq-layout .advlist>li:nth-child(7) {
    display: none;
  }

  .eq-layout .advlist>li .img {
    background-size: cover;
  }
}


/* 网站地图 */

.sitemap_header {
  font-size: 40px;
  color: #041e42;
  margin: 0.67em 0 50px;
  font-weight: bold;
}

.sitemap_inner h2 {
  font-size: 20.8px;
  color: #b2b2b2;
  border-bottom: 1px solid #041e42;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.sitemap_inner ul li {
  list-style: none;
  font-size: 14.4px;
  line-height: 33.6px;
}

.sitemap_inner ul li a {
  color: #041e42;
  text-decoration: none;
}

.sitemap_inner ul li .sub_items {
  padding-left: 40px;
}

.sitemap_inner ul li {
  list-style: none;
  font-size: 14.4px;
  line-height: 33.6px;
}

.sitemap_inner ul li a {
  color: #041e42;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .websit_box .col-md-4 {
    max-width: 33.33333333%;
    float: left;
    padding: 0 15px;
  }
}


/* 顶部搜索结果页 */

.box_search .otis_form.grey_form {
  background-color: #eceae8;
}

.box_search .otis_form input[type="text"],
.otis_form input[type="email"],
.otis_form textarea {
  min-width: 100%;
  min-height: 52px;
  border: none;
  padding-left: 15px;
  font-size: 16px;
  background-color: #ffffff;
  margin-top: 10px;
  color: #555;
}

.box_search .otis_form.grey_form .otis_submit {
  transition: all 0.4s ease-out;
  border: 2px solid #041e42;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #041e42 !important;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
}

.box_search .otis_form.grey_form .otis_submit:hover {
  background-color: #213570;
  text-decoration: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.header-elements {
  position: relative;
}

.header-elements .top-lists {
  padding: 0 15px;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.header-elements .top-lists ul.left {
  margin: 21px 0;
  font-size: 20px;
}

.header-elements ul li {
  display: inline;
}

.header-elements .top-lists ul.left li {
  margin: 0 9px;
  padding-bottom: 13px;
  cursor: pointer;
}

.header-elements .top-lists ul.left li.active {
  border-bottom: #333 solid 2px;
}

.header-elements .top-lists ul.left li:first-child {
  margin-left: 0;
}

.header-elements .top-lists ul.left li a {
  text-decoration: none;
  color: #333;
}

.box_search_layout select {
  font-size: 16px;
  width: 265px;
  height: 54px;
  border: 1px solid #e1edfd;
  padding: 16px 25px 16px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(/uploads/image/iimages/arrow07.png) no-repeat right 15px center;
  background-size: 8px auto;
}

.box_search_layout select:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 5px auto -webkit-focus-ring-color !important;
}

.section-headline {
  font-size: 32px;
  color: #041e42;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative;
}

.section-headline:after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: -5px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  background-color: #ffbf3f;
}

.box_search_layout {
  padding-bottom: 40px;
}

.box_search_layout .inner-pages {
  float: right;
  margin: 0;
  padding-left: 0;
  border-radius: 4px;
}

.box_search_layout .inner-pages a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
  font-size: 16px;
  color: #041e42;
  text-decoration: underline;
}

.box_search_layout .num-page {
  display: inline-block;
}

.box_search_layout .inner-pages a.on {
  border: 1px solid #003d7e;
  border-radius: 50%;
  text-decoration: none;
}

.box_search_layout .inner-pages a:hover {
  color: #949494;
  text-decoration: none;
}

.box_search_layout .inner-pages .next-page,
.box_search_layout .inner-pages .prev-page {
  text-decoration: none;
}

.box_search_layout .results_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.result_strip {
  padding: 25px 0;
  overflow: hidden;
  border-bottom: 1px dotted #949494;
}

.result_strip:first-child {
  border-top: 1px dotted #949494;
}

.result_strip img {
  max-width: 100%;
  height: auto !important;
}

.result_strip h3 {
  font-size: 28.8px;
}

.result_strip h3 a {
  text-decoration: underline !important;
  color: #041e42 !important;
}

.result_strip h3 a:hover {
  color: #0032a0 !important;
}

.result_strip .search_category {
  font-size: 19.2px;
  padding: 10px 0;
}

.result_strip .search_category a {
  color: #041e42 !important;
  text-decoration: underline !important;
}

.result_strip .news-date {
  padding-right: 5px;
}

.result_strip .search_link {
  font-size: 19.2px;
  color: #041e42 !important;
  text-decoration: underline !important;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}

.result_strip p {
  display: inline;
  font-size: 16px;
}

.result_strip .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #041e42;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #041e42;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .box_search .col-lg-10 {
    width: 83.33333333%;
    float: left;
    padding-left: 0;
  }

  .box_search .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }

  .box_search_layout .col-lg-3 {
    width: 25%;
    float: left;
  }

  .box_search_layout .col-lg-9 {
    width: 75%;
    float: left;
  }

  .box_search_layout .container>div {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .otis_form.grey_form .otis_submit {
    min-width: 200px;
  }

  .section-headline {
    font-size: 40px;
    margin: 0 0 50px;
  }

  .result_strip .otis_button {
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .header-elements .m-filter-header {
    display: none;
  }

  .header-elements .m-filter-select select {
    display: none;
  }

  .header-elements .col-xs-12 {
    padding: 0;
  }

  .section-headline {
    font-size: 48px;
  }

  .section-headline:after {
    content: '';
    width: 52px !important;
    height: 5px !important;
    bottom: -5px !important;
  }
}

@media only screen and (max-width: 991px) {
  .otis_form.grey_form .otis_submit {
    width: 100%;
    margin: 20px auto;
  }

  .header-elements {
    margin-top: 20px;
  }

  .header-elements .m-filter-header {
    font-size: 24px;
    font-family: "华文黑体";
  }

  .box_search_layout .m-filter-select select {
    margin-top: 20px;
    height: 40px;
    background-color: #e5e5e5;
    padding: 0 10px;
    font-size: 18px;
  }

  .box_search_layout select {
    width: 100%;
  }

  .search_filters {
    margin: 10px 0;
  }

  .result_strip h3 {
    padding-top: 30px;
  }

  .result_strip .news-date {
    display: inline-block;
  }
}


/* 20200831 gxb start */


/* 搜索结果 */

@media only screen and (min-width: 992px) {
  .section-headline {
    font-size: 42px;
  }

  .box_search_layout select {
    width: 262.5px;
    border: 1px solid #e1edfd;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .otis_form.grey_form .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .otis_form.grey_form .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* 联系人 */

.contact_box .officebox .address .en {
  display: block;
}

@media only screen and (min-width: 992px) {
  .contact_box .officesection h2 {
    font-size: 42px;
  }

  .fluid-word h3 {
    font-size: 42px;
  }

  .fluid-word .lead {
    font-size: 22px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .fluid-word .lead {
    font-size: 20px;
  }
}

@media only screen and (min-width:768px) {
  .grid-tiles .tile-foot .foot-inner h2 {
    font-size: 20px;
  }

  .grid-tiles .tile-foot .foot-inner p {
    font-size: 14px;
  }

  .meettheteam-layout .full_width_strip h3 {
    font-size: 24px;
    padding: 0 5px
  }

  .meettheteam-layout .full_width_strip h3 span {
    display: block;
  }

  .meettheteam-layout .full_width_strip p {
    font-size: 16px;
  }
}


/* 创新 */

@media only screen and (min-width: 992px) {
  .innovators-layout .full_width_strip h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width:768px) {
  .innovators-layout .blueprint p {
    font-size: 18px;
  }
}


/* 20200831 gxb end */


/* 乘客体验 */

.passenger-box .bannerbox .otis_button {
  margin-top: 79px;
  color: #fff;
}


/* 服务数字化 */

.intelligent {
  padding-top: 78px;
  background-color: #ebeae8;
  text-align: center;
}

.intelligent h2.tieletxt {
  color: #041e42;
  font-size: 33.6px;
  position: relative;
  margin-bottom: 88px;
  line-height: 1;
  margin-top: 10px;
  font-family: '华文黑体', stheiti;
  text-align: center;
  display: inline-block;
}

.intelligent h2.tieletxt:before {
  content: '';
  width: 30px;
  height: 30px;
  left: -30px;
  bottom: -15px;
  position: absolute;
  border-left: solid 4px #ffbf3f;
  border-bottom: solid 4px #ffbf3f;
}

.intelligent h2.tieletxt:after {
  content: '';
  width: 30px;
  height: 30px;
  top: -10px;
  right: -30px;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.intelligent .intell_list_bot {
  position: relative;
  z-index: 3;
  box-shadow: 3px 5px 9px 0px rgba(217, 216, 215, 1);
}

.intelligent .intell_list {
  padding-bottom: 41px;
  width: 67.7%;
  margin: auto;
}

.intelligent .intell_list li {
  width: auto;
  margin-right: 86px;
  position: relative;
  cursor: pointer;
}

.intelligent .intell_list li.on:after {
  content: '';
  width: 43px;
  height: 27px;
  background: url(/uploads/image/iimages/after.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -21.5px;
  bottom: -68px;
}

.intelligent .intell_list .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 11px;
}

.intelligent .intell_list h2 {
  font-size: 18px;
  color: #041e42;
  text-align: center;
  line-height: 22px;
}

.intelligent-bot {
  position: relative;
  text-align: left;
}

.intelligent-bot .bg {
  max-width: 100%;
  position: absolute;
  display: block;
  z-index: 2;
}

.intelligent-bot .bg.bg1 {
  left: 0;
}

.intelligent-bot .bg.bg2 {
  right: 0;
}

.intelligent-bot .bg01 {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
}

.particle-canvas {
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 260px;
  /* padding-top: 72px; */
}

.particle-canvas canvas {
  position: absolute !important;
  top: 0;
}

.intelligent-bot .tab-box {
  width: 67.7%;
  margin: 0 auto;
  padding-top: 74px;
  position: relative;
  z-index: 3;
}

.intelligent-bot .tab-box-item {
  display: none;
}

.intelligent-bot .tab-box-item.on {
  display: block;
}

.intelligent-bot .tit {
  color: #041e42;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 6px;
}

.intelligent-bot .doc p {
  color: #041e42;
  font-size: 17px;
  line-height: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .intelligent .intell_list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .intelligent .intell_list li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .intelligent .intell_list li {
    margin-right: 4em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .intelligent .intell_list li {
    margin-right: 1.3em;
  }
}

@media only screen and (min-width: 768px) {
  .intelligent h2.tieletxt {
    font-size: 48px;
  }

  .intelligent h2.tieletxt:after {
    /*width: 52px;
        height: 5px;
        bottom: -28px;*/
  }
}

@media only screen and (max-width: 991px) {
  .intelligent .intell_list {
    width: 100%;
    padding: 0 15px 40px;
  }

  .intelligent .intell_list li {
    margin-right: 20px;
  }

  .particle-canvas {
    min-height: 230px;
  }

  .intelligent-bot .tab-box {
    width: 100%;
    /* padding: 74px 15px; */
    padding: 50px 15px;
  }

  .intelligent-bot .tab-box-item .doc b {
    display: block;
  }

  .digitalservice-layout .word-strip h2 b {
    display: block;
  }

  .digitalservice-layout .word-strip .doc b {
    display: block;
  }

  .digitalservice-layout .hero_image {
    background-image: none !important;
    min-height: auto;
  }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  .intelligent-bot .doc p b {
    display: block;
  }
}


/*** 2021.1.14 ***/

.tier-hero {
  position: relative;
  width: 100%;
  height: 300px;
  background:  no-repeat center center #041e42;
  background-size: cover;
}


/* .tier-hero.animate:after {
    height: 150px;
    transition: height .5s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: height .5s cubic-bezier(.645,.045,.355,1);
    transition-delay: 1s;
} */


/* .tier-hero:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -75px;
    width: 0;
    height: 0;
    border-left: 1px solid #eceae8;
    z-index: 99
} */

.tier-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
}

.tier-hero .container {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%)
}

.tier-hero .heading {
  color: #fff;
  font-size: 4em;
  line-height: 1.25;
}

.tier-hero .hero-content {
  opacity: 0;
  transform: translatey(180px);
  -webkit-transform: translatey(180px);
  transition: transform .75s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: -webkit-transform .75s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
}

.tier-hero.animate .hero-content {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
  transition-delay: .1s
}

.gdprice-box .content {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  color: #041e42;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 55px 0 30px;
  opacity: 0;
  transform: translatey(180px);
  -webkit-transform: translatey(180px);
  transition: transform .75s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: -webkit-transform .75s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
}

.gdprice-box.animate .content {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
  transition-delay: .1s;
}

.gdprice-box .content p {
  margin-bottom: 20px;
}

@media screen and (max-width:991.98px) {
  .tier-hero {
    height: 500px
  }
}

@media screen and (max-width: 767.98px) {
  .tier-hero {
    height: 300px
  }

  .tier-hero.animate:after,
  .tier-hero:after {
    bottom: -50px;
    height: 100px
  }

  .tier-hero .hero-content {
    transform: translatey(0);
    opacity: 1
  }

  .tier-hero .heading {
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 991px) {
  .intelligent h2.tieletxt:before {
    width: 0.3rem;
    height: 0.3rem;
    left: -20px;
  }

  .intelligent h2.tieletxt:after {
    width: 0.3rem;
    height: 0.3rem;
    right: -20px;
  }

  .innovative h2::before {
    width: 0.3rem;
    height: 0.3rem;
    left: 0;
    bottom: 0;
  }

  .innovative h2::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0;
    top: 0;
  }

  .innovative h2 {
    padding: .16rem;
  }

}

.oe8000_box .word-strip h2 {
  max-width: inherit;
}

.contact_box .bannerbox h1::after {
  display: block;
}

.bannerbox h1::after {
  content: '';
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  position: absolute;
  border-right: solid 4px #ffbf3f;
  border-top: solid 4px #ffbf3f;
}

.careers-box .otis_button {
  display: block;
  width: 200px;
  margin: 0 auto;
}

/**** 2021.4.8 ***/
.about-layout .blueprint {
  text-align: center;
}
.about-layout .blueprint .col-lg-10{
	max-width: 950px;
	margin: 0 auto;
}

/* 2021.5.31 */
.tier-hero .subtit{
  font-size: 3em;
  line-height: 1.25;
  color: #fff;
}
.bomco-row{
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.bomco-col1{
  width: 36%;
  float: left;
  padding-right: 20px;
  align-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
}
.bomco-col1 .tit{
  font-size: 30px;
  line-height: 36px;
  color: #213570;
}
.bomco-col2{
  width: 64%;
  float: left;
}
.bomco-list{
  overflow: hidden;
  margin: -20px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  padding: 20px 0;
}
.bomco-list > li{
  padding: 0 20px;
}
.bomco-list .box{
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
  padding: 33px 0 28px;
}
.bomco-list .icon{
  display: block;
  margin: 0 auto 20px;
}
.bomco-list .icon img{
  height: 95px;
  display: block;
  margin: 0 auto;
}
.bomco-list .tit{
  font-size: 16px;
  line-height: 24px;
  color: #213570;
}
@media screen and (max-width: 991.98px) {
  .gdprice-box .content{
    padding: .4rem 0 .5rem;
  }
  .tier-hero .heading{
    font-size: .4rem;
  }
  .tier-hero .subtit{
    font-size: .28rem;
    line-height: .48rem;
  }
  .bomco-row{
    display: block;
    padding: 0;
    overflow: visible;
  }
  .bomco-col1{
    width: 100%;
    float: none;
  }
  .bomco-col1 .tit{
    font-size: .26rem;
    line-height: .4rem;
    margin-bottom: .2rem
  }
  .bomco-col2{
    width: 100%;
    float: none;
  }
  .bomco-list{
    padding: .1rem 0;
    margin: -0.1rem;
  }
  .bomco-list > li{
    padding: 0 0.1rem;
  }
  .bomco-list .box{
    padding: .4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .bomco-list{
    display: block;
  }
  .bomco-list > li{
    width: 100%;
    margin-bottom: .3rem;
  }
  .bomco-list > li:last-child{
    margin-bottom: 0;
  }
  .bomco-list .icon{
    margin-bottom: .2rem;
  }
  .bomco-list .icon img{
    height: .9rem;
  }
  .bomco-list .tit{
    font-size: .2rem;
    line-height: .3rem;
  }
}