@charset "utf-8";
@media screen and (max-width:1220px){
  .padding{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width:1000px){
  #header .menu{
    font-size: 0;
    letter-spacing: -1px;
    text-align: center;
  }
  #header .menu li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 11.111%;
    position: relative;
    z-index: 999;
  }
  #header .menu li > a{
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
  }
  #header .menu li:hover > a{
    background: #ec713a;
  }
  #header .menu li p{
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  #header .menu li:hover p{
    display: block;
  }
  #header .menu li p a{
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    background: rgba(236,113,58,.8);
  }
  #header .menu li p a:hover{
    background: rgba(251,141,92,.8);
  }
  #aside .location{
    float: left;
  }
  #aside .location span:after{
    content: ' > ';
    font-family: '宋体';
  }
  #aside .location,
  #aside .location *{
    font-size: 14px;
    line-height: 60px;
    color: #666;
  }
  #aside .location a:nth-child(1){
    padding-left:22px;
    display: inline-block;
    background: url(../images/home.png) 0 center no-repeat;
  }
  #aside .location a:hover{
    color:#1a5899;
  }
  #aside .list{
    float: right;
    font-size: 0;
    letter-spacing: -1px;
    text-align: right;
  }
  #aside .list a{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    line-height: 52px;
    position: relative;
    padding: 0 22px;
  }
  #aside .list .hover{
    color: #005ba8;
  }
  #aside .list .hover:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #005ba8;
    height: 2px;
  }
}
@media screen and (max-width: 1080px){
  .h_dw{
    display: none;
  }
  .fixed-flolt{
    display: none;
  }
   }
@media screen and (max-width: 1150px){
  #footer .logo{
    display: none;
  }
    #footer .copyright{
    float: none;
    width: auto;
    margin: 3% 2%;
  }
}
@media screen and (max-width: 999px){
  .header2{
    display: none;
  }
  #wrapper{
    padding-top: 50px;
  }
  .header{
    position: fixed;
    z-index: 997;
    left: 0;
    right: 0;
    top: 0;
    box-shadow:0 0 5px 2px rgba(0,0,0,.1);
  }
    .logo{

margin-bottom: 5px;

margin-top: 5px;

}
  #header .logo a img{
    height: 50px;
  }
  .header1 > em{
    display: block;
    position:fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: 6px;
    z-index:999;
  }
  .header1 > em:after{
    content: '';
    display:block;
    height:15px;
    width:15px;
    background:#ccc;
    border-radius:4px;
    box-shadow:17px 0 0 #00a0e9, 0 17px 0 #00a0e9, 17px 17px 0 #ccc;
    margin:9px 0 0 9px;
  }
  .header1 > em:before,
  .header1.selected > em:after{
    content:'';
    height:3px;
    width:24px;
    background:#FFF;
    border-radius:2px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -22px;
    transform:rotate(45deg);
  }
  .header1.selected > em:before,
  .header1.selected > em:after{
    margin:-1px 0 0 -12px;
    transform:rotate(-45deg);
    box-shadow:0 0 0 #00469b, 0 0 0 #00469b, 0 0 0 #999;
  }
  .header1.selected > em:after{
    transform:rotate(45deg);
  }
  #header .menu{
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom:100%;
    overflow: auto;
    z-index: 998;
    transition: all .2s;
    opacity:0;
  }
  .header1.selected #header .menu{
    bottom: 0;
    opacity: 1;
    padding:60px 0 20px;
  }
  #header .menu > li > a{
    color: #FFF;
    display: block;
    width: 100%;
    line-height: 46px;
    text-align:left;
    font-size: 18px;
    padding-left: 50px;
  }
  #header .menu > li p{
    display: none;
  }
  #header .tel, #aside .location a, #aside .location span {
    display: none;
  }

  #aside .location,
  #aside .location .a{
    font-size: 16px;
    line-height: 40px;
  }
  #aside .location .a{
    display: inline-block;
  }
  
  #aside .list{
    position: absolute;
  }
  #aside.selected b{
    position:fixed;
    top:50px;
    left:0;
    bottom:0;
    width:100%;
    display:block;
    z-index:995;
    opacity:1;
    background:rgba(0,0,0,0.7);
  }
  #aside em{
    display:block;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-14px;
    width:32px;
    height:24px;
    border-radius:4px;
  }
  #aside em i{
    display:block;
    height:2px;
    background:#CCC;
    margin:6px 2px 0;
  }
  #aside em i:first-child{
    margin-top:5px;
  }
  #aside .list{
    position:fixed;
    top:50px;
    width:66%;
    z-index:996;
    right:-66%;
    bottom:0;
    overflow:auto;
    background:white;
    transition:all .3s;
  }
  #aside.selected .list{
    right:0;
  }
  #aside .list a{
    display: block;
    line-height:20px;
    padding:10px 12px;
    font-size: 15px;
    font-weight: normal;
    border-bottom:1px solid #DDD;
  }
  #aside .list1{
    border-bottom:1px solid #DDD;
    padding: 8px 0;
  }
  #aside .list1 a{
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 4px 10px 4px 22px;
  }
  #aside .list1 a:before{
    content: '> ';
  }


  #detailed > .fl-left{
    float: none;
    width: auto;
  }
  #detailed > .fl-right{
    float: none;
    width: auto;
    margin-top: 2%;
  }
  #detailed .type i,
  #detailed .type span{
    display: none;
  }
  #detailed .performance .fl-left,
  #detailed .performance .fl-right{
    display: block;
    width: auto;
  }
  #detailed .performance .fl-right{
    padding: 3%;
  }
  #detailed .performance .fl-right .nr{
    margin: 12px 0;
  }
  #detailed .case .fl-left,
  #detailed .case .fl-right{
    float: none;
    width: auto;
  }
  #detailed .case .fl-left .text{
    padding:12px 3%;
  }
  #detailed .case .fl-left .text p{
    min-height:24px;
  }
  #detailed .case .fl-right a,
  #detailed .case .fl-right a:nth-child(1){
    float: left;
    width: calc(25% - 6px);
    margin:10px 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  #detailed .case .fl-right a:nth-child(1){
    margin-left: 0;
  }
  #detailed .case .fl-right a dd{
    width:auto;
    display:block;
  }
  #detailed .case .fl-right a li{
    display:block;
    width:auto;
    padding:6px 10px;
    margin-left: 0;
  }
}
@media screen and (max-width:999px){
  .pro .type img{
    display: none;
  }
  .pro .type ul{
    margin: 0;
  }
}
@media screen and (max-width:799px){
  #pageStyle a.num,
  .search ul li,
  .pro .type{
    display: none;
  }
  .search ul form{
    width: 100%;
  }
  .pro .type1 ul a dd{
    width: 100px;
  }
  .pro .type1 ul a li{
    width: calc(100% - 115px);
  }
  .pro .type1 ul a li h2{
    font-size: 16px;
    line-height: 28px;
  }
  .pro .type1 ul a li p{
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp:3;
  }
  .pro .boxscroll a{
    width: 130px;
  }
  .about > ul > li{
    padding: 0 4% 20px;
  }
  .about .fl-left{
    width:auto;
    max-width:100%;
  }
  .about .fl-left > h2{
    display: none;
  }
  .about .img{
    position: relative;
    width: auto;
    max-width:100%;
    right: 0;
    bottom: 0;
  }
  .about .more{
    margin:12px auto 0;
  }
  .service .fl-left{
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .service .fl-right{
    float: none;
    width: auto;
  }
  .list_news > a dd{
    width: 140px;
  }
  .list_news > a p{
    width: calc(100% - 155px);
  }
  .list_news > a p span{
    font-size: 16px;
    line-height:30px;
    margin-bottom: 3px;
  }
  .list_type a{
    font-size: 14px;
    padding: 0 12px;
  }
  #detailed .parameter ul li{
    display: block;
    float: left;
  }
  #detailed .parameter ul li:nth-child(1),
  #detailed .parameter ul li:nth-child(3){
    width:130px;
  }
  #detailed .parameter .list li:nth-child(2),
  #detailed .parameter .list li:nth-child(4),
  #detailed .parameter .list1 li:nth-child(2){
    width: calc(100% - 130px);
  }
  #detailed .parameter ul li:nth-child(3),
  #detailed .parameter ul li:nth-child(4){
    border-top: 1px solid #d3d3d3;
  }
  #detailed .parameter .list li:nth-child(2):after,
  #detailed .parameter .list li:nth-child(3):after{
    display: none;
  }
  #detailed .parameter ul li:nth-child(1):after{
    left:130px;
  }
  .passageway.bg ul li,
  #detailed .case .fl-left .text h2{
    font-size: 18px;
  }
  #detailed .type{
    border-bottom-width:2px;
  }
  #detailed .type li{
    padding:2px 30px 0 12px;
    font-size: 16px;
  }
  #detailed > .fl-right > a{
    font-size: 16px;
  }
  .content{
    min-height: 200px;
  }
  .type-name{
    line-height: 2;
  }
  .type-name1,
  .about .type-name1{
    background: none;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 15px;
  }
}
@media screen and (max-width:479px){
  .service .fl-right .img{
    height:auto;
  }
  .service .fl-right .img img{
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1000px){
  .list_pro a{
    width: calc(25% - 8px);
  }
  .list_pro a:nth-child(-n+4){
    margin-top: 0;
  }
  .list_pro a:nth-child(4n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width:800px) and (max-width:999px){
  .list_pro a{
    width:calc(25% - 8px);
  }
  .list_pro a:nth-child(-n+4){
    margin-top: 0;
  }
  .list_pro a:nth-child(4n+1){
    margin-left: 0;
    clear: both;
  }
  .reason .list a{
    width: calc(33.33333% - 12px);
    margin-left: 18px;
  }
  .reason .list a:nth-child(3n+1){
    margin-left: 0;
  }
  .reason .list a ul h2{
    font-size: 18px;
  }
  .reason .list a ul li{
    font-size: 14px;
  }
}
@media screen and (min-width:540px) and (max-width:799px){
  .list_pro a{
    width:calc(33.33333% - 7px);
  }
  .list_pro a:nth-child(-n+3){
    margin-top: 0;
  }
  .list_pro a:nth-child(3n+1){
    margin-left: 0;
    clear: both;
  }
  .reason .list a,
  .reason .list a:nth-child(3n+1){
    width: calc(50% - 9px);
    margin-left: 18px;
  }
  .reason .list a:nth-child(2n+1){
    margin-left: 0;
  }
  .reason .list a ul h2{
    font-size: 18px;
  }
  .reason .list a ul li{
    font-size: 14px;
  }
}
@media screen and (max-width:539px){
  .list_pro a{
    width:calc(50% - 5px);
  }
  .list_pro a:nth-child(-n+2){
    margin-top: 0;
  }
  .list_pro a:nth-child(2n+1){
    margin-left: 0;
    clear: both;
  }
  .reason .list a,
  .reason .list a:nth-child(3n+1){
    float: none;
    width: auto;
    margin-left: 0;
  }
  .reason .list a ul h2{
    font-size: 18px;
  }
  .reason .list a ul li{
    font-size: 14px;
  }
}