﻿@charset "UTF-8";
.gsxWh{
	width: 20%;
}
@media only screen and (min-width: 0px) and (max-width: 640px){
	.pc-header{
		display: none;
	}
	/*首页*/
	.mobile-header{
		display: block;
	}
	.mobbig{
		position: relative;
		padding: 20px 2%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobnav{
		width: 20px;
		height: 20px;
		background: url("../images/mobnav.png") no-repeat center center;
	}
	.moblogo{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width: 30%;
	}
	.moblogo img{
		width: 100%;
	}
	.mobshop{
		margin-top: 4px;
	}
	.mobcart{
		position: relative;
		display: inline-block;
		width: 22px;
		height: 20px;
		background: url("../images/cart.png") no-repeat center center;
		background-size: 100% 100%;
	}
	.mobcart>span{
		position: absolute;
		top:-8px;
		right: -8px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		border-radius: 10px;
		font-size: 12px;
		color:#fff;
		text-align: center;
	}
	.mobsearch{
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../images/search.png") no-repeat center center;
		background-size: 100% 100%;
		margin-left: 10px;
		cursor: pointer;
	}
	/*搜索框*/
	.mobsearchbig{
		display: none;
		position: absolute;
		top:70px;
		right:0;
		width: 100%;
		height: 95px;
		z-index: 10;
	}
	.search-arr{
		float: right;
		width: 14px;
		height: 5px;
		margin-right: 8px;
	}
	.search-big{
		width: 100%;
		padding: 15px 0;
		margin-top: 5px;
	}
	.search-cont{
		width: 90%;
		margin:0 auto;
	}
	.search{
		float: left;
		width: 74%;
		height: 38px;
		border:1px solid #9f9f9f;
		background: #fff;
	}
	.search>a{
		float: left;
		width: 12%;
		height: 30px;
		margin:3px 0 0 5px;
	}
	.search>input{
		float: right;
		width: 84%;
		height: 34px;
		border:none;
		outline: none;
	}
	.search-cont>.btn{
		float: right;
		width: 23%;
		height:37px;
		line-height: 37px;
		background: #124191;
		font-size: 14px;
		color:#fff;
		text-align: center;
		border-radius: 3px;
	}

	/*二级菜单*/

	.masknav{
		position: fixed;
		top:0;
		left:-100%;
		z-index: 20;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
	}
	.aymen{
		position: absolute;
		top:0;
		right:0;
		width: 35%;
		height: 100%;
		cursor: pointer;
	}
	.menu{
		position: absolute;
		top:0;
		left:0;
		width: 65%;
		height: 100%;
		overflow-y: scroll;
		background: #fff;
	}
	.menutle{
		width: 100%;
		padding: 30px 6% 0 10%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menimg img{
		width: 70px;
		height: 70px;
		border-radius: 40px;
		margin-right: 3px;
		background: #0b9efb;
	}
	.menutle>i{
		font-size: 16px;
		color:#333;
	}
	.menutle>a{
		font-size: 14px;
		color:#333;
	}

	.menul{
		padding: 10px 10%;
		width: 100%;
		font-size: 0;
	}
	.menul li{
		width: 100%;
		padding: 10px 0;
	}
	.menul li a{
		width: 100%;
		font-size: 14px;
		color:#666;
	}
	.footer{
		padding-top: 50px;
	}
	.pc-footer{
		display: none;
	}
	/*手机端底部*/
	.mobfooter{
		position: fixed;
		bottom:0;
		left:0;
		padding: 10px 2%;
		width: 100%;
		background: #f8f8f8;
		display: flex;
		justify-content: center;
	}
	.mobfooter>a{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		color:#fff;
		text-align: center;
		border-radius: 30px;
		margin: 0 10px;
	}
	.mobfooter>a em{
		width: 26px;
		height: 26px;
		margin-right: 10px;
		margin-bottom: -5px;
	}
	.bg1{
		background: #7fbf51;
	}
	.bg2{
		background: #4db7e3;
	}

	.ft1{
		background: url("../images/ft1.png") no-repeat center center;
	}
	.ft2{
		background: url("../images/ft2.png") no-repeat center center;
	}




	/*首页*/
	.protle{
		padding: 30px 0 20px;
	}
	.protle>span{
		width: 38%;
	}
	.protle>h4{
		font-size: 18px;
	}
	.aboutbig{
		padding: 0 2%;
	}
	.listimg{
		width: 100%;
		margin-bottom: 20px;
	}
	.proul li{
		height: 280px;
	}
	.ysul{
		padding: 0 2%;
	}
	.ysul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.ysul li:nth-child(2n){
		margin-right: 0;
	}

	.yaowenright .hd{
		bottom: 20%;
	}
	.prodtwul>li{
		width: 100%;
	}

}
