@charset "utf-8";
@media screen and (min-width:769px){
  .footer1{
    display: none!important;
  }
  #header .menu{
    position: absolute;
    text-align: right;
    top: 0;
    left: 170px;
    right: 180px;
    font-size: 0;
    letter-spacing: -1px;
  }
  #header .menu > div{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    position:relative;
    z-index:10;
  }
  #header .menu > div > a{
    display:block;
    font-size: 16px;
    line-height: 90px;
    padding: 0 16px;
  }
  #header .menu > div:hover > a{
    background: #af0810;
    color: #FFF;
  }
  #header .menu > div > ul{
    background:#FFF;
    display:none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
  }
  #header .menu > div:hover > ul{
    display:block;
  }
  #header .menu > div > ul > li{
    position: relative;
    border-bottom:1px solid #af0810;
  }
  #header .menu > div > ul > li > a{
    display:block;
    text-align:center;
    line-height:34px;
    white-space: nowrap;
    padding: 0 15px;
  }
  #header .menu > div > ul > li:hover > a:after{
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 7px solid white;
  }
  #header .menu > div > ul > li > ul{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    padding-left:17px;
  }
  #header .menu > div > ul > li:hover > ul{
    display: block;
  }
  #header .menu > div > ul > li > ul > li{
    position: relative;
    background: #FFF;
    border-bottom:1px solid #af0810;
  }
  #header .menu > div > ul > li > ul > li > a{
    display: block;
    white-space: nowrap;
    padding: 0 15px;
    line-height: 34px;
    text-align: center;
  }
  #header .menu > div > ul > li > ul > li:hover > a{
    background: #af0810;
    color: #FFF;
  }
  #header .menu > div > ul > li > ul > li:hover > a:after{
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 7px solid #af0810;
  }
  #header .menu > div > ul > li div{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    padding-left: 17px;
  }
  #header .menu > div > ul > li > ul > li:hover > div,
  #header .menu > div > ul > li:hover > div{
    display: block;
  }
  #header .menu > div > ul > li div a{
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 34px;
    background: #FFF;
    text-align: center;
    color: #646464;
    position: relative;
    border-bottom:1px solid #af0810;
  }
  #header .menu > div > ul > li div a:hover{
    background: #af0810;
    color: #FFF;
  }
  #header .menu > div > ul > li div a:hover:after{
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 7px solid #af0810;
  }
  #aside{
    float: left;
    background: #f6f6f6;
    width: 20%;
    margin: 2.5% 0;
  }
  #aside .list li{
    border-bottom: 1px solid #dcdcdc;
  }
  #aside .list li a{
    font-size: 16px;
    line-height:42px;
    display:block;
    padding: 0 0 0 29px;
    position: relative;
  }
  #aside .list li a:before{
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: #cdcdcd;
  }
  #aside .list li.hover a,
  #aside .list li:hover a{
    color: #c90606;
  }
  #aside .list li.hover a:before,
  #aside .list li:hover a:before{
    background: #c90606;
  }
  #aside .list div{
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #aside .list div a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 4px 0 4px 40px;
  }
  #aside .list div a:before{
    content: '';
    display: block;
    position: absolute;
    left: 29px;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #cdcdcd;
  }
  #aside .list div a.hover,
  #aside .list div a:hover{
    color: #c90606;
  }
  #aside .list div a.hover:before,
  #aside .list div a:hover:before{
    background: #c90606;
  }
  #right{
    width: 76%;
    float: right;
    margin: 2.5% 0;
  }
  .content{
    margin: 4% auto;
    min-height:450px;
  }
  #listPro a{
    width:31%;
    margin:16px 0 0 3.5%;
  }
  #listPro a:nth-child(-n+3){
    margin-top:0;
  }
  #listPro a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
  .list_case a{
    width:31.86%;
    margin:2.2% 0 0 2.2%;
  }
  .list_case a:nth-child(-n+3){
    margin-top:0;
  }
  .list_case a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
  .list_share a{
    width:23.5%;
    margin:2.2% 0 0 2%;
  }
  .list_share a:nth-child(-n+4){
    margin-top:0;
  }
  .list_share a:nth-child(4n+1){
    clear:both;
    margin-left:0;
  }
}
@media screen and (max-width:768px){
  body.selected,html.selected{
    overflow-y: hidden;
  }
  .wrapper{
    min-width:320px;
    padding-top: 50px;
  }
  .header1,
  #header form,
  .footer,
  .location{
    display: none;
  }
  .header{
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    right: 0;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);
  }
  #header .logo{
    margin-left: 5px;
  }
  #header .logo img{
    height: 50px;
  }
  #header .menu{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y:auto;
    background: #6d6d6d;
    padding: 40px 0 20px;
    z-index:998;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
  }
  #header .menu.hide{
    left: -100%;
  }
  #header .menu > div > a{
    font-size: 18px;
    color: #FFF;
    line-height: 48px;
    display: block;
    padding: 0 30px;
  }
  #header .menu > div > ul{
    display: none!important;
  }
  #header .menu > b{
    display:block;
    position:absolute;
    right:10px;
    top: 9px;
    width:22px;
    height:22px;
    cursor: pointer;
  }
  #header .menu > b:before,
  #header .menu > b:after{
    content:'';
    display:block;
    width:22px;
    height:2px;
    background:white;
    position:absolute;
    right:0;
    top: 10px;
  }
  #header .menu > b:before{
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  #header .menu > b:after{
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }

  .header > em{
    display:block;
    position:fixed;
    top:0;
    right:0;
    width:50px;
    height:50px;
    z-index: 997;
    cursor:pointer;
  }
  .header > em:after{
    content:'';
    display:block;
    height:15px;
    width:15px;
    background:#d71818;
    border-radius:4px;
    box-shadow:17px 0 0 #6d6d6d, 0 17px 0 #6d6d6d, 17px 17px 0 #d71818;
    margin:9px 0 0 9px;
  }
  .header > em:before,
  .header.selected > em:after{
    content:'';
    height:3px;
    width:24px;
    background:#404040;
    border-radius:2px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -22px;
    transform:rotate(45deg);
  }
  .type-name a{
    font-size: 22px;
  }
  .case{
    padding: 0 10px;
  }
  .news{
    padding: 0 10px;
  }
  .news > ul > li:last-child{
    margin-bottom: 10px;
  }
  .news .list{
    padding-top: 0;
  }
  .news .list a{
    float:none;
    width:auto;
  }
  .news .list a ul h1{
    padding-top: 10px;
    font-size: 15px;
  }
  .news .list a ul li{
    font-size: 13px;
  }
  .news .list a ul time{
    display: none;
  }
  .news .list .a ul{
    padding: 0 10px;
  }
  .news .list .a img{
    height: auto;
  }
  .news .list .a1{
    margin: 12px 0 0;
    height: 90px;
  }
  .news .list .a1 img{


    width: 132px;
  }
  .news .list .a1 ul{
    margin: 0 10px 0 142px;
  }
  .footer1{
    background:#333;
    text-align: center;
    padding: 10px;
    display: none;
  }
  .footer1,
  .footer1 *{
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
  }
  .footer1.fixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .aside{
    margin-top: 0;
  }
  .navBox ul li a{
    line-height: 40px;
    font-size: 15px;
  }
  .content{
    margin: 10px;
  }
  .list_news i{
    margin: 10px 0;
  }
  .list_news a{
    height: 90px;
  }
  .list_news a img{
    width: 135px;
  }
  .list_news a ul{
    margin: 0 0 0 145px;
  }
  .list_news a ul time{
    display: none;
  }
  .list_news a ul li{
    font-size: 13px;
    margin: 0;
  }
  .location1{
    position: relative;
    margin-top: 0;
  }
  .location1 span{
    padding: 0 10px;
    line-height: 40px;
  }
  .content1{
    margin: 10px;
  }
  #aside{
    position:relative;
    header:0;
  }
  #aside > em{
    position:absolute;
    right:10px;
    display:block;
    top:-35px;
    width:32px;
    height:24px;
    cursor:pointer;
  }
  #aside > em i{
    display:block;
    height:2px;
    background: #B9B9B9;
    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: #FFF;
    transition:all .3s;
  }
  #aside.selected .list{
    right:0;
  }
  #aside .list > li > a{
    display:block;
    line-height:20px;
    padding:15px 12px;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  #aside .list div{
    border-bottom: 1px solid #e6e6e6;    
    padding:8px 0;
  }
  #aside .list div > a{
    display:block;
    line-height:20px;
    padding:12px 12px 12px 24px;
    font-size: 15px;
  }
  #aside .list div > a:before{
    content:'> ';
  }
  body.selected > b{
    display:block;
    position:fixed;
    top:50px;
    bottom:0;
    left:0;
    right:0;
    z-index:995;
    background:rgba(0,0,0,.5);
  }
  .case .list a{
    width: 23%;
    margin: 7% 0 0 2%;
  }
  .caseBox{
    padding: 0 25px;
  }
  .caseBox .swiper-slide a{
    display: none;
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .caseBox .swiper-slide a:nth-child(-n+2){
    display: block;
  }
  #listPro a{
    width:calc(50% - 5px);
    margin:10px 0 0 10px;
  }
  #listPro a:nth-child(-n+2){
    margin-top:0;
  }
  #listPro a:nth-child(2n+1){
    clear:both;
    margin-left:0;
  }
  #listPro a span{
    font-size: 15px;
    margin-top: 6px;
  }
  .list_case a{
    width:calc(50% - 5px);
    margin:12px 0 0 10px;
  }
  .list_case a:nth-child(-n+2){
    margin-top:0;
  }
  .list_case a:nth-child(2n+1){
    clear:both;
    margin-left:0;
  }
  .list_case a span{
    font-size: 15px;
    line-height: 2;
  }
  .proBox .box .swiper-container{
    border: 0;
    border-bottom:1px solid #DDD;
  }
  .proBox .box{
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
  }
  .proBox .box .img{
    position: absolute;
    bottom:6px;
    left:0;
    right:0;
    z-index:1;
    text-align:center;
  }
  .proBox .box .img li{
    width:6px;
    height:6px;
    margin:0 3px;
    border-radius:100%;
    border:0;
  }
  .proBox .box .img li img{
    display:none;
  }
  .proBox .info{
    display: block;
    margin:15px 10px 20px;
    width:auto;
  }
  .proBox .info > li{
    margin-top: 5px;
  }
  .proBox1 .bk{
    border: 0;
    margin: 0;
  }
  .proBox1 .type{
    display: none;
  }
  .proBox1 .cont{
    display: block !important;
    margin: 10px 10px 0;
    min-height: 100px;
  }
  .proBox1 .cont > h2.tn{
    display: block;
    text-align: center;
    font-size: 24px;
    position: relative;
  }
  .proBox1 .cont > h2.tn:after{
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 18px;
    height: 5px;
    background: #e60012;
    border-right: 18px solid #4b4948;
  }
}
@media screen and (min-width:540px) and (max-width:768px){
  .list_share a{
    width:calc(33.33333% - 7px);
    margin:10px 0 0 10px;
  }
  .list_share a:nth-child(-n+3){
    margin-top:0;
  }
  .list_share a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
}
@media screen and (max-width:539px){
  .list_share a{
    width:calc(50% - 5px);
    margin:10px 0 0 10px;
  }
  .list_share a:nth-child(-n+2){
    margin-top:0;
  }
  .list_share a:nth-child(2n+1){
    clear:both;
    margin-left:0;
  }
}
