/* 公司介绍-start */
.introduce-01{
  width: 350px;
  margin: auto;
  height: 130px;
  background:url(../img/about/105.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-top: 30px;
}
.introduce-01 h2{
  text-align: center;
  width: 100%;
  color: #0D6FED;
  font-weight: 700;
  font-size: 32px;
  letter-spacing:10px;
  box-sizing: border-box;
  padding-left: 20px;
}
.introduce-01 p{
  margin-top: 40px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  padding-left: 12px;
  letter-spacing:4px;
  color: #888;
}
.introduce-main-1{
  margin-top: 60px;
}
.introduce-text{
  box-sizing: border-box;
  padding: 40px;
}
.introduce-text p{
  letter-spacing: 1px;
  line-height: 30px;
}
.introduce-image{
  height: 320px;
  background:url(../img/about/77.png) no-repeat;
  background-size: cover;
}
.content-item{
  padding:30px 0;
  text-align: center;
}
.content-item img{
  display: block;
  margin: auto;
}
.content-item h4{
  margin-bottom: 30px;
}
/***公司介绍-end */
.back-02{
  background:url(../img/about/35.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.back-02-main .item-1{
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-size: 24px;
  color: #fff;
}

/* 核心团队-start */
.team-item{
  height:300px;
  background: url(../img/about/1.png) no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding: 25px;
}
@media (max-width:990px) {
  .team-item{
    background: none;
    box-shadow: rgba(96,157,191,.5) 0px 0px 10px;
    margin-bottom: 30px;
  }
}
.team-item h4 img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
/***核心团队-end */

#yh_contact{
  background:#fff;
  margin-top: -180px !important;
}
.product_title p{
  color: #000;
}
.title-en{
  color: #000 !important;
  margin-bottom: 20px !important;
}
textarea{
  border: 1px solid #666 !important;
}
#yh_contact .feedback .top div{
  border: 1px solid #666;
}