@charset "utf-8";
@media screen and (min-width:769px){
  .mb{
    display: none!important;
  }
  #header .menu{
    font-size: 0;
    letter-spacing: -1px;
    float: right;
    margin: 0 20px 0;
    text-align: right;
    width: calc(96% - 138px - 80px - 42px - 90px);
  }
  #header .menu > ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    color: #333;
    position: relative;
    z-index: 999;
    margin-right: 7%;
  }
  #header .menu > ul > a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 82px;
    position: relative;
  }
  #header .menu > a:hover,
  #header .menu > ul:hover > a{
    color: #22cebf;
  }
  #header .menu > a:hover:after,
  #header .menu > ul:hover > a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    z-index: 1;
    background: #22cebf;
  }
  #header .menu > ul li{
    position: absolute;
    display: none;
    left: 50%;
    padding: 8px 0;
    min-width: 100%;
    background: #f1fffe;
    transform: translate(-50%,0);
  }
  #header .menu > ul:hover li{
    display: block;
  }
  #header .menu > ul li a{
    display: block;
    color: #737373;
    line-height: 2.2;
    text-align: center;
    white-space: nowrap;
    padding: 0 20px;
  }
  #header .menu > ul li a:hover{
    color: #22cebf;
  }
  .list_pro a{
    width: 18.4%;
    margin: 2% 0 0 2%;
  }
  .list_pro1 a:nth-child(-n+5){
    margin-top: 0;
  }
  .list_pro a:nth-child(5n+1){
    margin-left: 0;
    clear: both;
  }
  .floatBox:hover div{
    display: block;
  }
}
@media screen and (min-width:1367px) and (max-width:1600px){
  .banner a span{
    font-size: 35px;
  }
  .banner a font{
    font-size: 28px;
  }
  .aside li a{
    font-size: 17px;
  }
  .list_news a li span{
    font-size: 19px;
  }
  .list_news a div img{
    width: 386px!important;
    height: 250px;
  }
  .list_news a li{
    margin: 27px 3% 0;
    width: calc(94% - 386px);
  }
  .type-name{
    font-size: 27px;
  }
  .companyBox .info ul{
    margin-left: 11%;
  }
  .companyBox .info ul li span{
    font-size: 44px;
  }
  .companyBox .info ul p{
    font-size: 15px;
  }
  .companyBox .nr,
  .companyBox .nr *{
    font-size: 15px;
    line-height: 1.7;
  }
  .contactBox .info > span{
    font-size: 22px;
  }
  #mapBox{
    height: 560px;
  }
}
@media screen and (min-width:769px) and (max-width:1366px){
  .banner a span{
    font-size: 30px;
  }
  .banner a font{
    font-size: 24px;
  }
  .aside li a{
    font-size: 16px;
  }
  .list_news a li span{
    font-size: 18px;
  }
  .list_news a div img{
    width: 355px!important;
    height: 230px;
  }
  .list_news a li{
    margin: 25px 3% 0;
    width: calc(94% - 355px);
  }
  .type-name{
    font-size: 24px;
  }
  .companyBox .info ul{
    margin-left: 9.5%;
  }
  .aboutBox .info ul li span,
  .companyBox .info ul li span{
    font-size: 40px;
  }
  .aboutBox .info ul p,
  .companyBox .info ul p{
    font-size: 14px;
  }
  .companyBox .nr{
    width: 53%;
  }
  .companyBox .nr,
  .companyBox .nr *{
    font-size: 14px;
    line-height: 1.8;
  }
  .contactBox .info > span{
    font-size: 20px;
  }
  #mapBox{
    height: 500px;
  }
  .list_news a li span,
  .proBox .box a span,
  .newsBox .box a ul li{
    font-size: 16px;
  }
}
@media screen and (min-width:641px){
  .proBox .box a{
    margin: 6% 0 0 8%;
  }
  .proBox .box a:nth-child(4n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (max-width:768px){
  .wrapper{
    min-width: 320px;
    padding-top: 0;
  }
  #header .search,
  #header .bb,
  .aside,.sidebar{
    display: none;
  }
  .header{
    height: 56px;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  }
  #header .logo a img{
    height: 36px;
    padding: 10px 0;
  }
  #header .menu{
    position: fixed;
    z-index: 998;
    top: 56px;
    left: -100%;
    width: 100%;
    bottom: 0;
    padding-bottom: 3%;
    overflow-y: auto;
    background: #FFF;
    transition: all .3s;
    border-top: 1px solid #EEE;
  }
  .on #header .menu{
    left: 0;
  }
  #header .menu > ul{
    border-bottom: 1px solid #EEE;
    position: relative;
  }
  #header .menu > ul > a{
    font-size: 18px;
    display: block;
    color: #040404;
    padding: 10px 6% 10px 10%;
    position:relative;
  }
  #header .menu > ul > a:before{
    content:'';
    display:block;
    width:6px;
    height:6px;
    border:1px solid #CCC;
    border-radius:100%;
    position:absolute;
    left:5%;
    top:50%;
    margin:-4px 0 0 -3px;
  }
  #header .menu > ul.on > a{
    background: #ebebeb;
  }
  #header .menu > ul.on > a:before{
    background: #666;
    border-color: #666;
  }
  #header .menu > ul li{
    display: none;
    margin-bottom:-1px;
  }
  #header .menu > ul.on li{
    display: block;
  }
  #header .menu > ul li a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #888;
    line-height:20px;
    border-bottom: 1px solid #EEE;
    padding: 15px 6% 15px calc(10% + 10px);
  }
  #header .menu > ul li .a2{
    font-size:15px;
    padding-left:calc(14% + 10px);
  }
  #header .menu > ul li .a3{
    font-size:15px;
    padding-left:calc(18% + 10px);
  }
  #header .menu > ul li a:before{
    content:'';
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    width:8px;
    height:8px;
    position:absolute;
    top:20px;
    margin-left:-22px;
    transform:rotate(135deg);
  }
  #header .menu > ul li a.a2:before{
    top:24px;
    border-left:0;
    transform:rotate(0);
  }
  #header .menu > ul li a.a3:before{
    top:24px;
    border-left:0;
    border-top:0;
    width:4px;
    height:4px;
    background:#CCC;
    border-radius: 100%;
    margin-left:-15px;
  }
  #header .menu > ul b{
    display: block;
    position: absolute;
    width:52px;
    height:40px;
    right:0;
    top:7px;
  }
  #header .menu > ul b:after{
    content:'';
    border-top:2px solid #CCC;
    border-left:2px solid #CCC;
    width:10px;
    height:10px;
    position:absolute;
    left:15px;
    top:10px;
    transform:rotate(225deg);
  }
  #header .menu > ul.on b:after{
    transform:rotate(45deg);
    top:18px;
  }
  .header > em{
    display:block;
    position:fixed;
    top:0;
    right:0;
    width:56px;
    height:56px;
    z-index:998;
    cursor:pointer;
  }
  .header > em:after{
    content:'';
    display:block;
    height:15px;
    width:15px;
    background: #3886de;
    border-radius:4px;
    box-shadow: 17px 0 0 #7d7d7d, 0 17px 0 #7d7d7d, 17px 17px 0 #3886de;
    margin:12px 0 0 12px;
  }
  .header > em:before,
  .on .header > em:after{
    content:'';
    height:3px;
    width:24px;
    background: #cecece;
    border-radius:2px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-40px 0 0 -22px;
    transform:rotate(45deg);
  }
  .on .header > em:before,
  .on .header > em:after{
    margin:-1px 0 0 -12px;
    transform:rotate(-45deg);
    box-shadow:0 0 0 #0a85b8, 0 0 0 #0a85b8, 0 0 0 #999;
  }
  .on .header > em:after{
    transform:rotate(45deg);
  }
  #footer .info{
    float: none;
    width: auto;
  }
  #footer .info .logo a img{
    height: 36px;
  }
  #footer .info .clearfix{
    margin-top: 3%;
  }
  #footer .type{
    display: none;
  }
  #footer .ewm{
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
    margin: 3% 0 0;
  }
  .banner,.view .wrapper{
    padding-top: 56px;
  }
  .banner .arrow{
    height: 14px;
  }
  .banner .arrow span{
    width: 6px;
    height: 6px;
  }
  .banner a span{
    font-size: 20px;
  }
  .banner a font{
    font-size: 14px;
  }
  .type-name{
    font-size: 20px;
  }
  .type-name font{
    font-size: 16px;
  }
  .type-name a{
    width: 100px;
    line-height: 28px;

  }
  .aboutBox .left{
    float: none;
    width: auto;
  }
  .aboutBox .info{
    float: none;
    width: auto;
    text-align: left;
  }
  .companyBox .info,
  .aboutBox .info{
    font-size: 0;
    white-space: nowrap;
    letter-spacing: -1px;
    overflow-x: auto;
    margin-top: 3%;
  }
  .companyBox .info ul,
  .aboutBox .info ul{
    margin-left: 8%;
  }
  .companyBox .info ul li span,
  .aboutBox .info ul li span{
    font-size: 30px;
  }
  .companyBox .info ul li font,
  .aboutBox .info ul li font{
    font-size: 18px;
  }
  .newsBox .box{
    margin-top: 4%;
  }
  .newsBox .box a{
    float: none!important;
    width: auto!important;
    margin-left: 0 !important;
  }
  .newsBox .box a ul{
    padding: 8px 0!important;
  }
  .newsBox .box a ul li{
    font-size: 16px;
  }
  .proBox .box{
    width: auto;
  }
  .proBox .box a span{
    font-size: 16px;
  }
  .proBox b{
    display: none;
  }
  .proBox .more{
    text-align: center;
  }
  .proBox .more a{
    background: #3886de;
    color: #FFF;
    border-radius: 40px;
    line-height: 28px;
    padding: 0 20px;
    text-decoration: none;
  }
  .messageBox{
    background: none;
  }
  .typeBox > span{
    font-size: 20px;
  }
  .companyBox .nr{
    float: none;
    width: auto;
  }
  .companyBox .img{
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  .contactBox .info{
    float: none;
    width: auto;
  }
  .contactBox .info > span{
    font-size: 18px;
  }
  .contactBox .info div{
    margin-top: 3%;
  }
  #mapBox{
    float: none;
    width: auto;
    height: 300px;
  }
  .list_news a{
    margin-top: 4%;
    box-shadow: 0 0 0 #dadada;
  }
  .list_news a div{
    float: none;
  }
  .list_news a div img{
    width: 100%!important;
    height: auto;
  }
  .list_news a li{
    float: none;
    margin: 0;
    width: auto;
  }
  .list_news a li span{
    margin-right: 0;
    font-size: 18px;
    padding: 8px 0;
    line-height: 1.5;
    white-space: normal;
  }
  .list_news a li font{
    display: none;
  }
  .list_news a li time{
    margin-top: 0;
  }
  .list_news a li p{
    margin: 0;
    height: 72px;
    font-size: 15px;
  }
  .view .banner,
  .view .location{
    display: none;
  }
  .detailed > h1,
  .detailed > h2{
    font-size: 20px;
    line-height: 1.5;
  }
  .detailed .picBox{
    float: none;
    width: auto;
  }
  .detailed .picBox .swiper1 .arrow{
    display: block;
  }
  .detailed .picBox .swiper2{
    display: none;
  }
  .detailed .info{
    float: none;
    width: auto;
    margin-top: 4%;
  }
  .detailed .info > span{
    margin-top: 3%;
  }
  .detailed > h3{
    font-size: 16px;
  }
  .floatBox div{
    padding: 22px 12px;
  }
  .floatBox.on div{
    display: block;
  }
}
@media screen and (min-width:641px) and (max-width:768px){
  .list_pro a{
    width: 23.5%;
    margin: 2% 0 0 2%;
  }
  .list_pro1 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:480px) and (max-width:640px){
  .proBox .box a{
    width: 30%;
    margin: 5% 0 0 5%;
  }
  .proBox .box a:nth-child(3n+1){
    margin-left: 0;
    clear: both;
  }
  .list_pro a{
    width: 31.3333%;
    margin: 2% 0 0 3%;
  }
  .list_pro1 a:nth-child(-n+3){
    margin-top: 0;
  }
  .list_pro a:nth-child(3n+1){
    margin-left: 0;
    clear: both;
  }
  .newsBox .box a .img img{
    height: 250px;
  }
}
@media screen and (max-width:479px){
  .proBox .box a{
    width: 48%;
    margin: 4% 0 0 4%;
  }
  .proBox .box a:nth-child(2n+1){
    margin-left: 0;
    clear: both;
  }
  .list_pro a{
    width: 49%;
    margin: 2% 0 0 2%;
  }
  .list_pro1 a:nth-child(-n+2){
    margin-top: 0;
  }
  .list_pro a:nth-child(2n+1){
    margin-left: 0;
    clear: both;
  }
  .newsBox .box a .img img{
    height: 200px;
  }
}