.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
body{
	background: #FFFFFF;
	overflow-x: hidden;
}
.graybg {
	background: #F7F9FA;
	padding: 30px 0 40px;
	margin: 30px 0;
}
.page_tit {
	height: 25px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.page_tit h3 {
	display: inline-block;
	background: #FFFFFF;
	padding-right: 20px;
	font-size: 28px;
	font-weight: normal;
}
.graybg .page_tit h3 {
	background: #F7F9FA;
}
.page_tit h3 span {
	font-size: 14px;
	color: #9b9b9b;
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
}

.page_about {
	padding: 0px 0 30px;
	/* background: url(../images/bg1.jpg) no-repeat center center; */
	background-attachment: fixed;
	position: relative;
}
.page_about .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #000;*/
	/*opacity: .7*/
}
.page_about .img1 {
	position: relative;
	z-index: 1;
    width: 45%;
}
.page_about img {
	display: block;
    width: 100%;
}
.page_about .img1 .box {
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: -20px;
	background: #1F4D8D;
	left: 60%;
	z-index: -1;
}
.page_about .text p {
	line-height: 32px;
	color: #666666;
	margin-bottom: 10px;
	float: left;
    width: 54%;
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
}
.page_about .page_tit {
	margin-top: 50px;
	margin-bottom: 50px;
}

.page_about .text {
	padding-right: 50px;
}
.btn a {
	display: inline-block;
	width: 110px;
	line-height: 35px;
	color: #E47B1C;
	border: 1px solid #E47B1C;
	/*background: #e3120b;*/
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn a:hover {
	background: #E47B1C;
	color: #FFFFFF;
}

.home-product {
	padding: 10px 0 40px;
	margin: 30px auto 10px;
}


.news_list ul {
	margin-bottom: 30px;
}
.news_list ul li {
	/*width: 33.333%;*/
	margin: 20px 0;
	float: left;
}
.news_list ul li a {
	display: block;
	/*margin: 18px;*/
}
.news_list ul {
	margin: 0 -18px;
}
.news_list a {
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news_list h3 {
	font-size: 18px;
	font-weight: normal;
	color: #E47B1C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list label {
	display: block;
	margin: 10px 0;
	width: 34px;
	height: 1px;
	background: #363636
}
.news_list .d_text {
	margin-top: 15px;
}
.news_list .text {
	margin-top: 10px;
}
.news_list a:hover {
	transform: translateY(-10px)
}





.link_list {
	margin-bottom: 40px;
}
.link_list ul li {
	width: 16.66%;
	float: left;
}
.link_list ul li a {
	display: block;
	margin: 11px;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 100px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.link_list ul li a:hover {
	background: #E47B1C;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.link_list ul li a img {
	vertical-align: middle;
	max-width: 100%;
}
.link_list ul {
	margin: 0 -11px;
}


.customer-review-slider .customer-review-item img {
	width: 100%;
  max-height: 175px;
  height: 100%;
  object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.customer-review-slider .customer-review-item .solution-img {
	overflow: hidden;
  height: 175px;
}
.customer-review-slider .customer-review-item a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-item:hover .solution-img img{
  transform: scale(1.05);
  transition: all .3s;
}
.case-item .solution-img{
  height: 170px;
}
.case-item .solution-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.customer-info-box{
  padding-bottom: 1rem;
  background-color: #fff;
  margin-top: 0 !important;
}
.case-item .customer-info{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  
}
.case-item blockquote{
  text-align: center; 
  padding: 1rem 10px;
  margin-bottom: 0;
  background-color: #fff;
}
.case_list{
  margin-top: 1.5rem !important;
}








@media only screen and (max-width: 550px) {
	.link_list ul li {
		width: 50%;
	}
	.page_about .page_tit {
		margin-bottom: 20px;
	}
	.page_about .img1 {
		width: auto;
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
		margin-right: 20px;
		display: none;
	}
	.page_tit {
		text-align: center;
		height: auto;
		border-bottom: 0;
		margin-bottom: 20px;
	}
	.page_about .text {
		padding-right: 0
	}
	.page_about .text p {
		text-align: justify;
		margin-bottom: 10px;
		width: auto;
		float: none;
		margin: 0 15px;
	}
	.page_about .btn {
		display: block;
	}
	.home-slider li {
		overflow: hidden;
	}
	.home-slider img{
    width: 130%;
    margin: 0 -10%;
	}
	.searchs {
		display: none;
	}
	.products-gallery .box {
		margin-bottom: 15px;
	}
}