a{
  -webkit-tap-highlight-color:transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
@media (min-width:320px){
  .banner_pc{
    display: none;
  }
  .banner{margin-top: 1rem;}
  #banner{
    display: block;
    width: 100%;
  }
  #banner .swiper-pagination{
    font-size: 0;
    bottom: 0.24rem;
  }
  #banner .swiper-pagination-bullet,
  .banner_pc .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    opacity: 1;
  }
  #banner .swiper-pagination-bullet-active,
  .banner_pc .swiper-pagination-bullet-active{
    background-color: #409CCB;
  }
  .ind_Product{
    width: 100%;
    overflow: hidden;
  }
  .ind_Product .title .left,
  .ind_industry .title .left,
  .ind-service .title .left,
  .ind-box .ind-new .title .left,
  .ind-box .ind-about .title .left{
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #333;
    padding-left: 0.3rem;
    box-sizing:border-box;
    border-bottom: 1px solid #f2f2f2
  }
  .ind_Product .title .left span,
  .ind_industry .title .left span,
  .ind-service .title .left span,
  .ind-box .ind-new .title .left span,
  .ind-box .ind-about .title .left span{
    font-size:0.24rem;
    color: #999;
    margin-left: 0.1rem;
  }
  .ind_Product .nav{
    border-bottom: 1px solid #f2f2f2
  }
  .ind_Product #nav{padding:0 0.3rem;}
  .ind_Product .nav .swiper-slide{
    width: auto;
   /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
    font-size: 0.28rem;
    color: #333;
    cursor: pointer;
    position: relative;
    margin-right: 30px !important;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_Product .nav .swiper-slide:before{
    display: block;
    width: 0.32rem;
    height: 0.04rem;
    background-color:transparent;
    border-radius: 0.1rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.16rem;
  }
  .ind_Product .nav .swiper-slide.on:before{
    background-color:#409CCB;
  }
  .ind_Product .nav .swiper-slide.on{
    color: #409CCB;
  }
  .ind_Product .list .swiper-slide .detaile div,
  .ind_Product .list .swiper-slide .detaile p,
  .ind_Product .list .swiper-slide .detaile span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ind_Product .list{
    padding: 0 0.3rem;
    margin-top: 0.25rem;
  }
  .ind_Product .list ul{
    width: calc(100% + 0.3rem);
  }
  .ind_Product .list .swiper-slide{
    width: 3.3rem;
    margin:0 0.2rem 0.45rem 0;
  }
  .ind_Product .list .swiper-slide .web{
    display: none;
  }
  .ind_Product .list .swiper-slide .tit{
    font-size: 0.28rem;
    color: #333;
    line-height: 1;
    text-align: center;
    padding: 0.23rem 0.1rem 0.2rem;
  }
  .ind_Product .list .swiper-slide .detaile{
    font-size: 0.22rem;
    color: #999;
    line-height: 21px;
    height: 21px;
  }
  .ind_industry{
    border-top: 0.2rem solid #f2f2f2;
    margin-top: 0rem;
    border-bottom: 0.2rem solid #f2f2f2;
  }
  .ind_industry .title,
  .ind-box .ind-new .title,
  .ind-box .ind-about .title{border-bottom: 1px solid #f2f2f2;}
  .ind_industry .title .left,
  .ind-box .ind-new .title .left,
  .ind-box .ind-about .title .left{border-bottom: 0;float: left;}
  .ind_industry .title .more,
  .ind-box .ind-new .title .more,
  .ind-box .ind-about .title .more,
  .ind_Product .title .left .more{
    float: right;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.88rem;
    margin-right: 0.3rem;
    padding-right: 0.2rem;
    position: relative;
  }
  .ind_industry .title .more:before,
  .ind-box .ind-new .title .more:before,
  .ind-box .ind-about .title .more:before,
  .ind_Product .title .left .more:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom:3px solid transparent;
    border-left:3px solid #000;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
  }
  .ind_industry .swiper-slide{
    text-align: center;
    background: #fff;
    width:80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ind_industry .swiper-slide .box{
    width: 100%;
    -webkit-transform: scale3d(0.9,0.9,1);
    -moz-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_industry .swiper-slide-active .box{
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  .ind_industry .list{margin-top: 0.35rem;}
  .ind_industry .list .detaile{
    width: 100%;
    background-color: #fff;
  }
  .ind_industry .list .detaile .tit{
    font-size: 0.28rem;
    color: #666;
    line-height: 1;
    padding: 0.28rem 0 0.41rem;
  }
  .ind_industry .swiper-button-next, 
  .ind_industry .swiper-button-prev,
  .ind_industry .list .detaile .en{
    display: none;
  }
  .ind-service .title .en{
    display: none;
  }
  .ind-service .list{
    padding: 0 0.3rem 0.5rem;
  }
  .ind-service .list li{
    width: 25%;
    float: left;
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0;
  }
  .ind-service .list li .img{
    width: 0.92rem;
    margin: 0 auto;
  }
  .ind-service .list li .img .cor{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ind-service .list li .tit{
    font-size: 0.26rem;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  .ind-box{
    border-top: 0.2rem solid #f2f2f2;
    border-bottom: 0.2rem solid #f2f2f2;
    padding-bottom: 0.35rem;
  }
  .ind-box .ind-new ul{
    padding: 0.15rem 0.3rem 0.2rem;
    border-bottom: 0.2rem solid #f2f2f2;
  }
  .ind-box .ind-new ul li{
    padding: 0.2rem 0;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind-box .ind-new ul li:last-child{border-bottom: 0}
  .ind-box .ind-new ul .img{
    width: 2.7rem;
  }
  .ind-box .ind-new ul .box{
    width: 3.9rem;
    margin-left: 0.2rem;
  }
  .ind-box .ind-new ul .box .tit{
    font-size: 0.3rem;
    line-height: 1.5;
    color: #333;
    margin:0rem 0 0.15rem;
  }
  .ind-box .ind-new ul .box .detaile{
    font-size: 0.24rem;
    color: #999;
    line-height: 1.4;
    max-height: 0.66rem;
    overflow: hidden;
  }
  .ind-box .ind-about .img,
  .ind-box .ind-about .tit{
    display: none;
  }
  .ind-box .ind-about .detaile{
    font-size: 0.24rem;
    color: #777;
    line-height: 1.5;
    padding: 0.2rem 0.3rem 0.35rem;
  }
  .ind-box .ind-about .btn{
    display: block;
    width: 2.2rem;
    height: 0.54rem;
    text-align: center;
    font-size: 0.24rem;
    margin: 0 auto;
    color: #409CCB;
    line-height: 0.54rem;
    border:1px solid #409CCB;
  }
  .window-right{
    display: none;
  }
  .model-win{
    display: block;
    width: 1.04rem;
    height: 1.04rem;
    background-color: #409CCB;
    background: url(../img/img53.png) center/cover no-repeat;
    position: fixed;
    bottom: 1rem;
    right: 0.3rem;
    z-index: 66;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  }



}
@media (min-width:768px){
  .banner {
    margin-top: 80px;
  }
  #banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .ind_Product .title .left,
  .ind_industry .title .left,
  .ind-service .title .left,
  .ind-box .ind-new .title .left,
  .ind-box .ind-about .title .left{
    height: 65px;
    line-height: 66px;
    font-size: 20px;
  }
  .ind_Product .title .left span,
  .ind_industry .title .left span,
  .ind-service .title .left span,
  .ind-box .ind-new .title .left span,
  .ind-box .ind-about .title .left span{
    font-size: 14px;
    color: #999;
    margin-left: 10px;
  }
  .ind_Product .nav .swiper-slide {
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    margin-right: 40px !important;
  }
  .ind_Product .nav .swiper-slide:before {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    margin-left: -10px;
  }
  .ind_Product .list {
    margin-top: 25px;
  }
  .ind_Product .list ul {
    width:100%;
  }
  .ind_Product .list .swiper-slide {
    width: 23.5%;
    margin: 0;
    margin-right: calc((100% - 94%) / 3)
  }
  /*.ind_Product .list li:last-child{margin-right: 0}*/
  .ind_Product .list .swiper-slide .tit {
    font-size: 18px;
    padding: 15px 5px 10px;
  }
  .ind_Product .list .swiper-slide .detaile {
    font-size: 14px;
    color: #737272;
  }
  .ind_industry {
    border-top: 15px solid #f2f2f2;
    margin-top: 45px;
    border-bottom: 15px solid #f2f2f2;
  }
  .ind_industry .swiper-slide{
    width: 60%;
  }
  .ind_industry .title .more,
  .ind-box .ind-new .title .more,
  .ind-box .ind-about .title .more,
  .ind_Product .title .left .more{
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    padding-right: 15px;
  }
  .ind_industry .list .detaile .tit {
    font-size: 18px;
    padding: 25px 0 40px;
  }
  .ind-service .list li .img{
    width: 46px;
  }
  .ind-service .list li {
    margin-top: 30px;
  }
  .ind-service .list li .tit {
    font-size: 15px;
  }
  .ind-box {
    border-top: 15px solid #f2f2f2;
    border-bottom: 15px solid #f2f2f2;
    padding-bottom: 45px;
  }
  .ind-box .ind-new ul {
    padding: 0.1rem 0.3rem 0.4rem;
    border-bottom: 15px solid #f2f2f2;
  }
  .ind-box .ind-new ul li {
    padding:0;
    margin-top: 20px;
    border:0;
  }
  .ind-box .ind-new ul .img {
    width: 180px;
  }
  .ind-box .ind-new ul .box .tit {
    font-size: 18px;
    margin: 0.2rem 0 0.15rem;
  }
  .ind-box .ind-new ul .box .detaile {
    font-size: 14px;
    line-height: 1.5;
    max-height: 42px;
  }
  .ind-box .ind-about .detaile {
    font-size: 15px;
    line-height: 1.9;
  }
  .ind-box .ind-about .btn {
    width: 160px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .model-win{
    width: 80px;
    height: 80px;
    bottom: 180px;
    right: 4%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  }
 

}
@media (min-width:992px){
  .body-fd{background-color: #FFFFFD}
  .banner,
  .ind_Product .title .left .more{display: none;}
  .banner_pc{
    width: 100%;
    display: block;
  }
  .banner_pc .swiper-pagination{
    font-size: 0;
    bottom: 35px;
  }
  .banner_pc .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
  .ind_Product{
    width: 1200px;
    margin: 0 auto;
    max-width: 92%;
    padding: 4.6vw 0 14.6vw;
  }
  .ind_Product .title .left {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding: 0;
    border-bottom: 0;
    float: left;
    width: 195px;
  }
  .ind_Product .title .left span,
  .ind_industry .title .left span,
  .ind-box .ind-new .title .left span, 
  .ind-box .ind-about .title .left span{
    color: #737272;
    margin-left: 20px;
    padding-left: 15px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    border-left: 1px solid #d3d3d1;
  }
  .ind_Product .nav{
    width: 543px;
    float: right;
    height: 30px;
    line-height: 26px;
    border-bottom: 0
  }
  .ind_Product #nav{
    padding: 0;
    height: 30px;
  }
  .ind_Product .nav .swiper-slide{
    height: 26px;
    line-height: 26px;
    margin-right: 0px !important;
    padding: 0 14px;
    border-radius: 20px;
  }
  .ind_Product .nav .swiper-slide.on{
    background-color: #459dc3;
    color: #fff !important;
  }
  .ind_Product .nav .swiper-slide.on:before{
    width: 0;
    height: 0;
    border-radius: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #459dc3;
    bottom: -4px;
    background-color: transparent;
  }
  .ind_Product .list{
    padding: 0
  }
  .ind_Product .list .swiper-slide{
    background-color: #fff;
    padding-bottom: 30px;
    border-bottom: 3px solid #eaeae8;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_Product .list .swiper-slide .tit {
    font-size: 20px;
    padding: 18px 5px 10px;
  }
  .ind_industry{
    width: 100%;
    background-color: #f9f9f5;
    padding-bottom: 60px;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_industry .title,
  .ind-box .ind-about .title{border-bottom: 0}
  .ind_industry .title .more,
  .ind-box .ind-new .title .more,
  .ind-box .ind-about .title .more{
    margin-right: 0;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
    line-height: 1;
    height: 14px;
    margin-top: 27px;
  }
  .ind_industry .title .more:hover,
  .ind-box .ind-new .title .more:hover,
  .ind-box .ind-about .title .more:hover{
    color: #499cc6
  }
  .ind_industry .title .more:hover:before,
  .ind-box .ind-new .title .more:hover:before,
  .ind-box .ind-about .title .more:hover:before{
    border-left: 3px solid #499cc6;
  }

  .ind_industry .mian{
    width: 1200px;
    max-width: 92%;
    margin: 0vw auto;
    position: relative;
    top: -11.9vw;
  }
  .ind_industry .title .left,
  .ind-box .ind-new .title .left,
  .ind-box .ind-about .title .left{
    padding-left: 0
  }
  .ind_industry .list{
    margin-top: 10px;
  }
  .ind_industry .swiper-container{
    padding: 15px 0 20px;
  }
  .ind_industry .swiper-slide{
    width: 33.33%;
    max-width: 400px;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
    filter:blur(2px);
  }
  .ind_industry .swiper-slide.swiper-slide-active{z-index: 20}
  .ind_industry .swiper-slide .box{
    width: 100%;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  .ind_industry .swiper-slide-active{
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    filter:blur(0px);
  }
  .ind_industry .swiper-slide .img{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .ind_industry .swiper-slide-active .img{
    -webkit-transform: scale3d(1.06,1.06,1);
    -moz-transform: scale3d(1.06,1.06,1);
    transform: scale3d(1.06,1.06,1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  }
  .ind_industry .swiper-slide .img:before{
    display: block;
    content: '';
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);   
  }
  .ind_industry .swiper-slide-active .img:before{
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ind_industry .list .detaile{
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_industry .list .swiper-slide-active .detaile{
    opacity: 1;
    filter: alpha(opacity=100);

  }
  .ind_industry .list .detaile .tit {
    padding: 18px 0 14px;
  }
  .ind_industry .list .detaile .en{
    display: block;
    line-height: 1;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-top: 1px solid rgba(51,51,51,0.3);
    color: rgba(51,51,51,0.6);
    padding:10px 13px 0;
  }
  .ind_industry .next, 
  .ind_industry .prev{
    display: block;
    width: 28px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 21;
    -webkit-transition: all 0.4s;
              transition: all 0.4s;
  }
  .ind_industry .next{
    right: 15px;
    background: url(../img/img3.png) center no-repeat;
  }
  .ind_industry .prev{
    left: 15px;
    background: url(../img/img2.png) center no-repeat;
  }
  .ind-service{
    width: 1200px;
    max-width: 92%;
    margin: -15vw auto 0;
    padding: 2.65vw 0;
    background-color: #fffffd;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.04);
  }
  .ind-service .title{
    width: 12.5%;
    float: left;
    border-right: 1px solid #e2dcd3;
    box-sizing:border-box;
    padding-left: 4%;
    height: 61px;
  }
  .ind-service .title .left{
    height: 61px;
    line-height: 61px;
    padding-left: 0;
    /*margin-bottom: 7px;*/
  }
  .ind-service .title .en{
    font-size: 14px;
    color: #333;
    line-height: 1;
    text-transform:uppercase;
    display: block;
  }
  .ind-service .title .left,
  .ind-box .ind-new .title{border-bottom: 0}
  .ind-service .title .left span,
  .ind-service .list li.contact{display: none;}
  .ind-service .list{
    width: 87.5%;
    float: left;
    padding: 0 2.5%;
    box-sizing:border-box;
  }
  .ind-service .list li {
    width: calc(99% / 7);
    margin-top: 0
  }
  .ind-box{
    border:0;
    padding: 0 0 5vw;
    width: 1200px;
    max-width: 92%;
    margin: 60px auto 0;
  }
  .ind-box .ind-new{
    width: 49%;
    float: left;
  }
  .ind-box .ind-new .title,
  .ind-box .ind-about .title{
    margin-bottom: 12px;
  }
  .ind-box .ind-new ul li:first-child{
    margin-top: 0
  }
  .ind-box .ind-new ul{
    padding: 0;
    border-bottom: 0;
  }
  .ind-box .ind-new ul .img{
    width: 30.5%;
  }
  .ind-box .ind-new ul .box{
    width: 69.5%;
    padding: 0 4%;
    box-sizing:border-box;
    margin-left: 0
  }
  .ind-box .ind-new ul .box .tit {
    font-size: 18px;
    margin: 1.5vw 0 10px;
  }
  .ind-box .ind-about{
    width: 49%;
    float: right;
  }
  .ind-box .ind-about .detaile{
    padding: 0;
    height: 140px;
    overflow: hidden;
  }
  .ind-box .ind-about .img,
  .ind-box .ind-about .tit{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 1;
  }
  .ind-box .ind-about .tit{
    margin: 20px 0 10px;
  }
  .ind-box .ind-about .btn,
  .ind_Product .list .swiper-slide .mobile{display: none;}
  .ind_Product .list .swiper-slide .web{
    display: block;
  }

}
@media (min-width:1025px){
  .ind_Product .nav .swiper-slide:hover{
    color: #409CCB
  }
  .ind_Product .list .swiper-slide:hover{
    border-bottom: 3px solid #499cc6;
  }
  .ind-service .list li .img img,
  .ind-service .list li .tit{
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
  }
  .ind-service .list li .img .cor{
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ind-service .list li a:hover .img .cor{
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ind-service .list li a:hover .tit{
    color:#459dc3
  }
  .ind-box .ind-new ul li:hover{
    background-color: #f3f3ec
  }
  .ind-box .ind-about .tit {
    margin: 25px 0 10px;
  }
  .model-win{display: none;}
  .window-right{
    display: block;
    position: fixed;
    right: 0px;
    bottom: calc(50% - 239px);
    z-index: 66;
    width: 80px;
    background-color: #459dc3;
    padding: 35px 0;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1)
  }
  .window-right.on{
    position: absolute;
  }
  .window-right .message{
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .window-right .message a{
    color: #fff;
    padding-top: 45px;
    display: inline-block;
    background: url(../img/img49.png) center top no-repeat;
  }
  .window-right .tel{margin-bottom: 35px;}
  .window-right .tel .box a{color: #fff}
  .window-right .tel,
  .window-right .email{
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }
  .window-right .tel span,
  .window-right .email span{
    color: #fff;
    padding-top: 45px;
    display: inline-block;
    background: url(../img/img50.png) center top no-repeat;
  }
  .window-right .qq span{
    background: url(../img/qq.png) center top no-repeat;
  }
  .window-right .tel .box,
  .window-right .email .box{
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
  }
  .window-right .tel .box .mbox,
  .window-right .email .box .mbox{
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
    height: 57px;
    padding: 0 15px;
    background-color: #459dc3;
  }
  .window-right .email .box .mbox{
    width: 250px;
  }
  .window-right .email span{
    background: url(../img/img51.png) center top no-repeat;
  }
  .window-right .top{
    width: 25px;
    border-top: 1px solid #fff;
    margin:35px auto 0;
  }
  .window-right .top span{
    height: 12px;
    background: url(../img/img52.png) center no-repeat;
    display: block;
    margin-top: 27px;
    cursor: pointer;
  }



}

@media (min-width:1200px){
  .ind-service{margin: -14vw auto 0;}
  .ind-box .ind-new ul .box .tit {
    margin: 2vw 0 10px;
  }
  .ind-box .ind-about .detaile{
    height: 170px;
    line-height: 1.9;
  }
}
@media (min-width:1300px){
  .ind_Product{padding: 60px 0 190px;}
  .ind_industry .mian{
    top: -155px;
  }
  .ind-service{
    margin: -182px auto 0;
    padding: 35px 0;
  }
  .ind-box{padding: 0 0 60px;}
  .ind-box .ind-new ul .box .tit {
    margin: 26px 0 10px;
  }
  .ind-box .ind-about .detaile{
    height: 180px;
    line-height: 2
  }

}
@media (min-width:1400px){
  .ind_industry .next{right: -60px}
  .ind_industry .prev{left: -60px}
}