.layout {
  width: 1200px;
  margin: 0 auto;
}
html,
body {
  font-family: 'pingfang sc',microsoft yahei;
  font-size: 16px;
  background-color: #f5f5f5;
}
.banner {
  width: 100%;
  height: 500px;
  background-image: url(/images/jzn_erji/banner.jpg);
  background-position: center center;
}
.main-title {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.main-title .layout {
  width: 650px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.main-title a {
  margin-top: 40px;
  height: 60px;
  color: #000000;
  font-size: 18px;
}
.main-title .active {
  color: #2589ff;
  border-bottom: 1px solid #2589ff;
}
.content {
  padding-top: 35px;
  position: relative;
}
.content .textImg {
  position: absolute;
  left: 50%;
  margin-left: -398px;
  top: 50px;
}
.content .article {
  height: 570px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
}
.content .article .article-content {
  width: 680px;
  height: 100%;
  box-sizing: border-box;
  padding: 90px 80px 0;
}
.content .article .article-content h3 {
  font-size: 28px;
  margin-bottom: 75px;
}
.content .article .article-content p {
  text-indent: 2rem;
  line-height: 30px;
  margin-bottom: 8px;
}
.content .article .article-img {
  width: 467px;
  height: 508px;
  position: absolute;
  top: 32px;
  left: 680px;
}
.title {
  width: 355px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title .line {
  width: 75px;
  height: 1px;
  background-color: #999999;
}
.title .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
.title .content h3 {
  font-size: 28px;
}
.title .content p {
  font-size: 10px;
  color: #7e7e7e;
}
.culture {
  height: 615px;
  padding-top: 65px;
}
.culture .culture-list {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.culture .culture-list .culture-item {
  width: 380px;
  height: 320px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}
.culture .culture-list .culture-item h3 {
  padding-top: 106px;
  font-size: 30px;
  color: #2589ff;
}
.culture .culture-list .culture-item h5 {
  padding-top: 36px;
  font-size: 18px;
}
.culture .culture-list .culture-item p {
  /*width: 220px;*/
  line-height: 32px;
  padding-top: 8px;
  font-size: 16px;
  /*margin-left: 80px;
  margin-right: 80px;*/
  text-align: center;
}
.culture .culture-list .culture-item img {
  position: absolute;
  left: 96px;
  top: -82px;
}
.culture .culture-list .culture-item:hover {
  transform: translateY(-20px);
}
.culture .culture-list .culture-list-li{
	text-align: center;
	width:33.3%;
}
.culture .culture-list .culture-list-li img{
	transition:all .3s ease;
}
.culture .culture-list .culture-list-li:hover img{
	transform:translateY(-10px);
}
.culture .culture-list .culture-list-li h1{
	font-size:24px;
	color:#333;
	line-height:24px;
	padding-top:-8px;
}
.culture .culture-list .culture-list-li p{
	font-size:16px;
	color:#333;
	line-height:16px;
	padding-top:18px;
}
.say {
  width: 100%;
  height: 476px;
  background-image: url(/images/jzn_erji/beijing.png);
  background-position: center;
}
.say .layout {
  position: relative;
  color: #ffffff;
}
.say .layout img {
  position: absolute;
  left: 0;
  top: -24px;
}
.say .layout h3 {
  padding-top: 90px;
  margin-left: 428px;
  font-size: 28px;
}
.say .layout span{
	width:50px;
	height:2px;
	display: block;
	background:#fff;
	margin:32px 0;
  	margin-left: 428px;
}
.say .layout p {
  margin-left: 428px;
  /*padding-top: 60px;*/
  text-indent: 2em;
  line-height: 40px;
  font-size:16px;
}
.team {
  width: 100%;
  height: 943px;
  box-sizing: border-box;
  background-position: center;
  margin-top: 65px;
  background-image: url(/images/jzn_erji/beijing03.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.team .team-photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.team .team-photo .photo-item {
  width: 220px;
  margin:0 10px;
  /*height: 220px;*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 55px;
  position: relative;
}
.team .team-photo .photo-item img {
  width:100%; height:100%;
}
.team .team-photo .photo-item .name {
  /*padding: 0 40px;*/
  display: flex;
  justify-content: center;
  align-items: baseline;
   margin-top: 10px;
}
.team .team-photo .photo-item .name h5 {
  font-size: 18px;
  flex-shrink:0;
}
.team .team-photo .photo-item .name p {
  flex-shrink:0;
}
.team .photo-person {
	overflow:hidden;position:relative;border-radius:140px;
}
.team .team-photo .photo-item .person-msg {
  width: 220px;
  height: 255px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.7);
  /*opacity: 0;*/
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  /*top: -120%;*/
  bottom:-120%;
  left: 0;
  padding: 72px 0;
  box-sizing: border-box;
  line-height: 26px;
  display: block;
  box-shadow: 0 8px 20px 20px rgba(0, 0, 0, 0.15);
  z-index:10;
  transition:all .3s ease;
}
.team .photo-person:hover .person-msg{
	bottom:0!important;
}
.team .team-photo .photo-item:nth-child(7) .name {
  /*padding: 0 20px;*/
}
.team .team-photo .photo-item:hover .person-msg {
  display: block;
}
.contact {
  width: 100%;
  background-image: url(/images/jzn_erji/beijing4.png);
}
.contact .message {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .message .message-item {
  width: 600px;
  height: 225px;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 30px;
}
.contact .message .message-item h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 25px;
  height: 48px;
  font-weight: bold;
  border-bottom:1px solid #EBEBEB;
}
.contact .message .message-item .tel {
  height: 50px;
  display: flex;
}
.contact .message .message-item .tel .icon {
  padding-right: 25px;
}
.contact .message .message-item .tel .number {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .message .message-item .address {
  display: flex;
  height: 48px;
  align-items: center;
}
.contact .message .message-item .address img {
  padding-right: 25px;
}
.contact .message .message-item .gray {
  color: #666666;
}
.contact .message .message-item:nth-child(1) {
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
}
.contact .message .message-item:nth-child(2) {
  padding: 0;
}
.contact .message .message-item:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .message .message-item:nth-child(3),
.contact .message .message-item:nth-child(4) {
  margin: 30px 0 70px 0;
}
.contact .message .message-item:nth-child(2),.contact .message .message-item:nth-child(4) {
  width: 570px;
  margin-left: 30px;
}
.activity {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.activity .photo {
  width: 20%;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  box-sizing: border-box;
  position: relative;
}
.activity .photo:last-child{
	width:40%;
}
.activity .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity .photo::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.activity .photo:hover::after {
  width: 0;
  height: 0;
}
.activity > img {
  position: absolute;
  width: 592px;
  height: 294px;
  top: 50%;
  left: 50%;
      margin-top: -147px;
  transform: translateX(-50%);
}

/*公司荣誉*/
.ryzz_content{
        margin-top: 80px;
    }
    .ryzz_tit{
        font-size: 20px;
        line-height: 1;
        text-align: center;
        color:#333333;
    }
    .ryzz_box{
        display: flex;
        flex-wrap: wrap;
        margin-top: 48px;
    }
    .ryzz_box_li{
        margin-bottom: 26px;
    }
    .ryzz_box_li.li01{
        width: 454px;
        height: 320px;
        margin-right: 32px;
    }
    .ryzz_box_li.li02{
        width: 224px;
        height: 318px;
    }
    .ryzz_box_li.li03{
        width: 585px;
        height: 322px;
        display: flex;
        margin-right: 26px;
    }
    .ryzz_box_li.li03 .ryzz_box_li_img{
        width: 221px;
        height: 322px;
        margin-left: -99px;
        flex-shrink: 0;
        position: relative;
    }
    .ryzz_box_li.li03 .ryzz_box_li_img:first-child{
        margin-left: 0;
        z-index: 4;
    }
    .ryzz_box_li.li03 .ryzz_box_li_img:nth-child(2){
        z-index: 3;
    }
    .ryzz_box_li.li03 .ryzz_box_li_img:nth-child(3){
        z-index: 2;
    }
    .ryzz_box_li.li03 .ryzz_box_li_img:nth-child(4){
        z-index: 1;
    }
    .ryzz_box_li.li04{
        width: 586px;
        height: 316px;
    }
    .ryzz_box_li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
