/* 
    Created on : 2020-03-03, 17:50:20
    Author     : jerry
*/
@import "fonts.css";
@import "pure-min.css";
body {
  margin: 0px;
  padding: 0px;
  font-family: "DINPro-Regular", "Microsoft YaHei", SimHei, Verdana, Geneva, sans-serif;
  color: #383838;
  background: #fff;
}
html {
  font-size: 16px;
}
.pure-img1 {
  max-height: 100%;
  width: auto;
}
.pure-img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
.pc{
  display: block;
}
.phone{
  display: none;
}
header {
  height: 6.25rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 200;
}
header .in {
  margin: 0 1.25rem;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: space-between;
}

header .c-bar{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  text-align: right;
  padding-top: 0.5rem;
}
header .c-bar span{
  padding: 0 1rem;
}

header .c-bar1 span a:link,header .c-bar1 span a:visited,header .c-bar1 span a:active{
  color: #383838;
  text-decoration: none;
}
header .c-bar span a:link,header .c-bar span a:visited,header .c-bar span a:active{
  color: #383838;
  text-decoration: none;
}
header .c-bar1 span a:hover,header .c-bar span a:hover{
  color: #d24000;
}
header #logo {
  height: 6.25rem;
  flex: 1 1 auto;
}
header #logo .logoc{
  width: 4.25rem;
  height: 6.25rem;
  float: left;
}

header #logo .c-bar1{
  float: left;
  padding-top: 1.25rem;
  padding-left: 2rem;
}
header #logo .c-bar1 i{
  padding-right:0.5rem ;
}
header #nav {
  line-height: 6.25rem;
}
header #nav .link-item {
  font-family: "DINPro-Bold";
  font-size: 1.125rem;
  margin: 0 0.5rem;
  text-decoration: none;
  color: #383838;
}
header #nav .link-item:visited,
header #nav .link-item:active {
  color: #383838;
}
header #nav .link-item:hover,
header #nav .link-item.active {
  color: #d24000;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#banner {
  padding-top: 6.25rem;
  max-height: 800px;
  height: calc(100vh - 6.25rem);
}
#banner .in {
  margin: 0 1.25rem;
}
#banner .in .pure-g {
  direction: rtl;
}
#banner .p-intro,
#banner .p-img {
  direction: ltr;
  text-align: left;
  max-height: 800px;
  height: calc(100vh - 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#banner .p-intro h1,
#banner .p-img h1 {
  font-family: "DINPro-Black";
  font-size: 3.75rem;
  margin: 0;
  font-weight: normal;
}
#banner .p-intro h2,
#banner .p-img h2 {
  font-family: "DINPro-Medium";
  font-size: 2rem;
  margin: 0;
  font-weight: normal;
  color: #d24000;
}
#banner .p-intro p,
#banner .p-img p {
  font-family: "DINPro-Medium";
  font-size: 1rem;
  color: #717171;
  margin: 0.5em 0 1.5rem 0;
  line-height: 1.6em;
}
#banner .p-intro .buy-btn,
#banner .p-img .buy-btn {
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "DINPro-Medium";
  border: #d24000 2px solid;
  position: relative;
}
#banner .p-intro .buy-btn .btn-text,
#banner .p-img .buy-btn .btn-text {
  position: relative;
  z-index: 10;
  color: #383838;
  transition: all 0.3s;
}
#banner .p-intro .buy-btn:visited,
#banner .p-img .buy-btn:visited,
#banner .p-intro .buy-btn:active,
#banner .p-img .buy-btn:active {
  color: #383838;
}
#banner .p-intro .buy-btn:hover::before,
#banner .p-img .buy-btn:hover::before {
  background: #d24000;
  width: 100%;
}
#banner .p-intro .buy-btn:hover .btn-text,
#banner .p-img .buy-btn:hover .btn-text {
  color: #eeeeee;
}
#banner .p-intro .buy-btn::before,
#banner .p-img .buy-btn::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  width: 0%;
  height: 100%;
  background: #d24000;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .p-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#features {
  width: 100%;
  padding: 3rem 0;
  background-color: #f1f1f1;
}
#features .in {
  margin: 0 1.25rem;
}
#features h2 {
  font-family: "DINPro-Medium";
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
}
#features .gap {
  margin: 3rem 0;
  text-align: center;
}
#features .gap .pure-g [class*="pure-u"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#features .gap .pure-g [class*="pure-u"] p {
  margin: 0 0 2rem 0;
  font-weight: bold;
}
#product {
  width: 100%;
  padding: 3rem 0;
}
#product .in {
  margin: 0 1.25rem;
}
#product h2 {
  font-family: "DINPro-Medium";
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
}
#product .img-con {
  text-align: center;
}
#specification {
  width: 100%;
  padding: 3rem 0;
}
#specification .container {
  border-top: #cfcfcf 1px solid;
}
#specification .in {
  margin: 0 1.25rem;
}
#specification h2 {
  font-family: "DINPro-Medium";
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
}
#specification h3 {
  font-family: "DINPro-Blod";
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
#specification ul {
  list-style: none;
  padding-inline-start: 0px;
}
#specification ul li {
  font-family: "DINPro-Light";
  font-size: 1.125rem;
  line-height: 1.6em;
}
footer {
  width: 100%;
  background-color: #333333;
}
footer .in {
  margin: 0 1.25rem;
}
footer .qnav {
  padding: 2.5rem 0;
  color: #fff;
  font-family: "DINPro-Bold";
  font-size: 1.125rem;
}
footer .qnav .link-item {
  margin: 0 0.5rem;
  text-decoration: none;
  color: #fff;
}
footer .qnav .link-item:visited,
footer .qnav .link-item:active {
  color: #fff;
}
footer .qnav .link-item:hover,
footer .qnav .link-item.active {
  color: #d24000;
}

footer .c-bar{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  text-align: right;
  padding-bottom: 0.5rem;
  color: #f1f1f1;
}
footer .c-bar span{
  padding: 0 1rem;
}

footer .c-bar span a:link,footer .c-bar span a:visited,footer .c-bar span a:active{
  color: #f1f1f1;
  text-decoration: none;
}
footer .c-bar span a:hover{
  color: #d24000;
}
#copyright {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "DINPro-Regular";
  text-align: right;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
#copyright .in {
  margin: 0 1.25rem;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }
  header {
    height: 5.5rem;
  }
  header .c-bar {
    padding: 0 0rem;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.5rem;
  }
  footer .c-bar{
    padding: 0 0rem;
    text-align: center;
    padding-bottom: 0.5rem;
    font-size: 0.5rem;
  }
  header .c-bar span,  footer .c-bar span{
    padding: 0 ;
  }
  header #logo .logoc{
    width: 4.25rem;
    height: 4rem;
    float: left;
  }
  header #logo {
    height: 4rem;
    margin-top: 0;
  }
  header #nav {
    line-height: 4rem;
  }
  #banner {
    padding-top: 6.25rem;
    max-height: none;
    height: auto;
  }
  #banner .in {
    margin: 0 1.25rem;
  }
  #banner .in .pure-g {
    direction: rtl;
  }
  #banner .pure-u-11-24,
  #banner .pure-u-13-24 {
    width: 100%;
  }
  #banner .p-intro,
  #banner .p-img {
    direction: ltr;
    text-align: left;
    max-height: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #banner .p-intro h1,
  #banner .p-img h1 {
    font-family: "DINPro-Black";
    font-size: 2.5rem;
    margin: 0;
    font-weight: normal;
  }
  #banner .p-intro h2,
  #banner .p-img h2 {
    font-family: "DINPro-Medium";
    font-size: 1.5rem;
    margin: 0;
    font-weight: normal;
    color: #d24000;
  }
  #banner .p-intro p,
  #banner .p-img p {
    font-family: "DINPro-Medium";
    font-size: 0.875rem;
    color: #717171;
    margin: 0.5em 0 1.5rem 0;
    line-height: 1.6em;
  }
  #banner .p-intro {
    padding-bottom: 3rem;
  }
  #features {
    width: 100%;
    padding: 2rem 0;
    background-color: #f1f1f1;
  }
  #features .in {
    margin: 0 1.25rem;
  }
  #features h2 {
    font-family: "DINPro-Medium";
    font-size: 2rem;
    margin: 0.5em;
    font-weight: normal;
    text-align: center;
  }
  #features .gap {
    margin: 3rem 0;
    text-align: center;
  }
  #features .gap .pure-g [class*="pure-u"] {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  #features .gap .pure-g [class*="pure-u"] p {
    margin: 0 0 2rem 0;
    font-weight: bold;
  }
  #product {
    width: 100%;
    padding: 2rem 0;
  }
  #product .in {
    margin: 0 1.25rem;
  }
  #product h2 {
    font-family: "DINPro-Medium";
    font-size: 2rem;
    margin: 0.5em;
    font-weight: normal;
    text-align: center;
  }
  #product .img-con {
    text-align: center;
  }
  #specification {
    width: 100%;
    padding: 2rem 0;
  }
  #specification .container {
    border-top: #cfcfcf 1px solid;
  }
  #specification .in {
    margin: 0 1.25rem;
  }
  #specification h2 {
    font-family: "DINPro-Medium";
    font-size: 2rem;
    margin: 0.5em;
    font-weight: normal;
    text-align: center;
  }
  #specification h3 {
    font-family: "DINPro-Blod";
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
  }
  #specification ul {
    list-style: none;
    padding-inline-start: 0px;
  }
  #specification ul li {
    font-family: "DINPro-Light";
    font-size: 0.875rem;
    line-height: 1.4em;
    margin: 0.4em 0;
  }
  footer {
    width: 100%;
    background-color: #333333;
  }
  footer .in {
    margin: 0 1.25rem;
  }
  footer .qnav {
    padding: 1.5rem 0;
    color: #fff;
    font-family: "DINPro-Bold";
    font-size: 1rem;
  }
  footer .qnav .link-item {
    margin: 0 0.5rem;
    text-decoration: none;
    color: #fff;
  }
  footer .qnav .link-item:visited,
  footer .qnav .link-item:active {
    color: #fff;
  }
  footer .qnav .link-item:hover,
  footer .qnav .link-item.active {
    color: #d24000;
  }
  #copyright {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: "DINPro-Regular";
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.6rem;
  }
  #copyright .in {
    margin: 0 1.25rem;
  }

  .pc{
    display: none;
  }
  .phone{
    display: block;
  }
}
