.sider{
	position: fixed;
	bottom: 0;
	z-index: 9999999;
	right: 0;
	width: 240px;
	border-radius: 5px;
	    background-color: #ededed;
	
	

	box-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
}

.backes{display: none;
 position: fixed;
 bottom: 0;
 z-index: 9999999;
 right: 0;
 width: 240px;
 background-color: #00aef3;
 height: 35px;
 }
 .backes h3{
	 color: #fff;
	 font-size: 14px;
	 line-height: 35px;
	 margin-left: 12px;
	 float: left;
	 margin-top: 0;
 }
 .backes img{
	 float: right;margin-top: 3px;
 }

.form_mian{
	margin-top: 12px;
	margin-left: 12px;
	-moz-border-radius: 0 0 4px 4px;
	    -webkit-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	    text-align: left;
}
.form_mian .tel{
	text-align: left;
}
.form_mian .tel,.names,.messages {
	width: 99%;
    height: 30px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
  
    border: 1px solid #d5d5d5;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
	margin-bottom: 10px;
}
/* .messages{
	margin-bottom: 25px;
} */

.messages{
	height: 80px;
	
	   
	       
	       padding-bottom: 10px;
	       line-height: 30px;
	   
	   
	  
	     
	       margin: 0;
	       padding: 0 20px;
	       vertical-align: middle;
	      
	      
	       font-family: 'Roboto', sans-serif;
	       font-size: 14px;
	       font-weight: 300;
	       line-height: 30px;
	       color: #888;
	       -moz-border-radius: 4px;
	       -webkit-border-radius: 4px;
	       border-radius: 4px;
	       -moz-box-shadow: none;
	       -webkit-box-shadow: none;
	       box-shadow: none;
	       -o-transition: all .3s;
	       -moz-transition: all .3s;
	       -webkit-transition: all .3s;
	       -ms-transition: all .3s;
	       transition: all .3s;
		   margin-bottom: 10px;
	   }

.messages {
    background: url(../images/beizhu.png) no-repeat 8px 3px;
	text-indent: 18px;
	 background-color: #fff;
}

.names {
    background: url(../images/name.png) no-repeat 8px center;
	text-indent: 18px;
	 background-color: #fff;
}
.form_mian .tels{
	background: url(../images/tell.png) no-repeat 8px center;
	text-indent: 18px;
	 background-color: #fff;
}

.submits{
	       height: 35px;
	       width: 90px;
	       line-height: 35px;
		    border: 1px solid #d5d5d5;
	       text-align: center;
	       border-radius: 2px;
	       font-size: 14px;
	       color: #fff;
	       cursor: pointer;
	       background-color: #00aef3;
		   padding-bottom: 10px;
	   }
.form_title{
	    overflow: hidden;
	    height: 35px;
		
	    background: #00aef3;
	    -moz-border-radius: 4px 4px 0 0;
	    -webkit-border-radius: 4px 4px 0 0;
	    border-radius: 4px 4px 0 0;
	    text-align: left;
		color: #fff;
		letter-spacing: 1px;
}
.form_title h3{
	font-size: 14px;font-weight: normal;float: left;line-height: 35px;margin-left: 12px;margin-top: 0;
}
.form_title img{
	width: 40px;
	float: right;
	margin-top: 27px;
}
.click{
	width: 20px;
	height: 20px;
	background: url(../images/zuixiaohua.png) no-repeat center center;
	position: absolute;
	right: 7px;
	    top: 7px;
}

.apply-success {
    width: 410px;
    height: 240px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    z-index: 1001;
    display: none;
    left: 50%;
    margin-left: -205px;
    top: 50%;
    margin-top: -120px;
}

.apply-onlines {
    float: left;
    font-size: 24px;
    color: #ff3c00;
    margin: 35px 0 0 38px;
}
.icon-close-big {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -5px -94px;
    cursor: pointer;
}

.success-div-big {
    clear: both;
    width: 314px;
    margin: auto;
    text-align: center;
    font-size: 22px;
    color: #6b0;
    padding-top: 40px;
}
.success-div-big p {
    font-size: 16px;
    color: #180041;
    line-height: 24px;
    margin: 10px 0 22px;
}

.success-div-big .closebtn-big {
    width: 160px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: url(../images/bnt_1.png) no-repeat;
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    display: block;
}
.icon-modal {
    background: url(../images/modal.png) no-repeat;
}

.shade {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.footer {
    
    background-color: #182029;
    color: #919399;
    font-size: 12px;
    width: 100%;
	
    height: 60px;
}
.footer p {
    text-align: center;
    line-height: 60px;
	padding: 0;
	margin: 0;
}

.heads .top {
    overflow: hidden;
    width: 100%;
    height: 35px;
   
   
}
.heads {border-bottom: 1px solid rgba(255,255,255,0.5)}

.heads .top .containers img {
  height: 34px;
}
.heads .top p {
    color: #fff;
    line-height: 35px;
    float: left;
    margin: 0;
	height: 35px;
}
.heads .top li{
	list-style: none;float: left;font-size: 14px;
	    color: #fff;
	line-height: 35px;
}

.heads .top  li a{
	line-height: 35px;
	font-size: 14px;
	color: #666;
}.heads .top .fr {
    *display: inline;
    float: right;
        color: #fff;
    line-height: 35px;
    font-size: 14px;
}

.containers{
	width: 1200px;
	margin: 0 auto;
}

.top_search{margin-top: 6px;}
.hot-k-wrap {}
.hot-k-wrap .h-container { width: 1200px; margin: 0 auto; overflow: hidden; }
 .h-keyword { float: left; height: 60px; line-height: 64px; }
 .h-keyword strong{font-size:14px;font-weight:bold;color:#276fb9}
.h-keyword a { color: #666; margin-right: 10px; font-size:14px;text-decoration:none}
 .h-keyword a:hover { color: #0066cb; }
.searchbox { float: right; }
 .searchbox .s-input { margin-top: 13px; position: relative; }
 .searchbox .s-input input[type="text"] { width: 240px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 0 0 15px;
    outline: none;
    font-size: 14px;
}
 .searchbox .s-input input[type="text"]:focus { border: 1px solid #0066cb; }
 .searchbox .s-input input[type="submit"] { display: inline-block; border: none; width:50px; height: 35px; position: absolute; top: 0; right: 0;color:#fff; background:url(../images/searchs.png) no-repeat;}
.fr{
	float: right;
	}