/* 头部 */
.nav_right {
  display: flex;
}
.nav_right > li {
  line-height: 100px;
  padding: 0 72px;
  position: relative;
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.nav_right > li > a {
  color: #333333;
}
.nav_right > li::before {
  content: '';
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.nav_right > li:first-child::before {
  display: none;
}
.nav_right > li:last-child {
  padding-right: 0;
}
.nav_right > li:first-child {
  padding-left: 0;
}
.article_title {
  margin-top: 88px;
  height: 84px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
}
.article_title span {
  display: block;
  height:39px;
  width: 4px;
  background-color: #d7000f;
  margin-top: 5px;
  margin-right: 24px;
}

.article_title > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.article_title p {
  font-size: 36px;
  font-family: PFMedium;
  font-weight: 600;
  color: #333333;
  line-height: 49px;
}
/* 公司介绍主体 */
.aboutCompany_body {
  margin-bottom: 98px;
}
.article_content {
  margin-top: 42px;
}
.article_content > p {
  font-size: 20px;
  font-family: PFRegular;
  font-weight: 400;
  color: #666666;
  /*line-height:40px;*/
  /*text-indent: 32px;*/
  text-align: justify;
}
.article_image {
  width: 76.9375%;
  margin: 42px auto;
  display: flex;
  justify-content: center;
}
.article_image > img {
  /* flex: 1; */
  width: 100%;
}
.article_image>div{
  flex: 1;
}
.article_image>div>img{
  width: 100%;
}
/* 集团总经理致辞主体 */
.speech_content {
  width: 100%;
  background-color: #ffffff;
  background-image: url('/static/home/imgs/Rectangle728.png');
  background-size: cover;
}
.speech_body {
  display: flex;
  flex-direction: column;
}
.managerInfo {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}
.speech_left {
  flex: 1;
}
.speech_left > h3 {
  font-size: 24px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
  line-height: 33px;
}
.speech_left > div {
  margin-bottom: 75px;
  margin-top: 42px;
}

.speech_right {
  width: 50.8152%;
  /*height: 480px;*/
  /*overflow-y: auto;*/
  /*margin-left: 250px;*/
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: 5%;
}
 .show_content *{
     font-family: "微软雅黑" !important;
     color: rgb(127,127,127) !important;
     line-height: 1.75em;
     font-size: 18px;
  }
  

.speech_left img{width:100%}
.speech_right::-webkit-scrollbar {
  width: 3px;
  border-radius: 23px;
  background-color: #e2e2e2;
}

.speech_right > p {
  font-size: 20px;
  font-family: PFRegular;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
  margin-bottom: 15px;
}
.speech_right span {
  font-size: 30px;
  font-family: PFMedium;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
  margin-right: 38px;
}
.speech_right::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 32px;
  background-color: #d7000f;
}

.speech_right li {
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: rgb(127,127,127);
  line-height: 1.75em;
  /*margin-bottom: 20px;*/
}
/* 资质荣誉主体 */
.honors_content .article_title {
  display: flex;
  justify-content: space-between;
}
.article_title_left {
  display: flex;
}
.article_title ul {
  display: flex;
}
.article_title li {
  width: 210px;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-right: none;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  transform: translateY(1px);
}
.article_title li a{
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_title li:last-child{
  
  border: 1px solid #d9d9d9;

}
.checked {
  background-color: #d7000f;
  color: #ffffff !important;
}
.article_title li a{color: #333333;}
.checked  a{color: #fff!important}
.honors_body {
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 41px;
}
.honors_body > li {
  width: 100%;
  margin-right:41px;
  margin-bottom: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.honors_body > li:nth-child(3n) {
  margin-right: 0;
}
.honors_body > li > div {
  padding: 34px 45px 34px;
}
.honors_body > li > div > img {
  width: 100%;
}
.honors_body > li > p {
  height: 112px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: PFMedium;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.open_more {
  margin-top: 35px;
  margin-bottom: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.open_more > p {
  font-size: 20px;
  font-family: PFRegular;
  font-weight: 400;
  line-height: 24px;
  color: #d7000f;
  background: radial-gradient(219deg, #f6d47f 0%, #ba9b60 100%);
}
.open_more > i {
  font-size: 20px;
  color: #d7000f;
  margin-left: 12px;
}
/* 联系我们主体 */
.contact_body {
  margin-top: 88px;
  width: 100%;
  background-size: cover;
  background-image: url('/static/home/imgs/Image.png');
}
.contact_body > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact_body_item {
  width: calc((100% - 40px)/2);
  margin-bottom: 40px;
  background-color: #ffffff;
  padding:51px;
}
.contact_body_item > h3 {
  font-size: 24px;
  font-family: PFMedium;
  font-weight: 500;
  color: #d7000f;
  line-height: 28px;
}
.contact_body_item > img {
  margin: 30px 0;
  width: 100%;
}
.contact_body_item > div > div {
  display: flex;
  margin-bottom: 24px;
}
.contact_body_item > div > div > p,
.contact_body_item > div > div > a{
  font-size: 18px;
  font-family: PFRegular;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  margin-left: 24px;
  word-break: break-all;
}
.contact_body_item > div > div img {
  width: 19px;
  /* height: 16px; */
}

@media only screen and (max-width: 1600px) {
  .nav_right > li {
    padding: 0 40px;
  }
  .honors_body > li {
    width: 100%;
    margin-right: 41px;
    margin-bottom: 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .honors_body > li>p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .honors_body > li > p {
    height: 90px;
    font-size: 18px;
 }
}
@media only screen and (max-width: 980px) {
  .honors_body > li > p {
    height: 70px;
    font-size: 14px;
 }
}

@media only screen and (max-width: 767px) {
  .aboutUs-text {
    display: none;
  }
  
  .content_header > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
  }
  .show_content img{width:100%}
  .nav_bar {
    display: none;
  }
  .content_header {
    height: auto;
    overflow-x: auto;
  }
  
  .content_header > div > div {
    width: 100%;
    overflow-x: auto;
  }
  
  .nav_right {
      width: auto;
      display: block;
      overflow-x: auto;
      white-space: nowrap;
  
  }
 
  .nav_right > li {
    line-height: 100px;
    padding: 0 10px;
    position: relative;

    display: inline-block;
    width: auto;
    /* padding-bottom: 10px; */
    cursor: pointer;
    text-align: center;
  }

  .nav_right::-webkit-scrollbar {
    width: 7px;
    height: 0;
   
    background-color: #ffffff;
  }


  /* 关于公司 */
  .article_image {
    margin: 31.5px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .article_image > img {
    flex: 1;
    margin-bottom: 24px;
  }
  .article_content > p {
    
    line-height: 40px;
}
  /* 总经理致辞 */
  .managerInfo {
    display: flex;
    flex-direction: column;
  }

  .speech_left {
    margin-bottom: 24px;
  }
  .speech_left > div {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .speech_left > div > img {
    width: 100%;
  }
  .speech_right {
    width: 100%;
    height: 360px;
    overflow-y: auto;
    margin-left: 0;
    margin-bottom: 24px;
  }
  /* 资质荣誉 */
  .article_title ul {
    width: 100%;
    margin-top: 24px;
    display: flex;
  }
  .article_title li {
    flex: 1;
    height: 48px;
  }
  .article_title {
    height: auto;
    padding-bottom: 24px;
  }
  .article_title > div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .honors_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .honors_body > li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 31.5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .honors_body > li > div {
    padding: 22px 17.25px 23.25px;
  }
  .contact_body {
      margin-top: 25px;
    height: auto;
  }
  .contact_body > div {
    display: flex;
    flex-direction: column;
  }
  .contact_body_item {
    width: 100%;
    background-color: #ffffff;
    padding: 38.25px;
    margin-bottom: 24px;
  }
  .article_title li {
   
    font-size: 16px;
   
}
  .honors_body > li {
    width: 100%;
    /*margin-right: 0;*/
    /*margin-bottom: 31.5px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  }
  .article_title{
      margin-top: 40px;
  }
  .article_title p {
     font-size: 24px;
 
    line-height: 30px;
    }
    .article_title span {
  
    height: 24px;
   
    }
    .article_content > p {
    font-size: 16px;

    }
}
