.banner_detail {
  width: 100%;
  height: 150px;
  background: url("../images/banner_project_detail.png") no-repeat;
  background-size: 100% 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.banner_detail p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.banner {
  width: 100%;
  height: 100%;
  background: url("../images/banner_project.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  align-content: flex-start;
}
.banner h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(26, 85, 153, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  padding-top: 70px;
}
.banner h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1A5599;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  padding-bottom: 0.4166666667rem;
}
.banner .add {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0.2083333333rem;
}
.banner .add img {
  width: 0.2395833333rem;
}
.banner .bannerList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  margin-top: 0.4166666667rem;
  width: 100%;
  height: 70%;
}
.banner .bannerList .bannerItem {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.banner .bannerList .bannerItem .bannerItem2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: auto;
  width: 68%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(255, 255, 255);
  flex-direction: row;
  align-content: flex-start;
}
.banner .bannerList .bannerItem h6 {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-left: 96px;
  margin-right: 40px;
}
.banner .bannerList .bannerItem h5 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.banner .bannerList .bannerItem:last-child .bannerItem2 {
  border-bottom: 0;
}

.pageMain {
  width: 84%;
  margin: 0 auto;
  padding-top: 20px;
}
.pageMain p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323333;
}
.pageMain p.title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1A5599;
  line-height: 20px;
  margin-top: 17px;
}
.pageMain p.desc {
  width: calc(100% - 20px);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323333;
  line-height: 18px;
  margin-top: 10px;
  margin-left: 24px;
}

.cur {
  cursor: pointer;
}

.crumbs {
  width: 100%;
  height: 25px;
  background: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}

.brand_info p {
  width: 7.8125rem;
  font-size: 0.09375rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.140625rem;
  text-indent: 2em;
}

.bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 0px;
}
.bannerList .bannerItem {
  width: 2.578125rem;
  height: 3.0208333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 1.2s;
}
.bannerList .bannerItem .bg {
  position: absolute;
  left: -100%;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  width: 84%;
  height: 100%;
  transition: all 1.2s;
}
.bannerList .bannerItem h5 {
  font-size: 0.25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0.2604166667rem;
  position: relative;
  z-index: 1;
}
.bannerList .bannerItem h6 {
  font-size: 0.3125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.5208333333rem;
  position: relative;
  z-index: 1;
}
.bannerList .bannerItem:hover {
  transition: all 1.2s;
}
.bannerList .bannerItem:hover .bg {
  left: 0%;
  transition: all 1.2s;
}
.bannerList .bannerItem:hover h5 {
  color: rgb(255, 255, 255);
}
.bannerList .bannerItem:hover h6 {
  color: rgb(255, 255, 255);
}
.bannerList .bannerItem:last-child {
  border: none;
}

.crumbsMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.crumbsMain a {
  width: 70px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323333;
}
.crumbsMain a:hover, .crumbsMain a.active {
  background: rgb(27, 81, 145);
  color: #FFFFFF;
}

.pageMain2 {
  width: 84%;
  background: #FFFBF0;
  padding: 20px 0;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.pageMain2 img {
  width: calc(100% - 40px);
}

.pageMain h3 {
  font-size: 12px;
  height: 44px;
  display: flex;
  color: #1a4781;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.pageMain .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}
.pageMain .list .listItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  width: 150px;
  margin-right: 14px;
}
.pageMain .list .listItem img {
  width: 150px;
  height: 122px;
}
.pageMain .list .listItem span {
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.pageMain .list .listItem:nth-child(2n) {
  margin-right: 0;
}
.pageMain .list2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  padding-bottom: 100px;
}
.pageMain .list2 .listItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  width: 60px;
  margin-right: 30px;
  margin-top: 20px;
}
.pageMain .list2 .listItem img {
  width: 40px;
  height: 40px;
}
.pageMain .list2 .listItem span {
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 6px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
}
.pageMain .list2 .listItem em {
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 6px;
  color: #666666;
}
.pageMain .list2 .listItem:nth-child(4n) {
  margin-right: 0;
}

/*# sourceMappingURL=project.css.map */
