body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0px;
  margin: 0px;
}

* {
  font-family: "PingFang";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

.new_lx_body {
  background-color: #f1f1f1;
}

.new_main {
  padding: 5.33333vw 13.54167vw 0.00417vw;
}

.new_main01 {
  padding: 0 13.54167vw;
}

.new_uls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_uls .new_lis {
  width: 48%;
  height: 360px;
  background-color: #fff;
  padding: 40px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px #e2e2e2;
}

.new_uls .new_lis1 {
  width: 48%;
  height: auto;
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px #e2e2e2;
}

.new_lis1 .new_lis1_title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}

.new_lis1 .new_lis1_title .new_lis1_h {
  width: 60%;
}

.new_lis1 .new_lis1_title img {
  margin-left: 5px;
}

.new_lis1 .new_lis1_title .new_lis1_h h5 {
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  padding-left: 20px;
}

/*

.new_uls .new_lis:hover {
    background-image: linear-gradient(to right, #bfea12, #18bdc1);
	color:#fffff;
}

.new_uls .new_lis:hover h5,
.new_uls .new_lis:hover h6,
.new_uls .new_lis_p :hover {
    color: #fff !important;
}

.new_uls .new_lis:hover a {
    background-image: -webkit-linear-gradient(right, #fff, #fff);
}

*/

.new_lis .new_lis_title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.new_lis .new_lis_title img {
  margin-right: 20px;
}

.new_lis .new_lis_title .new_lis_h h5 {
  font-size: 17px;
  font-weight: bold;
  color: #05439a;
  line-height: 1.2;
}

.new_lis .new_lis_title .new_lis_h h6 {
  font-size: 15px;
  color: #05439a;
  line-height: 1.5;
}

.new_lis .new_lis_p {
  display: flex;
  align-items: flex-start;
}

.new_lis .new_lis_p img {
  margin: 13px 20px 0 0;
}

.new_lis .new_lis_p p {
  font-size: 13px;
  line-height: 33px;
  color: #333;
}

footer {
  padding: 0;
  background-color: #05439a;
}

.new_foot_top {
  background-color: #fff;
  padding: 30px 13.54167vw 30px;
  display: flex;
  justify-content: space-between;
}

.new_foot_top .new_qr01 {
  margin-top: 12px;
}

.new_foot_top_fr {
  text-align: right;
}

.new_foot_top_fr .new_foot_top_h5 {
  display: flex;
  align-items: center;
}

.new_foot_top_fr .new_foot_top_h5 img {
  margin-right: 8px;
  margin-top: 25px;
}

.new_foot_top_fr .new_foot_top_h5 h5 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}

.new_foot_top_fr h6 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 18px;
}

.new_foot_top_fr p {
  font-size: 13px;
}
/* 修改-yali */
.new_foot_bot {
  padding: 40px 13.54167vw 3vw;
  display: flex;
  justify-content: space-between;
}

.new_foot_bot_fl {
  width: 47%;
  display: flex;
}

.new_foot_bot_fl h5 {
  width: 18%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.new_foot_bot_fl .foot_bot_a {
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #3f6eb1;
}

.new_foot_bot_fl .foot_bot_b {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.new_foot_bot_fl .foot_bot_b h6 {
  font-size: 15px;
  color: #fff;
  width: 80px;
}

.new_foot_bot_fl .foot_bot_b p {
  font-size: 13px;
  flex: 1;
  color: #fff;
  line-height: 24px;
}

.new_foot_bot_fr {
  width: 47%;
}

.new_foot_bot_fr .foot_bot_b img {
  margin-right: 30px;
}

.new_foot_bot_fr .foot_bot_box {
  flex: 1;
  /* 修改-yali */
  /* display: flex; */
  position: relative;
}

.new_foot_bot_fr .foot_bot_box .foot_bot_a {
  flex: auto;
}

.new_foot_bot_fr .foot_bot_i p {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.foot_bot_s {
  display: flex;
}
.foot_bot_s_pic {
  position: absolute;
  right: 0;
}
.new_foot_bot_copy {
  width: 100%;
  /* background-color: #05439a; */
  background-color: #fff;
  padding-bottom: 30px;
}
.new_foot_bot_copy p {
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  color: #000;
}
.new_foot_bot_copy h5 {
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .new_lis .new_lis_title .new_lis_h h5 {
    font-size: 18px;
    line-height: 1.5;
  }

  .new_lis .new_lis_title .new_lis_h h6 {
    font-size: 14px;
  }

  .new_uls .new_lis {
    padding: 40px 25px;
    height: 400px;
  }

  .new_lis .new_lis_p p {
    line-height: 30px;
  }

  .new_lis .new_lis_p img {
    margin: 5px 12px 0 0;
  }

  .new_foot_bot_fl h5 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .new_main {
    padding: 21.33333vw 8vw 6.66667vw;
  }

  .new_uls .new_lis1 {
    width: 100%;
  }

  .new_lis1 .new_lis1_title .new_lis1_h {
    width: auto;
  }

  .new_lis1 .new_lis1_title img {
    width: 80px;
  }

  .new_lis1 .new_lis1_title .new_lis1_h h5 {
    font-size: 12px;
    padding: 5px;
  }

  .new_main01 {
    padding: 0 8vw;
  }

  .new_uls .new_lis {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .new_uls .new_lis1 {
    padding: 30px 10px;
  }

  .new_lis .new_lis_p p {
    line-height: 32px;
  }

  .new_lis .new_lis_title .new_lis_h h5 {
    font-size: 18px;
    line-height: 1.5;
  }

  .new_lis .new_lis_p img {
    margin: 6px 12px 0 0;
  }

  .new_foot_top {
    flex-wrap: wrap;
  }

  .new_foot_top_fr .new_foot_top_h5 h5 {
    font-size: 18px;
  }

  .new_foot_top .new_qr01 {
    display: none;
  }

  .new_foot_bot {
    flex-wrap: wrap;
  }

  .new_foot_bot_fl {
    width: 100%;
  }

  .new_foot_bot_fr {
    width: 100%;
  }

  .new_foot_bot_fl h5 {
    width: 10%;
    font-size: 16px;
  }

  .new_foot_bot_fl .foot_bot_b h6 {
    font-size: 14px;
    width: 70px;
  }

  .new_foot_bot_fl .foot_bot_b p {
    font-size: 12px;
  }

  .new_foot_bot_fl .foot_bot_a {
    padding-left: 10px;
  }

  .new_foot_bot_fr .foot_bot_box {
    /* flex-direction: column; */
    padding-bottom: 60px;
  }

  .new_foot_bot_fr .foot_bot_box .foot_bot_i {
    padding-left: 10px;
  }

  .new_foot_top {
    padding: 30px 8vw;
  }

  .new_foot_top_fr h6 {
    font-size: 16px;
  }

  .new_foot_top_fr {
    text-align: left;
  }
  /* 修改-yali */
  .new_foot_bot {
    padding: 40px 8vw 3vw;
  }

  .new_foot_top_fr .new_foot_top_h5 h5,
  .new_foot_top_fr .new_foot_top_h5 img {
    margin-top: 15px;
  }

  .new_foot_bot_fr .foot_bot_i p {
    word-break: break-all;
  }
}
