@charset "utf-8";
@media screen and (min-width:1004px){
  #header .menu{
    position: absolute;
    top: 42px;
    font-size: 0;
    left: 300px;
    right: 135px;
    padding-right: 3%;
    text-align: right;
    letter-spacing: -1px;
  }
  #header .menu a{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 50px;
    margin-left: 3.6%;
  }
  #header .menu a.language{
    display: none;
  }
  #header .menu a:nth-child(1){
    margin-left: 0;
  }
  #header .menu a:hover{
    color: #da251d;
    border-bottom: 2px solid #da251d;
  }
}
@media screen and (min-width:1180px) and (max-width:1379px){
  #header,#among,#footer,.width{
    max-width:1180px;
  }
  #header .logo img{
    height: 90px;
  }
  #header .menu,#header .bb{
    top: 37px;
  }
  #header form{
    top: 45px;
  }
  #header .menu a{
    margin-left: 3%;
  }
  .home .fl-left{
    width: calc(97% - 391px);
  }
  .home .fl-left .list a{
    line-height: 35px;
  }
  .home .fl-left .list{
    width: calc(100% - 370px);
  }
  .newsBox{
    width: 357px;
  }
  .home .fl-right{
    width: 391px;
  }
  .home1 .fl-left,
  .home1 .fl-right{
    width: 49%;
  }
  .picBox{
    width: 334px;
  }
  .home1 .list{
    width: 236px;
  }
  .caseBox{
    padding: 0 44px;
  }
  .caseBox .prev,
  .caseBox .next{
    width: 22px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .list_news a{
    height: 187px;
    margin-top: 25px;
    padding: 0 20px 0 300px;
  }
  .list_news a img{
    width: 280px;
  }
  .list_news a span{
    margin-top: 13px;
  }
  .list_news a p{
    margin: 10px 0;
  }
}
@media screen and (min-width:1004px) and (max-width:1179px){
  #header,#among,#footer,.width{
    max-width:984px;
  }
  #header .logo img{
    height: 85px;
  }
  #header .menu{
    top: 32px;
    left: 267px;
    padding-right: 1.5%;
  }
  #header .bb{
    top: 32px;
  }
  #header form{
    top: 40px;
  }
  #header .menu a{
    margin-left: 2%;
    font-size: 13px;
  }
  .home .fl-left{
    width: calc(97% - 340px);
  }
  .home .fl-left .list{
    margin-top: 3px;
  }
  .home .fl-left .list a{
    line-height: 35px;
  }
  .home .fl-left .list a:nth-child(7){
    display: none;
  }
  .home .fl-left .list{
    width: calc(100% - 322px);
  }
  .newsBox{
    width: 311px;
  }
  .home .fl-right{
    width: 340px;
  }
  .home1 .fl-left,
  .home1 .fl-right{
    width: 49%;
  }
  .picBox{
    width: 280px;
  }
  .home1 .list{
    width: 195px;
  }
  .caseBox{
    padding: 0 38px;
  }
  .caseBox .prev,
  .caseBox .next{
    width: 18px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .list_news a{
    height: 167px;
    margin-top: 20px;
    padding: 0 20px 0 270px;
  }
  .list_news a img{
    width: 250px;
  }
  .list_news a span{
    margin-top: 10px;
  }
  .list_news a p{
    margin: 5px 0;
  }
}
@media screen and (max-width:1003px){
  .wrapper{
    padding-top: 60px;
  }
  #header,#among,#footer,.width{
    max-width:1003px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
    box-shadow:0 0 5px 2px rgba(0,0,0,.2);
  }
  #header form,
  #header .bb,.location{
    display: none;
  }
  #header .logo img{
    height: 60px;
  }
  #header .menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
    z-index: 998;
    padding: 40px 0 20px;
    overflow-y: auto;
  }
  .header.on #header .menu{
    display: block;
  }
  #header .menu a{
    display: block;
    font-size: 17px;
    color: #e0e0e0;
    margin: 0 40px;
    padding: 8px 10px;
    border-bottom: 1px solid #212121;
  }
  .header #header em{
    display: block;
    position: fixed;
    right:18px;
    top:20px;
    z-index: 998;
    width:24px;
    cursor: pointer;
    border-top: 3px solid #8a8a8a;
  }
  .header #header em:before,
  .header #header em:after{
    content:'';
    height:3px;
    display:block;
    margin-top:5px;
    background:#8a8a8a;
  }
  .header.on #header em{
    height:2px;
    top:28px;
    cursor: pointer;
    background:#FFF;
    border-top: 0;
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(45deg);
  }
  .header.on #header em:before{
    width:24px;
    height:2px;
    display:block;
    position:absolute;
    top:0;
    margin-top: 0;
    background: #FFF;
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(90deg);
  }
  .header.on #header em:after{
    display: none;
  }
  .home .fl-left{
    float: none;
    width: auto;
    margin: 3% 0 0;
  }
  .home .fl-left .list{
    float: none;
    width: auto;
  }
  .home .fl-right{
    float: none;
    width: auto;
    margin: 3% 0 12px;
  }
  .caseBox{
    padding: 0 30px;
  }
  .caseBox .prev,
  .caseBox .next{
    width: 16px;
    height: 29px;
    top: calc(50% - 15px);
  }
  .home1 .fl-left, .home1 .fl-right{
    float: none;
    width: auto;
  }
  .picBox{
    width: auto;
    float: none!important;
  }
  .home1 .list{
    float: none;
    width: auto;
    margin: 0;
  }
  .home1 .list a{
    float: left;
    width: calc(25% - 6px);
  }
  .home1 .list a:nth-child(3),
  .home1 .list a:nth-child(2n){
    margin-left: 8px;
  }
  .newsBox{
    float: none;
    width: auto;
  }
  .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;
  }
  .footer{
    display: none;
  }
  .footer.fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #footer:before{
    margin-bottom: 5px;
  }
  #footer .contact,
  #footer .ewm,
  #footer .links{
    display: none;
  }
  #footer .list{
    text-align: center;
    margin-left: 0;
    padding-top: 0;
  }
  #footer .list a:nth-child(1){
    margin-left: 0;
  }
  #footer .list a:last-child{
    display: none;
  }
  #footer .copyright{
    padding: 5px 0;
  }
  .content{
    margin: 15px 10px;
    min-height: 120px;
  }
  .dis .banner,.dis .aside{
    display: none;
  }
  .dis .content{
    margin-top: 0;
  }
  .dis .detailed > h1{
    background:#dcdcdc;
    margin: 0 -10px;
    padding: 9px 10px;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
  }
  .dis .detailed > h2{
    text-align: left;
    margin-top: 5px;
  }
  .dis .detailed > .img{
    margin: 0 -10px;
  }
  .dis .detailed > .img img{
    width: 100%;
  }
  .list_news_1 a{
    height: 86px;
    float: none;
    width: auto;
    margin: 12px 0 0!important;
    padding: 0 10px 0 127px;
  }
  .list_news_1 a:nth-child(1){
    margin-top: 0!important;
  }
  .list_news_1 a span{
    font-size: 15px;
    padding-left: 10px;
    margin-top: 8px;
  }
  .list_news_1 a span:before{
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .list_news_1 a p{
    margin: 1px 0 0;
    font-size:13px;
    line-height:20px;
    height:40px;
    -webkit-line-clamp:2;
  }
}
@media screen and (max-width:767px){
  .home1 .list a{
    float: left;
    width: calc(50% - 4px);
  }
  .home1 .list a:nth-child(3){
    margin-left: 0;
  }
  .home1 .list a:nth-child(2n){
    margin-left: 8px;
  }
  .type-name font{
    display: none;
  }
  .swiper-pagination{
    bottom: 0;
  }
  .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .picBox .arrow span{
    margin: 0 3px;
  }
  .picBox a span{
    padding-right: 67px;
  }
  .caseBox{
    padding:0 25px;
  }
  .caseBox .swiper-slide a{
    margin-left: 9px;
    width: calc(33.33333% - 6px);
  }
  .caseBox .swiper-slide a:nth-child(4),
  .caseBox .swiper-slide a:nth-child(5){
    display: none;
  }
  .yearbookBox .fl-left,
  .yearbookBox .fl-right{
    float: none;
    width: auto;
  }
  .yearbookBox .fl-right li{
    margin-top: 15px !important;
  }
  .yearbookBox .fl-left > li > h3{
    width: 70px;
    font-size: 15px;
  }
  .yearbookBox .fl-left:after{
    left: 83px;
  }
  .yearbookBox .fl-left > li:after{
    width: 9px;
    height: 9px;
    left: 79px;
    top: 8px;
  }
  .yearbookBox .fl-left > li ul{
    margin-left: 100px;
  }
}
@media screen and (min-width:1000px){
  .list_share a{
    width: 18%;
    margin: 25px 0 0 2.5%;
  }
  .list_share a:nth-child(-n+5){
    margin-top: 0;
  }
  .list_share a:nth-child(5n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width:640px) and (max-width:999px){
  .list_share a{
    width: 23.125%;
    margin: 2.5% 0 0 2.5%;
  }
  .list_share a:nth-child(-n+4){
    margin-top: 0;
  }
  .list_share a:nth-child(4n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (max-width:639px){
  .list_share a{
    width: 48.5%;
    margin: 15px 0 0 3%;
  }
  .list_share a:nth-child(-n+2){
    margin-top: 0;
  }
  .list_share a:nth-child(2n+1){
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width:769px){
  .list_case a{
    width: 22.75%;
    margin: 20px 0 0 3%;
  }
  .list_case a:nth-child(-n+4){
    margin-top: 0;
  }
  .list_case a:nth-child(4n+1){
    clear: both;
    margin-left: 0;
  }
}
@media screen and (min-width:540px) and (max-width:768px){
  .list_case a{
    width: 32%;
    margin: 20px 0 0 2%;
  }
  .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){
  .list_case a{
    width: 48.5%;
    margin: 3% 0 0 3%;
  }
  .list_case a:nth-child(-n+2){
    margin-top: 0;
  }
  .list_case a:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
}
@media screen and (max-width:768px){
  .navBox ul li{
    padding: 0 15px;
  }
  .searchBox{
    padding-right: 0;
  }
  .searchBox span{
    width: 51px;
    font-size: 16px;
  }
  .searchBox select{
    margin-left: 0;
    width: calc(50% - 25px);
  }
  .searchBox form{
    display: none;
  }
  .list_news a{
    height: 86px;
    margin-top: 12px;
    padding: 0 10px 0 139px;
  }
  .list_news a img{
    width: 129px;
  }
  .list_news a span{
    font-size: 15px;
    margin-top: 5px;
  }
  .list_news a p{
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    margin: 0;
    color: #a7a7a7;
  }
  .list_news a font,
  .list_news a:after{
    display: none;
  }
}