@media (min-width: 1441px) {
  .header-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 20px 100px 0 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .header-img {
    height: 77%;
  }

  .header-apply {
    display: flex;
    margin-top: 8px;
  }

  .header-apply div:first-child {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #19e;
    color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .header-apply div:last-child {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
  }

  .header-apply div:last-child input {
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: none;
  }

  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 28%;
    top: 22%;
    padding: 40px;
    right: 32%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  .mb-show {
    display: none;
  }
  
  .pc-show {
    display: block;
  }

  .index-container {
    width: 1440px;
    margin: 0 auto;
  }

  .section1 {
    width: 100%;
    height: 350px;
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  .rest-container {
    padding: 15px 0px;
    /* background: #fbf6f6; */
  }

  .section2 {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: space-between;
  }

  .section2-left {
    width: 48%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    width: 48%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  .section2-content ul {
    display: flex;
    position: relative;
    /* border-bottom: 1px solid rgb(206 209 216); */
  }

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #f2f3f3;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 13%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .section3-left {
    width: 66%;
  }

  .section3-right {
    width: 33%;
  }

  .section3 img {
    width: 100%;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: url(/wxrx/assets/css/../images/section5.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 54px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    width: 100%;
    height: 350px;
  }

  .section5-content-item .section5-sw-item-con {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-content-item img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-content-item .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-content-item .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    height: 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 54px;
    width: 100%;
  }

  .section6-item {
    display: flex;
    gap: 15px;
  }

  .section6-item a {
    padding-right: 15px;
    height: 17px;
    color: #0099ff;
  }

  .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  }

  .cust-details {
    width: 1440px !important;
    margin: 0 auto !important;
  }

  .cust-details2 {
    width: 1440px !important;
    margin: 0 auto !important;
    min-height: 400px;
  }

  .cust-details-mg {
    margin: 70px 0px 0 0px;
    min-height: 400px;
  }


  /* footer */
  .footer-container {
    box-sizing: border-box;
    padding: 30px 54px;
    margin: 0 auto;
  }

  .footer-cust {
    /* width: 100%; */
    width: 1440px;
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;
  }

  .footer-left {
    width: 30%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    /* width: 50%; */
    display: flex;
    align-items: center;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 130px;
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 105px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 1440px;
    margin: 20px auto;
    min-height: 600px;
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    /*text-align: center;*/
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    /*padding: 0 54px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .news-list-left {
    width: 30%;
  }

  .news-list-left ul {
    margin-top: 40px;
    width: 100%;
    background: #1199ee;
    color: #fff;
    font-size: 24px;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
  }
  
  .news-list-left ul li a{
	color: #fff;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    background: #f2f3f3;
    padding-left: 30px;
    border-top: 2px solid #fff;
  }

  .news-list-left dl dt a {
    line-height: 60px;
    color: #2d3037;
  }

  .news-list-right {
    width: 65%;
    margin-top: 40px;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #666666;
  }

  .news-list-right .title dt {
    float: left;
    font-size: 22px;
    line-height: 38px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    height: 66px;
    border-bottom: 1px dashed #a6aaad;
  }

  .news-list-right .i_content ul li a {
    /* display: inline-block; */
    overflow: hidden;
    line-height: 66px;
    font-size: 16px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(/wxrx/assets/css/../img/news_icon.png) left center no-repeat; */
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 90%;
  }
  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }


  .news-list-right .i_content ul li span {
    /*float: right;*/
    line-height: 66px;
    font-size: 16px;
    color: #999;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 70px;
    font-weight: 400;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width:1440px) {
  .header-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 20px 100px 0 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .header-img {
    height: 77%;
  }

  .header-apply {
    display: flex;
    margin-top: 8px;
  }

  .header-apply div:first-child {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #19e;
    color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .header-apply div:last-child {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
  }

  .header-apply div:last-child input {
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: none;
  }

  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 28%;
    top: 22%;
    padding: 40px;
    right: 32%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  .mb-show {
    display: none;
  }

  .pc-show {
    display: block;
  }
  .index-container {
    width: 1440px;
    margin: 0 auto;
  }

  .section1 {
    width: 100%;
    height: 350px;
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  .rest-container {
    padding: 15px 0px;
    /* background: #fbf6f6; */
  }

  .section2 {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: space-between;
  }

  .section2-left {
    width: 48%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    width: 48%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  .section2-content ul {
    display: flex;
    position: relative;
    /* border-bottom: 1px solid rgb(206 209 216); */
  }

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #f2f3f3;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 13%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .section3-left {
    width: 66%;
  }

  .section3-right {
    width: 33%;
  }

  .section3 img {
    width: 100%;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: url(/wxrx/assets/css/../images/section5.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 54px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    width: 100%;
    height: 350px;
  }

  .section5-content-item .section5-sw-item-con {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-content-item img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-content-item .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-content-item .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    height: 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 54px;
    width: 100%;
  }

  .section6-item {
    display: flex;
    gap: 15px;
  }

  .section6-item a {
    padding-right: 15px;
    height: 17px;
    color: #0099ff;
  }

  .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  }

  .cust-details {
    width: 1440px !important;
    margin: 0 auto !important;
  }

  .cust-details2 {
    width: 1440px !important;
    margin: 0 auto !important;
    min-height: 400px;
  }

  .cust-details-mg {
    margin: 70px 30px 0 30px;
    min-height: 400px;
  }

  /* footer */
  .footer-container {
    box-sizing: border-box;
    padding: 30px 54px;
    margin: 0 auto;
  }

  .footer-cust {
    /* width: 100%; */
    width: 1440px;
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;
  }

  .footer-left {
    width: 30%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    /* width: 50%; */
    display: flex;
    align-items: center;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 130px;
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 105px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 1440px;
    margin: 20px auto;
    min-height: 600px;
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    text-align: center;
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    /*padding: 0 54px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .news-list-left {
    width: 30%;
  }

  .news-list-left ul {
    margin-top: 40px;
    width: 100%;
    background: #1199ee;
    color: #fff;
    font-size: 24px;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
  }

  .news-list-left ul li a {
    color: #fff;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    background: #f2f3f3;
    padding-left: 30px;
    border-top: 2px solid #fff;
  }

  .news-list-left dl dt a {
    line-height: 60px;
    color: #2d3037;
  }

  .news-list-right {
    width: 65%;
    margin-top: 40px;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #666666;
  }

  .news-list-right .title dt {
    float: left;
    font-size: 22px;
    line-height: 38px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    height: 66px;
    border-bottom: 1px dashed #a6aaad;
  }

  .news-list-right .i_content ul li a {
    /* display: inline-block; */
    overflow: hidden;
    line-height: 66px;
    font-size: 16px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(/wxrx/assets/css/../img/news_icon.png) left center no-repeat; */
  }

  .news-list-right .i_content ul li span {
    /* float: right; */
    line-height: 66px;
    font-size: 16px;
    color: #999;
  }

  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 70px;
    font-weight: 400;
    font-size: 16px;
  }

}

.header-search-inner .header-search-submit i {
  cursor: pointer;
}

/* 搜索美化 */
.search .select_box {
  width: 115px !important;
}

.search .select_option li {
  width: 115px !important;

}

.search .select_showbox {
  background: url(/wxrx/assets/css/../images/search_ico.png) no-repeat 95px center !important;
}

.search .select_showbox.active {
  background: url(/wxrx/assets/css/../images/search_ico_hover.png) no-repeat 95px center !important;
}

@media (max-width: 768px) {
  .header-logo {
    width: 80%;
    /* height: 100px; */
    /* margin: 0 auto; */
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .header-img {
    width: 100%;
  }

  .header .ew-nav-group {
    right: 0 !important;
  }

  .layui-container {
    position: unset !important;
  }

  .header .layui-nav {
    padding: 0 !important;
    position: absolute !important;
    display: block !important;
    right: 0;
  }

  .header .nav-toggle {
    float: right;
    margin-top: 15px;
  }

  .header-apply {
    display: flex;
    margin-top: 8px;
    /* margin-left: 1vw; */
    /* position: absolute; */
    bottom: 28px;
    width: 126%;
    justify-content: center;
  }

  .header-apply div:first-child {
    text-align: center;
  }

  .header-apply div:first-child {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #19e;
    color: #fff;
    border-radius: 20px;
    margin-right: 5px;
    cursor: pointer;
    width: 25%;
  }

  .header-apply div:last-child {
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
    /*width: 70%;*/
    display: flex;
  }

  .header-apply div:last-child input {
    height: 30px;
    border-radius: 20px;
    background: transparent;
    border: none;
    width: 100%;
  }

  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 81%;
    top: 15%;
    padding: 20px;
    right: 4%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  #verify {
    max-width: 45%;
    margin-left: 10px;
  }

  .index-container {
    width: 100%;
    /* margin: 0 auto; */
  }

  .section1 {
    width: 100%;
    /*height: 130px;*/
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  /* .rest-container {
    padding: 15px 54px;
    background: #fbf6f6;
  } */

  .section2 {
    /*display: flex;*/
    width: 100%;
    min-height: 500px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section2-left {
    width: 100%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    margin-top: 15px;
    width: 100%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  /* .section2-content ul {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgb(206 209 216);
  } */

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #2d8cf0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 1;
    /* position: absolute; */
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 22%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
  }

  .section3 img {
    width: 100%;
    margin: 10px 0;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: url(/wxrx/assets/css/../images/section5.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: space-between;
    width: 100%;
    height: 350px;
  }

  .section5-sw-item-con {
    flex: 1;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-sw-item-con img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-sw-item-con .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    /* height: 180px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .section6-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .section6-item a {
    /* padding-right: 15px; */
    height: 17px;
    color: #0099ff;
  }

  /* .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  } */

  /* footer */
  .footer-container {
    box-sizing: border-box;
    padding: 20px 24px;
    margin: 0 auto;
  }

  .footer-cust {
    width: 100%;
    /* width: 1440px; */
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    /* height: 120px; */
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    /* width: 130px; */
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 50px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 100%;
    /* margin: 20px auto; */
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    text-align: center;
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }

  .news-list-left {
    width: 100%;
  }

  .news-list-left ul {
    margin-top: 40px;
    width: 100%;
    background: #1199ee;
    color: #fff;
    font-size: 24px;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    background: #f2f3f3;
    padding-left: 30px;
    border-top: 2px solid #fff;
  }

  .news-list-left dl dt a {
    line-height: 60px;
    color: #2d3037;
  }

  .news-list-right {
    width: 100%;
    margin-top: 40px;
  }

  .news-list-right img {
    width: 100% !important;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #666666;
  }

  .news-list-right .title dt {
    float: left;
    font-size: 22px;
    line-height: 38px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    height: 66px;
    border-bottom: 1px dashed #a6aaad;
  }

  .news-list-right .i_content ul li a {
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block; */
    overflow: hidden;
    line-height: 66px;
    font-size: 16px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(/wxrx/assets/css/../img/news_icon.png) left center no-repeat; */
  }

  .cust-details2 {
    margin-bottom: 20px;
  }


  .news-list-right .i_content ul li span {
    /*float: right;*/
    line-height: 66px;
    font-size: 16px;
    color: #999;
  }

  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 35px;
    font-weight: 400;
    font-size: 12px;
  }
  .mb-show {
    display: block !important;
  }
  
  .pc-show {
    display: none !important;
  }
}

/* 去掉文本框样式
*/

/*.layui-card-body .detail-body 可能需要不断完善 */
.layui-text, .layui-text p  {
  border-collapse: initial;
  border-spacing: initial;
  color: initial !important;
  cursor: initial;
  font-family: initial;
  font-size: initial;
  font-style: initial;
  font-variant: initial;
  font-weight: initial;
  font: initial;
  letter-spacing: initial;
  line-height: initial;
  /*text-align: initial;*/
  text-indent: initial;
  visibility: initial;
  white-space: initial;
  word-spacing: initial;
}

.news-show__time p{
  border-collapse: initial;
  border-spacing: initial;
  color: initial !important;
  cursor: initial;
  font-family: initial;
  font-size: initial;
  font-style: initial;
  font-variant: initial;
  font-weight: initial;
  font: initial;
  letter-spacing: initial;
  line-height: initial;
  /*text-align: initial;*/
  text-indent: initial;
  visibility: initial;
  white-space: initial;
  word-spacing: initial;
}