@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.tip-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: normal 50px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #FFFFFF;
  line-height: 140px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tip-title .btn {
  width: 401px;
  height: 80px;
  font-size: 40px;
  background: #FF9000;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
}
.product-customer {
  display: inline-flex;
  width: 1280px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.product-customer > div {
  margin-left: 40px;
  margin-top: 1rem;
}
.product-customer > div:nth-child(3n+1) {
  margin-left: 0;
}
.product-customer > div a {
  width: 150px;
  line-height: 50px;
  color: #909090;
  display: inline-block;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
}
.product-customer > div:hover img {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
}
.product-customer > div:hover .img-name {
  color: #297AFF;
}
.product-customer > div:hover a {
  background: #297AFF;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(41, 122, 255, 0.3);
}
.product-customer img {
  height: 400px;
  width: 400px;
  opacity: .9;
  -webkit-opacity: .9;
  -ms-opacity: .9;
  -moz-opacity: .9;
}
.product-customer div.img-name {
  margin-top: 23px;
  margin-bottom: 1rem;
  color: #404040;
  line-height: 30px;
}
