.carousel-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.company-wrapper {
  margin-top: 32px;
}
.company-wrapper .left-nav {
   width: 310px;
   color: #fff;
   font-size: 16px;
}
.company-wrapper .left-nav ul {
  background-color: #193D90;
}
.company-wrapper .left-nav li {
  line-height: 60px;
  border-bottom: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}
.company-wrapper .left-nav li:first-child {
   line-height: 120px;
   border-bottom: 2px solid #fff;
   font-size: 42px;
}
.company-wrapper .left-nav li:first-child img {
  width: 42px;
  height: 42px;
}
.company-wrapper .left-nav li .leader p {
  text-indent: 130px;
  border-top: 1px solid #fff;
  text-align: left;
}
.company-wrapper .left-nav li img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: -4px;
}
.company-wrapper .left-nav li.active, .company-wrapper .left-nav p.active {
   background-color:#B3292C;
}
.detail-wrapper {
  width: calc(100% - 330px);
}
.detail-wrapper .survey-nav {
  width: 100%;
  background-color: #FAFAFA;
  padding: 16px 40px;
}
.survey-nav li p:nth-child(2) {
  background-color: #b3292c;
}
.detail-wrapper .survey-title {
  color: #5B5B5B;
  font-size: 36px;
}
.detail-wrapper .survey-title span {
  color: #004EA2;
}
.survey-links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.detail-wrapper .survey-links p {
  color: #5B5B5B;
  font-size: 24px;
  font-weight: bold;
}
.detail-wrapper .survey-links a {
  font-size: 16px;
  color: #5B5B5B;
}
.detail-wrapper .survey-links a.active {
  color: #B3292C;
}
.survey-content {
  margin-top: 20px;
}
.survey-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}
.survey-content .members-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.survey-content .members-list .li {
  width: 130px;
  margin-right: 12px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.survey-content .members-list .li img {
  display: inline-block;
  width: 100%;
  height: 165px;
}
.survey-content .members-list .li .p-text {
  padding: 20px 20px 50px;
}
.survey-content .members-list .li .p-text .h {
  color: #333333;
  font-size: 20px;
}
.survey-content .members-list .li .p-text .p {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
.news-wrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e6e5e6;
  color: #000;
}
.news-wrapper li a {
  display: inline-block;
  width: 50px;
  cursor: pointer;
}
.news-wrapper2 li {
  display: flex;
  align-items: flex-start;
  line-height: 50px;
  color: #000;
}
.news-wrapper2 li a {
  display: inline-block;
  width: 50px;
  cursor: pointer;
}
#page-wrapper {
  margin-top: 40px;
}
/* 详情头部 */
.detail-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#detail-title {
  padding: 20px 0 ;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.detail-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  height: 30px;
}
/* 社会责任报告详情 */
.detail-pdf {
  display: flex;
  align-items: center;
}
/* 核心业务 */
.survey-content .core-title {
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e6e5e6;
}
.survey-content .core-content {
  padding: 30px 20px 0;
}
.survey-content .core-content p {
  text-indent: 32px;
  line-height: 32px;
}



