﻿.phoneSearch{
	width: 100%;
	height: 50px;
	background-color: #6e6e6e;
	position: relative;
}
.phoneSearch img{
	max-width:150px;
}
.phoneSearch>div{
	height: 25px;
	position: absolute;
	top: 10px;
}
.phone{
	left: 10%;
}
.phone>a{
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-left: 30px;
	line-height: 30px;
}
.phone>a>img{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.search{
	right: 10%;
}
.search>form{
	display: inline-block;
	height: 100%;
}
.search>form>input[type=text]{
	width: 200px;
	display: block;
	height: 100%;
	border: none;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
}
.search>form>input[type=submit]{
	background-image: url(../img/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	cursor: pointer;
	border: none;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.logoNav{
	width: 100%;
	height: 120px;
	position: relative;
	display: flex;display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
}
.logo{
	position: relative;
}
.logo img{
	height: 59px;
}
.logo span{
	display: none;
}
.nav{
	min-width: 900px;
	display: flex;display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
}
.navX{
	border-bottom: 1.5px solid #ed6d00;
}
.nav>a{
	padding: 10px 0px 20px 0px;    
	border-bottom: 2px solid transparent;
	color: black;
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	position: relative;
	cursor: pointer;
}
.navinlinks{
	display: block;
	width: calc(100% + 40px);
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: -20px;
	top: 60px;
	z-index: 999;
}
.navinlinks div{
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid white;
	text-align: center;
	display: none;
	color: white;
}
.navinlinks div:last-child{
	border-bottom: none;
}
.navinlinks div:hover{
	color: #ED6D00;
}
.nav>a:hover{
	border-bottom: 1.5px solid #ed6d00;
}
.lang{
	position: absolute;
	right: 2.5%;
	font-size: 12px;
}
.lang>a{
	color: black;
	line-height: 25px;
}
.footer{
	width: 100%;
	position: relative;
}
.footer_nav{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 10%;
	background-color: #373737;
	display: flex;display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.footer_nav>a{
	display: inline-block;
	width: calc(100% / 10);
	border-right: 1px solid white;
	box-sizing: border-box;
	font-size: 16px;
	color: white;
	text-align: center;
}
.footer_nav>a:last-child{
	border-right: none;
}
.footer_box{
	width: 100%;
	height: 830px;
	box-sizing: border-box;
	padding: 40px 5%;
	background-image: url(../img/footer_bg.jpg);
	background-position: center center;
	background-size: cover;
}
.footer_logo{
	width: 330px;
	margin: 0 auto;
}
.footer_logo>img{
	width: 100%;
}
.footer_logo>span{
	display: none;
}
.footer_links{
	width: 100%;
	display: flex;display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-top: 70px;
}
.link_box1{
	width: 35%;
}
.link_box2{
	width: 25%;
}
.link_box3{
	width: 15%;
}
.footer_phone{
	width: 15%;
}
.footer_wx{
	width: 10%;
}
.footer_wx>img{
	width: 90px;
	height: 90px;
}
.links_title{
	display: inline-block;
	font-size: 19px;
	color: white;
	border-bottom: 2px solid red;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.link{
	display: flex;display: -webkit-flex;
	/* justify-content: space-between; */
	align-items: center;
	flex-wrap: wrap;
}
.link_box1 .link>a{
	color: white;
	font-size: 14px;
	display: inline-block;
	width: 25%;
	margin-bottom: 10px;
}
.link_box2 .link>a{
	color: white;
	font-size: 14px;
	display: inline-block;
	width: calc(100% / 3);
	margin-bottom: 10px;
}
.link_box3 .link>a{
	color: white;
	font-size: 14px;
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}
.footer_phone>p{
	font-size: 12px;
	color: white;
}
.footer_phone>a{
	display: block;
	font-size: 20px;
	color: #ED6D00;
	margin-bottom: 15px;
}
.footer_font1{
	width: 100%;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 20px;
	margin-top: 280px;
	margin-bottom: 20px;
}
.footer_font1 a{
	color: white;
}
.footer_imgs{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.footer_hr{
	width: 100%;
	height: 2px;
	background-color: white;
	margin-bottom: 20px;
}
.footer_font2{
	width: 100%;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 20px;
}
.footer_font2 a{
	color: white;
}
.hidden{
	display: none;
}
	.phoneSearch_logo img{
		height: 100%;

	}
@media only screen and (max-width: 1025px){
	.navinlinks{
		width: 100%;
		position: relative;
		left: -0px;
		top: 0px;
	}
	.navinlinks div{
		border-bottom: 1px solid white;
	}
	.hidden{
		display: block !important;
	}
	.xhidden{
		display: none !important;
	}
	.xnav{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: rgba(0,0,0,.7);
		transition: all 0.5s ease 0s;
	}
	.xnav>div{
		width: 50%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.xnav>div>a{
		display: block;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
		color: black;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.footer_nav{
		padding: 10px 0;
	}
	.footer_nav>a{
		font-size: 10px;
	}
	.footer_links{
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.link_box1{
		width: 30%;
	}
	.link_box2{
		width: 30%;
	}
	.link_box3{
		width: 30%;
	}
	.footer_phone{
		width: 50%;
		text-align: center;
		margin-top: 20px;
	}
	.footer_wx{
		width: 50%;
		text-align: center;
		margin-top: 20px;
	}
	.links_title{
		font-size: 16px;
	}
	.link>a{
		font-size: 12px;
	}
	.footer_font1{
		font-size: 12px;
		margin-top: 150px;
		margin-bottom: 15px;
	}
	.footer_imgs{
		margin-bottom: 15px;
	}
	.footer_hr{
		margin-bottom: 15px;
	}
	.footer_font2{
		font-size: 12px;
	}
	.phoneSearch_btn{
		width: 25px;
		border: 1.5px solid white;
		border-radius: 50%;
		box-sizing: border-box;
		padding: 3px 0;
		overflow: hidden;
		position: absolute;
		right: 10%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-around;
	}
	.phoneSearch_btn>div{
		width: 100%;
		height: 1.5px;
		background-color: white;
	}
	.phoneSearch_logo{
		position: absolute;
		left: 10%;
	}
	.phoneSearch_logo img{
		height: 100%;
		max-width:auto !important;
	}
	.phone{
		left: 25%;
	}
	.search{
		right: 15%;
	}
	@media only screen and (max-width: 640px){
		.xxhidden{
			display: none !important;
		}
		.phoneSearch_logo{
			width: 40px;
			position: absolute;
			left: 5%;
		}
		.phoneSearch_logo img{
			height: 100%;
		}
		.phone{
			left: 45%;
		}
		.phone>a{
			font-size: 14px;
			font-weight: lighter;
			padding-left: 25px;
		}
		.phone>a>img{
			width: 20px;
			height: 20px;
			top: 2.5px;
		}
		.search{
			right: 5%;
		}
		.search>form>input[type=text]{
			width: 150px;
			font-size: 12px;
		}
		.phoneSearch_btn{
			right: 5%;
		}
		.footer_box{
			height: initial;
			padding: 20px 10px;
		}
		.footer_logo{
			width: 258px;
			padding-left: 0;
			text-align: center;
		}
		.footer_logo>img{
			position: relative;
		}
		.footer_links{
			margin-top: 30px;
			text-align: center;
		}
		.link_box1 .link>a,
		.link_box2 .link>a,
		.link_box3 .link>a,
		.footer_links a{
			display: block;
			width: 100%;
		}
		.link{
			text-align: center;
		}
		.footer_font1{
			font-size: 12px;
			margin-top: 15px;
			margin-bottom: 10px;
		}
		.footer_imgs{
			margin-bottom: 10px;
		}
		.footer_hr{
			margin-bottom: 10px;
		}
		.footer_font2{
			font-size: 10px;
		}
	}
}