@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans SC", Arial, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  background-color: #ff6900;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-center {
  width: 70rem;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 0.5rem !important;
}
.swiper-pagination-bullet-active {
  background-color: #ff6900;
  position: relative;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem #fff;
  transform: translate(-50%, -50%);
}
.swiper-button-next,
.swiper-button-prev {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ff6900;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 1rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #f5f5f5;
  pointer-events: initial;
}
.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  color: #a5a5a5;
  font-size: 1rem;
}
.page-title {
  text-align: center;
  padding: 2rem 0;
}
.page-title h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ff6900;
  position: relative;
}
.page-title h3::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  width: 4rem;
  border-bottom: 2px solid #ff6900;
  transform: translateX(-50%);
}
.page-title h4 {
  font-size: 1.3rem;
  padding: 1rem 0;
}
.case-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.case-menu a {
  margin: 0 2rem;
  position: relative;
}
.case-menu a:last-of-type::after {
  display: none;
}
.case-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  display: block;
  width: 1rem;
  border-bottom: 0.05rem solid #ccc;
  transform: translateY(-50%);
}
.case-menu a:hover {
  color: #ff6900;
}
.page-banner {
  min-height: 100px;
  background-color: #f5f5f5;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.page-banner img {
  display: block;
}
.paged {
  font-size: 0;
  text-align: center;
  margin: 30px 0;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #ff6900;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
.index-banner {
  margin-bottom: 2rem;
}
.index-banner .swiper-slide {
  min-height: 20rem;
  background-color: #ebebeb;
}
.index-banner .swiper-slide img {
  display: block;
}
.index-banner .banner-fixed {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.index-banner .swiper-pagination {
  bottom: 4rem;
}
#mb-header {
  display: none;
}
body *,
body {
  transition: all ease 0.3s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
header .t {
  border-bottom: 1px solid #ebebeb;
}
header .t > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
header .t > div > div {
  display: flex;
}
header .t > div:first-of-type {
  align-items: center;
}
header .t .logo {
  width: 240px;
}
header .t .logo img {
  display: block;
}
header .t .slogan {
  padding-left: 1rem;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
header .t .slogan::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  border-left: 0.05rem solid #ebebeb;
  transform: translateY(-50%);
}
header .t .slogan p {
  font-size: 1.12rem;
  margin-bottom: 0.3rem;
}
header .t .slogan p span {
  color: #ff6900;
  font-size: 1.12rem;
}
header .t .slogan b {
  color: #999;
}
header .t .slogan b span {
  font-size: 0.6rem;
  padding: 0 0.1rem;
  color: #999;
}
header .t .ys > div {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .t .ys > div .img {
  margin-bottom: 0.5rem;
}
header .t .ys > div span {
  color: #999;
  font-size: 0.75rem;
}
header .t .tel {
  display: flex;
  align-items: center;
}
header .t .tel .img {
  width: 3.5rem;
  transform: translateY(-0.2rem);
  margin-right: 0.4rem;
}
header .t .tel p span {
  display: block;
  color: #ff6900;
  font-size: 20px;
}
header .b ul {
  display: flex;
  justify-content: center;
}
header .b ul > li > a {
  position: relative;
  display: block;
  padding: 16px 20px;
  padding-top: 20px;
  margin: 0 10px;
  border-bottom: 0.1rem solid transparent;
}
header .b ul > li > a:hover ol {
  display: block !important;
  border-color: #ff6900;
}
header .b ul ol {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  border: 0.1rem solid transparent;
  background-color: #fff;
  border-color: transparent;
  border-bottom: none;
}
header .b ul ol > li {
  position: relative;
}
header .b ul ol > li:last-of-type a {
  border-bottom: 0.1rem solid #ff6900;
}
header .b ul ol > li > object > a {
  display: block;
  padding: 0.6rem 0;
  text-align: center;
}
header .b ul ol > li > object > a:hover {
  background-color: #ff6900;
  color: #fff;
}
header .b ul ol > li:hover .t3 {
  display: block;
}
header .b ul ol > li .t3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header .b ul ol > li .t3 object a {
  border-left: none;
  border-right: 0.1rem solid #ff6900;
}
header .b ul ol > li .t3 object:first-of-type a {
  border-top: 0.1rem solid #ff6900;
}
header .b ul ol > li .t3 object:last-of-type a {
  border-bottom: 0.1rem solid #ff6900;
}
header .b ul ol > li .t3 a {
  display: block;
  padding: 0.6rem 0;
  text-align: center;
  white-space: nowrap;
}
header .b ul ol > li .t3 a:hover {
  background-color: #ff6900;
  color: #fff;
}
header .b ul > li:hover > a,
header .b ul .active > a {
  color: #ff6900;
  border-color: #ff6900;
}
footer * {
  color: #fff;
}
footer .ys {
  background-color: #333333;
}
footer .ys .items {
  display: flex;
  padding: 1rem 0;
  border-bottom: 0.05rem solid #fff;
}
footer .ys .items .item {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ys .items .item .i {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 50%;
  border: 0.05rem solid #fff;
  display: flex;
}
footer .ys .items .item .i i {
  margin: auto;
  font-size: 2rem;
  color: #fff;
}
footer .ys .items .item p {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
footer .ys .items .item span {
  font-size: 0.6rem;
}
footer .ys .case-menu {
  padding: 1rem 0;
  justify-content: flex-start;
  margin-bottom: 0;
}
footer .about {
  background-color: #4d4d4d;
}
footer .about > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.4rem 0;
}
footer .about .message .logo {
  display: inline-block;
  width: 11.65rem;
  height: 3.3rem;
}
footer .about .message .info p {
  margin-top: 1.2rem;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}
footer .about .message .info p i {
  font-size: 1rem;
  color: #ff6900;
  margin-right: 0.4rem;
}
footer .about .ewm-wrap {
  display: flex;
  margin: 0 3.6rem;
}
footer .about .ewm-wrap .ewm {
  width: 5.5rem;
  margin-right: 1.85rem;
}
footer .about .ewm-wrap .ewm:last-of-type {
  margin-right: 0;
}
footer .about .ewm-wrap .ewm .img {
  height: 5.5rem;
  background-color: #f5f5f5;
}
footer .about .ewm-wrap .ewm p {
  line-height: 2;
  text-align: center;
}
footer .about #mapp {
  width: 25rem;
  height: 10rem;
  background-color: #f5f5f5;
}
footer .about #mapp img {
  max-width: initial;
}
footer .about #mapp * {
  color: #343434;
}
footer .about .links {
  border-top: 0.05rem solid #fff;
  justify-content: flex-start;
}
footer .about .links a,
footer .about .links span {
  color: #ff6900;
  font-size: 0.6rem;
}
footer .about .links a {
  margin-right: 1rem;
}
footer .copyright {
  background-color: #333333;
  text-align: center;
  padding: 1rem 0;
}
footer .copyright * {
  font-size: 0.6rem;
  line-height: 1.6;
}
footer #pf {
  width: 100%;
  position: fixed;
  bottom: -30rem;
  left: 0;
  z-index: 99;
  transition: bottom ease-out 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}
footer #pf .m {
  min-height: 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #pf .m .bar {
  display: flex;
  position: relative;
  z-index: 10;
}
footer #pf .m .bar .item {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 1rem;
  position: relative;
}
footer #pf .m .bar .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  display: block;
  height: 60%;
  border-left: 0.05rem solid #fff;
  transform: translate(-50%, -50%);
}
footer #pf .m .bar .item:last-of-type::after {
  display: none;
}
footer #pf .m .bar .item .img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
  border: 0.05rem solid;
  display: flex;
}
footer #pf .m .bar .item .img i {
  margin: auto;
  font-size: 2rem;
}
footer #pf .m .bar .item div p {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
footer #pf .m .bar .item div span {
  font-size: 0.6rem;
  color: #fff;
  white-space: nowrap;
}
footer #pf .m .bar .item:nth-of-type(1) .img {
  border-color: #ef3b2d;
}
footer #pf .m .bar .item:nth-of-type(1) i {
  color: #ef3b2d;
  font-size: 2.4rem;
}
footer #pf .m .bar .item:nth-of-type(2) .img {
  border-color: #ffba00;
}
footer #pf .m .bar .item:nth-of-type(2) i {
  color: #ffba00;
}
footer #pf .m .bar .item:nth-of-type(3) .img {
  border-color: #1be324;
}
footer #pf .m .bar .item:nth-of-type(3) i {
  color: #1be324;
}
footer #pf .m .bar .item:nth-of-type(4) .img {
  border-color: #09dad7;
}
footer #pf .m .bar .item:nth-of-type(4) i {
  color: #09dad7;
}
footer #pf .m .bar .item:nth-of-type(5) .img {
  border-color: #10a6ea;
}
footer #pf .m .bar .item:nth-of-type(5) i {
  color: #10a6ea;
}
footer #pf .m .bar .item:nth-of-type(6) .img {
  border-color: #df7f0f;
}
footer #pf .m .bar .item:nth-of-type(6) i {
  color: #df7f0f;
}
footer #pf .m > img {
  width: auto;
  max-height: 60px;
}
footer #pf .m .jt {
  margin-left: 1.5rem;
  position: relative;
}
footer #pf .m .jt img {
  animation: move infinite ease-in-out 1s;
  animation-direction: alternate;
}
footer #pf .m .jt .close {
  position: absolute;
  top: -1.2rem;
  right: -3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
footer #pf .m .jt .close i {
  font-size: 1.5rem;
}
@keyframes move {
  0% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
footer #pf .con {
  width: 50rem;
  height: 20rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  position: relative;
}
footer #pf .con::after,
footer #pf .con::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 5.5rem;
  display: block;
  border-left: 0.05rem solid #ff6900;
  transform: translateX(-50%);
}
footer #pf .con::before {
  top: 0;
}
footer #pf .con::after {
  bottom: 0;
}
footer #pf .con > div {
  width: 50%;
}
footer #pf .con * {
  color: #343434;
}
footer #pf .con .l {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer #pf .con .l h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
footer #pf .con .l h3 span {
  font-size: 0.7rem;
  color: #ff6900;
  padding-left: 1rem;
}
footer #pf .con .l form {
  margin-top: 1rem;
}
footer #pf .con .l form > div {
  margin-top: 1.25rem;
}
footer #pf .con .l form > div span {
  position: relative;
  margin-right: 1rem;
}
footer #pf .con .l form > div span::after {
  content: "*";
  position: absolute;
  top: 30%;
  color: red;
  font-size: 1rem;
}
footer #pf .con .l form input,
footer #pf .con .l form select {
  width: 10.8rem;
  height: 1.8rem;
  border: 0.05rem solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
footer #pf .con .l form button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #ff6900;
  padding: 2rem;
  color: #fff;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
  outline: none;
}
footer #pf .con .l form button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6.7rem;
  height: 6.7rem;
  transform: translate(-50%, -50%);
  background-image: url("../images/ty2.png");
  background-size: 100%;
}
footer #pf .con .r {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 10%;
}
footer #pf .con .r h4 {
  font-size: 0.9rem;
}
footer #pf .con .r > p {
  font-size: 0.9rem;
}
footer #pf .con .r > p em {
  font-size: 2.5rem;
  color: #ff6900;
}
footer #pf .con .r .txt {
  width: 15rem;
  margin-top: 2rem;
  border: 0.05rem solid #ebebeb;
  padding: 0.6rem 0;
}
footer #pf .con .r .txt p {
  line-height: 1.6;
  text-align: center;
}
footer #pf .con .r .txt p em {
  font-size: 1.2rem;
  color: #ff6900;
}
footer .scroll-on {
  bottom: -20rem !important;
}
footer .switch-on {
  bottom: 0 !important;
}
footer .sidebar {
  position: fixed;
  top: 22%;
  left: 0;
  width: 5.35rem;
  z-index: 99;
}
footer .sidebar * {
  color: #343434;
}
footer .sidebar ul {
  border-radius: 6px;
  border: 0.05rem solid #ff6900;
  position: relative;
  background-color: #fff;
}
footer .sidebar ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2.65rem;
  background-image: url("../images/zxck.png");
  background-size: 100%;
}
footer .sidebar ul li,
footer .sidebar ul a {
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
footer .sidebar ul li > i,
footer .sidebar ul a > i {
  font-size: 30px;
  color: #ff6900;
}
footer .sidebar ul li > p,
footer .sidebar ul a > p {
  font-size: 0.6rem;
  line-height: 1.8;
}
footer .sidebar ul li > div,
footer .sidebar ul a > div {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 6rem;
  background-color: #ff6900;
  padding: 0.55rem;
  display: none;
  padding-bottom: 0;
}
footer .sidebar ul li > div .img,
footer .sidebar ul a > div .img {
  height: 4.9rem;
  background-color: #f5f5f5;
}
footer .sidebar ul li > div p,
footer .sidebar ul a > div p {
  font-size: 0.6rem;
  line-height: 2;
  color: #fff;
}
footer .sidebar ul li:hover,
footer .sidebar ul a:hover {
  background-color: #ff6900;
}
footer .sidebar ul li:hover *,
footer .sidebar ul a:hover * {
  color: #fff;
}
footer .sidebar ul li:hover > div,
footer .sidebar ul a:hover > div {
  display: block;
}
footer .sidebar .go-top {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  margin: 1rem auto 0;
  cursor: pointer;
  position: relative;
}
footer .sidebar .go-top::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 1rem;
  border-left: 0.05rem solid #ff6900;
}
footer .sidebar .go-top * {
  color: #fff;
}
footer .sidebar .go-top i {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 19px;
  }
  header {
    display: none;
  }
  body {
    padding-top: 50px !important;
  }
  #mb-header {
    display: block;
  }
  #mb-header #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  #mb-header #navbar-main #logo {
    width: 30%;
  }
  #mb-header #navbar-main #logo img {
    width: 100%;
  }
  #mb-header #navbar-main #sidebar-main-trigger {
    width: 30px;
  }
  #mb-header #navbar-main #sidebar-main-trigger img {
    width: 100%;
  }
  #mb-header #sidebar-main {
    background-color: #fff;
    width: 40% !important;
  }
  #mb-header #sidebar-main li:last-of-type a {
    border-bottom: none;
  }
  #mb-header #sidebar-main a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
  }
  #mb-header #sidebar-main-trigger {
    width: 30px;
    height: 24px;
    border-top: 4px solid #ff6900;
    border-bottom: 4px solid #ff6900;
    background-color: #ff6900;
    padding: 6px 0;
    background-clip: content-box;
  }
  main .index-banner .swiper-slide {
    min-height: 5rem;
  }
  main .index-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  main .index-banner .banner-fixed {
    display: none;
  }
  .main-center {
    width: 100%;
  }
  .main-title > div::before,
  .main-title > div::after {
    width: 3rem;
  }
  .case-menu {
    display: none;
    margin-bottom: 1rem;
  }
  .case-menu a {
    margin: 0 1rem;
    display: block;
    padding: 0.4rem 0;
  }
  .menu-swiper {
    display: block !important;
  }
  .menu-swiper .swiper-slide {
    width: auto;
  }
  .page-title {
    padding: 1.5rem 0;
  }
  .page-title h3,
  .page-title h4 {
    font-size: 1.2rem;
  }
  footer #pf,
  footer .sidebar {
    display: none;
  }
  footer .ys .items {
    flex-wrap: wrap;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: none;
  }
  footer .ys .items .item {
    width: 49%;
    justify-content: flex-start;
    margin-bottom: 2%;
  }
  footer .ys .items .item:nth-of-type(n + 3):nth-of-type(-n + 4) {
    margin-bottom: 0;
  }
  footer .ys .items .item:last-of-type {
    display: none;
  }
  footer .ys .items .item .i {
    margin-right: 0.2rem;
  }
  footer .ys .items .item p {
    font-size: 0.8rem;
  }
  footer .about #mapp {
    display: none;
  }
  footer .about > div {
    display: block;
  }
  footer .about .message .logo {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  footer .about .message .info p {
    margin-top: 0.8rem;
    line-height: 1.4;
  }
  footer .about .message .info {
    padding-right: 2%;
    padding-left: 2%;
  }
  footer .about .ewm-wrap {
    margin: 1.5rem auto 0;
    justify-content: center;
  }
  footer .about .links {
    padding-right: 2%;
    padding-left: 2%;
  }
  footer .about .links a {
    white-space: nowrap;
  }
}

/*pages*/
.pages{ width:100%; margin: 30px 0; text-align:center;}
.pages .pages_m_box{ display:none;}
.pages a{ height:38px; line-height:38px; margin:6px 3px 0; padding:0 15px; border-radius:2px; display:inline-block; font-size:15px;}
.pages a:hover,a.active{ background:#ff6900; color:#fff;}
.pages span{ height:38px; line-height:38px; margin:6px 3px 0; padding:0 15px; border-radius:2px; display:inline-block; font-size:15px; cursor:pointer;}
.pages span:hover,span.active{ background:#ff6900; color:#fff;}

@media screen and (max-width: 768px) {
/*pages*/
.pages{ width:94%; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center;}
.pages .pages_box{ display:none;}
.pages .pages_m_box{ display:block;}
.pages a{ padding:0px 8px;}
.pages span{ padding:0px 8px;}
.pages .p_left{ float:left;}
.pages .p_right{ float:right;}
.pages .p_page{ border:0;}
}
