.about {
  width: 88%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.title {
  margin-bottom: 0.3rem;
}

/* .title .title-chin {
  display: inline-block;
  color: #393131;
  font-size: 0.36rem;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: left;
}
.title .title-eng {
  display: inline-block;
  font-size: 0.25rem;
  color: #e22515;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 0.25rem;
  text-align: left;
} */
.about-uppert {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.about-uppert-left {
  width: 65%;
  height: auto;
  font-size: 0.22rem;
  line-height: 0.5rem;
  font-family: SourceHanSansCN-Normal;
  color: #393131;
}

.about-uppert-right {
  width: 32%;
  height: auto;
}

.about-uppert-right img {
  width: 100%;
  height: auto;
}

.about-lower {
  width: 100%;
  margin-top: 0.5rem;
}

.about-lower ul {
  display: flex;
  flex-direction: row;
}

.about-lower ul .about-item {
  width: 16.5%;
  height: 2.3rem;
  text-align: center;
  display: inline-block;
  margin-right: 4%;
}

.about-lower ul .about-item>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-lower ul .about-item:nth-last-child(1) {
  margin-right: 0;
}

.about-lower ul .about-item img {
  width: 1.2rem;
  height: auto;

}

.about-lower ul .about-item>div:active img {
  transform: scale(0.9);
  transition: all 0.1s;
}

.about-lower ul .about-item span {
  display: block;
  font-size: 0.25rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  margin-top: 0.25rem;
  text-align: center;
}

.internet {
  width: 100%;
  height: 3.2rem;
  position: relative;
  margin-top: 1rem;
  background-image: url(https://bilizai.oss-cn-beijing.aliyuncs.com/m.bianlizai.com/internet1.png);
  background-size: 100% 100%;
}

.internet img {
  width: 60%;
  height: auto;
  position: absolute;
  top: -1.1rem;
  right: 0.5rem;
}

.internet .digital {
  position: absolute;
  left: 0.5rem;
  top: 1.3rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.32rem;
  line-height: 0.5rem;
  width: 2rem;
  text-align: center;
}

.internet .inter {
  position: absolute;
  left: 2.4rem;
  top: 1.3rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.32rem;
  line-height: 0.5rem;
  width: 1.2rem;
  text-align: center;
}

.internet .digital span,
.internet .inter span {
  display: block;
  color: #ffffff;
  width: 2rem;
  text-align: center;
}

.internet .digital .eng,
.internet .inter .eng {
  font-size: 0.22rem;
  line-height: 0.25rem;
}

.news {
  width: 88%;
  padding-top: 1.5rem;
  margin: 0 auto;
}

.news>.title {
  width: 2.2rem;
  text-align: center;
  margin: 0 auto;
}

.news-title .title-chin {
  line-height: 0.45rem;
}

.news-title .title-eng {
  line-height: 0.3rem;
}

.news-list {
  width: 100%;
  height: 3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.news-list .news-item {
  position: relative;
  display: inline-block;
  width: 47%;
  height: 100%;
  cursor: pointer;
}

.news-list .news-item:nth-child(1) {
  margin-right: 4.5%;
}

.news-list .news-item img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.news-list .news-item .news-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: rgba(222, 33, 21); */
  box-sizing: border-box;
  padding-left: 0.1rem;
}

.news-list .news-item .news-item-title .item-title {
  font-size: 0.27rem;
  color: #ffffff;
  line-height: 0.55rem;
  font-family: SourceHanSansCN-Medium;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list .news-item .news-item-title .date {
  font-size: 0.22rem;
  color: #ffffff;
  /* margin-top: 0.12rem; */
  font-family: SourceHanSansCN-Medium;
}

/* .news-list .news-item:hover .news-item-title {
  background-color: rgba(222, 33, 21);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
} */

.advice {
  width: 88%;
  /* height: 6.7rem; */
  height: 7.5rem;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem;
  /* margin-top: 0.8rem;
  margin-bottom: 0.5rem; */
  margin: 0 auto;
  /* box-shadow: 0 0 0.1rem#dad6d6; */
  box-sizing: border-box;
  /* background-color: #ffffff; */
  text-align: center;
}

.advice .title{
  width: 5rem;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.1rem;
}
/* .advice>span {
  display: block;
  margin: 0.2rem 0;
  font-size: 0.22rem;
}

.advice .title2 .title2-eng {
  left: 50%;
} */

.advice-form {
  width: 100%;
  margin-top: 0.3rem;
}

.form-item {
  width: 48%;
  height: 0.6rem;
  margin-bottom: 0.42rem;
  display: inline-block;
  text-align: left;
}

.form-item:nth-child(1) {
  float: left;
}

.form-item:nth-child(2) {
  float: right;
}

.form-item input {
  display: inline-block;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #979797;
  font-size: 0.22rem;
  box-sizing: border-box;
  padding-left: 0.18rem;
}

.form-item span {
  font-size: 0.2rem;
  margin-left: 0.18rem;
  color: #DE2115;
  display: none;
}

.form-content {
  width: 100%;
  text-align: left;
}

.form-content span {
  font-size: 0.2rem;
  margin-left: 0.22rem;
  color: #DE2115;
  display: none;
}

.form-content textarea {
  width: 100%;
  height: 3rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #979797;
  font-size: 0.22rem;
  line-height: 0.28rem;
  box-sizing: border-box;
  padding-left: 0.18rem;
  padding-top: 0.12rem;
  /* margin-left: 5px; */
}

.form-button {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.2rem;
}

.form-button .btn-submit {
  width: 100%;
  height: 0.6rem;
  color: #fff;
  font-size: 0.25rem;
  text-align: center;
  letter-spacing: 0.02rem;
  border-radius: 0.1rem;
  background-color: #de2115;
  /* margin-left: 5px; */
  cursor: pointer;
  outline: none;
  border: none;
}

.propa {
  width: 100%;
  margin-top: 0.8rem;
}

.propa .propa-top {
  width: 100%;
  height: 1.7rem;
  background-image: url(https://bilizai.oss-cn-beijing.aliyuncs.com/www.bianlizai.com/media.png);
  background-size: 100% 100%;
}

.propa .propa-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.propa .propa-bottom a {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propa .propa-bottom .landmark {
  background-image: url(https://bilizai.oss-cn-beijing.aliyuncs.com/www.bianlizai.com/landmark.png);
  background-size: 100% 100%;
}

.propa .propa-bottom .traffic {
  background-image: url(https://bilizai.oss-cn-beijing.aliyuncs.com/www.bianlizai.com/traffic.png);
  background-size: 100% 100%;
}

.propa .propa-bottom .interview {
  background-image: url(https://bilizai.oss-cn-beijing.aliyuncs.com/www.bianlizai.com/media_inter.png);
  background-size: 100% 100%;
}

.propa-top {
  display: flex;
  justify-content: center;
}

.propa-top .word,
.landmark .word,
.traffic .word,
.interview .word {
  width: 2rem;
  height: 0.5rem;
}

.propa-top .word {
  width: 4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  font-family: SourceHanSansCN-Bold;
  color: #ffffff;
  line-height: 0.5rem;
  margin-top: 0.4rem;
}

.propa-top .word p:nth-last-child(1) {
  display: inline-block;
  color: #e22515;
}

.landmark .word img,
.traffic .word img,
.interview .word img {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.5rem;
}

.landmark .word span,
.traffic .word span,
.interview .word span {
  display: inline-block;
  font-size: 0.25rem;
  font-family: SourceHanSansCN-Medium;
  color: #ffffff;
  vertical-align: middle;
}