@charset 'utf-8';

.solution {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f2f4f7;
}

.yfxmgl-solution {
  background-image: url(../images/fangan/yfxmgl/bg.jpg);
}

.csgl-solution{
  background-image: url(../images/fangan/csgl/bg.jpg);
}

.djcstx-solution{
  background-image: url(../images/fangan/djcstx/bg.jpg);
}

.xqgl-solution{
  background-image: url(../images/fangan/xqgl/bg.jpg);
}

.solution-container {
  width: 1200px;
  margin: 0 auto;
}

.fixed-top {
  position: fixed;
  top: 85px;
}

.solution-tit {
  min-height: 200px;
  overflow: hidden;
}

.solution-tit>h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 47px;
  margin-bottom: 30px;
}

.solution-tit>a,
.solution-tit>button {
  display: inline-block;
  padding: 8px 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #f06b22;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.solution-list {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 100px;
}

.solution-contents {
  width: 890px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 5px;
}

.solution-contents>h2 {
  font-size: 24px;
  color: #313131;
  position: relative;
}

.solution-contents>h2::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.solution-contents h3,
.solution-contents h4 {
  font-size: 15px;
  color: #313131;
  font-weight: bold;
  margin: 20px 0 12px;
  position: relative;
}

.solution-contents h4 {
  font-size: 14px;
}

.solution-contents h3::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 5px;
  background-color: #347BF4;
  border-radius: 5px;
  left: -25px;
  top: 0;
}

.solution-contents img {
  max-width: 700px;
  height: auto;
  margin: 10px 0;
}

.solution-contents p {
  font-size: 14px;
  color: #313131;
  line-height: 25px;
}

.solution-right {
  width: 300px;
}

.right-nav {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e1e4e5;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.nav-tit {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f9fc;
  border-bottom: 1px solid #e1e4e5;
}

.nav-tit>h2 {
  font-size: 16px;
}

.nav-tit>a {
  font-size: 14px;
  color: #999;
}

.right-nav>ul {
  width: 100%;
}

.right-nav>ul>li {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.right-nav>ul.hot-products-recommend>li {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.right-nav>ul.related-services-recommend>li {
  height: 60px;
  display: flex;
  align-items: center;
}

.right-nav>ul.hot-products-recommend>li:not(:last-child) {
  border-bottom: 1px solid #e1e4e5;
}

.right-nav>ul.related-services-recommend>li:not(:last-child) {
  border-bottom: 1px dashed #e1e4e5;
}

.right-nav>ul.hot-products-recommend>li>h2 {
  font-size: 14px;
}

.right-nav>ul.hot-products-recommend>li>a {
  width: 100px;
  height: 30px;
  color: #fff;
  background-color: #347BF3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-top: 10px;
}

.right-nav>ul.related-services-recommend>li>a {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.right-nav>ul.related-services-recommend>li>a::before {
  position: absolute;
  content: '';
  background-color: #347BF4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.right-nav>ul.hot-articles>li {
  height: 40px;
  display: flex;
  align-items: center;
}

.right-nav>ul.hot-articles>li>a {
  width: 100%;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.solution-navs {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  width: 300px;
  max-height: 480px;
  overflow-y: auto;
}

.solution-navs::-webkit-scrollbar {
  width: 3px;
}

.solution-navs::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(225, 228, 229, .5);
}

.solution-navs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: rgba(52, 123, 244, 0.6)
}

.solution-navs>a {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  position: relative;
  width: 100%;
}

.solution-navs>a.secondary-tit {
  padding-left: 40px;
}

.solution-navs>a.current {
  color: #347BF4;
}

.solution-navs>a::before {
  position: absolute;
  content: '';
  background-color: #E1E4E5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.solution-navs>a.secondary-tit::before {
  left: 20px;
}

.solution-navs>a.current::before {
  background-color: #347BF4;
}

.list-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
}


.list-items>.list-item>ul>li {
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  color: #444;
}

.list-items>.list-item>ul>li::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #357BF4;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.list-items .list-item {
  width: 33%;
}

#menu_02 .list-items .list-item {
  width: 30%;
}

#menu_02 .list-items>.list-item>ul>li::before {
  top: 10px;
  transform: translateY(0)
}

#menu_01 .list-items .list-item:last-child {
  width: 67%;
}

#menu_01 .list-items .list-item:last-child>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#menu_01 .list-items .list-item:last-child>ul>li {
  width: 50%;
}

.solution-contents h5 {
  font-weight: 550;
  color: #444;
  margin: 20px 0 5px;
  font-size: 13px;
}

@media screen and (max-width:1024px) {
  .solution {
    padding: 1rem;
  }

  .solution-container {
    width: 100%;
  }

  .solution-list {
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .solution-contents,
  .solution-right {
    width: 100%;
  }

  .solution-right {
    padding: 1.2rem 0;
    column-count: 2;
    column-gap: 1rem;
  }

  .solution-right>.right-nav {
    box-sizing: border-box;
    break-inside: avoid;
  }

  .solution-right>.solution-navs {
    display: none;
  }

  .list-items {
    flex-direction: column;
  }

  .list-items .list-item {
    width: 100%;
  }

  #menu_02 .list-items .list-item {
    width: 100%;
  }

  #menu_01 .list-items .list-item:last-child {
    width: 100%;
  }

  #menu_01 .list-items .list-item:last-child>ul>li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .solution-tit>h2 {
    font-size: 1.4rem;
    margin-top: 1.2rem
  }

  .solution-right {
    column-count: 1;
    column-gap: 1rem;
  }

  .solution-right>.right-nav {
    width: 100%;
  }

  .solution-contents {
    padding: .5rem;
  }

  .solution-contents h3::before {
    left: -.5rem;
  }

  .solution-contents img {
    width: 100%;
  }

  .solution-tit>a,
  .solution-tit>button {
    padding: 5px 15px;
  }
}