body,
html {
  min-width: 1200px;
}
.banner {
  margin: 0 auto;
  height: 340px;
  width: 100%;
  overflow: hidden;
  background: url("../img/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.banner .banner-content {
  position: relative;
  width: 1200px;
  display: inline-block;
  height: 100%;
}
.banner .banner-content .banner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner .banner-content .banner-title .title {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #212121;
}
.banner .banner-content .banner-title .f-title {
  font-size: 18px;
  color: #353535;
}
.banner .banner-content .min-tips {
  position: absolute;
  bottom: 0;
  height: 53px;
  line-height: 53px;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  text-align: right;
}
/** 背景分析 */
.background-analysis {
  margin: 0 auto;
  width: 100%;
}
.background-analysis .content {
  width: 1200px;
  margin: 0 auto;
}
.background-analysis .content .title {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #353535;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.background-analysis .content .analysis-card {
  position: relative;
  margin: 0 auto 30px;
  padding: 25px;
  display: flex;
  width: 900px;
  border: 1px solid rgba(169, 169, 169, 0.3);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.background-analysis .content .analysis-card .img {
  display: inline-block;
  padding-right: 35px;
  flex: 0 0 auto;
  width: 122px;
  height: 119px;
  border-right: 2px solid rgba(169, 169, 169, 0.2);
}
.background-analysis .content .analysis-card .img img {
  width: 100%;
  height: 100%;
}
.background-analysis .content .analysis-card .info {
  padding-left: 50px;
  font-size: 14px;
  color: #4b4b4b;
}
.background-analysis .content .analysis-card .info h4 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #353535;
}
.background-analysis .content .analysis-card .info p {
  line-height: 24px;
}
/** 解决方案 */
.solution {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  background: #fafafa;
}
.solution .content {
  width: 1200px;
  margin: 0 auto;
}
.solution .content .title {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #212121;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.solution .content .card-box {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.solution .content .card-box .card {
  display: inline-block;
  width: 200px;
  flex: 0 0 auto;
}
.solution .content .card-box .card > div {
  min-height: 145px;
}
.solution .content .card-box .card p {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.solution .content .card-box .card p.card-title {
  padding-bottom: 25px;
  color: #353535;
  font-size: 18px;
  font-weight: bold;
}
.solution .content .card-box .card p.icon {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 40px;
}
.solution .content .card-box .card p.icon img {
  height: 100%;
}
.solution .content .footer {
  margin: 50px auto 0;
  width: 900px;
  height: 135px;
  background: url("../img/solution_footer.png") no-repeat center;
  background-size: cover;
}
/** 背景分析 */
.reason {
  margin: 0 auto;
  width: 100%;
}
.reason .content {
  width: 1200px;
  margin: 0 auto;
}
.reason .content .title {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #353535;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.reason .content .card {
  position: relative;
  margin: 0 auto 30px;
  padding: 15px 25px;
  display: flex;
  width: 900px;
  justify-content: center;
  align-items: center;
}
.reason .content .card .img {
  display: inline-block;
  padding-right: 35px;
  flex: 0 0 auto;
  width: 95px;
  height: 95px;
}
.reason .content .card .img img {
  width: 100%;
  height: 100%;
}
.reason .content .card .info {
  padding-left: 20px;
  font-size: 14px;
  color: #4b4b4b;
}
.reason .content .card .info h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #353535;
}
.reason .content .card .info p {
  line-height: 24px;
}
/** 申请和运营经验案例 */
.case {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  background: #fafafa;
}
.case .content {
  width: 1200px;
  margin: 0 auto;
}
.case .content .title {
  padding-top: 45px;
  padding-bottom: 35px;
  color: #212121;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.case .content .img-box {
  width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.case .content .img-box img {
  margin-bottom: 20px;
  width: 210px;
  height: 179px;
}
.case .content .scroll-box {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
}
.case .content .scroll-box .scroll-box-content {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.case .content .scroll-box .scroll-box-content ul {
  position: relative;
  list-style: none;
}
.case .content .scroll-box .scroll-box-content ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.case .content .scroll-box .scroll-box-content ul li:first-child {
  margin-left: 0;
}
.case .content .scroll-box .scroll-box-content ul li:hover img {
  transform: scale(1.1);
}
.case .content .scroll-box .scroll-box-content ul li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.case .content .scroll-box .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.case .content .scroll-box .btn-lf {
  position: absolute;
}
.case .content .scroll-box .btn-lf {
  left: -72px;
  background: url("../img/scroll/jtl02.png") no-repeat center;
}
.case .content .scroll-box .btn-rt {
  right: -72px;
  background: url("../img/scroll/jtr02.png") no-repeat center;
}
.case .content .scroll-box .btn-lf:hover {
  background: url("../img/scroll/jtl03.png") no-repeat center;
}
.case .content .scroll-box .btn-rt:hover {
  background: url("../img/scroll/jtr03.png") no-repeat center;
}
/** 联系地址 */
.contact {
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 15px;
  width: 100%;
  background: #fff;
}
.contact .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .content .contact-info {
  width: 475px;
  overflow: hidden;
  flex: 0 0 475px;
  max-width: 475px;
  min-width: 475px;
}
.contact .content .contact-info h1 {
  padding-bottom: 10px;
  font-size: 30px;
  color: #333333;
}
.contact .content .contact-info h2 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
}
.contact .content .contact-info .headquarters {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(169, 169, 169, 0.3);
}
.contact .content .contact-info .headquarters p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.contact .content .contact-info .headquarters .title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
}
.contact .content .contact-info .office p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
/*# sourceMappingURL=style.css.map */