body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
header,
footer,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='reset'],
select,
textarea,
button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: Arial;
}
a {
  color: #333;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none!important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.fontB {
  text-transform: uppercase;
}
.text_line_1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1360px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1359px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .pc-hide {
    display: none!important;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
/*i6Plus,i7Plus宽度*/
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
/*i6,i7宽度*/
@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
/*Android常用宽度*/
@media screen and (max-width: 320px) {
  html {
    font-size: 42.6px;
  }
}
/*i5宽度*/
.w1200 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
header {
  position: relative;
  z-index: 10;
}
header .top {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
header .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}
header .center .c_l {
  display: flex;
  align-items: center;
}
header .center .c_l img {
  width: 12.875rem;
  height: 3.5625rem;
}
header .center .c_l h3 {
  font-size: 1.25rem;
  margin-left: 1.875rem;
  padding-left: 1.25rem;
  border-left: 1px solid #cccccc;
  line-height: 2.5rem;
  color: #0f669c;
}
header .center .c_r {
  display: flex;
  align-items: center;
}
header .center .c_r form {
  margin-right: 1.875rem;
  position: relative;
}
header .center .c_r form svg {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
}
header .center .c_r form input {
  width: 15.625rem;
  height: 2.8125rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
header .center .c_r img {
  width: 6.25rem;
  height: auto;
}
header .center .c_r .text_box {
  display: flex;
  align-items: center;
}
header .center .c_r .text_box p:first-child img {
  height: auto;
  width: 1.625rem;
}
header .center .c_r .text_box p:last-child {
  font-size: 1rem;
  color: #0f669c;
  text-align: right;
  margin-left: 8px;
  line-height: 1.5;
  text-align: left;
}
header nav {
  width: 100%;
  height: 3.125rem;
  background: #0e659b;
}
header nav .worp {
  display: flex;
}
header nav .worp .a_ {
  width: 100%;
  height: 3.125rem;
  position: relative;
}
header nav .worp .a_:hover img {
  transform: rotate(180deg);
  transition: transform 0.36s;
}
header nav .worp .a_:hover > a {
  background: #b41c29;
  transition: background 0.36s;
}
header nav .worp .a_ .down_box.act {
  top: 3.125rem;
  background: #fff;
  transition: top 0.5s;
}
header nav .worp .a_ .down_box.act > a {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
  padding: 0.875rem 0;
}
header nav .worp .a_ .down_box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5rem;
  z-index: 100;
  padding: 0;
}
header nav .worp .a_ .down_box > a {
  display: none;
}
header nav .worp .a_ > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #0e659b;
  transition: background 0.36s;
}
header nav .worp .a_ > a span {
  font-size: 1rem;
  color: #fff;
}
header nav .worp .a_ > a img {
  width: 1.125rem;
  height: auto;
  margin-left: 4px;
  transition: transform 0.36s;
}
#swiper1 {
  position: relative;
  margin-bottom: 1.5rem;
}
#swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
}
#swiper1 .bot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(239, 239, 239, 0.8);
}
#swiper1 .box1 {
  max-width: 1200px;
  margin: 0rem auto;
  display: flex;
  justify-content: space-between;
}
#swiper1 .box1 .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.625rem 0;
}
#swiper1 .box1 .item img {
  height: 1.875rem;
}
#swiper1 .box1 .item h3 {
  font-size: 1rem;
  color: #0e659b;
  margin-top: 0.625rem;
}
#swiper1 > img {
  width: 100%;
  height: auto;
}
.home_haibao {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 1.875rem;
  margin-bottom: 1.875rem;
}
.home_haibao img {
  width: 100%;
}
.home .common_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  position: relative;
}
.home .common_top::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 4.375rem;
  height: 2px;
  background: #43a8e9;
}
.home .common_top p {
  font-size: 1.125rem;
  color: #000;
  /*border-left: 2px solid #0e659b;*/
  /*padding-left: 8px;*/
}
.home .common_top .box {
  display: flex;
  align-items: center;
}
.home .common_top .box span {
  margin-right: 1.875rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.home .common_top .box .act {
  color: #0e659b;
}
.home .common_top a {
  font-size: 0.875rem;
  color: #969696;
}
.home .box2 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding-bottom: 1rem;
}
.home .box2 .b2_l {
  width: 35%;
  max-height: 20rem;
  overflow: hidden;
  padding: 0 1rem;
}
.home .box2 .b2_l #swiper4 {
  margin-top: 1rem;
}
.home .box2 .b2_l .list {
  display: flex;
  align-items: center;
}
.home .box2 .b2_l .list p {
  font-size: 0.875rem;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box2 .b2_l .list .p1 {
  flex: 1.3;
  color: #43a8e9;
  position: relative;
  padding-left: 10px;
}
.home .box2 .b2_l .list .p1::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #43a8e9;
}
.home .box2 .b2_l .list .p2 {
  flex: 2;
}
.home .box2 .b2_r {
  width: 36%;
  max-height: 20rem;
  overflow: hidden;
  padding: 0 1rem;
}
.home .box2 .b2_r_b {
  display: block!important;
  margin-top: 1.25rem;
}
.home .box2 .b2_r_b .title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.home .box2 .b2_r_b .title .tip {
  color: #fff;
  background: #00aeff;
  font-size: 0.875rem;
  padding: 2px 4px;
  border-radius: 3px;
}
.home .box2 .b2_r_b .title p {
  flex: 1;
  padding-left: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box2 .b2_r_b .intro {
  font-size: 0.875rem;
  color: #969696;
  line-height: 1.5;
}


.home .box2 .b2_r .b2_r_t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.home .box2 .b2_r .b2_r_t img {
  width: 8.125rem;
  height: auto;
}
.home .box2 .b2_r .b2_r_t .text_box {
  width: calc(100% - 130rem / 16);
  padding-left: 1.25rem;
}
.home .box2 .b2_r .b2_r_t .text_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box2 .b2_r .b2_r_t .text_box p {
  font-size: 0.875rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .box2 .b2_r .b2_r_b {
  display: flex;
  flex-wrap: wrap;
}
.home .box2 .b2_r .b2_r_b a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.home .box2 .b2_r .b2_r_b a em {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ddd;
  margin-right: 12px;
}
.home .box2 .b2_r .b2_r_b svg{
  width: 1rem;
  height: 1rem;
  margin-right: 6px;
}
.home .box2 .b2_r .b2_r_b a span {
  width: 88%;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box2 .b2_c {
  width: 28%;
  max-height: 20rem;
  overflow: hidden;
  padding: 0 1rem;
}
.home .box2 .b2_c img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.home .box2 .b2_c .p {
  font-size: 0.875rem;
  margin-top: 1.125rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home .box3 {
  display: flex;
  justify-content: space-between;
  margin: 1.8125rem auto;
  background: #fff;
}
.home .box3 .b3_l {
  width: 25%;
  max-height: 20rem;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box3 .b3_l .b3_img_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
      background: #cde5eb;
    padding-bottom: 1rem;
}
.home .box3 .b3_l .b3_img_text img {
  max-width: 100%;
}
.home .box3 .b3_l .b3_img_text p {
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: center;
}
.home .box3 .b3_c {
  width: 37.5%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box3 .b3_c .b2_r_t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.home .box3 .b3_c .b2_r_t img {
  width: 6.25rem;
  height: auto;
}
.home .box3 .b3_c .b2_r_t .text_box {
  width: calc(100% - 100rem / 16);
  padding-left: 1.25rem;
}
.home .box3 .b3_c .b2_r_t .text_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box3 .b3_c .b2_r_t .text_box p {
  font-size: 0.875rem !important;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  margin-top: 1rem;
  color: #969696;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .box3 .b3_c .b2_r_t .text_box p span{
    display: flex;
    align-items: center;
}
.home .box3 .b3_c .b2_r_t .text_box p span svg{
    width: 1.3rem;
    height: 1.3rem;
}
.home .box3 .b3_c .b2_r_b {
  display: flex;
  flex-wrap: wrap;
}
.home .box3 .b3_c .b2_r_b a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.home .box3 .b3_c .b2_r_b a em {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ddd;
  margin-right: 12px;
}
.home .box3 .b3_c .b2_r_b a span {
  width: 88%;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box3 .b3_r {
  width: 37.5%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box3 .b3_r .b2_r_t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.home .box3 .b3_r .b2_r_t img {
  width: 6.25rem;
  height: auto;
}
.home .box3 .b3_r .b2_r_t .text_box {
  width: calc(100% - 100rem / 16);
  padding-left: 1.25rem;
}
.home .box3 .b3_r .b2_r_t .text_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box3 .b3_r .b2_r_t .text_box p {
  font-size: 0.875rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .box3 .b3_r .b2_r_b {
  display: flex;
  flex-wrap: wrap;
}
.home .box3 .b3_r .b2_r_b a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.home .box3 .b3_r .b2_r_b a em {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ddd;
  margin-right: 12px;
}
.home .box3 .b3_r .b2_r_b a span {
  width: 88%;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box4 {
  display: flex;
  justify-content: space-between;
  margin: 0.625rem auto;
  background: #fff;
}
.home .box4 .b4_l {
  width: 48%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box4 .b4_l .b4_worp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
.home .box4 .b4_l .b4_worp .item {
  width: 48.5%;
  height: 10.625rem;
  margin-top: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .box4 .b4_l .b4_worp .item p {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
.home .box4 .b4_c {
  width: 25%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box4 .b4_c .b2_r_t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.home .box4 .b4_c .b2_r_t img {
  width: 6.25rem;
  height: auto;
}
.home .box4 .b4_c .b2_r_t .text_box {
  width: calc(100% - 100rem / 16);
  padding-left: 1.25rem;
}
.home .box4 .b4_c .b2_r_t .text_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box4 .b4_c .b2_r_t .text_box p {
  font-size: 0.875rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .box4 .b4_c .b2_r_b {
  display: flex;
  flex-wrap: wrap;
}
.home .box4 .b4_c .b2_r_b a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.home .box4 .b4_c .b2_r_b a em {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ddd;
  margin-right: 12px;
}
.home .box4 .b4_c .b2_r_b a span {
  width: 88%;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box4 .b4_r {
  width: 25%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box4 .b4_r .b2_r_t {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.875rem 0;
}
.home .box4 .b4_r .b2_r_t img {
  width: 6.25rem;
  height: auto;
}
.home .box4 .b4_r .b2_r_t .text_box {
  width: calc(100% - 100rem / 16);
  padding-left: 1.25rem;
}
.home .box4 .b4_r .b2_r_t .text_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .box4 .b4_r .b2_r_t .text_box p {
  font-size: 0.875rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .box4 .b4_r .b2_r_b {
  display: flex;
  flex-wrap: wrap;
}
.home .box4 .b4_r .b2_r_b a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.home .box4 .b4_r .b2_r_b a em {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ddd;
  margin-right: 12px;
}
.home .box4 .b4_r .b2_r_b a span {
  width: 88%;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box5 {
  margin: 1.25rem auto;
  background: #fff;
}
.home .box5 .wrop {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box5 .a_worp {
  display: flex;
  margin-top: 1.25rem;
}
.home .box5 .a_worp a {
  width: calc(25% - calc(2 / 3 * 20px));
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px #E7E7E7;
  border-radius: 8px;
  overflow: hidden;
}
.home .box5 .a_worp a:last-child {
  margin-right: 0;
}
.home .box5 .a_worp a img {
  /*width: 100%;*/
  height: 11.875rem;
  object-fit: cover;
  display: block;
    margin-left: auto;
    margin-right: auto;
}
.home .box5 .a_worp a .title {
  text-align: center;
  width: 88%;
  margin: 1.125rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #0e659b;
}
.home .box5 .a_worp a .list {
  padding: 0 1.875rem;
}
.home .box5 .a_worp a .list p {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #555555;
  margin-bottom: 0.875rem;
}
.home .box5 .a_worp a .list p em {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #0e659b;
  margin-right: 5px;
}
.home .box6 {
  margin: 1.25rem auto;
  background: #fff;
}
.home .box6 .wrop {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
.home .box6 .left {
  width: 49%;
}
.home .box6 .a_worp {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.home .box6 .a_worp a {
  width: 48%;
  height: 13.75rem;
}
.home .box6 .a_worp a:last-child {
  margin-right: 0;
}
.home .box6 .a_worp a p {
  display: inline-block;
  font-size: 1.75rem;
  color: #fff;
  margin-top: 4.375rem;
  margin-left: 1.5rem;
  position: relative;
  z-index: 1;
}
.home .box7 {
  margin: 1.25rem auto;
}
.home .box7 img {
  width: 100%;
  height: auto;
}
.home .box11 {
  margin: 1.25rem auto;
  background: #fff;
}
.home .box11 .worp {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box11 #swiper2 {
  margin-top: 1.25rem;
}
.home .box11 #swiper2 img {
  width: 100%;
}
.home .box11 #swiper2 .name {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0.625rem 0;
}
.home .box11 #swiper2 .zw {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
.home .box11 #swiper2 .p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
.home .box8 {
  margin: 1.25rem auto;
  background: #fff;
}
.home .box8 .wrop {
  width: 100%;
  max-height: 20rem;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box8 .a_box {
  display: flex;
  flex-wrap: wrap;
}
.home .box8 .a_box a {
  width: calc(25% - calc(3 / 4 * 16px));
  margin-right: 16px;
  box-sizing: border-box;
  margin-top: 16px;
  box-shadow: -2px -2px 8px #E7E7E7;
}
.home .box8 .a_box a:nth-child(4n) {
  margin-right: 0;
}
.home .box8 .a_box a .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
}
.home .box8 .a_box a .top img {
  width: 2.8125rem;
  height: auto;
}
.home .box8 .a_box a .top .text_box {
  width: calc(100% - 65rem / 16);
}
.home .box8 .a_box a .top .text_box p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box8 .a_box a .top .text_box p:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}
.home .box8 .a_box a .top .text_box p:last-child {
  font-size: 14px;
}
.home .box8 .a_box a .bot {
  background: #0e659b;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.625rem 0;
}
.home .box8 .a_boxs {
  display: flex;
  flex-wrap: wrap;
}
.home .box8 .a_boxs a {
  width: calc(25% - calc(3 / 4 * 16px));
  margin-right: 16px;
  box-sizing: border-box;
  margin-top: 16px;
  box-shadow: -2px -2px 8px #E7E7E7;
}
.home .box8 .a_boxs a:nth-child(4n) {
  margin-right: 0;
}
.home .box8 .a_boxs a .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
}
.home .box8 .a_boxs a .top img {
  width: 2.8125rem;
  height: auto;
}
.home .box8 .a_boxs a .top .text_box {
  width: calc(100% - 55rem / 16);
}
.home .box8 .a_boxs a .top .text_box > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .box8 .a_boxs a .top .text_box > p:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}
.home .box8 .a_boxs a .top .text_box > p:last-child {
  font-size: 14px;
}
.home .box8 .a_boxs a .top .text_box span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.home .box10 {
  margin: 1.25rem auto;
  background: #fff;
}
.home .box10 .worp {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.home .box10 .worp .item_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem;
  margin-top: 1.75rem;
}
.home .box10 .worp .item_box .item {
  background: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.home .box10 .worp .item_box .item h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.home .box10 .worp .item_box .item p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.home .box9 {
  margin: 0.625rem auto;
  background: #fff;
  margin-bottom: 1.25rem;
}
.home .box9 .wrop {
  width: 100%;
  overflow: hidden;
  /*padding: 1rem;*/
  padding-top: 0;
  display: flex;
}
.home .box9 .wrop .left {
  width: 60%;
}
.home .box9 .wrop .right {
  flex: 1;
  overflow: hidden;
  padding: 1rem;
  padding-right: 0;
  padding-top: 0;
}
.home .box9 .wrop .right .list {
  display: flex;
  justify-content: space-between;
}
.home .box9 .wrop .right .input_worp {
  border: 1px solid #ddd;
  width: 48%;
  height: 2.5rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.home .box9 .wrop .right .input_worp span {
  width: 5rem;
  font-size: 0.875rem;
  text-align: center;
  height: 100%;
  line-height: 2.5rem;
  border-right: 1px solid #ddd;
}
.home .box9 .wrop .right .input_worp input {
  width: calc(100% - 80rem / 16);
  height: 1.875rem;
  border: none;
  outline: none;
  padding-left: 0.875rem;
}
.home .box9 .wrop .right button {
  width: 100%;
  color: #fff;
  background: #0e659b;
  height: 2.5rem;
  margin-top: 1.25rem;
  border: none;
  outline: none;
}
.home .box9 .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 1.125rem;
}
.home .box9 .bot .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .box9 .bot .item img {
  width: 100%;
  height: auto;
}
.home .box9 .bot .item p {
  font-size: 0.875rem;
  margin-top: 5px;
}
footer {
  background: #2b2f35;
}
footer .top {
  display: flex;
  justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #4f5460;
}
footer .top .top_l {
  width: 20%;
}
footer .top .top_l img {
  max-width: 9.1875rem;
  margin-bottom: 1.25rem;
}
footer .top .top_l p {
  font-size: 1rem;
  color: #fff;
  line-height: 2.8;
}
footer .top .top_c {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .top .top_c .list {
  display: flex;
  flex-direction: column;
}
footer .top .top_c .list a {
  color: #ccc;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-bottom: 8px;
}
footer .top .top_c .list a:first-child {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
footer .top .top_r {
  width: 20%;
}
footer .top .top_r p {
  color: #fff;
}
footer .top .top_r p:first-child {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
footer .top .top_r p:last-child {
  font-size: 1.875rem;
}
footer .top .top_r .wx_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
footer .top .top_r .wx_box .item {
  width: 45%;
}
footer .top .top_r .wx_box .item img {
  width: 100%;
  height: auto;
}
footer .top .top_r .wx_box .item p {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
footer .bot {
  padding-bottom: 14px;
}
footer .bot p {
  font-size: 0.875rem;
  text-align: center;
  color: #626671;
  margin: 0.875rem 0;
}
footer .bot .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bot .box img {
  width: 10.25rem;
  height: 3.125rem;
}
.news {
  margin-top: 1rem;
}
.news .worp {
  background: #fff;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
}
.news .crumbs {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
}
.news .crumbs a {
  font-size: 1rem;
  color: #c10e3c;
}
.news .crumbs em {
  color: #ccc;
  margin: 0 14px;
}
.news .boxs {
  display: flex;
  align-items: flex-start;
}
.news .boxs .left {
  width: 75%;
  padding-right: 2.5rem;
}
.news .boxs .left .tab {
  display: flex;
  margin: 1rem 0;
}
.news .boxs .left .tab .act {
  background: #0e659b;
  border-radius: 4px;
  color: #fff;
}
.news .boxs .left .tab a {
  font-size: 1rem;
  font-weight: 500;
  color: #2B2B2B;
  padding: 6px 10px;
  margin-right: 10px;
}
.news .boxs .left .list {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.news .boxs .left .list img {
  width: 15rem;
  height: 10rem;
  object-fit: cover;
}
.news .boxs .left .list .text_box {
  width: calc(100% - (240rem / 16));
  padding-left: 1.25rem;
}
.news .boxs .left .list .text_box .title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .boxs .left .list .text_box .info {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .boxs .left .list .text_box .bot {
  display: flex;
  justify-content: space-between;
}
.news .boxs .left .list .text_box .bot span {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.news .boxs .left .page {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.news .boxs .left .page .act {
  background: #0e659b;
  color: #fff;
}
.news .boxs .left .page a {
  font-size: 1rem;
  border: 1px solid #0e659b;
  margin: 0 6px;
}
.news .boxs .left .page span {
  line-height: 1.5rem;
  padding: 0 5px;
}
.news .boxs .left .page em {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.news .boxs .right {
  width: 25%;
  padding-left: 1rem;
}
.news .boxs .right .hot_ {
  margin: 1rem 0;
  background: #268cc652;
}
.news .boxs .right .hot_ .title {
  background: #0e659b;
  color: #fff;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-left: 0.9375rem;
}
.news .boxs .right .hot_ .title span {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.9375rem;
}
.news .boxs .right .hot_ .title img {
  width: 1.25rem;
  height: auto;
}
.news .boxs .right .hot_ .bot {
  padding: 0.875rem 1.125rem 1.5rem;
}
.news .boxs .right .hot_ .list {
  display: flex;
  align-items: center;
  margin: 1.0625rem 0;
}
.news .boxs .right .hot_ .list img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.news .boxs .right .hot_ .list .text_box {
  width: calc(100% - 48rem / 16);
  padding-left: 12px;
}
.news .boxs .right .hot_ .list .text_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .boxs .right .hot_ .list .text_box p:first-child {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  line-height: 1.375rem;
  margin-bottom: 4px;
}
.news .boxs .right .hot_ .list .text_box p:last-child {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.25rem;
}
.news .boxs .right .common_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  position: relative;
}
.news .boxs .right .common_top::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 4.375rem;
  height: 1px;
  background: #de232c;
}
.news .boxs .right .common_top p {
  font-size: 1.125rem;
  color: #008db3;
}
.news .boxs .right .common_top a {
  font-size: 0.875rem;
}
.news .boxs .right .b4_r {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.news .boxs .right .b4_r .input_worp {
  border: 1px solid #ddd;
  width: 100%;
  height: 2.5rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.news .boxs .right .b4_r .input_worp span {
  width: 5rem;
  font-size: 0.875rem;
  text-align: center;
  height: 100%;
  line-height: 2.5rem;
  border-right: 1px solid #ddd;
}
.news .boxs .right .b4_r .input_worp input {
  width: calc(100% - 80rem / 16);
  height: 1.875rem;
  border: none;
  outline: none;
  padding-left: 0.875rem;
}
.news .boxs .right .b4_r button {
  width: 100%;
  color: #fff;
  background: #cc141d;
  height: 2.5rem;
  margin-top: 1.25rem;
  border: none;
  outline: none;
}
.news_info {
  margin-top: 1rem;
}
.news_info .fx_content {
  width: 90%;
  margin: 0 auto;
}
.news_info .fx_content .main1 {
  border: 1px solid #C0C8D1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 0;
  padding-top: 3.125rem;
  position: relative;
  margin-top: 3.125rem;
}
.news_info .fx_content .main1 .pos {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  background: #0e659b;
  padding: 8px 14px;
  border-radius: 0.25rem;
}
.news_info .fx_content .main1 .pic {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #C0C8D1;
}
.news_info .fx_content .main1 .name {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1.125rem 0;
}
.news_info .fx_content .main2 {
  margin: 3.125rem 0;
}
.news_info .fx_content .main2 .ll {
  text-align: center;
  margin-bottom: 3.125rem;
}
.news_info .fx_content .main2 .pos {
  display: inline-block;
  color: #fff;
  background: #0e659b;
  padding: 8px 14px;
  border-radius: 0.25rem;
}
.news_info .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.news_info .crumbs {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
}
.news_info .crumbs a {
  font-size: 1rem;
  color: #c10e3c;
}
.news_info .crumbs em {
  color: #ccc;
  margin: 0 14px;
}
.news_info .boxs {
  display: flex;
  align-items: flex-start;
}
.news_info .boxs .left {
  width: 75%;
  padding: 0 2.5rem;
}
.news_info .boxs .left .title {
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  width: 80%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.news_info .boxs .left .date {
  font-size: 1rem;
  color: #999;
  text-align: center;
  margin: 1.875rem 0;
}
.chenggong {
  margin-top: 1rem;
}
.chenggong .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.chenggong .boxs {
  display: flex;
  align-items: flex-start;
}
.chenggong .boxs .left {
  width: 75%;
  padding-right: 0rem;
}
.chenggong .boxs .left .filter_box {
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  margin-top: 1rem;
}
.chenggong .boxs .left .filter_box .list {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.chenggong .boxs .left .filter_box .list:last-child {
  margin-bottom: 0;
}
.chenggong .boxs .left .filter_box .list h3 {
  font-size: 0.875rem;
  color: #262626;
  margin-right: 1rem;
}
.chenggong .boxs .left .filter_box .list .act span {
  position: relative;
}
.chenggong .boxs .left .filter_box .list .act span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #0e659b;
}
.chenggong .boxs .left .filter_box .list a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin-right: 1.25rem;
}
.chenggong .boxs .left .filter_box .list a span {
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.chenggong .boxs .left .content {
  margin: 1.875rem 0;
}
.chenggong .boxs .left .content .num_box p {
  font-size: 0.875rem;
  color: #262626;
}
.chenggong .boxs .left .content .num_box span {
  font-size: 1.125rem;
  color: #0e659b;
}
.chenggong .boxs .left .content .content_worp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.chenggong .boxs .left .content .content_worp a {
  width: calc(33.333% - calc(2 / 3 * (20rem / 16)));
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.chenggong .boxs .left .content .content_worp a:nth-child(3n) {
  margin-right: 0rem;
}
.chenggong .boxs .left .content .content_worp a .top {
  display: flex;
  align-items: center;
}
.chenggong .boxs .left .content .content_worp a .top img {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  margin-right: 0.9375rem;
}
.chenggong .boxs .left .content .content_worp a .top p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #262626;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chenggong .boxs .left .content .content_worp a .li {
  display: flex;
  margin-top: 10px;
}
.chenggong .boxs .left .content .content_worp a .li p {
  font-size: 0.875rem;
}
.chenggong .boxs .left .content .content_worp a .li p:first-child {
  color: #8c8c8c;
  margin-right: 10px;
}
.chenggong .boxs .left .content .content_worp a .li p:last-child {
  width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chenggong .boxs .left .page {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.chenggong .boxs .left .page .act {
  background: #0e659b;
  color: #fff;
}
.chenggong .boxs .left .page a {
  font-size: 1rem;
  border: 1px solid #0e659b;
  margin: 0 6px;
}
.chenggong .boxs .left .page span {
  line-height: 1.5rem;
  padding: 0 5px;
}
.chenggong .boxs .left .page em {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.right_com {
  width: 25%;
  padding-left: 1rem;
}
.right_com .hot_ {
  margin: 1rem 0;
  background: #268cc652;
}
.right_com .hot_ .title {
  background: #0e659b;
  color: #fff;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-left: 0.9375rem;
}
.right_com .hot_ .title span {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.9375rem;
}
.right_com .hot_ .title img {
  width: 1.25rem;
  height: auto;
}
.right_com .hot_ .bot {
  padding: 0.875rem 1.125rem 1.5rem;
}
.right_com .hot_ .list {
  display: flex;
  align-items: center;
  margin: 1.0625rem 0;
}
.right_com .hot_ .list img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.right_com .hot_ .list .text_box {
  width: calc(100% - 48rem / 16);
  padding-left: 12px;
}
.right_com .hot_ .list .text_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.right_com .hot_ .list .text_box p:first-child {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  line-height: 1.375rem;
  margin-bottom: 4px;
}
.right_com .hot_ .list .text_box p:last-child {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.25rem;
}
.right_com .common_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  position: relative;
}
.right_com .common_top::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 4.375rem;
  height: 1px;
  background: #de232c;
}
.right_com .common_top p {
  font-size: 1.125rem;
  color: #008db3;
}
.right_com .common_top a {
  font-size: 0.875rem;
}
.right_com .b4_r {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.right_com .b4_r .input_worp {
  border: 1px solid #ddd;
  width: 100%;
  height: 2.5rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.right_com .b4_r .input_worp span {
  width: 5rem;
  font-size: 0.875rem;
  text-align: center;
  height: 100%;
  line-height: 2.5rem;
  border-right: 1px solid #ddd;
}
.right_com .b4_r .input_worp input {
  width: calc(100% - 80rem / 16);
  height: 1.875rem;
  border: none;
  outline: none;
  padding-left: 0.875rem;
}
.right_com .b4_r button {
  width: 100%;
  color: #fff;
  background: #cc141d;
  height: 2.5rem;
  margin-top: 1.25rem;
  border: none;
  outline: none;
}
.shuju {
  margin: 1.875rem auto;
}
.xueyuan {
  margin-top: 1rem;
}
.xueyuan .worp {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
.xueyuan .crumbs {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
}
.xueyuan .crumbs a {
  font-size: 1rem;
  color: #c10e3c;
}
.xueyuan .crumbs em {
  color: #ccc;
  margin: 0 14px;
}
.xueyuan .boxs {
  display: flex;
  align-items: flex-start;
}
.xueyuan .boxs .left {
  width: 75%;
  padding-right: 0.25rem;
}
.xueyuan .boxs .left .list_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.xueyuan .boxs .left .list {
  width: calc(33.333% - calc(2 / 3 * 19px));
  margin-right: 19px;
  margin-bottom: 19px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
}
.xueyuan .boxs .left .list:nth-child(3n) {
  margin-right: 0;
}
.xueyuan .boxs .left .list .img_box {
  width: 100%;
  height: 9.375rem;
  overflow: hidden;
}
.xueyuan .boxs .left .list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xueyuan .boxs .left .list .text_box {
  padding: 0.75rem;
  line-height: 1.4;
}
.xueyuan .boxs .left .list .text_box h3 {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xueyuan .boxs .left .page {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.xueyuan .boxs .left .page .act {
  background: #0e659b;
  color: #fff;
}
.xueyuan .boxs .left .page a {
  font-size: 1rem;
  border: 1px solid #0e659b;
  margin: 0 6px;
}
.xueyuan .boxs .left .page span {
  line-height: 1.5rem;
  padding: 0 5px;
}
.xueyuan .boxs .left .page em {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.liuxue .main {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  padding: 1.25rem;
}
.liuxue .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liuxue .main .top p {
  border-left: #f85f67 solid 5px;
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  padding-left: 0.9375rem;
}
.liuxue .main .top a {
  font-size: 0.75rem;
  color: #666;
}
.liuxue .main ul {
  display: flex;
  margin-top: 1.75rem;
}
.liuxue .main li {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 0 1.5rem;
}
.liuxue .main li img {
  width: 2.25rem;
  height: auto;
}
.liuxue .main li .text_box {
  width: calc(100% - (36rem / 16));
  padding-left: 1.125rem;
}
.liuxue .main li .text_box h3 {
  font-size: 1rem;
}
.liuxue .main li .text_box p {
  font-size: 12px;
  color: #666;
  line-height: 1.375rem;
  padding-top: 10px;
}
.liuxue .main .recommend {
  display: flex;
  flex-wrap: wrap;
}
.liuxue .main .recommend a {
  width: 14.285%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.6875rem 0;
}
.liuxue .main .recommend a img {
  width: 5.25rem;
  height: 5.25rem;
}
.liuxue .main .recommend a p {
  font-size: 0.875rem;
  color: #333;
  font-weight: normal;
  padding-top: 8px;
}
.liuxue .main .recommend a span {
  display: block;
  font-size: 0.75rem;
  color: #999;
  padding-top: 8px;
}
.liuxue .main .lunbo {
  display: flex;
  width: 100%;
  margin-top: 1.75rem;
}
.liuxue .main .lunbo .btn {
  width: 3.125rem;
  height: 3.125rem;
  transform: translateY(5.625rem);
}
.liuxue .main .lunbo .btn svg {
  width: 100%;
  height: 100%;
}
.liuxue .main .lunbo #swiper {
  width: calc(100% - (100rem / 16));
}
.liuxue .main .lunbo #swiper .img_box {
  border: 1px solid #ddd;
  padding: 0.875rem;
  background: #f5f5f5;
}
.liuxue .main .lunbo #swiper .img_box img {
  width: 100%;
  height: auto;
}
.liuxue .main .lunbo #swiper p,
.liuxue .main .lunbo #swiper span {
  display: block;
  text-align: center;
}
.liuxue .main .lunbo #swiper p {
  font-size: 0.875rem;
  color: #333;
  padding-top: 0.875rem;
  padding-bottom: 5px;
}
.liuxue .main .lunbo #swiper span {
  font-size: 0.875rem;
  color: #666;
  padding-top: 4px;
}
.about .main1 {
  padding: 6.25rem 0;
}
.about .main1 p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #fff;
}
.about .main2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding: 2.5rem 0 2.8125rem;
}
.about .main2 .item {
  display: flex;
  align-items: center;
}
.about .main2 .item:first-child {
  margin-right: 13.75rem;
}
.about .main2 .item span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #595959;
}
.about .main2 .item span:first-child {
  color: #0e659b;
  font-weight: 600;
}
.about .main3 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.about .main3 .a_worp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.375rem;
  margin-top: 3.75rem;
}
.about .main3 .a_worp a {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px #E7E7E7;
  border-radius: 8px;
  overflow: hidden;
}
.about .main3 .a_worp a img {
  width: 100%;
  height: 11.875rem;
  object-fit: cover;
}
.about .main3 .a_worp a .title {
  text-align: center;
  width: 100%;
  margin: 1.125rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #0e659b;
}
.about .main3 .a_worp a .list {
  padding: 0 1.875rem;
}
.about .main3 .a_worp a .list p {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #555555;
  margin-bottom: 0.875rem;
}
.about .main3 .a_worp a .list p em {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #0e659b;
  margin-right: 5px;
}
.about .main4 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.about .main4 .item_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.875rem;
  margin-top: 3.75rem;
}
.about .main4 .item_box .item {
  background: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.about .main4 .item_box .item h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.about .main4 .item_box .item p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.about .main5 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.about .main5 .worp {
  padding-top: 3.75rem;
}
.about .main5 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
.about .main5 .item:last-child {
  margin-bottom: 0;
}
.about .main5 .item .bck {
  width: 42%;
  height: auto;
}
.about .main5 .item .text_box {
  width: 42%;
}
.about .main5 .item .text_box h3 {
  font-size: 1.125rem;
  color: #262626;
  margin-bottom: 0.9375rem;
}
.about .main5 .item .text_box p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #595959;
  text-align: justify;
}
.about .main6 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.about .main6 .worp {
  padding-top: 3.75rem;
}
.about .main6 .top {
  display: flex;
  justify-content: space-between;
}
.about .main6 .top .t_l {
  width: 48%;
}
.about .main6 .top .t_l p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 1.8125rem;
}
.about .main6 .top .t_r {
  display: flex;
  width: 48%;
}
.about .main6 .top .t_r .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.125rem;
}
.about .main6 .top .t_r .item img {
  width: 9.25rem;
  height: 9.25rem;
}
.about .main6 .top .t_r .item span {
  font-size: 1rem;
  font-weight: 400;
  color: #262626;
  margin-top: 8px;
}
.about .main6 .bot .t_ {
  font-size: 1.125rem;
  font-weight: 500;
  color: #262626;
  line-height: 1.5625rem;
  margin: 3.4375rem 0 2.125rem;
}
.about .main6 .bot ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -2.5rem;
}
.about .main6 .bot ul li {
  width: 48%;
  margin-bottom: 2.5rem;
}
.about .main6 .bot ul li p {
  font-size: 1rem;
  font-weight: 500;
  color: #2B2B2B;
  line-height: 1.375rem;
}
.about .main6 .bot ul li span {
  display: block;
  font-size: 1rem;
  margin: 5px 0;
  font-weight: 400;
  color: #373737;
  line-height: 1.375rem;
}
.c_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c_title p:first-child {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0e659b;
}
.c_title p:nth-child(2) {
  font-size: 1.875rem;
  font-weight: bold;
  color: #262626;
  padding-left: 1.25rem;
  text-align: center;
}
.c_title p:last-child {
  font-size: 0.875rem;
  font-weight: bold;
  color: #D8D8D7;
  margin-top: 6px;
  padding-left: 1.25rem;
  text-align: center;
}
.yxtj {
  margin-top: 1rem;
}
.yxtj .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.yxtj .boxs {
  display: flex;
  align-items: flex-start;
}
.yxtj .boxs .left {
  width: 75%;
  padding-right: 0rem;
}
.yxtj .boxs .left .filter_box {
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  margin-top: 1rem;
}
.yxtj .boxs .left .filter_box .list {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.yxtj .boxs .left .filter_box .list:last-child {
  margin-bottom: 0;
}
.yxtj .boxs .left .filter_box .list h3 {
  font-size: 0.875rem;
  color: #262626;
  margin-right: 1rem;
}
.yxtj .boxs .left .filter_box .list .act span {
  position: relative;
}
.yxtj .boxs .left .filter_box .list .act span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #0e659b;
}
.yxtj .boxs .left .filter_box .list a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin-right: 1.25rem;
}
.yxtj .boxs .left .filter_box .list a span {
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.yxtj .boxs .left .content {
  margin-top: 1.875rem;
}
.yxtj .boxs .left .content li {
  display: flex;
}
.yxtj .boxs .left .content li:nth-child(2n-1) {
  background: #F8F8F8;
}
.yxtj .boxs .left .content li span {
  width: 20%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  padding: 1.25rem 0;
}
.yxtj .boxs .left .content li span:first-child {
  width: 35%;
}
.yxtj .boxs .left .content li span:nth-child(3) {
  width: 25%;
}
.yxtj .boxs .left .content li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.125rem 0;
}
.yxtj .boxs .left .content li a > div {
  width: 20%;
  text-align: center;
}
.yxtj .boxs .left .content li a .td1 {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.yxtj .boxs .left .content li a .td1 img {
  width: 3rem;
  height: 3rem;
}
.yxtj .boxs .left .content li a .td1 .text_box {
  width: calc(100% - (58rem / 16));
}
.yxtj .boxs .left .content li a .td1 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yxtj .boxs .left .content li a .td1 p:first-child {
  font-size: 1rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.yxtj .boxs .left .content li a .td1 p:last-child {
  font-size: 0.875rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 5px;
}
.yxtj .boxs .left .content li a .td2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #d0021b;
}
.yxtj .boxs .left .content li a .td3 {
  width: 25%;
}
.yxtj .boxs .left .page {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.yxtj .boxs .left .page .act {
  background: #0e659b;
  color: #fff;
}
.yxtj .boxs .left .page a {
  font-size: 1rem;
  border: 1px solid #0e659b;
  margin: 0 6px;
}
.yxtj .boxs .left .page span {
  line-height: 1.5rem;
  padding: 0 5px;
}
.yxtj .boxs .left .page em {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.yxtj_info {
  margin-top: 1rem;
}
.yxtj_info .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.yxtj_info .boxs {
  display: flex;
  align-items: flex-start;
}
.yxtj_info .boxs .left {
  width: 75%;
  padding: 0 1.875rem;
  padding-top: 3.125rem;
}
.yxtj_info .boxs .left .l_top {
  display: flex;
  align-items: center;
}
.yxtj_info .boxs .left .l_top .logo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yxtj_info .boxs .left .l_top .logo_box img {
  width: 12.5rem;
  height: 12.5rem;
}
.yxtj_info .boxs .left .l_top .logo_box p {
  line-height: 2;
}
.yxtj_info .boxs .left .l_top .introduce {
  flex: 1;
  padding-left: 10%;
}
.yxtj_info .boxs .left .l_top .introduce .list {
  height: 3.125rem;
  display: flex;
  align-items: center;
  border-bottom: #ccc dashed 1px;
}
.yxtj_info .boxs .left .l_top .introduce .list span {
  width: 50%;
  font-size: 0.875rem;
}
.yxtj_info .boxs .left .l_bot .headLine {
  height: 3.125rem;
  border-bottom: #ddd solid 1px;
  position: relative;
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #333;
  margin-top: 1.875rem;
}
.yxtj_info .boxs .left .l_bot .text_boxs {
  margin-top: 1.875rem;
}
.yxtj_info .boxs .left .l_bot .text_boxs img {
  width: 18.75rem;
  height: auto;
}
.yxtj_info .boxs .left .l_bot .text_boxs p {
  font-size: 1rem;
  line-height: 2;
}
.rmtc_banner img {
  width: 100%;
  height: auto;
}
.rmtc .worp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.125rem 0;
}
.rmtc .worp .item {
  width: 48%;
  margin-bottom: 2.5rem;
}
.rmtc .worp .item img {
  width: 100%;
  height: auto;
}
.rmtc .worp .item p {
  text-align: center;
  margin-top: 1rem;
}
.yxpm {
  margin-top: 1rem;
}
.yxpm .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.yxpm .boxs {
  display: flex;
  align-items: flex-start;
}
.yxpm .boxs .left {
  width: 75%;
  padding-right: 0rem;
}
.yxpm .boxs .left .filter_box {
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  margin-top: 1rem;
}
.yxpm .boxs .left .filter_box .list {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.yxpm .boxs .left .filter_box .list:last-child {
  margin-bottom: 0;
}
.yxpm .boxs .left .filter_box .list h3 {
  font-size: 0.875rem;
  color: #262626;
  margin-right: 1rem;
}
.yxpm .boxs .left .filter_box .list .act span {
  position: relative;
}
.yxpm .boxs .left .filter_box .list .act span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #0e659b;
}
.yxpm .boxs .left .filter_box .list a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin-right: 1.25rem;
}
.yxpm .boxs .left .filter_box .list a span {
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.yxpm .boxs .left .introduction {
  border: 1px solid #E7E7E7;
  padding: 1.25rem 1.875rem;
  margin-top: 1.875rem;
}
.yxpm .boxs .left .introduction .worps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.yxpm .boxs .left .introduction .worps img {
  width: 12.125rem;
  height: auto;
}
.yxpm .boxs .left .introduction .worps .text_worp {
  width: calc(100% - (220rem / 16));
  position: relative;
}
.yxpm .boxs .left .introduction .worps .text_worp #moreBtn,
.yxpm .boxs .left .introduction .worps .text_worp #lessBtn {
  z-index: 0;
  position: absolute;
  right: 2px;
  bottom: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #1890FF;
  line-height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding-right: 12px;
  background: #fff;
}
.yxpm .boxs .left .introduction .worps .text_worp #moreBtn span,
.yxpm .boxs .left .introduction .worps .text_worp #lessBtn span {
  width: 5px;
  height: 5px;
  border: 2px solid #595959;
  display: inline-block;
  position: absolute;
  right: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: rotate(135deg);
  border-color: #1890ff;
}
.yxpm .boxs .left .introduction .worps .text_worp #moreBtn span {
  transform: rotate(135deg);
  top: 6px;
}
.yxpm .boxs .left .introduction .worps .text_worp #lessBtn {
  display: none;
}
.yxpm .boxs .left .introduction .worps .text_worp #lessBtn span {
  transform: rotate(-48deg);
  top: 10px;
}
.yxpm .boxs .left .introduction .worps .text_worp p {
  font-size: 1rem;
  color: #595959;
  line-height: 1.6;
}
.yxpm .boxs .left .introduction .worps .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.yxpm .boxs .left .introduction .worps .p2 {
  display: none;
}
.yxpm .boxs .left .content {
  margin-top: 1.875rem;
}
.yxpm .boxs .left .content li {
  display: flex;
}
.yxpm .boxs .left .content li:nth-child(2n-1) {
  background: #F8F8F8;
}
.yxpm .boxs .left .content li span {
  width: 20%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  padding: 1.25rem 0;
}
.yxpm .boxs .left .content li span:nth-child(2) {
  width: 35%;
}
.yxpm .boxs .left .content li span:nth-child(3) {
  width: 25%;
}
.yxpm .boxs .left .content li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.125rem 0;
}
.yxpm .boxs .left .content li a > div {
  width: 20%;
  text-align: center;
}
.yxpm .boxs .left .content li a .td1 {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.yxpm .boxs .left .content li a .td1 img {
  width: 3rem;
  height: 3rem;
}
.yxpm .boxs .left .content li a .td1 .text_box {
  width: calc(100% - (58rem / 16));
}
.yxpm .boxs .left .content li a .td1 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yxpm .boxs .left .content li a .td1 p:first-child {
  font-size: 1rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.yxpm .boxs .left .content li a .td1 p:last-child {
  font-size: 0.875rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 5px;
}
.yxpm .boxs .left .content li a .td2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #d0021b;
}
.yxpm .boxs .left .content li a .td3 {
  width: 25%;
}
.yxpm .boxs .left .page {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.yxpm .boxs .left .page .act {
  background: #0e659b;
  color: #fff;
}
.yxpm .boxs .left .page a {
  font-size: 1rem;
  border: 1px solid #0e659b;
  margin: 0 6px;
}
.yxpm .boxs .left .page span {
  line-height: 1.5rem;
  padding: 0 5px;
}
.yxpm .boxs .left .page em {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.zytj {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.zytj .worp {
  display: flex;
  background: #fff;
}
.zytj .worp .left {
  width: 15%;
}
.zytj .worp .left li h3 {
  font-size: 1rem;
  padding: 5px 0;
  padding-left: 1.875rem;
  margin-top: 1.25rem;
  cursor: pointer;
}
.zytj .worp .left .act h3 {
  color: #0e659b;
}
.zytj .worp .left .act .down {
  display: block;
}
.zytj .worp .left .a_box {
  display: flex;
  flex-direction: column;
}
.zytj .worp .left .a_box a {
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 10px 0;
  padding-left: 2.5rem;
}
.zytj .worp .left .a_box .acts {
  background: linear-gradient(to right, #0e659b, #fff);
  color: #fff;
  border-right: 1px solid #c10e3c;
}
.zytj .worp .left .down {
  display: none;
}
.zytj .worp .right {
  width: 85%;
  padding: 1.875rem;
}
.zytj .worp .right .text_box h3 {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.zytj .worp .right .text_box p {
  line-height: 1.6;
}
.zytj .worp .right .filter_box {
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  margin-top: 1rem;
}
.zytj .worp .right .filter_box .list {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.zytj .worp .right .filter_box .list:last-child {
  margin-bottom: 0;
}
.zytj .worp .right .filter_box .list h3 {
  font-size: 0.875rem;
  color: #262626;
  margin-right: 1rem;
}
.zytj .worp .right .filter_box .list .act {
  background: #0e659b;
  color: #fff;
}
.zytj .worp .right .filter_box .list a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin-right: 1.875rem;
  padding: 4px 8px;
  border-radius: 4px;
}
.zytj .worp .right .content {
  margin-top: 1.875rem;
}
.zytj .worp .right .content li {
  display: flex;
}
.zytj .worp .right .content li:nth-child(2n-1) {
  background: #F8F8F8;
}
.zytj .worp .right .content li span {
  width: 20%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  padding: 1.25rem 0;
}
.zytj .worp .right .content li span:nth-child(2) {
  width: 35%;
}
.zytj .worp .right .content li span:nth-child(3) {
  width: 25%;
}
.zytj .worp .right .content li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.125rem 0;
}
.zytj .worp .right .content li a > div {
  width: 20%;
  text-align: center;
}
.zytj .worp .right .content li a .td1 {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.zytj .worp .right .content li a .td1 img {
  width: 3rem;
  height: 3rem;
}
.zytj .worp .right .content li a .td1 .text_box {
  width: calc(100% - (58rem / 16));
}
.zytj .worp .right .content li a .td1 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zytj .worp .right .content li a .td1 p:first-child {
  font-size: 1rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}
.zytj .worp .right .content li a .td1 p:last-child {
  font-size: 0.875rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 5px;
}
.zytj .worp .right .content li a .td2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #d0021b;
}
.zytj .worp .right .content li a .td3 {
  width: 25%;
}
.case_info {
  margin-top: 1rem;
}
.case_info .worp {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.case_info .boxs {
  display: flex;
  align-items: flex-start;
}
.case_info .boxs .left {
  width: 75%;
  padding: 0 2.5rem;
}
.case_info .boxs .left .title {
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  width: 80%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.case_info .boxs .left .date {
  font-size: 1rem;
  color: #999;
  text-align: center;
  margin: 1.875rem 0;
}
.case_info .boxs .box1 h3 {
  margin-bottom: 1.375rem;
}
.case_info .boxs .box1 .list_box {
  display: flex;
  flex-wrap: wrap;
}
.case_info .boxs .box1 .list_box .list {
  width: 49%;
  display: flex;
  margin-bottom: 1.25rem;
}
.case_info .boxs .box1 .list_box .list p {
  font-size: 1rem;
}
.case_info .boxs .box1 .list_box .list p:first-child {
  color: #8c8c8c;
}
.case_info .boxs .box1 .list_box .list a {
  color: #0e659b;
}
.case_info .boxs .box1 .list_box .list span {
  display: block;
  margin-bottom: 1rem;
}
.case_info .boxs .box1 .list_box .list span:last-child {
  margin-bottom: 0;
}
.case_info .boxs .box2 {
  margin-top: 1.875rem;
}
.case_info .boxs .box2 h3 {
  margin-bottom: 1.375rem;
}
.case_info .boxs .box2 img {
  width: 18.75rem;
  height: auto;
}
.case_info .boxs .box3 {
  margin: 2.875rem 0;
}
.case_info .boxs .box3 h3 {
  margin-bottom: 1.375rem;
}
.newPage {
  margin: 3.75rem 0;
  padding: 0 1rem;
}
.newPage .worp {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1.125rem;
  overflow: hidden;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  background: #fff;
}
.newPage .worp .title {
  font-size: 1.875rem;
  color: #fff;
  background: #0e659b;
  text-align: center;
  height: 4.375rem;
  line-height: 4.375rem;
}
.newPage .worp .list {
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.newPage .worp .list:last-child {
  border-bottom: none;
}
.newPage .worp .list .left {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #ccc;
  padding: 1.25rem 0;
}
.newPage .worp .list .left .p1 {
  display: flex;
  align-items: center;
}
.newPage .worp .list .left .p1 em {
  width: 1rem;
  height: 1rem;
  background: #0e659b;
  border-radius: 4px;
  margin-right: 8px;
}
.newPage .worp .list .left .p1 span {
  font-size: 1.25rem;
}
.newPage .worp .list .left .p2 {
  font-size: 1.25rem;
  margin-top: 5px;
}
.newPage .worp .list .right {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0;
  padding-left: 6.25rem;
}
.newPage .worp .list .right p {
  font-size: 1.25rem;
  line-height: 1.8;
}

.about_ .worp{
    padding-top: 2.5rem;
}
.about_ .item {
  background: #FFF;
  box-shadow: 0px 0px 8px #E7E7E7;
  padding: 1.75rem 0;
  padding-right: 2.5rem;
  padding-left: 5rem;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2.5rem;
}
.about_ .item .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #0e659b;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.25rem;
}
.about_ .item .h {
  font-weight: bold;
  font-size: 1.125rem;
  color: #0e659b;
  margin-bottom: 1.25rem;
}
.about_ .item p {
  line-height: 1.4;
  margin-top: 0.625rem;
}

.product {
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}
.product .worp {
  margin-bottom: 3.125rem;
}
.product .title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.product .title h3 {
  font-size: 1.25rem;
  color: #008db3;
  margin-bottom: 1.125rem;
}
.product .title p {
  font-size: 1rem;
}
.product .title p em {
  color: #b32727;
}
.product .item_box {
  display: flex;
  flex-wrap: wrap;
}
.product .item_box .item {
  width: calc(25% - calc(3 / 4 * 20px));
  box-shadow: 0px 0px 8px #E7E7E7;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product .item_box .item:nth-child(4n) {
  margin-right: 0;
}
.product .item_box .item img {
  /*width: 100%;*/
  height: 11.875rem;
  object-fit: cover;
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.product .item_box .item p {
  margin: 1.125rem 0;
  font-weight: bold;
  color: #0e659b;
  padding: 0 1rem;
      text-align: center;
}

.yuyan_ .worp {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}
.yuyan_ .worp .item {
  width: 24%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 8px #E7E7E7;
  border-radius: 1.125rem;
  padding: 1.875rem 1.25rem;
}
.yuyan_ .worp .item .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 2.125rem;
}
.yuyan_ .worp .item .box {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 1.25rem;
}
.yuyan_ .worp .item .box:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.yuyan_ .worp .item .box .t {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}
.yuyan_ .worp .item .box p {
  line-height: 1.5;
}
.shenqing .worp{
  padding: 5rem 0;
}
.filter_box {
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.filter_box .list {
  display: flex;
  margin-bottom: 1.25rem;
}
.filter_box .list h3 {
  font-size: 1rem;
  color: #262626;
  margin-right: 1rem;
}
.filter_box .list .a_ {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter_box .list .a_ a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  box-sizing: border-box;
  margin-right: 1.25rem;
  margin-bottom: 1.125rem;
}
.filter_box .list .a_ span {
  display: block;
  margin-right: 0.625rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.filter_box .list .a_ .act span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #0e659b;
}
.shenqing .shenqing_pro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
}
.shenqing .shenqing_pro .item {
  width: calc(16.666% - calc(5 / 6*20px));
  box-shadow: 0px 0px 8px #E7E7E7;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.shenqing .shenqing_pro .item:nth-child(6n) {
  margin-right: 0;
}
.shenqing .shenqing_pro .item img {
  /*width: 100%;*/
  height: 8rem;
  object-fit: cover;
  
  display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.shenqing .shenqing_pro .item p {
        text-align: center;
  font-size: 0.875rem;
  padding: 0.625rem;
  line-height: 1.5;
}
.page_ .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_ .pagination li {
  margin: 0 5px;
}
.page_ .pagination a,
.page_ .pagination span {
  display: block;
  border: 1px solid #008db3;
  padding: 7px 10px;
  cursor: pointer;
}
.page_ .pagination .active a {
  background: #008db3;
  color: #fff;
}
.case_ .worp{
  padding: 5rem 0;
}
.case_ .case_pro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
}
.case_ .case_pro .item {
  width: calc(16.666% - calc(5 / 6*20px));
  box-shadow: 0px 0px 8px #E7E7E7;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0.75rem;
  box-sizing: border-box;
}
.case_ .case_pro .item:nth-child(6n) {
  margin-right: 0;
}
.case_ .case_pro .item img {
    /* width: 100%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 11rem;
    object-fit: cover;
    border: 1px solid #D8D8D7;
}
.case_ .case_pro .item .text_box {
  padding: 8px;
}
.case_ .case_pro .item p {
  font-size: 0.875rem;
  text-align: center;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b2_r_b_x a {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.b2_r_b_x a span {
  font-size: 0.875rem;
  padding: 4px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.b2_r_b_x a p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b2_r_b_x .status1 {
  background: rgba(0, 174, 255, 0.2);
  color: #00aeff;
}
.b2_r_b_x .status2 {
  background: rgba(86, 216, 138, 0.2);
  color: #56d88a;
}
.b2_r_b_x .status3 {
  background: rgba(218, 30, 6, 0.2);
  color: #d81e06;
}
..home_tab{
    margin-bottom: 1.28rem;
}
.home_tab .tab {
  display: flex;
}
.home_tab .tab .item {
  width: calc(12.5% - calc(7 / 8 * 20px));
  margin-right: 20px;
  text-align: center;
  background: #cde5eb;
  padding: 1.25rem;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #1b1d1e52;
  cursor: pointer;
}
.home_tab .tab .item:last-child {
  margin-right: 0;
}
.home_tab .tab .act {
  background: #d81e06;
  color: #fff;
}
.home_tab .img_box .item {
  display: none;
}
.home_tab .img_box img {
  width: 100%;
  height: auto;
}
.home_ry {
  margin-bottom: 1.5rem;
}
.home_ry .img_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.125rem;
}
.home_ry .img_box .item {
  width: calc(20% - calc(4 / 5 * 20px));
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 14%;
}
.home_ry .img_box .item:nth-child(5n) {
  margin-right: 0;
}
.home_ry .img_box .item img {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
  display: block;
    margin-left: auto;
    margin-right: auto;
}
.home_ry .img_box .item p {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.youshi {
  padding: 1.875rem 0;
  background: rgba(32, 55, 69, 0.7);
}
.youshi .title {
  text-align: center;
  color: #fff;
  margin-bottom: 1.875rem;
}
.youshi .title p {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.youshi .title span {
  font-size: 0.875rem;
}
.youshi .content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.youshi .content_box .item {
  background: #fff;
  width: 49%;
  overflow: hidden;
  padding: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  border-radius: 10px;
}
.youshi .content_box .item img {
  width: 10rem;
  height: 6.25rem;
  object-fit: cover;
  border-radius: 8px;
}
.youshi .content_box .item .text {
  flex: 1;
  padding-left: 1.125rem;
}
.youshi .content_box .item .text .t {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.youshi .content_box .item .text p {
  font-size: 0.875rem;
  color: #969696;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}






























