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

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

.head1-bg {
  background: #3c3e44;
  line-height: 32px;
}

.head1-bg .head1-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #adb1c0;
  font-size: 14px;
}

.head1-bg .head1-index a {
  color: #adb1c0;
}

.head2-bg {
  border-top: 1px solid #dfe5f8;
}

.head2-bg .head2-index {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head2-bg .head2-index .logo {
  width: 8rem;
  border-right: 1px solid #dfe5f8;
  text-align: center;
  padding: 10px 0;
}

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

.head2-bg .head2-index .top-ad {
  padding-left: 0.314285714rem;
  width: 21.8rem;
}

.head2-bg .head2-index .top-ad p:nth-of-type(1) {
  color: #181818;
  font-size: 1.3rem;
  font-weight: bold;
}

.head2-bg .head2-index .top-ad p:nth-of-type(2) {
  color: #767984;
  font-size: 13px;
  margin-top: 0.7rem;
}

.head2-bg .head2-index .sou .hot {
  color: #7f838e;
  font-size: 14px;
  margin-top: 0.8rem;
}

.head2-bg .head2-index .sou .hot a {
  color: #7f838e;
  padding-right: 8px;
}

.head2-bg .head2-index .sou .hot a:hover {
  color: #f69c00;
}

.head2-bg .head2-index .tel {
  flex: 1;
  text-align: right;
}

.head2-bg .head2-index .tel p img {
  max-width: 100%;
}

.sou #formsearch {
  border: 1px solid #0159d0;
  height: 26px;
}

.sou #formsearch input {
  height: 26px;
  background: none;
  border: none;
  line-height: 24px;
}

.sou #formsearch input#keyword {
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
  color: #acb1c0;
  font-size: 12px;
}

.sou #formsearch input#s_btn {
  width: 45px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  float: right;
  padding: 0;
  background: #0159d0;
}

.sou #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #acb1c0;
}

.sou #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acb1c0;
}

.sou #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acb1c0;
}

.sou #formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acb1c0;
}

/*banner*/
.html5zoo-bullet-wrapper-0 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.html5zoo-bullet-wrapper-0 div {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #878e8f !important;
}

.html5zoo-bullet-wrapper-0 .active {
  background: #183684 !important;
}

@media (max-width: 500px) {
  .html5zoo-nav {
    margin-top: -16px !important;
  }
}

/**/
.psort-bg {
  background: #f7f6f6;
}

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

.psort-bg .psort li {
  text-align: center;
  padding: 1.5rem 0;
  border-right: 1px solid #e5e5e5;
  width: 33.333%;
}

.psort-bg .psort li .img1 img {
  max-width: 100%;
}

.psort-bg .psort li b {
  display: block;
  color: #333333;
  font-size: 1.1rem;
  padding: 0.3rem 0;
}

.psort-bg .psort li span {
  display: block;
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.psort-bg .psort li:last-child {
  border-right: none;
}

.psort-bg .psort li.cur {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/3a0d30fb749931e314b7ce5733c5cfe024d1b4c4.png) no-repeat top center;
  background-size: 100% 100%;
}

.psort-bg .psort li.cur .img1 img {
  filter: brightness(100);
}

.psort-bg .psort li.cur b {
  color: #fff;
}

.psort-bg .psort li.cur span {
  color: #fff;
}

.tt {
  display: none;
}

.pcon-bg {
  background: #fff;
  padding: 3rem 0;
}

.pcon-bg .plist1 {
  background: #f7f6f6;
  padding: 0.8rem;
}

.pcon-bg .plist2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pcon-bg .plist2 li {
  width: 24%;
  border: 1px solid #efefef;
  margin-bottom: 0.8rem;
}

.pcon-bg .plist2 li .img1 img {
  width: 100%;
}

.pcon-bg .plist2 li .zi {
  border-top: 1px solid #efefef;
  padding: 1rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcon-bg .plist2 li .zi .zi1 .z1 {
  font-weight: bold;
  color: #131313;
  font-size: 14px;
}

.pcon-bg .plist2 li .zi .zi1 .z2 {
  color: #444444;
  font-size: 12px;
  padding-top: 6px;
}

.pcon-bg .plist2 li .zi .zi2 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/e745af7c256c5e68f6d625fbe96214e5f61c716a.png) no-repeat top center;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
}

.pcon-bg .plist2 li:hover {
  border-color: #f39d05;
  box-shadow: 0 10px 10px #ebeaea;
}

.pcon-bg .plist2 li:hover .zi {
  border-color: #f39d05;
}

.pcon-bg .plist2 li:hover .zi .zi1 .z1 {
  color: #f39d05;
}

.pcon-bg .plist2 li:hover .zi .zi2 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/6a345e3d12b5234767c442bc2b2a60616cb40021.png) no-repeat top center;
}

@media (max-width: 768px) {
  .psort-bg .psort {
    display: block;
  }
  .psort-bg .psort li {
    width: 100%;
  }
  .pcon-bg .plist2 li {
    width: 49%;
  }
}

/**/
.ad-bg {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/2165935a4c1973dd9f913444bca97c7f6498617a.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 3rem 0;
}

.ad-bg .ad-index {
  text-align: center;
}

.ad-bg .ad-index .ad1 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.ad-bg .ad-index .ad2 {
  color: #fff;
  font-size: 1.3rem;
}

.ad-bg .ad-index .ad3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1.25rem;
}

.ad-bg .ad-index .ad3 img {
  max-width: 100%;
  margin-right: 1%;
}

/**/
.case-index .c-title {
  text-align: center;
  margin-top: 2.5rem;
}

.case-index .c-title img {
  max-width: 100%;
}

.case-index .c-title span {
  display: block;
  color: #202020;
  font-size: 1.3rem;
  margin-top: 1.2rem;
}

.case-index .csort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.1rem;
}

.case-index .csort li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ececec;
  width: 9.15rem;
  border-radius: 5px;
  line-height: 2;
}

.case-index .csort li b {
  color: #333333;
  font-size: 1.2rem;
  padding-left: 8px;
}

.case-index .csort li.cur {
  background: #fca714;
}

.case-index .csort li.cur b {
  color: #fff;
}

.clist1 {
  display: none;
  margin-top: 2.5rem;
}

#tab2 {
  display: flex;
  justify-content: space-between;
}

#tab2 .clist2 {
  width: 49%;
}

#tab2 .clist2 li {
  position: relative;
}

#tab2 .clist2 li .img1 img {
  width: 100%;
}

#tab2 .clist2 li .zi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.38);
  padding: 1.5rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tab2 .clist2 li .zi .z1 {
  color: #fff;
  font-size: 1.2rem;
}

#tab2 .clist2 li .zi .z2 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/359b5ed7b5fe5e509a32e3ab4a24d143e4f685dd.png) no-repeat center center;
  width: 37px;
  height: 17px;
}

#tab2 .clist3 {
  width: 51%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#tab2 .clist3 li {
  width: 47%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
}

#tab2 .clist3 li .img1 img {
  width: 100%;
}

#tab2 .clist3 li .zi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.38);
  padding: 0.6rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

#tab2 .clist3 li .zi .z1 {
  color: #fff;
  font-size: 1.2rem;
}

#tab2 .clist3 li .zi .z2 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/359b5ed7b5fe5e509a32e3ab4a24d143e4f685dd.png) no-repeat center center;
  width: 37px;
  height: 17px;
}

@media (max-width: 768px) {
  .case-index .csort {
    flex-wrap: wrap;
  }
  .case-index .csort li {
    width: 49%;
    margin-bottom: 2%;
  }
  #tab2 .clist2 li .zi {
    display: none;
  }
  #tab2 .clist3 li .zi {
    display: none;
  }
}

/**/
.about-bg {
  background: #f0f0f0;
  margin-top: 3.6rem;
}

.about-bg .asort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-bg .asort li {
  display: flex;
  align-items: center;
  position: relative;
  width: 25%;
  padding: 0.8rem 0;
  justify-content: center;
}

.about-bg .asort li a{
    color: #555555;
}

.about-bg .asort li .img1 {
  margin-right: 1rem;
}

.about-bg .asort li .img1 img {
  max-width: 100%;
}

.about-bg .asort li .wz {
  color: #555555;
  font-size: 0.9rem;
}

.about-bg .asort li.cur {
  background-image: -moz-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
  background-image: -webkit-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
  background-image: -ms-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
}

.about-bg .asort li.cur::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #197ef8;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}

.about-bg .asort li.cur .img1 img {
  filter: brightness(100);
}

.about-bg .asort li.cur .wz a{
  color: #fff;
}

.tt3 {
  display: none;
}

.about-index {
  margin-top: 3.5rem;
}

.about-index .alist2 li {
  display: flex;
  justify-content: space-between;
}

.about-index .alist2 li .abl {
  position: relative;
  width: 56.5%;
}

.about-index .alist2 li .abl .a11 {
  color: #222222;
  font-size: 1.1rem;
  font-weight: bold;
  background: url(//cdn.myxypt.com/ff83c66b/21/03/d68b350899bcc3debe1f171bb1c732ec303753d2.png) no-repeat left center;
  padding-left: 1.4rem;
  background-size: 16px 19px;
}

.about-index .alist2 li .abl .a22 {
  color: #555555;
  font-size: 14px;
  padding-left: 1.4rem;
  margin-top: 1rem;
}

.about-index .alist2 li .abl .a22 p {
  color: #555555;
  font-size: 14px;
  line-height: 2.5;
}

.about-index .alist2 li .abl .a33 {
  width: 7.9rem;
  height: 2.15rem;
  background: #055dc7;
  margin-top: 2.5rem;
  margin-left: 1.4rem;
}

.about-index .alist2 li .abl .a33 a {
  display: block;
  color: #fff;
  line-height: 2.15rem;
  text-align: center;
  font-size: 14px;
}

.about-index .alist2 li .abl .img1 {
  position: absolute;
  bottom: 2%;
  right: 0;
}

.about-index .alist2 li .abl .img1 img {
  max-width: 100%;
}

.about-index .alist2 li .abr {
  width: 42%;
}

.about-index .alist2 li .abr img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .about-bg .asort {
    flex-wrap: wrap;
  }
  .about-bg .asort li {
    width: 49%;
    margin-bottom: 2%;
  }
  .about-index .alist2 li {
    display: block;
  }
  .about-index .alist2 li .abl {
    width: 100%;
  }
  .about-index .alist2 li .abl .a11 {
    font-size: 16px;
  }
  .about-index .alist2 li .abl .img1 {
    position: relative;
    margin: 6% 0;
  }
  .about-index .alist2 li .abr {
    width: 100%;
  }
}

/**/
.honor-bg {
  background: #f7f6f6;
  padding: 4.2rem 0;
  margin-top: 3rem;
}

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

.honor-bg .honor-index .ho1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(//cdn.myxypt.com/ff83c66b/21/03/858e47b3ed2638f76bb0e2e4c4ad40be686e7c1b.png) no-repeat center center;
  background-size: 20.8rem 12.65rem;
  width: 20.8rem;
  height: 12.65rem;
}

.honor-bg .honor-index .ho1 b {
  display: block;
  color: #000000;
  font-size: 1.65rem;
  margin-top: 2.25rem;
}

.honor-bg .honor-index .ho1 span {
  display: block;
  color: #5a5a5a;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.honor-bg .honor-index .ho1 p {
  color: #000000;
  font-size: 1rem;
  background: #eaeaea;
  border-radius: 20px;
  padding: 0.6rem 1rem;
  margin-top: 4.25rem;
}

.honor-bg .honor-index .ho2 {
  width: 46rem;
}

.m2-list {
  position: relative;
}

.m2-list .slick-slide {
  padding: 0 1%;
}

.m2-list li .img2 img {
  width: 100%;
}

.m2-list .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 28px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0;
}

.m2-list .slick-arrow.slick-prev {
  left: 0%;
  background: url(//cdn.myxypt.com/ff83c66b/21/03/ce9e3bb388f194e116213e2346ba6054bda781e6.png) no-repeat top center;
  background-size: 28px 58px;
}

.m2-list .slick-arrow.slick-next {
  right: 0%;
  background: url(//cdn.myxypt.com/ff83c66b/21/03/74a066becde6fbac047230c85c5e0ca6258ad10e.png) no-repeat top center;
  background-size: 28px 58px;
}

@media (max-width: 768px) {
  .honor-bg .honor-index {
    display: block;
    width: 100%;
  }
  .honor-bg .honor-index .ho1 {
    width: 100%;
    background: none;
    height: auto;
  }
  .honor-bg .honor-index .ho1 b {
    margin-top: 0;
  }
  .honor-bg .honor-index .ho1 p {
    margin-top: 10px;
  }
  .honor-bg .honor-index .ho2 {
    width: 100%;
    margin-top: 4%;
  }
  .m2-list .slick-arrow.slick-next {
    display: none !important;
  }
  .m2-list .slick-arrow.slick-prev {
    display: none !important;
  }
}

/**/
.video-bg {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/88512eae4883a1902b560612b012b9a5b14461c6.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}

.video-bg .video-index .v-title {
  text-align: center;
}

.video-bg .video-index .v-title img {
  max-width: 100%;
}

.video-bg .video-index .v-title span {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.video-bg .v-more {
  width: 7.7rem;
  height: 1.85rem;
  background: #f69c00;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.video-bg .v-more a {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.85rem;
}

.ryzz .dth_wh {
  flex-wrap: wrap;
}

.ryzs {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 3.5rem;
}

.ryzs .swiper_kuang {
  width: 100%;
  margin: 0 auto;
  max-width: 1560px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ryzs .swiper-container {
  width: 106%;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
}

.ryzs li {
  position: relative;
  text-align: center;
}

.ryzs li a {
  display: block;
  width: 100%;
}

.ryzs li img {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
}

.ryzs li .wz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}

.ryzs li.swiper-slide-active .wz {
  opacity: 1;
}

.ryzs li .wz h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.ryzs li .wz h4 {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 1.8rem;
}

.ryzs li.swiper-slide-active h3 {
  visibility: visible;
  opacity: 1;
}

.ryzs .swiper-button-prev,
.ryzs .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-image: none;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0f60ba;
  outline: none;
}

.ryzs .swiper-button-prev::after,
.ryzs .swiper-button-next::after {
  display: none;
}

.ryzs .swiper-button-prev {
  left: 4.1666667%;
}

.ryzs .swiper-button-prev img {
  max-width: 100%;
}

.ryzs .swiper-button-next {
  right: 4.1666667%;
}

.ryzs .swiper-button-next img {
  max-width: 100%;
}

@media (max-width: 1460px) {
  .ryzz {
    padding: 3.472vw 0 3.472vw;
  }
  .ryzs {
    margin-top: 8.333vw;
  }
}

@media (max-width: 768px) {
  .ryzs .swiper-container {
    width: 106%;
  }
  .ryzs .swiper-button-prev,
  .ryzs .swiper-button-next {
    width: 30px;
    height: 60px;
    font-size: 30px;
    margin-top: calc(-30px - 20px);
    line-height: auto;
  }
  .ryzs li h3 {
    top: calc(100% + 10px);
  }
  .ryzs li h3 a {
    font-size: 15px;
  }
  .ryzs li .wz h4 {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .ryzs .swiper-container {
    width: 100%;
  }
}

/**/
.news-index {
  background-color: white;
  box-shadow: 0px 4px 25px 0px rgba(227, 227, 227, 0.6);
  padding: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.news-index .nntt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .nntt .n-title img {
  max-width: 100%;
}

.news-index .nntt .n-title span {
  display: block;
  color: #202020;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-left: 2.1rem;
}

.news-index .nsort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .nsort li {
  background: #ffffff;
  padding: 10px 26px;
  border-radius: 20px;
}

.news-index .nsort li a {
  display: block;
  color: #999999;
  font-size: 0.8rem;
  font-weight: bold;
}

.news-index .nsort li.active {
  background-image: -moz-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
  background-image: -webkit-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
  background-image: -ms-linear-gradient(90deg, #1d83ff 0%, #015dcc 100%);
}

.news-index .nsort li.active a {
  color: #fff;
}

.news-index .news-con {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.news-index .news-con .news1 {
  width: 23rem;
}

.news-index .news-con .news1 .list1 li {
  position: relative;
}

.news-index .news-con .news1 .list1 li .img1 img {
  width: 100%;
}

.news-index .news-con .news1 .list1 li h3 {
  background: rgba(25, 27, 24, 0.35);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: 1rem;
}

.news1 .slick-dots {
  position: absolute;
  left: 0;
  right: 10px;
  text-align: right;
  font-size: 0;
  z-index: 9;
  bottom: 15px;
}

.news1 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: #ffffff;
  cursor: pointer;
}

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

.news1 .slick-dots li.slick-active {
  background-image: -moz-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -webkit-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -ms-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
}

.news2 {
  position: relative;
}

.news2 .tt4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.news2 .tt4 {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.news2 .tt4.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.news2 {
  width: 41rem;
}

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

.n22 .list2 {
  width: 26.25rem;
}

.n22 .list2 li {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.n22 .list2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n22 .list2 li a .timex {
  width: 3.2rem;
  height: 4.2rem;
  background: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.n22 .list2 li a .timex .d1 {
  color: #ffffff;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: initial;
}

.n22 .list2 li a .timex .d2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n22 .list2 li a .zi {
  width: 22rem;
}

.n22 .list2 li a .zi h3 {
  font-weight: bold;
  color: #333333;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n22 .list2 li a .zi h4 {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
}

.n22 .list2 li:hover a .timex {
  background-image: -moz-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -webkit-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -ms-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
}

.n22 .list2 li:hover a .zi h3 {
  color: #ff9619;
}

.n22 .ads1 {
  width: 12.6rem;
}

.n22 .ads1 li {
  margin-bottom: 1.4rem;
}

.n22 .ads1 li .img1 img {
  max-width: 100%;
}

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

.n22 .list22 {
  width: 26.25rem;
}

.n22 .list22 li {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.n22 .list22 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n22 .list22 li a .timex {
  width: 3.2rem;
  height: 4.2rem;
  background: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.n22 .list22 li a .timex .d1 {
  color: #ffffff;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: initial;
}

.n22 .list22 li a .timex .d2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.n22 .list22 li a .zi {
  width: 22rem;
}

.n22 .list22 li a .zi h3 {
  font-weight: bold;
  color: #333333;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n22 .list22 li a .zi h4 {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
}

.n22 .list22 li:hover a .timex {
  background-image: -moz-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -webkit-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
  background-image: -ms-linear-gradient(0deg, #fe9518 0%, #efaa42 100%);
}

.n22 .list22 li:hover a .zi h3 {
  color: #ff9619;
}

@media (max-width: 768px) {
  .news-index {
    display: block;
  }
  .news-index .nntt {
    display: block;
  }
  .news-index .news-con {
    display: block;
  }
  .news-index .news-con .news1 {
    width: 100%;
  }
  .news2 {
    width: 100%;
  }
  .n22 {
    display: block;
  }
  .n22 .list2 {
    width: 100%;
  }
  .n22 .list2 li a .timex {
    width: 6.2rem;
    height: 7.2rem;
  }
  .n22 .list2 li a .timex .d2 {
    font-size: 12px;
  }
  .n22 .ads1 {
    width: 100%;
  }
  .n22 .ads1 li .img1 img {
    width: 100%;
  }
}

/**/
.foot-nav {
  background: #f69c00;
}

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

.foot-nav .fnav li {
  line-height: 3.45;
}

.foot-nav .fnav li a {
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

.foot-nav .fnav li:hover a {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/a8fd49e84dfcde436efd876d9e97298b152d6ad7.png) no-repeat 50% 80%;
}

.foot-bg {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/f56a7617c3578104571a8340c053b0fcfa31be7b.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 2rem 0;
}

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

.foot-bg .foot-index .foot1 {
  border: 1px solid rgba(255, 255, 255, 0.21);
  text-align: center;
  padding: 0.7rem 2rem;
}

.foot-bg .foot-index .foot1 p {
  color: #fff;
  font-size: 14px;
  padding-top: 0.8rem;
}

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

.foot-bg .foot-index .foot2 {
  border: 1px solid rgba(255, 255, 255, 0.21);
  padding: 0.7rem 2rem;
}

.foot-bg .foot-index .foot2 .foot2-list li {
  display: flex;
  margin-bottom: 0.9rem;
}

.foot-bg .foot-index .foot2 .foot2-list li .img1 {
  margin-right: 10px;
}

.foot-bg .foot-index .foot2 .foot2-list li .img1 img {
  max-width: 100%;
}

.foot-bg .foot-index .foot2 .foot2-list li .wz {
  color: #ffffff;
  font-size: 0.8rem;
}

.foot-bg .foot-index .foot3 {
  color: #ffffff;
  text-align: right;
  line-height: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media(max-width:1440px){
    .foot-bg .foot-index .foot3 {
    color: #ffffff;
    text-align: right;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 9%;
}
}

.foot-bg .foot-index .foot3 a {
  color: #fff;
}

.foot-bg .foot-index .foot3 .f11 {
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .foot1 {
    width: 100%;
  }
  .foot-bg .foot-index .foot3 {
    width: 100%;
    text-align: center;
    margin: 2% 0;
  }
}

/*phone底部导航*/
@media (max-width: 768px) {
  .foot-bg {
    padding-bottom: 15%;
  }
}

li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/864f45f7fdc78e23339a79ee7b33b0cce5f0c887.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/dd10f630dcc4291693fbbad9964d4db2401ca092.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(//cdn.myxypt.com/ff83c66b/21/03/ac060e646cfe670dcf944761a024bb1b29f6b4ac.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}
