.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 .tels{
	text-align: left;
}
.form_mian .tels,.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 {
	
}
.heads .container{width: 1200px;margin: 0 auto;}
.heads .top .container img {
  height: 34px;
}
.heads .top p {
    
    line-height: 35px;
    float: left;
    margin: 0;
	height: 35px;
}
.heads .top li{
	list-style: none;float: left;font-size: 14px;
	    
	line-height: 35px;
}

.heads .top  li a{
	line-height: 35px;
	font-size: 14px;
	color: #666;
}.heads .top .fr {
    *display: inline;
    float: right;
        
    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;
	}



.bottom_div {
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    display: block;
}

.bottom_div .container {
    width: 1140px;
    margin: auto;
    position: relative;
}

.left_img {
    position: absolute;
    max-width: 708px;
   
}

.bottom_form {
    position: absolute;
    width: 400px;
    height: 130px;
    background: #000;
    right: 0;
}

.bottom_hide {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -40px;
    top: 5px;
}

.f_content {
    width: 280px;
    margin: 20px 10px 20px 10px;
    height: auto;
    float: left;
}

.f_name {
    width: 100%;
    background: #fff;
    height: 40px;
    float: left;
    overflow: hidden;
    color: #333;
    line-height: 38px;
    font-size: 15px;
    margin-bottom: 10px;
}

.f_name label {
    font-weight: 400;
	float:right;
	margin-left:10px;
}

.f_tel {
    width: 100%;
    background: #fff;
    height: 40px;
    float: left;
    overflow: hidden;
	margin-bottom:10px;
    color: #333;
    line-height: 36px;
    font-size: 15px;
}

.f_name span,
.f_tel span {
    color: #aaa;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.f_name input,
.f_tel input {
    border: 0;
    max-width: 100px;
}
input:focus {outline: none;} 

.f_name .uname {
    width: 60px;
}

.f_btn {
    width: 90px;
    height: 90px;
    background-color: #d33232;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    color: #0f4b6d !important;
    background-position: bottom left, top right, 0 0, 0 0;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    background-image: url('../images/button_bg.png'), url('../images/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgba(211, 50, 50, 1) 0, rgba(211, 50, 50, 0) 100px), -moz-linear-gradient(#d33232, #d33232);
    background-image: url('../images/button_bg.png'), url('../images/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgba(211, 50, 50, 1)), to(rgba(211, 50, 50, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d33232), to(#d33232));
}

.f_btn:hover {
    background-color: #63c7fe;
    background-position: top left;
    background-position: top left, bottom right, 0 0, 0 0;
    background-image: url('../images/button_bg.png'), url('../images/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgba(211, 50, 50, 1) 0, rgba(211, 50, 50, 0) 100px), -moz-linear-gradient(#d33232, #d33232);
    background-image: url('../images/button_bg.png'), url('../images/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgba(211, 50, 50, 1)), to(rgba(211, 50, 50, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d33232), to(#d33232));
}

.f_btn input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 90px;
    text-align: center;
    border: 0;
    background: none;
    color: #fff;
}

#zs_zhongshangtan{width: 100%;height: 100%;position: fixed;top: 0;background: rgba(64,64,64,0.5);z-index: 999;}
  #zs_Zhongshangclose{cursor: pointer;}
  .zs_cspop{background: #fff;width: 340px;box-shadow: 0 3px 4px #2b2b2b;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .zs_cspop_up{height: 45px;background: #f92222;padding: 5px;box-sizing: border-box;border-radius: 8px 8px 0 0;}
  .zs_cspop_upleft{float: left;width: 280px;height: 35px;position: relative;}
  .zs_cspop_upleft img{width: 35px;height: 35px;border-radius: 5px;display: inline-block;}
  .zs_cspop_upleft span{color: #fff;position: absolute;top: 50%;margin-left: 5px;transform: translateY(-50%);}
  .zs_cspop_upright{float: right;width: 30px;height: 35px;}
  .zs_cspop_upright img{width: 25px;height: 25px;vertical-align: middle;}
  .zs_cspop_upright span{height: 100%;vertical-align: middle;display: inline-block}
  .zs_cspop_content{padding: 10px 10px 25px 10px;}
  .zs_cspop_content p{font-size: 14px;font-family: "microsoft yahei";color: #555;}
  .zs_cspop_content input{width: 100%;height: 35px;padding: 6px;box-sizing: border-box;margin: 12px 0;border: 1px solid #555;}
  .zs_cspop_content button{width: 100%;height: 37px;background: #f92222;color: #ffffff;border: 0;font-size: 14px;cursor: pointer;}
  input:focus{outline: none;}
  .radius8{border-radius: 8px;   }
.g_submit{ background: #f92222;    color: #ffffff;
    border: 0;
    font-size: 14px;
	outline: none;border: none!important;}
  	.message {
  		background: url(../images/mess_bj1_new.jpg) no-repeat center top;
  		background-size: 1920px 800px;
  	}
  	.message .content{
  		padding:  50px;
  		background: #fff;
  	}
  	.message_title {
  		color: #000;
  		font-weight: bold;
  		text-align: center;
  		margin-bottom: 20px;
  		font-size: 0;
  	}
  	.message_title p {
  		height: 32px;
  		font-size: 28px;
  		line-height: 32px;
  		margin-bottom: 10px;
  		overflow: hidden;
  	}
  		
  	.message_title span {
  		display: inline-block;
  		max-height: 20px;
  		font-size: 15px;
  		font-weight: normal;
  		line-height: 20px;
  		overflow: hidden;
  	}
  	.message-frm li{
  		width: 50%;
  		float: left;
  		margin-bottom: 20px;
  	}
  	.message-label{
  		float: left;
  		text-align: right;
  		font-weight: bold;
  	}
  	.message-frm input[type="text"], .message-frm input[type="email"], .message-frm textarea, .message-frm select {
  		border: 1px solid #CCC!important;
  		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  	}
  	.message-frm textarea {
  		height: 100px;
  		resize: none;
  	}
  	.message_button {
  		height: 40px;
  		font-size: 24px;
  		color: #fff;
  		line-height: 40px;
  		text-align: center;
  	}
  	.message_button span#send{
  		display: inline-block;
  	}
  	.message_button span {
  		display: inline-block;
  		width: 200px;
  		height: 40px;
  		border-radius: 5px;
  		background-color: #333;
  		color: #fff;
  		line-height: 40px;
  		margin: 0 20px;
  	}
.message-label{float:left;width:74px;height:32px;text-align:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin-right:-74px;line-height:32px;color:#333}
.message-item{position:relative;margin-right:30px;margin-left:100px}
.message-frm input[type=email],.message-frm input[type=text],.message-frm select,.message-frm textarea{border:none;height:32px;line-height:15px;color:#888;outline:0 none;padding:5px 0 5px 5px;box-sizing:border-box;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}
.message-radio .message-item{min-height:32px;padding-bottom:16px;line-height:32px}
.message-frm select{appearance:none;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';width:100%;line-height:15px}
.message-select .message-item{position:relative}
.message-select .message-item:after{content:"";position:absolute;right:10px;top:50%;margin-top:-8px;z-index:20;width:10px;height:10px;border-bottom:1px solid #444;border-right:1px solid #444;transform:rotate(42deg);-ms-transform:rotate(42deg);-moz-transform:rotate(42deg);-webkit-transform:rotate(42deg);-o-transform:rotate(42deg)}
.message-radio .message-item input{margin-left:20px;margin-right:10px;vertical-align:middle}
.message-radio .message-item em{display:inline-block}
.message-frm li.message-textarea{width:95%}
.message-frm textarea{resize:none}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.message .content {
    margin: 0 auto;
    width: 1200px;
	overflow: hidden;
}
#from-message{
	float: left;
	width: 100%;
}
.high {
    position: absolute;
    top: 12px;
    right: -15px;
    line-height: 12px;
}
.high, .onError {
    color: red;
}
#g_message{
	width: 100%;
	height: 80px;
}
#g_message textarea{
	height: 80px;
}
