/*全局样式 start*/
* {margin: 0;padding: 0;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-touch-callout: none;}
html {overflow-x: hidden;font-size: 15px;font-family: Microsoft Yahei, "黑体", "Times New Roman";}
ul, ol, li {list-style: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #FF3F3C;}
img {max-width: 100%;}
.clear {clear:both;}
.clearfix:after, .clearfix:before {content: "";display: table;}
/*全局样式 end*/

@media (min-width: 768px){
/*留言弹窗 start*/
#waibu {
left: 0px;
height: 220px;
position: fixed;
width: 100%;
bottom: 0;
z-index: 99990;
display: none;
}
.qianlan {
width: 100%;
background: #091e3b;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
opacity: 0.8;
}
.zhongbu {
width: 1000px;
height: 220px;
margin: 0 auto;
position: relative;
bottom: 0;
}
.hexin {
height: 220px;
width: 100%;
background: #091e3b;
position: absolute;
bottom: 0;
left: 0;
opacity: 0.67;
}
.chahao {
width: 24px;
height: 24px;
right: -33px;
top: 20px;
background-position: center center;
position: absolute;
background: url(../images/sheji-close.png) no-repeat;
}
.erweima {
width: 330px;
height: 180px;
left: 20px;
top: 20px;
position: absolute;
bottom: 0;
color:#fff;
}
.erweima-img{ 
	widht:180px; 
	height:180px; 
	float: left;
}
.erweima-img img{
	widht:170px; 
	height:170px;
}
.erweima-text{ 
	widht:60px; 
	line-height: 50px; 
	float: right; 
	color:#fff; 
	font-size: 22px; 
	padding-top: 30px;
}
.dianhua {
padding-left: 230px;
padding-top: 55px;
line-height: 60px;
position: relative;
color:#fff; 
font-size:35px; 
font-weight:bold;
text-align: center;
}
.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;
}
}
/*留言弹窗 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;}
}


