@charset "UTF-8";
@media (max-width: 1400px){
    .font156{
        font-size: 126px;
    }
    .font60{
      font-size: 50px;
    }
    .font36{
      font-size: 32px;
    }
    .font30{
      font-size: 26px;
    }
    .font26{
      font-size: 22px;
    }
    .font24{
      font-size: 20px;
    }
    .font20{
      font-size: 16px;
    }
    .font18{
      font-size: 14px;
    }
}
@media (max-width: 1360px){
    .font156{
        font-size: 96px;
    }
    .font60{
      font-size: 40px;
    }
    .font36{
        font-size: 28px;
    }
    .font30{
      font-size: 24px;
    }
    .font26{
      font-size: 18px;
    }
    .font24{
      font-size: 16px;
    }
}
@media (max-width: 1200px) {
    /*公共*/
    .m40{
        margin-top: 4%;
    } 
    .m50{
        margin-top: 5%;
    }
    .m60{
        margin-top: 6%;
    }
    .m70{
        margin-top: 7%;
    }
    .header .middle{
        height: 80px;
    }
    .header .middle .logo{
      width: 319px;
      height: 44px;
    }
    .header .middle .tel{
        display: none;
    }
    .header .middle .nav_trigger{
        display: block;
    }
    .header .nav{
        width: 100%;
        display: none;
        position: fixed;
        top:113px;
        background: #fff;
        float: none;
        left: 0;
        height: 80%;
        height:-moz-calc(100% - 113px); 
        height:-webkit-calc(100% - 113px);
        overflow: hidden;
        overflow-y: auto;
    }
    .header .nav > ul{
        width: 100%;
        margin:0 auto;
        overflow: hidden;
    }
    .header .nav > ul > li{
        width: 100%;
        text-align: left;
    }
    .header .nav > ul > li > a{
        padding: 0 3%;
        border-bottom: 1px #eee solid;
        text-align: left;
        color: #555;
        font-weight: lighter;
    }
    .header .nav > ul > li > a.has_second{
        pointer-events: none;
    }
    .header .nav > ul > li:first-child > a{
        border-top: 1px #eee solid;
    }
    .header .nav > ul > li:last-child{
        width: 100%;
    }
    .header .nav > ul > li > a > i.mb_arrow{
      display: block;
    }
    .header .nav > ul > li.current > a, .header .nav > ul > li:hover > a{
      color: #555;
      background: none;
    }
    .header .nav > ul > li:hover > a{
      color: #0653ac;
    }
    .header .nav > ul > li > ul{
        width: 100% !important;
        padding: 0;
        position: static;
        background: #f2f2f2;
        overflow: hidden;
    }
    .header .nav > ul > li > ul > li{
        width: 100%;
        height: auto;
        line-height: 42px;
    }
    .header .bottom > ul > li > ul > li > a{
      width: 100%;
      padding: 0 3%;
      height: auto;
    }
    .header .bottom > ul > li > ul > li:hover{
        border-color: #0653ac;
        background: transparent;
    }
    .header .bottom > ul > li > ul > li:hover > a{
      color: #0653ac;
    }
    .footer .footer-main .footer-link{
        width: 70%;
        width:-moz-calc(100% - 663px); 
        width:-webkit-calc(100% - 663px);
        padding: 0 4% 0 6%;
    }
    .footer .footer-main .footer-link li{
        width: 50%;
    }
    .footer .footer-main .footer-link li:nth-child(2n){
      padding-right: 0;
    }
    .footer .footer-main .footer-link li:nth-child(3n){
      padding-right: 10px;
    }
    .footer .footer-contact{
      padding: 6% 0;
    }
    .footer .footer-contact .contact-left{
      width: 60%;
      padding: 3%;
    }
    .footer .footer-contact .contact-right{
      width: 40%;
      padding: 3%;
    }
    /*首页*/
    .i_more{
        margin: 5% auto 0;
    }
    .pc_ban{
  	    display: none;
    }
    .mb_ban{
  	    display: block;
    }
    .i_abt{
        margin-top: -6%;
    }
    .i_abt .abt_fl{
        padding-top: 13%;
    }
    .i_abt .abt_fl .tit p:nth-child(1){
        font-size: 30px;
        margin-bottom: 1%;
    }
    .i_abt .abt_fl .tit p:nth-child(2){
        font-size: 18px;
        margin-bottom: 2%;
    }
    .i_news .hd{
        margin: 4% 0;
    }
    .i_news .bd .newsList .news_left, .i_news .bd .newsList .news_right{
        width: 100%;
        margin-left: 0;
    }
    .i_news .bd .newsList .news_left img{
        width: 100%;
        height: auto;
    }
    /*内页*/
    .n_ban{
      height:360px;
    }
    
    .n_path{
        display: none;
    }

    .n_type .mb_show{
        display: block;
    }
    .n_type > ul > li{
        margin: 0;
    }
    .n_type > ul{
        width: 100%;
        display: none;
        background: #fff;
    }
    .n_type > ul > li{
        width: 100%;
        padding: 0 3%;
        border: none;
        border-radius: 0;
        border-bottom: 1px #eee solid;
    }
    .n_type > ul > li.current, .n_type > ul > li:hover{
        background: none;
        border-color: #0653ac;
    }
    .n_type > ul > li.current > a, .n_type > ul > li:hover > a{
        color:#0653ac;
    }

    .n_y{
        padding:7% 0 0 0;
    }

    .proType{
        width: 100%;
        padding-top: 0;
    }
    .proType ul{
      border: none;
    }
    .proType .mb_show{
        line-height: 40px;
        display: block;
    }
    .proType .tit{
        display: none;
    }
    .proType > ul > li{
        margin: 0;
    }
    .proType > ul{
        width: 100%;
        display: none;
        background: #fff;
    }
    .proType > ul > li{
        width: 100%;
        padding: 6px 3%;
        border: none;
        border-radius: 0;
        border-bottom: 1px #eee solid;
    }
    .proType > ul > li > a{
        text-align: center;
    }
    .proType > ul > li > a > i{
        display: none;
    }
    .proType ul > li > a > .lt{
      width: 100%;
      margin-right: 0;
    }
    .proType > ul > li.current, .proType > ul > li:hover{
        background: none;
        border-color: #0653ac;
    }
    .proType > ul > li.current > a, .proType > ul > li:hover > a{
        color:#0653ac;
    }
    .proList, .proInfo{
        margin-left: 0;
        padding-top: 7%;
        width: 100%;
    }
    .det-pic {padding:0 0 4% 0;}
    .det-top-txt{width:calc(100% - 580px);}
}
@media(max-width:1080px){
    #preview{display:none;}
    .wap-det-pic{display:block;}
    .det-top-txt{width:100%;margin-top:20px;}
    .det-top-txt .det-name h3{font-size:18px;}
    .det-top-txt .det-name h6{font-size:12px;margin-top:0;}
    .det-top-txt .txt{min-height:auto;padding:4% 3%;}
    .pro-det-nav{height:40px;}
    .pro-det-nav li{margin-right:3%}
    .pro-det-nav li a{padding:0 12px;font-size:14px;line-height:38px;}
    .det-warp-editor h6{font-size:16px;margin-bottom:12px;}
    .pro-det-title{height:40px;}
    .pro-det-title h3{padding:0 12px;font-size:14px;line-height:38px;}
    .pro-recom{padding:4% 0;}
    .pro-recom .swiper-pagination{display:block;}
    .pro-recom .swiper-button-next,.pro-recom .swiper-button-prev{display:none;}
}
@media (max-width: 1024px) {
    /*公共*/
    .font156{
        font-size: 66px;
    }
    .font36{
        font-size: 24px;
    }
    .font30{
      font-size: 20px;
    }
    .font26{
      font-size: 16px;
    }
    .font24{
      font-size: 14px;
    }
    .footer .footer-main .footer-dyue, .footer .footer-main .footer-link, .footer .footer-main .footer-code{
        display: none;
    }
    .footer .footer-contact > div{
        display: block;
    }
    .footer .footer-contact .contact-left, .footer .footer-contact .contact-right{
        width: 100%;
        padding: 3%;
    }
    .footer .footer-contact .contact-left .con{
        padding-top: 0;
    }
    .footer .footer-contact .contact-right .con{
        padding-top: 10px;
    }
    .footer .footer-contact .tit{
      height: 32px;
      line-height: 32px;
      font-size: 16px;
    }
    .footer .footer-contact .tit img{
      width: 32px;
      height: 32px;
    }
    .footer .footer-main{
        padding: 0;
    }
    .footer .footer-main .footer-nav{
        display: block;
    }
    .footer .footer-copyright{
        border-top: none;
    }   
    /* 首页 */
    .i_abt .abt_fl .tit p:nth-child(1){
        font-size: 26px;
    }
    .i_abt .abt_fl .tit p:nth-child(2){
        font-size: 16px;
    }
    .i_btn li{
        width: 50%;
        padding: 2% 0;
    }
    .i_btn li:nth-child(2n){
        border: none;
    }
    .i_btn li:nth-child(3), .i_btn li:nth-child(4){
        border-top: 1px #ededed solid;
    }
    .i_btn .word p:nth-child(1){
        font-size: 16px;
    }
    /*内页*/
    .n_ban > div > h2{
      font-size: 32px;
    }

    .news_show_tit{
        font-size: 20px;
    }
}
@media(max-width:991px){
  /*.footer .footer-copyright{*/
  /*      display: none;*/
  /*  }*/
  /*  .footer .mb-copyright{*/
  /*      display: block;*/
  /*  }*/
  /* 首页 */
  .mb_ban .hd ul{display: inline-block;}
  .mb_ban .hd ul li{
    float: none;
    display: inline-block;
  }
  .i_abt{
    display: block;
    margin-top: 7%;
  }
  .i_abt .abt_fl, .i_abt .abt_fr{
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .i_abt .abt_fl .tit{
    text-align: center;
  }
  .i_abt .abt_fl .tit p.line{
    margin: 0 auto;
  }
  .i_abt .abt_fl .more{
    margin: 4% auto 0;
  }
  .i_abt .abt_fr{
    margin-top: 4%;
  }
  .i_pro .con li{
    width: 49.85%;
  }
  .i_pro .con li:nth-child(5n){
    margin-right:.3%;
  }
  .i_pro .con li:nth-child(2n){
    margin-right: 0;
  }
  .i_pro .con .title{
    height: 48px;
    line-height: 48px;
  }
  /* 内页 */
  .n_ban > div > h2{
    font-size: 28px;
  }

  .news-list{margin:0 auto;}
  .news-list li{padding:20px 0;}
  .news-list li a .news-img{width:40%;}
  .news-list li a .news-img .news-date{width:60px;height:60px;padding:8px 0;}
  .news-list li a .news-img .news-date span{font-size:28px;line-height:28px;}
  .news-list li a .news-more{display:none;}
  .news-list li a .news-txt{width:58%;margin-left:2%;padding:0;}
  .news-list li a .news-txt h5{font-size:16px;line-height:28px;height:28px;margin-bottom:20px;}
  .news-list li a .news-txt p{font-size:12px;line-height:20px;height:40px;}
  .news_show_tit{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
    /*公共*/
    .font36{
        font-size: 20px;
    }
    .font30{
      font-size: 16px;
    }
    .font26{
      font-size: 14px;
    }
    .footer-copyright .rt{
        display: none;
    }
    .footer-copyright .lt{
        width: 100%;
        text-align: center;
    }
    /* 首页 */
    .i_tit p:nth-child(1){
        font-size: 20px;
    }
    .i_tit p:nth-child(2){
        font-size: 14px;
    }
    .i_abt .abt_fl .tit p:nth-child(1){
        font-size: 22px;
    }
    .i_btn a > div{
        height: 56px;
    }
    .i_btn .icon{
        width: 51px;
    }
    .i_pro .con .title{
        height: 42px;
        line-height: 42px;
    }
    .i_abt .abt_left .box_main .tit{
        font-size: 18px;
    }
    /*内容*/
    .n_ban > div > h2{
      font-size: 24px;
    }

    .base_read .lt, .base_read .rt{
      width: 100%;
    }
    .base_read .rt{
        margin-top: 4%;
    }

    .proList > ul > li{
        width: 48.5%;
    }
    .proList > ul > li:nth-child(5n){
        margin-right: 3%;
    }
    .proList > ul > li:nth-child(2n){
        margin-right: 0;
    }

    .pro-recom li a .pro-txt{padding:6px;}
    .pro-recom li a .pro-txt h5{font-size:14px;line-height:28px;height:28px;}
    .pro-recom li a .pro-txt p{font-size:12px;line-height:18px;height:18px;}

    .pic_list > ul > li{
        width: 48.5%;
    }
    .pic_list > ul > li:nth-child(3n){
        margin-right: 3%;
    }
    .pic_list > ul > li:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 640px) {
    /*公共*/
    .page-first{
        display: none !important;
    }
    .header .top .lt{
        display: none;
    }
    .header .top .mb_show{
        display: block;
    }
    .header .top .rt .lan{
        display: block;
    }
    .header .top .rt > ul{
        width: 110px;
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        background: #fff;
    }
    .header .top .rt > ul > li{
      width: 100%;
      padding: 0 10px;
      margin-left: 0;
      border-bottom: 1px #eee solid;
    }
    .header .top .rt > ul > li:last-child{
        border-bottom: none;
    }
    .header .middle{
        height: 60px;
    }
    .header .middle .logo{
      width: 247px;
      height: 34px;
      margin: 13px 0;
    }
    .header .middle .nav_trigger{
        width: 30px;
        height: 18px;
        margin: 21px 0;
    }
    .header .middle .nav_trigger .icon-bar{margin:6px 0 0 0;width:30px;}
    .header .middle .nav_trigger.drop .top{-webkit-transform:translateY(9px) rotateZ(45deg);}
    .header .middle .nav_trigger.drop .bottom{-webkit-transform:translateY(-7px) rotateZ(-45deg);}
    .header .nav{
        width: 100%;
        display: none;
        position: fixed;
        top:93px;
        background: #fff;
        float: none;
        left: 0;
        height: 80%;
        height:-moz-calc(100% - 93px); 
        height:-webkit-calc(100% - 93px);
        overflow: hidden;
        overflow-y: auto;
    }
    .footer .footer-contact .contact-left .con .box {
        margin-top: 4%;
    }
    .footer .footer-contact .contact-left, .footer .footer-contact .contact-right {
        padding:5% 3%;
    }
    .footer .footer-contact .contact-right .con p:nth-child(2){
      margin-top: 0;
    }
    .footer .footer-contact .contact-right .con tr > td:nth-child(1), .footer .footer-contact .contact-right .con tr > td:nth-child(3){
        width: 49%;
    }
    .footer .footer-contact .contact-right .con td > div{
      width: 100%;
      float: none;
    }
	/*首页*/
    .i_btn a > div{
        width: auto;
        height: 36px;
        float: none;
    }
    .i_btn .tb{
        width: 61px;
        float: left;
    }
    .i_btn .word{
        margin-left: 61px;
    }
    .i_btn .icon{
        width: 33px;
        margin-right: 14px;
    }
    .i_btn .word p{
        line-height: 18px;
    }
    .i_btn .word p:nth-child(1){
        font-size: 14px;
    }
    .i_pro .con .image{
        height: 180px;    
    }
    .i_pro .con .title{
        height: 42px;
        line-height: 42px;
    }
	.i_abt .abt_left .box_main .tit{
        font-size: 16px;
    }
    /* 内页 */
    .n_ban{
      height:280px;
    }
    .n_ban > div > h2{
      font-size: 20px;
    }

    .proList > ul > li > a > .pic, .pic_list > ul > li > a > .pic{
        height: 180px;
    }

    .news-list{margin:0 auto;}
    .news-list li{padding:20px 0;}
    .news-list li a .news-img{width:40%;}
    .news-list li a .news-img .news-date{display:none;width:48px;height:40px;padding:8px 0;}
    .news-list li a .news-img .news-date span{font-size:18px;line-height:18px;}
    .news-list li a .news-img .news-date p{font-size:10px;line-height:14px;}
    .news-list li a .news-txt{margin-top:0;}
    .news-list li a .news-txt h5{font-size:16px;line-height:24px;height:24px;margin-bottom:6px;}

    .download-list li{
        margin-bottom: 20px;
    }
    .download-list .fileInfo .box1 .lt{
      margin-right: 0;
    }
    .download-list .fileInfo .box1 .rt{
      display: none;
    }
    .download-list .fileInfo .box2{
        margin: 5px 0;
    }
    .download-list .fileInfo .box2 .lt{
        width: 100%;
        float: right;
        margin-right: 0;
        line-height: 18px;
    }
    .download-list .fileInfo .box2 .rt{
        display: none;
    }
    .download-list .fileInfo .box2 .mb-btn{
        display: block;
        float: right;
    }

    .contact-about .contact-box1 .con ul{
      display: block;
    }
    .contact-about .contact-box1 .con li{
      width: 100%;
      padding-right: 0;
      float: left;
      margin-top: 3%;
    }
    .contact-about .contact-box1 .con li:first-child{
        margin-top: 0;
    }
}