.mainColor {
  color: #149152;
}
.mainColor.backdrop {
  background-color: #149152;
}
/* 活动项 */
.mainColor-act:hover,
.mainColor-act.active,
.mainColor-act:hover > a,
.mainColor-act.active > a,
.mainColor-act:hover > p,
.mainColor-act.active > p {
  color: #149152 !important;
}
.header .droplist li.active a {
  background: #149152;
}
.header a.more:hover {
  color: #149152 !important;
}
.header .nav .pop .item a:hover i {
  color: #149152 !important;
}
.header .nav .pop .item a:hover {
  border-bottom: 1px solid #149152 !important;
}
.header .nav .pop .container .desc .text p:first-child {
  color: #149152 !important;
}
.swiper-pagination-bullet-active {
  background: #149152;
}
div.title p.tit::before {
  color: #149152;
}
.product .sort li.active,
.product .sort li:hover {
  background: #149152;
}
.product .list li:hover p {
  background: #149152;
}
.about {
  background: #1c1c1c;
}
.about .channel .more {
  background: #149152;
}
.article.about .info .text .more:hover p {
  color: #149152;
}
.advantage .page i.active {
  background: #149152;
}
.news .content .left:hover p.tit {
  color: #149152;
}
.news .content .right li:hover .date p {
  color: #149152;
}
.news .content .right li:hover .info p.tit {
  color: #149152;
}
.news .sort a:hover,
.news .sort a.active {
  color: #149152;
  border-bottom: 2px solid #149152;
}
.pagenav a:hover,
.pagenav a.active {
  background: #149152;
}
.article.list .container .product li:hover p {
  color: #149152;
}
.article.list .container .news li:hover a {
  background: #149152;
}
.pager li > a:focus,
.pager li > a:hover {
  background-color: #149152;
  border: 1px solid #149152;
}
.hot section.title {
  color: #149152;
}
.article.content .container .others a:hover {
  background-color: #149152;
  border: 1px solid #149152;
}
.eyou-showcase-info .tel a {
  background: #149152;
}
.preview .active-nav .imgauto {
  border: 1px solid #149152;
}
.banner .swiper-slide.bnerA .container .text .block .info span {
  background: #149152;
}
.banner .swiper-slide.bnerB .container .text .block .info p {
  color: #149152;
}
.banner .swiper-slide.bnerC .container .text .block p.tit {
  color: #149152;
}
.article.search a:hover p {
  color: #149152;
}
.about .right a.more:hover {
  background: #149152;
}
.newlist .base .block .list ul li:hover a .info .tit {
  color: #149152;
}
/* 重置项 */
.nav > li > a {
  position: unset;
  padding: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.flipster::-webkit-scrollbar {
  display: none;
}
.flipster-carousel .flip-past {
  left: -80px;
  transform: translateX(-80%) translateZ(0) rotateY(60deg) scale(0.65);
}
.flipster-carousel .flip-prev {
  left: -40px;
  transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8);
}
.flipster-carousel .flip-next {
  left: 40px;
  transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8);
}
.flipster-carousel .flip-future {
  left: 80px;
  transform: translateX(80%) translateZ(0) rotateY(-60deg) scale(0.65);
}
.flipster-carousel .flip-items img {
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
@media (min-width: 992px) {
  .swiper-pagination {
    bottom: 36px !important;
  }
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #149152 !important;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Light", "苹方", "微软雅黑", "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_f7nt6tl6pbm.woff2?t=1659493030911') format('woff2'), url('https://at.alicdn.com/t/c/font_2802347_f7nt6tl6pbm.woff?t=1659493030911') format('woff'), url('https://at.alicdn.com/t/c/font_2802347_f7nt6tl6pbm.ttf?t=1659493030911') 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: #222;
  font-size: .7rem;
}
div.title p.tit {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .4rem;
  padding-bottom: 0;
}
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 {
    position: relative;
    display: block;
    margin-bottom: 3rem;
    text-align: center;
  }
  div.title p.tit {
    color: #149152;
    font-size: 2.4rem;
  }
  div.title p.tit::before {
    display: none;
  }
  div.title p.txt {
    display: none;
  }
}
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 */
.banner {
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
}
.banner img {
  width: 100%;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 6rem;
  }
}
/* 轮播 E */
/* 大图 S */
.bigpic {
  position: relative;
  width: 100%;
  height: 15rem;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  transition: .5s;
  background-image: url("../image/bigpic.jpg");
}
.bigpic .shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.bigpic .container {
  position: relative;
  width: 90%;
  text-align: center;
  padding-top: 5rem;
}
.bigpic .container p {
  color: #149152;
  font-size: 1rem;
}
.bigpic .container p:nth-child(1) {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bigpic {
    height: 20rem;
  }
  .bigpic .container {
    padding-top: 9.5rem;
  }
}
@media (min-width: 992px) {
  .bigpic {
    height: 28rem;
  }
  .bigpic .container {
    padding-top: 14rem;
  }
  .bigpic .container p {
    font-size: 1.2rem;
  }
  .bigpic .container p:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .bigpic {
    height: 38rem;
  }
  .bigpic .container {
    padding-top: 16rem;
  }
  .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 .position {
  font-family: "宋体";
}
.pos span {
  font-family: "Arial";
}
.pos a {
  color: #555;
  font-family: "Arial";
  transition: .5s;
}
.pos a:hover {
  color: #149152;
}
@media (min-width: 992px) {
  .pos {
    margin-top: 1.2rem;
  }
}
@media (min-width: 992px) {
  .pos {
    margin-top: 3.6rem;
  }
  .pos span {
    float: left;
  }
}
/* 大图 E */
/* 搜索 S */
.searchform .table .hotword {
  display: none;
}
.searchform .table form.search {
  margin-top: .5rem;
}
.searchform .table form.search input {
  width: 86%;
  height: 1.6rem;
  box-sizing: border-box;
  padding-left: .3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
}
.searchform .table form.search button {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  height: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: #149152;
}
.searchform .table form.search button i {
  color: #fff;
  font-size: 1rem;
}
.searchform .table span.color {
  display: none;
}
@media (min-width: 1200px) {
  .searchform {
    position: relative;
    width: 100%;
    max-width: 1440px;
  }
  .searchform .table {
    position: relative;
    top: -2rem;
    width: 800px;
    height: 4rem;
    background: #149152;
  }
  .searchform .table .hotword {
    float: left;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
  }
  .searchform .table .hotword a {
    display: inline-block;
    margin-right: 1.2rem;
    color: #eee;
    transition: .5s;
  }
  .searchform .table .hotword a:hover {
    color: #fff;
  }
  .searchform .table form.search {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    float: right;
    margin-top: 0;
  }
  .searchform .table form.search input {
    height: 2.4rem;
    color: #fff;
    margin-top: .5rem;
    margin-right: 1rem;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #fff;
  }
  .searchform .table form.search input::-webkit-input-placeholder {
    color: #fff !important;
  }
  .searchform .table form.search button {
    width: 5rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    background: #222;
  }
  .searchform .table form.search button i {
    font-size: 2.8rem;
  }
  .searchform .table span.color {
    position: absolute;
    left: -5000px;
    top: 0;
    content: "";
    display: inline-block !important;
    width: 5000px;
    height: 4rem;
    background: #149152;
  }
}
.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: #149152;
}
.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 */
.topbar {
  display: none;
}
@media (min-width: 992px) {
  .topbar {
    display: block;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #f5f5f5;
  }
  .topbar .fl {
    color: #555;
    font-size: 1rem;
  }
  .topbar .fr {
    vertical-align: middle;
    font-family: "黑体";
  }
  .topbar .fr a {
    color: #555;
    font-family: "黑体";
    transition: .5s;
  }
  .topbar .fr a:hover {
    color: #149152;
  }
}
.header {
  min-width: 375px;
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  transition: .5s;
}
.header .container p.tel {
  display: none;
}
.header .container a.logo {
  float: left;
  display: inline-block;
  height: 100%;
  line-height: 3rem;
}
.header .container a.logo img {
  width: 12rem;
  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 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #ddd;
  }
  .header .container {
    width: 100%;
  }
  .header .container a.logo {
    line-height: 4rem;
  }
  .header .container a.logo img {
    width: 16rem;
  }
  .header .container .nav {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    float: right;
    width: 56%;
  }
  .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: none;
    width: 4.8rem;
    height: 2px;
    transition: .5s;
  }
  .header .container .droplist,
  .header .container .dropdown {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    margin-top: 0;
    z-index: 1000;
  }
  .header .container p.tel {
    display: inline-block;
    color: #222;
    font-size: 1.4rem;
    margin-left: 1rem;
    transition: .5s;
  }
  .header .container p.tel i {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: .5rem;
  }
  .header .container a.logo {
    line-height: 6rem;
  }
  .header .container a.logo img {
    width: 24rem;
  }
  .header .container .nav {
    width: 50%;
  }
  .header .container .nav li > a {
    font-size: 1.2rem;
  }
  .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 .item div {
    position: relative;
    float: right;
    display: inline-block;
    width: 18.5rem;
    line-height: 4rem;
    margin-top: 1.8rem;
    margin-right: -4rem;
  }
  .header .container .nav li .pop .container .item div > 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 div > 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 div > a span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    background: #149152;
    transition: .5s;
  }
  .header .container .nav li .pop .container .item div > a:hover span {
    width: 100%;
  }
  .header .container .nav li .pop .container .item div ol {
    position: absolute;
    display: none;
    width: 30rem;
    line-height: 1rem;
    margin-left: 1rem;
    background: #fff;
    box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 1rem 1.2rem 0;
  }
  .header .container .nav li .pop .container .item div ol a {
    position: relative;
    display: inline-block;
    color: #555;
    line-height: 1.4rem;
    margin-right: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: none;
    transition: .5s;
    z-index: 1;
  }
  .header .container .nav li .pop .container .item div ol a i {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 8px;
    background: linear-gradient(to right, rgba(20, 145, 82, 0.6), #ffffff);
    transition: .5s;
    z-index: -1;
  }
  .header .container .nav li .pop .container .item div ol a:hover {
    color: #222;
    font-weight: bold;
    border-bottom: none !important;
  }
  .header .container .nav li .pop .container .item div ol a:hover i {
    width: 100%;
  }
  .header .container .nav li .pop .container .item div:hover ol {
    display: block;
  }
  .header .container .nav li:nth-child(3) .pop .container .item div {
    float: unset;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0;
  }
  .header .container .nav li:nth-child(2):hover .pop {
    height: 18rem;
  }
  .header .container .nav li:nth-child(3):hover .pop {
    height: 8rem;
  }
  .header .container .nav li:nth-child(4):hover .pop {
    height: 8rem;
  }
  .header .container .nav li:nth-child(5):hover .pop {
    height: 8rem;
  }
  .header .container .nav i.select {
    display: inline-block;
  }
  .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 .info {
  flex-flow: row wrap;
  justify-content: center;
  width: 90%;
  margin: 1rem auto;
}
.footer .info .left {
  width: 100%;
}
.footer .info .left p {
  color: #eee;
}
.footer .info .left p:first-child {
  font-size: 1rem;
}
.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 div:first-child {margin-right:18px;}
.footer .info .right img {
  width: 70px;
}
.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: 90%;
  transition: .5s;
}
.footer .siteinfo .container .left p {
  color: #888;
  margin-bottom: 0;
}
.footer .siteinfo .container .left p a {
  color: #149152;
}
.footer .siteinfo .container .right {
  width: 100%;
  margin-top: .5rem;
  transition: .5s;
}
.footer .siteinfo .container .right a {
  color: #888;
}
.footer .siteinfo .container .right a span {
  color: #333;
}
.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: 60%;
    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: 36%;
    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: 120%;
  }
}
@media (min-width: 992px) and (min-width: 1040px) {
  .footer {
    margin-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .footer .line {
    margin-bottom: 3rem;
    background: #333;
  }
  .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 .info {
    width: 40%;
    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;
  }
  .footer .container .info .right img {
    width: 64%;
  }
}
/* 尾部 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: .7rem;
  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: 64%;
  right: -80px;
  flex-flow: column nowrap;
  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 {
  position: relative;
}
.sidenav .WeChat .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 {
  width: 75%;
}
.sidenav .WeChat .pop p {
  color: #555;
}
.sidenav .WeChat:hover .pop {
  left: -162px;
  opacity: 1;
}
.sidenav .phone {
  position: relative;
}
.sidenav .phone .pop {
  position: absolute;
  top: 0;
  left: 80px;
  width: 260px;
  height: 80px;
  text-align: left;
  line-height: 24px;
  opacity: 0;
  box-sizing: border-box;
  padding-top: 16px;
  padding-left: 28px;
  transition: .5s;
}
.sidenav .phone .pop span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.sidenav .phone:hover .pop {
  left: -261px;
  opacity: 1;
}
.sidenav .top {
  opacity: 0;
  transition: .5s;
}
@media (min-width: 992px) {
  .sidenav {
    right: 0;
  }
}
/* 侧边 E */

