.gywm_wrap_s {

  position: relative;
}

.menu {
  background: #fff;
  position: absolute;
  top: 150px;
  left: 11%;
  width: .9531rem;
  font-size: 12px;
  z-index: 999;
  /* display: none; */
  border-left: 1px solid rgb(229, 229, 229);
}

.menu>ol {
  list-style: none;
  padding: 0;
}

.menu>ol>li {
  /* background: #3c3c3c; */
  margin-bottom: 1px;
  position: relative;
  transition: .5s;
}
.text{
  margin-bottom: 0.6125rem;
  width: auto;
  float: right;
  padding-left: 18.5%;
}
.text img{width: 100%;}
.menu>ol>li:nth-child(1) {
  /* --accent-color: #FDA085; */
  /* --gradient-color: #F6D365; */
}

.menu>ol>li:nth-child(2) {
  /* --accent-color: #BFF098; */
  /* --gradient-color: #6FD6FF; */
}

.menu>ol>li:nth-child(3) {
  /* --accent-color: #EA8D8D; */
  /* --gradient-color: #A890FE; */
}

.menu>ol>li:nth-child(4) {
  /* --accent-color: #D8B5FF; */
  /* --gradient-color: #1EAE98; */
}

.menu>ol>li:nth-child(5) {}

.menu>ol>li:nth-child(6) {}

.menu>ol>li a {
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
  /* color: rgb(10, 80, 180); */
  color: rgb(102, 102, 102);
  font-size: .0938rem;
}

.menu>ol>.active {
   background: url(path.png) no-repeat 0;
   background-size: 12px;
   /* padding-left: 33px; */
}
.menu>ol>.active a{
 color: rgb(10, 80, 180);
}




.menu>ol>li:focus .sub-menu,
.menu>ol>li:focus-within .sub-menu {
  max-height: 500px;
}

.menu>ol>li:after {
  background: #3c3c3c;
  /* content: ""; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: .5s;
  max-width: 0;
  overflow: hidden;
}

a:hover:after {
  width: 50px;
}

a:after {
  left: 0;
  right: 0;
  margin: auto;
}

.active>a:after {
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.menu>ol {
  display: block;
  max-width: none;
  /* text-align: center; */
}

.menu>ol>li {
  border-left: 0;
  display: inline-block;
  margin-left: 0;
  /* vertical-align: top; */
  width: auto;
  color: rgb(10, 80, 180);
  font-size: .0938rem;
  margin-bottom: .1094rem;
  /* background: url(path.png) no-repeat 0; */
  /* background-size: 12px; */
  padding-left: .1719rem;
  background: #fff;
}

.menu>ol>.active:after {
  background: linear-gradient(to bottom, var(--accent-color), var(--gradient-color));
  border-radius: 3px;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.container-div {
  margin: 0;
  padding: 0;
}

.content1 {
  height: auto;
  margin-bottom: 0.6125rem;
}

.content2 {
  height: auto;
}

.content3 {
  height: auto;
  margin-bottom: 0.3125rem;
}

.content4 {
  height: auto;
}

.content5 {
  height: auto;
  margin-bottom: 0.3125rem;
}

.content6 {
  height: auto;
  margin-bottom: 0.3125rem;
}
.content7 {
  height: auto;
}
.jigou_titile {

padding-bottom: .2656rem;

padding-top: .2031rem;
}

.jigou_titile h2 {
  color: rgb(51, 51, 51);
  font-size: .1875rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
}
.content51s {
  position: relative;
  left: -0.2552rem;
  margin-bottom: 0;
}
.content51s img{width: 112%;}

