@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

a {
  text-decoration: none;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

/*head*/
.head-bg {
  padding: 0 4.1%;
  position: relative;
}

.head-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 9.27083333333333vw;
  height: 96px;
  background: #d12229;
  z-index: -1;
}

.head-bg .head-index {
  align-items: center;
  position: relative;
}

.head-bg .head-index .logo {
  width: 26.875%;
  line-height: 96px;
}

.head-bg .head-index .logo img {
  max-width: 100%;
}

.head-bg .head-index .headr {
  width: calc(100% - 34.375%);
  align-items: center;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 96px;
  width: 238px;
  padding: 10px;
  border-radius: 20px;
  z-index: 999;
  background: #d12229;
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  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;
}

.sousou {
  width: 6%;
}

.sousou #formsearch1 input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.sousou #formsearch1 input#keyword {
  text-indent: 10px;
  float: left;
  width: 80%;
  color: #fff;
  outline: none;
  border: 1px solid #7d7d7d;
}

.sousou #formsearch1 input#s_btn {
  background: #00439a;
  float: right;
  width: 19%;
  color: #fff;
  outline: none;
}

/* 导航 */
.x-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  margin-bottom: 0;
}

.x-menu > li {
  position: relative;
  /* flex: 1; */
}

.x-menu > li > a {
  display: block;
  font-size: 17px;
  color: #262626;
  white-space: nowrap;
  line-height: 96px;
  height: 96px;
  position: relative;
  z-index: 0;
  text-align: center;
  text-decoration: none;
}

.x-menu > li > a:hover {
  color: #d12229;
  font-weight: 600;
}

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

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 300%;
  left: -100%;
  top: 96px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 9999;
}

.x-sub-menu > li {
  /* padding: 0 0.9rem; */
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  line-height: 2.6;
  text-decoration: none;
}

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

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

@media (max-width: 1200px) {
  .x-menu > li > a {
    font-size: 15px;
  }
}

/**/
.max1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.put {
  text-align: center;
}

.put .put1 {
  color: #252525;
  font-weight: 600;
  font-size: 2.39583333333333vw;
}

.put .put2 {
  color: #848484;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .put .put1 {
    font-size: 24px;
  }
  .put .put2 {
    font-size: 14px;
  }
}

.pro-index {
  margin-top: 4.2vw;
}

.psort-roll {
  margin-top: 2.08333333333333vw;
  margin-bottom: 1.66666666666667vw;
}

.psort-roll .psort-roll1 {
  padding: 0 3.125vw;
}

.psort-roll .psort {
  width: 85%;
}

.psort-roll .psort li {
  width: 12.5%;
}

.psort-roll .psort li .swiper-slide a {
  display: block;
  color: #c6c6c6;
  font-size: 18px;
  text-align: center;
  border: 1px dashed #595959;
  border-radius: 5px;
  line-height: 65px;
  position: relative;
}

.psort-roll .psort li .swiper-slide a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #d12229;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.psort-roll .psort li.on .swiper-slide a {
  border: 1px dashed #d12229;
  background: #d12229;
  color: #fff;
}

.psort-roll .psort li.on .swiper-slide a::before {
  opacity: 1;
}

.psort-roll .pp2-more {
  width: calc(100% - 89%);
}

.psort-roll .pp2-more .swiper-slide a {
  display: block;
  color: #c6c6c6;
  font-size: 18px;
  text-align: center;
  border: 1px dashed #595959;
  border-radius: 5px;
  line-height: 65px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.psort-roll .pp2-more .swiper-slide a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #d12229;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.psort-roll .pp2-more:hover .swiper-slide a {
  border: 1px dashed #d12229;
  background: #d12229;
  color: #fff;
}

.psort-roll .pp2-more:hover .swiper-slide a::before {
  opacity: 1;
}

.pro-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 3.64583333333333vw 0;
}

.pro-bg .pro-roll {
  position: relative;
  padding: 0 6.25vw;
}

.pro-bg .pro-roll .gallery-top {
  overflow: hidden;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .wz {
  width: 44%;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz1 {
  color: #2e2e2e;
  font-size: 2.29166666666667vw;
  font-weight: 600;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz2 {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  margin-top: 1.5625vw;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz3 {
  width: 190px;
  height: 48px;
  background: #d12229;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  margin-top: 2vw;
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .img1 {
  width: calc(100% - 55%);
}

.pro-bg .pro-roll .gallery-top .swiper-slide a .img1 img {
  max-width: 100%;
}

.pro-bg .pro-roll .swiperxt {
  position: absolute;
  background: url(../images/left.png) no-repeat top center;
  width: 55px;
  height: 69px;
  left: 0;
  top: 50%;
  margin-top: -34.5px;
  outline: none;
  z-index: 999;
}

.pro-bg .pro-roll .swiperev {
  position: absolute;
  background: url(../images/right.png) no-repeat top center;
  width: 55px;
  height: 69px;
  right: 0;
  top: 50%;
  margin-top: -34.5px;
  outline: none;
  z-index: 999;
}

/**/
.pro-sort {
  margin-top: 3.02083333333333vw;
}

.pro-sort .pslist {
  flex-wrap: wrap;
}

.pro-sort .pslist li {
  width: 49.99%;
  position: relative;
  margin-bottom: 0.1%;
}

.pro-sort .pslist li .img1 img {
  width: 100%;
}

.pro-sort .pslist li .wz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
}

.pro-sort .pslist li .wz .wz1 {
  font-weight: 600;
  color: #2a282d;
  font-size: 2.08333333333333vw;
}

.pro-sort .pslist li .wz .wz2 {
  margin-top: 1vw;
}

.pro-sort .pslist li .wz .wz2 p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  background: url(../images/tt1.png) no-repeat left center;
  padding-left: 18px;
}

.pro-sort .pslist li .wz .wz3 {
  width: 180px;
  height: 38px;
  background: #d12229;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  margin-top: 2vw;
}

.pro-sort .pslist li:nth-child(n+3) .wz .wz1 {
  color: #fff;
}

.pro-sort .pslist li:nth-child(n+3) .wz .wz2 p {
  color: #fff;
}

@media (max-width: 1366px) {
  .psort-roll .psort li .swiper-slide a {
    font-size: 16px;
  }
  .psort-roll .pp2-more .swiper-slide a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .psort-roll .psort {
    width: 85.5%;
  }
  .psort-roll .psort li {
    width: 15.5%;
  }
  .psort-roll .pp2-more {
    width: calc(100% - 86.5%);
  }
}

@media (max-width: 767px) {
  .pro-index {
    margin-top: 20px;
  }
  .psort-roll {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .psort-roll .psort-roll1 {
    padding: 0;
    flex-wrap: wrap;
  }
  .psort-roll .psort {
    width: 100%;
    flex-wrap: wrap;
  }
  .psort-roll .psort li {
    width: 32%;
    margin-bottom: 5%;
  }
  .psort-roll .psort li .swiper-slide a {
    line-height: 30px;
    font-size: 12px;
  }
  .psort-roll .pp2-more {
    width: 32%;
  }
  .psort-roll .pp2-more .swiper-slide a {
    line-height: 30px;
    font-size: 12px;
  }
  .pro-bg .pro-roll {
    padding: 0;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a {
    flex-wrap: wrap;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a .wz {
    width: 100%;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz1 {
    font-size: 20px;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz2 {
    font-size: 14px;
    line-height: 22px;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a .wz .wz3 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .pro-bg .pro-roll .gallery-top .swiper-slide a .img1 {
    width: 100%;
    margin-top: 5%;
  }
  .pro-bg .pro-roll .swiperxt {
    background-size: 100% 100%;
    width: 27px;
    height: 34px;
  }
  .pro-bg .pro-roll .swiperev {
    background-size: 100% 100%;
    width: 27px;
    height: 34px;
  }
  .pro-sort {
    margin-top: 20px;
  }
  .pro-sort .pslist li {
    width: 100%;
  }
  .pro-sort .pslist li .wz {
    left: 10px;
  }
  .pro-sort .pslist li .wz .wz1 {
    font-size: 16px;
  }
  .pro-sort .pslist li .wz .wz2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro-sort .pslist li .wz .wz3 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

/**/
.p3 {
  background: url(../images/bj2.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.2vw 0 4.6875vw;
}

.wh1360 {
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}

.p3 .p3-title {
  text-align: center;
}

.p3 .p3-title h3 {
  font-size: 34px;
  color: #000000;
}

.p3 .p3-title p {
  font-size: 18px;
  font-weight: normal;
  color: #555555;
  margin-top: 1.04166666666667vw;
}

.p3a {
  font-size: 18px;
  line-height: 1.88;
  color: #555555;
  text-align: center;
  letter-spacing: 0.7px;
  margin-top: 1.77083333333333vw;
}

.p3b {
  flex-wrap: nowrap;
  margin-top: 2.60416666666667vw;
}

.p3b li {
  flex: 1;
  width: auto;
  display: contents;
  text-align: center;
}

.p3b li + li {
  margin-left: 14%;
}

.p3b li a h3 {
  font-family: "Impact";
  font-size: 3.95833333333333vw;
  color: #d12229;
  display: inline-block;
}

.p3b li a span {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}

.p3b li a p {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-top: 2vw;
}

@media (max-width: 1440px) {
  .p3b li + li {
    margin-left: 0;
  }
  .p3b li {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .p3 .p3-title h3 {
    font-size: 28px;
  }
  .p3a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p3b {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .p3b li {
    flex: auto;
    width: 50%;
    margin-bottom: 5%;
    display: block;
  }
}

@media (max-width: 767px) {
  .p3 .p3-title h3 {
    font-size: 21px;
  }
  .p3 .p3-title p {
    font-size: 16px;
  }
  .p3a {
    font-size: 14px;
  }
  .p3b li a span {
    font-size: 14px;
  }
  .p3b li a p {
    font-size: 14px;
    margin-top: 1rem;
  }
  .p3b li a h3 {
    font-size: 24px;
  }
}

/**/
.p2 {
  position: relative;
  margin-top: 3.15rem;
}

.p2-title {
  position: absolute;
  left: 8rem;
  top: 5.1rem;
  z-index: 999;
}

.p2-title h4 {
  font-size: 44px;
  color: #ffffff;
  font-weight: 600;
}

.p2a .cont {
  position: absolute;
  font-size: 16ox;
  font-weight: normal;
  color: #ffffff;
  width: 52.7%;
  top: 13.1rem;
  left: 7.9rem;
  line-height: 2.2;
}

.p2a .img {
  overflow: hidden;
}

.p2a .img img {
  display: block;
  width: 100%;
  transition: all ease 1s;
}

.p2a .img:hover img {
  transform: scale(1.1);
}

.p2b {
  position: absolute;
  top: 17.6rem;
  left: 7.9rem;
  justify-content: flex-start;
}

.p2b li {
  width: 5.35rem;
  height: 5.35rem;
  border-radius: 1rem;
  border: solid 1px #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease .3s;
}

.p2b li + li {
  margin-left: 2.2rem;
}

.p2b li div.img {
  height: 2.15rem;
  line-height: 2.15rem;
  text-align: center;
}

.p2b li div.img img {
  max-width: 100%;
}

.p2b li h3 {
  color: #ffffff;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.p2b li:hover {
  background-color: #d12229;
  border: solid 1px #d12229;
}

.p2c {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.p2c li {
  width: 25%;
}

.p2c li a {
  display: block;
  position: relative;
  height: 182px;
}

.p2c li a div.img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 182px;
}

.p2c li a div.img img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: all ease 1s;
}

.p2c li:hover a div.img img {
  transform: scale(1.1);
}

.p2c li a .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tt2.png) no-repeat left center;
  transition: all ease .3s;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p2c li:nth-of-type(1) a .cont {
  background: none;
}

.p2c li a .cont::after {
  content: "";
  width: 36px;
  height: 28px;
  background: url(../images/san.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.p2c li a .cont h3 {
  font-size: 22px;
  color: #fff;
}

.p2c li a .cont p {
  font-size: 0.7rem;
  line-height: 1.85;
  color: #ffffff;
}

.p2c li:hover a .cont {
  transform: translateY(-100%);
  background: #d12229;
}

.p2c li:hover a .cont::after {
  opacity: 1;
}

.p2c li:hover a .cont h3 {
  color: #fff;
  font-weight: 600;
}

.p2c li:hover a div.img img {
  opacity: 1;
}

@media (max-width: 1600px) {
  .p2-title {
    top: 2.1rem;
  }
  .p2-title h3 {
    margin-bottom: 0.4rem;
  }
  .p2a .cont {
    width: 83.7%;
    top: 9.1rem;
  }
  .p2b {
    top: 13.6rem;
  }
  .p2c li a .cont {
    padding: 1.05rem 0.2rem 1rem 0.7rem;
  }
}

@media (max-width: 1440px) {
  .p2-title {
    left: 2rem;
  }
  .p2-title h3 {
    font-size: 2rem;
  }
  .p2-title h4 {
    font-size: 2rem;
  }
  .p2c li a .cont {
    padding: 0.6rem 0.2rem 1rem 0.7rem;
  }
  .p2c li a .cont p {
    line-height: 1.5;
  }
  .p2a .cont {
    left: 2rem;
  }
  .p2b {
    left: 2rem;
  }
  .p2c li a .cont h3 {
    margin-bottom: 0.5rem;
  }
  .p2c {
    padding: 0 3rem 0 1.2rem;
  }
}

@media (max-width: 1024px) {
  .p2a .cont {
    top: 6rem;
  }
  .p2b {
    top: 11.6rem;
  }
  .p2c li a .cont p {
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .p2-title {
    position: initial;
    text-align: center;
    margin-bottom: 6%;
  }
  .p2-title h3 {
    color: #000;
  }
  .p2a {
    position: relative;
  }
  .p2a .cont {
    width: 90%;
    line-height: 1.6;
    top: 6%;
  }
  .p2c {
    position: initial;
    background: #000;
    padding: 0 15px;
  }
  .p2c li {
    width: 50%;
  }
  .p2c li a .cont {
    transition: initial;
  }
  .p2c li.on a .cont {
    background: initial;
  }
  .p2c li.on a .cont {
    transform: initial;
  }
  .p2c li.on a .cont::after {
    opacity: 0;
  }
  .p2c li.on a div.img img {
    opacity: 1;
  }
  .p2c li:nth-child(odd) a .cont {
    background: initial;
  }
  .p2c li:last-child a .cont {
    background: url(//cdn.myxypt.com/fd482e92/22/01/c33822c3d6717ea8f817a90f78fca0d0344918df.png) no-repeat left center;
  }
}

@media (max-width: 767px) {
  .p2-title h4 {
    font-size: 24px;
    color: #000;
  }
  .p2a .cont {
    font-size: 14px;
    width: 100%;
    position: initial;
    color: #000;
    padding: 0 15px;
    margin: 4% 0;
  }
  .p2b {
    display: none;
  }
  .p2c {
    background: initial;
    flex-wrap: wrap;
  }
  .p2c li a .cont p {
    display: none;
  }
  .p2c li.on a .cont {
    padding: 0;
  }
  .p2c li a .cont {
    background: #d12229;
  }
  .p2c li a .cont h3 {
    font-size: 18px;
    color: #fff;
  }
  .p2c li:last-child a .cont {
    background: #d12229;
  }
  .p2c li:nth-child(odd) a .cont {
    background: #d12229;
  }
  .p2c li.on .cont {
    background: initial !important;
  }
  .p2c li a {
    height: 100px;
  }
  .p2c li a div.img {
    height: 100px;
  }
}

/*news*/
.news-bg {
  background: #f8f8f8;
}

.news-bg .put {
  padding: 3.125vw 0;
}

.news-bg .put .put1 {
  font-size: 2.23958333333333vw;
}

.news-bg .put .put2 {
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .news-bg {
    padding: 20px 0;
  }
  .news-bg .put .put1 {
    font-size: 24px;
  }
  .news-bg .put .put2 {
    font-size: 14px;
  }
}

.nlist1 li {
  width: 50%;
}

.nlist1 li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.nlist1 li a .img1 {
  height: 50%;
}

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

.nlist1 li a .wz {
  background: #ebebeb;
  height: 50%;
  padding: 5.72916666666667vw;
}

.nlist1 li a .wz .wz1 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}

.nlist1 li a .wz .wz2 {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 30px;
  margin-top: 1vw;
}

.nlist1 li a .wz .wz3 {
  align-items: center;
  margin-top: 1.82291666666667vw;
}

.nlist1 li a .wz .wz3 .date {
  color: #c0c0c0;
  font-size: 15px;
  background: url(../images/date.png) no-repeat left center;
  padding-left: 20px;
}

.nlist1 li a .wz .wz3 .nmo {
  background: url(../images/more1.png) no-repeat center;
  width: 114px;
  height: 30px;
}

.nlist1 li:hover a .wz .wz1 {
  color: #d12229;
}

.nlist1 li:hover a .wz .wz3 .nmo {
  background: url(../images/more.png) no-repeat center;
}

@media (max-width: 767px) {
  .nlist1 li a .wz {
    padding: 5px 10px;
  }
  .nlist1 li a .wz .wz1 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nlist1 li a .wz .wz2 {
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0;
  }
  .nlist1 li a .wz .wz3 {
    flex-wrap: wrap;
  }
  .nlist1 li a .wz .wz3 .date {
    font-size: 12px;
  }
  .nlist1 li a .wz .wz3 .nmo {
    background-size: 100% 100%;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    display: none;
  }
}

/**/
.p7 {
  background-color: #990006;
  padding: 1.5rem 0 0rem;
}

.p7a {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}

.p7a li a {
  display: block;
}

.p7a li a h3 {
  font-size: 16px;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
}

.p7a li a h3::after {
  content: "";
  width: 43px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p7a li a p {
  font-size: 14px;
  color: #ffffff;
}

.p7b {
  padding: 1.85rem 0 1.25rem;
  align-items: flex-start;
}

.p7b1 {
  width: 62.5%;
  font-size: 14px;
  letter-spacing: 1.1px;
  color: #fcfcfc;
  line-height: 1.8;
}

.p7b1 a {
  color: #fcfcfc;
}

.p7b1a {
  margin-bottom: 1.7rem;
  font-weight: 700;
  display: none;
}

.p7b1a a {
  margin-right: 5px;
}

.p7b2 li + li {
  margin-left: 1.5rem;
}

.p7b2 li div.img {
  width: 6.3rem;
  height: 6.3rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.55rem;
}

.p7b2 li div.img img {
  width: 100%;
}

.p7b2 li h3 {
  font-size: 11.33px;
  color: #fcfcfc;
  opacity: 0.51;
  text-align: center;
  margin-top: 0.8rem;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .p6a li a .cont {
    top: 2.8rem;
    padding: 0px 2.3rem 0 2.8rem;
  }
}

@media (max-width: 768px) {
  .p6a li a .cont {
    top: 1.2rem;
  }
  .p7a {
    border: none;
  }
  .p7a li {
    width: 50%;
    margin-bottom: 3%;
    border-bottom: 1px solid #fff;
    padding-bottom: 6%;
  }
  .p7b2 {
    margin-top: 5%;
  }
}

@media (max-width: 767px) {
  .p6a li {
    flex: auto;
    width: 100%;
  }
  .p6a li a .cont .img1 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p6a li a .cont .img1 img {
    max-width: 40%;
  }
  .p6a li a .cont .conta h3 {
    font-size: 20px;
  }
  .p6a li a .cont .conta p {
    font-size: 14px;
  }
  .p7 {
    padding: 20px 0;
  }
  .p7a {
    align-items: initial;
  }
  .p7a {
    flex-wrap: wrap;
  }
  .p7a li {
    padding: 0px 2% 6% 0;
  }
  .p7a li a h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p7a li a p {
    font-size: 12px;
  }
  .p7b {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10%;
  }
  .p7b1 {
    width: 100%;
  }
  .p7b2 li div.img {
    width: 100px;
    height: 100px;
  }
}

/*手机底部*/
@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: #d12229;
}

.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: #d12229;
}

.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);
}

@media (max-width: 991px) {
  .page-banner {
    margin-top: 100px;
  }
}
