body {
  background-color: #eee;
}
.newWebsite_aboutUs_bg {
  width: 100%;
  height: 448px;
  background-image: url("/statics/tyck/img/aboutBg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newWebsite_aboutUs_bg .newWebsite_bg_detail {
  width: 380px;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.newWebsite_aboutUs_bg .newWebsite_bg_detail .newWebsite_aboutUs_text {

  font-weight: bold;
  font-size: 42px;
  color: #00c8a5;
}
.newWebsite_aboutUs_bg .newWebsite_bg_detail .newWebsite_textDetail {

  font-weight: 300;
  font-size: 18px;
  color: #4D4D4D;
  margin-top: 20px;
  width: 100%;
}
.newWebsite_aboutUs {
  display: flex;
  flex-direction: column;
  width: 1256px;
  margin: 40px auto;
}
.newWebsite_aboutUs .newWebsite_aboutUs_head {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;

  font-weight: 300;
  font-size: 14px;
  color: #282828;
}
.newWebsite_aboutUs .newWebsite_aboutUs_trans {
  font-size: 22px;
  margin-top: 6px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_downArr {
  width: 30px;
  height: 30px;
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_downArr img {
  width: 100%;
  height: 100%;
}
.newWebsite_aboutUs .newWebsite_aboutUs_web {
  font-weight: bold;
  font-size: 28px;
  color: #00c8a5;
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_solve {
  font-weight: bold;
  font-size: 18px;
  color: #4D4D4D;
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem {
  border: 3px solid #c3e0ff;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 50px 0;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_title {

  font-weight: bold;
  font-size: 28px;
  color: #00c8a5;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_how {
  margin-top: 10px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_line {
  width: 80%;
  border-top: 1px solid rgba(160, 160, 160, 0.5);
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_right {
  width: 25px;
  height: 25px;
  margin-top: 8px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_right img {
  width: 100%;
  height: 100%;
}
.newWebsite_aboutUs .newWebsite_aboutUs_cardList .newWebsite_aboutUs_cardItem .newWebsite_cardList_text {
  width: 55%;
  text-align: center;
  line-height: 25px;
  margin-top: 20px;
}
.newWebsite_aboutUs .newWebsite_aboutUs_article {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
/*# sourceMappingURL=about.css.map */
