
a{
  color: rgba(255,255,255,.5);
}
a:hover{
  text-decoration: underline;
}
.aboutus-wrapper{
  width: 100%;
  position: relative;
}
.aboutus-wrapper img{
  width: 100%;
}

.link-title{
  position: absolute;
  bottom: 6vw;
  left: 6vw;
  color: #fff;
  font-size: 36px;
  padding-bottom: 2vw;
  padding-right: 10vw;
  border-bottom: 1px solid #ccc;
}

.address-wrapper{
  padding: 5vw 10vw;
}
.address{
  padding: 2vw;
  border-radius: 6px;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
}
.address .left .name{
  font-size: 20px;
  margin-top: 40px;
}
.address .right{
  width: 40%;
}
.address .right img{
  width: 100%;
}
.address .left .list{
  margin-top: 20px;
}

.contact-wrapper{
  margin-top: 5vw;
  padding-top: 1vw;
  border-top: 1px solid #ccc;
}
.contact-wrapper .contact{
  display: flex;
  width: 50%;
}
.contact-wrapper .contact .link{
  flex: 1;
  line-height: 2.5;
  padding-top: 10px;
  position: relative;
}
.contact-wrapper .contact .link:after{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #09CFB6;
  top: 10px;
}

/* 所有介绍 */
.introduct-container{
  background-color: #222;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.introduct-wrapper{
  display: flex;
  width: 90vw;
  margin: 0 auto;
  justify-content: space-between;
  padding: 2vw 0;
  /* padding-top: 10vw; */
  align-items: center;
}
.copy-wrapper{
  padding-bottom: 4vw;
}
.copytitle{
  color: rgba(255,255,255,.3);
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
.copytitle span{
  padding: 0 5px;
}
.copyright{
  color: rgba(255,255,255,.3);
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.introduct-classify .title{
  color: #fff;
  font-size: 28px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  text-align: left;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.introduct-classify .detail{
  display: grid;
  grid-gap: 1vw 2vw;
  grid-template-columns: repeat(3,1fr);
  color: rgba(255,255,255,.5);
  text-align: left;
  margin-bottom: 3vw;
}
.introduct-classify .detail4{
  display: flex;
  justify-content: space-between;
}
/* .introduct-classify .detail div:hover{
  color: #3acfb6;
  cursor: pointer;
} */
.introduct-left{
  width: 40%;
}
.introduct-right{
  width: 40%;
}
.ewm-wrapper{
  display: flex;
}
.ewm-list{
  flex: 1;
  margin-right: 2vw;
  color: rgba(255,255,255,.5);
  font-size: 14px;
}
.ewm-list img{
  width: 100%;
  margin-bottom: .5vw;
}