

/* 版权 */
.foot{
	padding: 62px 0 47px 0;
	background-color: #3a3a3a;
}
.footTel{
	width: 558px;
	height: 52px;
	border-radius: 52px;
	border: 2px solid #9c9c9c;
	position: relative;
	margin: 0 auto;
}
.footTel>p{
	text-indent: 28px;
	line-height: 52px;
	font-size: 24px;
	color: #fff;
}
.footTel>div{
	color: #fff;
	background-color: #E2231A;
	font-size: 24px;
	width: 178px;
	height: 56px;
	border-radius: 56px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.footTel>div p{
	margin-left: 5px;
	height: 56px;
	line-height: 56px;
}
.footTxt{
	padding-top: 30px;

}
.footTxt>p{
	height: 42px;
	width: 2px;
	background-color: #555;
	margin: 0 20px;
}
.footTxt>div{

}
.footTxt>div a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #bbb;
}
.footTxt>div a:last-child{
	color: #ccc;
	font-weight: bold;
	letter-spacing: 7px;
}

.h132{
	height: 132px;
	background-color: #eff0f5;
}
/* 导航栏 */
.Nav{
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 20;
	/* width: 750px; */
	width: 100vw;
	background-color: #fff;
}
.NavLi{
	display: block;
	width: 40px;
	margin: 17px 55px 12px 55px;
}
.NavLi>.NavLiDiv{
	height: 40px;
}
.NavLi>p{
	text-align: center;
	width: 40px;
	font-size: 20px;
	color: #333;
	height: 22px;
	line-height: 22px;
	padding-top: 10px;
}
.NavBtn{
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 21;
	top: -32px;
	left: calc(50% - 50px);
	background-color: #fff;
	border-radius: 100px;
}
.NavBtn>div{
	border-radius: 74px;
	width: 74px;
	height: 74px;
	background: linear-gradient(left ,#e8421a ,#db160d);
	background: -webkit-linear-gradient(left ,#e8421a ,#db160d);
	background: -ms-linear-gradient(left ,#e8421a ,#db160d);
}
.Naviconhover{
	display: none;
}



/* 弹窗部分 */

/* 微信弹窗 */
.tcWxWarp{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.3);
	width: 100vw;
	height: 100vh;
}
.tcWxX{
	width: 64px;
	height: 64px;
	position: absolute;
	top: calc(50% - 280px);
	right: 10%;
}
.tcWxImg{
	width: 340px;
	height: 340px;
	position: absolute;
	top: calc(50% - 210px);
	left: calc(50% - 170px);
	background-color: #fff;
	padding: 20px;
}
.tcWxImg img{
	max-width: 300px;
	max-height: 300px;
}
.tcWxBtn{
	padding: 0px 20px;
	width: 340px;
	position: absolute;
	top: calc(50% + 170px);
	border-top: 2px solid #fff;
	left: calc(50% - 170px);
	height: 80px;
	background-color: #eee;
	color: #333;
	text-align: center;
	line-height: 80px;
	font-size: 28px;
}

/* 搜索 */
.search{
	width: 100%;
	padding: 40px 0;
	height: 68px;
}
.searchGo{
	height: 68px;
	width: 120px;
	position: relative;
}
.searchGoShow{
	width: 120px;
	height: 68px;
}
.searchGoShow p{
	font-size: 24px;
	color: #333;
	margin-right: 10px;
}
.searchGoHide{
	padding: 20px 0;
	position: absolute;
	top: 68px;
	left: 0;
	width: 120px;
	z-index: 10;
	background-color: #EFF0F5;
	box-shadow: 0 0 4px rgba(51,51,51,.1);
	display: none;
}
.searchGoHide p{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.searchIpt{
	width: 508px;
	height: 68px;
	border-radius: 68px;
	background-color: #fff;
}
.searchIpt img{
	margin: 0 20px 0 30px;
}
.searchIpt input{
	font-size: 24px;
	color: #999;
	border: 0;
	height: 68px;
	outline: 0;
	flex: 1;-webkit-flex: 1;
	margin-right: 30px;
	background-color: transparent;
}
.searchBtn{
	width: 122px;
	height: 68px;
	color: #333;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
}
.searchTitle{
	height: 24px;
	padding-left: 30px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.searchUl{
	padding: 15px 30px 0 30px;
}
.searchUl>a{
	display: block;
	width: 158px;
	height: 48px;
	background-color: #fff;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	margin-right: 19px;
	margin-top: 20px;
	color: #333;
}
.searchUl>a:nth-of-type(4n){
	margin-right: 0;
}

/* 提示文字 */
.tsText{
	position: fixed;
	text-align: center;
	height: 80px;
	top: calc(50% - 40px);
	left: 0;
	z-index: 99;
	width: 100%;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
}
.tsText p{
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	color: #E2231A;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 0 80px;
	margin: 0 auto;
}


/* 无 */
.wu{
	padding: 30px;
}
.wu>div{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items:center;-webkit-align-items: center;
}
.wu>p{
	font-size: 20px;
	color: #333;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
}










