.know {
  display: flex;
  flex-wrap: wrap;
  width: 1142px;
  height: 633px;
  margin: 49px auto 51px;
}
.know .title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2364C0;
  line-height: 70px;
  margin-top: 17px;
  margin-left: 21px;
}
.know .zoom_container {
  display: flex;
  width: 1142px;
  height: 386px;
}
.know .zoom {
  flex-grow: 3;
}
.know .item {
  transition: all 0.3s;
  height: 386px;
}
.know .item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.know__detail {
  flex-grow: 1;
  flex:1;
  background: url('/images/zjqh.png') no-repeat right top;
  margin: 0 19px 30px 0;
}
 .info{
display: none !important;
}
.know__detail.zoom .info{
  display: block !important;
  width: 100%;
  height:100%;
  position: relative;
}
.know__detail_container {
    position: absolute;
    top: 75px;
    width: 369px;
    height: 222px;
    background-color: #fff;
    right: 34px;
}
.know__detail_container_title {
  position: absolute;
  top: 30px;
  left: 43px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #3A63CD;
}
.know__detail_container_more {
  position: absolute;
  top: 36px;
  left: 310px;
  width: 16px;
  height: 8px;
  background: url('/images/zjqh more.png') no-repeat 0 0 / 100% 100%;
  opacity: 0.8;
}
.know__detail_container_desc {
  position: absolute;
  top: 64px;
  left: 43px;
  width: 289px;
  height: 128px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}
.know__view {
  flex-grow: 1;
  flex:1;
  background: url('/images/qhsj.png') no-repeat left top;
  background-size: 100% 100%;
  margin: 0 21px 31px 0;
}
.know__view.zoom {
  flex-grow: 3;
  background: url('/images/前海视界.jpg') no-repeat left top 100%;
  background-size: 100%;
  margin: 0 21px 31px 0;
}
.know__media {
  flex-grow: 1;
  flex:1;
  background: url('/images/sjmt.png') no-repeat left top ;
  background-size: 100% 100%;
  margin: 0 0 31px;
}
.know__media.zoom {
  flex-grow: 3;
  background: url('/images/社交媒体.png') no-repeat left top 100%;
  background-size: 100%;

  margin: 0 0 31px;
}
.know__style {
  position: relative;
  width: 1140px;
  height: 217px;
  background: url('/images/qhfm.png') no-repeat 0 0 / 100% 100%;
}
.know__style a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.know__style_title {
  position: absolute;
  top: 58px;
  left: 58px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #836D3E;
}
.know__style_desc {
  position: absolute;
  font-size: 18px;
  top: 116px;
  left: 60px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #836D3E;
}
.know__style_more {
  position: absolute;
  top: 124px;
  left: 141px;
  width: 16px;
  height: 8px;
  background: url('/images/qhfm_more.png') no-repeat 0 0 / 100% 100%;
  opacity: 0.8;
}
