@charset "utf-8";
@media screen and (min-width:901px){
  #header menu{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
  }
  #header menu > a{
    display: none;
  }
  #header menu li{
    font-size: 0;
    letter-spacing: -1px;
  }
  #header menu li *{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 2;
    color: #FFF;
    margin: 0 20px;
  }
  #header menu li a:hover{
    color:#07b2ec;
  }
  #header menu li a.cn{
    margin-right: 5px;
    margin-left: 30px;
  }
  #header menu li a.en{
    margin: 0 0 0 5px;
  }
  #header menu li span{
    margin: 0;
  }
  #aside{
    float: left;
    width: 23%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #aside .list{
    min-height: 350px;
  }
  .right{
    float: right;
    margin: 4% 0;
    width: calc(77% - 24px);
  }
}
@media screen and (max-width:900px){
  #index .header{
    background: url(../images/glare-effect.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position:relative;
  }
  #header nav,.swiper-button-white{
    display: none!important;
  }
  .header em{
    display:block;
    position:absolute;
    right:20px;
    top:40px;
    width:22px;
    height:13px;
    cursor: pointer;
    border-top:3px solid #FFF;
    border-bottom:3px solid #FFF;
  }
  .header em:after{
    content:'';
    height:3px;
    display:block;
    margin:5px 0 0;
    background:#FFF;
  }
  #header menu{
    position:fixed;
    left:100%;
    top:0;
    width:100%;
    bottom:0;
    z-index:1000;
    transition: all .5s;
  }
  .header.on #header menu{
    left: 0;
  }
  #header menu > a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    text-align:center;
    background:#1b1b1b;
    color:#828282;
    line-height:42px;
    border-bottom:1px solid #3d3d3d;
  }
  #header menu > a:after{
    display:block;
    content:'<';
    position:absolute;
    top:0;
    left:0;
    width:42px;
    height:42px;
    font-family:'宋体';
    font-weight:bold;
    font-size:20px;
    border-right:1px solid #3d3d3d;
  }
  #header menu > li{
    position:absolute;
    top:43px;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    background:#1b1b1b;
    overflow:auto;
  }
  #header menu > li a{
    display:block;
    line-height:42px;
    padding:0 26px;
    color:#828282;
    border-bottom:1px solid #3d3d3d;
  }
  #header menu > li a.on{
    background: #272727;
    color: #FFF;
  }
  #header menu > li span{
    display:none;
  }
  #header menu > li .en{
    display:none;
  }
  #footer .fl-left,
  #footer .center,
  #footer .fl-right{
    float: none;
    width: auto;
  }
  #footer .fl-left{
    margin-bottom: 12px;
  }
  #footer .fl-right{
    margin: 12px 0 4%;
  }
  #footer .center{
    margin: 0;
  }
  #footer .copyright{
    text-align: left;
  }
  #footer .center .tn,
  #footer .fl-right .tn{
    margin-bottom: 5px;
  }
  #footer .center .ellipsis{
    border-bottom: 1px solid #505050;
    line-height: 34px;
  }
  .message ul li.tn{
    width: auto;
    text-align: left;
  }
  .message ul li.input,
  .message ul li.textarea{
    float: none;
    width: 100%;
    clear: both;
  }
  .message ul li.input input[type='text']{
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .message ul li.textarea textarea{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .message ul li.code{
    float: left;
    width: 100px;
  }
  .message ul li.img img{
    height: 34px;
    width: 70px;
  }
  .message ul li.button{
    margin-left: 0;
    font-size: 0;
    letter-spacing: -1px;
  }
  .message ul li.button input{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    margin:0 0 0 10px;
    height:36px;
    width:calc(50% - 5px);
  }
  .message ul li.button input:nth-child(1){
    margin-left: 0;
  }
  .home li a{
    display: block;
    float: none;
    width: auto;
    margin: 3% 0 0;
  }
  .homeBox ul{
    text-align: center;
  }
  .homeBox ul li{
    text-align: center;
    font-size: 18px;
  }
  .homeBox ul a{
    position: relative;
    display: inline-block;
    margin: 2% 0 0;
  }
  .detailed .box > li{
    width:100%;
  }
  .detailed .box .fl-right{
    width:100%;
  }
  .detailed .box .look{
    width:100%;
  }
}
@media screen and (min-width:640px){
  .list_pro > li{
    width:31%;
    margin:20px 0 0 3.5%;
  }
  .list_pro > li:nth-child(-n+3){
    margin-top: 0;
  }
  .list_pro > li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
  }
}
@media screen and (max-width:639px){
  .list_pro > li{
    width:calc(50% - 5px);
    margin:18px 0 0 10px;
  }
  .list_pro > li:nth-child(-n+2){
    margin-top: 0;
  }
  .list_pro > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
}