@charset "utf-8";
/**/
/*采购商公司信息页*/
/**/
@media (min-width: 768px){
  .dl-horizontal.dl-left-5 {margin-bottom: 15px;}
  .dl-horizontal.dl-left-5 dt{width: 5em;font-weight: normal}
  .dl-horizontal.dl-left-5 dd{margin-left: 5em;}
}
@media all and (-webkit-min-device-pixel-ratio: 2.0){
  .dl-horizontal.dl-left-5 {margin-bottom: 15px;}
  .dl-horizontal.dl-left-5 dt{width: 6em;text-align: left;font-weight: normal}
  .dl-horizontal.dl-left-5 dd{margin-left: 6em;}
}
.business-info {position: relative;}
.business-info-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 20px;
}
.business-info-title small {
  font-size: .6em;
  color:#e3b093;
  margin-left: 10px;
}
.business-info:hover .business-info-more{
  display: block;
}

.company-info {
  border:2px solid #c5f3f0;
  min-height: 410px;
  font-size: 16px;
  position: relative;
}
.company-info.yirenzheng:before {
  content: '';
  display: inline-block;
  width: 97px;
  height: 97px;
  background: url("/resources/images/business-info-authentication.png") no-repeat;
  position: absolute;
  z-index: 1;
  left: 30%;
  top: 272px;
}
.company-info.yirenzheng.on:before {
  animation: cert .4s;
  animation-timing-function:ease-in;
}
@keyframes cert{
  from {transform: scale(15) ; opacity: 0;}
  to {transform: scale(1);opacity: 1;}
}
.company-info .company-name{
  color: #065c56;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 30px;
}
@media (max-width: 768px){
  .company-info {
    height: auto;
  }
}
.company-info>.col-sm-7{
  min-height: 410px;
  height:100%;
  border-right: 2px solid #c5f3f0;
}
.company-info>.col-sm-5 dl{
  margin-bottom: 54px;
}
.company-info>.col-sm-5 dt{
  margin-bottom: 20px;
  font-weight: normal;
}
.company-info>.col-sm-5 .score-meter{
  margin-left: 0 !important;
  margin-top: 0 !important;
}
p.text-indent{
  text-indent: 2em;
  line-height: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.company-aptitude {
  text-align: center;
}
.company-aptitude>li {
  width: 206px;
  height: 274px;
  border: 2px solid #1AC0B2;
  margin: 0 18px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.company-aptitude .photo-box {
  width: 206px;
  height: 182px;
  line-height: 182px;
  text-align: center;

}
.company-aptitude .photo-box img{
  max-width: 100%;
  max-height: 100%;
}
.company-aptitude .company-aptitude-info{
  height: 88px;
  background-color: #1AC0B2;
  color: #fff;
  padding-top: 22px;
}
.company-aptitude .company-aptitude-info>p{
  margin-bottom: 5px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-success-case>li {
  border:1px solid #1AC0B2;
  padding: 10px;
  min-height: 265px;
  line-height: 24px;
}
.success-case-info .carousel {
  height: 245px;
}
.success-case-info .carousel .carousel-inner {
  border: none;
  background-color: #eee;
  line-height: 245px;
  text-align: center;
}
.success-case-info .carousel .carousel-control{
  background-image: none;
}
.success-case-info .carousel .carousel-inner img{
  max-width: 100%;
  max-height: 100%;
}

.company-honor {
  text-align: center;
}
.company-honor>li {
  border: 2px solid #1AC0B2;
  width: 186px;
  height: 186px;
  overflow: hidden;
  text-align: center;
  line-height: 186px;
  position: relative;
  margin: 0 18px;
}
.company-honor>li img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.company-honor>li .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  display: none;
  line-height: 24px;
  max-height: 72px;
  padding: 0 5px;
}
.company-honor>li:hover .title {
  display: block;
}

.company-album {
  border: 1px solid #1AC0B2;
  padding: 66px;
  margin-top: -31px;
}
.company-album li {
  width: 186px;
  height: 186px;
  line-height: 186px;
  background-color: #eee;
  text-align: center;
  margin: 4px;
}
.company-license li img,
.company-album li img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.company-license {
  text-align: center;
}
.company-license>li {
  border: 2px solid #1AC0B2;
  width: 186px;
  height: 186px;
  overflow: hidden;
  text-align: center;
  line-height: 186px;
  position: relative;
  margin: 0 18px;
  padding: 0;
}
.company-license>li .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  display: none;
  line-height: 24px;
  max-height: 72px;
  padding: 0 5px;
}
.company-license>li:hover .title {
  display: block;
}