@media screen and (min-width: 1200px){
	
	.header{
		width: 100%;
		text-align: center;
	}
	.heade{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 1200px;
		height: 115px;
		display: inline-block;
		text-align: center;
	}
	
	.logo{
		width: 230px;
		height: 65px;
		float: left;
		margin-top: 25px;
	}
	.phones{
		display: inline-block;
		margin-top: 30px;
	}
	.phones img{
		width: 50px;
		height: 50px;
		float: left;
	}
	.phone{
		float: left;
		text-align: left;
		margin-left: 15px;
	}
	.phone1{
		font-size: 22px;
		color: #000000;
		line-height: 20px;
	}
	.phone2{
		font-size: 28px;
		font-weight: bold;
		color: #D83729;
		line-height: 35px;
	}
	.seach{
		border: 1px solid #A5A5A5;
		box-sizing: border-box;
		width: 315px;
		height: 40px;
		border-radius: 40px;
		float: right;
		margin-top: 37.5px;
		display: inline-block;
	}
	.seach1{
		width: 18px;
		height: 20px;
		float: left;
		margin-left: 10px;
		margin-top: 11px;
	}
	.seach input[type="text"]{
		width: 180px;
		border: none;
		height: 100%;
		padding: 0;
		font-size: 14px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		outline: none;
	}
	.seach button{
		border: none;
		outline: none;
		width: 85px;
		height: 100%;
		background: #BF9D57;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		color: white;
		float: left;
		border-radius: 0 40px 40px 0;
	}
	.header2{
		width: 100%;
		height: 55px;
		background: #292929;
		text-align: center;
position: relative;
	}
	.heade2{
		width: 1200px;
		
		display: inline-block;
	}
	.heade2_1{
		display: block;
		float: left;
		width: 160px;
		height: 100%;
		float: left;
		font-size: 16px;
		color: white;
		text-align: center;
		line-height: 55px;
		text-decoration: none;
	}
	.heade2_1:hover{
		background: #B29351;
	}
	.hea-act{
		background: #B29351;
	}
.erji{
		width: 100%;
		background: white;
		text-align: left;
		position: absolute;
		left: 0;
		top: 55px;
		z-index: 1001;
	}
	.erj{
		/* border: 1px solid black; */
		box-sizing: border-box;
		width: 1200px;
		display: none;
		padding-top: 15px;
		padding-bottom: 15px;
		margin: auto;
	}
	.erj a{
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #333333;
		box-sizing: border-box;
		font-size: 16px;
		color: #333333;
		text-decoration: none;
	}
	.erj a:hover{
		color: #B29351;
	}
	.a-act{
		color: #B29351 !important;
	}
	
}

@media screen and (max-width: 1200px){
	.header{
		border-bottom: 1px solid #ECECEC;
		box-sizing: border-box;
		width: 100%;
		height: 1.15rem;
		background: white;
		position: relative;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1002;
	}
	.heade{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.logo{
		width: 2.3rem;
		height: 0.65rem;
		margin-left: 0.2rem;
	}
	.heade1{
		display: flex;
	}
	.ml{
		width: 0.5rem;
		height: 0.45rem;
		margin-right: 0.2rem;
	}
	.srac2{
		width: 0.4rem;
		height: 0.4rem;
		margin-right: 0.4rem;
	}
	.seach{
		width: 100%;
		/* height: 100px; */
		background: white;
		display: none;
		text-align: center;
		position: absolute;
		left: 0;
		top: 1.15rem;
	}
	.srac{
		border: 1px solid #A5A5A5;
		box-sizing: border-box;
		width: 90%;
		height: 0.8rem;
		border-radius: 0.8rem;
		display: inline-block;
	}
	.seach1{
		width: 0.4rem;
		height: 0.4rem;
		float: left;
		margin-left: 0.1rem;
		margin-top: 0.2rem;
	}
	.seach input[type="text"]{
		width: 76%;
		border: none;
		height: 100%;
		padding: 0;
		font-size: 0.2rem;
		float: left;
		margin-left: 0.1rem;
		margin-right: 0.1rem;
		outline: none;
	}
	.seach button{
		border: none;
		outline: none;
		width: 0.9rem;
		height: 100%;
		background: #BF9D57;
		line-height: 0.8rem;
		text-align: center;
		font-size: 0.2rem;
		color: white;
		float: left;
		border-radius: 0 0.8rem 0.8rem 0;
	}
	
}