/*头部公用样式*/
  .quick-nav{
    display: none;
  }
  .web-all{
    overflow: hidden;
  }
  .web-top{
    width: 100%;
    height: 40px;
    background-color: #034ea1;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 10;
  }
  .web-head{
    width:100%;
    background-color: #fff;
    border:1px solid #e0e0e0;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 10;
  }
  .web-head-01{
    width:60%;
  }
  .logo{
    height: 60px;
  }
  .logo>img{
    height: 100%;
  }
  .nav{
    line-height: 60px;
  }
  .nav>ul>li{
    padding:0 30px;
    position: relative;
  }
  .nav>ul>li>a{
    position: relative;
  }
  .nav>ul>li>a:after{
    content: "";
    position: absolute;
    width:20px;
    height: 20px;
    background-image: url(../images/ico-1.png);
    background-size: 100% 100%;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }
  .nav>ul>li:first-child>a:after,.nav>ul>li:nth-child(2)>a:after,.nav>ul>li:last-child>a:after{
    display: none;
  }
  .nav>ul>li>dl{
    position: absolute;
    width:100%;
    top: 60px;
    left: 0;
    z-index: 9;
    background-color: rgba(255,255,255,.8);
    display: none;
  }
  .nav>ul>li:hover>dl{
    display: block;
  }
  .nav>ul>li>dl>dd{
    text-align: center;
    line-height: 50px;
  }
  .nav>ul>li>dl>dd:hover{
    background-color: #034ea1;
  }
  .nav>ul>li>dl>dd:hover>a{
    color: #fff;
  }
  .seach>img{
    width:20px;
    height: 20px;
    margin-top: 22px;
  }
  .seach>input{
    height: 30px;
    margin-top: 15px;
    border:none;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 20px;
  }
  .hide{
    display: none;
  }
  .fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .lang-tap>select{
    width: 50px;
    height: 30px;
    margin-top: 15px;
    margin-left: 20px;
    outline: none;
  }
  .lang-tap>select>option{
    width:50px;
    height: 30px;
    display: block;
  }
  .inx-1-a{
    width:60%;
    overflow: hidden;
  }
  .inx-1-a>.img_box{
    height: 800px;
    position: relative;
  }
  .inx-1-info{
    position: absolute;
    left:5%;
    bottom: 7%;
    z-index: 9;
    color: #fff;
  }
  .inx-1-info>h1{
    font-weight: bold;
  }
  .inx-1-info>h4{
    margin-top: 10px;
  }
  .inx-1-info>h5>a{
    width:150px;
    line-height: 50px;
    background-color:#034ea1;
    color: #fff;
    text-align: center; 
    border-radius: 10px;
    margin-top: 20px;
  }
  .inx-1-b{
    width:40%;
    overflow: hidden;
  }
  .inx-1-b>.img_box{
    height: 400px;
  position: relative;
  }
  .inx-1-info{
    position: absolute;
    left:5%;
    bottom: 7%;
    z-index: 9;
    color: #fff;
  }
  .inx-1-info>h3{
    font-weight: bold;
  }
  .inx-1-info>h5{
    margin-top: 10px;
  }
  .inx-1-info>p>a{
    width:120px;
    line-height: 40px;
    background-color:#034ea1;
    color: #fff;
    text-align: center; 
    border-radius: 10px;
    margin-top: 20px;
  }
  .inx-2{
    padding-bottom: 20px;
  }
  .inx-2 ul>li{
    width:16.6%;
    position: relative;
    margin-top:20px;
    padding:0 20px;
    box-sizing: border-box;
  }
  .inx-2 ul>li:after{
    content: "";
    position: absolute;
    width:1px;
    height: 100px;
    background-color: #333;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .inx-2 ul>li:last-child::after{
    display: none;
  }
  .inx-2 ul>li .img_box{
    height: 240px;
  }
  .inx-2 ul>li p{
    text-align: center;
    margin-top: 20px;

  }
  .inx-padding{
    padding:20px 0;
  }
  .inx-tit h1{
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
  }
  .inx-tit h1:after{
    content: "";
    position: absolute;
    width:150px;
    height: 10px;
    background-color: #034ea1;
    bottom: 0;
    left: 0;
  }
  .inx-3-box{
    margin-top: 20px;
  }
  .inx-3-box>ul>li{
    width:23%;
  }
  .inx-3-box>ul>li>a{
    padding:20px;
    box-sizing: border-box;
    text-align: center;
  }
  .inx-3-box>ul>li>a>.img_box{
    height: 360px;
  }
  .inx-3-box>ul>li>a>p{
    margin-top: 10px;
    color: #7b7b7b;
  }
  .inx-3-box>ul>li>a>h5{
    font-weight: bold;
    margin-top: 10px;
  }
  .inx-4-box{
    margin-top:60px;
  }
  .inx-4-a{
    width: 50%;
  }
  .inx-4-a .img_box{
    height: 600px;
    position: relative;
  }
  .inx-4-b{
    width:50%;
  }
  .inx-4-b>a>.img_box{
    width:100%;
    height: 300px;
    position: relative;
  }
  .inx-5-a{
    width:24%;
  }
  .inx-5-a .img_box{
    height: 500px;
    position: relative;
  }
  .inx-5-a .img_box>p{
    width:140px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    background-color: #034ea1;
    border-radius: 10px;
  }
  .inx-5 .inx-3-box>ul{
    width:75%;
  }
  .inx-5 .inx-3-box>ul>li{
    width:30%;
  }
  .inx-6-box{
    margin-top: 30px;
  }
  .inx-6-box>ul>li{
    width:25%;
  }
  .inx-6-box>ul>li>a>.img_box{
    height: 640px;
    position: relative;
  }
  .foot-top{
    padding:30px 0;
    box-sizing: border-box;
    background-color: #404040;
    color: #fff;
  }
  .foot-top>.cont>a{
    float: left;
  }
  .foot-top>.cont>a>img{
    height: 45px;
    margin-top: 22px;
  }
  .foot-top-info{
    float: left;
    margin-left: 40px;
    
  }
  .foot-top-info>p{
    font-weight: lighter;
    color: #ebebeb;
    line-height: 30px;
  }
  .foot-bottom{
    padding:15px 0;
    background-color: #333;
  }
/*关于我们*/
  .ny-padding{
    padding:80px 0;
  }
  .ny-banner{
    width: 100%;
    height: 400px;
  }
  .ny-banner>.img_box{
    height: 100%;
    position: relative;
  }
  .ab-all{
    width:100%;
    height: 100%;
    background-color: #f4f4f4;
  }
  .ab-1-box{
    width:100%;
    padding:50px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }
  .ab-1-info{
    width:60%;
  }
  .ab-com>h4{
    width:100%;
    line-height: 72px;
    position: relative;
    font-weight: bold;
  }
  .ab-com>h4:after{
    position: absolute;
    width:80px;
    height: 4px;
    background-color: #034ea1;
    content: "";
    left: 0;
    bottom: 0;
  }
  .ab-1-info>p{
    width:100%;
    line-height: 36px;
    margin-top: 20px;
  }
  .ab-1-box>img{
    position: absolute;
    right: 0;
    bottom: 0;
    width:30%;
  }
  /*.ab-1-box>ul>li:first-child,.ab-1-box>ul>li:last-child{
    width:100%;
  }*/
  .ab-1-box>ul>li{
    width:49%;
    margin-top: 30px;
    background-color: #f4f4f4;
  }
  .ab-1-box>ul>li .img_box{
    height: 420px;
    position: relative;
  }
  .ab-1-box>ul>li .img_box>img{
    position: absolute;
    height: 100%;
    width:auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ab-1-box .inx-1-info{
    color: #333;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .ab-1-box .inx-1-info>h5{
    font-weight: bold;
    text-align: center;
  }
/*产品中心*/
  .pro-nav{
    width:100%;
    padding:20px 0 ;
    background-color: #fff;
  }
  .pro-nav ul{
    width:80%;
  }
  .pro-nav ul>li{
    float: left;
    width:10%;
    position: relative;
  }
  .pro-nav ul>li:after{
    position: absolute;
    width:1px;
    height: 10px;
    background-color: rgba(0,0,0,.3);
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .pro-nav ul>li>a{
    line-height: 40px;
    text-align: center;
  }
  .pro-nav>.cont div{
    line-height: 40px;
  }
  .pro-nav>.cont div a{
    display: inline-block;
  }
  .pro-list{
    padding:20px 0 60px 0;
  }
  .pro-list ul:after{
    display:block;
    content:"";
    width: 23%;
    height:0px;
  }
  .pro-list ul{
    display: block;
    overflow: hidden;
  }
  .pro-list ul>li{
    float: left;
    width:25%;
    margin-top: 40px;
    padding:0 20px;
    box-sizing: border-box;

  }
  .pro-list ul>li>a>.img_box{
    width: 100%;
    height: 400px;
    background-color: #fff;
  }
  .pro-list ul>li>a>.pro-tit{
    margin-top: 5px;
    background-color: #fff;
    padding:20px;
    box-sizing: border-box;
  }
  .pro-tit-a>h5{
    font-weight: bold;
    margin-top: 5px;
    height: 80px;
  }
  .pro-tit-b>p{
    width:120px;
    line-height: 36px;
    background-color: #f4f4f4;
    border-radius: 18px;
    margin-top: 10px;
    border:1px solid #333;
    box-sizing: border-box
    color: #fff;
    text-align: center;
  }
/*新闻资讯*/
  .news-list{
    padding:10px 0 60px 0;
  }
  .news-list ul>li{
    width:31%;
    margin-top: 50px;
  }
  .news-list ul>li>a>.img_box{
    height: 300px;
  }
  .news-list ul>li:nth-child(5n-1),.news-list ul>li:nth-child(5n){
    width:48.5%;
  }
  .news-list-info{
    width: 100%;
    padding:30px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .news-list-info>h4{
    font-weight: bold;
    position: relative;
    text-indent: 15px;
  }
  .news-list-info>h4:after{
    content: "";
    position: absolute;
    width:5px;
    height: 20px;
    background-color: #034ea1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-list-info>p{
    margin-top: 15px;
    line-height: 30px;
  }
  .news-list-info>div{
    margin-top: 30px;
  }
/*联系我们*/
  .cat-1{
    padding:50px 0;
  }
  .cat-1-a{
    width:48%;
    padding:40px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .cat-1-a>h4{
    font-weight: bold;
    height: 50px;
    position: relative;
  }
  .cat-1-a>h4:after{
    position: absolute;
    width:120px;
    height: 5px;
    background-color: #034ea1;
    content: "";
    left: 0;
    bottom: 0;
  }
  .cat-1-a>ul>li{
    width:100%;
    margin-top: 40px;
    width:49%;
  }
  .cat-1-a>ul>li>p>em:first-child{
    width:100px;
    font-weight: bold;
  }
  .cat-1-a>ul>li>p>em:last-child{
    margin-right: auto;
  }
  .cat-1-b form>ul>li{
    width:48%;
    margin-top: 40px;
    background-color: #f4f4f4;
  }
  .cat-1-b form>ul>li>em{
    width:60px;
    line-height: 40px;
    margin-left: 10px;
    display: block;
  }
  .cat-1-b form>ul>li>input{
    width:70%;
    height: 40px;
    margin-right: auto;
    border:none;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
  }
  .cat-1-b form>ul>li:last-child{
    width: 100%;
  }
  .cat-1-b form>ul>li>textarea{
    width:80%;
    margin-right: auto;
    outline:none;
    border:none;
    line-height: 40px;
    background-color: rgba(0,0,0,0);
    height: 80px;
    font-size: 16px;
  }
  .cat-1-b form>button{
    margin-top: 40px;
    height: 40px;
    width:120px;
    border-radius: 20px;
    border:1px solid #333;
  }
  .cat-2{
    padding-bottom: 50px;
  }
  .zxdt_box{
    width: 100%;
    height: 500px;
    background-color:#fff; 
  }
  .zxdt{
    width: 100%;
    height: 100%;
    padding:10px;
    box-sizing: border-box;
    background-color:#fff;
  }
  .bddt_box{
    height: 100%;
    width: 100%;
  }
  .bddt{
    width: 100%;
    height: 100%;
    margin:0 auto;
  }
/*产品详情*/
  .pro-list{
    padding:40px 0;
  }
  .pro-info{
    width:65%;
    background-color: #f4f4f4;
  }
  .pro-info img{
    width:100%;
  }
  .pro-tj{
    width:33%;
    background-color: #fff;
    padding:40px 60px;
    box-sizing: border-box;
  }
  .pro-tj>h4{
    font-weight: bold;
    text-indent: 20px;
    position: relative;
  }
  .pro-tj>h4:before{
    position: absolute;
    width:4px;
    height: 80%;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    content: "";
    background-color: #034ea1;
  }
  .pro-tj>ul{
    width:100%;
  }
  .pro-tj>ul>li{
    width:90%;
    margin:0 auto;
    text-align: center;
  }
/*新闻详情*/
  .news_inner{
    width: 100%;
    padding: 60px;
    position: relative;
    box-sizing: border-box;
    z-index: 99;
    background:#fff;
  }
  .news_inner img{
    margin: 0 auto;
  }
  .news_inner .ym_tit{
    margin-bottom: 30px;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
  }
  .news_inner p:nth-child(2){
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .news_inner span{
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #6f7173;
  }
  .news_inner span img{
    max-width: 100% !important;
    height: auto!important;
  }
  .news_inner div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner div>em>a{
    color: #333;
    display: inline-block;
  }
  .news_inner div>em>a:hover{
    color: #00478B;
  }
  .m_nav_box{
    display: none;
  }
@media (max-width: 1690px) {
  .web-head-01{
    width:70%;
  }
}
@media (max-width: 1440px){
  h1{
    font-size: 42px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  .nav>ul>li{
    padding:0 20px;
  }
  .inx-1-a>.img_box{
    height: 500px;
  }
  .inx-1-b>.img_box{
    height: 250px;
  }
  .inx-5-a .img_box{
    height: 360px;
  }
  .inx-2 ul>li:after{
    height: 60px;
  }
  .pro-list ul>li{
    width:31%;
  }
/*联系我们*/
  .cat-1-a{
    width: 100%;
  }
  .cat-1-b{
    margin-top: 30px;
  }
}
@media (max-width: 1200px){
  h1{
    font-size: 32px;
  }
  h4{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
  p{
    font-size: 15px;
  }
  .nav{
    display: none;
  }
  .web-head-01{
    width:auto;
  }
  .quick-nav{
    width: 40px;
    height: 26px;
    display: flex;
    align-items:center;
    margin-top: 17px;
    margin-left: 20px;
    border:1px solid rgba(0,0,0,.6);
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
  }
  .quick-nav>button{
      background-color: rgba(0,0,0,0);
      border:none;
      width: 26px;
      height: 20px;
      margin-left:7px;
      position: relative;
      cursor: pointer;

  }
  .m_close{
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 99;
      display: none;
      cursor: pointer;
  }
  .quick-nav em{
      width: 24px;
      height: 2px;
      background-color: rgba(0,0,0,.7);
      display: block;
      position: absolute;
      border-radius: 10px;
  }
  .m_ht1{
      left: 0;
      top: 2px;
      transition: all 0.8s;
  }
  .m_ht2{
      left: 0;
      top: 9px;
  }
  .m_ht3{
      left: 0;
      bottom:2px;
      transition: all 0.8s;
  }
  .m_htl_an{
      -moz-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -o-transform: rotate(225deg);
       -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      top: 9px;
  }
  .m_ht3_an{
      -moz-transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
      top: 9px;
  }
  .quick-nav_box{
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(0,0,0,.6);
      z-index: 999;
      left: 100%;
      opacity: 0;
      top: 60px;
  }
  .m_nav_box{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.6);
        z-index: 999;
        left: 100%;
        opacity: 0;
        top: 100px;
        display: block;
      }
      .m_nav_list{
        width: 40%;
        height: 100%;
        background-color: #f7f7f7;
        margin-left:auto;
        background-color: #034ea1;
        overflow:auto;
        padding:10px;
        box-sizing: border-box;
      }
    .m_nav_list>dl{
      width: 100%;
      line-height: 40px;
      overflow:hidden;
    }
    .m_nav_list>dl>dt{
      background-color: #034ea1;
      position: relative;
      box-sizing: border-box;
    }
    .m_nav_list>dl>dt:after{
      position: absolute;
      width: 20px;
      height: 1px;
      background:#fff;
      content:"";
      bottom: 0;
      left: 0;
    }
    .m_nav_list>dl>dt>a{
      color: #fff;
      font-size: 14px;
    }
    .m_nav_list>dl>dd{
      width: 32%;
      float: left;
      box-sizing: border-box;
    }
    .m_nav_list>dl>dd>a{
      color: #fff;
      font-size: 14px;
      padding-right: 10px;
      box-sizing: border-box;
    }
  
  .inx-5-a .img_box{
    height: 280px;
  }
  .inx-6-box>ul>li{
    width:50%;
  }
  .inx-6-box>ul>li>a>.img_box{
    height: 480px;
  }
  .inx-4-a .img_box{
    height: 500px;
  }
  .inx-4-b>a>.img_box{
    height: 250px;
  }
/*关于我们*/
  .ny-banner{
    height: 300px;
  }
  .ny-padding{
    padding:30px 0;
  }
  .pro-nav{
    padding:10px 0;
  }
  .pro-nav ul{
    width:60%;
  }
  .ab-1-info{
    width:80%;
  }
  .ab-1-info>p{
    text-align: justify;
  }
  .pro-nav ul>li{
    width:20%;
  }
  .pro-list ul>li{
    width: 48%;
  }
/*新闻资讯*/
  .news-list ul>li{
    width:48%;
  }
}
@media (max-width: 920px){
  h1{
    font-size: 24px;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 17px;
  }
  .inx-5-a .img_box{
    height: 240px;
  }
  .inx-tit h1:after{
    width:80px;
    height: 5px;
  }
/*关于我们*/
  .ab-1-box{
    padding:20px;
  }
  .ab-com>h4{
    line-height: 48px;
  }
  .ab-1-box>ul>li .img_box{
    height: 360px;
  }
/*新闻资讯*/
  .news-list ul>li>a>.img_box{
    height: 240px;
  }
}
@media (max-width: 768px){
  a{
    font-size: 15px;
  }
  .inx-1-a>.img_box{
    height:360px;
  }
  .inx-1-a{
    width:100%;
  }
  .inx-1-b>.img_box{
    height: 180px;
  }
  .inx-1-b{
    display: none;
  }
  .inx-1-info>h5>a{
    width: 120px;
    line-height: 40px;
  }
  .inx-2 ul>li{
    width:33.3%;
  }
  .inx-2 ul>li:nth-child(3n):after{
    display: none;
  }
  .inx-2 ul>li:after{
    height: 40px;
  }
  .inx-3-box>ul>li{
    width:49%;
  }
  .inx-4-a .img_box{
    height: 360px;
  }
  .inx-4-b>a>.img_box{
    height: 180px;
  }
  .inx-5-a{
    width:100%;
  }
  .inx-5 .inx-3-box>ul{
    width:100%;
  }
  .inx-5 .inx-3-box>ul>li{
    width:33%;
  }
  .inx-6-box>ul>li>a>.img_box{
    height: 200px;
  }

  .inx-2 ul>li .img_box{
    height: 120px;
  }
  .inx-3-box>ul>li>a>.img_box{
    height: 140px;
  }
/*关于我们*/
  .pro-nav ul{
    display: none;
  }
  .ab-1-box>ul>li{
    width:100%;
  }
  .ab-1-box>ul>li .img_box{
    height: 160px;
  }
  .pro-list ul>li{
    width:100%;
  }
  .pro-list{
    padding:0px 0 30px 0;
  }
  .pro-list ul>li>a>.img_box{
    height: 320px;
  }
/*新闻资讯*/
  .news-list ul>li{
    width:100%;
    margin-top: 20px;
  }
  .news-list ul>li:nth-child(5n-1), .news-list ul>li:nth-child(5n){
    width:100%;
  }
/*联系我们*/
  .cat-1-a>ul>li{
    width: 100%;
    margin-top: 20px;
  }
  .cat-1-b form>ul>li{
    width: 100%;
    margin-top: 20px;
  }
  .cat-1-a{
    padding:20px;
  }
  .zxdt_box{
    height: 240px;
  }
  .cat-1{
    padding:20px 0;
  }
  .logo{
    height: 40px;
    margin-top: 10px;
  }
  .seach{
    display: none;
  }
/*产品详情*/
  .news_inner{
    padding:10px;
  }
  .pro-tj{
    display: none;
  }
  .pro-info{
    width:100%;
  }
  .web-top{
    display: none;
  }
  .web-head{
    top: 0;
  }
  .m_nav_box{
    top: 50px;
  }
  .m_nav_list{
    width:80%;
  }
}
.pro-info>h4{
  background-color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 60px;
  position: relative;
  font-weight: bold;
}
.pro-info>h4:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
  width:5px;
  height: 30px;
  background-color: #034ea1;
}
.pro-info>.img_box{
  width:100%;
  height: 500px;
  position: relative;
  margin-top: 40px;
  background-color: #fff;
}
.pro-info>.img_box>img{
  position: absolute;
  width:auto;
  height: 98%;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}