﻿.rightSide {
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 99;
    transform: scale(.8, .8);
}
.rightSide li {
    position: relative;
    width: 114px;
    height: 114px;
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(112,112,119,0.08);
    border-radius: 8px;
    border: 1px solid #F2F4F5;
    text-align: center;
}
.rightSide li:first-child {
    height: 124px;
    border-radius: 57px 57px 8px 8px;
}
.rightSide li:last-child {
    height: 124px;
    border-radius: 8px 8px 57px 57px;
    text-align: center;
}
.rightSide li:hover {
    background: #F3F4F9;
}
.rightSide li a > img {
    margin: 0 auto 5px;
}
.rightSide li p {
    text-align: center;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
}
.rightSide li .r_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    position: absolute;
    
    top: 50%;
    transform: translate(-100% , -50%);
    white-space: nowrap;
    width: auto;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    transition-delay: 0.1s;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
}

.rightSide li:hover .r_box {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 10;
    transition: 0.3s ease-out;
}
.rightSide li .r_box::after {
    content: "";
    transform: translateX(-5%);
    width: 0;
    height: 0;
    margin-right: 15px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #fff;
    z-index: 9;
}
.rightSide li .r_box img {
    width: 96px !important;
    height: 96px ;
    margin: 0 5px;
    border-radius: 8px;
    display: inline-block;
}
.rightSide li .r_box img:last-child {
    margin-right: 0;
}
.rightSide li .tel p {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    color: #1D2088;
    background: #fff;
    border-radius: 8px;
    font-family: "D-DIN";
}
.rightSide li .r_box .lyBox {
    padding: 20px 20px 50px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(242, 244, 245, 1);
}
.rightSide li .r_box .lyBox textarea::placeholder {
    font-size: 18px;
    color: #1D2088;
}
.rightSide li .r_box .lyBox textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 319px;
    height: 121px;
    line-height: 1.6em;
    border-radius: 5px;
    border: 1px solid RGBA(151, 149, 165, 1);
}
.rightSide li .r_box .lyBox label {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #1D2088;
}


.safetyYw {
    width: 90%;
    margin: 0 auto 120px;
    display: flex;
    justify-content: flex-start;
}
.safetyYw .leftTab {
    position: relative;
}

.nav-wrap.navFix .leftTab{position: fixed; top:120px;}
.safetyYw .leftTab::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #F2F4F5;
    border-radius: 2px;
}
.safetyYw .leftTab li {
    position: relative;
    width: 242px;
    height: 66px;
    margin: 15px 0;
    font-size: 26px;
    line-height: 66px;
    text-align: center;
    color: rgba(0,0,0,0.86);
}
.safetyYw .leftTab li a {
    color: rgba(0,0,0,0.86);
}
.safetyYw .leftTab li:hover {
    background: #F2F4F5;
    transition: all 0.3s;
}
.safetyYw .leftTab li.active {
    font-family: 'SourceHanSansCN-Bold';
    color: #fff;
    box-shadow: 0px 6px 20px 0px rgba(108,109,137,0.31);
    border-radius: 16px;
    background: linear-gradient(135deg, #3E43BD 0%, #1D2088 100%);
}
.safetyYw .leftTab li.active a {
    color: #fff;
}
.safetyYw .leftTab li.active::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background: #222691;
    border-radius: 2px;
    z-index: 9;
}



  .sideBar {
  position: fixed;
  right: 0;
  top: 40%;display:none;
  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:#004ea2;
}

.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:#1d2088;
  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: -140px;
  width: 190px;
  top: 202px;
}

.side3 span {
  width: 140px;
}
.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:#1d2088;
}

.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;
}

@media only screen and (max-width: 768px) {
  .sideBar {
     
  }
   .m-foot{
    display:block;
  } 
  .wyz{
  display:block;
}
  
}