@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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  cursor: pointer;
}
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: #1476fe;
}
.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);
}
.main-center {
  padding: 0 13%;
}
.main-title {
  padding: 5rem 0;
}
.main-title h1,
.main-title h2 {
  text-align: center;
  text-transform: Uppercase;
}
.main-title h1 {
  font-size: 2.4rem;
  opacity: 0.5;
}
.main-title h2 {
  font-size: 2rem;
}
.button button {
  border: 0;
  background-color: #fff;
  color: #029cc9;
  border: 1px solid #029cc9;
}
header .pc-header {
  z-index: 9;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13rem;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
}
header .pc-header .logo {
  cursor: pointer;
  margin-right: 10%;
}
header .pc-header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .pc-header .navlist {
  width: 100%;
}
header .pc-header .navlist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc-header .navlist ul a {
  padding: 0.2rem 0;
}
header .pc-header .navlist ul a li .nav-tel {
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
}
header .pc-header .navlist ul a li .tel-r p {
  padding-left: 0.3rem;
}
header .pc-header .navlist ul a li .tel-r h2 {
  padding-left: 0.3rem;
}
header .pc-header .navlist ul a li .tel-r p:last-of-type {
  font-size: 1rem;
}
header .pc-header .navlist ul a li .tel-r h2 {
  font-size: 1rem;
}
header .pc-header .navlist ul a:hover {
  border-bottom: 2px solid #029cc9;
}
header .pc-header .navlist ul a:last-of-type {
  cursor: context-menu;
}
header .pc-header .navlist ul a:last-of-type li {
  display: flex;
  padding-right: 0;
  align-items: center;
}
header .pc-header .navlist ul a:last-of-type li .nav-tel {
  background-image: url(../img/header-tel.png);
}
header #navbar-main {
  display: none;
}
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  animation: banner 20s linear;
}
footer {
  background-color: #3f3f3f;
}
footer .content {
  padding-top: 2rem;
  padding: 0 13%;
  display: flex;
}
footer .content .left {
  margin-top: 3rem;
  display: flex;
  margin-right: 6.5rem;
  align-items: center;
  margin-top: 0;
}
footer .content .left .img {
  width: 3.1rem;
  height: 2.2rem;
}
footer .content .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .content .left .text {
  margin-left: 0.5rem;
}
footer .content .left .text p {
  color: #fff;
  text-align-last: justify;
}
footer .content .left .text p:last-of-type {
  border: 1px solid #999;
  margin-top: 0.5rem;
  padding: 0.1rem 0.3rem;
}
footer .content .right {
  margin-top: 3rem;
  width: 60%;
}
footer .content .right .title {
  display: flex;
  width: 100%;
}
footer .content .right .title p {
  color: #fff;
  margin-right: 10%;
  width: calc((100%-20%) / 3);
  padding-bottom: 1rem;
}
footer .content .right .title p:last-of-type {
  margin-right: 0;
}
footer .content .right .con {
  display: flex;
  margin-top: 1rem;
}
footer .content .right .con div {
  width: calc((100%-20%) / 3);
  margin-right: 10%;
}
footer .content .right .con div p {
  line-height: 2;
  color: #fff;
}
footer .content .right .con div p:hover {
  color: #029cc9;
}
footer .content .right .con div .cc {
  display: flex;
  align-items: center;
  width: 10rem;
}
footer .content .right .con div .cc img {
  margin-right: 0.2rem;
}
footer .content .right .con div .cc p {
  line-height: 2;
  color: #fff;
  text-align: left;
}
footer .content .right .con div .cc:last-of-type {
  align-items: center;
}
footer .content .right .con div:last-of-type {
  margin-right: 0;
}
footer .bottom {
  width: 100%;
}
footer .bottom p {
  color: #666666;
  font-size: 0.6rem;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .banner {
    height: auto;
  }
  .banner img {
    height: auto;
    margin-top: 50px;
  }
  .pc-header {
    display: none !important;
  }
  #mb-header {
    display: flex !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: #2d2c2a;
    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;
  }
  .main-title {
    padding: 1rem 0;
  }
  .main-title h1 {
    display: block;
    font-size: 0.9rem;
  }
  .main-title h2 {
    font-size: 1rem;
    font-weight: bold;
  }
  .main-center {
    padding: 0 2%;
  }
  footer .content {
    padding-top: 0;
    padding: 0 2%;
    display: block;
  }
  footer .content .left {
    margin-right: 0;
    padding-top: 1rem;
  }
  footer .content .right {
    width: 100%;
  }
  footer .content .right .title p {
    padding-bottom: 0;
  }
}
