@charset "UTF-8";
html {
  font-size: 100px !important;
  overflow-x: hidden;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 50px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

p {
  margin: 0;
}

.fen img {
  transition-duration: .5s;
}

.fen:hover img {
  transform: scale(1.05);
}

.w1582 {
  max-width: 1612px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.top_head {
  margin: 0 auto;
  /*background: url(../images/head.jpg) no-repeat center;*/
  height: 34px;
  font-size: 13px;
  color: #bfbfbf;
  line-height: 34px;
  background:#4d6196;
}

.top_head a {
  color: #bfbfbf;
  font-size: 13px;
}

.top_heada {
  width: 42.8%;
}

.top_headb {
  width: 57%;
}

.topdh {
  width: 40%;
  line-height: 34px;
}

.topdh img {
  margin-right: 5px;
}

.topdh h5 {
  display: inline-block;
}

.topdh h5 span {
  color: #fff;
}

.topss {
  width: 20px;
  position: relative;
  line-height: 90px;
}

.topss img {
  max-width: 100%;
}

.header {
  height: 90px;
  /*background: #222222;*/
  background:#4d6196;
}

.header .logo {
  width: 491px;
  justify-items: center;
  margin-top: -10px;
}

.header .logo img {
  max-width: 100%;
}

.nnav {
  width: calc(100% - 42.9%);
}

.toplink {
  text-align: right;
}

/* 导航样式 */
.x-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 1.3vw;
  height: 90px;
}

.x-menu > li::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background: #e60012;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.x-menu > li::after {
  position: absolute;
  content: "";
  right: 50%;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background: #e60012;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.x-menu > li:hover::before {
  width: 50px;
}

.x-menu > li:hover::after {
  width: 50px;
}

.x-menu > li > a {
  display: block;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 90px;
  position: relative;
}

.x-menu > li > a:hover {
  color: #fff;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 150%;
  left: -25%;
  top: 90px;
  background: rgba(255, 255, 255, 0.9);
  /* border-radius: 5px; */
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 2;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e60012;
  color: #fff;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 90px;
  width: 238px;
  padding: 8px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #e60012;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

/**/
.put {
  text-align: center;
}

.put .pt1 {
  color: #333333;
  font-size: 50px;
  font-weight: 600;
}

.put .pt2 {
  width: 38px;
  height: 2px;
  background: #d5d5d5;
  margin: 5px auto;
}

.put .pt3 {
  color: #666666;
  font-size: 20px;
}

.tui-index {
  margin-top: 2.6vw;
}

.product-swiper {
  margin-top: 3.125vw;
}

.product-text {
  position: relative;
}

.product-item {
  border-radius: 16px;
}

.product-text img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.product-text h3 {
  position: absolute;
  bottom: 6%;
  left: 6%;
  background-color: rgba(0, 0, 0, 0.4);
  width: 55%;
  font-size: 18px;
  color: #fff;
  line-height: 2.6;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 992px) {
  .product-item:hover .product-text h3 {
    background-color: #e72f41;
  }
  .product-item:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .put .pt1 {
    font-size: 24px;
  }
  .put .pt3 {
    font-size: 16px;
  }
  .product-text h3 {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
}

/**/
.pro-bg {
  background: #f6f6f6;
  margin-top: 3.64583333333333vw;
  padding: 2.86458333333333vw 0;
}

.my-prolist {
  margin-top: 2.86458333333333vw;
}

.my-prolist .ttz li {
  float: left;
  /*width: calc(25% - 18px);*/
  background-color: #fff;
  transition: all .3s;
}

.my-prolist .ttz li:not(:last-child) {
  /*margin-right: 18px;*/
}

.proimg .imgs {
  padding-top: 20px;
}

.proimg .imgs img {
  width: 100%;
}

.protxt {
  width: 82%;
  margin-top: 2vh;
  margin-left: 9%;
  border-top: 1px solid #eeeeee;
}

.protxt h3 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  padding: 1.25vw 0;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.protxt h3 img {
  float: right;
  position: absolute;
  right: 0;
}

.my-prolist .ttz li:hover .protxt {
  border-top: 1px solid #cf000d;
  transition: all .3s;
}

.my-prolist .ttz li:hover {
  box-shadow: #d1d1d1 0px 0px 20px;
  transform: translateY(-1%);
  transition: all .3s;
}

.my-prolist .ttz li:hover .protxt h3 {
  color: #cf000d;
}

.my-prolist .ttz li:hover .protxt img {
  transform: scale(1.01);
  transition: all .3s;
}

@media (max-width: 767px) {
  .pro-bg {
    padding: 30px 0;
  }
  .my-prolist .ttz li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .my-prolist .ttz li:not(:last-child) {
    margin-right: 0;
  }
  .my-prolist .ttz li:nth-child(2n) {
    float: right;
  }
  .protxt h3 {
    font-size: 12px;
  }
}

/**/
.scsl-index {
  margin-top: 2.86458333333333vw;
}

.youshi-swiper {
  margin-top: 4%;
  padding-bottom: 1%;
}

.youshi-cover {
  position: relative;
}

.youshi-cover .bg {
  width: 100%;
  height: 100%;
  background: url(../images/ysbg.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-con {
  position: absolute;
  bottom: 6%;
  left: 5%;
  right: 5%;
  transition: all .5s;
}

.bg-con h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.bg-con .bg-text {
  display: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.867;
  max-width: 450px;
  width: 100%;
  margin-top: 1vw;
}

.bg-con .more {
  align-items: center;
  background: #e60012;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  width: 131px;
  height: 47px;
  border-radius: 5px;
  margin-top: 1vw;
}

.bg-con .more img {
  max-width: 100%;
  width: 9px;
  height: 10px;
  margin-left: 10px;
}

.youshi-item {
  border-radius: 16px;
}

.youshi-item img {
  border-radius: 16px;
  width: 100%;
}

@media (min-width: 992px) {
  .youshi-item:hover .youshi-cover .bg {
    background: url(../images/ysbg.png) no-repeat;
    background-size: cover;
  }
  .youshi-item:hover .bg-con {
    bottom: 13%;
  }
  .youshi-item:hover .bg-con .bg-text {
    display: block;
  }
  .youshi-item {
    transition: all .5s;
  }
  .youshi-item:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .bg-con {
    position: absolute;
    bottom: 24%;
    left: 4%;
    transition: all .5s;
  }
}

@media (max-width: 767px) {
  .scsl-index {
    margin-top: 30px;
  }
  .youshi-swiper {
    margin-top: 20px;
  }
  .bg-con {
    bottom: 5%;
  }
  .bg-con h3 {
    font-size: 16px;
  }
  .bg-con .more {
    margin-top: 10px;
    width: 100px;
    height: 35px;
    font-size: 12px;
  }
}

/**/
.ab-bg {
  background: #f9f9f9;
  margin-top: 4.16666666666667vw;
  padding: 2.60416666666667vw 0;
}

.ab-con {
  margin-top: 2.34375vw;
}

.p_aa {
  width: 49.49%;
}

.p_aa li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p_aa li .img_11 {
  display: block;
  width: 100%;
}

.p_aa li .img_11 img {
  width: 100%;
}

.p_aa li .dnn {
  position: absolute;
  width: 37%;
  right: 65px;
  bottom: 40px;
}

.p_aa li .dnn h3 {
  color: #f9f9f9;
  font-size: 23px;
  line-height: 25px;
}

.p_aa li .dnn h4 {
  color: #f9f9f9;
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}

.p_aa li .dnn p {
  color: #f9f9f9;
  font-size: 15px;
  line-height: 23px;
  height: 84px;
  overflow: hidden;
  margin-top: 10px;
}

.p_aa li .m1 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: underline;
}

.p_bb {
  width: 48.48%;
}

.p_bb li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.83333333333333vw;
}

.p_bb li .img_11 {
  display: block;
  width: 100%;
}

.p_bb li .img_11 img {
  width: 100%;
}

.p_bb li .dnn {
  position: absolute;
  width: 42%;
  right: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  bottom: 0;
}

.p_bb li .dnn h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 25px;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: normal;
}

.p_bb li .dnn h4 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}

.p_bb li .dnn p {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
}

.p_bb li .m1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  text-decoration: underline;
}

.p_bb li:nth-child(2) {
  margin-bottom: 0px;
}

.p_bb li:nth-of-type(1) .dnn {
  left: 50px;
}

@media (max-width: 1440px) {
  .p_aa li .dnn h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .p_bb li .dnn h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
}

@media (max-width: 1370px) {
  .p_aa li .dnn h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
  }
  .p_bb li .dnn h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
  }
}

@media (max-width: 990px) {
  .p_aa li .dnn h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  .p_bb li .dnn h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  .p_bb li .m1 {
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
  }
  .p_aa li .m1 {
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
  }
  .p_bb li .dnn {
    position: absolute;
    width: 65%;
    right: 15px;
    bottom: 15px;
  }
  .p_aa li .dnn {
    position: absolute;
    width: 65%;
    right: 15px;
    bottom: 15px;
  }
  .p_aa {
    width: 100%;
  }
  .p_bb {
    width: 100%;
    margin-top: 20px;
  }
  .p_bb li {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .p_bb li .dnn p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-top: 10px;
  }
  .p_aa li .dnn p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .ab-con {
    flex-wrap: wrap;
  }
  .p_bb li:nth-of-type(1) .dnn {
    left: 5%;
  }
  .p_bb li .dnn {
    position: absolute;
    width: 90%;
    right: 10px;
    bottom: 10px;
  }
  .p_aa li .dnn {
    position: absolute;
    width: 90%;
    right: 10px;
    bottom: 10px;
  }
  .p_bb li .dnn h3 {
    font-size: 16px;
  }
  .p_bb li .dnn h4 {
    margin-top: 0;
  }
  .p_bb li .dnn p {
    margin-top: 0;
  }
  .p_bb li .m1 {
    margin-top: 0;
  }
}

/**/
.news-index {
  margin-top: 2.60416666666667vw;
}

.news-con {
  margin-top: 4.94791666666667vw;
  margin-bottom: 2.86458333333333vw;
}

.newsl {
  width: 47.69230769230769%;
}

.newsSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.newsSwiper img {
  max-width: 100%;
}

.newsSwiper .swiper-pagination-news {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
}

.newsSwiper .swiper-pagination-news .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}

.newsSwiper .swiper-pagination-news .swiper-pagination-bullet-active {
  background: #cf000d;
  border: 1px solid #cf000d;
}

.nlist1 li .img1 img {
  width: 100%;
}

.nlist1 li .ww {
  margin-top: .25rem;
}

.nlist1 li .ww .date {
  width: 14%;
  border-right: 2px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.nlist1 li .ww .date .d1 {
  color: #999999;
  font-size: .18rem;
  position: relative;
}

.nlist1 li .ww .date .d1::before {
  content: "";
  position: absolute;
  background: url(//cdn.myxypt.com/32e69318/22/02/41a86a80673d97c715158c7a62b864e3b93cb298.png) no-repeat top center;
  width: 11px;
  height: 12px;
  left: 60%;
  top: -10%;
}

.nlist1 li .ww .date .d2 {
  color: #666666;
  font-size: .54rem;
  line-height: 1;
}

.nlist1 li .ww .wz {
  width: 81%;
}

.nlist1 li .ww .wz .wz1 {
  color: #333333;
  font-size: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist1 li .ww .wz .wz2 {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.15rem;
}

.nlist1 li:hover .ww .wz .wz1 {
  color: #cf000d;
}

.newsr {
  width: 47.69230769230769%;
  border-left: 1px solid #dcdcdc;
  padding-left: 0.5rem;
}

.tt22{
    display: none;
}

.nsort {
  align-items: center;
  justify-content: flex-start;
}

.nsort li {
  background: url(../images/navli.png) no-repeat right center;
  width: 20%;
  margin-right: 5%;
}

.nsort li:last-child {
  background: none;
}

.nsort li a {
  display: block;
  color: #333333;
  font-size: 0.22rem;
  text-transform: uppercase;
}

.nsort li.cur a {
  color: #cf000d;
}
.nsort li:hover a {
  color: #cf000d;
}

.nlist2 li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.3rem 0.25rem;
}

.nlist2 li .ww .date {
  width: 14%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.nlist2 li .ww .date .d1 {
  color: #999999;
  font-size: 0.18rem;
  position: relative;
}

.nlist2 li .ww .date .d1::before {
  content: "";
  position: absolute;
  background: url(../images/nt3.png) no-repeat top center;
  width: 13px;
  height: 15px;
  left: 60%;
  top: -10%;
}

.nlist2 li .ww .date .d2 {
  color: #666666;
  font-size: 0.54rem;
  line-height: 1;
}

.nlist2 li .ww .wz {
  width: 71%;
  position: relative;
}

.nlist2 li .ww .wz::before {
  content: '';
  position: absolute;
  background: url(../images/nt1.png) no-repeat top center;
  left: 0px;
  top: 12px;
  width: 10px;
  height: 9px;
}

.nlist2 li .ww .wz .wz1 {
  color: #333333;
  font-size: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.nlist2 li .ww .wz .wz2 {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.15rem;
}

.nlist2 li:hover {
  background: #cf000d;
}

.nlist2 li:hover .ww .wz::before {
  background: url(../images/nt2.png) no-repeat top center;
}

.nlist2 li:hover .ww .wz .wz1 {
  color: #fff;
}

.nlist2 li:hover .ww .wz .wz2 {
  color: #fff;
}

.nlist2 li:hover .ww .date .d1 {
  color: #fff;
}

.nlist2 li:hover .ww .date .d2 {
  color: #fff;
}

.nlist2 li:hover .ww .date .d1::before {
  background: url(../images/nt4.png) no-repeat top center;
}

@media (max-width: 767px) {
  .news-con {
    display: block;
  }
  .newsl {
    width: 100%;
  }
  .nlist1 li .ww .date .d1 {
    font-size: 18px;
  }
  .nlist1 li .ww .date .d2 {
    font-size: 24px;
  }
  .nlist1 li .ww .wz .wz1 {
    font-size: 14px;
  }
  .nlist1 li .ww .wz .wz2 {
    font-size: 12px;
    line-height: 20px;
  }
  .newsr {
    width: 100%;
    margin-top: 5%;
    padding-left: 0;
  }
  .nsort {
    justify-content: center;
  }
  .nsort li a {
    font-size: 14px;
  }
  .nlist2 li {
    padding: 10px;
  }
  .nlist2 li .ww .wz::before {
    top: 5px;
  }
  .nlist2 li .ww .wz .wz1 {
    font-size: 14px;
  }
  .nlist2 li .ww .wz .wz2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .nlist2 li .ww .date .d1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .nlist2 li .ww .date .d2 {
    font-size: 24px;
  }
}

/* box-foot */
.box-foot {
  /*background-color: #222;*/
  padding-top: 3.5%;
  background: #4d6196;
}

.main-flink {
  line-height: 90px;
}

.foot-menu {
  width: 64.5%;
}

.foot-menu dl {
  float: left;
  width: 20%;
}

.foot-menu dl dt {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14%;
}

.foot-menu dl dd a {
  font-size: 16px;
  color: #c5c5c5;
  line-height: 2;
}

.foot-contact {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1%;
  padding-left: 4%;
}

.foot-contact h3 {
  color: #999;
  font-size: 16px;
  margin-bottom: 1%;
}

.foot-contact > p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5%;
}

.footcontact-text {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}

.x-seo {
  font-size: 14px;
  color: #999;
}

.x-seo a {
  color: #999;
}

.foot-wechat {
  text-align: center;
}

.foot-wechat img {
  max-width: 100px !important;
}

.foot-wechat p {
  font-size: 14px;
  color: #999;
  margin-top: 9%;
}

.box-bottom {
  /*background-color: #222;*/
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 4.16666666666667vw;
  background: #4d6196;
}

.main-bottom {
  line-height: 98px;
}

.copyright-left {
  color: #999;
}

.x-region {
  color: #999;
}

.main-bottom a {
  color: #999;
}

@media (max-width: 1649px) {
  .foot-menu {
    width: 57.5%;
  }
  .foot-contact {
    padding-top: 0;
  }
}

@media (max-width: 1439px) {
  .foot-menu {
    width: 54.5%;
  }
}

@media (max-width: 1199px) {
  .foot-menu {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
  .foot-contact {
    float: left;
    margin-right: 10%;
  }
  .foot-wechat {
    float: left;
  }
  .foot-contact {
    border-left: none;
    padding-top: 1%;
    padding-left: 0;
  }
  .main-foot {
    padding-bottom: 4%;
  }
}

@media (min-width: 992px) {
  .foot-menu dl dd a:hover {
    color: #f3a306;
  }
  .copyright-left a:hover, .x-region a:hover {
    color: #f3a306;
  }
  .x-seo a:hover {
    color: #f3a306;
  }
}

@media (max-width: 991px) {
  .main-foot {
    padding-bottom: 4%;
  }
  .foot-menu {
    display: none;
  }
  .x-region {
    display: none;
  }
  .main-bottom {
    line-height: 24px;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  .x-seo {
    display: none;
  }
}

@media (max-width: 767px) {
  .foot-contact {
    float: none;
    padding-left: 20px;
  }
  .foot-wechat {
    margin-top: 10px;
    padding-left: 20px;
  }
  .foot-wechat p {
    margin-top: 15px;
  }
  .box-bottom {
    margin-top: 30px;
  }
}

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #cf000d;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #cf000d;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../images/fa1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/fa2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/fa3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../images/fa4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.page-product-detail-right{
    background: #f7f7f7;
    padding: 15px;
}

.page-wrap-right .xypg-right-content .tabs-wrap{
    margin-bottom: 15px;
}
.page-wrap-right .xypg-right-content .tabs-wrap p{
    float: left;
    border: 1px solid #e70f20;
    padding: 5px 10px;
    color: #e70f20;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1;
}


.product-description p{
    white-space: pre-wrap;
    word-wrap: break-word;
    background: transparent;
    overflow: hidden;
    line-height: 1.5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 300;
}
















