@media screen and (max-width: 1600px) and (min-width:0px) {
  .newsBigbox .newslist .newslistImg {
    height: 200px;
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .aboutBox1 .txtImg .text {
    max-width: 600px;
    font-size: 24px;
    line-height: 1.5;
  }

  .aboutBox2 .container .ItemBox2 p {
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 1280px) and (min-width:0px) {
  .jtxBox1 .jtxitem p {
    font-size: 16px;
    line-height: 32px;
  }

  .jtxBox1 .jtxitem h1 {
    font-size: 24px;
  }

  .jtxBox2 .imgText .text .right h1 {
    font-size: 18px;
    line-height: 1;
  }

  .jtxBox2 .imgText .text .right p {
    font-size: 14px;
    line-height: 1.5;
  }

  .jtxBox4 .container .left {
    width: 360px;
  }

  .jtxBox4 .container .right {
    width: calc(100% - 420px);
  }

  .jsnlBox1 .container .jsnlitem {
    width: 30%;
  }

  .jsnlBox1 .container .jsnlitem img {
    max-width: 100%
  }

  .aboutBox1 .txtImg img {
    width: 100%;
    max-width: 420px;
  }

  .aboutBox1 .txtImg .text {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 60px;
  }

  .aboutBox2 .container .ItemBox2 h1 {
    font-size: 24px;
  }

  .aboutBox2 .container .ItemBox2 span {
    line-height: 30px;
    width: 90px;
    height: 30px;
  }

  .ItemBox3_2 .text {
    font-size: 16px;
  }

  .aboutBox3 .ItemBox3 .img h1 {
    width: 90px;
    left: calc(50% - 45px);
    font-size: 16px;
    line-height: 1.5;
  }

  .wmspobx2 .txtImg .text span:nth-child(2n) {
    padding-left: 200px;
  }

  .wmspobx2 .txtImg .text span:nth-child(2n+1) {
    padding-right: 200px;
  }

  .wmspobx2 .txtImg .text h1 {
    font-size: 22px;
  }

  .wmspobx2 .txtImg .text p {
    font-size: 14px;
  }

  .fwzcbx1 .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .fwzcbx1 .container .text {
    width: 100%;
    margin-top: 49px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .fwzcbx1 .container .text span {
    margin: 16px 2vw;
  }

  .fwzcbx1 .container .img {
    padding: 0;
  }

  .newsBigbox .newslist {
    margin: 20px 0;
    background: #FFFFFF;
    width: calc((100% - 80px) / 3);
  }

  .cxstBox1 .txtImg .text {
    font-size: 18px;
    line-height: 2;
  }

  .lxwmBox2 .text h1 {
    font-size: 24px;
    line-height: 1;
  }

  .lxwmBox2 .text h2 {
    font-size: 18px;
    line-height: 1;
  }

  .lxwmBox2 .text p {
    font-size: 16px;
    line-height: 1;
  }

  .lxwmBox1 .txtImg {
    display: flex;
    flex-wrap: wrap;
  }

  .lxwmBox1 .txtImg .text {
    padding-right: 0;
  }
}

@media screen and (max-width: 1080px) and (min-width: 0px) {
  .newsBigbox .newslist .newslistImg {
    height: 17vw;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  .Nybanner {
    min-height: 300px;
    margin-top: 0px;
  }

  .Nybanner img {
    min-height: 300px;
  }

  .NybannerText h1 {
    font-size: 26px;
    line-height: 2;
  }

  .NybannerText h2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .jtxBox1Swiper {
    padding-bottom: 45px;
  }

  .jtxBox .jtxBox1Scrollbar {
    width: 160px;
    left: calc(50% - 80px);
    background: #F1F1F1;
    height: 10px;
  }

  .jtxBox .jtxBox1Scrollbar .swiper-scrollbar-drag {
    background: #4B79FA;
  }

  .jtxBox2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jtxBox2 .imgText {
    width: 100%;
    margin: 15px 0;
  }

  .jtxBox4 .container {
    display: flex;
    flex-direction: column;
  }

  .jtxBox4_2 .container {
    display: flex;
    flex-direction: column;
  }

  .jtxBox4 .container .left,
  .jtxBox4 .container .right {
    width: 100%;
  }

  .jtxBox4 .container .left {
    margin-bottom: 30px;
  }

  .jtxBox4 {
    background: #FAFBFE;
    padding: 30px 0;
  }

  .jsnlBox1 .container .jsnlitem h1 {
    font-size: 24px;
    line-height: 2;
  }

  .jsnlBox1 .container .jsnlitem p {
    font-size: 18px;
    line-height: 1.5;
  }

  .jsnlBoxTitle {
    padding-top: 56px;
    font-size: 24px;
  }

  .jsnlBox2 .container {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .jsnlBox2 .container .jsnlitem {
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .jsnlBox2 .container .jsnlitem h1 {
    font-size: 24px;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
  }

  .jsnlBox2 .container .jsnlitem p {
    font-size: 18px;
    margin: 5px 0;
  }

  .jsnlBox4 .jsnlBoxTitle {
    padding-bottom: 37px;
  }

  .jsnlBox4 .jsnlBoxTitle p {
    display: none;
  }

  .jsnlBox6 .jsnlBoxTitle p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .aboutBox1 .txtImg img {
    width: 100%;
    max-width: 450px;
  }

  .aboutBox1 .txtImg {
    padding-top: 15px;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .aboutBox1 .txtImg .text {
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    padding-top: 45px;
    line-height: 1.5;
    padding-right: 0;
  }

  .aboutBox1 .number .container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .numberItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    margin: 15px 0;
    height: auto;
  }

  .numberItem {
    display: none;
  }

  .ItemBoxBox2 {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .aboutBox2 .container .ItemBox2 {
    top: auto !important;
    display: flex;
    align-items: center;
    margin: 15px 0;
  }

  .aboutBox3 .ItemBox3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .aboutBox3 .ItemBox3 .img {
    width: 33.3333%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ItemBox3_2 .text {
    width: 50%;
  }

  .aboutBox3 .ItemBox3 .img img {
    position: relative;
    max-width: 160px;
  }

  .ywgkitme1 {
    width: 50%;
  }

  .box3List {
    width: calc((100% - 30px) / 3);
  }

  .box3List h1 {
    font-size: 18px;
  }

  .wmkhbox1 .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .wmkhbox1 .container>div {
    width: 100%;
    padding: 0;
  }

  .wmkhbox2 .item {
    width: 100%;
  }

  .wmkhbox3 .item {
    width: calc((100% - 30px) / 2);
    padding: 30px;
  }

  .kjdsobx1 .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .kjdsobx1 .container img {
    display: block;
    margin: 0 auto;
    margin-top: 56px;
    width: auto;
    max-width: 100%
  }

  .kjdsobx2 .container .item {
    width: 100%;
  }

  .wmspobx2 .txtImg .img {
    position: relative;
  }

  .wmspobx2 .txtImg .text span {
    padding: 0 15px !important;
  }

  .wmspobx2 .txtImg .text {
    margin-top: 41px;
  }

  .wmspobx3 .container .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
  }

  .newsBigbox .newslist h1 {
    font-size: 18px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .newsBigbox .newslist p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cxstBox1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cxstBox1 .txtImg {
    width: 100%;
    margin-bottom: 30px;
  }

  .cxstBox2 .txtImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .cxstBox2 .txtImg .text {
    padding: 0;
    padding-top: 30px;
  }

  .cxstBox3 .txtImg .imgBox {
    height: 50px;
  }

  .cxstBox3 .txtImg .imgBox img {
    width: 90px;
  }

  .cxstBox3 .txtImg .text {
    font-size: 18px;
    line-height: 2;
    padding: 30px;
  }

  .lxwmBox2 .text {
    margin: 60px 0;
    width: 100%;
  }

  .hyfakbox1 .item {
    width: 50%;
  }

  .hyfakbox0 .textImg {
    width: calc(50% - 30px);
  }

  .hyfaNybanner .container {
    padding: 0 48px;
  }

  .NybannerText h1 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .hyfaNybanner .NybannerText h2 {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }

  .hyfaNybanner .NybannerText a {
    font-size: 16px;
    width: 120px;
    height: 30px;
    margin-top: 30px;
  }

  .hyfakbox2 .item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .hyfakbox2 .item h1 {
    font-size: 28px;
    height: 90px;
  }

  .hyfakbox2 .item .text p {
    font-size: 16px;
  }

  .hyfakbox4 h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #4B79FA;
    margin-bottom: 5px;
  }

  .hyfakbox4 h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
  }

  .wmspobx1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .wmspobx1 .container .item {
    width: calc((100% - 75px) / 2);
  }

  .wmspobx1 .container .item img {
    width: auto;
    max-width: 100%
  }

  .csrBox1 .container .left {
    width: 226px;
  }

  .csrBox1 .container .left h1 {
    font-size: 18px;
    padding: 0 15px;
  }

  .csrBox1 .container .left h2 {
    padding: 0 15px;
  }

  .csrBox1 .container .left p {
    color: #808080;
    padding: 0px 15px;
  }

  .csrBox1 .container .right {
    width: calc(100% - 250px);
    padding: 45px 30px;
    font-size: 16px;
    line-height: 1.5;
  }

  .fwzcbx1 .container .img {
    width: auto;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  .NyBigBox .container {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .NyBoxTitle {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
    font-size: 16px;
    line-height: 2;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .NybannerText h1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .NybannerText h2 {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 0;
  }

  .NyBoxTitle p {
    font-size: 12px;
  }

  .jtxBox1 .jtxitem h1 {
    font-size: 18px;
    line-height: 1;
  }

  .jtxBox1 .jtxitem p {
    font-size: 12px;
    line-height: 1.5;
    padding: 20px 15px;
  }

  .jtxBox1Swiper .jtxitem {
    width: 60%;
  }

  .jtxBox2 .imgText .text>img {
    width: 45px;
  }

  .jtxBox2 .imgText .text .right p {
    font-size: 12px;
    line-height: 1.25;
  }

  .jtxBox4 {
    padding: 15px 0;
  }

  .jtxBox4 .container .right h1 {
    font-size: 18px;
    line-height: 1;
  }

  .jtxBox4 .container .right span {
    font-size: 14px;
    line-height: 1.5;
  }

  .jtxBox4 .container .right p {
    font-size: 12px;
    line-height: 1.5;
  }

  .jsnlBox1 .container {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jsnlBox1 .container .jsnlitem {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .jsnlBox1 .container .jsnlitem img {
    max-width: 100%;
    width: 120px;
  }

  .jsnlBox1 .container .jsnlitem .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  .jsnlBox1 .container .jsnlitem h1 {
    font-size: 16px;
    line-height: 1;
  }

  .jsnlBox1 .container .jsnlitem p {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
  }

  .jsnlBox2 {
    padding-bottom: 0px;
  }

  .jsnlBox2 .container .jsnlitem h1 {
    font-size: 16px;
  }

  .jsnlBox2 .container .jsnlitem img {
    width: 120px;
  }

  .jsnlBox2 .container .jsnlitem p {
    font-size: 12px;
    margin: 5px 0;
    height: 36px;
    line-height: 36px;
  }

  .jsnlBox4 .jsnlitem img {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .jsnlBox3 .jsnlBoxTitle {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .jsnlBox3 {
    padding-bottom: 40px;
  }

  .jsnlBox4 .jsnlitem {
    width: 50%;
  }

  .jsnlBox6 .jsnlBoxTitle p {
    font-size: 12px;
  }

  .numberItem {
    width: 50%;
  }

  .aboutBox3 .ItemBox3 .img {
    width: 50%;
  }

  .ItemBox3_2 .text {
    width: 100%;
    margin-bottom: 30px;
  }

  .aboutBox3 .ItemBox3 {
    margin-bottom: 30px;
  }

  .aboutBox4 {
    padding-top: 35px;
  }

  .aboutBox4 .aboutBoxtitle {
    padding-bottom: 44px;
  }

  .ywgkitme1 {
    padding: 0 10px;
    padding-top: 54px;
    padding-bottom: 20px;
  }

  .ywgkitme1 h1 {
    font-size: 12px;
    text-align: center;
  }

  .ywgkitme1 p {
    font-size: 12px;
    text-align: center;
  }

  .ywgkbox2 {
    padding-top: 90px;
  }

  .box3 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .box3List {
    width: 45%;
  }

  .wmkhbox1 .item img {
    width: 45px;
    margin-right: 15px;
  }

  .wmkhbox1 .item h1 {
    font-size: 14px;
    line-height: 1.5;
  }

  .wmkhbox1 .item p {
    font-size: 12px;
    line-height: 1.5;
  }

  .wmkhbox2 .item h1 {
    font-size: 14px;
    line-height: 1.5;
  }

  .wmkhbox2 .item p {
    font-size: 12px;
    line-height: 1.5;
  }

  .wmkhbox2 .item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0px;
    background: #fff0;
  }

  .wmkhbox2 .item img {
    width: 45px;
  }

  .wmkhbox2 .item span {
    padding-left: 10px;
  }

  .kjdsobx1 h1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .kjdsobx1 p {
    font-size: 12px;
    line-height: 1.5;
  }

  .kjdsobx1 .container img {
    max-width: 80%;
  }

  .kjdsobx2 .container .item {
    padding: 20px 10px;
  }

  .kjdsobx2 .container .item img {
    width: 30px;
  }

  .kjdsobx2 .container .item h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .kjdsobx2 .container .item p {
    line-height: 1.5;
    font-size: 12px;
  }

  .wmspobx1 .container .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 15px 0;
  }

  .wmspobx2 .txtImg .img img {
    width: auto;
    max-width: 80%;
  }

  .wmspobx1 .container .item img {
    width: 60px;
    margin-right: 15px;
  }

  .wmspobx1 .container .item h1 {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wmspobx1 .container .item p {
    font-size: 12px;
    text-align: left;
    min-height: auto;
  }

  .wmspobx2 .txtImg .text span {
    padding: 0 10px !important;
  }

  .wmspobx2 .txtImg .text h1 {
    font-size: 16px;
  }

  .wmspobx2 .txtImg .text p {
    font-size: 12px;
  }

  .wmspobx3 .container .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  .fwzcbx4 .jtxitem span h1 {
    font-weight: bold;
    font-size: 16px;
  }

  .fwzcbx4 .jtxitem span img {
    height: 60px;
    object-fit: cover;
  }

  .fwzcbx4 .jtxitem p {
    padding: 15px;
    font-size: 12px;
    line-height: 1.5;
    height: 175px;
  }

  .newsBigbox .newslist {
    width: calc((100% - 15px) / 2);
  }

  .newsBigbox .newslist h1 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .newsBigbox .newslist p {
    font-size: 14px;
    line-height: 1.5;
    height: 42px;
  }

  .newsBigbox .newslist a {
    font-size: 12px;
    width: 90px;
    height: 30px;
    margin-top: 34px;
    margin-bottom: 30px;
  }

  .cxstBox2 .txtImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }

  .cxstBigBox img {
    max-width: 40%;
  }

  .cxstBox2 .txtImg .text {
    font-size: 12px;
    line-height: 2;
    padding-top: 15px;
  }

  .cxstBox3 .txtImg {
    width: 100%;
  }

  .cxstBox3 .txtImg {
    margin: 10px 0;
  }

  .aboutListBox a {
    font-size: 16px;
    line-height: 5;
  }

  .hyfakbox1 .item {
    width: 45%;
    margin-bottom: 30px;
  }

  .hyfakbox0 .textImg {
    width: calc(50% - 5px);
    padding: 30px 15px 45px;
    margin: 10px 0px;
  }

  .hyfakbox0 .textImg img {
    width: 60px;
  }

  .hyfakbox0 .textImg h1 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }

  .hyfakbox0 .textImg h2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .hyfakbox2 .item {
    width: 47%;
    margin-bottom: 30px;
  }

  .hyfakbox2 .item h1 {
    font-size: 18px;
    height: 45px;
  }

  .hyfakbox2 .item .text {
    padding: 15px;
  }

  .hyfakbox2 .item .text p {
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .hyfakbox2 .item .text p::after {
    left: -7px;
  }

  .hyfakbox3 img,
  .hyfakbox4 img {
    width: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }

  .hyfakbox3 .text p {
    font-size: 12px;
    line-height: 2;
  }

  .hyfakbox4 h2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .csrBox1 .container .left {
    width: 100%;
    margin: 0;
  }

  .csrBox1 .container .right {
    margin: 0;
    margin-top: 45px;
    width: 100%;
  }

  .wmkhbox3 .item {
    width: 50%;
    padding: 30px 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  }

  .wmkhbox3 .item img {
    height: 45px;
  }

  .wmkhbox3 .item h1 {
    font-size: 14px;
  }

  .wmspobx3 .container .item h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .wmspobx3 .container .item p {
    font-size: 12px;
  }

  .aboutBoxtitle {
    font-size: 18px;
  }

  .aboutBox1 .txtImg .text {
    font-size: 12px;
  }

  .aboutBox2 .container {
    height: auto;
  }

  .aboutBox2 .container .ItemBox2 p {
    letter-spacing: 0px;
    text-align: center;
  }

  .cxstBox1 .txtImg {
    padding: 30px 15px 50px;
  }

  .cxstBox1 .txtImg .text {
    font-size: 14px;
    line-height: 1.5;
  }

  .cxstBox3 .txtImg .text {
    font-size: 12px;
    line-height: 1.5;
    padding: 15px;
  }

  .csrBox1 .container {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .lxwmBox1 .txtImg img {
    width: 100%;
    max-width: 500px;
  }

  .lxwmBox2 .text h2 {
    line-height: 1.5;
  }

  .lxwmBox2 .text {
    margin: 30px 0;
  }

  .hyfaNybanner .container {
    padding: 0 30px;
  }

  .hyfaNybanner .NybannerText h2 {
    font-size: 12px;
  }

  .hyfaNybanner .NybannerText a {
    font-size: 12px;
    width: 100px;
    height: 25px;
    margin-top: 15px;
  }

  .hyfakbox1 .item img {
    width: 30px;
  }

  .hyfakbox1 .item h1 {
    font-size: 18px;
    line-height: 2;
  }

  .hyfakbox1 .item h2 {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
  }

  .hyfakbox0 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .jtxBox2 .imgText {
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
  }

  .jtxBox2 .imgText>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wmspobx3 .container .item {
    width: 47%;
    padding: 30px 5px;
  }

  .wmspobx3 .container .item img {
    height: 45px;
  }

  .jsnlBoxTitle {
    padding-top: 45px;
    font-size: 18px;
  }

  .fwzcbx1 .container .text span {
    padding: 50px 10px 24px;
    margin: 5px;
  }

  .fwzcbx1 .container .text span h1 {
    font-size: 14px;
  }

  .fwzcbx1 .container .text span p {
    font-size: 12px;
  }

  .cont img {
    width: auto;
    max-width: 100%;
  }

  .aboutBox1 .number {
    padding: 0;
  }

  .aboutBox2 {
    padding-bottom: 60px;
  }

  .lxwmBox1 .lxwmTitle,
  .lxwmBox2 .lxwmTitle {
    font-size: 24px;
  }

  .lxwmBox1 .txtImg .text h1 {
    font-size: 18px;
  }

  .lxwmBox1 .txtImg .text p {
    font-size: 14px;
  }

  .lxwmBox2 .text h1 {
    font-size: 18px;
    line-height: 1;
  }

  .lxwmBox2 .text h2 {
    font-size: 12px;
  }

  .lxwmBox2 .text p {
    font-size: 12px;
  }

  .newsBigbox .newslist img {
    height: 30%;
  }

  .newsBigbox .newslist .newslistImg {
    height: 27vw;
  }

  .jsnlBox4 .jsnlitem p {
    font-size: 16px;
  }
}


@media (max-width: 1200px) {
  .wmspobx4 {
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .wmspobx4 p {
    width: calc(100% - 200px);
    padding: 5px 15px;
    text-align: center;
    font-size: 20px;
  }

  .wmspobx4 a {
    width: 170px;
    font-size: 20px;
  }

}

@media (max-width: 600px) {
  .wmspobx4 {
    flex-wrap: wrap;
    grid-gap: 15px;
  }

  .wmspobx4 p {
    margin: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    height: auto;

  }

  .wmspobx4 a {
    width: 100%;
    height: 60px;
  }

}