.soluP {
  position: absolute;
  left: -180px;
  top: 97px;
  width: auto;
  min-width: 500px;
  height: auto;
  background: #fcfcfc;
  display: flex;
  z-index: 1000;
  white-space: nowrap;
}
.soluP:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 210px;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
@media screen and (max-width:1600px){
.soluP {
  top: 85px;
}
}
@media screen and (max-width:1440px){
.soluP {
  top: 72px;
}
}
@media screen and (max-width:1023px){
.soluP {
  top: 100px;
}
}
@media screen and (max-width:1023px){
.soluP {
  display: none !important;
}
}
.soluP .secN {
  width: 21.35416666666667vw;
  height: 100%;
  background: #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.soluP .fr-nav {
  padding-top: 70px;
  padding-left: 4.16666666666667vw;
}

.soluP .fr-nav a {
  display: block;
  font-size: 1.05vw;
  line-height: 4.6875vw;
  color: #343434;
  padding-left: 54px;
  padding-right: 40px;
  padding-top: 15px;
  position: relative;
}

.soluP .fr-nav a:hover,
.soluP .fr-nav a.active {
  color: #12a79d;
  background: #fff;
  position: relative;
}

.soluP .fr-nav a:hover::before,
.soluP .fr-nav a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #12a79d;
}

.soluP .fr-nav a:hover::after,
.soluP .fr-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url("../images/icon-nav-arrow1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.soluP .sec-nav {
  padding-left: 35px;
  padding-top: 15px;
}

.soluP .sec-nav li {
  width: auto;
  display: none;
}

.soluP .sec-nav li.active {
  display: block;
}

.soluP .sec-nav li a,
.soluP .thBox li a {
  display: block;

  line-height: 3.85416666666667vw;
  color: #343434;
  padding-left: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.soluP .sec-nav li.pro-secNav a {
  padding-right: 30px;
}

.soluP .sec-nav li.pro-secNav a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: url("../images/icon-nav-arrow2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.soluP .sec-nav li a:hover,
.soluP .sec-nav li.pro-secNav a.active {
  color: #12a79d;
}

.soluP .sec-nav li.pro-secNav a:hover::after,
.soluP .sec-nav li.pro-secNav a.active::after {
  background-image: url("../images/icon-nav-arrow2v.png");
}

.soluP .thBox {
  padding-left: 40px;
  margin-right: 40px;
  margin-left: 40px;
  width: auto;
  height: auto;
  position: relative;
  border-left: 1px solid #d9d9d9;
}

.soluP .thBox .th-nav {
  display: none;
}
.soluP .thBox .th-nav a{
  padding-right: 40px;
}

.soluP .thBox .th-nav.active {
  display: block;
}

.soluP .thBox li {
  display: none;
}

.soluP .thBox li.active {
  display: block;
}

.soluP .thBox li a:hover {
  color: #12a79d;
}

.soluP .flef {
  float: left;
}