@charset "utf-8";
/* CSS Document */

@media (min-width: 768px){
	/*留言弹窗 start*/
	#waibu {
	left: 0px;
	height: 220px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99990;
	display: none;
	}

	#waibu .qianlan {
	width: 100%;
	background: #091e3b;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	}

	#waibu .zhongbu {
	width: 1000px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	}
	#waibu .hexin {
	height: 220px;
	width: 100%;
	background: #091e3b;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.67;
	}
	#waibu .chahao {
	width: 24px;
	height: 24px;
	right: -33px;
	top: 20px;
	background-position: center center;
	position: absolute;
	background: url(../images/common/sheji-close.png) no-repeat;
	}
	#waibu .erweima {
	width: 330px;
	height: 180px;
	left: 20px;
	top: 20px;
	position: absolute;
	bottom: 0;
	color:#fff;
	}
	#waibu .erweima-img{ 
		widht:180px; 
		height:180px; 
		float: left;
	}
	#waibu .erweima-img img{
		width:170px; 
		height:170px;
	}
	#waibu .erweima-text{ 
		widht:60px; 
		line-height: 50px; 
		float: right; 
		color:#fff; 
		font-size: 22px; 
		padding-top: 30px;
	}
	#waibu .dianhua {
	padding-left: 230px;
	padding-top: 55px;
	line-height: 60px;
	position: relative;
	color:#fff; 
	font-size:35px; 
	font-weight:bold;
	text-align: center;
	}
	#waibu .dianhua p{
		font-size:25px; 
		font-weight: 500; 
		color:#E0FF00; 
		text-align: center;
	}

	#suolue {
	left: 0px;
	height: 220px;
	position: fixed;
	width: 3%;
	bottom: 0;
	background: #091e3b;
	opacity: 0.8;
	display: none;
	z-index:100;
	}
}
/*留言弹窗 end*/

@media (max-width: 767px){
	#waibu{ display: none;}
	.qianlan { display: none;}
	.zhongbu { display: none;}
	.hexin { display: none;}
	.chahao { display: none;}
	.erweima { display: none;}
	.erweima-img{ display: none;}
	.erweima-img img{ display: none;}
	.erweima-text{ display: none;}
	.dianhua { display: none;}
	.dianhua p{ display: none;}
	#suolue { display: none;}
}

