@charset "utf-8";
@media screen and (min-width:769px){
  .bannerBox1{
    display: none;
  }
  #header .menu{
    float: right;
    font-size: 0;
    letter-spacing: -1px;
  }
  #header .menu > ul{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
  }
  #header .menu > ul > a{
    display: block;
    font-size: 14px;
    line-height: 44px;
    color: #3c3c3c;
  }
  #header .menu > ul:hover > a{
    color:#C00;
  }
  #header .menu > *:nth-child(-n+4){
    display: none;
  }
  #header .menu > ul:last-child a{
    font-size: 12px;
    line-height: 28px;
    color: #FFF;
    background: #282828;
    width: 28px;
    text-align: center;
    border-radius: 100%;
    margin-left: 50px;
  }
  #header .menu > ul li{
    display: none;
  }
  #header .menu > span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0 15px;
    font-size: 12px;
    line-height: 28px;
    color: #3c3c3c;
    font-family: '宋体';
  }
  #header .menu1{
    float: left;
    font-size: 0;
    letter-spacing: -1px;
    margin: 15px 0 0 0;
  }
  #header .menu1 a{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #535352;
  }
  #header .menu1 a:hover{
    color:#C00;
  }
  #header .menu1 span{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 12px;
    margin: 0 16px;
    line-height: 32px;
    font-family: '宋体';
  }
  .aside{
    float: left;
    width: 19%;
  }
  .aside h2{
    background: #221814;
    font-size: 16px;
    color: #e9e9e9;
    line-height: 40px;
    padding-left: 23px;
  }
  .aside .list > li a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 18px;
    padding: 15px 28px 15px 22px;
  }
  .aside .list > li a:after{
    content: '';
    display: block;
    position: absolute;
    background: url(../images/arrow2.png) no-repeat;
    width: 10px;
    height: 7px;
    right: 16px;
    top: 20px;
  }
  .aside .list > li a.on:after{
    transform:rotate(180deg);
  }
  .aside .list ul{
    padding-bottom: 8px;
  }
  .aside .list ul > a{
    display: block;
    font-size: 14px;
    color: #333;
    padding: 6px 22px 6px 34px;
    line-height: 16px;
    margin-top: 8px;
  }
  .aside .list ul > a:hover,
  .aside .list ul > a.on{
    background: #efefef;
    border-radius: 9999px;
  }
  .aside .list ul li a{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    padding: 6px 22px 6px 48px;
    margin-top: 8px;
  }
  .aside .list ul li a:hover,
  .aside .list ul li a.on{
    color:#C00;
  }
  .right{
    float: right;
    width: 77%;
  }
  .right .type-name{
    display: none;
  }
}
@media screen and (min-width:769px) and (max-width:1344px){
  #header .menu1 a{
    font-size: 14px;
  }
  #header .menu1 span{
    margin: 0 8px;
  }
}
@media screen and (max-width:768px){
  .bannerBox{
    display: none;
  }
  body,td,th,div,ul,li,a,font,a,dl,dd,dt{
    font-size:16px;
  }
  .wrapper{
    min-width: 320px;
    padding-top: 50px;
  }
  #header .welcome,
  #header .menu1,
  #header form,
  .aside{
    display: none;
  }
  .header1{
    padding: 0;
  }
  .header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);
    z-index: 997;
  }
  #header .logo{
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
  }
  #header .logo img{
    height: 40px;
    padding: 7px 12px 3px 12px;
  }
  #header .menu{
    position: fixed;
    z-index: 998;
    top: 50px;
    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: 17px;
    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 > span{
    display: none;
  }
  #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: #a9a9a9;
    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:50px;
    height:50px;
    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 #7d7d7d, 0 17px 0 #7d7d7d, 17px 17px 0 #1b68a5;
    margin:9px 0 0 9px;
  }
  .header > em:before,
  .on .header > em:after{
    content:'';
    height:3px;
    width:24px;
    background: #cecece;
    border-radius:2px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 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,
  #footer .share{
    float: none;
    width: auto;
  }
  #footer .info span,
  #footer .share > span{
    font-size: 16px;
    margin-bottom: 5px;
  }
  #footer .share > span{
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
  }
  #footer .list{
    display: none;
  }
  .banner .arrow{
    height: 20px;
  }
  .banner .arrow span{
    margin: 0 3px;
    width: 6px;
    height: 6px;
    border: 1px solid white;
  }
  .seriesBox .list{
    float: none;
    width: auto;
    background: #fafafa;
    margin: 4% 0 0 0;
  }
  .aboutBox .name{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0.7%;
  }
  .aboutBox .name1{
    font-size: 18px;
  }
  .newsBox .name{
    font-size: 22px;
  }
  .newsBox .list a{
    float: none;
    width: auto;
    margin: 3% 0 0 0;
  }
  .connectBox .nr{
    font-size: 22px;
    line-height: 1.7;
  }
  .connectBox .more a{
    line-height: 2.5;
    font-size: 15px;
  }
  .contactBox .big_img{
    float: none;
    width: auto;
  }
  .contactBox .message{
    float: none;
    width: auto;
    margin-top: 3%;
  }
  .contactBox .message input[type='text']{
    float: none;
    width: 100%;
    margin-left: 0!important;
  }
  .list_news a{
    float: none;
    width: auto;
    margin: 3.5% 0 0 0;
  }
  .type-name{
    font-size: 18px;
    line-height: 1.5;
  }
  .list_pro a{
    width: 48.5%;
    margin: 3% 0 0 3%!important;
    clear: none!important;
  }
  .list_pro a:nth-child(-n+2){
    margin-top: 0!important;
  }
  .list_pro a:nth-child(2n+1){
    clear: both!important;
    margin-left: 0!important;
  }
  .companyBox .fl-left{
    float: none;
    width: auto;
  }
  .companyBox .fl-left > span{
    font-size: 24px;
    margin-top: 4%;
  }
  .companyBox .fl-left .cont,
  .companyBox .fl-left .cont *{
    font-size: 16px;
  }
  .companyBox .img{
    float: none;
    width: auto;
    margin-top: 4%;
  }
  .teamBox .name{
    font-size: 22px;
    }
  .teamBox .cont,
  .teamBox .cont *{
    font-size: 16px;
  }
  .location{
    padding: 8px 12px;
  }
  .detailed .name{
    font-size: 24px;
  }
  .detailed .box .picBox{
    float: none;
    width: auto;
  }
  .detailed .box .picBox .swiper2{
    display: none;
  }
  .detailed .box .box1{
    float: none;
    width: auto;
    margin: 6% 0 0;
    padding: 6% 0 0;
    border-top: 1px solid #cfcfcf;
  }
  .detailed .box .box1 > span{
    min-height: 24px;
    margin-bottom: 3%;
  }
  .detailed .tn{
    font-size: 18px;
    margin: 6% 0 0;
    padding: 6% 0 0;
    text-transform: uppercase;
    border-top: 1px solid #cfcfcf;
  }
}