@charset "utf-8";
@media screen and (min-width:769px){
  #header .menu{
    position: absolute;
    left: 0;
    top: 59px;
    font-size: 0;
    letter-spacing: -1px;
    text-align: center;
    background: url("../images/icon.png") left no-repeat;
  }
  #header .menu > ul{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 0 0 43px;
    color: #333;
    position: relative;
    z-index: 999;
  }
  #header .menu > ul:nth-child(1){
    margin-left: 29px!important;
  }
  #header .menu > ul > a{
    display: block;
  }
  #header .menu > ul > a{
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
  }
  #header .menu > a:hover,
  #header .menu > ul:hover > a{
    color: #dfa323;
  }
  #header .menu > ul li{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    padding: 5px 0;
    background: rgba(0,0,0,.5);
  }
  #header .menu > ul li a{
    display: block;
    color: #FFF;
    font-size: 13px;
    text-align: center;
  }
  .list_pro a{
    width: 31%;
    margin: 2% 0 0 3.5%;
  }
  .list_pro a:nth-child(-n+3){
    margin-top: 0;
  }
  .list_pro a:nth-child(3n+1){
    margin-left: 0;
    clear: both;
  }
  .list_news a{
    float: left;
    width: 31%;
    margin: 3% 0 0 3.5%;
  }
  .list_news a:nth-child(-n+3){
    margin-top: 0;
  }
  .list_news a:nth-child(3n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width:769px) and (max-width:1366px){
  #header .menu > ul{
    margin-left: 29px;
  }
  #header .logo{
    left: 630px;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg span{
    font-size: 35px!important;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg font{
    font-size: 16px!important;
  }
  .proBox font,
  .designBox .swiper a ul font{
    font-size: 50px;
  }
  .designBox .swiper a ul li{
    font-size: 16px;
  }
  .about_home > ul > li > b{
    font-size: 38px;
  }
  .fz36{
    font-size: 32px;
  }
  .fz30{
    font-size: 28px!important;
  }
}
@media screen and (min-width:1367px) and (max-width:1500px){
  #header .logo{
    left: 700px;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg span{
    font-size: 38px!important;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg font{
    font-size: 18px!important;
  }
  .proBox font,
  .designBox .swiper a ul font{
    font-size: 54px;
  }
  .designBox .swiper a ul li{
    font-size: 18px;
  }
  .about_home > ul > li > b{
    font-size: 40px;
  }
  .fz36{
    font-size: 34px;
  }
  .fz30{
    font-size: 30px!important;
  }
}
@media screen and (max-width:768px){
  .wrapper{
    min-width: 320px;
    padding-top: 56px;
  }
  .header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 56px;
    z-index: 999999;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);
  }
  #header{
    height: 56px;
  }
  #header label,
  #header .info{
    display: none;
  }
  #header .logo{
    top: 8px;
    left: 0;
  }
  #header .logo img{
    height: 40px;
  }
  #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: #1b68a5;
    border-radius:4px;
    box-shadow: 17px 0 0 #d0d0d0, 0 17px 0 #d0d0d0, 17px 17px 0 #1b68a5;
    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);
  }
  .CaseSwiper .slider-full .swiper-slide .img img{
    width: 100%;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg span{
    font-size: 20px!important;
  }
  .CaseSwiper .slider-full .swiper-slide .img .bg font{
    font-size: 14px!important;
    background-size: 16px!important;
    padding-right: 24px!important;
  }
  .proBox span{
    font-size: 16px;
  }
  .proBox font{
    font-size: 30px;
  }
  .proBox ul{
    overflow-x: auto;
  }
  .proBox ul li{
    width: auto;
    margin-left: 6%;
  }
  .proBox ul li:nth-child(1){
    margin-left: 0;
  }
  .about_home > ul > img{
    float: none;
    width: 100%;
  }
  .about_home > ul > li{
    float: none;
    width: auto;
    margin-top: 5%;
  }
  .about_home > ul > li > ul{
    margin-top: 3%;
  }
  .about_home > ul > li > b{
    font-size: 24px;
  }
  .designBox .swiper a ul{
    display: block;
    width: auto;
    margin-right: 0;
  }
  .designBox .swiper a ul span{
    font-size: 18px;
  }
  .designBox .swiper a ul font{
    font-size: 24px;
  }
  .designBox .swiper a ul li{
    font-size: 16px;
    margin-top: 3%;
  }
  .designBox .swiper a img{
    display: block;
    width: 100%;
    margin-top: 3%;
  }
  .designBox .prev,
  .designBox .next{
    display: none;
  }
  .newsBox .box a{
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 5%;
  }
  .newsBox .box a:nth-child(1){
    margin-top: 0;
  }
  .newsBox .box a p{
    margin-top: 2%;
  }
  .newsBox .box a font{
    margin-top: 2%;
  }
  .fz36{
    font-size: 24px;
  }
  .mailBox .fz36{
    float: none;
    width: auto;
    font-size: 18px;
  }
  .mailBox .box{
    float: none;
    width: auto;
    margin-top: 3%;
  }
  .mailBox .box input{
    height: 42px;
  }
  .mailBox .box input[type='text']{
    width: calc(100% - 110px);
  }
  .mailBox .box input[type='button']{
    width: 110px;
    font-size: 16px;
  }
  #footer .info{
    float: none;
    width: auto;
  }
  #footer .type{
    display: none;
  }
  .aside,
  .sidebar{
    display: none;
  }
  .list_pro a{
    width: 49%;
    margin: 2% 0 0 2%;
  }
  .list_pro a:nth-child(-n+2){
    margin-top: 0;
  }
  .list_pro a:nth-child(2n+1){
    margin-left: 0;
    clear: both;
  }
  #right{
    float: none;
    width: auto;
  }
  .list_news a{
    margin-top: 3%;
  }
  .list_news a:nth-child(1){
    margin-top: 0;
  }
  .list_news a li{
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    margin: 3% 0;
  }
  .companyBox .box{
    float: none;
    width: auto;
  }
  .companyBox > img{
    float: none;
    width: 100%;
    margin-top: 3%;
  }
  .authenticationBox .box{
    padding: 0 30px;
  }
  #among > .fz36{
    display: none;
  }
  .contactBox .box{
    float: none;
    width: auto;
  }
  .contactBox .box .fz30{
    font-size: 24px!important;
  }
  .contactBox > img{
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  #mapBox{
    height: 300px;
  }
  .serviceBox .box > a img{
    width: 120px;
    height: 164px;
  }
  .serviceBox > h2{
    font-size: 20px;
  }
  .serviceBox .box li{
    width: calc(100% - 136px);
    margin: 0 0 0 12px;
  }
  .serviceBox .box li span{
    margin-right: 0;
    height: auto;
    line-height: 24px;
    min-height: 96px;
    font-size: 18px;
  }
  .serviceBox .box li font{
    position: static;
    line-height: 1.2;
    font-size: 14px;
    margin: 12px 0;
  }
  .view .among{
    padding: 0;
  }
  .view .location{
    display: none;
  }
  .view .content{
    padding: 3% 1.7%;
  }
  .detailed > h1{
    text-align: left;
  }
  .detailed .info{
    text-align: left;
  }
  .detailsBox .picBox{
    float: none;
    width: auto;
  }
  .detailsBox .picBox .swiper1{
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .detailsBox .picBox .arrow{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 20px;
  }
  .detailsBox .picBox .swiper2{
    display: none;
  }
  .detailsBox .info{
    float: none;
    width: auto;
    padding: 3% 1.7%;
  }
  .detailsBox .info > h1{
    font-size: 30px;
  }
  .detailsBox .info > h2{
    font-size: 20px;
  }
  .detailsBox .info .box{
    margin-left: -8px;
  }
  .detailsBox .info .box a{
    margin: 8px 0 0 8px;
  }
  .view .among_productinfo{
    padding: 3% 1.7%;
  }
}