@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;
  }
  header .main-center {
    width: calc(100% - 2rem) !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
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;
}
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;
}
::-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: #c9294a;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.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);
}
#banners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 999;
}
#banners .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  line-height: 1.8;
}
#banners .text .btn {
  position: relative;
  margin-top: 50px;
}
#banners .text .btn:after {
  content: '';
  display: block;
  clear: both;
}
#banners .text .btn a {
  float: left;
  padding: 6px 20px;
  border: 1px solid #000;
  margin-right: 20px;
}
.main-center {
  width: calc(100% - 16rem);
  margin: 0 auto;
}
.paged {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #c9294a;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #c9294a;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
body {
  padding-top: 5rem;
}
.more {
  text-align: center;
  margin-top: 3rem;
}
.more a {
  display: inline-block;
  padding: 0.6rem 2rem;
  border: 1px solid;
  background-color: #d3012c;
  border-radius: 4rem;
}
.page-title {
  padding: 3rem 0;
}
.page-title h2 {
  font-size: 1.2rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.page-title h2 img {
  width: 1.5rem;
  margin-left: 1rem;
}
.page-title span {
  display: block;
  text-transform: uppercase;
  margin: 0.5rem 0;
  font-size: 1rem;
}
.page-title p {
  font-size: 0.9rem;
}
.page-banner {
  min-height: 30rem;
  background-color: #ebebeb;
  position: relative;
}
.page-banner img {
  display: block;
}
.page-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-banner .text * {
  color: #fff;
}
.page-banner .text h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.page-banner .text span {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.page-banner .menu-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner .menu-nav > div {
  display: flex;
}
.page-banner .menu-nav a {
  padding: 1rem 1rem;
  color: #fff;
}
.page-banner .menu-nav a:hover,
.page-banner .menu-nav a.active {
  background-color: #c9294a;
  color: #000;
}
header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header * {
  color: #fff;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul {
  display: flex;
  position: relative;
}
header ul li {
  z-index: 1;
}
header ul li.on a {
  color: #343434;
}
header ul li.active {
  background-color: rgba(252, 218, 6, 0.6);
}
header ul .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 100%;
  z-index: -1;
  background-color: #c9294a;
  transition: all ease-out 0.3s;
}
header ul a {
  display: inline-block;
  width: 7rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 0.9rem;
  text-align: center;
  transition: all ease-out 0.3s;
}
header .tel {
  display: flex;
  align-items: center;
}
header .tel i {
  font-size: 2rem;
  color: #c9294a;
}
header .tel p {
  line-height: 1.8;
}
header .tel span {
  color: #c9294a;
  font-size: 1.5rem;
}
footer {
  background-color: #000000;
}
footer * {
  color: #fff;
}
footer .t {
  display: flex;
  padding-top: 2.25rem;
  padding-bottom: 1.85rem;
}
footer .t .l {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .t .l .logo {
  display: block;
  width: 10rem;
  height: 2.6rem;
}
footer .t .l .slogan p {
  font-size: 1.3rem;
  line-height: 1.4;
}
footer .t .l .slogan p:last-of-type {
  text-indent: 2em;
}
footer .t .l .more {
  margin-top: 0;
}
footer .t .l .more a {
  border-color: #c9294a;
  color: #000;
}
footer .t .form {
  flex: 1;
  margin: 0 8rem;
}
footer .t .form ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
footer .t .form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .t .form form input {
  width: calc((100% - 1rem) / 2);
  height: 2.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 4%;
}
footer .t .form form input:nth-last-of-type(1),
footer .t .form form input:nth-last-of-type(2) {
  margin-bottom: 0;
}
footer .t .form form input[type="submit"] {
  background-color: #c9294a;
  color: #000;
  border: none;
  cursor: pointer;
}
footer .t .tel {
  flex-shrink: 0;
}
footer .t .tel span {
  font-size: 1.6rem;
  line-height: 1.4;
}
footer .t .tel .code {
  margin-top: 0.5rem;
}
footer .t .tel .code .img {
  width: 6rem;
  height: 6rem;
  background-color: #ebebeb;
}
footer .t .tel .code p {
  line-height: 1;
  padding-top: 0.4rem;
}
footer .b {
  padding: 1rem;
  border-top: 1px solid #1b1b1b;
}
footer .b * {
  color: #999;
  font-size: 0.7rem;
}
footer .b p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1680px) {
  header > div {
    justify-content: center;
  }
  header ul {
    margin: 0 3rem;
  }
  header .tel {
    flex-shrink: 0;
  }
  header .tel span {
    white-space: nowrap;
  }
  header .logo {
    width: 8rem;
  }
  header ul a,
  header ul .line {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-container {
    padding-bottom: 2rem;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 2rem;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    background-color: #c9294a;
  }
  .page-banner {
    min-height: 4rem;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .more {
    margin-top: 2rem;
  }
  header {
    display: none;
  }
  #mb-header {
    display: block !important;
  }
  #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: #000000;
    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 #fff;
    border-bottom: 4px solid #fff;
    background-color: #fff;
    padding: 6px 0;
    background-clip: content-box;
  }
  body {
    padding-top: 50px;
  }
  .main-center {
    width: 100%;
  }
  footer {
    padding-left: 2%;
    padding-right: 2%;
  }
  footer .t {
    flex-direction: column;
    padding-bottom: 0;
  }
  footer .t .l {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  footer .t .l .slogan {
    display: flex;
  }
  footer .t .l .slogan p {
    text-indent: 0 !important;
    font-size: 1rem;
  }
  footer .t .l .more {
    display: none;
  }
  footer .t .form {
    width: 100%;
    margin: 0;
  }
  footer .t .form ul {
    display: none;
  }
  footer .t .tel {
    position: relative;
    padding: 3rem 0;
  }
  footer .t .tel .code {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  footer .t .tel .code .img {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }
  footer .b {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {

.about img {
  border: 0;
  max-width: 100%;
  height: auto !important;
}
.show-info img {
  border: 0;
  max-width: 100%;
  height: auto !important;
}
}