.m-b-30 {
  margin-bottom: 30px;
}
.m-b-20{
  margin-bottom:20px;    
}
.m-t-30{
  margin-top:30px;    
}
.m-r-30{
  margin-right:30px;    
}
.m-r-20{
  margin-right:20px;    
}
.m-t-20{
  margin-top: 20px;
}
.p-t-20{
  padding-top: 20px;
}
.p-l-20{
  padding-left:20px;    
}
.flex-2{
  flex:2;
  width:0;
}
.flex-3{
  flex:3;
  width:0;
}
section p {
  margin-bottom: 5px;
}

.new-p{
    line-height:2.8 !important;
    text-indent:2em;
}

.m-hide {
  display: none !important;
}

.m-show {
  display: block !important;
}

.ellipsis {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-desc img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /*margin: 10px auto;*/
}

.block-img {
  display: block;
  width: 550px;
  margin: 10px auto;
}

.new-wrapper .company-desc {
  color: #666666;
  width: 70.5%;
  min-height: 800px;
}

.breadcrumbs-nav {
  border-bottom: 1px solid #bebebe;
  height: 45px;
  line-height: 45px;
  margin-bottom: 24px;
  color: #666;
  overflow: hidden;
}

.breadcrumbs-nav .m-icon-address {
  margin-right: 5px;
  margin-top: -5px;
}

.target-fix {
  position: relative;
  top: -110px;
  display: block;
  height: 0;
  overflow: hidden;
}

.page-title {
  display: flex;
  color: #0b2c99;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-title .gray-border-wrapper {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-title .gray-border-wrapper .line {
  background-color: #eaeaea;
  height: 1px;
  margin-top: 1px;
}

.link-item {
  position: relative;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  color: #48699f;
}

.link-item:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0b2c99;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}

.sub-title-dot {
  position: relative;
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0;
}

.sub-title-dot:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #6f6f6f;
  border-radius: 50%;
  overflow: hidden;
}

.new-wrapper p {
  padding-left: 20px;
  line-height: 2.14;
}

/* side-nav */

.side-nav-wrapper {
  width: 22.5%;
  float: left;
}

@media (max-width: 768px) {
  .side-nav-wrapper,
  .page-title .gray-border-wrapper {
    display: none;
  }
  .new-wrapper .company-desc {
    width: 100%;
  }
  .block-img {
    width: 100%;
  }
}

.accordion-wrapper {
  /* max-width: 262px; */
  margin: 0 auto;
  padding-bottom: 5px;
}

.fixed-accordion {
  position: fixed;
  top: 110px;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  max-height: 650px;
}

.fixed-accordion::-webkit-scrollbar {
  display: none;
}

/* 二级标题 */

.secondary-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #226dca; */
  background-color: #48699f;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #666;
}

.secondary-title-wrapper a {
  color: #fff;
}

.secondary-title {
  max-width: 150px;
  color: #fff;
}

.m-icon-category {
  background: url('https://fjdgzt.com/storage/app/media/icon/category.png') no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

/* 三级标题 */

.third-title-wrapper {
  background-color: #fff;
  padding:0 10px;
}

.third-title-wrapper .third-title {
  border-bottom: 1px solid #e0e0e0;
  height: 40px;
  line-height: 40px;
}

.third-title-wrapper .third-title:last-child {
  /*border: none;*/
}

details summary::-webkit-details-marker {
  display: none;
}

details summary:focus {
  outline: transparent;
}

[open] summary .secondary-title {
  font-weight: bold;
}

[open] summary .m-icon-category {
  background: url('https://fjdgzt.com/storage/app/media/icon/category_open.png') no-repeat;
}

.detail-wrapper {
  display: flex;
  /*align-items: center;*/
  margin-bottom: 15px;
}

.detail-wrapper .detail-img {
  width: 140px;
  margin-left: 20px;
}

.detail-wrapper .detail-img-3 {
  width: 140px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.detail-wrapper .detail-body {
  flex: 1;
}

.section {
  padding: 30px 0;
  border-top: 1px solid #bebebe;
}

.font-w {
  font-weight: bold;
}
.m-l-20 {
  margin-left: 20px;
}

/* customer */
.nav-active {
  color: #48699f;
}
.detail-img {
  width: 97px !important;
}
.second-img {
  width: 250px !important;
}
.company-desc img {
  height: auto !important;
}
/* avatar */
.avtar-wrapper{
  display: flex;
  margin-left: 20px;
}
.avtar-wrapper img{
  margin-right: 30px;
}
.avtar-wrapper img:last-child{
  margin:0;
}
/* text-active */
.inner-detail-wrapper .text-active{
  color: #47689b;
}

/* line ,swiper */
.m-swiper-wrapper{
  padding-bottom: 50px;
}
.full-line{
  background: #c0c0c0;
  height: 1px;
  position: relative;
  width: 200vw;
  margin-bottom: 60px;
  left: 0;
  right: 0;
  margin-left: -50%;
}
.flex{
    display:flex;
    justify-content: center;
    align-items: center;
}
.flex-start{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-1{
    flex:1;
    width:0;
}
.border-radius{
  border-radius: 10px;
  overflow: hidden;
