/* ******************************* contact **************************************** */
	.contact{
		width: 100%;
		/* height: 680px; */
		/* height: 620px; */
		background-color: #fff;
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.contact .con{
		width: 1200px;
		margin: 0 auto;
		/* height: 544px; */
	}
	.contact .con h3{
		font-size: 40px;
		font-family: "Adobe 黑体 Std";
		color: #333;
		font-weight: 100;
		height: 33px;
		line-height: 100px;
		border-top: 1px solid #f2f2f2;
	}
	.contact .con .tables{
		width: 1200px;
		/* height: 638px; */
		background-color: #f2f2f2;
		padding: 56px;
	}
	.contact .con .tables .input_min{
		/* padding: 50px 58px; */
	}
	.contact .con .tables .input_min input{
		border: 0px solid #fff;
		padding: 0;
		padding-left: 16px;
		outline: none;
		height: 52px;
		font-size: 18px;
		color: #000;
	}
	/* .contact .con .tables .input_min .input_name .company{
		width: 462px;
		margin-right: 23px;
	}
	.contact .con .tables .input_min .input_name .names{
		width: 262px;
		margin-right: 20px;
	}
	.contact .con .tables .input_min .input_name .surname{
		width: 256px;
	} */
	
	.contact .con .tables .input_min .input_emil .emil{
		width: 462px;
		margin-right: 23px;
		margin-top: 17px;
	}
	.contact .con .tables .input_min .input_emil .dir{
		margin-top: 17px;
		width: 560px;
	}
	.contact .con .tables .input_min .input_textarea{
		width: 1080px;
		height: 112px;
		margin-top: 26px;
	}
	.contact .con .tables .input_min .input_textarea textarea{
		width: 1050px;
		height: 120px;
		padding: 16px;
		border: 0px solid #fff;
		outline: none;
		font-size: 18px;
		resize:none;
		
	}
	.contact .con .tables .contact_txt{
		font-size: 30px;
		color: #333333;
		margin-bottom: 16px;
	}
	.contact .con .tables .input_min .checkboxs{
		font-size: 18px;
		margin-top: 63px;
	}
	.contact .con .tables .input_min .checkboxs input{
		height: 22px;
		margin-right: 23px;
		border: 1px solid #006ed2 !important;
		width: 22px;
		vertical-align: middle;
	}
	.contact .con .tables .input_min .btn{
		padding: 0;
		font-size: 18px;
		color: #fff;
		border: 2px solid #006ed2;
		margin-top: 37px;
		outline: none;
		text-align: center;
		margin: 0 auto;
		cursor: pointer;
		text-decoration: none;
		color: #006ed2;
		height: 60px;
		line-height: 60px;
		width: 1083px;
		background-color: #f2f2f2;
		margin-top: 32px;
		border-radius: inherit;
	}
	.contact .con .tables .input_min .btn:hover{
		color: #fff;
		background-color: #006ed2 !important;
	}
	.contact .con .tables p{
		margin-top: 28px;
		font-size: 18px;
		font-family: "Adobe 黑体 Std";
	}
	.contact .con .tables p a{
		color: #006ed2;
	}
	/* ******************************* contact **************************************** */
	/* 修改多选框的颜色 */
	input[type="checkbox"]{
		width:20px;
		height:20px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		line-height: 18px;
		position: relative;
	}
	input[type="checkbox"]::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		border: 2px solid #006ed2;
	}
	input[type="checkbox"]:checked::before{
		content: "\2713";
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		border: 2px solid #006ed2;
		color:#006ed2;
		font-size: 20px;
		font-weight: bold;
	}
	
	/* 修改多选框的颜色 */
	/* placeholder字体样式 */
	input::-webkit-input-placeholder{
	    color: #333333;
	    font-size: 18px;  
	}
	input::-moz-placeholder{  /* Mozilla Firefox 19+ */
	    color: #333333;
	    font-size: 18px;  
	}
	input:-moz-placeholder{  /* Mozilla Firefox 4 to 18 */
	    color: #333333;
	    font-size: 18px;  
	}
	input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	    color: #333333;
	    font-size: 18px;  
	}
	
	textarea::-webkit-input-placeholder {
	    color: #000;
	    font-size: 18px;
		font-family: "Adobe 黑体 Std";
	}
	textarea::-moz-placeholder {  /* Mozilla Firefox 19+ */
	    color: #000;
	    font-size: 18px;  
		font-family: "Adobe 黑体 Std";
	}
	textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
	    color: #000;
	    font-size: 18px; 
		 font-family: "Adobe 黑体 Std";
	}
	textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
	    color: #000;
	    font-size: 18px;  
		font-family: "Adobe 黑体 Std";
	}
	/* placeholder字体样式 */
	.clears{
		clear: both;
	}
	
	
	
	
	
	.footers-e{
		height: 350px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 350px;
		margin:0 auto;
		min-width: 1200px;
		text-align: center;
		background-position: center;
		background-size: cover !important;
		overflow: hidden;
		position: relative;
		margin-top: 100px;
	}
	.footers-e-main{
		width: 1200px;
		height: 350px;
		margin: 0 auto;
		padding-top: 80px;
	}
	.footers-e-main .e-main-left{
		width: 600px;
		height: 250px;
		float: left;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.footers-e-main .e-main-right{
		width: 600px;
		height: 250px;
		float: left;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.contact .con .tables .contact_txt span{
		font-size:20px;
		color: #000;
		float: right;
		margin-right: 5px;
		margin-top: 10px;
	}
	.contact .con .tables .asterisk{
		color: red;
		padding-left: 0px !important;
		margin-top: 0px !important;
	}
	
	.contact .con .tables .input_min .form-y{
		height: 50px;
		background-color: #fff;
		display: inline-block;
		font-size: 18px;
		color: #333;
		position: relative;
	}
	.contact .con .tables .input_min .form-y span.nav-ico{
		position: absolute;
		bottom: -24px;
		left: 0px;
		font-size: 14px;
		color: red;
	}
	.contact .con .tables .input_min span.nav-ico.nav-icog{
		bottom: -24px;
		left: 0px;
		font-size: 14px;
		color: red;
	}
	.contact .con .tables .input_min .form-y span{
		padding-left: 20px;
	}
	.contact .con .tables .input_min .form-y input{
		padding-right: 15px;
		width: auto;
		height: 50px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-a{
		width: 300px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-a .company{
		width: 224px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-a .company.form-company{
		width: 234px;
	}
	.contact .con .tables .input_min .form-y.form-b{
		margin-left: 18px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-b{
		width: 460px;
	}
	
	.contact .con .tables .input_min .input_name .form-y.form-b .names{
		width: 386px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-b.form_name .names{
		width: 274px;
	}
	.contact .con .tables .input_min .form-y.form-c{
		margin-left: 18px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-c{
		width: 274px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-c .surname{
		width: 200px;
	}
	.contact .con .tables .input_min .input_name .form-y.form-c .form-surname{
		width: 162px;
	}
	.contact .con .tables .input_min .input_name{
		margin-top: 28px;
	}
	.contact .con .tables .input_min .input_textarea{
		height: 180px;
		background-color: #fff;
		padding: 20px;
	}
.contact .con .tables .input_min .input_textarea textarea{
	padding: 0px;
}
.contact .con .tables p{
	margin-top: 0px;
}
.contact .con .tables .forrm-f{
	margin-top: 30px;
}
