@media only screen and (max-width: 1025px) {
	/*头部*/
	.top,.header,.nav,.banner,.search{
		display: none;
	}
	.phone_header{
		display: block;
		line-height: 80px;
		position: relative;
		background-image: url(../images/head_bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.phone_logo{
		float: left;
		width: 50%;
		padding-left: 2%;
	}
	.phone_logo img{
		width: 100%;
		vertical-align: middle;
	}
	.guide_pic{
		float: right;
		width: 12%;
		padding-right: 2%;
	}
	.guide_pic img{
		width: 100%;
		vertical-align: middle;
	}
	.phone_guide li{
		width: 100%;
		text-align: center;
		list-style: none;
		line-height: 40px;
	}
	.phone_guide li a{
		color: white;
	}
	/*移动端导航*/
	#nav{
        font-size:1.2rem;
        width:50%;
        height:100%;
        background-color: #999999;
        position:fixed;
        top:0;
        right:-90%;
        z-index:10;
        overflow: hidden;
    }
    form{
        text-align: center;
    }
    form input{
        border:none;
        width:85%;
        height:34px;
        padding-left:10px;
        border-radius: 17px;
    }
    form input.sbmt{
        width:3rem;
        position:absolute;
        top: 24px;
        right:4%;
        background:none;
    }
    .tit{
        margin:0.5rem auto;
    }
    .ptit{
        text-align: center;
        line-height: 40px;
        border-bottom:1px solid #DBDBDB;
        color:#FFFFFF;
    }
    .ptit span.goback{
        float:left;
        display:none;
    }
    .ptit span.pclose{
        float: right;
        font-size:1.7rem;
        color:#ccc;
    }
    #nav ul li{
        border-bottom:1px solid #DBDBDB;
        width:100%;
    }
    .pnav a{
        display:inline-block;
        line-height:46px;
        width:84%;
        color:#666;

    }
    .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图*/
   .p_banner{
   	display: block;
   	width: 100%;
   	font-size: 0;
   }
   .p_banner img{
   	width: 100%;
   }
   /*banner图下面增加内容*/
	.pmobile{
		width: 100%;
		display: block;
		background-image: url(../images/add_bg.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pm_con{
		width: 95%;
		margin: 0 auto;
	}
	.pm_left{
		width: 60%;
		float: left;
		color: #FFFFFF;
	}
	.pm_left1{
		font-size: 22px;
		font-weight: bold;
	}
	.pm_left2{
		font-size: 14px;
	}
	.pm_right{
		float: right;
		width: 35%;
		font-size: 16px;
		color: #FFFFFF;
	}
	.pm_right img{
		vertical-align: middle;
	}
	.pmf{
		font-size: 20px;
	}
	/*底部*/
	footer{
		width: 100%;
		display: block;
		background-color: #333333;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-top: 40px;
	}
	.footer_con{
		width: 90%;
		margin: 0 auto;
	}
	.footer_left{
		width: 70%;
		float: left;
		color: #e5e5e5;
	}
	.footer_left p{
		font-size: 18px;
		width: 60%;
		line-height: 36px;
		border-bottom: 1px solid #E5E5E5;
	}
	.footer_left ul li{
		font-size: 14px;
		line-height: 28px;
	}
	.footer_left ul li a{
		color: #E5E5E5;
	}
	.footer_right{
		width: 28%;
		float: right;
		text-align: center;
		font-size: 12px;
		color: #e5e5e5;
		margin-top: 50px;
	}
	.footer_right img{
		width: 100%;
	}
	
	
   /*您的位置*/
	.website_gps{
	  	width: 100%;
	  	border: 0;
	  	border-bottom: 1px solid #CCCCCC;
	  	border-style: dotted;
	}
	.website_gps div{
	  	width: 90%;
	  	margin: 0 auto;
	}
	.website_gps a{
		font-size: 14px;
	}
	
	/*走进粤有*/
	/*走进粤有——关于粤有换成公司简介*/
	.about{
		display: none;
	}
	/*走进粤有——公司简介*/
	.p_description{
		width: 100%;
		display: block;
	}
	.ppro_title{
		width:300px;
		margin: 0 auto;
		background-image: url(../images/pp_titlebg.png);
		background-repeat: no-repeat;
		background-size: 100% 20px;
		background-position:center 5px;
		text-align: center;
		font-size: 22px;
		color: #0072bd;
	}
	.pdesc_con{
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.pdesc_con p{
		font-size: 14px;
		line-height: 28px;
		text-align: justify;
	}
	.pdesc_pic{
		width: 100%;
		font-size: 0;
		margin-top: 10px;
	}
	.pdesc_pic img{
		width: 100%;
	}
 	/*走进粤有——品牌优势*/
	.brand_content{
		width: 95%;
		margin: 0 auto;
	}
  	.bc_left{
  		width: 100%;
  	}
  	.bc_right{
  		display: none;
  	}
  	.bc_left ul li p{
  		/*overflow: hidden;
  		text-overflow: ellipsis;
  		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		-webkit-line-clamp: 2;*/
  	}
  	/*走进粤有——产品定位+品牌认证+底部导航+最底部*/
  	.product_position,.big_pic,.credentials,.nav_bot,.bot{
  		display: none;
  	}
  	/*走进粤有——品牌认证*/
  	.pbrand{
  		display: block;
  		padding-top: 20px;
  		text-align: center;
  		width: 95%;
  		margin: 0 auto;
  		font-size: 14px;
  	}
  	.swiper-container{
  		margin-top: 20px !important;
  		padding-bottom: 20px !important;
  	}
  	.swiper-slide img{
  		width: 100%;
  	}
  	.swiper-slide a{
  		color: #333333;
  	}
  	.swiper-slide div{
  		margin-bottom: 10px;
  	}
  	.swiper-pagination{
  		bottom: 0px !important;
  	}
  	.swiper-pagination-bullet{
  		width: 20px !important;
  		height: 2px !important;
  		border-radius: inherit !important;
  	}
  	
  	/*厨房设备中心*/
  	.product{
  		clear: both;
  	}
  	.pro_content{
  		width: 98%;
  		margin: 0 auto;
  	}
  	.pro_left,.pr_top{
  		display: none;
  	}
  	.ppro_nav{
  		width: 98%;
  		display: block;
  		margin: 0 auto;
  	}
  	.psecond_nav{
		width: 95%;
		margin: 0 auto;
	}
	.psecond_nav ul{
		width: 100%;
	}
	.psecond_nav ul li{
		width: 48%;
		margin-right: 1.333%;
		float: left;
		border: 1px solid #CCCCCC;
		margin-top: 10px;
		font-size: 13px;
		text-align: center;
		line-height: 28px;
	}
	.psecond_nav ul li a{
		color: #666666;
	}
	.psecond_nav ul li:nth-child(4n){
		margin-right: 0;
	}
	.ps_selected{
		background-color: #c81514;
		border: 1px solid #c81514;
	}
	.ps_selected a{
		color: #FFFFFF !important;
	}
  	.pro_right{
  		width: 100%;
  		float: inherit;
  		margin-top: 20px;
  	}
  	.pr_con ul li p{
  		font-size: 14px;
  	}
  	.pr_con ul li{
  		width: 49%;
  	}
  	.pr_con ul li:nth-child(2n){
  		margin-right: 0 !important;
  	}
  	.pr_con ul li:nth-child(3n){
  		margin-right: 2%;
  	}
  	/*分页*/
  	.tab a{
  		font-size: 12px;
  	}
  	/*厨房设备中心详情*/
  	.pps_show{
  		display: block;
  	}
  	.ps_con{
  		display: none;
  	}
  	.ps_con img{
  		width: 100%;
  	}
  	.pc_propic{
  		display: none;
  	}
  	.phone_propic{
  		display: block;
  	}
  	
  	/*客户工程案例*/
  	.case_con ul li{
  		margin-bottom: 0;
  	}
  	.case_con ul li p img{
  		display: none;
  	}
	.case_con ul li div{
		height: 91px;
		overflow: hidden;
	}
  	.case_con ul li p{
  		height: 40px;
  		line-height: 40px;
  	}
  	.case_con ul li p span{
  		background-color: #FFFFFF;
  		text-align: center;
  		font-size: 14px;
  		height: 40px!important;
  		line-height: 40px!important;
  	}
  	.case_con ul li:hover span{
  		height: 40px !important;
		line-height: 40px !important;
		background: #FFFFFF;
  	}
  	.pcase_nav{
  		display: block;
  	}
  	/*客户工程案例详情*/
	.cs_pic h1{
	  	font-size: 24px !important;
	}
	.cs_con p{
	  	font-size: 16px;
	  	line-height: 32px;
	}
	.cs_con ul li{
	  	line-height: 32px;
	  	font-size: 14px;
	}
  	/*厨房设计*/
  	.ppro_title{
  		display: block;
  	}
  	.made{
  		margin-bottom: 0;
  	}
  	.made_con{
  		width: 100%;
  	}
  	.form{
  		width: 100%;
  	}
  	.form input{
  		width: 60%;
  		border: 1px solid #CCCCCC;
  		border-radius: inherit;
  	}
  	.form textarea{
  		width: 60%;
  		border: 1px solid #CCCCCC;
  	}
  	.sub input{
  		width: 60px;
  		text-align: center;
  		padding: 0;
  	}
  	/*厨房设计详情*/
  	.design_essay div{
  		font-size: 14px;
  		line-height: 28px;
  	}
  	.design_essay li{
  		line-height: 28px;
  	}
  	/*新闻中心*/
  		/*二级导航*/
  	.pnews_nav{
  		width: 100%;
  		display: block;
  	}
  	.pnews_nav ul{
  		width: 97%;
  		margin: 0 auto;
  	}
  	.pnews_nav ul li{
  		width: 32%;
  		text-align: center;
  		line-height: 32px;
  		display: inline-block;
  		border-radius: 15px;
  		background-color: #cccccc;
  	}
  	.pnews_nav ul li a{
  		color: #FFFFFF;
  	}
  	.pnews_on{
  		background-color: #da251c !important;
  	}
  	.con1{
  		display: none;
  	}
  	.con2{
  		width: 98%;
  	}
  	.con2 p:nth-child(4){
  		text-align: inherit;
  	}
  	/*新闻中心——详情*/
  	.news_essay{
  		line-height: 30px;
  	}
  	
  	/*联系我们*/
  	.connectmid ul li{
  		width: 49%;
  		margin-right: 2%;
  	}
  	.connectmid ul li:nth-child(2n){
  		margin-right: 0;
  	}
  	.pcontact_nav{
  		display: block;
  	}
  	.pcontact_nav ul{
  		width: 80%;
  		margin: 0 auto;
  	}
  	.pcontact_nav ul li{
  		display: inline-block;
  		width: 49%;
  		text-align: center;
  		background-color: #CCCCCC;
  		border-radius: 25px;
  		line-height: 32px;
  		margin-top: 10px;
  		font-size: 14px;
  	}
  	.pcontact_nav ul li a{
  		color: #FFFFFF;
  	}
  	.pcontact_on{
  		background-color: #da251c !important;
  	}
  	.connectmid ul li{
  		margin-top: 10px;
  	}
  	.connectmid ul li p{
  		font-size: 14px;
  	}
  	/*安心售后*/
  	.service{
  		width: 95%;
  		margin: 0 auto;
  	}
  	.service_con{
  		font-size: 14px;
  	}
}

@media only screen and (max-width: 320px) {
	.pm_left1{
		font-size: 20px;
	}
	.pm_left2{
		font-size: 12px;
		line-height: 24px;
	}
	.pm_right{
		font-size: 14px;
	}
	.pmf{
		font-size: 16px;
		line-height: 32px;
	}
}