.why-choose-us {
	/*position: relative;z-index: 1*/
	padding-top: 60px;
	padding-bottom: 40px;
	margin: 0px;
	width: 100%;
	clear: both;
	background-color: #f1f1f1;
	margin-top: 80px;
	margin-bottom: 20px;
	background-image: url(../about/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*768px小屏幕*/
@media screen and (max-width: 768px) {
.why-choose-us {	margin-top: 60px;
	margin-bottom: 10px;}
}
	/*小屏幕*/
@media screen and (max-width: 768px) {
.why-choose-us {padding-top:60px; }
}
.why-choose-us .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.why-choose-us .bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
/*	background-color: var(--bg-theme-color1);*/
background-color:#fff;
	opacity: .82;
	content: ""
}
.why-choose-us .bg-image::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 370px;
	width: 625px;
	background-image: url(../images/icons/shape-4.png);
	content: "";
	z-index: 1
}
.why-choose-us .float-image {
	position: absolute;
	right: -370px;
	bottom: 60px;
	z-index: 9
}
.why-choose-us.pull-up {
	padding: 180px 0 120px;
	margin-top: -60px;
	z-index: -1
}
.why-choose-us .content-column {
	position: relative
}
.why-choose-us .content-column .sec-title {
	 margin-bottom:30px;
}
.why-choose-us .content-column .sub-title {
	color: #666 !important;
}
.why-choose-us .content-column .sec-title h2{
	color: #444 !important;
	font-size: 36px !important;
}
	/*小屏幕*/
@media screen and (max-width: 768px) {
.why-choose-us .content-column .sec-title h2{ font-size: 24px !important;}
		  }
.why-choose-us .content-column .inner-column {
	padding-right: 0px;
	padding-bottom: 20px
}
.why-choose-us .content-column .inner-column  img{ width:100%;}
.feature-block-two {
	position: relative;
	margin-bottom: 40px
}
.feature-block-two .inner-box {
	padding-left: 120px;
	position: relative
}
.feature-block-two .inner-box:hover .icon {
	background-color:#FA4318;
	color: var(--theme-color2)
}
.feature-block-two .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	width: 85px;
	background-color: #FA4318;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 42px;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.feature-block-two .title {
	position: relative;
	top: -3px;
	font-size: 20px;
	line-height: 30px;
color: #666;
	font-weight: bold;
	margin-bottom: 10px
}
.feature-block-two .title a {
	color: #666;
}
.feature-block-two .text {
	font-size: 16px;
	line-height: 1.3em;
	min-height:2.6em;
	color: #777;
	
	/****超出2行省略****/
overflow : hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
}
.why-choose-us .form-column {
	position: relative;
	z-index: 1; margin-top:85px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.why-choose-us .form-column {
 margin-top:0px;}
}
.contact-form {
	position: relative;
	background-color: #FA4318;
	border-radius: 10px;
	padding-top: 55px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.contact-form .title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px
}
.contact-form .form-group {
	position: relative;
	margin-bottom: 0px
}
.contact-form .form-group:last-child {
	margin-bottom: 0
}
.contact-form .form-group label {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 15px
}
.contact-form .form-group label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #f00;
	margin-bottom: 0
}
.contact-form .form-group .select2-container--default .select2-selection--single, .contact-form .form-group input:not([type=submit]), .contact-form .form-group textarea, .contact-form .form-group select {
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: 14px;
	color: var(--theme-color1);
	line-height: 30px;
	font-weight: 400;
	padding: 14px 20px;
	border-radius: 5px;
	margin-bottom: 0;
	border: 1px solid #dfe8ee;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
	border-color: var(--border-theme-color1)
}
.contact-form .form-group textarea {
	height: 100px;
	resize: none
}
.contact-form .form-group input[type=submit], .contact-form .form-group button {
	margin-top: 5px;
	text-transform: uppercase
}
