/*分类外框标题样式开始*/
.p_stylebox .stylebox_top {
  background: #1e5fc3;
  padding: 0 20px;
  height: 60px;
}
.p_stylebox .stylebox_title {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.p_stylebox .title_main {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.p_stylebox .stylebox_content {
  border: none;
}
.p_stylebox .stylebox_bottom_line {
  display: none;
}
/*分类外框标题样式结束*/
/*左右布局分类样式开始*/
.categrayBox .moveBtn {
  display: none;
  color: #fff;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #0054a5;
  border: 1px solid #0054a5;
  white-space: nowrap;
  border-radius: 4px;
  margin: 1.3em;
}
.categrayBox .contentBox {
  width: 100%;
  height: auto;
  overflow: visible;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.categrayBox .link {
  position: relative;
  height: 50px;
  line-height: 49px;
}
.categrayBox .yjTitle {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 35px;
}
.categrayBox .yjLink {
  color: #6b6b6b;
  font-size: 16px;
  transition: all .5s ease;
  left: 30px;
}
.categrayBox .yjLink::before {
  content: '';
  display: block;
  width: 3px;
  height: 50px;
  background-color: #0054a5;
  position: absolute;
  left: -1px;
  top: 0;
  opacity: 0;
  transition: all .5s ease;
}
.categrayBox .iconfont1 {
  position: absolute;
  left: auto;
  top: 1px;
  bottom: 0px;
  width: 50px;
  color: #7b8a96;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  right: 0;
}
.categrayBox .ejLi {
  position: relative;
}
.categrayBox .ejTitle {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 50px;
  transition: all .5s ease;
}
.categrayBox .ejLink {
  color: #86939e;
  font-size: 14px;
}
.categrayBox .iconfont2 {
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #86939e;
  font-size: 16px;
  transition: all .5s ease;
}
.categrayBox .icf {
  transform: rotate(180deg);
}
.categrayBox .sjTitle {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.categrayBox .sjLink {
  color: #7b8a96;
  font-size: 16px;
}
.categrayBox .ejBox {
  display: none;
}
.categrayBox .rotate {
  transform: rotate(-90deg);
}
.categrayBox .ejTitle:hover {
  background-color: #f5f8fa;
}
.categrayBox .backBtn {
  display: none;
}
.categrayBox .yjTitle:hover {
  background-color: #f5f8fa;
}
.categrayBox .yjTitle:hover .yjLink::before {
  opacity: 1;
}
.categrayBox .sjBox {
  display: none;
}
.categrayBox .line_right {
  display: none;
}
@media only screen and (min-width:769px) {
  .categrayBox .sjBox {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0px 5px 20px 0px rgba(192, 192, 192, 0.4);
  }
  .categrayBox .sjTitle {
    text-align: center;
  }
  .categrayBox .sjTitle::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 50px;
    background-color: #0054a5;
  }
  .categrayBox .sjBox li {
    width: 150px;
  }
  .categrayBox .sjTitle:hover .sjLink {
    color: #01a5ec;
  }
  .categrayBox .sjLi::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #0054a5;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #0054a5;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 1;
  }
  .categrayBox .ejLi:hover .sjLi::before {
    display: block;
  }
}
@media only screen and (max-width:768px) {
  .p_stylebox .stylebox_top {
    display: none;
  }
  .categrayBox .contentBox {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    font-size: 0;
    z-index: 99;
    background: #fff;
  }
  .categrayBox .backBtn {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 100%;
    vertical-align: top;
    background: #f5f8fa;
  }
  .categrayBox .content {
    display: inline-block;
    width: calc(100% - 45px);
  }
  .categrayBox .moveBtn {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
    background: #0054a5;
    border-color: #0054a5;
  }
  .categrayBox .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
    color: #7b8a96;
    padding: 0;
  }
  .categrayBox .yjTitle {
    border-bottom: 1px solid #f8f8f8;
  }
  .categrayBox .sjTitle {
    padding-left: 80px;
  }
  .categrayBox .jsDeg {
    transform: rotate(-90deg);
  }
  .categrayBox .line_right {
    display: block;
    width: 8px;
    height: 50px;
    background-color: #0054a5;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
  }
  .categrayBox .line_show {
    opacity: 1;
  }
  .categrayBox .sjTitle::after {
    content: '';
    display: block;
    width: 8px;
    height: 50px;
    background-color: #0054a5;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/*左右布局分类样式结束*/
/*分类高亮*/
.categrayBox .jpActive .yjLink::before{
  background-color: #0054a5;
  opacity: 1;
}
.categrayBox .jpActive{
  background-color: #f5f8fa;
}
/*分类高亮结束*/
