﻿@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('http://at.alicdn.com/t/webfont_2vqs55coe1v.eot'); 
    src: url('http://at.alicdn.com/t/webfont_2vqs55coe1v.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/webfont_2vqs55coe1v.woff2') format('woff2'),
    url('http://at.alicdn.com/t/webfont_2vqs55coe1v.woff') format('woff'), 
    url('http://at.alicdn.com/t/webfont_2vqs55coe1v.ttf') format('truetype'), 
    url('http://at.alicdn.com/t/webfont_2vqs55coe1v.svg#Alibaba-PuHuiTi-Regular') format('svg'); 
  }
body{
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'pingfang SC,"\5FAE\8F6F\96C5\9ED1",helvetica,arial,verdana,tahoma,sans-serif';
padding-top: 75px;
}
ul,li,p{
margin: 0;
padding: 0;
list-style-type: none;
}
a:link,
a:hover{
text-decoration: none;
}
.w100{
width: 100%;
}
.fl{
float: left;
}
.fr{
float: right;
}
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus{
outline:none;
resize: none;
}
.over{
overflow: hidden;
}
.over>img{
cursor: pointer;
transition: all 0.6s;
}
.over>img:hover{
transform: scale(1.2);
}
.story_div>a:hover,
.message_butt button:hover,
.elevator_dis>a:hover,
.information_a a:hover,
.boutique_a a:hover,
.relevant_a a:hover,
.concise_a a:hover{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* 手机导航 */
.phone{
    box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}
.index_a {
    display: block;
    float: left;
    width: 100%;
}
.index_a img{
    
    width:37%;
  
}
.phone .fl{
    width: 45%;
}
.index_a .iconfont{
    font-size: 160px;

}
.phone .wid{
    float: left;
}
.phone .wid>a{
    display: inline-block;
}
.color_dao .iconfont{
    color: #c00111;
    font-size: 25px;
    margin: 0 5px;
}
.color_dao{
    line-height: 40px;
}
.color_dao .daohang_sp{
    position: relative;
    top: -7px;
    font-size: 25px;
}
.color_a{
    font-size: 25px;
    position: relative;
    top: -7px;
}
.sidebar-menu{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}
.sidebar-menu__header{
    height: 50px;
    background: #c00111;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}
.sidebar-menu__list{
    position: fixed;
    top:50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
    background: #fff;
    list-style-type: none;
}
.sidebar-menu__item:first-child{
    border-top:0
}
.sidebar-menu__item{
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.sidebar-menu__link{
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    transition:color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .colos {
    line-height: 70px;
  }
  .sidebar-menu__item:first-child {
    border-top: 0;
  }
  .sidebar-menu__item.sidebar-menu__item--back,
  .sidebar-menu__item.sidebar-menu__item--back:hover,
  .sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #c00111 !important;
  }
  .sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #fff !important;
  }
  .sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
  }
  .sidebar-menu__item:hover > .sidebar-menu__link {
    color: #6e6e6e;
  }
  .phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
  }
  .sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
  }
  .sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(300px);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); 
  }
  .sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
  }
  
  .sidebar-menu__link::first-letter {
    text-transform: uppercase;
  }
  .sidebar-menu__link:active,
  .sidebar-menu__link:focus,
  .sidebar-menu__link:hover {
    text-decoration: none;
  }
  .sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
  }
  .sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
  }
  /* 一键导航 */
.mobile-foot {
    display: none;
    background: #c00111;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  
  .mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
  }
  
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .pull-right {
    float: right;
  }
  
  .pull-left {
    float: left;
  }
/* 右侧悬浮 */
.rightfix {
    position: fixed;
    top: 450px;
    right: 0px;
    width: 40px;
    border: 1px solid #dee2e7;
    border-right: none;
    z-index: 99;
    background: #fff;
  }
  
  .fix_ul li {
    font-size: 12px;
    background: #fff;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #dee2e7;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
  }
  
  .fix_ul li i {
    font-size: 20px;
    color: #747679;
  }
  
  .fix_ul li:nth-child(2n) {
    background: #eee;
  }
  
  .right_div {
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
  }
  
  .fix_ul li:hover a {
    color: #848484;
  }
  
  .fix_ul li:hover .right_div {
    display: block;
    right: 40px;
  }
  
  .fix_ul li:hover {
    background: #c00111;
  }
  
  .fix_ul li:hover i {
    color: #fff;
  }
  /* 搜索 */
  .searchbox{
    padding:15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 74px;
    border-top: 2px solid #c00111;
    text-align: center;
    z-index: 44;
    position: fixed;
}
.displaynone{
    display: none;
}
.searchs{
    max-width: 600px;
    margin: 0 auto;
}
.clearfix{
    zoom: 1;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.searchs .sertext{
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border:1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 12px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}
.serbtn{
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #c00111;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}
/* 导航 */
.daohang>a{
    width: 10%;
    display: block;
    float: left;
}
.daohang{
    padding: 0 55px;
    line-height: 72px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

  
.daohang_ul>li{
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
.daohang_ul li a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
}
.daohang_ul li.active a,
.daohang_ul li a:hover{
    color: #c00111;
}
.daohang_div span:nth-child(2){
    color: #c00111;
    font-weight: bold;
    font-size: 16px;
}
.daohang_div span a{
    color: #333333;
    font-size: 16px;
}
.daohang_div span .iconfont{
    color: #a5a5a5;
    font-size: 20px;
    margin: 0 3px;
}
.daohang_div{
    margin-left: 80px;
}
.daohang_div span:nth-child(3):hover .country,
.daohang .daohang_ul > li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
  }
  .country,
  .daohang .daohang_ul .er-ul{
      position: absolute;
      width: 100%;
      left: 0;
      box-shadow: 0 0  2px rgba(0, 0, 0, 0.1);
      right: 0;
      top: 90%;
      opacity: 0;
      z-index: 999;
      transition: 400ms ease-in-out;
      transform: scale(0);
      background: #fff;
  }
  .country{
      top: 145%;
  }
  .country a,
  .er-ul li{
      line-height: 32px;
      width: 100% ;
      display: block;
      float: none;
  }
  .country a,
  .daohang_ul .er-ul li a{
    color: #000;
    font-size: 14px;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
  }
  .country a:hover,
  .daohang_ul .er-ul li:hover a{
    color: #c00111;
  }
.daohang_div span{
    position: relative;
}
/* 轮播 */
.lunbo_size{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0));
    padding: 60px 350px 60px 60px;
}
.lunbo_size p:nth-child(1){
    color: #c00111;
    font-size: 40px;
    font-weight: bold;
}
.lunbo_size p:nth-child(2){
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.lunbo .swiper-pagination-bullet{
    width: 33.2%;
    height: 17px;
    border-radius: 0;
}
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.lunbo .swiper-pagination-custom,
.lunbo .swiper-pagination-fraction{
    bottom: -5px;
}
.lunbo .swiper-pagination{
    text-align: left;
}
.lunbo .swiper-pagination-bullet-active{
    background: #c00111;
}
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 1px;
}
.lunbo_img{
    position: absolute;
    left: 48.5%;
    bottom: 10%;
    z-index: 66;
    cursor: pointer;
    z-index: 2;
    -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -ms-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
}
@keyframes run {
    from {
      bottom: 4%;
      opacity: 0;
    }
    to {
      bottom: 6%;
      opacity: 1;
    }
  }
  @keyframes radio {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
.lunbo .swiper-pagination{
    margin-top: 0 !important;
}
.dis{
    display: block;
}
.diss{
    display: none;
}
/* 电梯系列 */
.elevator{
    background: url(/web/8.jpg) no-repeat;
    background-size: 100% 100%;
}
.elevator_size{
    text-align: center;
    color: #333333;
}
.elevator_size p:nth-child(3){
    font-size: 20px;
   
}
.elevator_size p:nth-child(2){
    font-size: 50px;
    font-weight: bold;
}
.elevator_size p:nth-child(1){
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #c00111;
}
.elevator_lunbo{
    padding-top: 65px;
}
.elevator_100{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
}
.elevator_fz{
    color: #fff;
    text-align: center;
    width: 25%;
    float: left;
    padding-bottom: 30px;
    height:100%;
    position: absolute;
}
.elevator_dis p a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.elevator_dis p a:hover{
    color: #c00111;
}
.elevator_fz::after{
    content: "";
    display: block;
    width:100%;
    height: 16px;
    background-color: #a3a9ab;
    position: absolute;
    bottom: 0;
    left: 0;
}
.elevator_100 .elevator_fz:nth-child(2){
    left: 25%;
}
.elevator_100 .elevator_fz:nth-child(3){
    left: 50%;
}
.elevator_100 .elevator_fz:nth-child(4){
    right: 0;
    border-right: none;
}
.elevator_100 .elevator_fz:nth-child(1){
    border-left:none;
}
.elevator_100 .elevator_fz{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.elevator_div{
    position: absolute;
    bottom: 8%;
    left: 20%;
}
.elevator_fz p{
    line-height: 30px;
}
.elevator_div>p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.elevator_dis>a{
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 55px;
    font-size: 16px;
    margin-top: 28px;
    height: 100%;
}
.elevator_dis>a:hover{
    border: 1px solid #c00111;
    color: #c00111;
}
.elevator_fz .elevator_div{
    transform: translateY(125px);
    transition: filter 100ms linear, transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-color 400ms linear;
}
.elevator_lunbo .swiper-slide .elevator_fz:hover .elevator_div{
    filter: brightness(100%);
    transform: translateY(-0px);
}
.elevator_lunbo .swiper-slide .elevator_fz:hover::after{
    background-color: #c00111;
    
}
.elevator_dis{
    opacity: 0;
}
.elevator_lunbo .swiper-slide .elevator_fz:hover .elevator_dis{
    opacity: 1;
}
.relevant_ul li:hover,
.elevator_lunbo .swiper-slide .elevator_fz:hover::after,
.elevator_lunbo .swiper-slide .elevator_fz:hover{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.swiper-pagination{
    text-align: center;
    position: static;
    margin-top: 40px;
}
.elevator{
    padding-bottom: 50px;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin: 0 12px;
}
.swiper-pagination-bullet{
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #c00111;
}
/* 产品优势 */
.advantage{
    padding: 100px 0 80px 0;
}
.advantage_size{
    color: #333333;
    text-align: center;
}
.advantage_size p:nth-child(1){
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 8px;
}
.advantage_size p:nth-child(2){
    font-size: 20px;
}
.advantage_ul{
    width: 100%;
    text-align: center;
}
.advantage_ul li{
    /* width: 31%;
    float: left; */
    height: 245px;
    margin-top: 78px !important;
}
/* .advantage_ul li:nth-child(2),
.advantage_ul li:nth-child(5){
    margin: 0 42px;
} */
.advantage_ul li p:nth-child(2){
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding: 25px 0;
}
.advantage_ul li img{
    height: 48px;
}
.advantage_ul li p:nth-child(3){
    font-size: 16px;
    color: #686868;
    line-height: 28px;
    text-align: left;
    height: 24px;
    display: table;
    content: " ";
}
/* 3D场景 */
.scene{
    width: 100%;
    background: #c00111;
}
.scene>div{
    width: 50%;
    float: left;
}
.scene_size{
    color: #fff;
    padding: 250px 70px 0 50px;
}
.scene_size p:nth-child(1){
    font-size: 50px;
    font-weight: bold;
}
.scene_size p:nth-child(2){
    font-size: 20px;
    padding: 24px 0 35px 0;
    line-height: 28px;
}
.scene_size a{
    display: inline-block;
    padding: 16px 60px;
    font-size: 16px;
    background: #fff;
    color: #7a7a7a;
}
/*  */
.space{
    padding: 105px 0 50px 0;
}
.space_ul{
    margin: 40px 0 15px 0;
}
.space_ul li{
    text-align: center;
    height: 100%;
}
.space_ul li>div{
    position: relative;
}
.space_ul .col-md-3{
    padding: 0;
}
.space_ul .col-md-3 div:nth-child(1){
    margin-bottom: 10px;
}
.space_ul .col-md-6{
    padding: 0 10px;
    width: 49.2%;
}
.space_ti>div:nth-child(2){
    position: absolute;
    left: 38%;
    bottom: 6%;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.space_ti .space_size{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #c00111;
    opacity: 0;
    transition: 600ms ease-in-out;
    padding: 55px 22px 40px 22px;
}
.space_size p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.space_size p:nth-child(2){
    font-size: 14px;
    margin: 15px 0 18px 0;
    color: #fff;
    text-align: left;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.space_size a{
    font-size: 16px;
    color: #fff;
    padding: 10px 57px;
    border:1px solid #fff;
    display: inline-block;
}
.space_ul .col-md-6 .space_ti .space_size{
    padding-top: 25%;
    text-align: center;
}
.space_ul .space_ti:hover .space_size{
    transform: scale(1);
    opacity: 1;
}
/* 三之菱精品案例 */
.boutique{
    padding: 80px 0 62px 0;
    background: #f5f5f5;
}
.boutique .advantage_size{
    padding-bottom: 50px;
}
.boutique_ul{
    width: 100%;
}
.boutique_ul li{
    width: 33.3%;
    float: left;
    position: relative;
}
.boutique_ul li a{
    display: block;
}
.boutique_ul li img{
    height: 100%;
}
.boutique_ul li>div:nth-child(2){
    position: absolute;
    bottom: 8%;
    left: 40%;
    color: #fff;
    font-size: 18px;
}
.boutique_size{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 40px;
    transition: 600ms ease-in-out;
    opacity: 0;
    width: 100%;
}
.boutique_size p:nth-child(1) a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
}
.boutique_ul li:hover .boutique_size p:nth-child(1) a{
    color: #c00111;
}
.boutique_size p:nth-child(2){
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.boutique_ul li:hover .boutique_size{
    transform: scale(1);
    opacity: 1;
}
.boutique_a{
    text-align: center;
    margin-top: 50px;
}
.boutique_a a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #c00111;
    padding: 17px 60px;
    border: 1px solid #c00111;
}
.boutique_a a:hover{
    border: 1px solid #c00111;
    background: #fff;
    color: #c00111;
}
/* 电梯资讯 */
.information{
    padding: 85px 0 50px 0;
}
.information_back{
    background: #f5f5f5;
    width: 100%;
    margin-top: 70px;
	padding:30px;
}
.information_back li>a{
    display: block;
    margin-left: 20px;
}

.information_back a img{
    position: relative;
    top: -20px;
    box-shadow: 0px 0px 8px 0px rgba(203, 199, 199, 0.75);
}
.information_back li{
    position: relative;
    width: 100%;
    float: left;
}
.information_back li:nth-child(2){
    padding: 45px 45px 25px 45px;
}
.information_size{
    position: absolute;
    background: #fff;
    color: #333333;
    bottom: 7%;
    left: 0;
    margin:0 20px 0 40px;
    padding: 40px 32px 60px 32px;
    border-bottom: 8px solid #c00111;
}
.information_size a{
    color: #333333;
    font-size: 18px;
}
.information_back li:nth-child(1):hover .information_size a{
    color: #c00111;
}
.information_size p{
    font-size: 14px;
    line-height: 24px;
}
.information_size p:nth-child(2){
    padding: 6px 0;
}
.information_div{
    color: #bcbcbc;
    font-size: 20px;
}



.information_back  .swiper-button-next,.information_back  .swiper-button-prev{
	color:#c00111!important;
	}

.information_div>div{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.information_100{
    width: 100%;
    padding: 19px 15px;
	float:left;
}
.information_100 div{
    float: left;
    color: #333333;
}
.information_news{
    display: none;
}
.information .sum>div {
    display: none;
}
.information .sum>div.active {
    display: block;
}




.information_news .information_100:nth-child(2){

}
.information_100 div:nth-child(1){
    width: 18%;
    font-size: 16px;
    border:1px solid #dbd7d7;
    text-align: center;
    padding: 18px 0;
}
.information_100 div:nth-child(2){
    width: 82%;
    padding-left: 18px;
}
.information_100 div:nth-child(2) a{
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
    color: #333333;
}
.information_100:hover div:nth-child(2) a{
    color: #c00111;
}
.information_100 div:nth-child(2) p{
    font-size: 14px;
    line-height: 24px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.information_div>div.active,
.information_div>div:hover{
    color: #c00111;
}


.information_dis>.information_news.selected
 {
    display:block;
}




.information_a{
    text-align: center;
    margin-top: 32px;
}
.information_a a{
    display: inline-block;
    color: #585858;
    font-size: 14px;
    padding: 17px 59px;
    border:1px solid #dbd7d7;
}
.information_a a:hover{
    background: #c00111;
    border: 1px solid #c00111;
    color: #fff;
}
/* 底部 */
.bots{
    background: #1d1e1e;
    border-top: 8px solid #c00111;

}
.bdsharebuttonbox .iconfont{
    background:transparent !important;
    font-size:20px  !important;
    color: #fff  !important;
    margin: 0 !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
}
.bdsharebuttonbox a{
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    text-align: center !important;
    padding-top: 3px !important;
}
.bdsharebuttonbox a:nth-child(1){
    background: #3dbe5b !important;
}
.bdsharebuttonbox a:nth-child(2){
    background: #ff5757 !important;
}
.bdsharebuttonbox a:nth-child(3){
    background: #6f91de !important;
}
.bots_div{
    width: 100%;
    padding-bottom: 25px;
}
.bots .bots_div>ul{
    float: left;
    width: 12%;
}
.bots .bots_div .bots_ul{
    width: 16%;
}
.bots .bots_div>ul>li,
.bots .bots_div>ul>li>a{
    font-size: 14px;
    color: #999999;
    line-height:25px;
}
.bots .bots_div>ul>li>a:hover{
    color: #c00111;
}
.bots ul>li:nth-child(1){
    font-size: 16px;
    color: #fff;
    padding:45px 0 10px 0;
}
.bots .bots_div>ul .bots_li{
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}
.bots_bor{
    padding-bottom: 10px;

}
.bots_bor>span,
.bots_bor>a{
    font-size: 14px;
    color:#999999;
    display: inline-block;
}
.bots_bor>a:nth-child(2){
    margin-right: 20px;
    color: #999999;
}
.bots .bots_bors{
    border-top: 1px solid #444444;
    padding: 18px 0 20px 0;
   
}
.bots_bors p{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.ul_icon{
    display: none;
}
/* 常见问题 */
.picture{
    position: relative;
}
.second{
    box-shadow: 0px 5px 5px 0px rgba(232, 232, 232, 0.75);
}
.second_a{
    text-align: center;
}
.second_a a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding: 0 48px;
    line-height: 70px;
    position: relative;
}
.second_a a::after{
    content: "";
    display: block;
    width:0;
    height: 5px;
    background-color: #c00111;
    position: absolute;
    bottom: 0;
    left: 0;
}
.second_a a:hover::after,
.second_a a.active::after{
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #c00111;
}

.crumbs_div{
    color: #5e5f5f;
    font-size: 16px;
}
.crumbs_div a{
    font-size: 14px;
    color: #5e5f5f;
    margin: 0 5px;
    display: inline-block;
}
.crumbs_div a:nth-child(2){
    margin-left: 0;
}
.relevant{
    padding: 32px 0 68px 0;
    background: #f5f5f5;
}
  .relevant_size{
      color: #020202;
      font-size: 36px;
      font-weight: bold;
  }
  .relevant_div{
      padding-top: 45px;
  }
  .relevant_size{
      text-align: center;
  }
  .relevant_size>p{
      position: relative;
      display: inline-block;
      padding-bottom: 45px;
  }
  .relevant_size>p::after{
    content: "";
    display: block;
    width:24px;
    height: 3px;
    background-color: #c00111;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -12px;
  }
  .relevant_ul{
      width: 100%;
  }
  .relevant_ul li{
    width: 49%;
    float: left;
    background: #fff;
    padding: 40px 50px 50px 35px;
    border:2px solid #fff;
}
.relevant_ul li:hover{
    border:2px solid #c00111;
}
.relevant_ul li a{
    display: block;
}
.relevant_ul li:nth-child(1),
.relevant_ul li:nth-child(2){
    margin-bottom: 20px;
}
.relevant_ul li:nth-child(1),
.relevant_ul li:nth-child(3){
    margin-right: 20px;
}
.relevant_ul li a:nth-child(1){
    font-size: 20px;
    color: #363333;
}
.relevant_ul li a:nth-child(2){
    color: #7f8081;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 35px 0;
}
.relevant_ul li p{
    color: #7f8081;
    font-size: 14px;
}
.price{
    padding: 40px 0 48px 0;
}

.price .relevant_ul li{
    border: 1px solid #e6e4e4;
}
.price .relevant_ul li:hover{
    border:1px solid #c00111;
}
.relevant_a{
    text-align: center;
    margin-top: 28px;
}
.relevant_a a{
    display: inline-block;
    color: #585858;
    font-size: 14px;
    padding: 16px 60px;
    border:1px solid #dbd7d7;
}
.relevant_a a:hover{
    background: #c00111;
    border:1px solid #c00111;
    color: #fff;
}
/* 电梯案例 */
.quality{
    padding: 30px 0 40px 0;
}
.quality_div a{
    display: block;
}
.quality_size{
    padding: 20px 28px 25px 30px;
    background: #f5f5f5;
}
.quality_size a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
}
.quality_div:hover .quality_size a{
    color: #c00111;
}
.quality_size p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.quality .crumbs_div{
    padding-bottom: 25px;
    margin-left: 13px;
}
.quality .col-md-4{
    padding: 0 13px;
    margin-bottom: 26px;
}
#page{ 
    clear:both; 
    height:40px;
    margin:0 auto; 
    text-align:center; 
    display: table; 
    margin-top:20px;
}
#page li{ 
    float:left; 
    padding:5px 14px; 
    background: #e7e8e9;
    margin-right:3px; 
    color:#666; 
    font-size:12px; 
    list-style:none;
}
#page li:hover{
    background: #c00111;
}
#page li:hover a{color:#fff}
#page li a{ 
    color:#666;
}
#page li.active{
    background: #c00111;
    color:#FFFFFF;
}
#page li.active a{ color:#fff}
#page .thisclass{ 
    background: #c00111;
    color:#FFFFFF
}
/* 电梯详情 */
.console{
    background: #f5f5f5;
}
.console_100{
    width: 100%;
}
.console_50:nth-child(1){
    width: 70%;
}
.console_50:nth-child(2){
    width: 30%;
    padding-left: 40px;
}
.backg .gallery-thumbs {
    box-sizing: border-box;
    margin: 15px 0;
}
.backg .gallery-thumbs .swiper-slide {
    width: 20% !important;
    height: 65%;
    border:1px solid #f5f5f5;
}

.backg .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border:2px solid #c00111;
}

.gallery-thumbs .swiper-wrapper{
    /* transform: translate3d(0px, 0px, 0px)!important; */
}
.console{
    padding: 30px 0 80px 0;
}
.console .crumbs_div{
    padding-bottom: 25px;
}
.console_p>p:nth-child(1){
    font-size: 30px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
}
.console_p a img{
    width: 45%;
}
.console_p p:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    padding: 20px 0 10px 0;
}
.console_p div p:nth-child(1){
    font-size: 18px;
    color: #c00111;
    font-weight: bold;
    padding-bottom: 5px;
}
.console_p div p:nth-child(3){
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.console_a{
    font-size: 14px;
    color: #555555;
}
.console_a a{
    display: inline-block;
    font-size: 14px;
    color: #555555;
    line-height: 28px;
}
.console_a a:hover,
.console_p div a:hover{
    color: #c00111;
}
.console_div{
    border-top:1px solid #bfbfbf;
    margin-top: 20px;
    padding-top: 60px;
}
.console_size{
    color: #020202;
    font-size: 14px;
    line-height: 28px;
}
.recommend{
    padding: 55px 0;
}
.recommend_div{
    width: 100%;
}
.recommend_div>div{
    float: left;
    width: 50%;
}
.recommend_div>div:nth-child(1){
    padding-right: 33px;
}
.recommend_div>div:nth-child(2){
    padding-left: 33px;
}
.case{
    padding: 40px 0 65px 0;
    background: #f5f5f5;
}
.case .quality_size{
    background: #fff;
}
/* 电梯产品 */
.product{
    padding: 30px 0 50px 0;
}
.product_div a{
    display: block;
}
.product_div{
    margin-bottom: 60px;
}
.product_size a{
    line-height: 45px;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.product_div:hover .product_size a{
    color: #c00111;
}
.product_size p{
    font-size: 14px;
    color: #555555;
    line-height: 26px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product .crumbs_div{
    padding-bottom: 25px;
    padding-left: 15px;
}
/* 电梯产品详情 */
.concise_w100{
    width: 100%;
}
.concise_w70{
    width: 67%;
    float: left;
}
.concise_w70 div{
    display: inline-block;
}
.concise_w70 div{
    margin-left: 150px;
}
.concise_w30{
    width: 33%;
    float: left;
    padding-top: 120px;
}
.concise_p p:nth-child(1){
    color: #020202;
    font-size:30px;
    font-weight: bold;
}
.concise_p p:nth-child(2){
    color: #6c6a6b;
    font-size: 16px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 27px;
    margin-bottom: 27px;
}
.concise_p p:nth-child(3){
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}
.concise{
    padding: 30px 0 60px 0;
    background: #f5f5f5;
}
.concise .crumbs_div{
    padding-bottom: 25px;
}
.concise_a a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #c00111;
    padding: 16px 58px;
    border: 1px solid #c00111;
}
.concise_a a:hover{
    border: 1px solid #c00111;
    background: #fff;
    color: #c00111;
}
.concise_a{
    padding: 42px 0 130px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.concise .console_a{
    padding-top: 30px;
}
.floor_100{
    width: 100%;
}
.floor_100>div{
    width: 50%;
    float: left;
    text-align: center;
}
.floor{
    padding: 75px 0 65px 0;
}
.floor_size p:nth-child(1){
    font-size: 22px;
    color: #020202;
    padding: 35px 0 18px 0;
}
.floor_size p:nth-child(2){
    font-size: 18px;
    color: #555555;
}
.sweet_ul{
    width: 100%;
    float: left;
}
.sweet_ul li{
    
}
.sweet_ul li a{
    display: block;
}
.sweet{
    background: #f5f5f5;
    padding: 50px 0 70px 0;
}
.sweet_ul li a:nth-child(2){
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #020202;
    text-align: center;
}
.sweet_ul li:hover a:nth-child(2){
    color: #c00111;
}
.reforms{
    background: #f5f5f5;
    padding: 30px 0 45px 0;
}
.crumbs_icon{
    text-align: center;
    padding-top: 55px;
}
.crumbs_icon p:nth-child(1){
    color: #363333;
    font-size: 30px;
}
.crumbs_icon p:nth-child(2){
    color: #939394;
    font-size: 14px;
}
.tribute{
    padding: 35px 0 90px 0;
}
.tribute .col-md-8{
    padding-right: 60px;
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}
/*
    padding: 20px 0;
    
}
*/   
.tribute_div div{
    color: #555555;
    font-size: 16px;
}
.tribute_div div a{
    color: #9f9e9e;
}
.tribute_div div a:hover{
    color: #c00111;
}
.tribute .bdsharebuttonbox .iconfont{
    height: 24px !important;
    width: 24px !important;
    border-radius: 4px !important;
    padding-top: 0px !important;
    margin-right: 6px !important;
    float: none !important;
}
.tribute .bdsharebuttonbox .popup_sqq{
    background: #0092eb !important;
}
.tribute .bdsharebuttonbox .bds_weixin{
    background: #5dbe12 !important;
}
.tribute .bdsharebuttonbox .bds_qzone{
    background: #e89213 !important;
}
.tribute .bdsharebuttonbox .bds_tsina{
    background: #e7563e !important;
}
.tribute .bdsharebuttonbox .popup_huaban{
    background: #c93e44 !important;
}
.tribute .bdsharebuttonbox .popup_fbook{
    background: #2a5a9d !important;
}
.tribute .bdsharebuttonbox span{
    color: #555555;
    font-size: 16px;
}
.tribute .bdsharebuttonbox{
    margin-top: 18px;
}
.tribute_a>div{
    float: left;
    width: 50%;
    margin-top: 20px;
}
.tribute_a>div:nth-child(2){
    padding-right: 15px;
}
.tribute_a>div:hover a{
    color: #c00111;
}
.tribute_a>div:nth-child(3){
    padding-left: 15px;
}
.tribute_p{
    color: #363333;
    font-size: 20px;
    font-weight: bold;
}
.tribute_a a{
    display: block;
    text-align: center;
    color: #020202;
    font-size: 16px;
}
.tribute_a a:nth-child(2){
    padding-top: 15px;
}
.tribute_a{
    padding-bottom: 70px;
}
.tribute_w100{
    width: 100%;
    padding: 10px 30px 10px 13px;
    margin-top: 10px;
}
.tribute_w100{
    margin-top: 15px;
}
.tribute_w100>a{
    width: 30%;
    float: left;
}
.tribute_w100>div{
    width: 70%;
    float: left;
    padding-left: 20px;
}
.tribute_w100 a{
    display: block;
}
.tribute_w100 div a{
    font-size: 18px;
    color: #000000;
    padding-bottom: 5px;
}
.tribute_w100:hover div a{
    color: #c00111;
}
.tribute_w100{
    background: #f5f5f5;
}
.tribute_w100 div p{
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tribute_wen{
  padding-top: 55px;
}
.tribute_wen div p{
    color: #939394;
    font-size: 14px;
}
.tribute_wen div:hover a{
    color: #c00111;
}
.tribute_wen div a{
    color: #333333;
    font-size: 16px;
    display: block;
    line-height: 26px;
    
}
.tribute_wen div{
    padding: 25px 0 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
/*  */
.easier{
    padding: 30px 0 85px 0;
}
.easier .crumbs_div{
    padding-bottom: 45px;
}
.easier_ul li{
    width: 100%;
    display: table;
    content: " ";
    margin-bottom: 45px;
}
.easier_ul li>div{
    width: 50%;
    float: left;
}
.easier_ul li:nth-child(odd)>div{
    float: left;
}
.easier_ul li:nth-child(even)>div{
    float: right;
}
.easier_ul li>div:nth-child(2){
    padding: 105px 35px 0 40px;
}
.easier_ul li>div:nth-child(2) p:nth-child(1){
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 8px;
}
.easier_ul li>div:nth-child(2) p:nth-child(2){
    font-size: 16px;
    color: #686868;
    line-height: 30px;
}
.service{
    padding: 30px 0 90px 0;
    background: #f5f5f5;
}
.service .crumbs_div{
    padding-bottom: 25px;
}
.service_zi{
    font-size: 16px;
    color: #696969;
    line-height: 28px;
}
.service_ul{
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.service_ul li{
    width: 25%;
    float: left;
    
}
.service_ul li div{
    display: inline-block;
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
    padding-top: 36px;
}
.service_ul li div:hover{
    transform: rotateY(360deg);
    transition: 400ms ease-in-out;
}
.service_ul li p{
    font-size: 18px;
    color: #696969;
    padding: 20px 0 50px 0;
}
.service_img >div{
    float: left;
}
.service_img >div:nth-child(1){
    margin-right: 13px;
}
.service_img >div:nth-child(2){
    margin-left: 13px;
}
.service_div{
    padding: 30px 0;
}
/* 电梯资讯 */
.news{
    background: #f4f4f4;
}
.news_ul{
    margin-top: 25px;
}
.news_ul>li{
    width: 100%;
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
}
.news_ul .news_20{
    width: 23%;
    
}
.news_ul>li:hover .news_80>p:nth-child(1){
    color: #c00111;
}
.news_ul .news_80{
    width: 77%;
    padding-left: 35px;
}
.news_a{
    display: block;
}
.news_80>p:nth-child(1){
    font-size: 20px;
    color: #363333;
    padding-bottom: 10px;
}
.news_80>p:nth-child(2){
    font-size: 16px;
    color: #7f8081;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_80>p:nth-child(3){
    font-size: 14px;
    color: #939394;
}
.news_80 .iconfont{
    color: #939394;
}
.news{
    padding:30px 0 50px 0 ;
}
/* 关于 */
.about{
    padding: 30px 0 105px 0;
    background: #f5f5f5;
}
.about .crumbs_div{
    padding-bottom: 45px;
}
.about_ul{
    width: 100%;
    margin-top: 36px;
}
.about_ul li{
    width: 31%;
    position: relative;
    float: left;
}
.about_ul li:nth-child(2){
    margin: 0 23px ;
}
.about_div{
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    transform: translateY(-50%);
}
.about_ul li:nth-child(2) span:nth-child(2),
.about_div div span:nth-child(1){
    font-size: 36px;
    font-weight: bold;
}
.about_div div span:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    position: relative;
    right: 4px;
}
.about_div div {
    position: relative;
}
.about_ul li:nth-child(2) span:nth-child(3){
    position: absolute;
    top: 4px;
    right: 26%;
}
.about_div div span:nth-child(4){
    font-size: 18px;
    font-weight: bold;
}
.about_div p{
    font-size: 16px;
    padding-top: 10px;
    line-height: 26px;
}
.story{
    padding: 110px 0;
}
.story_ul li{
    width: 100%;
    display: table;
    content: " ";
}
.story_ul li>div{
    width: 50%;
    float: left;
}
.story_div>p:nth-child(1){
    color: #020202;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 45px;
}
.story_ul li>div:nth-child(2){
    padding-left: 42px;
    padding-top: 35px;
}
.story_div>p:nth-child(1)::after{
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #c00111;
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: 0px;
}
.story_div>p:nth-child(2){
    color: #c00111;
    font-size: 24px;
}
.story_div>div{
    font-size: 16px;
    color: #696969;
    line-height: 28px;
    padding: 8px 0 35px 0;
}
.story_div>a{
    display: inline-block;
    color: #585858;
    font-size: 14px;
    padding: 16px 58px;
    border:1px solid #dbd7d7;
}
.story_div>a:hover{
    border: 1px solid #c00111;
    background: #c00111;
    color: #fff;
}
.story_ul li:nth-child(odd)>div{
    float: left;
}
.story_ul li:nth-child(odd){
    margin-bottom: 45px;
}
.story_ul li:nth-child(even)>div{
    float: right;
}
.story_ul li:nth-child(even) .story_div{
    padding: 160px 40px 0 0;
}
.course{
    background: url(/web/48.jpg) no-repeat;
    padding: 65px 0 115px 0;
}
.container_lic_b .swiper-slide span{
 cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: left;
  position: relative;
  left: -28px;
}
.lic_w{
    position: relative;
}
.lic_b{
    padding: 0 7%;
    overflow:hidden;
    margin-top:75px;
}
.lic_b .container_lic_b{
    overflow:initial;
}
.container_lic_b .swiper-slide span:before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: -27px;
    left: 72%;
    margin-left: -3px;
}
.container_lic_b .swiper-slide-thumb-active span:before{
    background: #c00111;
}
.course_div{
    background: url(/web/50.jpg) no-repeat;
    background-size: 100% 100%;
    display: table;
    content: " ";
    padding: 90px 55px 60px 55px;
}
.course_div>div:nth-child(1){
    width: 30%;
    float: left;
}
.course_div>div:nth-child(2){
    width: 70%;
    float: left;
    padding: 30px 0 0 48px;
}
.course_div>div p:nth-child(1){
    color: #434242;
    font-weight: bold;
    font-size: 36px;
}
.course_div>div p:nth-child(2){
    color: #434242;
    font-size: 16px;
    line-height: 28px;
}
.course .container_lic{
    width: 60%;
}
.course .swiper-button-prev:after,
.course .swiper-container-rtl .swiper-button-next:after,
.course .swiper-button-next:after,
.course .swiper-container-rtl .swiper-button-prev:after{
    content: none;
}
.next_lic,.prev_lic{
    background: #10101061;
    height: 50px;
    width: 82px;
    
}
.course .swiper-button-next.swiper-button-disabled,
.course .swiper-button-prev.swiper-button-disabled{
    opacity:1;
}
.next_lic{
    right: 15%;
}
.prev_lic{
    left: 15%;
}
.course .lic_w .swiper-slide{
    position: relative;
    padding:0 45px;
    
}
.course .lic_w .swiper-slide::after{
    content: "";
    display: block;
    width: 45px;
    height: 80%;
    background: #c00111;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .35;
    margin-top: 5%;
}
.course .lic_w .swiper-slide::before{
    content: "";
    display: block;
    width: 45px;
    height: 80%;
    background: #c00111;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .35;
    margin-top: 5%;
}
.swiper-button-next:focus,.swiper-button-prev:focus{
    outline: none !important;
 }
 .course{
     position: relative;
 }
  .course::after{
    content: "";
    display: block;
      height:1px;
      background: #7a7a7a;
      width: 100%;
      position: absolute;
      bottom: 23.6%;
      left: 0;
  }
  /* 联系 */
.contact{
    background: #f5f5f5;
    padding: 30px 0 110px 0;
}
.contact_ul {
    width: 100%;
    text-align: center;
}
.contact_ul li{
    float: left;
    width: 23%;
    margin-right: 23px;
    background: #fff;
    color: #333333;
    padding: 0 30px;
    height: 260px;
}
.contact .crumbs_div{
    padding-bottom: 45px;
}
.contact_ul li p:nth-child(2){
    font-size: 20px;
    font-weight: bold;
}
.contact_ul li p{
    font-size: 16px;
    line-height: 26px;
    
}
.contact_ul li:nth-child(1),
.contact_ul li:nth-child(2),
.contact_ul li:nth-child(3){
    padding-top: 45px;
}
.contact_ul li:nth-child(1) p:nth-child(2),
.contact_ul li:nth-child(2) p:nth-child(2),
.contact_ul li:nth-child(3) p:nth-child(2){
    padding: 16px 0;
}
.contact_ul li:nth-child(4) p{
    color: #020202;
    font-size: 14px;
}
.contact_ul li:nth-child(4){
    padding-top: 40px;
}
.message{
    padding: 55px 0 70px 0;
}
.message form input{
    border-bottom: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    height: 70px;
    padding-left: 10px;
}
.message .relevant_size{
    border-bottom: 1px solid #f5f5f5;
    margin: 0 15px;
}
.message form select{
    border-bottom: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    height: 70px;
    color: #757575;
    font-size: 16px;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/web/23.png") no-repeat scroll right center transparent;
    padding-right: 15px;
}

.message form select::-ms-expand { display: none; }
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
select,
input:focus{
    outline:none;
    resize: none;
}
input::-webkit-input-placeholder{
    color: #757575;
    font-size: 16px;
}
.message form textarea{
    height: 115px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
    border-top: none;
}
.message_p{
    font-size: 16px;
    color: #757575;
    padding: 35px 0 10px;
}
.message_lab label{
  font-size: 16px;
  color: #757575;
}

.message_lab{
  margin: 30px 0 0 0;
}
.message .message_lab input{
  border: 1px solid #d5d5d5;
  width: auto;
  height: auto;
 margin-right: 10px;
 margin-left: 15px;
 background: #fff;
}
.message_butt{
    text-align: right;
    color: #3d3b3b;
    font-size: 14px;
}
.message_butt button{
    border: none;
    background: #c00111;
    color: #fff;
    padding: 17px 60px;
    margin-bottom: 8px; 
    border: 1px solid #c00111;
}
.message_butt button:hover{
    color: #c00111;
    background: #fff;
    border: 1px solid #c00111;
}
.message_butt p{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 70px;
}
/* 品牌故事 */
.brand{
    padding: 30px 0 85px 0;
}
.brand_w100{
    width: 100%;
    background: #f5f5f5;
    margin-top: 25px;
}
.brand_w50{
    width: 50%;
    float: left;
}
.brand .story_div{
    padding: 75px 0 0 40px;
}
.brand_div {
    padding-top: 55px;
    padding-bottom: 25px;
    border-top: 1px solid #eeeeee;
}
.brand_div:nth-child(1){
    border-top:none;
}
.brand_div>p:nth-child(1){
    color: #c00111;
    font-size: 24px;
}
.brand_div>p:nth-child(2){
    color: #020202;
    font-size: 36px;
    padding: 0px 0 35px 0;
    font-weight: bold;
    position: relative;
}
.brand_div>p:nth-child(2)::after{
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #c00111;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: 0px;
}
.brand_div div{
    color: #696969;
    font-size: 16px;
    line-height: 28px;
}
.brand_div div p{
    text-indent:2em;
}
.download{
    padding: 45px 0 60px 0;
}
.product_div a img{
    height: 720px;
}
@media(max-width:1780px){
    .daohang_ul>li {
        padding: 0 15px;
    }
    .daohang_div {
        margin-left: 40px;
    }
    .daohang_ul li a {
        font-size: 16px;
    }
    .product_div a img{
     height: 720px;	
    }
}
@media(max-width:1440px){
    .daohang {
        padding: 0 30px;
    }
    .daohang_ul>li {
        padding: 0 8px
    }
    .lunbo .swiper-pagination-bullet {
        width:33.16%%;
    }
    .daohang_div span:nth-child(2) {
        font-size: 15px;
    }
    .daohang_div span a {
        font-size: 15px;
    }
    .daohang_div span .iconfont {
        font-size: 18px;
    }
.product_div a img{
     height: 700px;	
    }

}
@media(max-width:1366px){
    .lunbo .swiper-pagination-bullet {
        width: 33.15%;
    }
    .scene_size {
        padding: 110px 70px 0 50px;
    }
    .boutique_size p:nth-child(2) {
        font-size: 15px;
        line-height: 22px;
    }
.product_div a img{
     height: 700px;	
    }

}
@media(max-width:1280px){
    .daohang_div {
        margin-left: 90px;
    }
    .daohang_ul li a {
        font-size: 14px;
    }
    .daohang_div span:nth-child(2) {
        font-size: 14px;
    }
    .daohang_div span a {
        font-size: 14px;
    }
    .daohang_ul>li {
        padding: 0 5px;
    }
    .daohang_div span .iconfont {
        font-size: 16px;
    }
    .lunbo .swiper-pagination-bullet {
        width: 33.14%;
    }
    .lunbo_size p:nth-child(1) {
        font-size: 30px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 22px;
    }
    .lunbo_size{
        padding: 60px 160px 60px 60px;
    }
    .elevator_size p:nth-child(2) {
        font-size: 40px;
    }
    .elevator_size p:nth-child(3) {
        font-size: 18px;
    }
    .elevator_size p:nth-child(1){
        height: 65px;
    }
    .advantage_size p:nth-child(1) {
        font-size: 45px;
    }
    .advantage_size p:nth-child(2) {
        font-size: 18px;
    }
    .advantage_ul li{
        margin-top: 45px !important;
    }
    .advantage {
        padding: 80px 0 70px 0;
    }
    .scene_size p:nth-child(1) {
        font-size: 45px;
    }
    .scene_size p:nth-child(2) {
        font-size: 18px;
    }
    .space {
        padding: 80px 0 50px 0;
    }
    .concise_w30 {
        padding-top: 110px;
    }
.product_div a img{
     height: 620px;	
    }

    
}
@media(max-width:1140px){
	.daohang_ul>li {
        padding: 0 1px;
    }
.product_div a img{
     height: 580px;	
    }

}
@media(max-width:1024px){
    .daohang_ul li a {
        font-size: 12px;}
    .daohang {
        padding: 0 15px;
    }
    .daohang_ul>li {
        padding: 0 5px;
    }
    .daohang_div span:nth-child(2) {
        font-size: 12px;
    }
    .daohang_div span a {
        font-size: 12px;
    }
    .daohang_div span .iconfont{
        margin: 0 1px;
    }
    .lunbo_size {
        padding: 35px 120px 35px 50px;
    }
    .lunbo .swiper-pagination-bullet {
        width: 33.1%;
    }
    .elevator_div {
        left: 20%;
    }
    .elevator_dis>a {
        padding: 10px 40px;
        margin-top: 18px;
    }
    .elevator_dis p a {
        font-size: 15px;
    }
    .elevator {
        padding-bottom: 45px;
    }
    .swiper-pagination {
        margin-top: 20px;
    }
    .elevator_size p:nth-child(2) {
        font-size: 32px;
    }
    .elevator_size p:nth-child(3) {
        font-size: 16px;
    }
    .advantage {
        padding: 60px 0 50px 0;
    }
    .advantage_ul li:nth-child(2),
    .advantage_ul li:nth-child(5) {
        margin: 0 33px;
    }
    .advantage_ul li {
        margin-top: 40px !important;
    }
    .advantage_ul li p:nth-child(3) {
        font-size: 15px;
    }
    .advantage_ul li p:nth-child(2) {
        font-size: 22px;
        padding: 18px 0;
    }
    .advantage_size p:nth-child(1) {
        font-size: 35px;
    }
    .advantage_size p:nth-child(2) {
        font-size: 16px;
    }
    .scene_size p:nth-child(1) {
        font-size: 32px;
    }
    .scene_size p:nth-child(2) {
        font-size: 16px;
    }
    .scene_size p:nth-child(2) {
        padding: 18px 0 25px 0;
    }
    .scene_size {
        padding: 77px 50px 0 40px;
    }
    .scene_size a {
        padding: 12px 50px
    }
    .space {
        padding: 60px 0 50px 0;
    }
    .space_ti .space_size{
        padding: 25px 22px 23px 22px;
    }
    .space_ul .col-md-6 .space_ti .space_size {
        padding-top: 18%;
    }
    .boutique_size {
        padding: 16px 24px;
    }
    .boutique_size p:nth-child(2) {
        font-size: 12px;
    }
    .boutique_size p:nth-child(1) a {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .boutique_a {
        margin-top: 30px;
    }
    .boutique {
        padding: 60px 0 50px 0;
    }
    .boutique_a a{
        padding: 12px 45px;
    }
    .information {
        padding: 60px 0 50px 0;
    }
    .information_back li:nth-child(2) {
        padding: 25px 25px 25px 25px;
    }
    .information_100 div:nth-child(2) p {
        font-size: 12px;
        line-height: 18px;
    }
    .information_100 div:nth-child(1) {
        font-size: 14px;
        padding: 12px 0;
    }
    .information_100 div:nth-child(2) a {
        font-size: 15px;
    }
    .information_a a {
        padding: 12px 45px;
    }
    .space_size a {
        font-size: 15px;
        padding: 10px 35px;
    }
    .space_size p:nth-child(2) {
        margin: 10px 0 12px 0;
        line-height: 22px;
    }
    .space_ul .col-md-6 .space_ti .space_size {
        padding-top: 23%;
    }
    .elevator_lunbo {
        padding-top: 30px;
    }
    .relevant_size {
        font-size: 32px;
    }
    .relevant_size>p {
        padding-bottom: 40px;
    }
    .easier .crumbs_div {
        padding-bottom: 30px;
    }
    .easier_ul li>div:nth-child(2) {
        padding: 85px 35px 0 40px;
    }
    .easier {
        padding: 30px 0 65px 0;
    }
    .brand_div>p:nth-child(2),
    .story_div>p:nth-child(1) {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .brand_div>p:nth-child(2)::after,
    .story_div>p:nth-child(1)::after{
        bottom: 4px;
    }
    .brand_div>p:nth-child(1) {
        font-size: 20px;
    }
    .story_div>div {
        font-size: 15px;
        line-height: 25px;
    }
    .brand_div div {
        font-size: 14px;
        line-height: 24px;
    }
    .brand_div {
        padding-top: 35px;
    }
    .brand {
        padding: 30px 0 55px 0;
    }
    .contact_ul li {
        margin-right: 19px;
        height: 240px;
    }
    .contact {
        padding: 30px 0 70px 0;
    }
    .contact .crumbs_div {
        padding-bottom: 25px;
    }
    .contact_ul li:nth-child(1),
    .contact_ul li:nth-child(2),
    .contact_ul li:nth-child(3) {
        padding-top: 33px;
    }
    .message_butt p {
        padding-bottom: 40px;
    }
    .message {
        padding: 45px 0;
    }
    .about .crumbs_div {
        padding-bottom: 25px;
    }
    .about {
        padding: 30px 0 70px 0;
    }
    .course::after{
        bottom: 22.8%;
    }
    .course_div {
        padding: 30px;
    }
    .course_div>div:nth-child(2) {
        padding: 0px 0 0 30px;
    }
    .course_div>div p:nth-child(2) {
        font-size: 13px;
        line-height: 22px;
    }
    .course_div>div p:nth-child(1) {
        font-size: 28px;
    }
    .course .lic_w .swiper-slide::after{
        left: 20px;
        width: 25px;
    }
    .course .lic_w .swiper-slide::before{
        width: 25px;
        right: 20px;
    }
    .next_lic,
    .prev_lic {
        height: 40px;
        width: 65px;
    }
    .next_lic {
        right: 17%;
    }
    .prev_lic {
        left: 17%;
    }
    .course {
        padding: 50px 0 60px 0;
    }
    .service_img >div:nth-child(1) {
        margin-right: 7px;
    }
    .service_img >div:nth-child(2) {
        margin-left: 7px;
    }
    .service_img >div{
        width: 49%;
    }
    .service_ul {
        padding-top: 35px;
    }
    .service_ul li p {
        padding: 15px 0 35px 0;
    }
    .service {
        padding: 30px 0 70px 0;
    }
    .tribute .col-md-8 p{
        padding: 12px 0;
    }
    .tribute .col-md-8 {
        padding-right: 20px;
    }
    .crumbs_icon {
        padding-top: 24px;
    }
    .tribute_w100{
        padding: 10px;
    }
    .tribute_w100 div a {
        font-size: 16px;
    }
    .tribute_w100 div p {
        font-size: 12px;
    }
    .tribute_w100>div{
        padding-left: 10px;
    }
    .tribute_a {
        padding-bottom: 45px;
    }
    .crumbs_icon p:nth-child(1) {
        font-size: 25px;
    }
    .news_80>p:nth-child(2){
        margin-bottom: 20px;
    }
    .concise_w70 div{
        width: 46%;
        float: left;
        margin-right: 20px;
    }
    .concise_w30 {
        padding-top: 40px;
    }
    .concise_a {
        padding: 28px 0 55px 0;
    }
    .relevant_ul li:nth-child(1),
    .relevant_ul li:nth-child(3) {
        margin-right: 19px;
    }
    .relevant_div {
        padding-top: 25px;
    }
    .relevant_ul li{
        padding: 30px;
    }
.product_div a img{
     height: 550px;	
    }

}
@media(max-width:990px){
    .sidebar-menu.is-active{
        display: block;
        transition:transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .phone{
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .mobile-foot{
        display: block;
    }
    .daohang{
        display: none;
    }
    .searchbox {
        top: 58px;
    }
    body{
        padding-top: 59px;
    }
    .lunbo .swiper-pagination-bullet {
        width: 24.79%;
    }
    .lunbo_img {
        left: 46.5%;
    }
    .elevator_div {
        left: 17%;
    }
    .elevator_div>p {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .elevator_fz p {
        line-height: 25px;
    }
    .elevator_dis>a {
        padding: 6px 30px;
        margin-top: 10px;
        font-size: 14px;
    }
    .elevator_div {
        bottom: 23%;
    }
    .advantage_ul li:nth-child(2),
    .advantage_ul li:nth-child(5) {
        margin: 0 26px;
    }
    .advantage_ul li {
        margin-top: 30px !important;
    }
    .advantage_ul li p:nth-child(3) {
        font-size: 14px;
        line-height: 22px;
    }
    .space_ul .col-md-6 {
        padding: 0 6px;
        width: 50%;
    }
    .space_ul .col-md-6 .space_ti .space_size {
        padding-top: 12%;
    }
    .space_ti .space_size {
        padding: 15px;
    }
    /* .bots .bots_div>ul{
        display: none;
    }
    .bots .bots_div .bots_ul{
        display: block;
    } */
    .boutique_size p:nth-child(2){
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 18px;
    }
    .boutique_size {
        padding: 15px;
    }
    .boutique .advantage_size {
        padding-bottom: 25px;
    }
    .boutique {
        padding: 45px 0;
    }
    .scene_size p:nth-child(2) {
        padding: 15px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .scene_size p:nth-child(1) {
        font-size: 28px;
    }
    .scene_size {
        padding: 45px 35px 0 35px;
    }
    .scene_size a {
        padding: 8px 40px;
        font-size: 14px;
    }
    .advantage_size p:nth-child(1) {
        font-size: 28px;
    }
    .advantage_size p:nth-child(2) {
        font-size: 14px;
    }
    .product_div a img{
     height: 520px;	
    }

}
@media(max-width:768px){
    .lunbo .swiper-pagination-bullet {
        width: 33.04%;
    }
    .lunbo_size p:nth-child(1) {
        font-size: 26px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 18px;
    }
    .lunbo_size {
        padding: 30px 55px 30px 40px;
    }
    .elevator_fz .elevator_div{
        transform: translateY(120px);
    }
    .elevator_div {
        bottom: 8%;
    }
    .information_100 {
        padding: 12px 0;
    }
    .information_back li:nth-child(2) {
        padding: 15px;
    }
    .information_100 div:nth-child(2) {
        padding-left: 10px;
    }
    .information_100 div:nth-child(1) {
        padding: 10px 0;
    }
    .information_back a img {
        top: -10px;
    }
    .information_back li>a {
        margin-left: 10px;
    }
    .information_size{
        margin: 0 15px ;
        padding: 15px;
    }
    .information_div>div {
        font-size: 18px;
    }
    .information_size p {
        font-size: 12px;
        line-height: 22px;
    }
    .information_size a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .information_size p:nth-child(2) {
        padding: 2px 0;
    }
    .information_a {
        margin-top: 22px;
    }
    .easier_ul li>div:nth-child(2) {
        padding: 45px 35px 0 40px;
    }
    .easier {
        padding: 30px 0 35px 0;
    }
    .easier_ul li>div:nth-child(2) p:nth-child(2) {
        font-size: 15px;
        line-height: 25px;
    }
    .easier_ul li {
        margin-bottom: 30px;
    }
    .second{
        display: none;
    }
    .easier .crumbs_div {
        padding-bottom: 20px;
    }
    .brand .story_div {
        padding: 50px 0 0 40px;
    }
    .brand .story_div {
        padding: 20px 0 0 15px;
    }
    .story_div>div {
        font-size: 13px;
        line-height: 23px;
    }
    .message form select{
        height: 60px;
    }
    .message form input{
        height: 60px;
    }
    .message form textarea {
        height: 90px;
    }
    .message_butt button {
        padding: 12px 45px;
    }
    .contact_ul li:nth-child(4) img{
        width: 100%;
    }
    .contact_ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact_ul li {
        padding: 0 15px;
        margin-right: 15px;
        height: 215px;
    }
    .course .container_lic {
        width: 80%;
    }
    .course .container_lic {
        width: 80%;
    }
    .prev_lic {
        left: 6%;
    }
    .next_lic {
        right: 6%;
    }
    .container_lic_b .swiper-slide span:before{
        top: -8px;  
        width: 6px;
        height: 6px;
        left: 76%;
    }
    .container_lic_b .swiper-slide span{
        margin-top: 3px;
    }
    .course::after {
        bottom: 18.8%;
    }
    .relevant_size>p {
        padding-bottom: 25px;
    }
    .relevant_size>p::after{
        bottom: 12px;
    }
    .service_zi {
        font-size: 14px;
        line-height: 25px;
    }
    .about_div div span:nth-child(1) {
        font-size: 25px;
    }
    .about_div p {
        font-size: 14px;
        padding-top: 4px;
        line-height: 20px;
    }
    .about {
        padding: 30px 0 50px 0;
    }
    .story {
        padding: 50px 0;
    }   
    .story_ul li>div:nth-child(2) {
        padding-left: 15px;
        padding-top: 15px;
    } 
    .story_div>p:nth-child(2) {
        font-size: 18px;
    }
    .story_div>div{
        padding: 8px 0 10px 0;
    }
    .story_div>a{
        padding: 10px 40px;
    }
    .story_ul li:nth-child(even) .story_div {
        padding: 30px 40px 0 0;
    }
    .service_img >div{
        width: 48.8%;
    }
    .service_ul li div {
        width: 100px;
        height: 100px;
        padding-top: 21px;
    }
    /* .service_ul li div img{
        width: 35%;
    } */
    .tribute_a a:nth-child(2) {
        padding-top: 10px;
    }
    .tribute_a a{
        font-size: 14px;
    }
    .tribute_a>div:nth-child(2) {
        padding-right: 8px;
    }
    .tribute_a>div:nth-child(3) {
        padding-left: 8px;
    }
    .tribute_w100>a {
        width: 38%;
    }
    .tribute_w100>div {
        width: 62%;
    }
    .tribute_w100 div a {
        font-size: 14px;
    }
    .tribute_wen div a {
        font-size: 14px;
        line-height: 20px;
    }
    .tribute_div div{
        width: 50%;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .tribute .col-md-8 p {
        padding: 8px 0;
    }
    .tribute .col-md-8 p{
        font-size: 14px;
    }
    .news_ul>li{
        padding: 25px;
        font-size: 14px;
    }
    .news_ul .news_80 {
        padding-left: 15px;
    }
    .news_80>p:nth-child(1) {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .news_80>p:nth-child(2) {
        margin-bottom: 4px;
    }
    .floor_100>div img{
        width: 100%;
    }
    .concise_p p:nth-child(2) {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .concise_p p:nth-child(1) {
        font-size: 25px;
    }
    .concise_p p:nth-child(3) {
        font-size: 14px;
        line-height: 20px;
    }
    .concise_a {
        padding: 12px 0 12px 0;
    }
    .concise_a a{
        padding: 10px 35px;
    }
    .concise .console_a {
        padding-top: 5px;
    }
    .console_a {
        font-size: 12px;
    }
    .concise_w70 div {
        margin-right: 20px;
    }
    .floor_100>div:nth-child(2) .floor_size{
        padding-top:35px;
    }
    .sweet_ul li {
        
    }
    .sweet_ul li a:nth-child(2) {
        padding-top: 8px;
        font-size: 16px;
    }
    .recommend_div>div:nth-child(1) {
        padding-right: 10px;
    }
    .recommend_div>div:nth-child(2) {
        padding-left: 10px;
    }
    .recommend {
        padding: 45px 0;
    }
    .case {
        padding: 40px 0 45px 0;
    }
    .floor {
        padding: 45px 0;
    }
    .floor_size p:nth-child(1) {
        font-size: 18px;
        padding: 25px 0 10px 0;
    }
    .floor_size p:nth-child(2) {
        font-size: 14px;
    }
    .sweet_ul li {
        
    }
    .console_50:nth-child(2) {
        padding-left: 20px;
    }
    .console_p p:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
        padding: 4px 0 8px 0;
    }
    .console_p>p:nth-child(1) {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .console_p div p:nth-child(3) {
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .console_a a {
        font-size: 12px;
        line-height: 22px;
    }
    .relevant_ul li:nth-child(1),
    .relevant_ul li:nth-child(2) {
        margin-bottom: 15px;
    }
    .relevant_ul li:nth-child(1),
    .relevant_ul li:nth-child(3) {
        margin-right: 14px;
    }
    .relevant_a a {
        padding: 12px 45px;
    }
    .relevant {
        padding: 32px 0 48px 0;
    }
    .price {
        padding: 30px 0 40px 0;
    }
    .relevant_ul li a:nth-child(1) {
        font-size: 18px;
    }
    .relevant_ul li a:nth-child(2) {
        font-size: 14px;
        line-height: 23px;
        padding: 12px 0 18px 0;
    }
    .bots .bots_div>ul{
        width: 14.2%;
    }
    .bots .bots_div .bots_ul{
        display: none;
    }
    .bots {
        display: none;
    }
    .ul_icon{
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #c00111;
        text-align: center;
        padding: 10px 0;
        z-index: 999;
    }
    .ul_icon li{
        width: 25%;
        float: left;
    }
    .ul_icon a{
        display: block;
    }
    .ul_icon div,
    .ul_icon a>div{
        font-size: 16px;
        color: #fff;
    }
    .ul_icon .iconfont{
        font-size: 20px;
    }
    .ul_icon .bdsharebuttonbox a{
        background: none !important;
        margin-right: 0 !important;
        float: none !important;
        text-align: center !important;
        width: auto !important;
        line-height:  24px  !important;
    }
    .bdshare_popup_box{
        left: 115px !important;
    }
    .dis{
        display: none;
    }
    .diss{
        display: block;
    }
    body{
        padding-bottom: 72px;
    }
.product_div a img{
     height: 475px;	
    }

}
@media(max-width:480px){
    .tribute .col-md-8 img{
		width:100%;
	}
    .container_lic_b .swiper-slide span:before {
        top: -9px;
        left: 77%;
    }
    .lunbo_size p:nth-child(1) {
        font-size: 16px;
    }
    .lunbo_size p:nth-child(2) {
        font-size: 12px;
    }
    .lunbo_size {
        padding: 15px 20px;
    }
    .lunbo .swiper-pagination-bullet {
        width:32.7%;
    }
    .lunbo_img{
        display: none;
    }
    .elevator_size p:nth-child(1) {
        height: 35px;
    }
    .elevator_size p:nth-child(2) {
        font-size: 24px;
    }
    .elevator_size p:nth-child(3) {
        font-size: 14px;
    }
    .elevator_div>p {
        font-size: 15px;
    }
    .elevator_dis p {
        display: none;
    }
    .elevator_fz .elevator_div {
        transform: translateY(99px);
    }
    .elevator_div {
        left: 12%;
        bottom: 10%;
    }
    .elevator_fz::after {
        height: 8px;
    }
    .elevator_dis>a {
        padding: 4px 10px;
        font-size: 12px;
    }
    .elevator_fz .elevator_div {
        transform: translateY(40px);
    }
    .elevator {
        padding-bottom: 35px;
    }
    .swiper-pagination {
        margin-top: 15px;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 7px;
    }
    .advantage {
        padding:35px 15px;
    }
    .advantage_size p:nth-child(1) {
        font-size: 24px;
        padding-bottom: 2px;
    }
    .advantage_size p:nth-child(2) {
        font-size: 12px;
    }
    .advantage_ul li {
        width: 100%;
        height: auto;
        margin-top: 20px !important;
    }
    .advantage_ul li:nth-child(2),
    .advantage_ul li:nth-child(5) {
        margin: 0 ;
    }
    .advantage_ul li p:nth-child(2) {
        font-size: 18px;
        padding: 10px 0;
    }
    .scene>div{
        width: 100%;
        float: none;
        
    }
    /* .scene{
        margin: 0 15px;
    } */
    .scene_size {
        padding: 15px;
        text-align: center;
    }
    .scene_size p{
        text-align: left;
    }
    .scene_size p:nth-child(1) {
        font-size: 24px;
        text-align: center;
    }
    .scene_size p:nth-child(2) {
        padding: 5px 0 10px 0;
    }
    .information_div {
        text-align: center;
    }
    
    /* .bots .bots_div .bots_ul{
        display: block;
        width: 100%;
        padding: 0 15px;
    }
    .bots_bor,
    .bots .bots_bors{
        display: none;
    }
    .bots ul>li:nth-child(1) {
        padding: 25px 0 ;
    } */
    .scene_size a {
        padding: 10px 48px;
    }
    .rightfix{
        display: none;
    }
    .space {
        padding: 35px 15px;
    }
    .space_ul .col-xs-12 {
        padding: 0 ;
        width: 100% !important;
    }
    .space_ul .col-md-3>div{
        margin-bottom: 15px !important;
        width: 48%;
        float: left;
    }
    .space_ul .col-md-3 div:nth-child(1){
        margin-right: 7px;
    }
    .space_ul .col-md-3 div:nth-child(2){
        margin-left: 6px;
        
    }
    .space_ti>div:nth-child(2){
        left: 30%;
    }
    .space_ul li>div{
        margin-bottom: 15px
    }
    .space_ul {
        margin: 25px 0 0 0;
    }
    .boutique_ul li{
        width: 50%;
        height: 133px;
    }
    .boutique_ul li>div:nth-child(2) {
        left: 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
        bottom: 0;
        height: 28%;
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3));
    }
    .boutique {
        padding: 35px 0;
    }
    .information_size {
        margin: 0 15px;
        padding: 15px;
    }
    .information_back li>a {
        margin:0 10px;
    }
    .information_back li {
        width: 100%;
        float: none;
    }
    .information_back {
        margin-top: 40px;
    }
    .information {
        padding: 35px 15px;
    }
    .lunbo .swiper-pagination-bullet {
        height: 10px
    }
    .lunbo .swiper-pagination {
        margin-top: -5px !important;
    }
    .elevator_dis>a{
        margin-top: 5px;
    }
    .space_ti .space_size{
        padding: 10px 22px 40px 22px;
    }
    .space_size p:nth-child(2){
        margin: 6px 0;
    }
    .space_size a {
        font-size: 14px;
        padding: 6px 22px;
    }
    .space_ul .col-md-6 .space_ti .space_size {
        padding-top: 23%;
    }
    .space_ul li:nth-child(2) .space_ti>div:nth-child(2){
        left: 26%;
    }
    .easier_ul li>div {
        width: 100%;
        float: none;
    }
    .easier {
        padding: 20px 15px ;
    }
    .easier_ul li>div:nth-child(2) {
        padding: 15px 0;
    }
    .easier_ul li {
        margin-bottom: 15px;
    }
    .relevant_size {
        font-size: 24px;
    }
    .brand_w50 {
        width: 100%;
        float: none;
    }
    .brand {
        padding: 35px 15px;
    }
    .brand_div>p:nth-child(2),
    .story_div>p:nth-child(1) {
        font-size: 24px;
    }
    .contact_ul li{
        width: 47.8%;
        margin-bottom: 15px;
    }
    .contact_ul li {
        padding: 0 15px;
        margin-right: 0;
        height: 190px;
    }
    .contact_ul li:nth-child(1),
    .contact_ul li:nth-child(3){
        margin-right: 7px;
    }
    .contact_ul li:nth-child(2),
    .contact_ul li:nth-child(4){
        margin-left: 7px;
    }
    .contact {
        padding: 35px 15px;
    }
    .contact_ul li:nth-child(4) {
        padding-top: 10px;
    }
    .contact_ul li:nth-child(1),
    .contact_ul li:nth-child(2),
    .contact_ul li:nth-child(3) {
        padding-top: 25px;
    }
    .message {
        padding: 35px 0;
    }
    .message_p {
        font-size: 15px;
        padding: 15px 10px 10px;
    }
    .message_lab label {
        font-size: 14px;
        color: #757575;
    }
    .message .message_lab input{
        margin-left: 0;
    }
    .message_butt{
        text-align: center;
        margin-top: 20px;
    }
    .message_butt p {
        padding:0 0 35px 80px;
    }
    .relevant_size>p {
        padding-bottom: 30px;
    }
    .relevant_size>p::after{
        bottom: 18px;
    }
    .contact .crumbs_div {
        padding-bottom: 15px;
    }
    .about .crumbs_div {
        padding-bottom: 15px;
    }
    .about {
        padding: 35px 15px;
    }
    .about_ul li {
        width: 100%;
        float: none;
    }
    .about_ul li:nth-child(2) {
        margin: 15px 0;
    }
    .about_div div span:nth-child(1) {
        font-size: 32px;
    }
    .about_ul li:nth-child(2) span:nth-child(2) {
        position: absolute;
        top: -1px;
        right: 25%;
    }
    .story_ul li>div{
        width: 100%;
    }
    .story {
        padding: 35px 15px;
    }
    .story_ul li>div:nth-child(2){
        padding-left: 0;
    }
    .course .container_lic {
        width: 100%;
    }
    .course_div>div:nth-child(2) {
        padding: 0px 0 0 10px;
    }
    .course_div {
        padding: 15px;
    }
    .course_div>div {
        width: 100% !important;
        float: none;
    }
    .course::after {
        bottom: 12.9%;
    }
    .lic_b {
        padding: 0 10%;
        margin-top: 32px;
    }
    .service {
        padding: 35px 15px;
    }
    .service_ul li{
        width: 50%;
    }
    .service_img >div {
        width: 47.6%;
    }
    .reforms {
        padding:35px 15px;
    }
    .crumbs_icon p:nth-child(1) {
        font-size: 18px;
    }
    .crumbs_icon {
        padding-top: 10px;
    }
    .tribute {
        padding: 25px 15px 35px 15px;
    }
    .tribute .col-md-8 {
        padding:0;
        margin-bottom: 35px;
    }
    .tribute .col-md-4{
        padding: 0 ;
    }
    .news_ul>li {
        padding: 15px;
    }
    .news_ul .news_20{
        width: 100%;
    }
    .news_ul .news_80{
        width: 100%;
        padding: 15px 0;
    }
    .news {
        padding: 35px 15px;
    }
    .news_ul>li {
        margin-bottom: 15px;
    }
    #page li {
        float: left;
        padding: 3px 10px;
        margin-right: 1px;
    }
    .news_80>p:nth-child(2) {
        font-size: 14px;
    }
    .concise_w70{
        width: 100%;
    }
    .concise_w30{
        width: 100%;
    }
    .concise_w70 div:nth-child(1) {
        margin-right: 8;
    }
    .concise_w70 div:nth-child(2) {
        margin:0 0 0 8px;
    }
    .concise {
        padding: 35px 15px;
    }
    .concise_w30 {
        padding-top: 25px;
    }
    .concise_p p:nth-child(2) {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .concise_a{
        padding: 15px 0;
    }
    .floor_100>div:nth-child(2) .floor_size {
        padding-top: 17px;
    }
    .floor {
        padding: 35px 15px;
    }
    .sweet {
        background: #f5f5f5;
        padding: 35px 15px;
    }
    .sweet_ul li{
        

    }
    .recommend .recommend_div>div{
        width: 100%;
        float: none;
    }
	.yd{ display:none;}
    .recommend {
        padding: 35px 15px;
    }
    .recommend_div>div:nth-child(2) {
        padding-left: 0;
    }
    .recommend_div>div:nth-child(1) {
        padding-right: 0;
    }
    .relevant_a a {
        padding: 10px 35px;
    }
    .quality_size {
        padding: 15px;
    }
    .quality_size a {
        font-size: 16px;
        padding-bottom: 0px;
    }
    .quality_size p {
        font-size: 13px;
        line-height: 20px;
    }
    .case {
        padding: 35px 15px;
    }
    .product_div {
        margin-bottom: 15px;
    }
    .product {
        padding: 35px 0;
    }
    .console_50{
        width: 100% !important;
    }
    .console {
        padding: 35px 15px;
    }
    .console_50:nth-child(2) {
        padding-left: 0px;
    }
    .console_div {
        padding-top: 35px;
    }
    .quality .col-md-4{
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .quality {
        padding: 35px 0;
    }
    #page{
        height: 20px;
    }
    .relevant_ul li{
        width: 100%;
    }
    .relevant {
        padding: 35px 15px;
    }
    .relevant_ul li:nth-child(1),
    .relevant_ul li:nth-child(3) {
        margin-right: 0;
    }
    .relevant_ul li {
        padding: 15px;
        margin-bottom: 15px !important;
    }
    .price {
        padding: 15px 15px 35px 15px;
    }
    .relevant_a {
        margin-top: 0px;
    }
    .concise_w70 div {
        margin-right: 18px;
    }
    .product_size p {
        padding-top: 7px;
        height: 59px;
      }
      .product .clearfix>div:nth-of-type(odd){
        padding-right: 7px;
      }
      .product .clearfix>div:nth-of-type(even){
        padding-left: 7px;
      }
      .product_size a{
        font-size: 15px;
        line-height: 36px;
      }
      
      .quality_list>div:nth-of-type(odd){
        padding-right: 7px;
      }
      .quality_list>div:nth-of-type(even){
        padding-left: 7px;
      }
      .quality_size {
        padding: 8px;
    }
    .quality_size a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height: 20px;
       
    }
    .download {
        padding:35px 15px;
    }
.product_div a img{
     height: 400px;	
    }

}

.download_ul li{
    color: #696969;
    border-bottom: 1px dashed #bcbcbc;
    padding: 20px 0;
    font-size: 16px;
}
.download_ul li img{
    margin-right: 10px;
}
.download_ul li a{
    color: #696969;
}
.bdSharePopup_1577322910849bg,
.bdSharePopup_1577322271794box{
    display: none !important;
    opacity:0  !important;
}
.bdshare_dialog_box{
    top: 265px !important;
}
.bdshare_popup_box,
.bdshare_dialog_bg{
    display: none !important;
}


.brand .table td{  vertical-align:middle;}
.class_img{width:100%;}
.indexVideo {
    width: 100%;
    display: flex;
}
.video-js{
	  width: 100%;
}

@media only screen and (max-width: 1000px){
	#videoContainer,#videoContainer_html5_api {
		height: 500px !important;
	}
}

@media only screen and (max-width: 768px){
	#videoContainer,#videoContainer_html5_api {
		height: 250px !important;
	}
}


/*  */
.trend{
    padding: 110px 0 145px 0;
}
.trend_ti>p{
    font-family: "YouSheBiaoTiHei";
    color: #c00111;
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    -moz-transform: matrix( 1.0920693391904,0,0,1.0920693391904,0,0);
    -webkit-transform: matrix( 1.0920693391904,0,0,1.0920693391904,0,0);
    -ms-transform: matrix( 1.0920693391904,0,0,1.0920693391904,0,0);
    position: relative;
    padding-bottom: 28px;
}
.trend_ti>p::after{
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 2px;
    background: #c00111;
    content: "";
}
.trend_ti>p::before{
    width: 60px;
    height: 6px;
    content: "";
    background: #c00111;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.trend_ul li>div{
    width: 50%;
    
}
.trend_ul_size>p:nth-of-type(1){
    color: #c00111;
    font-size: 30px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    font-style: oblique;

}
.trend_ul_size>p:nth-of-type(2){
    color: #2b2b2b;
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
}
.trend_ul{
    margin-top: 85px;
}
.trend_ul>li:nth-of-type(odd)>div:nth-of-type(1){
    float: left;
}
.trend_ul>li:nth-of-type(even)>div:nth-of-type(1){
    float: right;
}
.trend_ul>li:nth-of-type(odd)>div:nth-of-type(2){
    right: 0;
    background: url(/web/s3.jpg) no-repeat;
    background-size: 100% 100%;
}
.trend_ul>li:nth-of-type(even)>div:nth-of-type(2){
    left: 0;
    background: url(/web/s4.jpg) no-repeat;
    background-size: 100% 100%;
}

.trend_ul>li:nth-of-type(even)>div:nth-of-type(2){
    left: 0;
}
.trend_ul>li{
    position: relative;
    margin-top: 55px;
}
.trend_ul>li:nth-of-type(1){
    margin-top: 0;
}
.trend_ul_size{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 0px 30px 65px;
    
}
.trend_ul li>div:nth-of-type(1){
    background: #efcfd5;
    position: relative;
    z-index: 5;
}
.trend_ul li>div:nth-of-type(1) img{
    position: relative;
    top: -10px;
    right: -10px;
}
.partner{
    background: #c00111;
    padding: 120px 0;
}
.partner_div{
    background: #fff;
    padding: 45px 22px;
}
.partner_div .fl{
    width: 30%;
}

.partner_div .fr{
    width: 65%;
}
.partner_div img{
   width: 100%;
}
.partner_size p:nth-of-type(2){
    font-size: 22px;
    color: #000;
}
.partner_size p:nth-of-type(1){
    font-size: 28px;
    color: #c00111;
    font-weight: bold;
}
.partner_lb{
    margin-top:55px;
}
.partner .trend_ti>p{
    color: #fff;
}
.partner .trend_ti>p::before,
.partner .trend_ti>p::after{
    background: #fff;
}
.case_swiper{
    margin: 40px 0;
}
.case_jm_a{
    text-align: center;
}
.case_jm_a a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    padding: 0 80px;
    font-weight: bold;
    border-radius: 30px;
    background: #c00111;
}
.case_jm{
    padding: 85px 0 40px 0;
}
.about_top{
    padding: 90px 0 115px 0;
}
.about_top .trend_ti{
    padding-bottom: 40px;
}
.agent_size a{
    color: #363333;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.agent_size p:nth-of-type(2){
    color: #7f8081;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.agent_size p{
    color: #7f8081;
    font-size: 14px;
    
}
.agent_size p:nth-of-type(1){
    margin: 15px 0;
}
.agent_lb{
    margin: 55px 0;
}
.agent{
    padding: 95px 0;
}
.apply{
    background: #c00111;
    padding: 55px 0 50px 0;
}
.apply_ti{
    color: #fff;
    font-weight: bold;
}
.apply_ti p:nth-of-type(1){
    font-size: 30px;
    margin-bottom: 10px;
    
}
.apply_ti p:nth-of-type(2){
    font-size: 20px;
}
.apply_inp>input{
    width: 100%;
    height: 52px;
    background: #fff;
    border-radius: 26px;
    color: #000000;
    font-size: 16px;
    border: none;
    padding-left: 20px;
}
.apply_div{
    margin-top: 30px;
}
.apply_butt button{
    font-size: 25px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(32, 113, 151);
    width: 120px;
    height: 120px;
    border: none;
}
.apply_inp{
    padding-top: 40px;
}
@media(max-width:1280px){
    .trend_ti>p{
        font-size: 40px;
    }
    .trend_ul_size>p:nth-of-type(1) {
        font-size: 30px;
    }
    .trend_ul_size>p:nth-of-type(2) {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
    .trend {
        padding: 85px 0;
    }
}
@media(max-width:768px){
    .trend_ul_size {
        padding: 20px;
    }
    .trend_ul_size>p:nth-of-type(2) {
        font-size: 16px;
        line-height: 26px;
    }
    .trend_ul_size>p:nth-of-type(1) {
        font-size: 20px;
    }
    .apply_ti p:nth-of-type(1) {
        font-size: 20px;
    }
    .apply_ti p:nth-of-type(2) {
        font-size: 16px;
    }
    .trend_ti>p {
        font-size: 35px;
    }
}
@media(max-width:767px){
 




    .trend {
        padding: 35px 15px;
    }
    .trend_ti>p {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .trend_ul {
        margin-top: 25px;
    }
    .trend_ul li>div{
        width: 100%;
        float: none !important;
    }

    .trend_ul li>div:nth-of-type(1) img{
        top: -5px;
        right: -5px;
    }
    .trend_ul_size{
        position: static;
        transform: translateY(0);
        padding: 15px;
        margin-top: 15px;
    }
    .trend_ul>li{
        margin-top: 15px;
    }
    .case_jm {
        padding:35px 15px;
    }
    .case_jm_a a{
        font-size: 14px;
        line-height: 45px;
        padding: 0 50px;
    }
    .apply {
        padding: 35px 15px;
    }
    .apply_div {
        margin-top: 0px;
    }
    .apply_inp{
        margin-top: 15px;
    }
    .agent {
        padding: 35px 15px;
    }
    .agent_size p:nth-of-type(2){
        font-size: 14px;
        line-height: 26px;
    }
    .agent_size p:nth-of-type(1) {
        margin: 6px 0;
    }
    .agent_size a {
        font-size: 17px;
    }
    .apply_inp{
        padding-top: 0px;
    }
    .apply_butt{
        text-align: center;
    }
    .apply_butt button{
        font-size: 16px;
        width: 80px;
        height: 80px;
        margin-top: 25px;
    }
    .partner {
        background: #c00111;
        padding: 35px 15px;
    }
    .partner_div {
        padding: 15px;
    }
    .partner_size p:nth-of-type(2) {
        font-size: 16px;
    }
    .partner_size p:nth-of-type(1) {
        font-size: 20px;
    }
    .partner_lb{
        margin-top: 25px;
    }
    .classlianxi {
    border-bottom: 1px solid #bbbbbb;
    margin: 0 12px;
    text-align: left;
    position: relative;
}

.classlianxi span {
    display: inline-block;
    width: 35%;
    padding: 0 0px;
    height:60px;
    line-height: 60px;
    font-size: 16px;
    top: 0px;
}
.classlianxi input {
    position: absolute;
    left: 35%;
    width: 59%!important;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    outline: none;
    border: none!important;
    background: none;
}
.classtishi {
    margin: 20px;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
}


}