*{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*height:100%;*/
  background: #fff;
  overflow-x: hidden;
  font-family: 'SourceHanSansSC-Normal';
}

html a,
body a {
  color: #333;
}
html a:hover,
body a:hover {
  /*color: #7ecef4;*/
  text-decoration: none;
}
html img,
body img {
  display: block;
  width: 100%;
}
html .title_wrap h3,
body .title_wrap h3 {
  margin: 0;
  margin-bottom: 10px;
}
html .title_wrap h3 span,
body .title_wrap h3 span {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 3px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
html .title_wrap .en,
body .title_wrap .en {
  font-size: 20px;
  color: #222;
}
html .title_center h3,
body .title_center h3 {
  text-align: center;
}
html .title_center h3 span,
body .title_center h3 span {
  font-size: 40px;
  display: inline-block;
  letter-spacing: 3px;
  padding-bottom: 12px;
}
html .title_center .en,
body .title_center .en {
  font-size: 24px;
  text-align: center;
}
html .more,
body .more {
  margin: 80px 0 20px 0;
}
html .more a,
body .more a {
  padding: 5px 30px;
  font-size: 18px;
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  border-radius: 8px;
}
html .more a:hover,
body .more a:hover {
  background: #7ecef4;
  color: #fff;
  border: 1px solid #7ecef4;
  text-decoration: none;
}
.button_back .more {
    margin: 0 0;
}

/*-------------------案例页 tag--------------------------------------------*/
html .more2,
body .more2 {
  /*margin: 80px 0 20px 0;*/
  border: 1px solid #5a5a5a;
  /*padding: 3px 18px 10px 18px;*/
  padding: 12px 15px 12px 15px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  color: #5a5a5a;
}
html .more2:hover,
body .more2:hover, .more2.current{
  background: #577faf;
  color: #fff;
  border: 1px solid #577faf;
  text-decoration: none;
  cursor: pointer;
}
html .more2:hover a,
body .more2:hover a, .more2.current a{
  color: #fff;
  text-decoration: none;
}
body .more2 a {
  font-size: 16px;
  color: #333;
  font-weight: bolder;
  /*vertical-align: middle;*/
  letter-spacing: 3.5px;
}
html .more2.center,
body .more2.center {
  text-align: center;
}
/*---------------------------------------------------------------*/


html .more.center,
body .more.center {
  text-align: center;
}
html .select_item,
body .select_item {
  height: 70px;
  position: relative;
  border: 1px solid #f5f5f5;
}
html .select_item select,
body .select_item select {
  border: none;
  outline: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
}
html .select_item .icon,
body .select_item .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  pointer-events: none;
}
@font-face {
  font-family: myFont;
  src: url('../fonts/myfont.ttf');
}
.imgAninate {
  overflow: hidden;
  position: relative;
  display: block;
}
.imgAninate::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #7ecef4;
  box-sizing: border-box;
  -webkit-transform: skew(-15deg) translateX(12%);
  -moz-transform: skew(-15deg) translateX(12%);
  -ms-transform: skew(-15deg) translateX(12%);
  -o-transform: skew(-15deg) translateX(12%);
  transform: skew(-15deg) translateX(10%);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.imgAninate.visible:before {
  -webkit-transform: skew(-15deg) translateX(120%);
  -moz-transform: skew(-15deg) translateX(120%);
  -ms-transform: skew(-15deg) translateX(120%);
  -o-transform: skew(-15deg) translateX(120%);
  transform: skew(-15deg) translateX(120%);
}
.imgAninate::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #f5f4f3;
  -webkit-transform: skew(-15deg) translateX(10%);
  -moz-transform: skew(-15deg) translateX(10%);
  -ms-transform: skew(-15deg) translateX(10%);
  -o-transform: skew(-15deg) translateX(10%);
  transform: skew(-15deg) translateX(12%);
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.imgAninate.visible:after {
  -webkit-transform: skew(-15deg) translateX(120%);
  -moz-transform: skew(-15deg) translateX(120%);
  -ms-transform: skew(-15deg) translateX(120%);
  -o-transform: skew(-15deg) translateX(120%);
  transform: skew(-15deg) translateX(120%);
}
.imgScale {
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.imgScale img {
  transition: all 0.6s;
}
.imgScale:hover img {
  transform: scale(1.25);
}
.text_overflow_1 {
  display: block;
  overflow: hidden;
/*  white-space: nowrap;
  text-overflow: ellipsis;*/
}
.text_overflow_2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.row {
  margin: 0;
}
#top {
  border-radius: 3px;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 18%;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  padding: 7px;
  display: none;
}
footer {
  padding: 50px 0;
  color: white;
  background-image: url('../imgs/footer.png');  
  background-repeat:no-repeat; 
  background-size:100% 100%;
}
footer .container {
  margin: 0 auto;
  margin-bottom: 50px;
}
footer h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
footer p {
  font-size: 14px;
  margin: 15px 0;
}
footer .wei {
  margin-top: 50px;
}
footer .wei img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
footer .wei p {
  font-size: 14px;
  text-align: center;
  margin: 10px;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  margin: 0;
}
footer .footer_right{
  display: block;
}  
.swiper-pagination {
  bottom: 30px!important;
}
.swiper-pagination .swiper-pagination-bullet {
  /*background: #fff;*/
  opacity: 1;
  margin-right: 10px!important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background: #7ecef4;
}
.pagination_container {
  text-align: center;
}
@media (max-width: 1500px) {
  header .navbar {
    width: 100%;
  }
}
/*------------------------------------------------------*/
@media (max-width: 1460px) {
  header .navbar .navbar-collapse .nav li{
    margin: 0 45px;
  }
}
@media (max-width: 1260px) {
  header .navbar .navbar-collapse .nav li{
    margin: 0 35px;
  }
}
@media (max-width: 1158px) {
  header .navbar .navbar-collapse li:last-child {
    display: none;
  }
}
@media (max-width: 792px) {
  footer .footer_right{
    display: none;
  }  
}
/*------------------------------------------------------*/
@media (max-width: 768px) {
/*  header {
    height: 50px;
    background: transparent;
  }
  header .navbar {
    padding: 0 0px;
    height: 50px!important;
    box-sizing: border-box;
    width: 100vw!important;
  }
  header .navbar .container-fluid {
    width: 100vw;
    margin: 0;
  }
  header .navbar .container-fluid .navbar-brand {
    padding: 5px 15px!important;
    width: 180px;
  }
  header .navbar .container-fluid .navbar-brand img {
    width: 100px;
    height: 25px;
  }
  header .navbar .navbar-header {
    height: 50px;
  }
  header .navbar .navbar-header .navbar-toggle {
    margin-top: 8px;
  }
  header .navbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.94);
  }
  header .navbar .navbar-collapse li {
    height: 40px;
  }
  header .navbar .navbar-collapse li a {
    height: 40px!important;
    line-height: 40px!important;
    border: none!important;
    color: #000!important;
  }
  header .navbar .navbar-collapse li.active a {
    border: none!important;
  }
  header .navbar .navbar-collapse li:last-child {
    margin-left: 30px!important;
  }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd!important;
  }
  header .navbar-default .navbar-toggle:focus,
  header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  header .white_bg {
    height: 50px;
  }*/
  #top {
    width: 50px;
    height: 50px;
  }
  .select_item {
    height: 30px!important;
  }
  .select_item select {
    height: 30px!important;
    line-height: 30px!important;
    font-size: 12px!important;
    padding-left: 5px!important;
  }
  .select_item .icon {
    font-size: 14px!important;
    right: 4px!important;
    margin-top: -8px !important;
  }
  footer .container {
    /*margin: 0 auto;*/
    margin-bottom: 0px;
  }  

  footer .wei {
    margin-top: 20px;
  }
  footer .wei img {
    width: 100px;
    height: 100px;
  }
}

.partner_logo li {
  width: 12.4%;
  float: left;
  list-style-type:none;
  border-left: solid 1px #cbcbcb;
  border-top: solid 1px #cbcbcb;
}

@media screen and (max-width: 1365px){
  .partner_logo li {
    width: 12.4%; 
  }
}
@media screen and (max-width: 1279px){
/*  .partner_logo li {
    width: 19.8%;
  }*/
}
@media screen and (max-width: 767px){
/*  .partner_logo li {
    width: 24.8%;
  }*/
  footer .left {
    display: none;
  }
  footer .right {
    display: none;
  }  
  footer .center {
    margin: 0 auto;
  }      
}
/*--------------------video----------------------------------*/
@media screen and (min-width: 1600px) {
  #about_building  {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  #about_building  {
    width: auto;
  }
}
/*--------------------layout----------------------------------*/
.layout .title_center{

}
.layout .title_center h3 {
    text-align: center;
}

@media (max-width: 468px) {
  .layout .title_center h3  span{
      font-size: 25px;
      display: inline-block;
      letter-spacing: 1px;
      padding-right: 15px;
      font-weight: bold;
      padding-bottom: 12px;
  }
  .layout .title_center .en {
      font-size: 15px;
      text-align: center;
  }  
}
.layout_button{
  display: block;
}
.layout_button2{
  display: none;
}
@media (max-width: 468px) {
  .layout_button{
    display: none;
  }
  .layout_button2{
    display: block;
  }
}

@media (max-width: 468px) {
   .catalog {
    margin-top: 5%;
   }
}
/*--------------------CaseDetail----------------------------------*/
#CaseBanner{
  display: block;
}
#CaseBanner2{
  display: none;
}
.Casetitle{
  font-size: 78px; font-weight: bold; line-height: 23px;
}
@media (max-width: 468px) {
  #CaseBanner {
    display: none;
  }
  #CaseBanner2{
    display: block;
  }
  .Casetitle{
    font-size: 48px;
  }  
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 12% auto;
        height: fit-content;
    }
}