html,
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-size: 16px;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: 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 {
  text-decoration: none;
  color: #343434;
}
ol,
ul,
li {
  list-style: 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%;
}
div,
p,
span,
a {
  font-size: inherit;
  color: inherit;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}
a:hover {
  color: #ca101a !important;
  text-decoration: none !important;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-center {
  max-width: 1190px;
  margin: 0 auto;
}
.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 {
  min-width: 300px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.crumbs {
  padding: 0.2rem 0;
  background-color: transparent !important;
  font-size: 0.5rem;
  color: #666;
}
.pc-header .welcome {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
}
.pc-header .welcome .main-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.pc-header .welcome .main-center p {
  font-size: 14px;
}
.pc-header .welcome .main-center p:last-of-type {
  color: #999;
}
.pc-header .logo-wrap {
  display: flex;
  padding-top: 30px;
}
.pc-header .logo-wrap .logo {
  width: 280px;
  height: 70px;
  margin-right: 40px;
}
.pc-header .logo-wrap .logo img {
  height: auto !important;
}
.pc-header .logo-wrap .search-wrap {
  flex: 1;
}
.pc-header .logo-wrap .search-wrap .sear {
  display: flex;
  background-color: #f5f5f5;
  height: 40px;
}
.pc-header .logo-wrap .search-wrap .sear .sear-op {
  width: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-header .logo-wrap .search-wrap .sear .sear-op::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.pc-header .logo-wrap .search-wrap .sear .sear-op p {
  font-size: 12px;
}
.pc-header .logo-wrap .search-wrap .sear input {
  flex: 1;
  padding: 0 14px;
}
.pc-header .logo-wrap .search-wrap .sear button {
  width: 90px;
  background-color: #4191ea;
  border: none;
  color: #fff;
  cursor: pointer;
}
.pc-header .logo-wrap .search-wrap .hot-c {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.pc-header .logo-wrap .search-wrap .hot-c span {
  font-size: 14px;
}
.pc-header .logo-wrap .search-wrap .hot-c ul {
  display: flex;
}
.pc-header .logo-wrap .search-wrap .hot-c ul li {
  margin-right: 10px;
}
.pc-header .logo-wrap .search-wrap .hot-c ul a {
  font-size: 14px;
  color: red;
}
.pc-header .logo-wrap .tel-wrap {
  width: 288px;
  margin-left: 40px;
  display: flex;
}
.pc-header .logo-wrap .tel-wrap > p {
  color: #4191ea;
  font-size: 30px;
  font-weight: bold;
  padding-top: 4px;
}
.pc-header .nav {
  display: flex;
  position: relative;
  margin-top: 20px;
}
.pc-header .nav .all {
  background-color: #4191ea;
}
.pc-header .nav .all > div {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.pc-header .nav .all > div:hover .nav-menu {
  display: block;
}
.pc-header .nav .all > div .all-wrap {
  width: 150px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #4191ea;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-header .nav .all > div .all-wrap span {
  color: #fff;
}
.pc-header .nav .all > div .nav-menu {
  padding-left: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
}
.pc-header .nav .all > div .nav-menu > div {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.pc-header .nav .all > div .nav-menu > div:last-of-type {
  border-bottom: none;
}
.pc-header .nav .all > div .nav-menu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
.pc-header .nav .all > div .nav-menu .top::before {
  content: "";
  position: absolute;
  right: 106%;
  top: 50%;
  width: 4px;
  height: 16px;
  background-color: #4191ea;
  transform: translateY(-50%);
}
.pc-header .nav .all > div .nav-menu .top h3 {
  font-size: 15px;
  font-weight: normal;
}
.pc-header .nav .all > div .nav-menu .top a span,
.pc-header .nav .all > div .nav-menu .top a i {
  font-size: 12px;
  color: #999;
}
.pc-header .nav .all > div .nav-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.pc-header .nav .all > div .nav-menu ul li {
  width: 50%;
  padding-top: 12px;
}
.pc-header .nav .all > div .nav-menu ul li a {
  font-size: 13px;
  color: #666;
}
.pc-header .nav > ul {
  display: flex;
  padding-left:40px;
}
.pc-header .nav > ul li {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-header .nav > ul a {
  font-size: 15px;
  padding: 14px 0;
  font-family: "Microsoft YaHei";
}
.pc-header .nav .pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pc-footer {
  padding-top: 36px;
}
.pc-footer .main-center {
  display: flex;
}
.pc-footer .main-center .left {
  flex: 1;
  display: flex;
  padding-right: 60px;
}
.pc-footer .main-center .left > div {
  width: 25%;
  text-align: center;
}
.pc-footer .main-center .left > div p {
  font-size: 18px;
  color: #666;
  margin-bottom: 36px;
}
.pc-footer .main-center .left > div li {
  margin-bottom: 24px;
}
.pc-footer .main-center .left > div a {
  color: #999;
}
.pc-footer .main-center .right {
  width: 340px;
  padding-left: 60px;
  border-left: 1px solid #ebebeb;
  text-align: center;
}
.pc-footer .main-center .right p:nth-of-type(1) {
  font-size: 30px;
  color: #ff4f4f;
  font-weight: bold;
}
.pc-footer .main-center .right p:nth-of-type(2) {
  color: #999;
  margin: 14px 0;
}
.pc-footer .main-center .right p:nth-of-type(3) {
  width: 160px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ff4f4f;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 auto;
}
.pc-footer .main-center .right .ewm {
  width: 110px;
  min-height: 110px;
  background-color: #ccc;
  margin: 0 auto;
  margin-top: 14px;
}
.pc-footer .bq {
  max-width: 1190px;
  margin: 36px auto 0;
  height: 40px;
  background-color: #746f6f;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.mb-header,
.mb-main,
.mb-footer {
  display: none;
}
@media (max-width: 768px) {
  body {
    padding-top: 2.3rem;
  }
  .pc-header,
  .pc-main,
  .pc-footer {
    display: none;
  }
  .mb-header,
  .mb-main,
  .mb-footer {
    display: block;
  }
  .padding {
    padding: 0 2%;
  }
  .mb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    height: 2.3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
  }
  .mb-header > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-header .menu {
    width: 1.2rem;
    height: 1.2rem;
  }
  .mb-header .menu img {
    display: block;
  }
  .mb-header .logo {
    flex: 1;
  }
  .mb-header .logo img {
    width: 50%;
  }
  .mb-header .tel {
    width: 1.5rem;
    min-height: 1.5rem;
  }
  .mb-header .tel img {
    display: block;
  }
  .mb-header .title {
    font-size: 0.72rem;
  }
  .mb-footer {
    height: 4rem;
    background-color: #959595;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 0.6rem;
    margin-top: 1rem;
  }
  .mb-footer p {
    padding: 0.1rem 0;
  }
  .mb-footer .c-menu {
    position: fixed;
    top: 50%;
    right: 0;
    width: 1.6rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
    z-index: 9;
  }
  .mb-footer .c-menu .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-footer .c-menu a {
    display: block;
    padding: 0.2rem 0;
  }
  .mb-footer .c-menu a p {
    color: #343434;
  }
}
