@charset "UTF-8";
*{text-transform: none;}
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;
}

/**/
.head1 {
  background: #333333;
  padding: 15px 0;
}

.head1 .head1-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cccccc;
  font-size: 12px;
}

.head1 .head1-index a {
  font-size: 12px;
  color: #cccccc;
}

.head2 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

.head2 .head2-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head2 .head2-index .logo {
  width: 20.125%;
}

.head2 .head2-index .logo img {
  max-width: 100%;
}

/**/
.sou-index {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sou-index .hot {
  color: #0886e0;
  font-size: 14px;
  font-weight: bold;
}

.sou-index .hot a {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
  padding-right: 5px;
}

#formsearch {
  border: 1px solid #2996e4;
  border-radius: 20px;
  width: 286px;
}

#formsearch input {
  height: 34px;
  background: none;
  border: none;
  line-height: 34px;
}

#formsearch input#keyword {
  height: 34px;
  line-height: 34px;
  padding-left: 14px;
  color: #b2b2b2;
  font-size: 12px;
  width: 80%;
}

#formsearch input#s_btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding: 0;
  background: url(../images/sou.png) no-repeat center center;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b2b2b2;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

/**/
.bj1 {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.bj1 .about-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj1 .about-index .aboutl {
  width: 59.75%;
}

.bj1 .about-index .aboutl img {
  width: 100%;
}

.bj1 .about-index .aboutr {
  width: 46%;
  padding-left: 4.0625%;
  padding-right: 8%;
}

.bj1 .about-index .aboutr .a1 h3 {
  color: #010101;
  font-size: 30px;
  text-transform: uppercase;
}

.bj1 .about-index .aboutr .a1 h4 {
  width: 124px;
  height: 2px;
  background: #0886e0;
  margin: 10px 0;
}

.bj1 .about-index .aboutr .a1 h5 {
  color: #000000;
  font-size: 20px;
}

.bj1 .about-index .aboutr .a2 {
  text-align: justify;
  margin-top: 20px;
}

.bj1 .about-index .aboutr .a2 p {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
}

.bj1 .about-index .aboutr .a-more {
  text-align: right;
  margin-top: 0px;
}

.bj1 .about-index .aboutr .a-more a {
  display: block;
  color: #010101;
  font-size: 14px;
  text-transform: uppercase;
}

.bj1 .about-index .aboutr .a-more a:hover {
  color: #0886e0;
}

.bj1 .about-index .aboutr .a3 {
  margin-top: 55px;
}

.bj1 .about-index .aboutr .a3 .a3-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj1 .about-index .aboutr .a3 .a3-list li {
  text-align: center;
}

.bj1 .about-index .aboutr .a3 .a3-list li img {
  max-width: 100%;
  transition: All 0.4s ease-in-out;
}

.bj1 .about-index .aboutr .a3 .a3-list li .img2 {
  display: none;
}

.bj1 .about-index .aboutr .a3 .a3-list li .wz {
  color: #9e9c9c;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.bj1 .about-index .aboutr .a3 .a3-list li:hover img {
  transform: rotate(360deg);
}

.bj1 .about-index .aboutr .a3 .a3-list li:hover .img1 {
  display: none;
}

.bj1 .about-index .aboutr .a3 .a3-list li:hover .img2 {
  display: block;
}

.bj1 .about-index .aboutr .a3 .a3-list li:hover .wz {
  color: #0886e0;
}

@media(max-width:1440px) {
  .bj1 .about-index .aboutr {
    padding-right: 3%;
  }

  .bj1 .about-index .aboutr .a1 h3 {
    font-size: 20px;
  }

  .bj1 .about-index .aboutr .a1 h5 {
    font-size: 18px;
  }

  .bj1 .about-index .aboutr .a3 {
    margin-top: 10px;
  }
}

@media(max-width:1024px) {
  .bj1 .about-index {
    display: block;
    padding: 0 8%;
  }

  .bj1 .about-index .aboutl {
    width: 100%;
    margin-top: 5%;
  }

  .bj1 .about-index .aboutr {
    width: 100%;
    padding: 0;
    margin-top: 5%;
  }

  .bj1 .about-index .aboutr .a3 {
    margin-top: 20px;
  }

}

@media(max-width:767px) {
  .bj1 .about-index {
    display: block;
    padding: 0 8%;
  }

  .bj1 .about-index .aboutl {
    width: 100%;
    margin-top: 5%;
  }

  .bj1 .about-index .aboutr {
    width: 100%;
    padding: 0;
    margin-top: 5%;
  }

  .bj1 .about-index .aboutr .a3 {
    margin-top: 20px;
  }

  .bj1 .about-index .aboutr .a3 .a3-list {
    flex-wrap: wrap;
  }

  .bj1 .about-index .aboutr .a3 .a3-list li {
    width: 50%;
    margin-bottom: 2%;
  }
}




/**/
.bj2 {
  background: #fafafa;
  padding: 3% 0;
  margin-top: 3%;
display:none;
}

.bj2 .index-tlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 2px;
}

.bj2 .index-tlt .pt1 h3 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  border-left: 3px solid #0886e0;
  padding-left: 6px;
  line-height: 24px;
}

.bj2 .index-tlt .pt1 h4 {
  color: #000000;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 15px;
}

.bj2 .index-tlt .pt2 img {
  max-width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.pp11 {
  justify-content: flex-end;
}

.psort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.psort li {
  background: url(../images/sort.png) no-repeat right center;
  padding: 0 20px;
}

.psort li:last-child {
  background: none;
}

.psort li a {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.psort li.cur a {
  color: #0b6bc1;
}

.tt22 {
  display: none;
}

.plist1 {
/*  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;*/
  margin-top: 55px;
}

.plist1 li {
  width: 23%;
  box-shadow: 3.069px 6.292px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  margin-bottom: 38px;
  margin-right:2.6%; 
  float: left;
}
.plist1 li:nth-child(4n){
  margin-right:0;
}

.plist1 li .img1 img {
  width: 100%;
}

.plist1 li .wz {
  border-bottom: 4px solid #20242b;
  padding: 0 14px;
}

.plist1 li .wz .w1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5fd;
  padding: 10px 0;
}

.plist1 li .wz .w1 .w1a {
  color: #000000;
  font-size: 16px;
}

.plist1 li .wz .w1 .w1b {
  background: url(../images/t2.png) no-repeat center center;
  width: 19px;
  height: 10px;
}

.plist1 li .wz .w2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}

.plist1 li .wz .w2 .w2a {
  color: rgba(90, 90, 90, 0.5);
  font-size: 14px;
}

.plist1 li .wz .w2 .w2b {
  color: rgba(90, 90, 90, 0.5);
  font-size: 14px;
  font-family: "Arial";
}

.plist1 li:hover .wz {
  border-bottom: 4px solid #0886e0;
}

.plist1 li:hover .wz .w1 .w1a {
  color: #0886e0;
}

.plist1 li:hover .wz .w1 .w1b {
  background: url(../images/t22.png) no-repeat center center;
}




@media(max-width:767px) {
  .bj2 .index-tlt {
    display: block;
  }

  .bj2 .index-tlt .pt1 h3 {
    font-size: 16px;
  }

  .bj2 .index-tlt .pt1 h4 {
    font-size: 14px;
    padding-top: 5px;
  }

  .pp11 {
    display: block;
  }

  .psort {
    margin-top: 5%;
  }

  .psort li {
    width: 48%;
  }

  .psort li a {
    font-size: 14px;
    line-height: 24px;
  }

  .pt2 {
    display: none;
  }

  .plist1 {
    margin-top: 20px;
  }

  .plist1 li {
    width: 48%;
    margin-bottom: 20px;
  }

  .plist1 li .wz .w1 .w1a {
    font-size: 13px;
  }

  .plist1 li .wz .w2 {
    display: block;
    padding: 5px 0;
  }

  .plist1 li .wz .w2 .w2a {
    font-size: 12px;
  }

  .plist1 li .wz .w2 .w2b {
    font-size: 12px;
  }
}





/**/
.bj3 {
  margin-top: 50px;
}


.bj3 .index-tlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 2px;
}

.bj3 .index-tlt .pt1 h3 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  border-left: 3px solid #0886e0;
  padding-left: 6px;
  line-height: 24px;
}

.bj3 .index-tlt .pt1 h4 {
  color: #000000;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 15px;
}

.bj3 .index-tlt .pt2 img {
  max-width: 100%;
}


@media(max-width:767px) {
  .bj3 {
    margin-top: 30px;
  }

  .bj3 .index-tlt .pt1 h3 {
    font-size: 16px;
  }

  .bj3 .index-tlt .pt1 h4 {
    padding-top: 5px;
    font-size: 14px;
  }
}


.bj3 .con {
  overflow: hidden;
  margin-top: 45px;
}

.bj3 .con .swiper-container {
  width: 187%;
  transform: translateX(-23%);
  position: relative;
}

@media (max-width: 780px) {
  .bj3 .con {
    margin-top: 20px;
  }

  .bj3 .con .swiper-container {
    width: 100%;
    transform: translateX(0%);
  }
}

.bj3 .con .swiper-container .swiper-slide {
  padding: 0 2.19vw;
}

.bj3 .con .swiper-container .swiper-slide a {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}

@media(max-width:767px) {
  .bj3 .con .swiper-container .swiper-slide a {
    display: block;
  }
}

.bj3 .con .swiper-container .swiper-slide .img img {
  max-width: 100%;
}

.bj3 .con .swiper-container .swiper-slide .zi {
  position: absolute;
  width: 35.7%;
  background: #fafafa;
  padding: 4.48vw 1.46vw 0 1.51vw;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  transition-duration: .3s;
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .swiper-slide .zi {
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 20px;
    position: static;
  }
}

.bj3 .con .swiper-container .swiper-slide .zi h3 {
  font-weight: 600;
  font-size: 22px;
  color: #0886e0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .swiper-slide .zi h3 {
    font-size: 18px;
  }
}

.bj3 .con .swiper-container .swiper-slide .zi dd {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  margin-top: 1.7vw;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .bj3 .con .swiper-container .swiper-slide .zi dd {
    line-height: 28px;
  }
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .swiper-slide .zi dd {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}

.bj3 .con .swiper-container .swiper-slide .zi .su {
  font-size: 22px;
  font-weight: 600;
  color: #646465;
  position: absolute;
  right: 1.77vw;
  bottom: 3vw;
  background: url(//static.xypt.net.cn/e339c135/21/07/2f7806631b1d59ae01227ee4161f2c0eeddc1b0a.png) no-repeat 50%;
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .swiper-slide .zi .su {
    display: none;
  }
}

.bj3 .con .swiper-container .swiper-slide .zi .su span {
  color: #0886e0;
  display: block;
}

.bj3 .con .swiper-container .swiper-slide .zi .su p {
  margin-left: 28px;
}

.bj3 .con .swiper-container .xx {
  position: absolute;
  bottom: 3vw;
  cursor: pointer;
  z-index: 111;
  outline: none;
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .xx {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.bj3 .con .swiper-container .xx.prevx {
  left: 55.6%;
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .xx.prevx {
    left: 0;
  }
}

.bj3 .con .swiper-container .xx.nextx {
  right: 42%;
}

@media (max-width: 1600px) {
  .bj3 .con .swiper-container .xx.nextx {
    right: 41.5%;
  }
}

@media (max-width: 1440px) {
  .bj3 .con .swiper-container .xx.nextx {
    right: 41%;
  }
}

@media (max-width: 1200px) {
  .bj3 .con .swiper-container .xx.nextx {
    right: 40%;
  }
}

@media (max-width: 780px) {
  .bj3 .con .swiper-container .xx.nextx {
    right: 0;
  }
}

.c4 .con .swiper-container .swiper-slide.swiper-slide-active .zi {
  opacity: 1;
  box-shadow: 3.286px 6.181px 15.04px 0.96px rgba(0, 0, 0, 0.16);
}

.bj3 .con .swiper-container .swiper-slide.swiper-slide-prev a {
  flex-direction: row-reverse;
}

/**/
.bj4 {
  margin-top: 80px;
}

.bj4 .index-tlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 2px;
}

.bj4 .index-tlt .pt1 h3 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  border-left: 3px solid #0886e0;
  padding-left: 6px;
  line-height: 24px;
}

.bj4 .index-tlt .pt1 h4 {
  color: #000000;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 15px;
}

.bj4 .index-tlt .pt2 h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 14px;
}

.bj4 .index-tlt .pt2 a {
  text-align: right;
  display: block;
}

.bj4 .index-tlt .pt2 a img {
  max-width: 100%;
}

.lpt2 h3 {
  text-align: right;
}


.c4-con {
  background: url(../images/bj2.jpg) 0 50px no-repeat;
  background-size: 100% 100%;
/*  margin-top: 40px;*/
  overflow: hidden;
  /* height: 100vh; */
}

.c4-con ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100vh; */
}

.c4-con ul li {
  width: 24.9%;
  transition: .5s;
  transform: translateY(65%);
  height: 100%;
}

.c4-con ul li:hover {
  transform: translateY(0)
}

.c4-con ul li .tlt {
  height: 50px;
  background: #0886e0;
  font-size: 45px;
  line-height: 50px;
  padding: 0 25px;
  color: #95d0ff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}

.c4-con ul li .cont {
  background: rgba(0, 0, 0, 0.7);

  padding-top: 55px;
  height: calc(100% - 50px);
}

.c4-con ul li .cont .tb {
  transition: .5s;
  padding: 0 28px;
}

.c4-con ul li .cont .tbb {
  transition: .5s;
  /*border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;*/
  padding: 55px 0;
}

.c4-con ul li:hover .cont .tbb {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

.c4-con ul li .cont .tbb h3 {
  font-size: 25px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.c4-con ul li .cont .tbb h4 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.c4-con ul li .cont .info {
  font-size: 14px;
  color: #fff;
  padding: 35px 28px;
  line-height: 30px;
  letter-spacing: 1px;
}

.c4-con ul li .cont img {
  width: 100%;
  height: auto;
}

.c4-con ul li:hover .tlt {
  opacity: 1;
}


@media(max-width:767px) {
  .bj4 {
    margin-top: 30px;
  }

  .bj4 .index-tlt {
    display: block;
  }

  .bj4 .index-tlt .pt1 {
    margin-bottom: 10px;
  }

  .bj4 .index-tlt .pt1 h3 {
    font-size: 16px;
  }

  .bj4 .index-tlt .pt1 h4 {
    padding-top: 5px;
    font-size: 14px;
  }

  .bj4 .index-tlt .pt2 h3 {
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 0;
    text-align: left;
    line-height: 24px;
  }

  .c4-con {
    margin-top: 20px;
  }

  .c4-con ul {
    display: block;
  }

  .c4-con ul li {
    transform: translateY(0%);
    width: 100%;
  }

  .c4-con ul li .cont .tbb {
    padding: 5px 0;
  }

  .c4-con ul li .cont .tbb h3 {
    font-size: 14px;
  }

  .c4-con ul li .cont .tbb h4 {
    font-size: 14px;
  }

  .c4-con ul li .cont .info {
    padding: 15px 28px;
    font-size: 12px;
    line-height: 20px;
  }
}






/**/
.tt {
  /* display: none; */
}

.bj5 {
  background: #f6f6f6;
  padding: 3% 0;
}

.bj5 .news-index .index-tlt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2px;
}

.bj5 .news-index .index-tlt .pt1 h3 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  border-left: 3px solid #0886e0;
  padding-left: 6px;
  line-height: 24px;
}

.bj5 .news-index .index-tlt .pt1 h4 {
  color: #000000;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 15px;
}

.bj5 .news-index .index-tlt .pt2 .nsort li {
  display: inline-block;
  line-height: 3;
  margin-left: 50px;
}

.bj5 .news-index .index-tlt .pt2 .nsort li a {
  display: block;
  color: #5a5a5a;
  font-size: 14px;
}

.bj5 .news-index .index-tlt .pt2 .nsort li.cur {
  background: url(../images/ns0.png) no-repeat bottom center;
}

.bj5 .news-index .index-tlt .pt2 .nsort li.cur a {
  color: #0886e0;
}

.bj5 .news-index .news1 {
  margin-top: 40px;
}

.bj5 .news-index .news1 .nlist1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj5 .news-index .news1 .nlist1 li {
  width: 22%;
  padding: 0 15px;
  padding-bottom: 15px;
}

.bj5 .news-index .news1 .nlist1 li a {
  display: block;
}

.bj5 .news-index .news1 .nlist1 li a .date {
  color: #343434;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
}

.bj5 .news-index .news1 .nlist1 li a .nt1 {
  color: #000000;
  font-size: 16px;
  padding-top: 25px;
}

.bj5 .news-index .news1 .nlist1 li a .nt2 {
  color: #545454;
  font-size: 13px;
  padding-top: 15px;
}

.bj5 .news-index .news1 .nlist1 li a .nt3 {
  background: url(../images/ns1.png) no-repeat top center;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  margin-top: 17px;
}

.bj5 .news-index .news1 .nlist1 li:hover {
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(227, 227, 227, 0.3);
}

.bj5 .news-index .news1 .nlist1 li:hover .date {
  color: #0886e0;
}

.bj5 .news-index .news1 .nlist1 li:hover .nt1 {
  color: #0886e0;
}

.bj5 .news-index .news1 .nlist1 li:hover .nt3 {
  background: url(../images/ns2.png) no-repeat top center;
}

.bj5 .news-index .news2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.bj5 .news-index .news2 .news2-left {
  width: 48.625%;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a {
  display: block;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .img1 img {
  width: 100%;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .wz {
  background: #fff;
  padding: 20px 30px;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt1 {
  color: #272727;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt2 {
  color: #444444;
  font-size: 16px;
  line-height: 32px;
  padding-top: 15px;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt3 {
  color: #0886e0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  transition: all 0.5s;
}

.bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt3:hover {
  font-size: 14px;
}

.bj5 .news-index .news2 .news2-right {
  width: 49.125%;
  background: #fff;
}

.bj5 .news-index .news2 .news2-right .nlist2 {
  padding: 40px;
  padding-bottom: 0;
}

.bj5 .news-index .news2 .news2-right .nlist2 li {
  margin-bottom: 50px;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .shu {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #c7cac9;
  font-size: 20px;
  background: url(../images/ns3.png) no-repeat top center;
  position: relative;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .shu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 66px;
  border: 0.5px dashed #d2d2d2;
  bottom: -62px;
  left: 50%;
  margin-left: -0.25px;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .wz {
  width: calc(100% - 76px);
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt1 {
  color: #272727;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt1 span {
  color: #666666;
  font-size: 13px;
}

.bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt2 {
  color: #343434;
  font-size: 15px;
  padding-top: 15px;
}

.bj5 .news-index .news2 .news2-right .nlist2 li:last-child a .shu::before {
  display: none;
}

.bj5 .news-index .news2 .news2-right .nlist2 li:hover a .shu {
  background: url(../images/ns33.png) no-repeat top center;
}

.bj5 .news-index .news2 .news2-right .nlist2 li:hover a .wz .nt1 {
  color: #0886e0;
}

@media(max-width:1440px) {
  .bj5 .news-index .news2 .news2-right .nlist2 li {
    margin-bottom: 24px;
  }
}


@media(max-width:1366px) {
  .bj5 .news-index .news2 .news2-right .nlist2 li {
    margin-bottom: 14px;
  }
}

@media(max-width:1024px) {
  .bj5 .news-index .news2 {
    display: block;
  }

  .bj5 .news-index .news2 .news2-left {
    width: 100%;
  }

  .bj5 .news-index .news2 .news2-right {
    width: 100%;
  }
}

@media(max-width:767px) {
  .bj5 .news-index .index-tlt {
    display: block;
  }

  .bj5 .news-index .index-tlt .pt1 h3 {
    font-size: 16px;
  }

  .bj5 .news-index .index-tlt .pt1 h4 {
    padding-top: 5px;
    font-size: 14px;
  }

  .bj5 .news-index .index-tlt .pt2 .nsort li {
    margin-left: 10px;
  }

  .bj5 .news-index .news1 {
    margin-top: 0px;
  }

  .bj5 .news-index .news1 .nlist1 {
    flex-wrap: wrap;
  }

  .bj5 .news-index .news1 .nlist1 li {
    width: 98%;
  }

  .bj5 .news-index .news1 .nlist1 li a .date {
    padding: 10px 0;
  }

  .bj5 .news-index .news1 .nlist1 li a .nt1 {
    padding-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bj5 .news-index .news1 .nlist1 li a .nt2 {
    padding-top: 10px;
    font-size: 12px;
  }

  .bj5 .news-index .news2 {
    display: block;
    margin-top: 0;
  }

  .bj5 .news-index .news2 .news2-left {
    width: 100%;
  }

  .bj5 .news-index .news2 .news2-left .nlist2 li a .wz {
    padding: 10px 15px;
  }

  .bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt1 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt2 {
    font-size: 12px;
    padding-top: 10px;
    line-height: 20px;
  }

  .bj5 .news-index .news2 .news2-left .nlist2 li a .wz .nt3 {
    font-size: 12px;
  }

  .bj5 .news-index .news2 .news2-right {
    width: 100%;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 {
    padding: 5px;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li {
    margin-bottom: 20px;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li a {

    align-items: flex-start;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li a .shu::before {
    display: none;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt1 {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt1 span {
    display: block;
  }

  .bj5 .news-index .news2 .news2-right .nlist2 li a .wz .nt2 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 5px;
  }
}


/**/
.foot-bg {
  background: #26282c;
  padding-top: 5%;
  padding-bottom: 3%;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .foot-left {
  width: 68.75%;
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .foot-left dl {
  width: 20%;
}

.foot-bg .foot-index .foot-left dl dt {
  font-weight: normal;
  color: #ffffff;
  font-size: 17px;
text-transform:capitalize;
}

.foot-bg .foot-index .foot-left dl dt span {
  display: block;
  width: 18px;
  height: 1px;
  background: #7a7979;
  margin: 15px 0;
}

.foot-bg .foot-index .foot-left dl dd a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.foot-bg .foot-index .foot-left dl dd a:hover {
 color: rgba(255, 255, 255, 1);
}

.foot-bg .foot-index .foot-right {
  width: 20.625%;
}

.foot-bg .foot-index .foot-right .lx1 {
  color: #fff;
  background: url(../images/pp1.png) no-repeat left center;
  padding-left: 46px;
}

.foot-bg .foot-index .foot-right .lx1 p {
  font-size: 13px;
}

.foot-bg .foot-index .foot-right .lx1 p:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
}

.foot-bg .foot-index .foot-right .lx2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}

.foot-bg .foot-index .foot-right .lx2 span {
  margin-right: 10px;
  width: 50%;
}

.foot-bg .foot-index .foot-right .lx2 span img {
  max-width: 100%;
}

.foot-bg .foot-index .foot-right .lx2 p {
  color: #fff;
}

.foot-bg .foot-index .foot-right .lx2 p img {
  max-width: 100%;
}

.cop-bg {
  background: #26282c;
  border-top: 1px solid #343538;
  padding: 20px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
display:none
}

.cop-bg a {
  color: rgba(255, 255, 255, 0.5);
}

.cop-bg .cop-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
}

.cop-bg .cop-index .cop1 {
  text-transform: uppercase;
}

.cop-bg .cop-index .cop2 {
  text-align: right;
}

@media(max-width:1440px) {
  .foot-bg .foot-index .foot-right {
    width: 27.625%;
  }
}


@media(max-width:767px) {
  .foot-bg .foot-index {
    display: block;
  }

  .foot-bg .foot-index .foot-left {
    width: 100%;
  }

  .foot-bg .foot-index .foot-right {
    width: 100%;
  }

  .foot-bg .foot-index .foot-right .lx2 {
    text-align: center;
    line-height: 3;
  }

  .foot-bg .foot-index .foot-right .lx2 span {
    display: none;

  }

  .cop-bg .cop-index {
    display: block;
  }

  .cop-bg .cop-index .cop2 {
    text-align: left;
  }
}


/*phone底部导航*/

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(../images/mp1.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(../images/mp2.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(../images/mp3.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}

@media(max-width:767px) {
  .cop-bg {
    padding-bottom: 15%;
  }
}


.xypg-left-con2 {
  border: none;
}

.xypg-left-nav>li .first-nav-btn {
  display: none;
}

.xypg-left-con2 .xypg-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav>li {
  width: 18%;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav>li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  padding: 15px 18px;
}


.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
  color: #fff;
  background: #007fce;
}
