/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._py {
  padding-top: 100px;
  padding-bottom: 100px;
}

._mt {
  margin-top: 100px !important;
}

.inner_about_read main .container2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.inner_about_read ._title {
  margin-bottom: 80px;
  text-align: center;
  color: black;
}
.inner_about_read ._title .t1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 10px;
}
.inner_about_read ._title .t2 {
  font-size: 22px;
}
.inner_about_read .dongshizhang .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_about_read .dongshizhang .content .item {
  background: white;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.inner_about_read .dongshizhang .content .item .num {
  font-weight: bold;
  color: #b1874d;
  font-size: 60px;
}
.inner_about_read .dongshizhang .content .item .summary {
  font-size: 18px;
  margin-left: 45px;
}
.inner_about_read .liebiao .list {
  margin-top: 75px;
  border-top: 2px solid black;
  padding-top: 60px;
}
.inner_about_read .liebiao .list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  margin-bottom: 60px;
  justify-content: space-between;
}
.inner_about_read .liebiao .list .item .lf p {
  font-size: 20px;
}
.inner_about_read .liebiao .list .item .lf .line {
  width: 100px;
  height: 1px;
  background: black;
  margin-top: 30px;
}
.inner_about_read .liebiao .list .item .lf .title {
  font-weight: bold;
  font-size: 30px;
}
.inner_about_read .liebiao .list .item .summary {
  font-size: 22px;
  width: 250px;
}
.inner_about_read .news .item .message {
  padding: 20px;
}
.inner_about_read .news .item .message .title {
  font-size: 18px;
  font-weight: bold;
}
.inner_about_read .news .item .message .summary {
  font-size: 16px;
}
.inner_about_read .about .content {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .about .content .pic img {
  height: 559px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.inner_about_read .about .content ._more {
  font-size: 16px;
  background: #b1874d;
  color: white;
  border-radius: 30px;
  padding: 4px 44px;
  margin-top: 21px;
  display: inline-block;
}
.inner_about_read .about .content ._more:hover {
  background: white;
}
.inner_about_read .about .content .message {
  position: relative;
  flex: 1;
  padding-left: 60px;
  padding-top: 40px;
  color: white;
}
.inner_about_read .about .content .message .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 18px;
  font-family: "PR";
  text-transform: uppercase;
  color: white;
}
.inner_about_read .about .content .message .sumamry {
  line-height: 2;
  font-size: 16px;
}
.inner_about_read .about .content .message .riqi {
  position: absolute;
  left: -138px;
  bottom: 41px;
}
.inner_about_read .about .content .message .riqi .top {
  margin-bottom: 15px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}
.inner_about_read .about .content .message .riqi .top h5 {
  color: #b1874d;
  font-size: 40px;
  margin-right: 10px;
  font-weight: bold;
}
.inner_about_read .about .content .message .riqi .top span {
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.inner_about_read .about .content .message .riqi .line {
  width: 60px;
  height: 3px;
  margin-left: auto;
  margin-right: 0;
  background: #b1874d;
}
.inner_about_read .about .youshi {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .about .youshi .item {
  width: 15%;
  position: relative;
  color: white;
}
.inner_about_read .about .youshi .item .pic {
  margin-bottom: 10px;
}
.inner_about_read .about .youshi .item .pic img {
  height: 50px;
}
.inner_about_read .about .youshi .item .summary {
  font-size: 16px;
  border-top: 1px solid white;
  padding-top: 10px;
  margin-top: 10px;
}
.inner_about_read .about .youshi .item .center {
  display: flex;
  align-items: flex-end;
}
.inner_about_read .about .youshi .item .center .num {
  font-size: 30px;
  font-weight: bold;
}
.inner_about_read .about .youshi .item .center .year {
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  bottom: 7px;
}
.inner_about_read .top_title {
  text-transform: capitalize;
}
.inner_about_read .top_title p {
  font-size: 40px;
  font-weight: bold;
}
.inner_about_read .top_title .line {
  margin-top: 10px;
  width: 37px;
  height: 3px;
  background: #b1874d;
}
.inner_about_read .top_title .summary {
  font-size: 22px;
  width: 50%;
  text-align: right;
}
.inner_about_read .parter .summary {
  font-size: 22px;
  width: 50%;
}
.inner_about_read .parter .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inner_about_read .parter .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-bottom: 2px solid #d7d7d7;
  border-right: 2px solid #d7d7d7;
}
.inner_about_read .parter .list .item:nth-child(4) {
  border-right: 0;
}
.inner_about_read .parter .list .item:nth-child(8) {
  border-right: 0;
}
.inner_about_read .parter .list .item:nth-child(5), .inner_about_read .parter .list .item:nth-child(6), .inner_about_read .parter .list .item:nth-child(7), .inner_about_read .parter .list .item:nth-child(8) {
  border-bottom: 0;
}

@media (max-width: 1450px) {
  .inner_about_read .about .content .message .title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .inner_about_read .about .content .message .sumamry {
    font-size: 15px;
  }

  .inner_about_read .ditu .lf {
    width: 60%;
  }

  .inner_about_read .ditu .rt {
    width: 50%;
  }

  .inner_about_read .ditu {
    margin-top: -178px;
    padding-left: 30px;
    padding-right: 30px;
    width: 98%;
  }

  .inner_about_read .pinpai .lf {
    width: 70%;
  }

  .inner_about_read .pinpai .rt {
    width: 30%;
  }

  .inner_about_read .pinpai {
    background-size: inherit;
  }

  .inner_about_read .top_title .summary {
    font-size: 20px;
  }

  ._py {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._mt {
    margin-top: 80px !important;
  }

  .inner_about_read .parter .list .item {
    height: 200px;
  }

  .inner_about_read .about .content .message .sumamry {
    line-height: 24px;
  }

  .inner_about_read .about .content .message {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .inner_about_read .about .content {
    display: block;
  }

  .inner_about_read .about .content .message {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .inner_about_read .about .content .message .title {
    text-align: center;
    font-size: 22px;
  }

  .inner_about_read .about .youshi .item .center .num {
    font-size: 25px;
  }

  .inner_about_read .about .content .message .riqi {
    display: none;
  }

  .inner_about_read .about .youshi .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .inner_about_read .about .youshi {
    flex-wrap: wrap;
  }

  .inner_about_read .about .youshi .item .pic img {
    margin: 0 auto;
  }

  .inner_about_read .about .youshi .item .center {
    justify-content: center;
  }

  .inner_about_read .about .youshi .item .summary {
    text-align: center;
  }

  .inner_about_read .pinpai .lf {
    float: none;
    width: 100%;
  }

  .inner_about_read .pinpai .rt {
    width: 100%;
    float: none;
  }

  .inner_about_read .pinpai {
    background: #e1e0e0;
  }

  .inner_about_read .pinpai .title {
    text-align: center;
    font-size: 22px;
  }

  .inner_about_read .parter .top_title p {
    font-size: 22px;
  }

  .inner_about_read .parter .top_title .line {
    margin: 0 auto;
    margin-top: 12px;
  }

  .inner_about_read .pinpai .line {
    margin: 0 auto;
    margin-top: 12px;
  }

  .inner_ban .title .line {
    margin-top: 12px;
  }

  .inner_about_read .pinpai .summary {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .inner_about_read .ditu .lf {
    display: none;
  }

  .inner_about_read .ditu .rt {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .inner_about_read .ditu {
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .inner_about_read .parter .summary {
    float: none;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }

  .inner_about_read .parter .title {
    float: none;
    text-align: center;
  }

  .inner_about_read .parter .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .parter .list .item {
    height: 135px;
  }

  .inner_about_read .parter .list .item:nth-child(5),
  .inner_about_read .parter .list .item:nth-child(6) {
    border-bottom: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
  }

  .inner_about_read .about .content .message {
    text-align: center;
  }

  .inner_about_read .about .content .message .sumamry {
    margin-top: 20px;
    text-align: left;
  }

  .inner_about_read .about .youshi {
    text-align: center;
    justify-content: space-between;
  }

  .inner_about_read .top_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .inner_about_read .top_title p {
    font-size: 25px;
  }

  .inner_about_read .top_title .line {
    margin: 0 auto;
  }

  .inner_about_read .top_title .summary {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._mt {
    margin-top: 60px !important;
  }

  .inner_about_read .news .item .message {
    padding-left: 0;
    padding-right: 0;
  }

  .inner_about_read .dongshizhang .content {
    display: block;
  }
  .inner_about_read .dongshizhang .content .pic {
    margin-top: 50px;
  }

  .inner_about_read .dongshizhang .content .item {
    display: block;
    padding: 30px 15px;
  }

  .inner_about_read .dongshizhang .content .item .summary {
    font-size: 16px;
    margin-left: 0;
  }

  .inner_about_read .dongshizhang .content .item .num {
    font-size: 50px;
    text-align: center;
  }

  .inner_about_read .parter .list .item {
    padding: 15px;
  }

  .inner_about_read .parter .list .item:nth-child(2n) {
    border-right: 0px;
  }
}
.inner_about_read_company main .container2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.inner_about_read_company main .about3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_about_read_company main .about3 .lf p, .inner_about_read_company main .about3 .lf span {
  font-size: 18px !important;
  line-height: 22px;
}
.inner_about_read_company main .abou1 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_about_read_company main .abou1 .list .item {
  width: 24%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: gainsboro;
  color: white;
  position: relative;
  padding: 20px;
}
.inner_about_read_company main .abou1 .list .item .name {
  color: white;
  position: relative;
  z-index: 2;
  font-weight: unset;
}
.inner_about_read_company main .abou1 .list .item .mask {
  opacity: .5;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1450px) {
  .inner_about_read_company main .about3 .lf p, .inner_about_read_company main .about3 .lf span {
    font-size: 16px !important;
    line-height: 23px;
  }

  .inner_about_read_company main .about3 .content .lf {
    padding-right: 50px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 21;
    -webkit-box-orient: vertical;
  }

  .inner_about_read_company main .abou1 .list .item {
    height: 324px;
  }

  .inner_about_read_company main .abou1 .list .item .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .inner_about_read .top_title .summary {
    text-align: left;
  }

  .inner_about_read_company .title1 {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner_about_read_company .title2 {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner_about_read_company main .about3 .content {
    display: block;
  }

  .inner_about_read_company main .about3 .content .lf {
    padding-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .inner_about_read_company main .abou1 .list {
    display: block;
  }

  .inner_about_read_company main .abou1 .list .item {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    margin-bottom: 20px;
  }

  .inner_about_read_company main .abou1 .list .item .name {
    font-size: 18px;
  }
}

/*# sourceMappingURL=about2.css.map */
