* {
  font-family: "Microsoft Yahei" !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  background-color: #eaeaea;
  position: relative;
}
a {
  text-decoration: none;
}
@keyframes myfirst {
  100% {
    opacity: 1;
  }
}
/* @media(min-width: @w19){
    html,body{
        background-color: #fff;
    }
    .container-fluid{
        width: 1903px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow-x: hidden;
        background-color: @body-color;
    }
} */
.index-body {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  background-color: #141213;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../img/index-bg.jpg");
  background-size: 100% 100%;
}
.index-body .center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 500px;
  height: 264px;
  margin-left: -250px;
  margin-top: -132px;
  background: url("../img/logo.png") center no-repeat;
  background-size: contain;
  opacity: 0;
  animation: bounceInRight 2s 1 4s,myfirst 2s 1 4s;
  animation-fill-mode: forwards;
}
.index-body .black {
  width: 100%;
  height: 100%;
  background-color: #141213;
  animation: fadeOut 2s 1 2s;
  animation-fill-mode: forwards;
  z-index: 2;
  position: absolute;
}
.index-body .black .welcome {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 500px;
  height: 264px;
  margin-left: -250px;
  margin-top: -132px;
  background: url("../img/welcome.png") center no-repeat;
  background-size: contain;
  animation: bounceInLeft 2s;
  animation-fill-mode: forwards;
}
.index-body .dragonfly,
.index-body .company-name {
  position: absolute;
  z-index: 1;
}
.index-body .dragonfly {
  bottom: 20px;
  right: 20px;
  height: 90%;
}
.index-body .company-name {
  bottom: 20px;
  right: 20px;
}
.my-nav {
  position: absolute;
  float: left;
  padding: 0;
  width: 200px;
  min-height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 30px;
}
.my-nav .logo {
  padding: 60px 30px 30px;
  background-color: #c52543;
}
.my-nav .logo img {
  width: 100%;
}
.my-nav .logo .logo-wx {
  display: none;
}
.my-nav .my-list {
  padding: 30px 15px;
  border-radius: 0;
}
.my-nav .my-list .list-group {
  border-radius: 0;
  margin-bottom: 0;
}
.my-nav .my-list .list-group .list-group-item {
  display: block;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 15px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.my-nav .my-list .list-group .list-group-item span {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  margin-left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
}
.my-nav .my-list .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.my-nav .my-list .list-group .list-group-item:hover {
  background-color: #c52543;
  color: #fff;
}
.my-nav .my-list .list-group .list-group-item:hover span {
  background-color: #fff;
}
.my-nav .my-list .list-group .list-group-item.active {
  background-color: #c52543;
  color: #fff;
}
.my-nav .my-list .list-group .list-group-item.active span {
  background-color: #fff;
}
.my-nav .my-list .search {
  position: relative;
}
.my-nav .my-list .search .form-control {
  width: 100%;
  display: block;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.my-nav .my-list .search .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.my-nav .my-list .search button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: 0;
}
.my-nav .my-list .search button img {
  width: 100%;
}
.my-nav .my-list .search button:focus {
  outline: none;
  background-color: transparent;
}
.my-nav .my-list .lang {
  margin-top: 20px;
}
.my-nav .my-list .lang .en,
.my-nav .my-list .lang .cn,
.my-nav .my-list .lang .line {
  display: inline-block;
  vertical-align: middle;
  color: #141213;
  text-transform: capitalize;
  font-size: 16px;
}
.my-nav .my-list .lang .en:hover,
.my-nav .my-list .lang .cn:hover {
  color: #c52543;
}
.my-nav .my-list .lang a.active {
  color: #c52543;
}
.my-nav .my-list .lang .line {
  height: 20px;
  width: 1px;
  background-color: #141213;
  margin-left: 5px;
  margin-right: 5px;
}
.my-nav .orcode {
  position: fixed;
  left: 0;
  bottom: 100px;
  margin-top: 80px;
}
.my-nav .orcode img {
  float: left;
  width: 90px;
}
.my-nav .orcode .text {
  float: left;
  overflow: hidden;
  width: 70px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 40px;
}
.my-nav .orcode .text span {
  color: #c52543;
}
.my-nav .orcode .text p {
  color: #141213;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .my-nav {
    position: static;
    float: none;
    width: auto;
    min-height: auto;
    padding-bottom: 0;
  }
  .my-nav .logo {
    float: left;
    padding: 15px;
  }
  .my-nav .logo img {
    width: auto;
    height: 80px;
  }
  .my-nav .my-list {
    float: left;
  }
  .my-nav .my-list .list-group {
    float: left;
  }
  .my-nav .my-list .list-group .list-group-item {
    float: left;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .my-nav .my-list .search {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  .my-nav .my-list .lang {
    float: left;
    text-align: center;
    margin-top: 14px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .my-nav {
    position: relative;
    float: none;
    width: auto;
    min-height: auto;
    padding-bottom: 0;
  }
  .my-nav .logo {
    float: none;
    padding: 15px;
  }
  .my-nav .logo img {
    width: auto;
    height: 50px;
    display: none;
  }
  .my-nav .logo .logo-wx {
    display: block;
  }
  .my-nav .my-list {
    display: none;
    float: none;
  }
  .my-nav .my-list .list-group {
    float: none;
  }
  .my-nav .my-list .list-group .list-group-item {
    float: none;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .my-nav .my-list .search {
    float: none;
    margin-top: 10px;
    margin-left: 10px;
  }
  .my-nav .my-list .lang {
    float: none;
    text-align: center;
    margin-top: 14px;
    margin-left: 0;
  }
  .my-nav .menu {
    margin-top: 2px;
    float: left;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .my-nav .menu span {
    display: block;
    background-color: #141213;
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
  }
}
.my-nav-right {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
}
.my-nav-right .text {
  text-align: right;
}
.my-nav-right .text span {
  vertical-align: bottom;
  color: #141213;
}
.my-nav-right .text img {
  margin-left: 10px;
  height: 20px;
}
.my-nav-right .tel {
  color: #c52543;
  font-weight: bold;
  font-size: 24px;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  .my-nav-right {
    position: static;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .my-nav-right .text span {
    font-size: 12px;
  }
  .my-nav-right .text img {
    height: 15px;
  }
  .my-nav-right .tel {
    font-size: 16px;
    text-align: right;
  }
}
.body {
  margin-left: 200px;
  position: relative;
  overflow: auto;
}
.body .index {
  padding-left: 60px;
  position: relative;
  height: 100%;
  min-height: 800px;
  text-align: right;
}
.body .index .left {
  float: left;
  width: 40%;
  background: url("../img/dragonfly-grey.png") right bottom no-repeat;
  position: relative;
  background-size: 300px;
  height: calc(100% - 136px);
  color: #141213;
}
.body .index .left .content {
  position: absolute;
  top: 18%;
  right: 50px;
  left: 50px;
}
.body .index .left .content .img {
  text-align: right;
}
.body .index .left .content .img img {
  width: 100%;
}
.body .index .left .content .text p,
.body .index .left .content .text span {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.body .index .left .content a {
  display: block;
  background-color: #c52543;
  float: right;
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-size: 14px;
}
.body .index .right {
  width: 60%;
  height: 100%;
  float: right;
}
.body .index .right .column {
  width: 30%;
  float: right;
  margin-left: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.body .index .right .column .column-child {
  position: absolute;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.body .index .right .column .column-child img {
  margin-bottom: 5px;
  display: block;
}
.body .index .right .column .column-child .column-child-img-top {
  width: 310px;
  height: 365px;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 15%;
}
.body .index .right .column .column-child .column-child-img-top .column-child-img {
  width: 100%;
  height: 100%;
  background: #fff center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1680px) {
  .body .index .right .column .column-child .column-child-img-top {
    width: 270px;
  }
}
@media screen and (max-width: 1280px) {
  .body .index .right .column .column-child .column-child-img-top {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .body .index .right .column .column-child .column-child-img-top {
    width: 100%;
    height: 150px;
  }
}
.body .about,
.body .quality,
.body .contact,
.body .news,
.body .product {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1300px;
  min-height: 800px;
  overflow: hidden;
}
.body .about .left,
.body .quality .left,
.body .contact .left,
.body .news .left,
.body .product .left {
  width: 40%;
  float: left;
}
.body .about .left .img,
.body .quality .left .img,
.body .contact .left .img,
.body .news .left .img,
.body .product .left .img {
  text-align: right;
}
.body .about .left .text,
.body .quality .left .text,
.body .contact .left .text,
.body .news .left .text,
.body .product .left .text {
  text-align: left;
}
.body .about .left .text p,
.body .quality .left .text p,
.body .contact .left .text p,
.body .news .left .text p,
.body .product .left .text p,
.body .about .left .text span,
.body .quality .left .text span,
.body .contact .left .text span,
.body .news .left .text span,
.body .product .left .text span {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
.body .about .left .honor,
.body .quality .left .honor,
.body .contact .left .honor,
.body .news .left .honor,
.body .product .left .honor {
  text-align: justify;
  text-align-last: justify;
}
.body .about .right,
.body .quality .right,
.body .contact .right,
.body .news .right,
.body .product .right {
  width: 55%;
  float: right;
}
.body .about .right .img-top .img,
.body .quality .right .img-top .img,
.body .contact .right .img-top .img,
.body .news .right .img-top .img,
.body .product .right .img-top .img {
  width: 100%;
  height: 324px;
  background: transparent center no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.body .about .right .img-bottom .img-all,
.body .quality .right .img-bottom .img-all,
.body .contact .right .img-bottom .img-all,
.body .news .right .img-bottom .img-all,
.body .product .right .img-bottom .img-all {
  width: 100%;
  height: 280px;
  background: transparent center no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.body .about .right .img-bottom .img1,
.body .quality .right .img-bottom .img1,
.body .contact .right .img-bottom .img1,
.body .news .right .img-bottom .img1,
.body .product .right .img-bottom .img1,
.body .about .right .img-bottom .img2,
.body .quality .right .img-bottom .img2,
.body .contact .right .img-bottom .img2,
.body .news .right .img-bottom .img2,
.body .product .right .img-bottom .img2,
.body .about .right .img-bottom .img3,
.body .quality .right .img-bottom .img3,
.body .contact .right .img-bottom .img3,
.body .news .right .img-bottom .img3,
.body .product .right .img-bottom .img3 {
  padding-right: 5px;
  width: 33.3333%;
  float: left;
}
.body .about .right .img-bottom .img3,
.body .quality .right .img-bottom .img3,
.body .contact .right .img-bottom .img3,
.body .news .right .img-bottom .img3,
.body .product .right .img-bottom .img3 {
  padding-right: 0;
}
.body .about .right .img-bottom .img4,
.body .quality .right .img-bottom .img4,
.body .contact .right .img-bottom .img4,
.body .news .right .img-bottom .img4,
.body .product .right .img-bottom .img4,
.body .about .right .img-bottom .img5,
.body .quality .right .img-bottom .img5,
.body .contact .right .img-bottom .img5,
.body .news .right .img-bottom .img5,
.body .product .right .img-bottom .img5,
.body .about .right .img-bottom .img6,
.body .quality .right .img-bottom .img6,
.body .contact .right .img-bottom .img6,
.body .news .right .img-bottom .img6,
.body .product .right .img-bottom .img6 {
  width: 40%;
  float: left;
  padding-right: 5px;
}
.body .about .right .img-bottom .img6,
.body .quality .right .img-bottom .img6,
.body .contact .right .img-bottom .img6,
.body .news .right .img-bottom .img6,
.body .product .right .img-bottom .img6 {
  width: 20%;
  padding-right: 0;
}
.body .about .right .img-bottom .img7,
.body .quality .right .img-bottom .img7,
.body .contact .right .img-bottom .img7,
.body .news .right .img-bottom .img7,
.body .product .right .img-bottom .img7,
.body .about .right .img-bottom .img8,
.body .quality .right .img-bottom .img8,
.body .contact .right .img-bottom .img8,
.body .news .right .img-bottom .img8,
.body .product .right .img-bottom .img8 {
  width: 50%;
  float: left;
}
.body .about .right .img-bottom .img7,
.body .quality .right .img-bottom .img7,
.body .contact .right .img-bottom .img7,
.body .news .right .img-bottom .img7,
.body .product .right .img-bottom .img7 {
  padding-right: 5px;
}
.body .about .right .img-bottom img,
.body .quality .right .img-bottom img,
.body .contact .right .img-bottom img,
.body .news .right .img-bottom img,
.body .product .right .img-bottom img {
  width: 100%;
  /*height: 140px;*/
  float: left;
  margin-bottom: 5px;
}
.body .about .left .img img {
  width: 40%;
}
.body .about .left .text p,
.body .about .left .text span {
  line-height: 1.7;
}
.body .quality {
  padding-top: 200px;
  padding-bottom: 200px;
}
.body .quality .left .img img {
  width: 50%;
}
.body .quality .left .text p,
.body .quality .left .text span {
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.body .quality .right .img-bottom .img-all {
  height: 184px;
}
.body .contact {
  padding-top: 200px;
  padding-bottom: 200px;
}
.body .contact .left .img img {
  width: 40%;
}
.body .contact .left .text {
  margin-top: 30px;
}
.body .contact .left .text p {
  margin: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: right;
  color: #141213;
}
.body .contact .left .text p span {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 50%;
  text-align: right;
}
.body .contact .left .btn {
  text-align: right;
  margin-top: 30px;
}
.body .contact .right {
  padding: 30px;
  background-color: #fff;
}
.body .news .top {
  text-align: center;
}
.body .news .top .img-left {
  margin-left: 30px;
  margin-right: 30px;
  width: 20%;
}
.body .news .top .img-right {
  width: 30%;
}
.body .news .bottom {
  margin-top: 30px;
}
.body .news .bottom .list {
  width: 25%;
  padding: 10px;
  float: left;
  color: #141213;
}
.body .news .bottom .list .block {
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
}
.body .news .bottom .list .block .description {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 102px;
  overflow: hidden;
}
.body .news .bottom .list .block .time {
  font-size: 12px;
  text-align: right;
}
.body .news .bottom .show {
  padding: 15px;
}
.body .news .bottom .show h2,
.body .news .bottom .show h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}
.body .news .bottom .show h5 {
  margin-bottom: 30px;
}
.body .product .left {
  width: 20%;
}
.body .product .left .img {
  text-align: left;
}
.body .product .left .img img {
  width: 70%;
}
.body .product .left .category {
  margin-top: 30px;
}
.body .product .left .category a {
  display: block;
  color: #141213;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  transition: all .2s;
  -moz-transition: all .2s;
  /* Firefox 4 */
  -webkit-transition: all .2s;
  /* Safari 和 Chrome */
  -o-transition: all .2s;
  /* Opera */
}
.body .product .left .category a:hover {
  color: #c52543;
}
.body .product .left .category a.active {
  color: #c52543;
}
.body .product .right {
  width: 75%;
}
.body .product .right .product-list {
  overflow: hidden;
}
.body .product .right .product-list .list {
  width: 33.3333%;
  padding: 0 10px 20px;
  float: left;
  color: #141213;
}
.body .product .right .product-list .list .block {
  padding: 30px;
  background-color: #fff;
}
.body .product .right .product-list .list .block .img {
  width: 100%;
  height: 300px;
  background: #fff center no-repeat;
  background-size: contain;
  transition: all .2s;
  -moz-transition: all .2s;
  /* Firefox 4 */
  -webkit-transition: all .2s;
  /* Safari 和 Chrome */
  -o-transition: all .2s;
  /* Opera */
}
.body .product .right .product-list .list .block .img:hover {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
}
.body .product .right .product-list .list .block .title {
  text-align: right;
  padding-top: 15px;
}
.body .product .right .product-list .show .img {
  text-align: left;
}
.body .product .right .product-list .show .img img {
  background-color: #fff;
  padding: 15px;
  width: 50%;
  max-width: 100%;
  border: 2px solid #ccc;
}
.body .product .right .product-list .show .content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .body {
    margin-left: 0;
  }
  .body .index {
    padding-left: 0;
  }
  .body .about,
  .body .quality,
  .body .contact,
  .body .news,
  .body .product {
    width: 1200px;
  }
}
@media screen and (max-width: 1599px) and screen and (max-width: 1599px) {
  .body .index .left .content .img img {
    width: 80%;
  }
  .body .index .left .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .body .index {
    min-height: auto;
    height: auto;
    overflow: auto;
    float: none;
    padding: 0 30px;
  }
  .body .index .left {
    background-size: 50%;
    height: auto;
    float: none;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .body .index .left .content {
    position: static;
  }
  .body .index .left .content .img img {
    width: 80%;
  }
  .body .index .left .content p {
    font-size: 14px;
  }
  .body .index .left .content a {
    font-size: 12px;
  }
  .body .index .right {
    height: auto;
    width: 100%;
    float: none;
  }
  .body .index .right .column {
    height: auto;
    width: 33.3333%;
    float: left;
    padding-left: 5px;
    margin-left: 0;
  }
  .body .index .right .column .column-child {
    position: static;
    height: auto;
  }
  .body .index .right .column .column-child img {
    width: 100%;
  }
  .body .about,
  .body .quality,
  .body .contact,
  .body .news,
  .body .product {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: auto;
  }
  .body .about .left,
  .body .quality .left,
  .body .contact .left,
  .body .news .left,
  .body .product .left {
    width: 100%;
    padding: 15px;
  }
  .body .about .left .text p,
  .body .quality .left .text p,
  .body .contact .left .text p,
  .body .news .left .text p,
  .body .product .left .text p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .body .about .right,
  .body .quality .right,
  .body .contact .right,
  .body .news .right,
  .body .product .right {
    width: 100%;
    padding: 15px;
  }
  .body .about .right .img-top .img,
  .body .quality .right .img-top .img,
  .body .contact .right .img-top .img,
  .body .news .right .img-top .img,
  .body .product .right .img-top .img {
    height: 150px;
  }
  .body .about .right .img-bottom .img-all,
  .body .quality .right .img-bottom .img-all,
  .body .contact .right .img-bottom .img-all,
  .body .news .right .img-bottom .img-all,
  .body .product .right .img-bottom .img-all {
    height: 120px;
  }
  .body .news .top {
    /* img{
                    margin-left: 5%;
                    margin-right: 5%;
                } */
    text-align: right;
  }
  .body .news .top .img-left {
    width: 30%;
    margin-right: 15px;
    margin-left: 0;
  }
  .body .news .bottom .list {
    width: 100%;
  }
  .body .quality .left .text p {
    font-size: 14px;
  }
  .body .quality .left .honor {
    text-align: center;
    text-align-last: center;
  }
  .body .quality .left .honor img {
    width: 40%;
    margin-left: 5px;
    margin-right: 10px;
  }
  .body .quality .right .img-bottom .img-all {
    height: 120px;
  }
  .body .contact .left .text p span {
    width: 100%;
  }
  .body .product .left .img {
    text-align: right;
  }
  .body .product .left .img img {
    width: 40%;
  }
  .body .product .left .category {
    text-align: right;
  }
  .body .product .left .category a {
    font-size: 16px;
  }
  .body .product .right .product-list .list {
    width: 100%;
  }
  .body .product .right .product-list .show {
    text-align: center;
  }
  .body .product .right .product-list .show h2 {
    font-size: 16px;
    font-weight: normal;
  }
  .body .product .right .product-list .show .img {
    text-align: center;
  }
  .body .product .right .product-list .show .img img {
    width: 100%;
  }
}
.footer {
  position: relative;
  bottom: 0;
  padding: 30px;
  background-color: #141213;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.orcode {
  position: absolute;
  left: 15px;
  bottom: 144px;
}
.orcode img {
  float: left;
  width: 90px;
}
.orcode .text {
  text-align: left;
  float: left;
  overflow: hidden;
  width: 70px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 40px;
  line-height: 1.4;
}
.orcode .text span {
  color: #c52543;
}
.orcode .text p {
  color: #141213;
  margin: 0;
}
.orcode-big {
  display: none;
}
@media screen and (max-width: 1599px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-text {
    margin-left: 170px;
  }
  .orcode {
    bottom: 13px;
  }
  .orcode img {
    padding: 5px;
    background-color: #fff;
  }
  .orcode .text p {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-text {
    margin-left: auto;
  }
  .orcode {
    position: static;
    overflow: hidden;
    margin-top: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  .orcode img {
    width: 60px;
  }
  .orcode .text {
    margin-top: 10px;
    /* margin-top: 5px;
            float: none;
            text-align: center;
            width: auto;
            margin-left: 0; */
  }
  .footer {
    font-size: 12px;
    overflow: hidden;
    padding: 15px;
    line-height: 1.5;
  }
  .orcode-big {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    background: #141213;
  }
  .orcode-big img {
    position: absolute;
    width: 40%;
    padding: 10px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .orcode-big .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #666;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
  }
}
.page {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li span,
.page .pagination li a {
  display: block;
  width: 30px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: url("../img/page-bg-red.png") center no-repeat;
  float: left;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.page .pagination li span:hover,
.page .pagination li a:hover {
  background-image: url("../img/page-bg-black.png");
}
.page .pagination li span {
  background-image: url("../img/page-bg-black.png");
}
.map {
  width: 100%;
  height: 470px;
  border: #ccc solid 1px;
  font-size: 12px;
}
