@media only screen and (max-width: 1024px) {
	html{
		font-size: 10px;
		position: relative;
	}
	/*回到顶部*/
	.return_top{
		display: block;
		position: fixed;
		top: 300px;
		right: 20px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		font-size: 16px;
		background-color: rgba(51,51,51,0.8);
		z-index: 1000;
	}
	.return_top a{
		color: #FFFFFF;
	}
	/*在线联系*/
	.floating_ck{
		display: none;
	}
	/*头部*/
	.header{
		display: none;
	}
	.pheader{
		display: block;
		width: 100%;
		position: relative;
	}
	.phone_header{
		width: 100%;
		/*position: relative;*/
		position: absolute;
		line-height: 60px;
		line-height: 60px;
		z-index: 9;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.6);
	}
	.phone_logo{
		float: left;
		width: 40%;
		padding-left: 2%;
	}
	.phone_logo img{
		/*width: 67px;*/
		width: 100%;
		margin-right: 10px;
		vertical-align: middle;
	}
	.phone_logo span{
		display: block;
		font-size: 12px;
		line-height: 16px;
		color: #333333;
	}
	.pl1{
		color: #0093DD !important;
		font-size: 12px !important;
		font-weight: bold;
	}
	.guide_pic{
		float: right;
		width: 40%;
		padding-right: 2%;
		text-align: right;
	}
	.guide_pic img{
		width: auto !important;
		margin-left: 20px;
		vertical-align: middle;
	}
	.phone_guide li{
		width: 100%;
		text-align: center;
		list-style: none;
		line-height: 40px;
	}
	.phone_guide li a{
		color: white;
	}
	/*移动端导航*/
	.pguide{
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;
		background-color: rgba(0,0,0,0.9);
		display: none;
	}
	.pguide ul li{
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 60px;
		border-bottom: 1px solid #FFFFFF;
		text-align: center;
	}
	.pguide ul li a{
		color: #FFFFFF;
		display: block;
		width: 100%;
		line-height: 60px;
	}
	.pclose{
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #FFFFFF;
		color: #106bf3;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 60px;
		margin: 0 auto;
		margin-top: 60px;
	}
	.psearch{
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;
		background-color: rgba(0,0,0,0.9);
		display: none;
	}
	.psearch form{
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-top: 60%;
		padding-bottom: 60px;
	}
	#psearch{
		width: 85%;
		padding: 0 2%;
		height: 50px;
		border-radius: 15px 0 0 15px;
		border: 0;
		line-height: 100%;
		float: left;
	}
	#sub{
		width: 15%;
		float: right;
		right: 5%;
		top: 79%;
		height: 50px;
		line-height: 62%;
		border: 0;
		border-radius: 0 15px 15px 0;
	}
	/*#nav{
        font-size:1.2rem;
        width:50%;
        height:100%;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);
        position:fixed;
        top:0;
        right:-90%;
        z-index:10;
        overflow: hidden;
    }
    #nav form{
        text-align: center;
    }
    #nav form input{
        border:none;
        width:85%;
        height:34px;
        padding-left:10px;
        border-radius: 17px;
    }
    #nav form input.sbmt{
        width:3rem;
        position:absolute;
        top: 5px;
        right:4%;
        background:none;
    }
    .tit{
        margin:0.5rem auto;
    }
    .ptit{
        text-align: center;
        line-height: 40px;
        border-bottom:1px solid #DBDBDB;
        color:#FFFFFF;
        font-size: 20px;
    }
    .ptit span.goback{
        float:left;
        display:none;
    }
    .ptit span.pclose{
        float: right;
        font-size: 3rem;
        color:#ccc;
    }
    #nav ul li{
        border-bottom:1px solid #DBDBDB;
        width:100%;
    }
    .pnav a{
        display:inline-block;
        line-height:46px;
        width:84%;
        color:#666;
        font-size: 20px;
    }
    .pnav a span{
        float: right;
        padding-right:3%;
        min-width:5%;
        line-height:46px;
        color:#ccc;
    }
    .pnav li ul{
        width:80%;
        height:100%;
        position: fixed;
        top:86px;
        right:-80%;
    }*/
	/*banner图*/
	.pbanner{
		width: 100%;
		display: block;
		font-size: 0;
		/*position: absolute;
		top: 0;
		z-index: -1;*/
	}
	.pbanner img{
		width: 100%;
	}
	/*应用领域*/
	.apply_con{
		display: none;
	}
	.papply_con{
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.papply_con .swiper-slide{
		position: relative;
		padding: 3rem 0;
		border: 1px solid #CCCCCC;
	}
	.papply_con .swiper-slide p,.papply_con .swiper-slide span{
		display: block;
		width: 62%;
		margin: 0 auto;
		color: #333333;
	}
	.papply_con .swiper-slide p{
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.papply_con .swiper-slide span{
		font-size: 0.875rem;
		line-height: 1.75rem;
	}
	.swiper-pagination-bullet{
		width: 30px !important;
		height: 2px !important;
		border-radius: 0 !important;
	}
	.papply_con .swiper-container{
		padding-bottom: 40px;
	}
	/*底部*/
	.footer{
		display: none;
	}
	.phone_footer{
		display: block;
		width: 100%;
		color: #FFFFFF;
		text-align: center;
		background-image: url(../images/home/pfooter_bg.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 2rem 0;
	}
	.phone_footer p{
		width: 90%;
		margin: 0 auto;
		font-size: 24px;
	}
	.phone_footer p span{
		width: 48px;
		height: 2px;
		background-color: #106bf3;
		display: block;
		margin: 0 auto;
	}
	.phone_footer ul{
		margin-top: 1rem;
	}
	.phone_footer ul li{
		font-size: 1.6rem;
		line-height: 3.2rem;
		width: 90%;
		margin: 0 auto;
	}
	.phone_footer ul li p{
		font-size: 1.6rem;
		line-height: 3.2rem;
	}
	/*上一篇下一篇*/
	.prevnext{
		background: transparent;
		height: inherit;
		line-height: 32px;
	}
	.prevnext span{
		display: block;
		width: 100%;
		line-height: 32px;
	}
	
}