@charset "utf-8";
/* CSS Document */

/*全局样式 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;}

.clear {clear:both;}
.clearfix:after, .clearfix:before {content: "";display: table;}
*/

#waibu *,.yb_conct *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
}

/*全局样式 end*/

@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/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{
	widht: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;
}
}
/*留言弹窗 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;}
}


 /*浮动联系方式*/
.yb_conct{position:fixed;z-index:9999999;top:220px;right:0px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px; height:200px;}

.yb_bar img{max-width:100%}

.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
@media (max-width: 767px){
	.yb_conct{ display: none;}
}