@charset "utf-8";
/*弹出层样式*/
.pop_bg{ position:fixed;z-index:5000;background:url(../images/popbox/pop_bg.png) no-repeat; width:715px; padding:32px 32px 0;}
.sq_pop{ width: 650px; font-family:"Microsoft YaHei"; font-size:14px; color:#333; background:#f5f5f5;padding-bottom:32px;}
.sq_title{ width:630px; line-height:50px; height:50px; background:url(../images/popbox/pop_title_bg.jpg) repeat-x; border-bottom:1px #cccccc solid; padding-left:20px; font-size:18px; position:relative; }
.pop_close{ cursor:pointer; height:45px; position:absolute; right:0; top:-22px; width:53px;}
.pop_closesom{ background:url(../images/popbox/pop_closesom.jpg) no-repeat; cursor:pointer; width:22px; position:absolute; height:23px; right:0; top:0;}
.sq_content{ width:610px; padding:10px 20px; }
.sq_content li{margin-top:15px;}
.sq_content li span{display: block;width: 100px;float: left;}
.sq_content li input{line-height: 30px;height: 30px;color:#333; font-family:"Microsoft YaHei"; border:1px #ccc solid; font-size:14px;text-indent: 5px; vertical-align: middle;}
.sq_content li img{vertical-align: middle;}
.pop_input{width: 300px;}
.pop_input2{width: 80px;}
.pop_button{ background:url(../images/popbox/button_bg.jpg) repeat-x; width:120px; height:35px; border:1px #e76a0a solid; color:#fff; font-size:18px; font-family:"Microsoft YaHei"; cursor:pointer;}

/*弹出层样式--160630*/
.popup_bg{position:fixed;z-index:999;width:540px;text-align:center;font-family:"Microsoft YaHei";}
.pop_box{background-color:#fff;width:100%;border-radius:6px;margin-top:-56px;height:auto;overflow:hidden;}
.pop_tit{width:100%;position:relative;line-height:54px;height:54px;font-size:24px;padding-top:56px;}
.pop_tit em{font-size:24px;}
.popup_close{cursor:pointer;height:54px; position:absolute; right:0; top:0; width:54px;}
.pop_cont{width:400px;margin:20px 70px 10px;text-align:left;}
.pop_cont li{margin-top:14px;}
.pop_cont li input{line-height:36px;height:36px;color:#000;border:1px #eaeaea solid;font-size:14px;text-indent:12px;vertical-align:middle;width:396px;font-family:"Microsoft YaHei";}
.pop_cont li .input_c{cursor:pointer;width:152px;color:#fff;background-color:#555558;text-align: center;text-indent:0;border:1px #555558 solid;}
.pop_cont li img{vertical-align:middle;cursor:pointer;}
.pop_cont li textarea{line-height:36px;color:#000;border:1px #eaeaea solid;font-size:14px;width:396px;text-indent:12px;}
.pop_cont input[name=button]{background-color:#2b6cfc;color:#fff; height:42px;width:400px;font-size:20px;cursor:pointer;}
.popup_bg .tel{font-size:20px;line-height:40px;margin-bottom:20px;}
#back_over{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:999;-moz-opacity: 0.6;opacity:.60;filter:alpha(opacity=60);}