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: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  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;
}

body {
  font-family: "Montserrat", "Oswald", sans-serif;
}

.new-index-about {
  background-image: url(../img02/aboutmain.png);
  background-size: cover;
}
.new-index-about .new-about-title {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .new-index-about .new-about-title {
    font-size: 32px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 1em;
  }
}
.new-index-about .new-about-title h1 {
  color: #212529;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
}
.new-index-about .new-about-title h1:first-letter {
  color: #f39801;
}
@media (max-width: 992px) {
  .new-index-about .new-about-title h1 {
    font-size: 32px;
  }
}
.new-index-about .new-about-title span {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .new-index-about .new-about-title span {
    font-size: 32px;
  }
}

.new-index-about {
  padding-top: 1.5rem;
}

.new-about-content {
  height: 500px;
  position: relative;
}

.new-about-main {
  width: 86%;
  margin: auto;
}
@media (max-width: 992px) {
  .new-about-main {
    width: 100%;
  }
}

.new-about-pic {
  width: 50%;
  position: absolute;
  right: 7%;
}
@media (max-width: 992px) {
  .new-about-pic {
    position: relative;
    right: 0;
    width: 88%;
    margin: auto;
  }
}
.new-about-pic img {
  width: 100%;
  vertical-align: middle;
}

.new-about-text {
  width: 50%;
  position: absolute;
  padding: 30px 60px;
  top: 20%;
  left: 0;
  z-index: 9;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 992px) {
  .new-about-text {
    width: 83%;
    margin: auto;
    position: relative;
    top: 0;
    padding: 1rem;
  }
}
.new-about-text p {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 500;
  color: #212529;
}
@media (max-width: 1400px) {
  .new-about-text p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .new-about-text p {
    font-size: 16px;
  }
}

.new-index-product {
  padding: 120px 0 130px;
}
@media (max-width: 992px) {
  .new-index-product {
    padding: 120px 0 70px;
  }
}
.new-index-product h2 {
  width: 432px;
  line-height: 1;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .new-index-product h2 {
    width: 270px;
  }
}
.new-index-product h2 img {
  width: 100%;
  vertical-align: middle;
}

.new-index-product-list {
  width: 73.958333%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
}
@media (max-width: 1260px) {
  .new-index-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .new-index-product-list {
    width: 83%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.new-index-product-item {
  display: block;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: #f39801;
}
.new-index-product-item .new-product-pic img {
  width: 100%;
  vertical-align: middle;
}
.new-index-product-item .new-product-text {
  padding: 1rem 1.5rem;
}
.new-index-product-item h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .new-index-product-item h3 {
    font-size: 23px;
  }
}

.sr-only {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.new-index-news {
  padding-bottom: 120px;
}
.new-index-news h3 {
  width: 432px;
  line-height: 1;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .new-index-news h3 {
    width: 270px;
  }
}
.new-index-news h3 img {
  width: 100%;
  vertical-align: middle;
}

.new-news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}
@media (max-width: 1260px) {
  .new-news-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .new-news-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.new-news-box .new-news-item {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem 60px;
  border-radius: 60px 0 60px 0;
  border: 6px solid #f39801;
}
.new-news-box .new-news-item .new-news-date {
  margin-bottom: 1rem;
}
.new-news-box .new-news-item .new-news-date span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #212529;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .new-news-box .new-news-item .new-news-date span {
    font-size: 20px;
  }
}
.new-news-box .new-news-item .new-news-date span::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212529;
}
.new-news-box .new-news-item .new-news-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #212529;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .new-news-box .new-news-item .new-news-content p {
    font-size: 16px;
  }
}

.new-news-main {
  width: 83%;
  margin: auto;
}
@media (max-width: 992px) {
  .new-news-main {
    width: 83%;
  }
}

.new-news-pic {
  width: 100%;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.new-news-pic img {
  width: 100%;
  vertical-align: middle;
}/*# sourceMappingURL=all.css.map */