.pageNavT {
  width: 100%;
  background: #ececec;
}

@media (min-width: 1201px) {
  .pageNavT .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}

.pageNavT .swiper-slide {
  padding: 0 16px;
  width: auto;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}

.pageNavT .swiper-slide:first-child {
  margin-left: 0;
}

.pageNavT .swiper-slide:last-child {
  margin-right: 0;
}

.pageNavT .swiper-slide.cur,
.pageNavT .swiper-slide:hover {
  color: #0b4da2;
}

@media (max-width: 1200px) {
  .pageNavT .w1400 {
    margin: 0 0 0 4%;
    width: 96%;
    min-width: 100px;
  }

  .pageNavT .swiper-slide {
    padding: 0 0.4rem;
    line-height: 1.2rem;
    font-size: 0.28rem;
  }

  .pageNavT .swiper-slide::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 0.14rem;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
  }
}

.linkBox {
  padding-bottom: 25px;
}

.listColumn {
  padding-top: 120px;
  padding-bottom: 50px;
  background: url(../images/lpage/column-bg.png) center no-repeat;
  background-size: cover;
}

.listColumn .columnLi {
  padding-top: 70px;
}

.listColumn .columnLi:first-child {
  padding-top: 0;
}

.listColumn .titleText {
  width: 593px;
  height: 135px;
  background: url(../images/lpage/text-bg.png) center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listColumn .titleText span {
  font-size: 18px;
  color: #000000;
  font-family: Arial;
  letter-spacing: 3px;
  font-weight: 200;
  text-align: center;
}

.listColumn .titleText p {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}

.listColumn .listFlex {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}

.listColumn .listFlex .listPage {
  width: 31.56%;
  margin-right: 2.6%;
  margin-top: 80px;
}

.listColumn .listFlex .listPage:nth-child(-n+3) {
  margin-top: 0;
}

.listColumn .listFlex .listPage:nth-child(3n) {
  margin-right: 0;
}

.listColumn .listFlex .listPage .pageImg {
  width: 100%;
  height: 284px;
  border-radius: 10px;
  overflow: hidden;
}

.listColumn .listFlex .listPage .pageImg:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.listColumn .listFlex .listPage .pageImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.listColumn .listFlex .listPage p {
  font-size: 22px;
  color: #333333;
  margin-top: 30px;
}

.listColumn .listFlex .listPage span {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .listColumn {
    padding-top: 0.79rem;
    padding-bottom: 0.6rem;
  }

  .listColumn .columnLi {
    padding-top: 0.6rem;
  }

  .listColumn .titleText {
    width: 100%;
    height: 1.6rem;
  }

  .listColumn .titleText span {
    font-size: 0.18rem;
    letter-spacing: 0.04rem;
  }

  .listColumn .titleText p {
    font-size: 0.44rem;
    margin-top: 0.1rem;
  }

  .listColumn .listFlex {
    padding: 0.5rem 0;
    display: block;
  }

  .listColumn .listFlex .listPage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7rem;
    margin-top: 0;
  }

  .listColumn .listFlex .listPage:last-child {
    margin-bottom: 0;
  }

  .listColumn .listFlex .listPage .pageImg {
    height: 3.88rem;
    border-radius: 0.1rem;
  }

  .listColumn .listFlex .listPage p {
    font-size: 0.3rem;
    margin-top: 0.4rem;
  }

  .listColumn .listFlex .listPage span {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
}

.pageBox {
  padding-bottom: 80px;
  background: url(../images/lpage/box-bg.png) bottom -324px left no-repeat;
  background-size: 1100px auto;
}

.pageBox .partTitle {
  width: 451px;
  height: 62px;
  margin: 0 auto;
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  background: url(../images/lpage/partTitle.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* .pageBox .partTitle p {
  margin-top: -16px;
} */
.pageBox .partBox {
  padding-top: 90px;
}

.pageBox .partBox:first-child {
  /* padding: 120px 0 90px; */
  padding: 0;
  height: 600px;
  background: url(../images/lpage/part1.png) top center no-repeat;
  background-size: cover;
}

.pageBox .partBox:first-child .partTitle {
  color: #ffffff;
  background: none;
  /* margin-top: 90px; */
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(../images/lpage/xian.png) bottom center no-repeat;
  background-size: 100% auto;
  width: 100%;
}

.pageBox .partBox:first-child .partText p {
  color: #ffffff;
  margin: 0 auto;
  font-size: 20px;
  line-height: 40px;
}

.parentBox {
  position: relative;
}

.parentBox .linkBox {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 8.28%;
  z-index: 222;
}

.parentBox .linkBox a {
  color: #ffffff;
}

.pageBox .partBox:nth-child(2) {
  background: url(../images/lpage/part2.png) right bottom no-repeat;
  background-size: 100% auto;
}

.pageBox .partBox:nth-child(3) {
  background: url(../images/lpage/part3-bg.png) top right no-repeat;
  background-size: 100% auto;
}

.pageBox .partBox:nth-child(4) {
  background: url(../images/lpage/part4.png) right top 143px no-repeat;
  background-size: 160px auto;
}

.pageBox .partBox .partText {
  font-size: 18px;
  color: #333333;
}

.pageBox .partBox .partText p {
  font-size: 18px;
  color: #333333;
  padding-bottom: 28px;
}

.pageBox .partBox .partText p:last-child {
  padding-bottom: 0;
}

.pageBox .partBox .partText .partImg {
  padding-bottom: 28px;
}

.pageBox .partBox .partText img {
  max-width: 80% !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.pageBox .partBox .partText strong {
  display: block;
  /* padding-bottom: 28px; */
}

.pageBox .part2 {
  background: url(../images/lpage/part2.png) right bottom no-repeat;
  background-size: 100% auto;
}

.pageBox .part2 .textMain {
  margin-top: 70px;
}

.pageBox .part2 .textMain p {
  font-size: 18px;
  color: #333333;
  padding-bottom: 28px;
}

.pageBox .part2 .textMain strong {
  display: block;
}

.pageBox .part3 {
  padding-top: 90px;
  background: url(../images/lpage/part3-bg.png) top right no-repeat;
  background-size: 100% auto;
}

.pageBox .part3 .partImg {
  width: 100%;
  margin-top: 40px;
}

.pageBox .part3 .partImg img {
  width: 100%;
}

.pageBox .part3 .annotation {
  font-size: 18px;
  color: #333333;
  margin-top: 38px;
}

.pageBox .part4 {
  padding-top: 90px;
  background: url(../images/lpage/part4.png) right top 143px no-repeat;
  background-size: 160px auto;
}

.pageBox .part4 .textMain {
  margin-top: 70px;
}

.pageBox .part4 .textMain p {
  font-size: 18px;
  color: #333333;
  padding-bottom: 20px;
}

.pageBox .part4 .textMain strong {
  display: block;
}

.pageBox .part5 {
  padding-top: 90px;
}

.pageBox .part5 .swiper {
  margin-top: 40px;
}

.pageBox .part5 .swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0 2px;
  overflow: hidden;
}

.pageBox .part5 .swiper a {
  float: left;
  position: relative;
  margin: 3.126% 3.126% 0 0;
  width: 48.437%;
}

.pageBox .part5 .swiper a:nth-child(-n+2) {
  margin-top: 0;
}

.pageBox .part5 .swiper a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/zjpage/icon/icon_2.png) left bottom no-repeat;
  background-size: 100% auto;
  content: " ";
}

.pageBox .part5 .swiper a:nth-child(2n) {
  margin-right: 0;
}

.pageBox .part5 .swiper a .pic {
  width: 100%;
  height: 375px;
  overflow: hidden;
}

.pageBox .part5 .swiper a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.pageBox .part5 .swiper a p {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
}

.pageBox .part5 .swiper a p em {
  margin: 0 5% 10px;
  font-size: 22px;
  color: #fff;
}

.pageBox .part5 .swiper a p span {
  transition: all 0.5s;
  height: 0px;
  overflow: hidden;
  display: flex;
}

.pageBox .part5 .swiper a p i {
  margin-left: 5%;
  padding-right: 17px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  background: url(../images/zjpage/icon/icon_11s.png) right center no-repeat;
}

.pageBox .part5 .swiper a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.05);
}

.pageBox .part5 .swiper a:hover p span {
  transition: all 0.5s;
  height: 20px;
}

.pageBox .part5 #cases .swiper a {
  margin-bottom: 0;
}

.pageBox .return {
  width: 186px;
  height: 60px;
  background: #f4f4f4;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.pageBox .return i {
  font-size: 16px;
  color: #999999;
  background: url(../images/lpage/go-s.png) right center no-repeat;
  padding-right: 34px;
  transition: all 0.5s;
}

.pageBox .return:hover {
  background: #0a4591;
}

.pageBox .return:hover i {
  color: #ffffff;
  background: url(../images/lpage/go.png) right center no-repeat;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .pageBox {
    padding-bottom: 1rem;
    background: url(../images/lpage/box-bg.png) bottom -3.24rem left no-repeat;
    background-size: 11rem auto;
  }

  .pageBox .partBox:first-child .partTitle {
    padding-bottom: 0.5rem;
    background: url(../images/mobile/lpage/xian.png) bottom center no-repeat;
    background-size: 100% auto;
    width: 100%;
  }

  .pageBox .partBox:first-child {
    /* padding: 0.9rem 0 0; */
    padding-bottom: 1rem;
    height: auto;
    background: url(../images/mobile/lpage/part1.png) top center no-repeat;
    background-size: cover;
  }

  .pageBox .partTitle {
    width: 3.68rem;
    height: 0.62rem;
    font-size: 0.38rem;
  }

  /* .pageBox .partTitle p {
    margin-top: -0.16rem;
  } */
  .pageBox .partBox .partText {
    font-size: 0.3rem;
    margin-top: 0.6rem;
  }

  .pageBox .partBox .partText p {
    padding-bottom: 0.28rem;
  }

  .pageBox .part2 {
    padding-top: 1rem;
    background: url(../images/mobile/lpage/part2.png) right bottom no-repeat;
    background-size: 100% auto;
  }

  .pageBox .part2 .textMain {
    margin-top: 0.5rem;
  }

  .pageBox .part2 .textMain p {
    font-size: 0.28rem;
    padding-bottom: 0.25rem;
  }

  .pageBox .part2 .textMain span {
    font-size: 0.28rem;
    padding-bottom: 0.22rem;
  }

  .pageBox .part3 {
    padding-top: 1rem;
    background: url(../images/mobile/lpage/part3-bg.png) top right no-repeat;
    background-size: 100% auto;
  }

  .pageBox .part3 .partImg {
    margin-top: 0.48rem;
  }

  .pageBox .part3 .annotation {
    margin-top: 0.42rem;
    font-size: 0.28rem;
  }

  .pageBox .part4 {
    padding-top: 1rem;
    background: url(../images/lpage/part4.png) right top 1.42rem no-repeat;
    background-size: 1.6rem auto;
  }

  .pageBox .part4 .textMain {
    margin-top: 0.68rem;
  }

  .pageBox .part4 .textMain p {
    font-size: 0.28rem;
    padding-bottom: 0.22rem;
  }

  .pageBox .part4 .textMain span {
    font-size: 0.28rem;
    line-height: 0.42rem;
    padding-bottom: 0.22rem;
  }

  .pageBox .part5 {
    padding-top: 1rem;
    padding-bottom: 0.7rem;
  }

  .pageBox .part5 .swiper a {
    margin: 0 0 0.38rem 0;
    width: 100%;
  }

  .pageBox .part5 .swiper a:last-child {
    margin-bottom: 0;
  }

  .pageBox .part5 .swiper a::before {
    background: url(../images/mobile/icon/icon_2.png) left bottom no-repeat;
    background-size: 100% auto;
  }

  .pageBox .part5 .swiper a .pic {
    height: 3.22rem;
  }

  .pageBox .part5 .swiper a p {
    bottom: 0.29rem;
  }

  .pageBox .part5 .swiper a p em {
    margin: 0 5%;
    font-size: 0.32rem;
  }

  .pageBox .part5 .swiper a p span {
    display: none;
  }

  .pageBox .part5#cases .swiper a {
    margin-bottom: 0.5rem;
  }

  .pageBox .part5#cases .swiper a:nth-child(2n) {
    margin-bottom: 0;
  }

  .content .swiper-pagination {
    margin-top: 0.2rem;
  }

  .pageBox .return {
    width: 1.86rem;
    height: 0.6rem;
  }

  .pageBox .return i {
    font-size: 0.26rem;
    background-size: 0.3rem auto;
    padding-right: 0.5rem;
  }

  .pageBox .return:hover i {
    background-size: 0.3rem auto;
  }

  .pageBox .partBox:first-child .partTitle {
    padding-top: 0.9rem;
  }

  .pageBox .partBox:first-child .partTitle {
    margin: 0 auto;
  }

  .pageBox .partBox:first-child .partText p {
    width: 96%;
    font-size: 0.3rem;
    line-height: 0.55rem;
  }

  .pageBox .partBox {
    padding-top: 0.9rem;
  }

  .pageBox .return {
    margin-top: 0.7rem;
  }
}

.safetyTitle {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}

.safetyBox .safetyBanner {
  width: 100%;
  height: 594px;
  position: relative;
}

.safetyBox .safetyBanner .safetPic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.safetyBox .safetyBanner .safetPic i {
  width: 100%;
  height: 100%;
}

.safetyBox .safetyBanner .safettext {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.safetyBox .safetyBanner .bannerTitle {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.safetyBox .safetyBanner .bannerText {
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 35px;
}

.safetyBox .reported {
  padding: 75px 0 90px;
}

.safetyBox .reported .listView {
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}

.safetyBox .reported .list {
  width: 47.81%;
  height: 496px;
  position: relative;
  overflow: hidden;
}

.safetyBox .reported .list:hover .imgBase img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.safetyBox .reported .imgBase {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.safetyBox .reported .imgBase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}

.safetyBox .reported .gap {
  padding: 60px 56px 82px;
}

.safetyBox .reported .icon {
  width: 64px;
  height: 53px;
}

.safetyBox .reported .text_p {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 50px;
}

.safetyBox .reported .text_b {
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
  width: 90%;
  line-height: 30px;
}

.safetyBox .reported .showMore {
  position: absolute;
  bottom: 54px;
  border: 1px solid #ffffff;
}

.safetyBox .reported .showMore:after {
  background: #ffffff;
}

.safetyBox .reported .showMore span:after {
  background: url(../images/lpage/icon-2.png) center no-repeat;
  background-size: 10px 20px;
}

.safetyBox .reported .showMore span:before {
  background: url(../images/lpage/icon-3.png) center no-repeat;
  background-size: 28px 22px;
}

.safetyBox .announce {
  padding: 82px 0 90px;
  background: #f6f6f6;
}

.safetyBox .announce .listPage {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.safetyBox .announce .item {
  width: 31.75%;
  background: #ffffff;
  margin-right: 2.3%;
  margin-top: 38px;
  transition: all 0.5s;
}

.safetyBox .announce .item:nth-child(3n) {
  margin-right: 0;
}

.safetyBox .announce .item:nth-child(-n+3) {
  margin-top: 0;
}

.safetyBox .announce .item .edge {
  padding: 38px 45px 44px;
}

.safetyBox .announce .item .text {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.safetyBox .announce .item .iteFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  transition: all 0.5s;
}

.safetyBox .announce .item .time {
  font-size: 16px;
  color: #999999;
  font-family: Arial;
  padding-left: 38px;
  background: url(../images/lpage/icon-5.png) left center no-repeat;
  background-size: contain;
}

.safetyBox .announce .item .more {
  font-size: 14px;
  color: #999999;
  padding-right: 18px;
  background: url(../images/lpage/icon-6.png) right center no-repeat;
  background-size: 7px 13px;
}

.safetyBox .announce .item:hover {
  background: #2749a0;
  transition: all 0.5s;
}

.safetyBox .announce .item:hover .text {
  color: #ffffff;
  transition: all 0.5s;
}

.safetyBox .announce .item:hover .time {
  color: #ffffff;
  background: url(../images/lpage/icon-5s.png) left center no-repeat;
  background-size: contain;
}

.safetyBox .announce .item:hover .more {
  color: #ffffff;
  background: url(../images/lpage/icon-6s.png) right center no-repeat;
}

.safetyBox .announce .jump {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}

.safetyBox .announce .btn {
  width: 300px;
  height: 70px;
  font-size: 20px;
  color: #2749a0;
  border: 1px solid #2749a0;
  margin-right: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.safetyBox .announce .btn:last-child {
  margin-right: 0;
}

.safetyBox .announce .btn em {
  padding-right: 26px;
  background: url(../images/lpage/icon-7.png) right top 6px no-repeat;
  background-size: 9px auto;
}

.safetyBox .announce .btn:hover {
  background: #2749a0;
  color: #ffffff;
  transition: all 0.5s;
}

.safetyBox .announce .btn:hover em {
  background: url(../images/lpage/icon-7s.png) right top 6px no-repeat;
  background-size: 9px auto;
}

.safetyBox .safetyBanner .safetPic .Mimg {
  display: none;
}

@media (max-width: 1200px) {
  .safetyTitle {
    font-size: 0.36rem;
  }

  .safetyBox .safetyBanner {
    height: 7.18rem;
  }

  .safetyBox .safetyBanner .safetPic .Pimg {
    display: none;
  }

  .safetyBox .safetyBanner .safetPic .Mimg {
    display: block;
  }

  .safetyBox .safetyBanner .bannerTitle {
    font-size: 0.36rem;
  }

  .safetyBox .safetyBanner .bannerText {
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-indent: 0;
    margin-top: 0.4rem;
    text-align: justify;
  }

  .safetyBox .reported {
    padding: 0.7rem 0 0.8rem;
  }

  .safetyBox .reported .listView {
    margin-top: 0.6rem;
    display: block;
  }

  .safetyBox .reported .list {
    width: 100%;
    height: 5.2rem;
    margin-bottom: 0.5rem;
  }

  .safetyBox .reported .list:last-child {
    margin-bottom: 0;
  }

  .safetyBox .reported .gap {
    padding: 0.62rem 0.5rem 0;
  }

  .safetyBox .reported .icon {
    width: 0.64rem;
    height: 0.53rem;
  }

  .safetyBox .reported .text_p {
    font-size: 0.3rem;
    margin-top: 0.54rem;
  }

  .safetyBox .reported .text_b {
    font-size: 0.26rem;
    width: auto;
    line-height: 0.4rem;
    margin-top: 0.45rem;
  }

  .safetyBox .reported .showMore {
    width: 0.65rem;
    height: 0.65rem;
    bottom: 0.62rem;
    display: block;
  }

  .safetyBox .reported .showMore span:after {
    background-size: 0.1rem 0.2rem;
  }

  .safetyBox .reported .showMore:after {
    width: 0.06rem;
    height: 0.06rem;
    margin-left: -0.24rem;
  }

  .safetyBox .announce {
    padding: 0.7rem 0 0.8rem;
  }

  .safetyBox .announce .listPage {
    display: block;
    margin-top: 0.6rem;
  }

  .safetyBox .announce .item {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }

  .safetyBox .announce .item .edge {
    padding: 0.5rem;
  }

  .safetyBox .announce .item .iteFlex {
    margin-top: 0.4rem;
  }

  .safetyBox .announce .item .text {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }

  .safetyBox .announce .item .time {
    font-size: 0.24rem;
    padding-left: 0.38rem;
    background-size: 0.2rem auto;
  }

  .safetyBox .announce .item .more {
    font-size: 0.24rem;
    background-size: 0.12rem 0.2rem;
    padding-right: 0.17rem;
  }

  .safetyBox .announce .item:hover .time {
    background-size: contain;
  }

  .safetyBox .announce .item:hover .more {
    background-size: 0.12rem 0.2rem;
  }

  .safetyBox .announce .jump {
    margin-top: 0.76rem;
  }

  .safetyBox .announce .btn {
    width: 3.2rem;
    height: 0.9rem;
    margin-right: 0.5rem;
    font-size: 0.28rem;
    border: 0.01rem solid #2749a0;
  }

  .safetyBox .announce .btn em {
    padding-right: 0.24rem;
    background-size: 0.1rem 0.19rem;
  }

  .safetyBox .announce .btn:hover em {
    background-size: 0.1rem 0.19rem;
  }
}

.flowBox {
  padding-top: 40px;
}

.flowBox .linkBox {
  padding: 0;
}

.flowBox .dispose {
  padding: 50px 0 80px;
}

.flowBox .pic {
  margin-top: 40px;
}

.flowBox .field p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
}

.flowBox .nextFlex {
  padding: 0 19px 0 90px;
  margin: 70px 0 5.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flowBox .nextFlex .left {
  width: 35.81%;
}

.flowBox .nextFlex .left img {
  width: 100%;
}

.flowBox .nextFlex .center {
  width: 12%;
}

.flowBox .nextFlex .center img {
  width: 100%;
}

.flowBox .nextFlex .right {
  border-left: 1px dashed #dbdbdb;
  width: 39%;
}

.flowBox .nextFlex .right .next {
  display: flex;
  padding-left: 36px;
  position: relative;
  margin-top: 10.5%;
}

.flowBox .nextFlex .right .next:first-child {
  margin-top: 0;
}

.flowBox .nextFlex .right .next:last-child i {
  bottom: 0;
  top: auto;
}

.flowBox .nextFlex .right .next em {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0b4da2;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: -16px;
  top: 0;
}

.flowBox .nextFlex .right .next strong {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.flowBox .nextFlex .right .next p {
  font-size: 18px;
  color: #666666;
  /* line-height: 28px; */
  width: 75%;
}

.flowBox .infoBox {
  background: #f9f9f9;
  padding-bottom: 90px;
}

.flowBox .infoBox .infoList {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dbdbdb;
}

.flowBox .infoBox .infoList:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.flowBox .infoBox .field {
  margin-top: 40px;
}

.flowBox .infoBox .field p {
  margin-bottom: 16px;
}

.flowBox .infoBox .field p:last-child {
  margin-bottom: 0;
}

.flowBox .infoBox .field span {
  text-align: right;
  margin-top: 60px;
}

.flowBox .nextFlex .center .mimg {
  display: none;
}

@media (max-width: 1200px) {
  .flowBox {
    padding-top: 0;
  }

  .flowBox .dispose {
    padding: 0.7rem 0;
  }

  .flowBox .pic {
    margin-top: 0.5rem;
  }

  .flowBox .field p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }

  .flowBox .infoBox .field p {
    margin-bottom: 0.3rem;
  }

  .flowBox .nextFlex {
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-top: 0.5rem;
  }

  .flowBox .nextFlex .left {
    padding: 0 0.26rem;
    width: calc(100% - 0.52rem);
  }

  .flowBox .nextFlex .center {
    margin-top: 0.4rem;
    width: 0.79rem;
  }

  .flowBox .nextFlex .center .pimg {
    display: none;
  }

  .flowBox .nextFlex .center .mimg {
    display: block;
  }

  .flowBox .nextFlex .right {
    width: calc(100% - 0.18rem);
    margin-left: 0.18rem;
    margin: 0.4rem 0 0.6rem;
  }

  .flowBox .nextFlex .right .next {
    padding-left: 0.42rem;
    margin-top: 0.7rem;
    align-items: flex-start;
  }

  .flowBox .nextFlex .right .next em {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    left: -0.2rem;
  }

  .flowBox .nextFlex .right .next span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .flowBox .nextFlex .right .next strong{
    font-size: 0.28rem;
    width: auto;
  }
  .flowBox .nextFlex .right .next p{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .flowBox .nextFlex .right .next i {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    left: -0.2rem;
  }

  .flowBox .infoBox {
    padding-bottom: 0.8rem;
  }

  .flowBox .infoBox .field {
    margin-top: 0.56rem;
  }

  .flowBox .infoBox .infoList {
    padding: 0.7rem 0;
  }

  .flowBox .infoBox .field span {
    margin-top: 0.7rem;
  }
}

.appear {
  background: #fbfbfb;
}

.appear .linkBox {
  padding: 0;
  padding-top: 40px;
}

.appear .dispose {
  padding: 60px 0 90px;
}

.appear .infoBox {
  background: #ffffff;
  padding: 50px 0 80px;
}

.appear .field {
  margin-top: 40px;
}

.appear .field p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 15px;
}

.appear .field p:last-child {
  margin-bottom: 0;
}

.appear .field a {
  display: inline;
  color: #0b4da2;
  border-bottom: 1px solid #0b4da2;
}

.appear .contactBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.appear .contactList {
  width: calc((100% - 48px) / 2);
  margin-left: 48px;
  height: 143px;
  padding: 0 62px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.appear .contactList:first-child {
  margin-left: 0;
}

.appear .contactImg {
  width: 28px;
}

.appear .contactImg img {
  width: 100%;
}

.appear .contactText {
  margin-left: 28px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}

.appear .contactText a {
  font-size: 18px;
  color: #0b4da2;
  padding-right: 32px;
  background: url(../images/lpage/xz.png) right center no-repeat;
  background-size: 17px auto;
}

@media (max-width: 1200px) {
  .appear .dispose {
    padding: 0.7rem 0 0.8rem;
  }

  .appear .field {
    margin-top: 0.56rem;
  }

  .appear .field p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.3rem;
  }

  .appear .contactBox {
    margin-top: 0.7rem;
    display: block;
  }

  .appear .contactList {
    width: 100%;
    height: 1.53rem;
    margin: 0;
    padding: 0 0.56rem;
    margin-bottom: 0.43rem;
  }

  .appear .contactList:last-child {
    margin-bottom: 0;
  }

  .appear .contactImg {
    width: 0.4rem;
  }

  .appear .contactText {
    font-size: 0.26rem;
    margin-left: 0.24rem;
    width: 88%;
  }

  .appear .contactText a {
    font-size: 0.26rem;
  }

  .appear .infoBox {
    padding: 0.7rem 0;
  }
}

.annunciate {
  padding: 40px 0 90px;
}

.annunciate .linkBox {
  padding: 0;
}

.annunciate .results_t {
  display: flex;
  justify-content: center;
  margin-top: 82px;
}

.annunciate .results_t .clearfix {
  width: 54.31%;
  border: 1px solid #cdcdcd;
  position: relative;
}

.annunciate .results_t input {
  width: calc(100% - 72px - 40px);
  height: 62px;
  padding: 0 72px 0 40px;
  font-size: 16px;
}

.annunciate .results_t em {
  position: absolute;
  top: 0;
  right: 40px;
  width: 35px;
  height: 62px;
  background: url(../images/zjpage/icon/icon_46.png) center no-repeat;
  background-size: 100% auto;
}

.annunciate .results_t .reset {
  width: 150px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 20px;
  color: #333;
  border: 1px solid #2749a0;
  margin-left: 29px;
  cursor: pointer;
}

.annunciate .results_t .reset:hover{
  background: #2749a0;
  color: #ffffff;
}
.annunciate .searchResult {
  padding-top: 64px;
}

.annunciate .searchResult .w1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #cdcdcd;
}

.annunciate .searchResult .left {
  font-size: 18px;
  color: #333333;
}

.annunciate .searchResult .left em {
  color: #2749a0;
  display: inline;
}

.annunciate .searchResult .rigth {
  display: flex;
  align-items: center;
}

.annunciate .searchResult .rigth p {
  font-size: 18px;
  color: #333333;
}

.annunciate .searchResult .rightFlex {
  margin-left: 20px;
}

.annunciate .searchResult .iocnTop {
  width: 14px;
  height: 7px;
  background: url(../images/lpage/order-1.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.annunciate .searchResult .iocnTop:hover {
  background: url(../images/lpage/order-1s.png) center no-repeat;
}

.annunciate .searchResult .iocnBot {
  width: 15px;
  height: 7px;
  background: url(../images/lpage/order-2.png) center no-repeat;
  background-size: 100% auto;
  margin-top: 8px;
  cursor: pointer;
}

.annunciate .searchResult .iocnBot:hover {
  background: url(../images/lpage/order-2s.png) center no-repeat;
}

.annunciate .serchList {
  padding-top: 56px;
}

.annunciate .serchList .items {
  width: 100%;
  padding: 40px 0;
  background: #f4f4f4;
  margin-bottom: 35px;
  transition: all 0.5s;
}

.annunciate .serchList .items:last-child {
  margin-bottom: 0;
}

.annunciate .serchList .items:hover {
  background-color: #2749a0;
  transition: all 0.5s;
}

.annunciate .serchList .items:hover .boxes .text {
  color: #fff;
}

.annunciate .serchList .items:hover .boxes .view {
  color: #ffffff;
}

.annunciate .serchList .items:hover .boxes .time {
  color: #ffffff;
  background: url(../images/lpage/icon-5s.png) left center no-repeat;
  background-size: contain;
}

.annunciate .serchList .items:hover .boxes .botMore {
  color: #ffffff;
  background: url(../images/lpage/icon-6s.png) right center no-repeat;
  background-size: 7px 13px;
}

.annunciate .serchList .boxes {
  padding: 0 60px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.annunciate .serchList .boxes .top {
  width: 85%;
}

.annunciate .serchList .boxes .text {
  font-size: 24px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.annunciate .serchList .boxes .time {
  font-size: 16px;
  color: #999999;
  font-family: Arial;
  padding-left: 38px;
  background: url(../images/lpage/icon-5.png) left center no-repeat;
  background-size: contain;
}

.annunciate .serchList .boxes .bot {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.annunciate .serchList .boxes .view {
  font-size: 18px;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
}

.annunciate .serchList .boxes .view p {
  margin-right: 5.16%;
  margin-top: 10px;
  width: 40%;
}

.annunciate .serchList .boxes .view p:last-child {
  margin-right: 0;
}

.annunciate .serchList .boxes .botMore {
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
  background: url(../images/lpage/icon-11.png) right center no-repeat;
  background-size: 7px 13px;
  margin-top: 36px;
}

@media (max-width: 1200px) {
  .annunciate {
    padding: 0.8rem 0;
  }

  .annunciate .results_t {
    margin-top: 0;
  }

  .annunciate .results_t .clearfix {
    width: 4.04rem;
  }

  .annunciate .results_t input {
    width: calc(100% - 0.8rem);
    height: 0.89rem;
    padding: 0 0.4rem;
    font-size: 0.2rem;
  }

  .annunciate .results_t em {
    right: 0.4rem;
    width: 0.37rem;
    height: 0.89rem;
  }

  .annunciate .results_t .reset {
    width: 2.2rem;
    height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.26rem;
    margin-left: 0.63rem;
  }

  .annunciate .searchResult {
    padding-top: 0.5rem;
  }

  .annunciate .searchResult .w1600 {
    padding-bottom: 0;
    border-bottom: none;
  }

  .annunciate .searchResult .left {
    font-size: 0.26rem;
  }

  .annunciate .searchResult .rigth p {
    font-size: 0.26rem;
  }

  .annunciate .searchResult .rightFlex {
    margin-left: 0.26rem;
  }

  .annunciate .searchResult .iocnTop {
    width: 0.25rem;
    height: 0.15rem;
  }

  .annunciate .searchResult .iocnTop:hover {
    background-size: 100% auto;
  }

  .annunciate .searchResult .iocnBot {
    width: 0.3rem;
    height: 0.13rem;
  }

  .annunciate .searchResult .iocnBot:hover {
    background-size: 100% auto;
  }

  .annunciate .serchList {
    padding-top: 0.7rem;
  }

  .annunciate .serchList .items {
    padding: 0.5rem;
    width: calc(100% - 1rem);
    margin-bottom: 0.5rem;
  }

  .annunciate .serchList .boxes {
    padding: 0;
    display: block;
  }

  .annunciate .serchList .boxes .top {
    display: block;
    width: 100%;
  }

  .annunciate .serchList .boxes .text {
    font-size: 0.3rem;
  }

  .annunciate .serchList .boxes .view {
    font-size: 0.26rem;
    margin-top: 0.4rem;
  }

  .annunciate .serchList .boxes .view p {
    margin-right: 0.3rem;
    margin-top: 0.4rem;
  }

  .annunciate .serchList .boxes .view p:nth-child(-n+2) {
    margin-top: 0;
  }

  .annunciate .serchList .boxes .bot {
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
  }

  .annunciate .serchList .boxes .time {
    font-size: 0.24rem;
    padding-left: 0.38rem;
  }

  .annunciate .serchList .boxes .botMore {
    margin-top: 0;
    font-size: 0.24rem;
    color: #999999;
    background-size: 0.1rem 0.2rem;
    padding-right: 0.16rem;
  }
}

.safetyDel {
  padding-bottom: 90px;
  background: #f9f9f9;
}

.safetyDel .linkBox {
  padding-bottom: 0;
}

.safetyDel .particularsCase {
  width: calc(100% - 204px);
  padding: 50px 102px 102px;
  margin-top: 80px;
  background: #ffffff;
}

.safetyDel .particularsCase .particularsTop {
  padding-bottom: 26px;
  border-bottom: 1px solid #cdcdcd;
}

.safetyDel .particularsCase .topTitle {
  font-size: 30px;
  color: #333333;
  padding-bottom: 40px;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
}

.safetyDel .particularsCase .topList {
  font-size: 20px;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
}

.safetyDel .particularsCase .topList p {
  width: 32%;
  margin-right: 1%;
  margin-top: 26px;
}

.safetyDel .particularsCase .topList p:nth-child(3n) {
  margin-right: 0;
}

.safetyDel .particularsList {
  margin-top: 46px;
}

.safetyDel .particularsList .Product {
  background: #e7e7e7;
  margin-bottom: 26px;
}

.safetyDel .particularsList .Product:last-child {
  margin-bottom: 0;
}

.safetyDel .particularsList .one {
  height: 85px;
  padding: 0 54px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.safetyDel .particularsList .one p {
  font-size: 22px;
  color: #333333;
  margin-left: 22px;
}

.safetyDel .particularsList .one::after {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/lpage/icon-11.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translateY(-50%);
}

.safetyDel .particularsList .one.cur {
  background: #2749a0;
  transition: all 0.5s;
}

.safetyDel .particularsList .one.cur p {
  color: #ffffff;
}

.safetyDel .particularsList .one.cur .hide {
  display: block;
}

.safetyDel .particularsList .one.cur .show {
  display: none;
}

.safetyDel .particularsList .one.cur::after {
  content: '';
  width: 17px;
  height: 8px;
  background: url(../images/lpage/icon-11s.png) center no-repeat;
  background-size: contain;
}

.safetyDel .particularsList .oneImg {
  max-width: 25px;
}

.safetyDel .particularsList .oneImg .hide {
  display: none;
}

.safetyDel .particularsList .oneImg img {
  width: 100%;
}

.safetyDel .particularsList .pos {
  padding: 36px 54px 40px;
  display: none;
}
.safetyDel .particularsList .pos.curs{
  display: block;
}

.safetyDel .particularsList .pos p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 6px;
}

.safetyDel .particularsList .pos p:last-child {
  margin-bottom: 0;
}

.safetyDel .particularsList .pos .tableFrom {
  /* background: #ffffff; */
  /* margin-top: 26px; */
}
.safetyDel .particularsList .pos .tableFrom p:last-child{
  height: 0;
}
.safetyDel .particularsList .pos .tableFrom p:last-child:first-child{
  height: auto;
}

.safetyDel .particularsList .pos .tableFrom table {
  width: 100%;
  border-collapse: collapse;
}
.safetyDel .particularsList .pos .tableFrom table p:last-child{
  height: auto;
}

.safetyDel .particularsList .pos .tableFrom table tr:first-child td {
  border-top: none;
}

.safetyDel .particularsList .pos .tableFrom table td {
  font-size: 20px;
  color: #ffffff;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  padding: 20px 10px !important;
}

.safetyDel .particularsList .pos .tableFrom table td:nth-child(3n) {
  border-right: none;
}

.safetyDel .particularsList .pos .tableFrom table td p {
  line-height: normal;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}

.safetyDel .particularsList .pos .top {
  display: flex;
}

.safetyDel .particularsList .pos .top .tableItem {
  border-top: none;
}

.safetyDel .particularsList .pos .del {
  display: flex;
}

.safetyDel .particularsList .pos .tableItem {
  width: 33.38%;
  height: 73px;
  font-size: 20px;
  color: #333333;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.safetyDel .particularsList .pos .tableItem:nth-child(3n) {
  border-right: none;
}

@media (max-width: 1200px) {
  .safetyDel {
    padding: 0.7rem 0 0.8rem;
  }

  .safetyDel .particularsCase {
    width: calc(100% - 1rem);
    margin-top: 0;
    padding: 0.6rem 0.5rem 0.8rem;
  }

  .safetyDel .particularsCase .topTitle {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding-bottom: 0.6rem;
  }

  .safetyDel .particularsCase .particularsTop {
    padding-bottom: 0.5rem;
  }

  .safetyDel .particularsCase .topList {
    font-size: 0.22rem;
    justify-content: space-between;
    padding-top: 0.2rem;
  }

  .safetyDel .particularsCase .topList p {
    width: auto;
    margin-right: 0.1rem;
    margin-top: 0.4rem;
  }

  .safetyDel .particularsList {
    margin-top: 0.6rem;
  }

  .safetyDel .particularsList .Product {
    margin-bottom: 0.4rem;
  }

  .safetyDel .particularsList .one {
    height: 0.85rem;
    padding: 0 0.3rem;
  }

  .safetyDel .particularsList .one p {
    font-size: 0.26rem;
    margin-left: 0.24rem;
  }

  .safetyDel .particularsList .oneImg {
    max-width: 0.25rem;
  }

  .safetyDel .particularsList .one::after {
    width: 0.17rem;
    height: 0.17rem;
    right: 0.3rem;
  }

  .safetyDel .particularsList .one.cur::after {
    width: 0.17rem;
    height: 0.02rem;
  }

  .safetyDel .particularsList .pos {
    padding: 0.35rem 0.3rem 0.4rem;
  }

  .safetyDel .particularsList .pos .tableFrom {
    display: flex;
  }

  .safetyDel .particularsList .pos .top {
    display: block;
  }

  .safetyDel .particularsList .pos .del {
    display: block;
  }

  .safetyDel .particularsList .pos .tableItem {
    width: 2.64rem;
    font-size: 0.22rem;
    height: 1.03rem;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
  }

  .safetyDel .particularsList .pos .tableItem:last-child {
    border-bottom: none;
  }

  .safetyDel .particularsList .pos .tableItem:nth-child(3n) {
    border-right: 1px solid #f2f2f2;
  }

  .safetyDel .particularsList .pos .del .tableItem {
    border-right: none;
  }

  .safetyDel .particularsList .pos .tableFrom table tr {
    display: flex;
    flex-direction: column;
    height: auto !important;
    border-right: 1px solid #f2f2f2;
  }

  .safetyDel .particularsList .pos .tableFrom table tr:nth-child(2n) {
    border-right: none;
  }

  .safetyDel .particularsList .pos .tableFrom table tbody {
    display: flex;
  }

  .safetyDel .particularsList .pos .tableFrom table td {
    width: 2.44rem;
    font-size: 0.22rem;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
    border-right: none;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.1rem !important;
  }

  .safetyDel .particularsList .pos .tableFrom table td:last-child {
    border-bottom: none;
  }

  .safetyDel .particularsList .pos .tableFrom table td p {
    font-size: 0.22rem;
  }

  .safetyDel .particularsList .pos .tableFrom table tr:nth-child(2n) td {
    border-right: none;
  }

  .safetyDel .particularsList .pos p {
    font-size: 0.26rem;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
  }
}