.pro-two .pro-title {
  display: flex;
  align-items: center;
}

.pro-two .pro-title .wrap > div {
  float: right;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 1em;
}

.pro-two .pro-title .tit .img {
  height: 290px;
  width: 100%;
  transition: transform 1s ease;
}
.pro-two .pro-title .title01  div img{
    height: auto;
}

.pro-two .pro-title .title01 {
  width: 339px;
  height: 588px;
}

.pro-two .pro-title .title02 {
  width: 489px;
  height: 290px;
  margin: 0 8px 8px 0;
}

.pro-two .pro-title .title03 {
  width: 596px;
  height: 290px;
  margin: 0 8px 8px 0;
}

.pro-two .pro-title .title04 {
  width: 600px;
  height: 290px;
  margin-right: 8px;
}

.pro-two .pro-title .title05 {
  width: 485px;
  height: 290px;
  margin-right: 8px;
}

.pro-two .pro-title .tit {
  display: flex;
  justify-content: space-between;
}

.pro-two .pro-title .tit .title {
  padding: 30px 0 0 30px;
}

.pro-two .pro-title .tit .title h3 {
  font-size: 30px;
  font-weight: 800;
}

.pro-two .pro-title .tit .title p {
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  margin-top: 10px;
}

.pro-two .pro-title .tit:hover img {
  transform: scale(1.2);

  transition: all 1s ease;
}

.pro-two .pro-title .title01 .tit {
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.pro-two .pro-title .title01 .tit .title {
  flex: 1;
  text-align: center;
}

.pro-two .pro-title .title01 .tit .img {
  flex: 5;
  display: flex;
  align-items: center;
  width: 100%;
}

.pro-two .pro-function {
  display: flex;
  align-items: center;
}

.pro-two .pro-function .wrapmini > div {
  display: none;
}

.pro-two .pro-function .tit-item {
  width: 100%;
}

.pro-two .pro-function .tit-item h2 {
  font-size: 100px;
  text-align: center;
  margin-top: 100px;
  opacity: 0;
}

.pro-two .pro-function .tit-item .title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  opacity: 0;
}

.pro-two .pro-function .tit-item .title h3 {
  font-size: 40px;
}

.pro-two .pro-function .tit-item .title p {
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  margin-top: 10px;
}

.pro-two .pro-function .fun-item {
  position: relative;
  width: 100%;
  height: 100vh;
}

.pro-two .pro-function .fun-item .img {
  position: absolute;
  top: 400px;
  width: 100%;
  text-align: center;
  height: 100%;
}

/*.pro-two .pro-function .fun-item .img img {*/
/*  max-height: 100%;*/
/*}*/

.pro-two .pro-card .card {
  display: none;
  position: relative;
  height: 100vh;
}

.pro-two .pro-card .title {
  opacity: 0;
}

.pro-two .pro-card .title h3 {
  font-size: 100px;
  text-align: center;
  margin-top: 100px;
}

.pro-two .pro-card .title p {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}

.pro-two .pro-card .img {
  position: absolute;
  bottom: -30vh;
  text-align: center;
  opacity: 0;
  width: 100%;
}
.pro-two .pro-card .img img{max-height: 60vh;max-width: 100%;}
.pro-two .h{height: 30vh;}
@media screen and (max-width: 1440px) {
    .pro-two .pro-title .title01{width:24%}
    .pro-two .pro-title .title02{width:calc(35% - 8px)}
    .pro-two .pro-title .title03{width:calc(41% - 8px)}
    .pro-two .pro-title .title04{width:calc(43% - 8px)}
    .pro-two .pro-title .title05{width:calc(33% - 8px)}
    .pro-two .pro-function .tit-item h2,.pro-two .pro-card .title h3{font-size:60px}
}


@media screen and (max-width: 1100px) {
  .pro-two .pro-title .wrap > div{
    float:none;
    height: calc(20vh - 10px);
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .pro-two .pro-title  .wrap {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .pro-two .pro-title .wrap > div img{width: 100%;height: 100%;}
  .pro-two .pro-title .tit {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    align-items: center;
    height: 100%;
}
.pro-two .pro-title .tit .title{    width: 60%;flex:none !important}
.pro-two .pro-title .tit .img{width: 40%;height: 100%;}
.pro-two .pro-title .tit .title h3{font-size: 20px;}
.pro-two .pro-title .tit .title p{font-size: 14px;}
.pro-two .pro-function .tit-item h2{font-size: 40px;        padding: 0 10px;}
.pro-two .pro-function .fun-item .img {bottom: 0 !important;top: 0 !important;}
.pro-two .pro-function .tit-item .title{top:90vw !important;width: 100%;}
.pro-two .pro-function .tit-item .title h3 {
  font-size: 30px;
  padding: 0 20px;
  font-weight: 300;
  box-sizing: border-box;
}
.pro-two .pro-card .title h3{font-size: 40px;margin-top:20px}
.pro-two .pro-card .title{ padding: 0 10px;}
.pro-two .pro-card .card>div{opacity: 1 !important;}
}