/* line 1, centerintroduced.less */
.banner {
  width: 100%;
  position: relative;
}
/* line 3, centerintroduced.less */
.banner img {
  width: 100%;
}
.banner .bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
/* line 9, centerintroduced.less */
#content {
  margin-top: 40px;
  padding-bottom: 80px;
}
/* line 13, centerintroduced.less */
#content .content .cont_title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  /* line 27, centerintroduced.less */
  .banner {
    margin-top: 1.9rem;
  }
  /* line 30, centerintroduced.less */
  #content {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  /* line 34, centerintroduced.less */
  #content .content .cont_title {
    font-size: 0.42rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 42, centerintroduced.less */
  #content .content .cont_introduce img {
    width: 100%;
  }
  /* line 45, centerintroduced.less */
  #content .content .cont_introduce #dituContent {
    width: 100%!important;
  }
}
