@font-face {
  font-family: Radnika-Medium;
  src: url(../font/Radnika-Medium.ttf) format('truetype'), url(../font/Radnika-Medium.eot), url(../font/Radnika-Medium.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Radnika-Bold;
  src: url(../font/Radnika-Bold.ttf) format('truetype'), url(../font/Radnika-Bold.eot), url(../font/Radnika-Bold.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  color: #333;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: Radnika-Medium, Arial;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a {
  text-decoration: none;
  color: #fff;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 0.01rem dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote,
h2,
p {
  margin: 0;
}
li,
ol,
ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.clear:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.phone {
  display: none;
}
.warningBox {
  height: 2rem;
  background-color: #3b4854;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.warningBox p {
  width: 9.2rem;
  margin: 0 auto;
}
.warningBox p span {
  display: block;
}
#header,
.fixedNav {
  height: 1.1rem;
  background-color: #eff3f7;
  display: flex;
  align-items: center;
}
#header .nav-addons,
.fixedNav .nav-addons {
  height: 0.63rem;
  width: 12rem;
  margin: 0 auto;
}
#header .nav-addons .nav,
.fixedNav .nav-addons .nav {
  display: flex;
  align-items: center;
}
#header .nav-addons .nav li,
.fixedNav .nav-addons .nav li {
  text-align: center;
  font-size: 0.2rem;
  margin: 0 0.5rem;
}
#header .nav-addons .nav li a,
.fixedNav .nav-addons .nav li a {
  color: #3b4854;
}
#header .nav-addons .nav li a:hover,
.fixedNav .nav-addons .nav li a:hover {
  opacity: 0.8;
}
#header .nav-addons .nav li.te a,
.fixedNav .nav-addons .nav li.te a {
  cursor: default;
}
#header .nav-addons .nav li.te a:hover,
.fixedNav .nav-addons .nav li.te a:hover {
  opacity: 1;
}
#header .nav-addons .nav li.te img,
.fixedNav .nav-addons .nav li.te img {
  height: 0.63rem;
}
.fixedNav {
  display: none;
}
.fixedNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
#banner {
  height: 7.94rem;
  background-position: center top;
  overflow: hidden;
}
#banner .info {
  width: 13rem;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 0.18rem;
}
#banner .info h2 {
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
}
#aboutUs {
  height: 9rem;
  overflow: hidden;
}
#aboutUs h2 {
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.9rem 0 0.6rem;
}
#aboutUs .list {
  width: 14rem;
  margin: 0 auto;
}
#aboutUs .list li {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #3b3b3b;
  margin-bottom: 0.7rem;
}
#aboutUs .list li .tit {
  font-size: 0.36rem;
  color: #3b4854;
  font-style: normal;
  font-weight: 600;
  padding-left: 0.8rem;
}
#aboutUs .list li p {
  width: 9.4rem;
  padding-top: 0.2rem;
}
#product {
  overflow: hidden;
  height: 9.4rem;
  background-image: linear-gradient(to bottom, #e0e7ed, #fff);
}
#product h2 {
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.9rem 0 0.6rem;
}
#product .list {
  width: 15.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#product .list li {
  width: 3.7rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0 0.2rem 0.7rem;
  background-color: #fff;
  padding: 0.8rem 0 0.5rem;
  transition: all 0.5s;
}
#product .list li:hover {
  box-shadow: 0 0 0.1rem #aeb9c4;
  border-radius: 0.1rem;
}
#product .list li .img {
  height: 3.65rem;
  text-align: center;
}
#product .list li .img img {
  height: 100%;
}
#product .list li .tit {
  font-size: 0.18rem;
  color: #3b4854;
  font-style: normal;
  display: block;
  text-align: center;
  margin-top: 0.3rem;
}
#contact {
  background-color: #3b4854;
  height: 2.5rem;
}
#contact .infoWrap {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .infoWrap h2 {
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  font-weight: 600;
  padding-left: 0.8rem;
}
#contact .infoWrap .info {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #aeb9c4;
}
#contact .infoWrap .info p a {
  color: #aeb9c4;
}
#contact .infoWrap .info p a:hover {
  opacity: 0.8;
}
#contact .infoWrap .info p:nth-child(2) {
  margin-top: 0.2rem;
}
#footer {
  background-color: #fff;
  height: 1.7rem;
}
#footer .info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
#footer .info .fot-logo {
  height: 0.5rem;
  margin-right: 0.2rem;
}
#footer .info p {
  padding-top: 0.2rem;
}
.overlay-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
}
.overlay-full .warning-frame {
  margin: auto;
  padding: 0.2rem;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6.5rem;
  height: 3.75rem;
  color: #ffffff;
  z-index: 200;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  border-radius: 0.06rem;
  border: 1px solid #fff;
}
.overlay-full .warning-frame .warning-title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.45rem;
  padding-bottom: 0.2rem;
  color: #fff;
}
.overlay-full .warning-frame .warning-content {
  font-size: 0.18rem;
  letter-spacing: 0.01rem;
  line-height: 0.26rem;
  padding-bottom: 0.25rem;
  color: #fff;
}
.overlay-full .warning-frame .warning-footer-button {
  width: 49%;
  display: inline-block;
  text-align: center;
}
.overlay-full .warning-frame .warning-footer-button .confirm {
  color: #ffffff;
}
.overlay-full .warning-frame .warning-footer-button .cancel {
  background-color: #ffffff;
  color: #000;
}
.overlay-full .warning-frame .warning-footer-button .line-button {
  font-size: 0.16rem;
  padding: 0.08rem 0.12rem;
  border: 0.02rem solid #ffffff;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 750px) {
  .phone {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
  body {
    max-width: 7.5rem;
    margin: 0 auto;
  }
  .warningBox {
    width: 7.5rem;
    height: 3rem;
    font-size: 0.24rem;
  }
  .warningBox p {
    width: 7.5rem;
    padding: 0 0.2rem;
  }
  .warningBox p span {
    display: inline;
  }
  #header,
  .fixedNav {
    width: 7.5rem;
    height: 2.5rem;
    background-color: #3b4854;
    align-items: flex-start;
    padding-top: 0.8rem;
  }
  #header .nav-addons,
  .fixedNav .nav-addons {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #header .nav-addons .logo,
  .fixedNav .nav-addons .logo {
    height: 0.75rem;
    text-align: center;
    width: 100%;
  }
  #header .nav-addons .logo img,
  .fixedNav .nav-addons .logo img {
    height: 100%;
    width: fit-content;
  }
  #header .nav-addons .nav,
  .fixedNav .nav-addons .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  #header .nav-addons .nav li,
  .fixedNav .nav-addons .nav li {
    min-width: auto;
    font-size: 0.24rem;
    margin: 0 0.1rem;
  }
  #header .nav-addons .nav li a,
  .fixedNav .nav-addons .nav li a {
    color: #fff;
  }
  #header.fixed,
  .fixedNav.fixed {
    height: 1.7rem;
    padding-top: 0.5rem;
  }
  #banner {
    width: 7.5rem;
    height: 10.45rem;
    background-position: center top;
    background-size: 7.5rem;
  }
  #banner .info {
    width: 6rem;
    height: 6rem;
    text-align: center;
    position: absolute;
    top: 39%;
    font-size: 0.24rem;
    line-height: 0.34rem;
    border: 0.02rem solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #banner .info h2 {
    line-height: 0.68rem;
    margin-bottom: 0.5rem;
  }
  #banner .info h2 span {
    display: block;
  }
  #banner .info p {
    padding: 0 0.6rem;
  }
  #aboutUs {
    width: 7.5rem;
    height: 14rem;
    background-color: #fff;
    background-position: center bottom;
    background-size: 7.5rem;
    background-repeat: no-repeat;
  }
  #aboutUs h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin: 0.9rem 0 0.7rem;
  }
  #aboutUs .list {
    width: 7rem;
    margin: 0 auto;
  }
  #aboutUs .list li {
    flex-direction: column;
    align-items: normal;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  #aboutUs .list li .tit {
    font-size: 0.36rem;
    padding-left: 0;
  }
  #aboutUs .list li p {
    width: 100%;
  }
  #product {
    width: 7.5rem;
    height: 14.8rem;
  }
  #product .list {
    width: 7.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: flex-start;
  }
  #product .list li {
    width: 3.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #000;
    margin: 0 0.2rem 0.3rem;
    padding: 0.8rem 0 0.5rem;
  }
  #product .list li .img {
    height: 3.65rem;
    text-align: center;
  }
  #product .list li .img img {
    height: 100%;
  }
  #product .list li .tit {
    font-size: 0.24rem;
    color: #3b4854;
    font-style: normal;
    display: block;
    text-align: center;
    margin-top: 0.3rem;
  }
  #contact {
    width: 7.5rem;
    height: 4.4rem;
  }
  #contact .infoWrap {
    width: 7rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #contact .infoWrap h2 {
    font-size: 0.48rem;
    line-height: 0.58rem;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
  #contact .infoWrap .info {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  #footer {
    height: 2rem;
    width: 7.5rem;
  }
  #footer .info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 7rem;
  }
  #footer .info .fot-logo {
    height: 0.5rem;
    margin-right: 0;
  }
  #footer .info p {
    padding-top: 0.2rem;
    font-size: 0.24rem;
  }
}
.overlay-full .warning-frame .warning-content {
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.overlay-full .warning-frame .warning-footer-button .line-button {
  font-size: 0.2rem;
}
