body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  background-color: #330000;
  overflow-x: hidden;
}
.con {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .con {
    width: 100% !important;
  }
}
.header {
  height: 135px;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.header .con {
  display: flex;
  justify-content: space-between;
}
.header .header-l {
  width: 44%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: url(../img/headerbg.gif) no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .header .header-l {
    background: unset;
    padding-left: 0px;
  }
  .header .header-l .logo {
    height: 100%;
  }
  .header .header-l .logo a {
    display: flex;
    height: 100%;
  }
  .header .header-l .logo a img {
    height: 100%;
    width: auto;
  }
}
.header .header-r {
  width: 56%;
}
@media (max-width: 767px) {
  .header .header-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header .header-r .lang {
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  .header .header-r .lang {
    height: 60px;
  }
}
.header .header-r .lang ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.header .header-r .lang ul li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .header .header-r .lang ul li {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .header .header-r .lang ul li a span {
    display: none;
  }
}
.header .header-r .pc-nav {
  height: 55px;
  background-color: #000;
}
@media (max-width: 767px) {
  .header .header-r .pc-nav {
    display: none;
  }
}
.header .header-r .pc-nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .header-r .pc-nav ul li {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}
.header .header-r .pc-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.header .header-r .mobile-header {
  display: none;
}
@media (max-width: 767px) {
  .header .header-r .mobile-header {
    display: block;
  }
}
.banner {
  height: 420px;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 60px;
    height: max-content;
  }
}
.banner .Banner-swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.banner .Banner-swiper .swiper-pagination {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
}
.banner .Banner-swiper .swiper-pagination span {
  transform: translateY(2px);
  display: flex;
  align-items: center;
  width: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1 !important;
  color: #FFFFFF;
  vertical-align: middle;
}
.banner .Banner-swiper .pagination-line {
  margin: 0 16px;
  width: 133px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  display: flex;
}
@keyframes wid100 {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.banner .Banner-swiper .pagination-line::before {
  animation: wid100 5s linear;
  animation-fill-mode: forwards;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}
.banner .Banner-swiper .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner .Banner-swiper .item > a {
  display: block;
  overflow: hidden;
}
.banner .Banner-swiper .item > a > img {
  position: relative;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-productCenter .con {
  display: flex;
  justify-content: space-between;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .index-productCenter .con {
    flex-direction: column;
  }
}
.index-productCenter .con .item {
  width: 49.5%;
}
@media (max-width: 767px) {
  .index-productCenter .con .item {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
  }
  .index-productCenter .con .item:nth-last-of-type(1) {
    margin-bottom: unset;
  }
}
.index-productCenter .con .item ul {
  display: flex;
  height: 30px;
}
.index-productCenter .con .item ul li {
  width: 20%;
  height: 100%;
}
.index-productCenter .con .item ul li:nth-of-type(2) a {
  background: linear-gradient(to bottom, #b4cd4d 20%, #93b700);
}
.index-productCenter .con .item ul li:nth-of-type(3) a {
  background: linear-gradient(to bottom, #ffb84d 20%, #ff9900);
}
.index-productCenter .con .item ul li:nth-of-type(4) a {
  background: linear-gradient(to bottom, #e054ac 20%, #d30a88);
}
.index-productCenter .con .item ul li:nth-of-type(5) a {
  background: linear-gradient(to bottom, #db4d4d 20%, #cc0000);
}
.index-productCenter .con .item ul li a {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #4d96d8 20%, #0069c7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.index-productCenter .con .item ul li a:hover {
  text-decoration: underline;
}
.index-productCenter .con .item .firstlis {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-productCenter .con .item .firstlis a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}
.footer {
  margin-top: 20px;
}
.footer .copyright {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
.footer .certificate {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 66px;
}
.footer .certificate .item {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .certificate .item:nth-of-type(1) {
  margin-right: 30px;
}
.publictitle {
  margin: 20px auto 0 auto;
  width: 92.5%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  background: #000;
  color: #FFF;
  padding-left: 10px;
}
.box-main .con {
  display: flex;
}
@media (max-width: 767px) {
  .box-main .con {
    flex-direction: column;
  }
}
.box-main .productList {
  width: 29%;
  background-color: #eee;
}
@media (max-width: 767px) {
  .box-main .productList {
    display: none;
  }
}
.box-main .productList .firstlis {
  font-weight: bold;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  background-color: #000;
}
.box-main .productList ul {
  padding: 10px 30px;
  margin-bottom: 30px;
}
.box-main .productList ul li {
  padding-bottom: 3px;
}
.box-main .productList ul li a {
  color: #006699;
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.3s;
}
.box-main .productList ul li a:hover {
  text-decoration: underline;
  color: #C00;
}
.box-main .box-right {
  padding-left: 10px;
  width: 71%;
}
@media (max-width: 767px) {
  .box-main .box-right {
    width: 100%;
    padding: unset;
  }
}
.box-main .about-main {
  padding: 10px 35px 25px;
}
@media (max-width: 767px) {
  .box-main .about-main {
    padding: 10px;
  }
}
.box-main .about-main img {
  float: right;
  padding: 0px 0px 10px 10px;
}
@media (max-width: 767px) {
  .box-main .about-main img {
    width: 100%;
    float: left;
    padding: unset;
    padding-bottom: 10px;
  }
}
.box-main .about-main p {
  margin: 10px 0;
  font-size: 12px;
  text-indent: 2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .box-main .about-main p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.box-main .about-main .tel a,
.box-main .about-main .email a {
  transition: all 0.3s;
}
.box-main .about-main .tel a:hover,
.box-main .about-main .email a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.box-main .about-main .email a {
  color: #069;
}
.box-main .productCenter-main {
  padding: 10px 35px 25px;
}
@media (max-width: 767px) {
  .box-main .productCenter-main {
    padding: 10px;
  }
}
.box-main .productCenter-main ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .box-main .productCenter-main ul {
    margin: 0 -7px;
  }
}
.box-main .productCenter-main ul li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box-main .productCenter-main ul li {
    width: 50%;
    padding: 0 7px;
  }
}
.box-main .productCenter-main ul li .item {
  display: flex;
  flex-direction: column;
}
.box-main .productCenter-main ul li .item .pic:hover .img-box img {
  transform: scale(1.1);
}
.box-main .productCenter-main ul li .item .pic .img-box {
  padding-bottom: 111.111%;
}
.box-main .productCenter-main ul li .item .pic .img-box img {
  transition: all 0.3s;
}
.box-main .productCenter-main ul li .item .productname {
  width: 100%;
}
.box-main .productCenter-main ul li .item .productname a {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 2.5;
  font-size: 14px;
  transition: all 0.3s;
}
.box-main .productCenter-main ul li .item .productname a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.box-main .productDetail-main {
  width: 100%;
}
@media (max-width: 767px) {
  .box-main .productDetail-main {
    padding-top: 60px;
  }
}
.box-main .productDetail-main .pic {
  width: 100%;
  height: max-content;
}
.box-main .productDetail-main .pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .publicbanner {
    padding-top: 60px;
  }
}
.publicbanner .public-swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.publicbanner .public-swiper .swiper-pagination {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
}
.publicbanner .public-swiper .swiper-pagination span {
  transform: translateY(2px);
  display: flex;
  align-items: center;
  width: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1 !important;
  color: #FFFFFF;
  vertical-align: middle;
}
.publicbanner .public-swiper .pagination-line {
  margin: 0 16px;
  width: 133px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  display: flex;
}
@keyframes wid100 {
  form {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.publicbanner .public-swiper .pagination-line::before {
  animation: wid100 5s linear;
  animation-fill-mode: forwards;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}
.publicbanner .public-swiper .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.publicbanner .public-swiper .item > a {
  display: block;
  overflow: hidden;
}
.publicbanner .public-swiper .item > a > img {
  position: relative;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sorter nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sorter nav ul li {
  margin: 0 5px;
}
.sorter nav ul li .prev,
.sorter nav ul li .next {
  width: max-content;
  padding: 2px 5px;
}
.sorter nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 12px;
  transition: all 0.3s;
}
.sorter nav ul li a:hover {
  color: #cc0000;
  border-color: #cc0000;
}
.sorter nav ul li .disable {
  border: #ccc 1px solid !important;
  color: #ccc !important;
}
.fszero{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: initial;
}