.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;
 }
 .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,.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;
}
.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 {
    margin-top: 30px;
    background-color: #182029;
    color: #919399;
    font-size: 12px;
    width: 100%;
	float: left;
    height: 60px;
}
.footer p {
    text-align: center;
    line-height: 60px;
}