@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: 60rem;
  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;
}

.tophead {
  width: 100%;
  height: 36px;
  background: #464646;
  position: relative;
}

#header {
  width: 60rem;
  margin: 0 auto;
}

.headtitle {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.k1 {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}

.k1 a {
  color: #fff;
}

.sechead {
  height: 125px;
  position: relative;
}

.logo {
  width: 22.15rem;
  float: left;
  line-height: 125px;
}
.logo img {
  width: 100%;
}
.sechead .k2 {
  margin-top: 30px;
  background: url(../images/06/44b19917b856d1523514c2679ebdc8d50d30d07a.png) left center no-repeat;
  text-align: left;
  padding-left: 48px;
  font-size: 18px;
  color: #0f57a1;
  line-height: 29px;
}

.sechead .k2 p {
  font-size: 18px;
  color: #0f57a1;
}

.sechead .k2 p strong {
  font-size: 24px;
  color: #0f57a1;
}

.sechead .topad {
  margin-left: 0.7rem;
  background: url(../images/06/72d2079e80dbecc124f6ec690f8eaa9eb5134d6e.png) no-repeat left center;
  padding-left: 1.4rem;
  font-size: 0.9rem;
  color: #464646;
  line-height: 34px;
  float: left;
  margin-top: 1.25rem;
}

.sechead .topad strong {
  color: #0f57a1;
}

.ad-bg {
  background: #f4f4f4;
  height: 136px;
  padding-top: 26px;
}

.ad-bg .ad-index .ad-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  font-size: 0;
}

.ad-bg .ad-index .ad-list li {
  /* display: inline-block; */
  /* width: 25%; */
}

.ad-bg .ad-index .ad-list li h3 {
  padding-top: 18px;
  color: #142e7a;
  font-size: 16px;
}

.p-index {
  margin-top: 70px;
  margin-bottom: 117px;
}

.p-index .psort {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.p-index .psort li {
  /* width: 14.5rem; */
  border: 0.25rem solid #003a70;
  background: #003a70;
  /* height: 333px; */
  text-align: center;
  padding-top: 1.2rem;
}

.p-index .psort li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.p-index .psort li span {
  display: block;
  width: 46px;
  height: 3px;
  background: #fff;
  margin: 13px auto;
}

.p-index .psort li .zi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}

.p-index .psort li .zi a {
  font-size: 14px;
  font-weight: normal;
}

.p-index .psort li .zi a img {
  margin-right: 8px;
}

.p-index .psort li .img1 img {
  width: 14.05rem;
  height: 10.05rem;
  object-fit: cover;
}

.ab-bg {
  background: url(../images/06/2c71f05a73fc10043b5665a703a5a84a2ccd4c54.jpg) no-repeat top center;
  background-size: cover;
  height: 27.75rem;
  overflow: hidden;
  padding-top: 4.9rem;
}

.ab-bg .ab-index .ab1 {
  width: 27.1rem;
  height: 19.9rem;
  margin-left: 4.95rem;
}

.ab-bg .ab-index .ab1 img {
  width: 100%;
}

.ab-bg .ab-index .ab2 {
  width: 25.75rem;
  padding-top: 2.25rem;
}

.ab-bg .ab-index .ab2 h3 {
  color: #2a2a2a;
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
}

.ab-bg .ab-index .ab2 span {
  display: block;
  width: 9.65rem;
  height: 2px;
  background: #0f57a1;
  margin-bottom: 1.25rem;
}

.ab-bg .ab-index .ab2 p {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.ab-bg .ab-index .ab2 a {
  display: block;
  width: 10.35rem;
  height: 2.95rem;
  background: #0f57a1;
  color: #fff;
  line-height: 2.95rem;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.tu-bg {
  background: url(../images/06/ea595a9ab62423d29932b499cb85c7a3c7807a5a.jpg) no-repeat top center;
  background-size: cover;
  /* height: 32.5rem; */
  padding-bottom: 6.4rem;
  overflow: hidden;
  margin-top: 6.2rem;
}

.tu-bg .tu-index .tul {
  width: 28rem;
}

.tu-bg .tu-index .tul .t1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 7.8rem;
  line-height: 4.5rem;
}

.tu-bg .tu-index .tul .tul-roll {
  position: relative;
}

.tu-bg .tu-index .tul .tul-roll .hd .next {
  position: absolute;
  top: 6rem;
  left: -4.15rem;
}

.tu-bg .tu-index .tul .tul-roll .bd ul li .img1 img {
  width: 26rem;
  height: 16rem;
}

.tu-bg .tu-index .tul .tul-roll .bd ul li .wz {
  margin-left: 8rem;
}

.tu-bg .tu-index .tul .tul-roll .bd ul li .wz .w1 {
  color: #fff;
  font-size: 14px;
  padding-top: 1rem;
}

.tu-bg .tu-index .tul .tul-roll .bd ul li .wz .w2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  transform: scale(0.85);
  transform-origin: 0 0;
  margin-top: 5px;
}

.tu-bg .tu-index .tur {
  width: 28.75rem;
}

.jajaj1 li {
  float: none !important;
}

.jajaj1 li h2 a {
  color: #313131;
  font: 600 24px/40px "Microsoft YaHei";
}

.jajaj1 li {
  margin-top: 2.25rem;
}

.jajaj1 li + li {
  margin-top: 2.7rem;
}

.jajaj1 li h3 {
  color: #313131;
  font: 500 14px/28px "Microsoft YaHei";
  margin-top: 15px;
}

.picScroll-left .hd {
  position: relative;
}

.mnna1 {
  margin-top: 3.9rem;
}

.mnna1 li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: 5rem;
  overflow: hidden;
  background: #c7c5c5;
  float: left;
  margin-right: 10px;
}

.mnna1 li.on {
  background: #0097e0;
}

.picScroll-left .next,
.picScroll-left .prev {
  position: absolute;
  top: 82px;
}

.picScroll-left .next {
  left: -125px;
}

.picScroll-left .prev {
  left: -63px;
}

.liu-bg {
  background: url(../images/06/62aba4fb381b55011170709e9b70d902c7ef38ac.jpg) no-repeat top center;
  background-size: cover;
  /* height: 348px; */
  overflow: hidden;
  padding: 2.1rem 0;
}

.liu-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.liu-bg .liu-index .liul {
  width: 28.2rem;
  margin-left: .75rem;
  /* margin-top: 2.1rem; */
}

.liu-bg .liu-index .liul .hot {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 3.1rem;
}

.liu-bg .liu-index .liul .wz {
  background: #fff;
   /* height: 9.15rem;  */
  border-radius: 20px;
  /* width: 28.2rem; */
  margin-top: 1.75rem;
  text-align: center;
}

.liu-bg .liu-index .liul .wz .w1 {
  color: #373833;
  font-size: 1.4rem;
  padding-top: 1rem;
}

.liu-bg .liu-index .liul .wz .w2 {
  color: #0063b2;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: .5rem;
}

.liu-bg .liu-index .liul .wz .w3 {
  width: 24.75rem;
  height: 1px;
  background: #e6e6e6;
  margin: 10px auto;
}

.liu-bg .liu-index .liul .wz .w4 {
  text-align: center;
}

.liu-bg .liu-index .liul .wz .w4 li {
  list-style: none;
  display: inline-block;
  color: #03060d;
  font-size: 18px;
  background: url(../images/06/0eff71c000715fffdf693c69c8674242c3424142.png) no-repeat left center;
  padding-left: 32px;
  margin-right: 40px;
}

.liu-bg .liu-index .liul .wz .w4 li:last-child {
  margin-right: 0;
}

.liu-bg .liu-index .liur {
  width: 22rem;
  margin-right: 50px;
  /* margin-top: 80px; */
}

.liu-bg .liu-index .liur h3 {
  color: #c3c2c1;
  font-size: 12px;
  text-transform: uppercase;
}

.a4_c1 {
  margin-top: 34px;
}

.demo-message1,
.demo-message1 * {
  box-sizing: border-box;
}

.demo-message1 {
  margin-top: 18px;
}

.liuya_a + .liuya_a {
  margin-top: 15px;
}

.liuya_a input {
  background: #fff;
  border: none;
  border-radius: 3px;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-weight: 500;
}

.liuya_a h2 {
  color: #ffffff;
  font: 500 22px/46px "Microsoft YaHei";
  float: left;
  width: 95px;
}

.liuya_a h2 span {
  color: #fff;
  display: inline-block;
  padding-left: 2px;
}

.liuya_a input.aghgafav {
  width: 17.2rem;
}

.liuya_a input.aghgafav1 {
  width: 5rem;
}

.liuya_a input.aghgafav2 {
  background: #333333;
  color: #fff;
  font-size: 19px;
  width: 5.8rem;
  padding: 0;
}

.news-index {
  margin-top: 5.5rem;
}

.news-index .nt {
  background: url(../images/06/ab383a138f27b94b7b861ec580bb89c3e7b3b084.png) no-repeat bottom left;
  color: #0f57a1;
  padding-bottom: 30px;
}

.news-index .nt b {
  font-size: 29px;
}

.news-index .nt span {
  font-size: 29px;
}

.news-index .nlist1 {
  margin-top: 44px;
}

.news-index .nlist1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-index .nlist1 li .n1 {
  width: 6.75rem;
  font-size: 1.8rem;
  color: #666666;
  background: url(../images/06/06a762983fa8fd5bad13401f9f6d99be6d2b93e3.png) no-repeat right 60%;
}

.news-index .nlist1 li .n2 {
  width: 41.35rem;
}

.news-index .nlist1 li .n2 a {
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}

.news-index .nlist1 li .n2 h4 {
  color: #313131;
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
}

.news-index .nlist1 li .n3 {
  width: 12.05rem;
}
.news-index .nlist1 li .n3 img {
  width: 100%;
}
.news-index .nlist1 li:last-child {
  border-bottom: none;
}

.foot-bg {
  background: #191919;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .flogo {
  width: 15.3rem;
}

.foot-bg .foot-index .fnav {
  width: 14.75rem;
  margin-left: 46px;
}

.foot-bg .foot-index .fnav h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 40px;
}

.foot-bg .foot-index .fnav h3 span {
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
}

.foot-bg .foot-index .fnav p a {
  color: #fff;
  font-size: 14px;
  background: url(../images/06/21554bc0c74828e8503047c5f423f274cf2e849a.png) no-repeat left center;
  padding-left: 22px;
  margin-right: 28px;
  margin-bottom: 20px;
  display: inline-block;
}

.foot-bg .foot-index .flx h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 40px;
}

.foot-bg .foot-index .flx h3 span {
  display: block;
  width: 48px;
  height: 2px;
  background: #fff;
}

.foot-bg .foot-index .flx p {
  color: #ffffff;
  font-size: 14px;
  padding-left: 35px;
  margin-bottom: 35px;
  line-height: 27px;
}

.foot-bg .foot-index .flx p:nth-of-type(1) {
  background: url(../images/06/22965c5834a7c146f7d9b0c0a964a2cde0ccd9d5.png) no-repeat left center;
}

.foot-bg .foot-index .flx p:nth-of-type(2) {
  background: url(../images/06/3bd621c216fbb7e7b384145fdb7b1413c7867106.png) no-repeat left center;
}

.foot-bg .foot-index .flx p:nth-of-type(3) {
  background: url(../images/06/0ee7755d4facac0ff48b38b650512ed25d114892.png) no-repeat left center;
}

.foot-bg .foot-index .fer {
  text-align: center;
  margin-top: 30px;
}

.foot-bg .foot-index .fer p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .link {
  color: #fff;
  font-size: 14px;
}

.foot-bg .link a {
  color: #fff;
  font-size: 14px;
}

.x-footer {
  background: #131313;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.x-footer a {
  color: #fff;
  font-size: 14px;
}


@media (max-width: 992px) {
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }

  .p-index .psort {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-index .psort li .img1 img, .tu-bg .tu-index .tul .tul-roll .bd ul li .img1 img {
    width: 100%;
  }
  .tu-bg {
    background-size: contain;
  }
  .ab-bg {
    height: auto;
  }
  .liu-index {
    flex-wrap: wrap;
  }
  .ab-bg .ab-index .ab1, 
  .ab-bg .ab-index .ab2, 
  .tu-bg .tu-index .tul, 
  .tu-bg .tu-index .tur {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tu-bg .tu-index .tul {
    background: #3b3b3b;
  }
  .liuya_a input.aghgafav {
    width: 50%;
  }
  .liuya_a input.aghgafav1 {
    width: 28%;
  }
  .liu-bg .liu-index .liul, .liu-bg .liu-index .liur {
    width: 100%;
    margin: 0;
  }
  .news-index .nlist1 li {
    flex-wrap: wrap;
  }
  .news-index .nlist1 li .n1 {
    width: 10rem;
  }
  .news-index .nlist1 li .n3 {
    width: 100%;
  }
  .foot-bg .foot-index .flogo {
    width: 100%;
  }
  .foot-bg .foot-index .fnav {
    margin: 0;
  }
  .foot-bg .foot-index .fer {
    float: left;
  }
  .tu-bg .tu-index .tul .tul-roll .hd .next {
    display: none;
  }
  .foot-bg .foot-index .fnav {
      width: 22rem;
  }
}
