.container  {
  width: 100%;
  /* height: 88.4259259259vh; */
  /*background: url("../img/home/ctx-bg.png") no-repeat;*/
  /*background-size: 100% 100%;*/
  position: relative;
  /*padding: 30px 0;*/
  box-sizing: border-box;
}
.container .banner {
  width: 100%;
  height: 41.6666666667vh;
  background: url("../img/cooperate/hxly.jpg") no-repeat;
  background-size: 100% 100%;
}
.container .types .type {
    padding: 0 8px;
}

.container .about .title, .container .give .title {
  margin-top: 7.4vh;
    margin-left: 10.75vw;
}

.container .about .group {
  display: flex;
  letter-spacing: 1px;
}

.container .about .group .info {
  width: 77vw;
  margin: 15px auto;
}

.container .about .group .info .info-title {
  font-size: 2.2222222222vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  padding-bottom: 0.9259259259vh;
}

.container .about .group .info p {
  text-indent: 2em;
  font-size: 1.3888888889vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #525252;
  line-height: 3.3333333333vh;
  margin: 0;
  letter-spacing: 2px;
}

.container .about .group .img-icon {
  width: 26.0416666667vw;
  height: 26.3888888889vh;
  margin-left: 4.375vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container .about .group .img-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container .about .more {
  position: absolute;
  top: 58.0555555556vh;
  left: 18.75vw;
}

.container .about .more .more-title {
  font-size: 2.2222222222vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  width: 10.4166666667vw;
}

.container .about .more p {
  margin: 0;
  font-size: 1.3888888889vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
  color: #525252;
  line-height: 3.3333333333vh;
  margin: 0.9259259259vh 0 0 0.462962963vh;
}

.container .about .more .cards {
  display: flex;
  margin-top: 4.0740740741vh;
}

.container .about .more .cards .card {
  width: 6.4583333333vw;
  height: 11.4814814815vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 2px;
  margin-right: 4.5833333333vw;
}

.container .about .more .cards .card .content {
  display: flex;
  align-items: flex-end;
}

.container .about .more .cards .card .content .num {
  font-size: 2.962962963vh;
  line-height: 3.3333333333vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
  font-weight: bold;
  color: #07308A;
}

.container .about .more .cards .card .content .unit {
  font-size: 1.6666666667vh;
  line-height: 1.8518518519vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
}

.container .about .more .cards .card .txt {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F1F1F;
  letter-spacing: 5px;
  width: 5.2083333333vw;
  text-align: center;
  height: 3.7037037037vh;
  padding-top: 0.5555555556vh;
}

.container .about:nth-child(2) .title {
  margin-top: 3vh;
}

@font-face {
    font-family: MHeiSung HKS;
    src: url("/font/MHEISUNGHKSULTRABOLD.TTF");
}

.m-title{
    letter-spacing: 1px;
}

.m-title .eng{
    text-transform: uppercase;
    font-size: 1.8518518519vh;
    font-family: MHeiSung HKS;
    font-weight: 800;
    opacity: 0.51;
}

.m-title .line{
    width: 2.8645833333vw;
    height: 0.2777777778vh;
    position: relative;
    margin-top: 1.4814814815vh;
    margin-bottom: 1.1111111111vh;
}

.m-title .line::after {
    content: "";
    position: absolute;
    width: 0.2604166667vw;
    height: 0.2777777778vh;
    background: inherit;
    right: -0.5208333333vw;
    top: 0;
}

.m-title .txt{
    font-size: 2.7777777778vh;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.project {
  width: 77vw;
  margin: 20px auto;
  text-indent: 2em;
font-size: inherit;
font-family: Microsoft YaHei;
 /*font-weight: bold; */
color: #525252;
line-height: 3.3333333333vh;
/* margin: 0; */
letter-spacing: 2px;
}
.project img {
    width: 100%;
}

.project .projec-title {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.project .ptoject-ctx {
  height: 200px;
  display: flex;
}
.project .ptoject-ctx .img {
  width: 420px;
  height: 100%;
  background: #efefef;
  flex-shrink: 0;
}
.project .ptoject-ctx .text {
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    /*font-size: 15px;*/
    line-height: 25px;
    letter-spacing: 2px;
    
    background: #efefef;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;

}

.container .about .group .info p {
    font-size: inherit;
    font-weight: 400;
}

@media screen and (max-width: 1000px){
     .container .about .title, .container .give .title {
         margin-top: 24px;
     }
     .container .about .group .info p {
         font-size: 12px;
     }
     
     .project {
         font-size: 12px;
     }
     .project .ptoject-ctx {
         flex-direction: column;
    height: inherit;
     }
     .project .ptoject-ctx .img {
         width: 100%;
     }
     .project .ptoject-ctx .img img {
         width: 85%!important;
     }
     .project .ptoject-ctx .text {
         padding: 10px;
         padding-bottom: 20px;
     }
}
