.s_title{color:#000;font-family:Microsoft YaHei;font-weight:400;text-align:left;line-height:1.5;font-size:16px}

.sideBar {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 998;
}

.side1 {
  width: 50px;
  height: 150px;
  background:#222;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side1 a, .side1 img, .side1 i, .side1 span {
  display: block;
}

.side1 img {
  margin: 0 auto;
}

.side1 i {
  margin: 10px auto;
  width: 1px;
  height: 20px;
  background: #fff;
  transition: all 0.5s ease;
}

.side1 span {
  color: #fff;
  font-size: 14px;
  writing-mode: vertical-lr;
  margin: 0 auto;
  letter-spacing: 2px;
}

.side1:hover {
  background:rgb(221 117 28 / 100%);
}

.side1:hover a img {
  animation: jitter 0.5s;
}

.side {
  height: 50px;
  position: absolute;
  transition: all 0.5s;
}

.side a {
  display: block;
  height: 50px;
  font-size: 0;
}

.side i, .side span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 50px;
}

.side i {
  width: 50px;
  text-align: center;
  background:rgb(221 117 28 / 90%);
  transition: all 0.3s;
}

.side i img {
  vertical-align: middle;
}

.side span {
  text-align: center;
  line-height: 50px;
  background: #232323;
  font-size: 13px;
  color: #fff;
  transition: all 1s;
}

.side2 {
  top: 151px;
  right: -140px;
  width: 190px;
}

.side2 span {
  width: 140px;
}

.side3 {
  right: -190px;
  width: 240px;
  top: 202px;
}

.side3 span {
  width: 190px;
}
.side4 {
    right: -140px;
    width: 190px;
    top: 253px;
}

.side4 span {
  width: 140px;
}
  

.side5 {
  right: -90px;
  width: 140px;
  top: 253px;
  cursor: pointer;
}

.side5 span {
  width: 90px;
  font-size: 14px;
}

.qcodePic {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  z-index: 99;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.side5:hover .qcodePic {
  display: block;
}

.side6 {
  right: -90px;
  width: 140px;
  top: 305px;
  cursor: pointer;
}

.side6 span {
  width: 90px;
  font-size: 14px;
}

.side:hover {
  right: 0;
}

.side:hover i {
  background:rgb(221 117 28 / 100%);
}

.wxPic {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
}

.wxPic img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
  
.m-foot{
  position:fixed;
  bottom:0;
  left:0;
  z-index:999;
  width:100%;
  background:#f5f5f5;
  display:none;
}
.m-foot ul{
  font-size:0;
  text-align:center;
  height:54px;
}
.m-foot ul li{
  float:left;
  width:20%;
  height:54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left:1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
.m-foot ul li:nth-child(3){
  background:#e80101;
  border-left:none;
  border-top: 1px solid #e80101;
}
.m-foot ul li:nth-child(3) span{
  color:#fff !important;
}
.m-foot ul li:first-child,
.m-foot ul li:nth-child(4){
  border-left:none;
}
.m-foot ul li span,.m-foot ul li img{
  display:block;
  margin: 6px auto;
}
.m-foot ul li span{
  line-height:14px;
  font-size:12px;
  color:#1a1a1a;
  transition:all 0.4s;
}
.m-foot ul li:hover span{
  color:#e80101;
}
  
.wyz{
position:fixed;
width:50px;
height:50px !important;
right:6px;
bottom:150px;
z-index:90;
display:none;
}

#c_navigation_015-1649303014295 .p_item:last-child .e_text-81 {
    text-align: right;
}
#c_static_001_P_1782-1650609678065 .e_richText-6 {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .sideBar {
      display:none;
  }
   .m-foot{
    display:block;
  } 
  .wyz{
  display:block;
}
#c_static_001-16369437775070 .e_container-1 {
    padding-left: 20px;
    padding-right: 20px;
}
#c_navigation_015-1649303014295 .p_item:last-child .e_text-81 {
    text-align: left;
}
#c_static_001_P_1782-1650609678065 .e_richText-6 {
    font-size: 14px;
    line-height: 26px;
}
}

.list_page { width: 100%;text-align:center;margin: 30px 0;font-weight: 500;}
.list_page ul li { display:inline-block;font-size: 16px; line-height: 32px; border: 1px solid #d0cfcf; margin: 0 5px 5px 0;padding: 0;color: #333333;}
.list_page ul li.active,.list_page ul li:hover { background:#34abfd; border: 1px solid #34abfd;}
.list_page ul li a,.list_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.list_page ul li:hover a,.list_page ul li:hover span,.list_page ul li.active span {color:#ffffff;}

.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
}
.showcon iframe {
    _height:auto !important;
}
#c_static_334-1645174866442 .e_map-50 {
    height: auto;
}
}
