@media  (max-width: 767px){
	body{
		min-width: auto;
	}
	.top{
		display: none;
	}
	.main{
 		width: 96%;
 		margin: 0 auto;
 	}

 	.head{
 		height: 65px;
 	}

 	.head .name{
 		width: 70%;
 	}
 	.head .main{
 		height: auto;
 		padding: 15px 0;
 	}
 	.head img{
 		width: 100%;
 	}
 	.head .tel{
 		display: none;
 	}
 	.head .btn{
 		display: block;
 		width:35px;
 	}
 	.banner img{
 		display: none;
 	}
 	.banner img:last-child{
 		display: block;
 	}
 	.nav{
 		height: auto;
 		overflow: hidden;
 		position: absolute;
 		top: 65px;
 		z-index: 100;
 		display: none;
 	}
 	.nav ul li{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		text-indent: 10px;
 		float:initial;
 	}
 	.nav ul li a{
 		align-items: flex-start;
 		width: 130px;
 	}
 	.nav ul li:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.nav .current{
 		background: url(../images/icon02.png)no-repeat 98% 30px !important;
 	}
 	.nav ul li:hover{
 		background: none;
 	}
 	.nav ul li:hover span{
 		color:#808080;
 	}
 	.nav .main{
 		width: 100%;
 	}
  
 	.nav ol{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		position: initial;
 		display: none;
 	}
 	.nav ol li{
 		text-align: left;
 	}
 	.nav ol li a{
   
 		height: 40px;
 		line-height: 40px;
 		text-align: left;
 		margin-left: 15px;
 	}
 	.nav ol li:hover{
 		background: #fff;
 	}
 	.nav ol li:hover a{
 		color:#0f8cce;
 	}
	.product{
		margin-top: 30px;
	}
	.product .main{
		width: 100%;
	}
 	.title p{
 		font-size: 24px;
 	}
 	.title span{
 		font-size: 12px;
 	}

 	.product .list{
 		width: 96%;
 		margin: 0 auto;
 		margin-top: 20px;
 	}
 	.product .list ul {
 		margin-left: 0;
 	}
 	.product .list ul li{
 		width: 32%;
 		margin: 0;
 		margin-bottom: 5px;
 		height: 35px;
 		line-height: 35px;
 		margin-left: 1.8%;
 	}
 	.product .list ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.product .list ul li a{
 		font-size: 13px;
 	}

 	.product .pic{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		padding-top: 10px;
 	}
 	.product .pic ul{
 		width: 96%;
 		margin: 0 auto;

 	}
 	.product .pic ul li{
 		width: 49%;
 		height: auto;
 		margin: 0;
 		margin-bottom: 10px;
 		box-shadow: 0px -2px  5px 3px #f0f0f0;
 	}
 	.product .pic ul li img{
 		height: auto;
 		width: 100%;
 	}
 	.product .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.product .pic ul li p{
 		height: 30px;
 		line-height: 30px;
 		font-size: 13px;
 	}
	.adv {
		background-size: 100% 100%;
		margin-top: 30px;
	}
	.adv ul{
		margin-top: 15px;
	}
	.adv .title{
		margin-top: 20px;
	}
 	.adv .title img{
 		display:none;
 	}
 	.adv .title p{
 		display: block;
 		color:#333333;
 	}
 	.adv .title b{
 		color:#0f8cce;
 	}
 	.adv .title span{
 		display: block;
 	}
 	.adv .title:after{
 		display: block;
 	}

 	.adv ul li{
 		width: 100%;
 		display: flex;
 		height: auto;
 		overflow: hidden;
 		justify-content:flex-start;
 		align-items: flex-start;
 	}
	.adv ul li  .intro{
		width: 80%;
		margin-left: 10px;
	}
 	.adv ul li .num img{
 		width:50px;
 	}

 	.adv ul li .intro .tit{
 		height: auto;
 		padding-bottom: 10px;
 		margin-top: 5px;
 	}
 	.adv ul li .intro .tit p{
 		font-size: 16px;
 	}
 	.adv ul li .intro .info p{
 		font-size: 12px;
 		line-height: 24px;
 	}
 	.adv ul li .intro img{
 		width: 100%;
 		height: auto;
 	}

 	.cases{
 		margin-top: 20px;
 	}

 	.cases .bd ul li{
 		width: 49%;
 		margin: 0;
 		margin-bottom: 10px;
 	}
 	.cases .bd ul li:nth-child(2n){
 		float: right;
 	}

 	.cases .bd ul li img{
 		width: 100%;
 		height: auto;
 	}
 	.cases .bd ul li .img-hover{
 		height: auto;
 	}
 	.cases .bd ul li p{
 		font-size: 12px;
 	}
 	.cases .bd ul li:nth-child(n+5){
 		display: none;
 	}

 	.cases .hd{
 		display: none;
 	}
 	.section{
 		margin-top: 20px;
 	}
 	.about{
 		height: auto;
 		overflow: hidden;
 		background-size:  auto 100%;
 		margin-top: 10px;
 		background-position: center top;
 	}
 	.about .pic{
 		width: 100%;
 		margin-top: 15px;
 	}
 	.about .pic img{
 		width: 100%;
 		height: auto;
 	}
 	.about .intro{
 		width: 100%;
 		overflow: hidden;
 		height: auto;
 		margin: 0;
 		padding-bottom: 30px;
 		margin-bottom: 30px;
 	}
 	.about .intro .info{
 		width: 92%;
 		margin: 0 auto;
 		height: auto;
 		overflow: hidden;
 	}
 	.about .intro .info h4{
 		font-size: 18px;
 		margin-top: 20px;
 		text-align: center;
 	}
 	.about .intro .info  .more{
 		width: 150px;
 		height: 30px;
 		background: #0f8cce;
 		text-align: center;
 		color:#fff;
 		font-size: 14px;
 		margin: 0 auto;
 		margin-top: 15px;
 		line-height: 30px;
 		border-radius: 5px;
 		border: 1px solid #cccccc;
 		display:flex;
 		justify-content: center;
 		align-items: center;
 	}
 	.about .intro .info .more p{
 		width: auto;
 	}
 	.about .intro .info .more span{
 		background: none;
 		height: auto;
 		width: auto;
 	}
 	.about .intro .info .text{
 		margin-top: 10px;
 	}

 	.news{
 		width: 100%;
 		float: initial;
 	}
 	.news .tit p{
 		font-size: 24px;
 	}
 	.news .tit span{
 		font-size: 12px;
 		margin-top: 12px;
 	}
 	.news .tit a{
 		margin-top: 12px;
 		font-size: 12px;
 	}
 	.news .left{
 		display: none;
 	}

 	.news ul{
 		width:100%;
 	 
 	}
 	.news ul li{
 		width: 94%;
 		padding:3%;
 	}
	.news ul li a{
		display: flex;
		width: 100%;
		justify-content: flex-start;
	}
 	.news ul li .intro{
 		width: 85%;
 		margin: 0;
 		margin-left: 10px;

 	}
 	.news ul li .intro h4{
 		width: 70%;
 	}
 	.news ul li .intro p{
 		width: 100%;
 		font-size: 12px;
 	}
 	.mssg{
 		margin-top: 20px;
 		float: initial;
 		height: 360px;
 		width: 100%;
 	}
 	.mssg  .bd{
 		height: auto;
 		padding-bottom: 30px;
 	}
 	.mssg .tit p{
 		font-size: 24px;
 	}
 	.mssg .tit span{
 		font-size: 12px;
 		margin-top: 12px;
 	}
 	.mssg .tit a{
 		margin-top: 12px;
 		font-size: 12px;
 	}
 	.mssg .bd form  {
 		width: 85%;
 	}
 	.mssg .bd form ul li{
 		width: 48%;
 		float: left;
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 		margin-bottom: 15px;
 	}
 	.mssg .bd form ul li img{
 		height: 35px;
 	}
 	.mssg .bd form ul li input{
 		width: 100%;
 		height: 35px;
 		text-indent: 5px;
 		font-size: 12;
 	}
 	.mssg .bd form ul li:nth-child(2){
 		float: right;
 	}
 	.mssg .bd form ul li:last-child{
 		width: 100%;
 	}

 	.mssg .bd form .button{
 		height: 35px;
 		font-size: 14px;
 	}
 	.links{
 		display: none;
 	}
 	.footer{
 		display: none;
 	}
 	.cr{
 		display: none;
 	}
 	.mfooter{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		background: #f5f5f5;
 		padding-bottom: 130px;
 		display: block;
 		margin-top: 10px;
 	}
 	.mfooter img{
 		width: 80%;
 		margin: 0 auto;
 		margin-top: 30px;
 		display: block;
 	}

 	.mfooter .info{
 		width: 94%;
 		margin: 0 auto;
 		height: auto;
 		overflow: hidden;
 		margin-top: 15px;
 		text-align: center;
 		color:#333333;
 		font-size: 12px;
 		line-height: 20px;
 	}
 	.mfooter .info a{
 		color:#333;
 	}
 	.float{
 		display: none;
 	}
                .fd{
                                display: none;
                }
	.fn{
		display: block;
	}
	.fy{
		width: 96%;
		margin: 30px auto;
		border: none;

	}
	.fy p{
		width: 49%;
		padding: 0 5px;
		height: 35px;
		line-height: 35px;
		box-sizing: border-box;
		font-size: 12px;
		border: 1px solid #ccc !important;
	}
	.fy p:nth-child(2){
		float: right;
	}
	.fy .return{
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
		margin-top: 8px;
	}

	.title-bar{
		height: auto;
		overflow: hidden;
		padding-bottom: 15px;
	}
	.title-bar .tit{
		float: initial;
	}
	.title-bar h4 {
		line-height: 50px;
	}
	.title-bar span{
		margin-top: 20px;
		font-size: 12px;
	}
	.crumbs{
		float: initial;
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	.crumbs p{
		margin: 0;
	 
	}
	.crumbs a{
		 margin: 0;
		 font-size: 12px;
	}
	.pro-list{
		margin-top: 20px;
	}
	.pro-list .list{
		width: 96%;
		margin: 0 auto;
	 
	}
	.pro-list .list ul li{
		width: 32%;
		box-sizing: border-box;
		margin-left: 2%;
	}
	.page{
		margin: 30px auto;
	}
	.page ul li{
		padding: 0 10px;
		height: 30px;
		font-size: 12px;
		margin: 0 3px;
		line-height: 30px;
	}
	.news-list{
		margin: 20px auto;
	}
	.news-list ul {
		margin-top: 15px;
	}

	.news-list ul li{
		width: 100%;
		margin-bottom: 10px;
		float: initial;
	}
	.news-list ul li .time{
		width: 65px;
		overflow: hidden;
		height: 65px;
	}
	.news-list ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news-list ul li .time b{
		font-size: 26px;
		display: block;
		margin-top: 5px;
	}
	.news-list ul li .time p{
		font-size: 12px;
		margin: 0;
	}
	.news-list ul li .intro{
		width: 80%;
		margin-left: 10px;
		height: 65px;
	}
	.news-list ul li .intro h4{
		font-size: 15px;
	}
	.news-list ul li .intro p{
		font-size: 12px;
		height: 38px;
		line-height: 18px;
		display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
		margin-top: 3px;
	}

	.honor-list{
		width: 100%;
		margin-top: 20px;
	}
	.honor-list ul {
		margin: 0;
	}
	.honor-list ul li{
		width: 49%;
		margin: 0;
	}
	.honor-list ul li:nth-child(2n){
		float: right;
	}
	.honor-list ul li p{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}

	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.messg{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.messg .pic{
		display: none;
	}
	.messg form{
		width: 100%;
	}

	.messg form li{
		margin-bottom: 10px;
		 
	}
	.messg form img{
		width: 22px;
	}
	.messg form li input{
		margin-left: 20px;
		margin-right: 5px;
		height: 40px;
	}
	.messg form li textarea{
		margin-left: 20px;
		margin-right: 5px;
		height: 100px;
	}
	.messg form .button input{
		width: 48%;
		height: 35px;

		font-size: 12px;
	}
	.content{
		margin: 20px 0;
	}
	.content .map{
		height: 300px;

	}
	.content ul{
		display: block;
		margin-top: 20px;
		padding: 0;
		border: none;
	}
	.content ul li{
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		width: 100% !important;
	}
	.content ul li b{
		font-size: 14px;
	}
	.profile{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.profile h4{
		font-size: 18px;
	}
	.profile  .intro{
		margin-top: 15px;
		font-size: 12px;
		line-height: 22px;
	}
	.news-page{
		margin-top: 20px;
	}
	.news-page ul{
		margin-top: 0;
	}

	.detailed{
		width: 100%;
	}
	.detailed .tit h4{
		font-size: 16px;
	}
	.detailed .tit span{
		font-size: 12px;
	}
}	