@charset "UTF-8";
/*  栏目海报 */
#column-poster {
  width: 100%;
  height: 26.041vw;
  margin-top: 4.583vw;
  background-image: url("../images/banner-consult.jpg");
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  #column-poster {
    height: 400px !important;
  }
}

/* 海报文本 */
.szjr-poster-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.poster-info-box {
  width: 100%;
  height: 26.041vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  visibility: visible;
  animation-name: fontLag;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

@media screen and (max-width: 1400px) {
  .poster-info-box {
    height: 400px !important;
    padding: 0 20px;
  }
}

@keyframes fontLag {
  0% {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 1;
  }
}

.poster-info-en {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .poster-info-en {
    font-size: 1.2rem;
  }
}

.poster-info-txt {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .poster-info-txt {
    font-size: 1.5rem;
  }
}

.poster-info-txt-s {
  font-size: 1.2rem;
}

@media screen and (max-width: 1400px) {
  .poster-info-txt-s {
    font-size: 1rem;
    word-wrap: break-word;
    word-break: break-all;
  }
}

/* 版心 */
#container {
  max-width: 72.917vw;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #container {
    width: 100%;
  }
}

/* 内容 */
.consult-content{
  padding: 3.125vw 0;
  background: #f5f5ff;
}

.company-wrapper{
  background-color:#fff;
}

.consult-title{
    height: 7.292vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    background-image: url(../images/yqys_bg01.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
}

.consult-title-zh{
    font-size: 2.5rem;
    position: relative;
}

.consult-title-zh::before{
    content: '';
    position: absolute;
    left: -3rem;
    top: 50%;
    width: 1.5rem;
    height: 3px;
    background: #fff;
}
.consult-title-zh::after{
    content: '';
    position: absolute;
    right: -3rem;
    top: 50%;
    width: 1.5rem;
    height: 3px;
    background: #fff;
}

.consult-title-en{
    font-size: 1.2rem;
    line-height: 2.4em;
}

.company-list{
    margin-top: -4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-item{
    width: 48%;
    margin-top: 4%;
    padding: 1.042vw;
    box-shadow: 0 0 .416vw .208vw rgba(39,96,183,.2);
    display: flex;
}

.company-logo{
  width:3.125vw;
  height:3.125vw;
  flex-shrink:0;
  box-shadow: 0 0 .208vw .104vw rgba(39,96,183,.2);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items:center;
}

.company-logo img{
  width:55%;
  height:auto;
}
.company-info{
  flex:1;
  padding-left:1.042vw;
  font-size: .625vw;
  line-height: 1.5;
}

.company-info div+div{
  margin-top: .313vw;
}

.company-info .info-title{
  font-weight: 600;
}

.company-name .info-detail,.company-cont .info-detail{
  color: #2d6737;
  font-weight: 600;
}

.company-intd .info-detail{
  color: #999;
}
