.float_bottom.on{height:0px;overflow:hidden;}

img {
		    border: 0;
		    text-decoration: none;
		}
		.float_bottom {
		    width: 100%;
		    height: 172px;
		    position: fixed;
		    bottom: 0;
		    left: 0;
		    z-index: 1000;
		    -webkit-transition: all 0.3s;
			background-color: rgba(52,52,52,0.9);
		}
		.float_bottom_box {
		    width: 1300px;
		    height: 172px;
		    margin: 0 auto;
		    position: relative;
		    -webkit-transition: all 0.3s;
		}
		.float_bottom_left {
		    position: absolute;
		    left: 0;
		    top: 56px;
		    -webkit-transition: all 0.3s;
		    overflow: hidden;
		}
		.float_bottom_max {
		    display: none;
		    position: absolute;
		    left: 0px;
		    top: 0px;
		    -webkit-transition: all 0.3s;
		}
		.float_bottom_max1 {
		    position: absolute;
		    left: 75px;
		    top: 46px;
		    -webkit-transition: all 0.3s;
		}
		.float_bottom_title1{
			font-size:30px;
			color:#fff;
			font-weight: 600;
		}
		.float_bottom_title2{
			font-size:18px;
			color:#fff;
			margin-top: 17px;
		}
		.float_bottom_center {
		    margin: 0 0 0 360px;
		    position: relative;
		    padding-top: 42px;
		    -webkit-transition: all 0.3s;
		    overflow: hidden;
		    width:58%;
		}
		.float_bottom_center input {
		    display: inline-block;
		    display: inline;
		    zoom: 1;
		    vertical-align: top;
		    margin-right: 20px;
		    margin-bottom: 10px;
		    height: 40px;
		    line-height: 46px;
		    font-size: 18px;
		    color: #000;
		    border: 0px;
		    width: 247px;
		    text-indent: 15px;
		}
		.float_bottom_center button {
		    display: inline-block;
		    zoom: 1;
		    margin-left: 5px;
		    vertical-align: top;
		    border: 0px;
		    margin-top: -51px;
		    padding: 0;
		    background: #00a448;
		    width: 137px;
		    height: 91px;
		    cursor: pointer;
		    border-radius: 14px;
		    line-height: 50px;
		    font-size: 22px;
		    color: #fff;
		}
		.float_bottom_close {
		    display: none;
		    width: 33px;
		    position: fixed;
		    bottom: 38px;
		    left: 54%;
		    margin-left: 539px;
		    height: 50px;
		    z-index: 1001;
		}
		.float_bottom_close img {
		    float: left;
		    width: 33px;
		    height: 33px;
		    cursor: pointer;
		}
		.iphs{
			position: absolute;
		    top: 23px;
		    left: -100px;
		    margin: 24px 0 0 1025px;
		    -webkit-transition: all 0.3s;
		}
		#tel-h::-webkit-input-placeholder{/*Webkit browsers*/
		    color:#00a448;
		    font-size:17px;
		}
		#tel-h:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
		   	color:#00a448;
		   	font-size:17px;
		}
		#tel-h::moz-placeholder{/*Mozilla Firefox 19+*/
		   	color:#00a448;
		   	font-size:17px;
		}
		#tel-h:-ms-input-placeholder{/*Internet Explorer 10+*/
		    color:#00a448;
		    font-size:17px;
		}
		.siz::-webkit-input-placeholder{/*Webkit browsers*/
		    
		    font-size:16px;
		}
		.siz:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
		   
		   	font-size:16px;
		}
		.siz::moz-placeholder{/*Mozilla Firefox 19+*/
		   	
		   	font-size:16px;
		}
		.siz:-ms-input-placeholder{/*Internet Explorer 10+*/
		    
		    font-size:16px;
		}
		.float_bottom.in{width:200px;height:100px;bottom:50px;border-radius:0 130px 130px 0;cursor:pointer;}


		.float_bottom.in .float_bottom_box{width:240px;height:100px;}
		.float_bottom.in .float_bottom_left,.float_bottom.in .float_bottom_center,.float_bottom.in .float_bottom_max1,.float_bottom.in .iphs{width:0;height:0;display:none;}
		.float_bottom.in .float_bottom_max{display:block;}
		
		.float_bottom_close i{float:left;margin:0 16px;width:1px;height:30px;background:#fff;}

@media screen and (max-width: 1205px) {
  .float_bottom {
    display: none;
  }
  
  .float_bottom_close{
    display: none !important;
  }
  
  
  .copy {
    padding: 20px 0 20px 0;
}
  
  
  
}


