@charset "utf-8";
@media screen and (max-width:1528px){
  #among{
    margin:0 10px;
  }
}
@media screen and (min-width:1200px){
  .mobile{
    display: none;
  }
  #header .menu{
    font-size: 0;
    letter-spacing: -1px;
    position: absolute;
    left: 545px;
    right: 16%;
    top: 50%;
    text-align: right;
    margin-top: -49px;
  }
  #header .menu > li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin-left: 5%;
    position: relative;
    z-index: 99;
  }
  #header .menu > li > a{
    display: block;
    font-size:16px;
    color: #da251c;
    line-height: 98px;
  }
  #header .menu > li:nth-child(1) > a{
    margin-left: 0;
  }
  #header .menu > li:hover > a{
    color: #401970;
  }
  #header .menu > li p{
    position: absolute;
    background: rgba(255,255,255,.95);
    left: -15px;
    padding: 8px 0;
    display: none;
    min-width: calc(100% + 30px);
    box-shadow:0 0 10px #bfbfbf;
  }
  #header .menu > li:hover p{
    display: block;
  }
  #header .menu > li p a{
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 30px;
  }
  #header .menu > li ul{
    position:fixed;
    top:132px;
    display:none;
    background:white;
    left:0;
    right:0;
    padding:12px 0;
    border-bottom:1px solid #EEE;
  }
  #header .menu > li:hover ul{
    display:block;
  }
  #header .menu > li ul li{
    text-align:right;
    margin-right:11%;
    font-size:0;
    letter-spacing:-1px;
  }
  #header .menu > li ul li a{
    display:inline-block;
    vertical-align:top;
    letter-spacing:0;
    margin:0 10px;
    opacity:.5;
    text-align:center;
  }
  #header .menu > li ul li a:hover{
    opacity:1;
  }
  #header .menu > li ul li a img{
    width:120px;
    height:120px;
    background: #EEE;
  }
  #header .menu > li ul li a span{
    display:block;
    color:#222;
    white-space:nowrap;
  }
  .about .img{
    float: right;
    width: 61%;
  }
  .about .fl-left{
    width: 35%;
  }
  .list_pro a{
    width:23.5%;
    margin:3% 0 0 2%;
    padding: 13px;
  }
  .list_pro a:nth-child(-n+4){
    margin-top:0;
  }
  .list_pro a:nth-child(4n+1){
    clear:both;
    margin-left:0;
  }
  .list_case a{
    width:23.5%;
    margin:3% 0 0 2%;
  }
  .list_case a:nth-child(-n+4){
    margin-top:0;
  }
  .list_case a:nth-child(4n+1){
    clear:both;
    margin-left:0;
  }
  #aside{
    background: #f3f3f3;
    padding: 0 10px;
  }
  #aside h2{
    display: none;
  }
  #aside .list{
    font-size: 0;
    letter-spacing: -1px;
  }
  #aside .list a{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 18px;
    color: #4f4f4f;
    line-height: 68px;
    margin-left: 4%;
  }
  #aside .list a:nth-child(1){
    margin-left: 0;
  }
  #aside .list a.hover,
  #aside .list a:hover{
    color: #ff2626;
    position: relative;
  }
  #aside .list a.hover:after,
  #aside .list a:hover:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f00;
  }
  .picBox{
    float: left;
    width: 49%;
  }
}
@media screen and (min-width:1200px) and (max-width:1300px){
  #header .menu > li > a{
    font-size: 15px;
  }
  .type-name span{
    font-size: 32px;
  }
  .type-name a{
    font-size: 18px;
  }
  .about .fl-left > h1{
    font-size: 26px;
  }
  .about .fl-left .nr{
    margin: 8% 0;
  }
  .about .fl-left .nr,
  .about .fl-left .nr *{
    font-size: 16px;
  }
}
@media screen and (max-width:1199px){
  .selected{
    overflow: hidden;
  }
  body > a.top{
    display: none !important;
  }
  .pc,.header,#header .logo:nth-child(2),
  #header form,.footer,#location{
    display:none;
  }
  .wrapper{
    padding-top: 56px;
  }
  .header1{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:998;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);
  }
  #header .logo{
    text-align: center;
    float: none;
  }
  #header .logo a{
    display: inline-block;
    vertical-align: top;
  }
  #header .logo img{
    height:56px;
  }
  .footer1{
    border-top: 0;
    display: none;
  }
  .footer1.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #footer *{
    line-height: 1.5;
    font-size: 12px;
  }
  #footer .copyright{
    margin: 5px 10px;
  }
  #header .bb{
    right: 0;
    background: none;
  }
  #header .bb a{
    padding-left: 0;
    color: #121212;
  }
  #header .bb a span{
    display:none;
  }
  #header .menu{
    position: fixed;
    top: 55px;
    background: white;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 996;
    overflow: auto;
    padding: 20px 0;
    margin-left: -100%;
    transition: all .3s;
    border-top: 1px solid #DDD;
  }
  #header .menu.hover{
    margin-left: 0;
  }
  #header .menu > li > a{
    display: block;
    font-size: 16px;
    padding: 0 6%;
    line-height: 46px;
    position: relative;
    color: #000;
    text-transform: uppercase;
  }
  #header .menu > li p,
  #header .menu > li ul{
    display: none;
  }
  .header1 em{
    position: absolute;
    left: 10px;
    width: 26px;
    height: 26px;
    top: 50%;
    display: block;
    margin-top: -13px;
    background: url(../images/menu.png) center no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
  }
  .header1 em.hover{
    background:none;
  }
  .header1 em.hover:before,
  .header1 em.hover:after{
    content:'';
    display:block;
    position:absolute;
    width:18px;
    height:2px;
    left: 5px;
    margin-top: -1px;
    background:#000;
  }
  .header1 em.hover:before{
    top:50%;
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .header1 em.hover:after{
    top:50%;
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
  .bannerBox .swiper-pagination{
    background: none;
    height: 15px;
  }
  .bannerBox .swiper-pagination li{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 3px!important;
  }
  .bannerBox .swiper-pagination li img{
    display: none;
  }
  .about .fl-left{
    float: none;
  }
  .about .fl-left > h1{
    font-size: 18px;
  }
  .about .fl-left > h1:before{
    height: 4px;
    margin-top:3%;
    margin-bottom:3%;
  }
  .about .fl-left .nr{
    margin:3% 0;
  }
  .about .fl-left .nr,
  .about .fl-left .nr *{
    font-size: 15px;
  }
  .about .fl-left > a{
    width: 120px;
    line-height: 32px;
    font-size:12px;
    margin-bottom: 2%;
  }
  .type-name span{
    font-size:18px;
  }
  .type-name a{
    font-size:12px;
  }
  .caseBox .swiper-slide a span{
    font-size:14px;
    bottom: 0;
    line-height: 2;
    padding: 0 12px;
  }
  .caseBox .swiper-pagination span{
    width: 5px;
    height: 5px;
  }
  .caseBox .swiper-button-prev,
  .caseBox .swiper-button-next{
    display:none;
  }
  .list_news a font{
    font-size:12px;
  }
  .list_news a span{
    font-size:15px;
  }
  .list_news a li{
    font-size:12px;
    line-height:24px;
    height:48px;
  }
  .product .list a span{
    font-size:15px;
  }
  .product .list a font{
    font-size:12px;
  }
  #aside{
    background: #EEE;
    padding: 0 10px;
    position:relative;
  }
  #aside h2{
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    color: #121212;
  }
  #aside .list{
    position: fixed;
    top: 56px;
    right: -66.7%;
    width: 66.7%;
    z-index: 997;
    background: #FFF;
    bottom: 0;
    overflow: hidden;
    transition:all .3s;
  }
  #aside.selected .list{
    right:0;
  }
  #aside .list > a{
    display:block;
    border-bottom:1px solid #DDD;
    font-size:15px;
    padding:10px 12px;
    line-height:1.5;
  }
  #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: #B9B9B9;
    margin:6px 2px 0;
  }
  #aside > em i:first-child{
    margin-top:5px;
  }
  #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.5);
  }
  .dis #aside{
    display: none;
  }
  .content{
    margin: 10px 0;
    min-height: 120px;
  }
  #detailed .name{
    margin:-10px -10px 0;
    background:#EEE;
    font-size:16px;
    padding:2.5% 10px;
    text-align:left;
    line-height:1.5;
  }
  .picBox{
    margin: -10px -10px 0;
    position: relative;
  }
  .picBox .swiper-pagination{
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .picBox .swiper-pagination li{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 4px 12px;
  }
  .picBox .swiper-pagination li img{
    display: none;
  }
  #detailed .fl-right{
    float: none;
    width: auto;
  }
  #detailed .fl-right > h1{
    margin: 0 -10px;
    font-size: 18px;
    padding: 8px 10px;
  }
  #detailed .fl-right .nr{
    margin-top: 10px;
  }
  .proBox .cont{
    margin: 10px 0;
  }
  #detailed .cont{
    margin-top: 10px;
  }
  #detailed .cont,
  #detailed .cont *,
  #detailed .fl-right .nr,
  #detailed .fl-right .nr *,
  .proBox .cont,
  .proBox .cont *{
    font-size: 15px;
    line-height: 2;
  }
  .pro-type-name{
    font-size: 16px;
    padding-top: 10px;
  }
  .list_type{
    margin-top: 10px;
  }
  .list_type span{
    display: block;
    font-size: 14px;
    line-height: 26px;
  }
  .list_type ul{
    display: block;
    border: none;
    background: none;
  }
  .list_type ul li{
    display: block;
    width: auto;
    background: #FFF;
    border: 1px solid #DDD;
  }
  .list_type ul li:nth-child(2){
    margin-top: 10px;
  }
  .list_type ul li:nth-child(2):after{
    display: none;
  }
  .list_type ul li:hover p{
    display: none;
  }
  .list_type ul li.hover p{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 56px;
    overflow-y: scroll;
  }
  .list_type ul li.hover p a{
    line-height: 40px;
  }
  .pro > i{
    display: none;
  }
}
@media screen and (min-width:540px) and (max-width:1198px){
  .list_pro a{
    width:calc(33.3333333% - 6px);
    margin:10px 0 0 9px;
    padding:5px;
  }
  .list_pro a:nth-child(-n+3){
    margin-top:0;
  }
  .list_pro a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
  .list_pro a li span{
    font-size: 15px;
    line-height: 2;
  }
  .list_case a{
    width:calc(33.3333333% - 6px);
    margin:10px 0 0 9px;
  }
  .list_case a:nth-child(-n+3){
    margin-top:0;
  }
  .list_case a:nth-child(3n+1){
    clear:both;
    margin-left:0;
  }
}
@media screen and (max-width:539px){
  .product .list{
    overflow-x: auto;
  }
  .product .list a{
    width: 45%;
  }
  .product .list a span{
    margin:10px 12px 0;
  }
  .product .list a font{
    margin: 0 12px 10px;
  }
  .list_news a{
    display:block;
    width:auto;
    margin:4% 0 0 0!important;
    float:none;
  }
  .list_news a:nth-child(-n+3){
    margin-top:4%;
  }
  .list_pro a{
    width:calc(50% - 5px);
    margin:10px 0 0 10px;
    padding:5px;
  }
  .list_pro a:nth-child(-n+2){
    margin-top:0;
  }
  .list_pro a:nth-child(2n+1){
    clear:both;
    margin-left:0;
  }
  .list_pro a li span{
    font-size: 14px;
    line-height: 2;
  }
  .list_case a{
    width:calc(50% - 5px);
    margin:10px 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;
  }
  .proBox .name{
    font-size: 16px;
  }
}