
.img-box {
  background-color: #fff;
    background-position: center;
    overflow: hidden;
    min-width: 1280px;
    height: 330px;
    margin-top: 76px;
}

/* 客户展示区块 */
.custiomer-section{
  min-width: 1280px;
	margin: 0 auto;
}

.custiomer-title {
  margin: 70px auto 60px;
  font-size: 32px;
  text-align: center;
  color: #333333;
}
.custiomer-btn {
  max-width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 205px;
  position: relative;
  /*top: -40px;*/
}
.custiomer-btn-item {
  width: 120px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #198AF3;
  cursor: pointer;
  display: inline-block;
  /* background-color: #198AF3; */
}


.custiomer-btn-item-active {
  background-color: #198AF3;
  color: #fff !important;
}


.custiomer-box {
  /* padding: 0 145px 0 190px; */
  position: relative;
  top: -40px;
}

.liem-card{
	position: relative;
	border-radius: 0;
	width:278px;
  height:336px;
  border: 1px solid rgba(0,0,0,0.125);
	overflow: hidden;
  display: inline-block;
  /* margin-right: 33px;
  margin-bottom: 40px; */
  margin: 30px 67px;
}
.custiomer-font-color{
	font-weight: 800;
	color: #444444;
	text-align: center;
}
.custiomer-describe{
	padding-left:16px;
	padding-right: 14px;
	margin-top: 17px;
}
.custiomer-img{
  width: 278px;
  height: 140px;
	display: block;
	margin: 0 auto;
}
.card-top{
	position: relative;
}
.box-img{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.custiomer-font-color-W{
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 29px;
}
.item-blue{
	background: #198AF3;
}
.item-blue img {
	display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
	margin-bottom: 30px;
}
.item-blue p {
  text-align: center;
  color: #fff;
}

/* 鼠标进入显示二维码样式 */
.erweima{
	position: absolute;
	left:0;
	bottom: -336px;
	border-radius: 0;
	width:278px;
	height:336px;
}
.up-transfron {
	transform: translateY(-336px);
	transition: transform 1s;
	transition: -moz-transform 1s;
	transition: -webkit-transform 1s;
}
.down-transfrom{
	transform: translateY(336px);
	transition: transform 2s;
	transition: -moz-transform 2s;
	transition: -webkit-transform 2s;
}

.free-trial {
    display: block;
  margin: 20px auto 0px;
  text-align: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #198AF3;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
}
.free-trial:hover{
  background-color: #007bff;
  color: #fff;
}

.hidden {
    display: none;
}
.show {
    display: block;
}
