/* 着陆页头部 */
.land_bg{height: 440px;padding: 20px 0 0 0; color: #fff;}
.land_bg h1{ font-family: "Open Sans", Sans-serif;font-size: 61px;font-weight: 700;line-height: 1.2em;display: flex;color: #fff;}
.land_bg h1::before{ content: "";display: block;width: 7px;height: 90px;background-color: #fff;margin: 0 20px 0 0;}
.iSubtitle{font-size: 16px;color: #fff;width: 22%;line-height: 22px;padding: 20px 0;}
.landbg_form{position: absolute;top: 3%;right: 5%;background-color: #fff;width: 330px;height: 460px;border-radius: 5px;padding: 20px;box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);}
.landform_title{color: #333;text-align: center;padding: 0 0 10px 0;}
.landform_title h2{font-size: 24px;}
.landform, .landform1{border-bottom: 1px solid #999;padding: 8px 2% !important;}
.landform-control, .landform-control1{height: 34px;padding: 6px 12px;font-size: 14px;border: none;}
.landform-control1{width: 100%; height: 100px;}
.landform_btn{width: 100% !important;border-radius: 5px !important;color: #fff !important;background: #e37832 !important;box-shadow: 0 0 7px 0 #fff inset;font-weight: 600 !important;padding: 10px !important;border: none;margin: 20px 10px;}
.landform_btn:hover{color: #e37832 !important;background-color: #c4c4c4 !important;}

/* 着陆页btn表单 */
.getform, .getinquiry{display: inline-block;width: 255px;height: 50px;line-height: 50px;text-align: center;font-size: 19px;font-weight: 600;background-color: #e37832;color: #fff;box-shadow: 0 0 7px 0 #fff inset;}
.getinquiry{border: none;margin: 0 30px;}
.getform:hover, .getform:focus, .getinquiry:hover, .getinquiry:focus{text-decoration: none;background-color: #c4c4c4;color: #e37832;}
.nlinquiry {position: fixed;top: 0px;left: 0px;width: 100% !important;background: rgba(0,0,0,0.5);height: 100vh !important;z-index: 9999; display: none;}
.inquiry_main { max-width: 350px;margin: auto;background: #fff;padding: 20px 15px;z-index: 9999;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 90%;min-height: 342px;  display: none;border-radius: 15px;box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 12%);}
.inquiry_x { border: 1px solid #ccc;width: 40px;height: 40px;display: inline-block;position: absolute;right: -15px;top: -15px;z-index: 9999999; font-size: 20px;border-radius: 20px;background-color: #fff;color: #000;line-height: 40px;text-align: center;cursor:pointer;}
.inquiry_box{display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -10px;}
.inquiry_box .form-group {margin: 0 0 20px 0 !important;padding: 0 10px;font-size: 16px;color: rgba(60, 72, 84, 1);}
.inquiry_box .form-group2{text-align: center;}
.inquiry_box .form-control {width: 100%;height: 35px;border: 1px solid #eee;border-radius: 0;margin-top:3px;}
.inquiry_box .incontents{ height: auto; padding-top: 10px; }
.btn-style-one {position: relative;display: inline-block;margin-left:5px;font-size: 16px;color: #f2710b;font-weight: 600;border-radius: 3px;overflow: hidden;width:300px;height:35px;border: 1px solid #f2710b;}
.btn-style-one:hover{background-color: #b2001a;color: #fff;}



/* 小屏幕样式 */
@media screen and (max-width: 768px) {
	/* 着陆页头部 */
	.land_bg{height: 770px;}
	.land_bg h1{font-size: 36px;}
	.iSubtitle{width: 100%;}
	.landbg_form{top: 40%;}	
	

	
	/* 着陆页btn表单 */
	.getinquiry{margin: 30px 0;}
	.btn-style-one{margin: 0 0 0 5px; width:100%;}

	/* 着陆页 products */
	.ldf_prolistimg{min-height: 260px;}
	.ldf_protext{text-align: center;}	
	
	/* 着陆页factory */
	.form_btn{padding: 40px 0 0 0;}

}
