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

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

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

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

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

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

/**/
.head1 {
  border-top: 6px solid #005499;
  padding: 9px 0;
}

.head1 .head1-index {
  align-items: center;
}

.head1 .head1-index .head1left .logo {
  float: left;
}

.head1 .head1-index .head1left .logo img {
  max-width: 100%;
}

.head1 .head1-index .head1left .topad {
  float: left;
  margin-left: 15px;
}

.head1 .head1-index .head1left .topad img {
  max-width: 100%;
}

.head1 .head1-index .head1right {
  color: #333333;
  font-size: 16px;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/a38906042b34765964bb7379186194d9b68649d7.png) no-repeat left center;
  padding-left: 55px;
}

.head1 .head1-index .head1right p:nth-of-type(2) {
  font-weight: bold;
  font-size: 20px;
}

/**/
.ss-index {
  align-items: center;
  padding: 10px 0;
}

.ss-index .hot {
  color: #333333;
  font-size: 16px;
  line-height: 42px;
}

.ss-index .hot a {
  color: #333333;
  font-size: 16px;
  padding-right: 8px;
}

.formsearch1 {
  border: 1px solid #e6e6e6;
  width: 25%;
}

.formsearch1 input {
  height: 42px;
  background: none;
  border: none;
  line-height: 40px;
}

.formsearch1 input#keyword {
  height: 42px;
  line-height: 40px;
  padding-left: 18px;
  color: #999999;
  font-size: 16px;
  width: 80%;
}

.formsearch1 input#s_btn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding: 0;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/240224a06336c547a844f993fa2fe61c677c23bc.png) no-repeat center center;
}

.formsearch1 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}

.formsearch1 ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.formsearch1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.formsearch1 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

/**/
.pt {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/6dccbb8037e4d974bb784c2d4ad8f2f6b4354b67.png) no-repeat left bottom;
  padding-bottom: 10px;
}

.pt .pt1 h3 {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .pt .pt1 h3 {
    font-size: 18px;
  }
}

.pt .pt1 h3 span {
  font-weight: normal;
  color: #333333;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .pt .pt1 h3 span {
    font-size: 14px;
  }
}

.product-bg {
  background: #eceff4;
  padding: 5rem 0;
}

.product-bg .i_prolist {
  margin-top: 2.5rem;
  height: 29.5rem;
  overflow: hidden;
}

.product-bg .i_prolist .prolist li {
  position: relative;
  width: 18.5%;
  cursor: pointer;
  transition: all 0.5s ease;
}

.product-bg .i_prolist .prolist li .img1 img {
  width: 100%;
}

.product-bg .i_prolist .prolist li .v2 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  display: none;
}

.product-bg .i_prolist .prolist li .v2 img {
  max-width: 100%;
}

.product-bg .i_prolist .prolist li .wz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
}

.product-bg .i_prolist .prolist li .wz .v1 {
  text-align: center;
}

.product-bg .i_prolist .prolist li .wz .v1 img {
  max-width: 100%;
}

.product-bg .i_prolist .prolist li .wz .w1 {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.product-bg .i_prolist .prolist li .wz .w2 {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
}

.product-bg .i_prolist .prolist li .wz .w3 {
  border: 1px solid #fff;
  margin-top: 1rem;
}

.product-bg .i_prolist .prolist li .wz .w3 a {
  line-height: 30px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.product-bg .i_prolist .prolist li .img2 {
  display: none;
}

.product-bg .i_prolist .prolist li .img2 img {
  width: 100%;
  height: 100%;
}

.product-bg .i_prolist .prolist li.cur {
  width: 42.36%;
}

.product-bg .i_prolist .prolist li.cur .img1 {
  display: none;
}

.product-bg .i_prolist .prolist li.cur .img2 {
  display: block;
}

.product-bg .i_prolist .prolist li.cur .v1 {
  display: none;
}

.product-bg .i_prolist .prolist li.cur .v2 {
  display: block;
}

.product-bg .i_prolist .prolist li.cur .wz {
  background: #fff;
  position: relative;
  top: 0;
  transform: initial;
  padding: 1.5rem;
}

.product-bg .i_prolist .prolist li.cur .wz .w1 {
  color: #333333;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  padding-top: 0;
}

.product-bg .i_prolist .prolist li.cur .wz .w2 {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 4.5rem;
  overflow: hidden;
}

.product-bg .i_prolist .prolist li.cur .wz .w3 {
  background: #007ce3;
  width: 128px;
  height: 2.1rem;
  margin-top: 0.6rem;
}

.product-bg .i_prolist .prolist li.cur .wz .w3 a {
  line-height: 2.1rem;
}

@media (max-width: 1200px) {
  .product-bg .i_prolist {
    height: auto;
  }
  .product-bg .i_prolist .prolist li.cur .wz {
    padding: 1.2rem 1.5rem;
  }
  .product-bg .i_prolist .prolist li.cur .wz .w2 {
    height: auto;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 1024px) {
  .product-bg .i_prolist .prolist li.cur .wz {
    padding: 0.9rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .product-bg {
    padding: 5% 0;
  }
  .product-bg .i_prolist {
    margin-top: 5%;
  }
  .prolist {
    flex-wrap: wrap;
  }
  .product-bg .i_prolist .prolist li {
    width: 48%;
    margin-bottom: 5%;
  }
  .product-bg .i_prolist .prolist li.cur {
    width: 48%;
  }
  .product-bg .i_prolist .prolist li .wz .w1 {
    font-size: 16px;
  }
  .product-bg .i_prolist .prolist li .wz .w2 {
    font-size: 14px;
    height: 70px;
    overflow: hidden;
  }
}

/**/
.ad-wen {
  text-align: center;
  font-style: italic;
  padding: 5rem 0;
}

.ad-wen .w1 {
  font-weight: bold;
  color: #007ce3;
  font-size: 1rem;
}

.ad-wen .w2 {
  color: #333333;
  font-size: 1rem;
  line-height: 20px;
}

.ad-wen .w2 p {
  padding: 5px 0;
}

@media (max-width: 767px) {
  .ad-wen {
    padding: 5% 0;
  }
  .ad-wen .w1 {
    font-size: 20px;
  }
  .ad-wen .w2 {
    font-size: 14px;
    line-height: auto;
  }
  .ad-wen .w2 p {
    padding: 0;
  }
}

/**/
.cp {
  background: #eceff4;
  margin-bottom: 5rem;
}

.cp .cp-index .slick-contanier {
  position: relative;
}

.cp .cp-index .slick-contanier .cp1 {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 12.5%;
}

.cp .cp-index .slick-contanier .cp1 .pp1 {
  width: 60px;
  height: 5px;
  background: #007ce3;
}

.cp .cp-index .slick-contanier .cp1 .pp2 {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
}

.cp .cp-index .slick-contanier .cp1 .pp3 {
  color: #333333;
  font-size: 1.1rem;
  font-weight: normal;
}

.cp .cp-index .slick-contanier .cp1 .pp4 {
  padding: 2.3rem 0;
}

.cp .cp-index .slick-contanier .cp1 .pp4 img {
  max-width: 100%;
}

.cp .cp-index .slick-contanier .cp1 .pp5 {
  width: 148px;
  height: 48px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 0.8rem;
  line-height: 48px;
  text-align: center;
  transition: 0.5s;
}

.cp .cp-index .slick-contanier .cp1 .pp5:hover {
  background: #007ce3;
  color: #fff;
  border: 1px solid #007ce3;
}

.cp .cp-index .slick-contanier .cp2 {
  width: 50%;
}

.cp .cp-index .slick-contanier .cp2 img {
  width: 100%;
  height: 100%;
}

.slick-contanier .slick-dots {
  position: absolute;
  left: 12.5%;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 15%;
}

.slick-contanier .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/abdf6758194298592591aa808e55a634c908eadb.png) no-repeat center center;
}

.slick-contanier .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-contanier .slick-dots li.slick-active {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/f7f5a0146c867037d49b31b2158723e0d41f5473.png) no-repeat center center;
}

@media (max-width: 1366px) {
  .slick-contanier .slick-dots {
    bottom: 10%;
  }
}

@media (max-width: 1024px) {
  .slick-contanier .slick-dots {
    bottom: 4%;
  }
}

@media (max-width: 767px) {
  .cp {
    margin-bottom: 5%;
    padding: 5% 0;
  }
  .cp .cp-index .slick-contanier a {
    display: block;
    padding: 0 15px;
  }
  .cp .cp-index .slick-contanier a .cp1 {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .cp .cp-index .slick-contanier a .cp1 .pp2 {
    font-size: 18px;
  }
  .cp .cp-index .slick-contanier a .cp1 .pp3 {
    font-size: 14px;
  }
  .cp .cp-index .slick-contanier a .cp1 .pp5 {
    font-size: 14px;
  }
  .cp .cp-index .slick-contanier a .cp2 {
    width: 100%;
    margin-top: 5%;
  }
  .slick-contanier .slick-dots {
    left: 15px;
    bottom: 15px;
  }
}

/**/
.tt {
  display: none;
}

.ys-index {
  position: relative;
}

.ys-index .ys-sort {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ys-index .ys-sort li {
  width: 25%;
  background: rgba(69, 84, 102, 0.8);
  border-right: 1px solid #b2b7bd;
  padding: 0 1.5rem;
  align-items: center;
}

.ys-index .ys-sort li.cur {
  background: #007ce3;
}

.ys-index .ys-sort li .yst1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.05rem;
}

.ys-index .ys-sort li .yst2 {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.ys-index .ys-sort li .yst3 {
  color: #ffffff;
  font-size: 0.9rem;
}

.ys-index .ys-list li .img1 img {
  width: 100%;
  height: 100%;
}

.ys-index .ys-list li .wz {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

.ys-index .ys-list li .wz .w1 {
  font-weight: bold;
  font-size: 1.4rem;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/f10325a385007276bb86d21115a5b5742a495806.png) no-repeat bottom center;
  padding-bottom: 10px;
}

.ys-index .ys-list li .wz .w2 {
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.ys-index .ys-list li .wz .w3 {
  font-size: 0.8rem;
  line-height: 2.375;
}

.ys-index .ys-list li .wz .w4 {
  font-family: "宋体";
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .tt {
    position: relative;
  }
  .ys-index {
    position: initial;
  }
  .ys-index .ys-sort {
    position: relative;
    top: 0;
    flex-wrap: wrap;
  }
  .ys-index .ys-sort li {
    width: 50%;
    padding: 10px;
  }
  .ys-index .ys-sort li .yst1 {
    font-size: 18px;
  }
  .ys-index .ys-sort li .yst2 {
    width: 10px;
  }
  .ys-index .ys-sort li .yst3 {
    font-size: 14px;
  }
  .ys-index .ys-list li .wz {
    top: 10px;
    padding: 0 10px;
  }
  .ys-index .ys-list li .wz .w1 {
    font-size: 16px;
  }
  .ys-index .ys-list li .wz .w2 {
    font-size: 14px;
    padding: 5px 0;
  }
  .ys-index .ys-list li .wz .w3 {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
  }
}

/**/
.about-bg {
  margin-top: 5rem;
  position: relative;
}

.about-bg .aboutimg {
  width: 50%;
}

.about-bg .aboutimg img {
  width: 100%;
}

.about-bg .aboutwen {
  width: 50%;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/2e6d3196d4e34b9bb6228b8b2562771b6c2d5517.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.about-bg .aboutwen .aw {
  width: 620px;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.about-bg .aboutwen .aw .a1 {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/e0a7ce9faa013991e2c7335b3a7f3db14d5d74b1.png) no-repeat left bottom;
  font-weight: bold;
  color: #333333;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.about-bg .aboutwen .aw .a2 {
  margin-top: 2rem;
}

.about-bg .aboutwen .aw .a2 p {
  color: #333333;
  text-indent: 2em;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2.375;
}

.about-bg .aboutwen .aw .a2 p:nth-of-type(1) {
  margin-bottom: 2.25rem;
}

.about-bg .aboutwen .aw .a3 {
  margin-top: 3rem;
}

.about-bg .aboutwen .aw .a3 .ab-list li {
  width: 33.333%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/9c1cee5558da3112f129c55822cdefe8254b2ccf.png) no-repeat right center #fff;
}

.about-bg .aboutwen .aw .a3 .ab-list li:last-child {
  background: #fff;
}

.about-bg .aboutwen .aw .a3 .ab-list li .img1 {
  margin-right: 12px;
}

.about-bg .aboutwen .aw .a3 .ab-list li .img1 img {
  max-width: 100%;
}

.about-bg .aboutwen .aw .a3 .ab-list li .wz .w1 {
  color: #333333;
  font-weight: bold;
  font-size: 0.9rem;
}

.about-bg .aboutwen .aw .a3 .ab-list li .wz .w2 {
  color: #333333;
  font-weight: normal;
  font-size: 0.8rem;
}

.about-bg .aboutwen .aw .a3 .ab-list li:hover {
  background: #007ce3;
}

.about-bg .aboutwen .aw .a3 .ab-list li:hover .img1 img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(72deg) brightness(104%) contrast(101%);
}

.about-bg .aboutwen .aw .a3 .ab-list li:hover .wz .w1,
.about-bg .aboutwen .aw .a3 .ab-list li:hover .wz .w2 {
  color: #fff;
}

@media (max-width: 1440px) {
  .about-bg .aboutwen .aw {
    width: 62.5%;
  }
  .about-bg .aboutwen .aw .a2 {
    margin-top: 1rem;
  }
  .about-bg .aboutwen .aw .a2 p {
    line-height: 2;
  }
  .about-bg .aboutwen .aw .a2 p:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .about-bg .aboutwen .aw .a3 {
    margin-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .about-bg .aboutwen .aw {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .about-bg {
    margin-top: 5%;
    display: block;
  }
  .about-bg .aboutimg {
    width: 100%;
  }
  .about-bg .aboutwen {
    width: 100%;
    padding-bottom: 5%;
  }
  .about-bg .aboutwen .aw {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
  .about-bg .aboutwen .aw .a1 {
    font-size: 20px;
    padding-top: 20px;
  }
  .about-bg .aboutwen .aw .a2 p {
    font-size: 14px;
  }
  .about-bg .aboutwen .aw .a3 .ab-list li .img1 {
    margin-right: 5px;
  }
  .about-bg .aboutwen .aw .a3 .ab-list li .wz .w1 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-bg .aboutwen .aw .a3 .ab-list li .wz .w2 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/**/
.honor-index {
  margin-top: 5rem;
}

.honor-index .honor-contanier {
  margin-top: 2.5rem;
  position: relative;
}

.honor-index .honor-contanier .slick-slide {
  outline: none;
}

.honor-index .honor-contanier .slick-con {
  display: block;
  margin: 0 13px;
  font-size: 0;
}

.honor-index .honor-contanier .slick-con img {
  display: inline-block;
  width: 100%;
  border: 5px solid #999999;
}

.honor-index .honor-contanier .slick-list {
  margin: 0 -13px;
}

.honor-contanier .slick-dots {
  text-align: center;
  margin-top: 2.25rem;
}

.honor-contanier .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/abdf6758194298592591aa808e55a634c908eadb.png) no-repeat center center;
}

.honor-contanier .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.honor-contanier .slick-dots li.slick-active {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/f7f5a0146c867037d49b31b2158723e0d41f5473.png) no-repeat center center;
}

@media (max-width: 767px) {
  .honor-index {
    margin-top: 5%;
  }
}

/**/
.news-bg {
  background: #eceff4;
  margin-top: 5rem;
  padding: 5rem 0;
}

.news-bg .news-index .news-contanier {
  margin-top: 2.5rem;
  position: relative;
}

.news-bg .news-index .news-contanier .slick-slide {
  outline: none;
}

.news-bg .news-index .news-contanier .slick-con {
  display: block;
  font-size: 0;
}

.news-bg .news-index .news-contanier .slick-con .img1 img {
  width: 100%;
}

.news-bg .news-index .news-contanier .slick-con .wz {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  padding: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-bg .news-index .news-contanier .slick-con .wz .wza {
  width: 70%;
}

.news-bg .news-index .news-contanier .slick-con .wz .wza h3 {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-index .news-contanier .slick-con .wz .wza .pp {
  padding-top: 10px;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 22px;
}

.news-bg .news-index .news-contanier .slick-con .wz .wzb {
  width: 22%;
}

.news-bg .news-index .news-contanier .slick-con .wz .wzb .date {
  border: 1px solid #999999;
  text-align: center;
  padding: 10px 0;
}

.news-bg .news-index .news-contanier .slick-con .wz .wzb .date .d1 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
}

.news-bg .news-index .news-contanier .slick-con .wz .wzb .date .d2 {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
}

.news-bg .news-index .news-contanier .slick-con .wz .wzb .more {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-contanier .slick-dots {
  text-align: center;
  margin-top: -2.25rem;
}

.news-contanier .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(//cdn.myxypt.com/86fe5efa/21/10/abdf6758194298592591aa808e55a634c908eadb.png) no-repeat center center;
}

.news-contanier .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.news-contanier .slick-dots li.slick-active {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/f7f5a0146c867037d49b31b2158723e0d41f5473.png) no-repeat center center;
}

@media (max-width: 767px) {
  .news-bg {
    margin-top: 5%;
    padding: 5% 0;
  }
  .news-bg .news-index .news-contanier .slick-con .wz {
    width: 90%;
  }
  .news-bg .news-index .news-contanier .slick-con .wz .wza h3 {
    font-size: 16px;
  }
  .news-bg .news-index .news-contanier .slick-con .wz .wza .pp {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .news-bg .news-index .news-contanier .slick-con .wz .wzb .more {
    font-size: 12px;
    margin-top: 10px;
  }
}

/**/
.foot-bg {
  background: url(//cdn.myxypt.com/86fe5efa/21/10/2d968147400e31cf94a0f829bf64101154137cb4.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 5rem;
}

.foot-bg .foot-index .erq {
  width: 10%;
}

.foot-bg .foot-index .erq p {
  color: #e5e5e5;
  font-size: 16px;
  text-align: center;
  line-height: 3;
}

.foot-bg .foot-index .erq p img {
  max-width: 100%;
}

.foot-bg .foot-index .footr {
  width: calc(100% - 15%);
}

.foot-bg .foot-index .footr .foot1 {
  width: 33.333%;
}

.foot-bg .foot-index .footr .foot1 img {
  max-width: 100%;
}

.foot-bg .foot-index .footr .foot1 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 15px 0;
}

.foot-bg .foot-index .footr .foot1 p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 12px;
}

.foot-bg .link {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 14px 0;
}

.foot-bg .link a {
  color: #fff;
  font-size: 16px;
  padding-right: 5px;
}

.foot-bg .cop-bg {
  background: #333333;
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.foot-bg .cop-bg .cop-index {
  color: #cccccc;
  font-size: 16px;
  font-weight: normal;
}

.foot-bg .cop-bg .cop-index a {
  color: #cccccc;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .foot-bg .foot-index .erq p {
    font-size: 14px;
  }
  .foot-bg .foot-index .footr .foot1 p {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .foot-bg .link {
    font-size: 14px;
  }
  .foot-bg .cop-bg .cop-index {
    font-size: 14px;
  }
  .foot-bg .cop-bg .cop-index a {
    font-size: 14px;
  }
}

@media (max-width: 996px) {
  .foot-bg .foot-index .erq p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .foot-bg {
    padding-top: 5%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    display: block;
  }
  .foot-bg .foot-index .footr .foot1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot-bg .foot-index .footr .foot1 h3 {
    font-size: 16px;
    padding: 10px 0;
  }
  .foot-bg .foot-index .footr .foot1 p {
    font-size: 12px;
    padding-bottom: 3px;
  }
  .foot-bg .cop-bg .cop-index {
    font-size: 14px;
  }
}
