.mainColor {
  color: #164e99;
}
.mainColor.backdrop {
  background-color: #164e99;
}
/* 活动项 */
.mainColor-act:hover,
.mainColor-act.active,
.mainColor-act:hover > a,
.mainColor-act.active > a,
.mainColor-act:hover > p,
.mainColor-act.active > p {
  color: #164e99 !important;
}
.header .droplist li.active a {
  background: #164e99;
}
.header a.more:hover {
  color: #164e99 !important;
}
.header .nav .pop .item a:hover i {
  color: #164e99 !important;
}
.header .nav .pop .item a:hover {
  border-bottom: 1px solid #164e99 !important;
}
.header .nav .pop .container .desc .text p:first-child {
  color: #164e99 !important;
}
.swiper-pagination-bullet-active {
  background: #164e99;
}
div.title p.tit::before {
  color: #164e99;
}
.about {
  background: #1c1c1c;
}
.about .channel .more {
  background: #164e99;
}
.product .sort li.active,
.product .sort li:hover {
 background:#164e99;
}
.product .sort li {
  background: #EEEEEE;
}
.product .list li:hover p {
  background: #164e99;
}
.article.about .info .text .more:hover p {
  color: #164e99;
}
.advantage .page i.active {
  background: #164e99;
}
.news .content .left:hover p.tit {
  color: #164e99;
}
.news .content .right li:hover .date p {
  color: #164e99;
}
.news .content .right li:hover .info p.tit {
  color: #164e99;
}
.news .sort a:hover,
.news .sort a.active {
  color: #164e99;
  border-bottom: 2px solid #164e99;
}
.pagenav a:hover,
.pagenav a.active {
  background: #164e99;
}
.article.list .container .product li:hover p {
  color: #164e99;
}
.article.list .container .news li:hover a {
  background: #164e99;
}
.pager li > a:focus,
.pager li > a:hover {
  background-color: #164e99;
  border: 1px solid #164e99;
}
.hot section.title {
  color: #164e99;
}
.article.content .container .others a:hover {
  background-color: #164e99;
  border: 1px solid #164e99;
}
.eyou-showcase-info .tel a {
  background: #164e99;
}
.preview .active-nav .imgauto {
  border: 1px solid #164e99;
}
.banner .swiper-slide.bnerA .container .text .block .info span {
  background: #164e99;
}
.banner .swiper-slide.bnerB .container .text .block .info p {
  color: #164e99;
}
.banner .swiper-slide.bnerC .container .text .block p.tit {
  color: #164e99;
}
.article.search a:hover p {
  color: #164e99;
}
/* 取消样式 */
.nav > li > a {
  position: unset;
  padding: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Arial";
}
*::before,
*::after {
  content: none !important;
}
html {
  color: #222;
  font-size: 24px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
  transition: .5s;
}
ul {
  list-style-type: none;
}
img {
  border: 0;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.z-top {
  z-index: 100;
}
.elsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-2elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-3elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.scale {
  transition: 1.5s;
}
.hover-shadow:hover {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
@font-face {
  font-family: 'iconfont';
  src: url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.woff2?t=1675849353221') format('woff2'), url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.woff?t=1675849353221') format('woff'), url('https://at.alicdn.com/t/c/font_2802347_rmbitrhjfkk.ttf?t=1675849353221') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}
/* 标题 S */
div.title {
  color: #555;
  font-size: .7rem;
}
div.title p.tit {
  color: #222;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .6rem;
}
div.title p.tit::before {
  position: relative;
  top: 0;
  content: "“" !important;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: .2rem;
}
@media (min-width: 768px) {
  div.title p.tit {
    font-size: 1.4rem;
  }
  div.title p.tit::before {
    top: -0.2rem;
    font-size: 1.4rem;
  }
  div.title p.txt {
    font-size: .8rem;
  }
}
@media (min-width: 992px) {
  div.title p.tit {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  div.title p.tit::before {
    top: -0.4rem;
    font-size: 1.6rem;
  }
  div.title p.txt {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  div.title p.tit {
    font-size: 2rem;
  }
  div.title p.tit::before {
    top: -0.6rem;
    font-size: 2rem;
  }
  div.title p.txt {
    font-size: 1.2rem;
  }
}
section {
  text-align: center;
}
section p {
  font-size: 1rem;
  margin-bottom: .5rem;
}
section i {
  display: inline-block;
  width: 2rem;
  height: 2px;
}
@media (min-width: 992px) {
  section {
    font-weight: 500;
  }
  section p {
    font-size: 1.6rem;
  }
  section i {
    width: 2.6rem;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  section p {
    font-size: 2rem;
  }
}
/* 标题 E */
/* 大图 S */
.bigpic {
  position: relative;
  width: 100%;
  height: 15rem;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  transition: .5s;
}
.bigpic.about {
  background-image: url("../image/bigpic_about.jpg");
}
.bigpic.employ {
  background-image: url("../image/bigpic_employ.jpg");
}
.bigpic.product {
  background-image: url("../image/bigpic_product.jpg");
}
.bigpic.news {
  background-image: url("../image/bigpic_news.jpg");
}
.bigpic.contact {
  background-image: url("../image/bigpic_contact.jpg");
}
.bigpic.tags {
  background-image: url("../image/bigpic_tag.jpg");
}
.bigpic .shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.bigpic .container {
  position: relative;
  width: 90%;
  text-align: center;
  padding-top: 5rem;
}
.bigpic .container p {
  color: #fff;
  font-size: 1rem;
}
.bigpic .container p:nth-child(1) {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .bigpic {
    height: 20rem;
  }
  .bigpic .container {
    padding-top: 9.5rem;
  }
}
@media (min-width: 992px) {
  .bigpic {
    height: 24rem;
  }
  .bigpic .container {
    padding-top: 12rem;
  }
  .bigpic .container p {
    font-size: 1.2rem;
  }
  .bigpic .container p:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .bigpic {
    height: 28rem;
  }
  .bigpic .container {
    padding-top: 13rem;
  }
  .bigpic .container p {
    font-size: 1.8rem;
  }
  .bigpic .container p:nth-child(1) {
    font-size: 2.6rem;
  }
}
.pagenav {
  position: relative;
  overflow: unset;
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
.pagenav p.swipe {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 3.2rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .pagenav p.swipe {
    display: none;
  }
}
.pagenav .container {
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .pagenav .container {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .pagenav .container {
    width: 100%;
  }
}
.pagenav .container a {
  flex-shrink: 0;
  display: inline-block;
  padding: 14px 1.2rem;
  color: #555;
  transition: .5s;
}
@media (min-width: 992px) {
  .pagenav .container a {
    padding: 14px 1.8rem;
  }
}
.pagenav .container a:hover,
.pagenav .container a.active {
  color: #fff;
}
@media (min-width: 1200px) {
  .pagenav .container a {
    flex-shrink: 1;
    padding: 14px 1rem;
  }
}
.pagenav .container a:last-child {
  margin-right: 3rem;
}
.pagenav .container::-webkit-scrollbar,
.pagenav .container::-webkit-scrollbar-thumb {
  height: 0;
}
.pos {
  display: block;
  margin-top: .8rem;
  color: #555;
  font-family: "宋体";
}
.pos span {
  font-family: "Arial";
}
.pos a {
  color: #555;
  font-family: "Arial";
  transition: .5s;
}
.pos a:hover {
  color: #164e99;
}
@media (min-width: 992px) {
  .pos {
    margin-top: 2.8rem;
  }
}
@media (min-width: 992px) {
  .pos span {
    float: left;
  }
}
/* 大图 E */
/* 搜索 S */
.pos form {
  margin-top: .5rem;
}
.pos form input {
  width: 84%;
  height: 1.6rem;
  box-sizing: border-box;
  padding-left: .3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}
.pos form button {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  height: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: #164e99;
}
.pos form button i {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .pos form {
    float: right;
    width: 30%;
    max-width: 300px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .pos form {
    margin-top: -0.7rem;
  }
  .pos form input {
    height: 2.4rem;
  }
  .pos form button {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* 搜索 E */
/* 分页 S */
.pager {
  width: 100%;
  max-width: 360px;
  margin: 1rem auto 1.2rem;
}
@media (min-width: 768px) {
  .pager {
    margin: 1.6rem auto;
  }
}
@media (min-width: 992px) {
  .pager {
    margin: 1.6rem auto 2.2rem;
  }
}
@media (min-width: 1200px) {
  .pager {
    margin: 2rem auto 3rem;
  }
}
.pager li {
  margin: 0 1px;
}
.pager li > a,
.pager li > span {
  height: 30px;
  line-height: 30px;
  color: #555;
  padding: 0 8px;
  border-radius: 0;
}
.pager li > a:focus,
.pager li > a:hover {
  color: #fff;
}
@media (max-width: 320px) {
  .pager li:first-child,
  .pager li:last-child {
    display: none;
  }
}
/* 分页 E */
/* 头部 S */
.header {
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  transition: .5s;
  
}
.header .container div.tel {
  display: none;
}
.header .container div.substation {
  display: none;
}
.header .container a.logo {
  float: left;
  display: inline-block;
  height: 100%;
  line-height: 3rem;
}
.header .container a.logo img {
  width: 7.6rem;
  vertical-align: middle;
  transition: .5s;
}
.header .container .nav {
  display: none;
}
.header .container .droplist {
  position: fixed;
  top: -50rem;
  left: 0;
  padding-top: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s;
  z-index: 10000;
}
.header .container .droplist li {
  text-align: center;
}
.header .container .droplist li a {
  display: inline-block;
  width: 72%;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  font-size: .8rem;
}
.header .container .droplist i {
  position: absolute;
  bottom: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.header .container .dropdown {
  float: right;
  font-size: 1rem;
  margin-right: .3rem;
}
@media (min-width: 992px) {
  .header {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  .header .container {
    width: 100%;
  }
  .header .container a.logo {
    line-height: 4rem;
  }
  .header .container a.logo img {
    width: 9rem;
  }
  .header .container .nav {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    float: right;
    width: 70%;
  }
  .header .container .nav li > a {
    position: unset;
    display: inline-block;
    padding: 0;
    color: #222;
    font-size: 1rem;
  }
  .header .container .nav li .pop {
    display: none;
  }
  .header .container .nav i.select {
    position: absolute;
    bottom: 0;
    left: 2rem;
    display: inline-block;
    width: 4.2rem;
    height: 2px;
    background: #164e99;
    transition: .5s;
  }
  .header .container .droplist,
  .header .container .dropdown {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
  }
  .header .container div.tel {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 1.4rem;
    margin-left: 1rem;
    transition: .5s;
    vertical-align: middle;
  }
  .header .container div.tel i {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: .5rem;
  }
  .header .container div.tel .pop {
    position: absolute;
    top: 6rem;
    left: 0;
    display: none;
    width: 20rem;
    padding: .8rem 1.2rem;
    box-sizing: border-box;
    border-top: 2px solid #164e99;
    background: #fff;
    transition: .5s;
  }
  .header .container div.tel .pop p {
    margin: 0;
    line-height: 2.4rem;
  }
  .header .container div.tel:hover .pop {
    display: block;
  }
  .header .container div.substation {
    position: relative;
    display: inline-block;
  }
  .header .container div.substation b {
    vertical-align: middle;
    margin-left: 1.4rem;
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;
  }
  .header .container div.substation b::after {
    content: ">" !important;
    display: inline-block;
    font-family: "宋体";
    line-height: 0;
    margin-left: 10px;
    transform: rotate(90deg);
  }
  .header .container div.substation .pop {
    position: absolute;
    display: none;
    width: 19rem;
    padding: .8rem;
    padding-right: 0;
    background: #fff;
  }
  .header .container div.substation .pop ul {
    line-height: 1rem;
    margin-bottom: 0;
  }
  .header .container div.substation .pop ul li {
    position: relative;
    display: inline-block;
    margin: 1rem;
    transition: .5s;
  }
  .header .container div.substation .pop ul li a {
    color: #222;
    transition: .5s;
  }
  .header .container div.substation .pop ul li:hover a.one {
    color: #164e99;
  }
  .header .container div.substation .pop ul li:hover div {
    display: block;
  }
  .header .container div.substation .pop ul li div {
    position: absolute;
    top: 1.6rem;
    left: -1.8rem;
    display: none;
    width: 19rem;
    padding: .8rem;
    padding-right: 0;
    border-top: 1px solid #164e99;
    background: #f7f7f7;
  }
  .header .container div.substation .pop ul li div a {
    display: inline-block;
    margin: 1rem;
    color: #555;
    transition: .5s;
  }
  .header .container div.substation .pop ul li div a:hover {
    color: #164e99;
  }
  .header .container a.logo img {
    width: 15.9rem;
  }
  .header .container .nav {
    width: 48%;
  }
  .header .container .nav li > a {
    font-size: 1rem;
  }
  .header .container .nav li .pop {
    position: fixed;
    top: 6rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
    transition: .5s;
  }
  .header .container .nav li .pop .container {
    justify-content: space-between;
  }
  .header .container .nav li .pop .container .desc {
    padding-top: 3rem;
  }
  .header .container .nav li .pop .container .desc .text {
    display: inline-block;
    width: 20rem;
    vertical-align: top;
    margin-right: 4rem;
  }
  .header .container .nav li .pop .container .desc .text p:first-child {
    font-size: 1.4rem;
    height: 1rem;
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .header .container .nav li .pop .container .desc .text p {
    color: #555;
    line-height: 1.6rem;
    height: 6rem;
  }
  .header .container .nav li .pop .container .desc .text a {
    color: #888;
    transition: .5s;
  }
  .header .container .nav li .pop .container .desc img {
    width: 21rem;
    height: 14rem;
  }
  .header .container .nav li .pop .container .item {
    width: 28rem;
    line-height: 4rem;
    margin-top: 2rem;
  }
  .header .container .nav li .pop .container .item a {
    position: relative;
    display: inline-block;
    width: 11rem;
    height: 2rem;
    margin: 0 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 1rem;
    transition: .5s;
  }
  .header .container .nav li .pop .container .item a i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1rem;
    height: 2rem;
    font-family: "宋体";
    font-style: normal;
    transition: .5s;
  }
  .header .container .nav li .pop .container .item .ul {
    position: relative;
    display: inline-block;
    width: 11rem;
    height: 2rem;
    margin: 0 1rem;
  }
  .header .container .nav li .pop .container .item .ul ol {
    position: absolute;
    top: 3.4rem;
    left: 0;
    list-style-type: none;
    display: none;
  }
  .header .container .nav li .pop .container .item .ul:hover ol {
    display: inline-block;
  }
  .header .container .nav li:hover .pop {
    height: 24rem;
    z-index: 10;
  }
  .header .container .nav li:nth-child(1).active ~ i {
    left: 0;
  }
  .header .container .nav li:nth-child(2).active ~ i {
    left: 6.2rem;
  }
  .header .container .nav li:nth-child(3).active ~ i {
    left: 12.2rem;
  }
  .header .container .nav li:nth-child(4).active ~ i {
    left: 18.4rem;
  }
  .header .container .nav li:nth-child(5).active ~ i {
    left: 24.8rem;
  }
  .header .container .nav li:nth-child(6).active ~ i {
    left: 31rem;
  }
  .header .container .nav li:nth-child(7).active ~ i {
    left: 37.2rem;
  }
  .header .container .droplist,
  .header .container .dropdown {
    display: none;
  }
}
/* 头部 E */
/* 尾部 S */
.footer {
  padding-bottom: 2.4rem;
  background: #222;
}
.footer .container {
  width: 100%;
}
.footer .line {
  display: block;
  height: 2px;
  margin-bottom: .5rem;
}
.footer .nav {
  padding-bottom: .6rem;
  border-bottom: 1px solid #555;
}
.footer .nav .list {
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
}
.footer .nav .list > li {
  margin: 0.5rem;
  transition: .5s;
}
.footer .nav .list > li span {
  display: none;
}
.footer .nav .list > li > a {
  color: #eee;
  font-size: .6rem;
  transition: .5s;
}
.footer .nav .list > li div {
  display: none;
}
.footer .nav .tags {
  display: none;
}
.footer .info {
  flex-flow: row wrap;
  justify-content: center;
  width: 90%;
  margin: 1rem auto;
}
.footer .info .left {
  width: 100%;
}
.footer .info .left p {
  color: #eee;
  font-size: .8rem;
  margin-bottom: .7rem;
}
.footer .info .left p:first-child {
  font-size: .8rem;
}
.footer .info .left p:first-child i {
  font-size: 1rem;
  margin-right: .3rem;
}
.footer .info .right {
  text-align: center;
  margin-top: 1rem;
}
.footer .info .right img {
  width: 80%;
  
}
.footer .info .right p {
  color: #eee;
  font-size: .7rem;
  margin-top: .5rem;
}
.footer .siteinfo {
  padding-top: .5rem;
  border-top: 1px solid #555;
}
.footer .siteinfo .container {
  flex-flow: row wrap;
  width: 96%;
  margin: 0 auto;
}
.footer .siteinfo .container .left {
  width: 100%;
  transition: .5s;
}
.footer .siteinfo .container .left p {
  color: #888;
  font-size: .7rem;
  margin-bottom: .3rem;
}
.footer .siteinfo .container .left p a {
  color: #164e99;
}
.footer .siteinfo .container .right {
  width: 100%;
  margin-top: .5rem;
  transition: .5s;
}
.footer .siteinfo .container .right a {
  color: #888;
}
.footer .siteinfo .container .right a:last-child span {
  display: none;
}
@media (min-width: 768px) {
  .footer .container .info {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 1.4rem;
  }
  .footer .line {
    margin-bottom: 2rem;
  }
  .footer .container {
    width: 96%;
  }
  .footer .container .nav {
    display: inline-block;
    width: 56%;
    border-bottom: none;
  }
  .footer .container .nav .list {
    width: 100%;
  }
  .footer .container .nav .list > li {
    margin-right: .8rem;
  }
  .footer .container .nav .list > li > a {
    font-size: 1rem;
  }
  .footer .container .nav .list > li div {
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    margin-top: .5rem;
  }
  .footer .container .nav .list > li div a {
    display: inline-block;
    color: #e0e0e0;
    margin: .2rem 0;
    transition: .5s;
  }
  .footer .container .nav .list > li div a:hover {
    color: #fff;
  }
  .footer .container .info {
    float: right;
    width: 42%;
    margin-top: 0;
  }
  .footer .container .info .right {
    margin-top: 0;
  }
  .footer .siteinfo {
    padding-top: 1rem;
  }
  .footer .siteinfo .container {
    flex-flow: row nowrap;
  }
  .footer .siteinfo .container .right {
    margin-top: 0;
  }
  .footer .info .left {
    width: 132%;
  }
}
@media (min-width: 992px) and (min-width: 1040px) {
  .footer {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer .line {
    margin-bottom: 3rem;
  }
  .footer .container {
    width: 100%;
  }
  .footer .container .nav .list > li {
    margin-right: 2.8rem;
  }
  .footer .container .nav .list > li span {
    position: relative;
    top: -0.1rem;
    display: inline-block;
    width: 2px;
    height: 1rem;
    vertical-align: middle;
    margin-right: .8rem;
  }
  .footer .container .nav .list > li a.tit {
    color: #fff;
  }
  .footer .container .nav .list > li div {
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .footer .container .nav .list > li div a {
    font-size: .8rem;
    margin: .4rem 0;
  }
  .footer .container .nav .tags {
    display: block;
    margin-top: 1.2rem;
  }
  .footer .container .nav .tags a {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .5rem;
    color: #ccc;
    transition: .5s;
  }
  .footer .container .nav .tags a:hover {
    color: #fff;
  }
  .footer .container .info {
    padding-left: 3rem;
    border-left: 1px solid #555;
  }
  .footer .container .info .left p:first-child {
    font-size: 1.6rem;
  }
  .footer .container .info .left p:first-child i {
    font-size: 1.6rem;
  }
}
/* 尾部 E */
/* 侧边 S */
.button {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  transition: .5s;
  z-index: 10000;
}
.button a {
  display: inline-block;
  color: #fff;
  font-size: .8rem;
  width: 50%;
  text-align: center;
}
.button a i {
  font-size: 1rem;
  vertical-align: middle;
}
.button a:nth-child(2) {
  background: #333;
}
@media (min-width: 768px) {
  .button {
    bottom: -3rem;
  }
}
.sidenav {
  position: fixed;
  top: 56%;
  right: -80px;
  flex-flow: column nowrap !important;
  width: 80px;
  transition: .5s;
}
.sidenav > div {
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 1px;
  box-sizing: border-box;
  padding-top: 10px;
  cursor: pointer;
}
.sidenav > div i,
.sidenav > div p {
  color: #fff;
}
.sidenav > div i {
  font-size: 26px;
}
.sidenav .WeChat,
.sidenav .TikTok {
  position: relative;
}
.sidenav .WeChat .pop,
.sidenav .TikTok .pop {
  position: absolute;
  top: 0;
  left: 80px;
  width: 161px;
  height: 150px;
  box-sizing: unset;
  padding-top: 11px;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: .5s;
}
.sidenav .WeChat .pop img,
.sidenav .TikTok .pop img {
  width: 80%;
}
.sidenav .WeChat .pop p,
.sidenav .TikTok .pop p {
  color: #555;
}
.sidenav .WeChat:hover .pop,
.sidenav .TikTok:hover .pop {
  left: -162px;
  opacity: 1;
}
.sidenav .TikTok i.iconfont {
  font-size: 2.4rem;
}
.sidenav .phone {
  position: relative;
}
.sidenav .phone .pop {
  position: absolute;
  top: 0;
  left: 80px;
  width: 260px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  opacity: 0;
  transition: .5s;
}
.sidenav .phone .pop i,
.sidenav .phone .pop span {
  color: #fff;
  vertical-align: middle;
}
.sidenav .phone .pop span {
  font-size: 20px;
}
.sidenav .phone:hover .pop {
  left: -261px;
  opacity: 1;
}
.sidenav .top {
  opacity: 0;
  transition: .5s;
}
@media (min-width: 992px) {
  .sidenav {
    right: 0;
  }
}
/* 侧边 E */
