@media only screen and (min-width: 1024px){
  .header-m{
    display: none;
  }
	#tool{
		display: none;
	}

}
@media only screen and (max-width: 1024px){
  .header{
    display: none;
  }
	.header-on{
		display: none;
	}
  .header-m{
    display: block;
    background-color: #ffffff;
  }
  .container {
    display: flex;
    justify-content: space-between;
		padding: 10px 15px;
  }
  .container .left{
    display: flex;
    align-items: center;
  }
  .header-m{
  	position:fixed;
  	top:0;
  	left:0;
  	right: 0;
  	z-index:999;
  }
  /*左侧logo*/
  .header-m .left img{
  	width: 160px;
  }
  /*右侧*/
  .header-m .right{
  	display: flex;
  	align-items: center;
  }
  .header-m .right img{
  	width: 2rem;
  }
  .xialanav{
  	display: flex;
  	justify-content: space-between;
  }
  .xialanav .click{
  	display: flex;
  	align-items: center;
  }
  /*白色背景的头部*/
  .header-m.on{
  	background: #fff;
  	border-bottom: 1px solid #ccc;
  }
  .header.on .left .img1{
  	display: none;
  }
  .header.on .left .img2{
  	display: block;
  }
  .header.on .navbar_nav li a{
  	color: #333;
  }
  .header.on .navbar_nav li:hover a{
  	color: orangered;
  }
  .m_nav{
  	position: fixed;
  	top: 0px;
  	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
  	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
		z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
		right: 0;
    transform: translateX(100%);
  }
  .m_nav.open{
      transform: translateX(0);
  }
  .m_nav .top{
  	height: 60px;
  	padding: 20px;
  	box-sizing: border-box;
  }
  .m_nav .top .closed{
  	width: 30px;
  	height: 30px;
  	vertical-align: middle;
  	float:right;
  	cursor: pointer;
  }
  .m_nav .ul{
  	margin-top: 10px;
  }
  .m_nav .ul li{
  	padding: 0 20px;
  	border-bottom: 1px solid #f5f5f5;
  	transform: translateY(0);
  	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
  }
  .m_nav.open .ul li{
  	opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  .m_nav .ul li:nth-child(1) {
      -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(2) {
      -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(3) {
      -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(4) {
      -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(5) {
      -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li:nth-child(6) {
      -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
      transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  }
  .m_nav .ul li a{
  	display: block;
  	text-decoration: none;
  	color: #333;
  	font-size: 16px;
  	height: 50px;
  	line-height: 50px;
  	width: 100%;
  }
  .m_nav .ul li .dropdown_menu{
  	display: none;
  }
  .m_nav .ul li.dropdown.active .dropdown_menu{
  	display: block;
  }
  .m_nav .ul li .dropdown_menu a{
  	display: block;
  	height: 50px;
  	line-height: 50px;
  	padding: 0 40px;
  	box-sizing: border-box;
  	border-bottom: 1px solid #f5f5f5;
  }
  .m_nav .ul li .dropdown_menu a:last-child{
  	border: none;
  }

  .banner .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .banner1 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .news-on{
    display: none;
  }
  .pro{
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .pros{
    width: 95%;
  }
  .procont .swiper-slide{
    flex-wrap: wrap;
  }
  .procont .list{
    width: 100%;
    margin-bottom: 10px;
  }
  .procont .thumb{
    height: auto;
  }
  .procont .right .sp{
    padding: 10px;
  }
  .procont .right .click{
    margin-top: 10px;
  }
  .procont .swiper-container{
    padding-bottom: 40px;
  }
  .procont .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
  }
  .gsjs{
    margin-top: 50px;
  }
  .gsjs .nr{
    width: 95%;
  }
  .gsjs .zt{
    width: 100%;
  }
  .gsjs .zbd{
    padding: 30px 20px;
  }
  .new-down{
    width: 95%;
  }
  .down-cont{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .down-cont .list{
    width:100%;
    margin-bottom: 10px;
  }
  .newscont-more{
    margin-top: 20px;
  }
  .footer{
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 45px;
  }
  .footer-logo{
    display: none;
  }
  .footer-nav{
    display: none;
  }
  .footers{
    width: 95%;
    padding-bottom: 20px;
    justify-content: center;
  }
  .banquan{
    width: 95%;
  }
  .tool{
    display: block;
  }
  .nynavs .names{
    width: 95%;
  }
  .nycont{
    width: 95%;
  }
  .banner{
    margin-top: 52px;
  }
  .banner1{
    margin-top: 52px;
  }
  .nybanner{
    margin-top: 52px;
  }
  .nycont{
    padding-top: 20px;
  }
  .ny-pro{
    width: 95%;
    padding-top: 30px;
  }
  .ny-pro .loops{
    justify-content: space-between;
  }
  .ny-pro .loops .list{
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumbs{
    padding: 10px;
  }
  .ny-pro .loops .list .thumb{
    height: auto;
  }
  .nynavs a{
    line-height: 40px;
    padding: 0 20px;
  }
  .showtp .lf{
    width: 40%;
    padding: 10px;
  }
  .showtp .rg{
    margin-left: 20px;
  }
  .form{
    width: 95%;
  }
  .form input{
    width: 97%;
  }
  .form .btlb{
    margin-bottom: 10px;
  }
  .dzdh{
    flex-direction: column;
  }
  .dzdh>div{
    margin: 0;
    margin-bottom: 10px;
  }
  .map{
    width: 95%;
  }
  .h_page4 .slides a:after{ background-size: 46px 46px;  width: 46px; height: 46px;margin-left: -110px; margin-top: -23px;}
	.h_page4 .carousel .nextButton{  background-size: 46px 46px;  width: 46px; height: 46px; margin-top: -23px;}
	.h_page4 .carousel .prevButton{  background-size: 46px 46px;  width: 46px; height: 46px; margin-top: -23px;}
	.h_page4 .carousel .nextButton:hover{background-size: 46px 46px; }
	.h_page4 .carousel .prevButton:hover{background-size: 46px 46px; }

	.h_page4{ margin-bottom: 30px;}
	.h_page4 .slides a:after{}
	.h_page4 .carousel .prevButton{ left: 2%;}
	.h_page4 .carousel .nextButton{ right: 2%;}



}

/*底部固定工具条*/
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 46px;}
.toollist li{ float:left;width: auto;  height: 100%;width:50%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;}
.toollist li a {color:#ffffff;font-size: 18px;height: 100%;text-align: center;display: flex;text-decoration: none;padding-top: 2px;position:relative;    display: flex;
    justify-content: center;
    align-items: center;}
.toollist li a span{
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
