html {
    font-family: PingFangSC-Regular, "MicrosoftYaHei", sans-serif;

    font-size: 16px;
}

*,
*::before,
*::after {
    font-family: PingFangSC-Regular, "MicrosoftYaHei", sans-serif;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.dyw1047-header *,
.dyw1047-main *,
.dyw1047-footer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

ul::after {
    content: none;
}

/*img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}*/


.column-wrapper-1200_flex {
    display: flex;
    justify-content: space-between;
    width: 1260px;
    margin: 0 auto;
    padding: 30px 0 54px 0;
    flex-wrap: wrap;
    padding: 30px;
}

.column-wrapper-1260_flex {
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width: 751px) {
    .bg_top_owner {
        width: 100%;
        min-width: 100%;
        padding-top: 0;
        background-image: none;
        background-color: #fff;
    }
}

@media screen and (max-width: 751px) {
    .column-wrapper-1200_flex {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 751px) {
    .column-wrapper-1260_flex {
        position: relative;
        flex-direction: column;
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
}


@media screen and (max-width: 751px) {
    .dyw1047-header {
        width: 100%;
    }
}
@media screen and (max-width: 751px) {
    .dyw1047-main {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
    }
}

.dyw1047-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1163px;
    margin: 0 auto;
}
.dyw1047-main {
    width: 1260px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 3px 49px 0px rgba(84, 169, 208, 0.35);
}


.dyw1047-footer {
    background-color: #f6f6f6;
    box-shadow: 0px 3px 49px 0px rgba(84, 169, 208, 0.35);
}

.dyw1047-footer-container {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}

.dyw1047-footer .head {
    display: flex;
    align-items: center;
    padding: 34px 0;
}

.dyw1047-footer .head p img {
    width: 100%;
}

.dyw1047-footer .head ul {
    display: flex;
    margin-left: 60px;
}

.dyw1047-footer .head ul li {
    display: flex;
    align-items: center;
}

.dyw1047-footer .head ul li + li {
    margin-left: 55px;
}

.dyw1047-footer .head ul li a {
    display: flex;
    align-items: center;
}

.dyw1047-footer .head ul li span {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 41px;
    margin-right: 5px;
}

.dyw1047-footer .head ul li span img {
    width: 100%;
}

.dyw1047-footer .head ul li p {
    text-align: center;
}

.dyw1047-footer .bottom {
    display: flex;
    align-items: center;
    padding: 16px 213px 29px;
    border-top: 1px solid #d7d7d7;
}

.dyw1047-footer .bottom .title {
    font-size: 26px;
    color: #dd210b;
}

.dyw1047-footer .bottom .paragraph {
    font-size: 16px;
    color: #333333;
}

.dyw1047-footer .bottom .paragraph:nth-child(2) {
    margin-left: auto;
}

.dyw1047-footer .bottom .paragraph:nth-child(3) {
    margin: 0 46px 0 24px;
}

@media screen and (max-width: 751px) {
    .dyw1047-footer {
        display: none;
    }
}

.dyw1047-header-title {
    text-align: center;
    color: #f91a1a;
}

.dyw1047-header-title h1 {
    font-size: 82px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 600;
}

.dyw1047-header-title span {
    font-size: 21px;
    font-weight: bold;
}

@media screen and (max-width: 751px) {
    .dyw1047-header-title {
        display: none;
    }
}

.dyw1047-header-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 569px;
    margin-top: 25px;
    font-size: 22px;
    line-height: 1.4;
    color: #b90f0f;
}

.dyw1047-header-nav ul li {
    width: 110px;
    text-align: justify;
    text-justify: inter-ideograph;
    transition: all 0.5s;
}

.dyw1047-header-nav ul li:hover::after {
    width: 100%;
    left: 0;
}

.dyw1047-header-nav ul li::after {
    position: relative;
    left: 50%;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 5px;
    background-color: #b90f0f;
    transition: all 0.5s;
    transform-origin: center center;
}

.dyw1047-header-nav ul li a {
    display: block;
    width: 100%;
    letter-spacing: 0;
    text-align-last: justify;
}

.dyw1047-header-nav ul li:first-child {
    padding-right: 12px;
}

.dyw1047-header-nav ul > *:nth-child(n+5) {
    margin-top: 20px;
}

.dyw1047-header-nav ul > * + * {
    margin-left: 43px;
}

.dyw1047-header-nav ul > *:nth-child(5n) {
    margin-left: 0;
}

.dyw1047-header-nav .btn {
    display: none;
}

.dyw1047-swiper {
    box-sizing: content-box;
    position: relative;
    width: 625px;
    overflow: hidden;
}

.dyw1047-swiper .image {
    width: 100%;
    height: 338px;
    overflow: hidden;
}

.dyw1047-swiper .image img {
    width: 100%;
}

.dyw1047-swiper .title {
    width: 100%;
    line-height: 89px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.dyw1047-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.dyw1047-swiper > .swiper-pagination-bullets {
    bottom: 0;
}

.dyw1047-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    background: #cccccc;
}

.dyw1047-swiper .swiper-pagination-bullet-active {
    background: #f20101;
}

.dyw1047-list-02 {
    width: 543px;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
}

.dyw1047-list-02 ul {
    height: 100%;
}

.dyw1047-list-02 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    display: none;
}

.dyw1047-list-02 ul li:hover {
    font-weight: 800;
    font-size: 20px;
}

.dyw1047-list-02 ul li > * + * {
    margin-left: 5px;
}

.dyw1047-list-02 ul li:nth-child(-n+4) {
    display: flex;
}

.dyw1047-list-02 ul li::before {
    content: " ";
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    margin-right: 10px;
}

.dyw1047-list-02 ul li.bold {
    font-weight: 800;
    font-size: 20px;
}

.dyw1047-list-02 {
    width: 543px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
}

.dyw1047-list-02 ul {
    height: 100%;
}

.dyw1047-list-02 ul li {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: none;*/
}

.dyw1047-list-02 ul li:nth-child(-n+4) {
    display: flex;
}

.dyw1047-list-02 ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-list-02 ul li::before {
    content: " ";
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    margin-right: 10px;
}

.dyw1047-list-02 ul li.bold {
    font-weight: 800;
    font-size: 20px;
}

.dyw1047-module-title {
    display: inline-block;
    margin-bottom: 47px;
    padding-left: 27px;
    padding-right: 240px;
    background: url(../image/dyw1047_icon_01.png) no-repeat left center, url(../image/line.png) no-repeat right center, url(../image/dyw1047_line_02.png) no-repeat 27px bottom;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.8;
    color: #1173c0;
}

.dyw1047-module-title.full {
    width: 100%;
    padding-right: 0;
    background: url(../image/dyw1047_icon_01.png) no-repeat left center, url(../image/line.png) no-repeat left 210px center, url(../image/dyw1047_line_02.png) no-repeat 27px bottom, linear-gradient(to right, #f9f9f9 230px, transparent 230px), url(../image/dyw1047_line_03.png) repeat-x left 50%;
}

.dyw1047-module-01-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dyw1047-module-01-head h3 {
    font-weight: 800;
    font-size: 44px;
    color: #0c5793;
    line-height: 1.4;
}

.dyw1047-module-01-head ul {
    display: flex;
    margin-right: 50px;
}

.dyw1047-module-01-head ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 50px;
    background-color: #df1515;
    background-image: linear-gradient(-28deg, #df1515 0%, #f83600 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
}

.dyw1047-module-01-head ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyw1047-module-01-head ul li + li {
    margin-left: 20px;
}

.dyw1047-module-01-head ul li:nth-child(2) {
    background-color: #46aef7;
    background-image: linear-gradient(-28deg, #46aef7 0%, #1dd5e6 100%);
}

.dyw1047-module-01-head ul li:nth-child(3) {
    background-color: #25bde3;
    background-image: linear-gradient(-28deg, #25bde3 0%, #00d7bb 100%);
}

.dyw1047-module-01-head ul .icon {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.dyw1047-module-01-head ul .icon img {
    width: 100%;
}

.dyw1047-module-01-main ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.dyw1047-module-01-main ul > * + * {
    margin-left: 15px;
}

.dyw1047-module-01-main ul > *:nth-child(4n+1) {
    margin-left: 0;
}

.dyw1047-module-01-main ul > *:nth-child(n+5) {
    margin-top: 30px;
}

.dyw1047-module-01-main ul li {
    width: 292px;
    height: 185px;
    padding: 8px 11px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 3px 27px 0px rgba(84, 169, 208, 0.56);
    border-radius: 10px;
}

.dyw1047-module-01-main ul li .card {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.dyw1047-module-01-main ul li .card img {
    width: 100%;
}

.dyw1047-module-02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 865px;
}

.dyw1047-module-02 ul li {
    width: 410px;
    height: auto;
    list-style: none;
    border-radius: 10px;
}

.dyw1047-module-02 ul li:nth-child(n+3) {
    margin-top: 34px;
}

.dyw1047-module-02 ul li .image {
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    border-radius: 9px;
    overflow: hidden;
}

.dyw1047-module-02 ul li .image img {
    width: 100%;
}

.dyw1047-module-02 ul li .title {
    margin-top: 20px;
    font-size: 18px;
    padding: 0 10px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-02 ul li .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-03 {
    width: 542px;
}

.dyw1047-module-03 ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dyw1047-module-03 ul > * + * {
    margin-top: 25px;
}

.dyw1047-module-03 ul li {
    display: flex;
}

.dyw1047-module-03 ul li a {
    display: flex;
}

.dyw1047-module-03 ul li .image {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    overflow: hidden;
}

.dyw1047-module-03 ul li .image img {
    width: 100%;
}

.dyw1047-module-03 ul li .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 285px;
    height: 135px;
    margin-left: 7px;
    padding: 0 20px 0;
    background-color: #f9f9f9;
}

.dyw1047-module-03 ul li .main p {
    font-size: 18px;
    line-height: 1.4;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-03 ul li .main p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-03 ul li .main h5 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-03 ul li .main h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-04 {
    width: 100%;
}

.dyw1047-module-04 h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
    /*font-size: 38px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 100%;
}

.dyw1047-module-04 h2 i {
    background: url("../image/line.png") no-repeat right center;
    width: 580px;
    display: inline-block;
    height: 20px;
    margin-left: 33px;
}

.dyw1047-module-04 ul {
    flex: 1;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.4;
}

.dyw1047-module-04 ul li {
    display: flex;
    align-items: center;
    width: 44%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 4.5% 25px 0;
    float: left;
}

.dyw1047-module-04 ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyw1047-module-04 ul li:nth-child(n+3) {
    margin-top: 18px;
}

.dyw1047-module-04 ul li::before {
    content: " ";
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: #cfcfcf;
    margin-right: 10px;
}

.dyw1047-module-04 ul > li {
    display: none;
}

.dyw1047-module-04 ul > li:nth-child(-n+6) {
    display: flex;
}

.dyw1047-module-05 {
    width: 344px;
    padding-top: 30px;
}

.dyw1047-module-05 > * + * {
    margin-top: 27px;
}

.dyw1047-module-05 .card {
    width: 278px;
    height: auto;
}

.dyw1047-module-05 .card img {
    width: 100%;
}

.dyw1047-module-06 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dyw1047-module-06 .card {
    width: 283px;
    height: 146px;
    background-color: #797676;
}

.dyw1047-module-06 .card img {
    width: 100%;
}

.dyw_1026_ind13 .l img {
    box-sizing: content-box;
}

.column_wrapper_1400_bg04 {
    display: none;
}

.dyw1047-header-nav {
    display: none;
}

.dyw1047-szt {
    width: 1200px;
    margin-bottom: 40px;
}

.dyw1047-szt h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
     /*font-size: 36px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 1200px;
}

.dyw1047-szt h2 i {
    background: url("../image/line.png") no-repeat right center;
    width: 580px;
    display: inline-block;
    height: 20px;
    margin-left: 33px;
}

.dyw5211_img_text01pc {
    width: 100%;
    float: left;
    /*padding: 0 30px;*/
	padding: 30px 30px 0;
}

.dyw5211_img_text01pc h2 {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
    /*font-size: 36px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 1260px;
}

.dyw5210_img_text01pc {
    width: 1150px;
    float: left;
}

.dyw5210_img_text01pc h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
     /*font-size: 36px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 1260px;
}

.dyw5210_img_text01pc h2 i {
    background: url("../image/line.png") no-repeat right center;
    width: 580px;
    display: inline-block;
    height: 20px;
    margin-left: 33px;
}

.dyw5210_three_listtext ul li {
    width: 45.5%;
    float: left;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #292929;
    margin: 0 4.5% 25px 0;
    display: inline;
    background: url("../image/dianbg.jpg") left 15px no-repeat;
    padding-left: 1.25%;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.dyw5210_three_listtext ul li a {
    color: #292929;
}

.dyw5210_three_listtext ul li.maR0 {
    margin-right: 0;
}

.dyw5210_img_text02typc h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
     /*font-size: 36px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 278px;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {

    .dyw5210_img_text01pc {
        display: none;
    }
}

.dyw5210_nav li a {
    display: inline-block;
    font: 20px '微软雅黑';
    color: #d40e0e;
    margin: 0 37px !important;
    line-height: 60px;
    font-size: 20px !important;
}

.dyw1047-module-title {
    display: none;
}

.dyw1047-module-03 {
    width: 278px;
}

.dyw1047-module-03 ul li .main {
    display: none;
}

.dyw1047-module-02 ul li .title {
    display: none;
}

.dyw1047-module-05 {
    width: 278px;
    padding-top: 0px;
}

.dyw5210_img_text01typc h2 {
    display: inline-block;
    margin-bottom: 47px;
    padding-left: 76px;
    background: url("../image/icon.png") no-repeat left center;
     /*font-size: 36px;*/
    font-weight: bold;
    line-height: 2.8;
    color: #1173c0;
    width: 865px;
}

.dyw5210_img_text01typc h2 i {
    background: url("../image/line.png") no-repeat right center;
    width: 580px;
    display: inline-block;
    height: 20px;
    margin-left: 33px;
}

.yd_dyw5210_imgyl_text01 {
    display: none;
}

/*图片标题更多*/
.dyw638_img_text01nhy {
    width: 100%;
    float: left;
}

.dyw638_img_text01nhy h2 {
    font-size: 28px;
    font-family: "微软雅黑";
    color: #b42020;
    background: url(../image/dyw638_title_bg.jpg) left 8px no-repeat;
    padding-left: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.dyw638_img_text01nhy span {
    float: right;
    font-size: 16px;
    font-family: simsun;
    color: #292929;
    vertical-align: middle;
    margin-right: 28px;
    margin-top: 10px;
}

.dyw638_img_text01nhy span a {
    float: right;
    font-size: 16px;
    font-family: simsun;
    color: #292929;
    vertical-align: middle;
    margin-right: 28px;
    margin-top: 10px;
}

.dyw638_img_text01nhy h2 a {
    color: #292929;
}

.dyw638_img_text01nhy {
    display: none;
}

.dyw638_one_listtextnhy {
}

.dyw638_one_listtextnhy ul li {
    width: 88%;
    float: left;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #292929;
    margin: 0 4.5% 16px 0;
    display: inline;
    background: url(../image/dianbg.jpg) left 15px no-repeat;
    padding-left: 12px;
    line-height: 32px;
}

.dyw638_one_listtextnhy ul li a {
    color: #292929;
}

.dyw638_one_listtextnhy ul li.maR0 {
    margin-right: 0;
}

.showMorehandle {
    width: 398px !important;
    height: 58px;
    display: block;
    margin: 0 auto;
    border: 1px solid #cccccc;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #292929;
    cursor: pointer;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
    .dyw638_img_text01nhy {
        margin-top: 0rem;
    }

    .yd_dyw5210_imgyl_text01 h2 a {
        color: #9d0a0f;
    }

    .yd_dyw5210_imgyl_text01 {
        margin-top: 0.54rem;
        display: block;
    }

    .yd_dyw5210_imgyl_text01 h2 {
        background: none;
        font-size: 0.38rem;
        line-height: 0.38rem;
        margin-bottom: 0.3rem;
        padding-left: 0.25rem;
        font-family: "Microsoft YaHei";
    }

    .yd_dyw5210_twoT_IBJ_pageyl {
        display: block;
    }

    .yd_dyw5210_twoT_IBJ_pageyl ul li {
        width: 100%;
        margin: 0 0 0rem 0.25rem;
        float: left;
        list-style: none;
    }

    .yd_dyw5210_twoT_IBJ_pageyl ul li img {
        margin: 0 0 0.22rem 0;
    }

    .yd_dyw5210_twoT_IBJ_pageyl ul li p {
        font-size: 0.28rem;
        font-weight: 500;
        padding: 0rem 0 0.32rem 0;
        line-height: 0.42rem;
        font-family: "Microsoft YaHei";
    }

    .yd_dyw5210_twoT_IBJ_pageyl ul li span {
        display: none;
    }

    .showMorehandle {
        width: 100% !important;
        border: 0;
        height: 0.9rem;
        line-height: 0.9rem;
        text-align: center;
        background: #f1f1f1;
        font-size: 0.28rem;
        margin: 0px 0 0;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-module-02 {
        padding: 0.32rem 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-02 ul {
        width: 100%;
    }

    .dyw1047-module-02 ul li {
        width: 3.25rem;
        height: auto;
        border-radius: 0.1rem;
        box-shadow: none;
    }

    .dyw1047-module-02 ul li:nth-child(n+3) {
        margin-top: 0.3rem;
    }

    .dyw1047-module-02 ul li .image {
        height: auto;
    }

    .dyw1047-module-02 ul li .title {
        margin-top: 0.2rem;
        padding: 0 0.2rem 0.2rem;
        font-size: 0.26rem;
        line-height: 1.4;
    }

    .dyw1047-module-03 {
        width: 100%;
        padding: 0.32rem 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-03 ul {
        width: 100%;
    }

    .dyw1047-module-03 ul li {
        width: 100%;
    }

    .dyw1047-module-03 ul li a {
        width: 100%;
    }

    .dyw1047-module-03 ul li .image {
        width: 2.9rem;
        height: 1.54rem;
    }

    .dyw1047-module-03 ul li .main {
        flex: 1;
        height: auto;
        margin-left: 0.07rem;
        padding: 0 0.2rem;
    }

    .dyw1047-module-03 ul li .main p {
        font-size: 0.24rem;
    }

    .dyw1047-module-03 ul li .main h5 {
        margin-top: 0.1rem;
        font-size: 0.32rem;
    }

    .dyw1047-module-04 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0.32rem 0.3rem 0;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-04 ul {
        font-size: 0.36rem;
    }

    .dyw1047-module-04 ul li {
        width: 100%;
        padding: 0.32rem 0;
        border-bottom: 1px solid #e2e2e2;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

    .dyw1047-module-04 ul li a {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

    .dyw1047-module-04 ul li:first-child {
        padding-top: 0;
    }

    .dyw1047-module-04 ul li:nth-child(n+3) {
        margin-top: 0;
    }

    .dyw1047-module-04 ul li::before {
        content: none;
    }

    .dyw1047-module-05 {
        width: 100%;
        padding: 0.32rem 0.3rem;
    }

    .dyw1047-module-05 > * + * {
        margin-top: .32rem;
    }

    .dyw1047-module-05 .card {
        width: 100%;
        height: auto;
    }

    .dyw1047-module-06 {
        flex-wrap: wrap;
        padding: 0.4rem 0.3rem;
        margin-top: -1px;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-06 .card {
        width: 3.25rem;
        height: auto;
    }

    .dyw1047-module-06 .card:nth-child(n+3) {
        margin-top: 0.3rem;
    }

    .dyw1047-module-swiper {
        width: 100%;
    }

    .dyw1047-module-list {
        width: 100%;
    }

    .column_wrapper_1400_bg04 {
        display: block !important;
    }

    .dyw1047-module-03 ul > * + * {
        margin-top: 5px;
    }

    .dyw1047-header-nav {
        display: block;
    }

    .dyw5210_img_text02typc h2 {
        display: none !important;
    }

    .dyw1047-szt h2 {
        display: none !important;
    }

    .dyw5210_img_text01typc h2 {
        display: none !important;
    }

    .dyw5210_img_text02typc h2 {
        display: none !important;
    }

    .dyw1047-module-04 h2 {
        display: none !important;
    }

    .dyw1047-szt {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .dyw1047-module-03 {
        width: 100% !important;
    }

    .dyw1047-module-03 ul li .main {
        display: flex !important;
    }

    .dyw1047-module-05 {
        width: 100% !important;
    }

    .dyw1047-module-title {
        display: block !important;
        width: 100%;
        margin-bottom: 0.2rem;
        padding-left: 0.5rem;
        padding-right: 0;
        font-size: 0.46rem;
        background: url(../image/icon.png) no-repeat left 61% / auto 100%;
        color: #f00 !important;
    }

    .dyw1047-module-04 h2 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0.2rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
        font-size: 0.46rem !important;
        background: url(../image/icon.png) no-repeat left 61% / auto 100% !important;
        color: #f00 !important;
    }

    .dyw1047-module-04 h2 i {
        display: none !important;
    }

    .dyw638_img_text01nhy h2 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
        font-size: 0.46rem !important;
        background: url(/../image/icon.png) no-repeat left 61% / auto 100% !important;
        color: #f00 !important;
        line-height: 1.8 !important;
    }

    .dyw638_img_text01nhy {
        margin-top: 0.54rem;
        padding: 0.32rem 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw638_img_text01nhy h2 a {
        color: #f00 !important;
    }

    .dyw1047-szt h2 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0.2rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
        font-size: 0.46rem !important;
        background: url(../image/icon.png) no-repeat left 61% / auto 100% !important;
        color: #f00 !important;
        line-height: 1.8 !important;
    }

    .dyw1047-szt .dyw1047-module-06 {
        flex-wrap: wrap;
        padding: 0;
        margin-top: -1px;
        border-top: 0;
    }

    .dyw1047-szt h2 i {
        display: none !important;
    }

    .dyw1047-szt {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding: 0.32rem 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-05 {
        display: none !important;
    }

    .dyw1047-list-02 ul li:last-child {
        border-bottom: none; /* 移除底部边框 */
    }

    .dyw638_img_text01nhy {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-module-01 {
        width: 100%;
        margin-top: -1px;
        margin-left: 0;
        padding: 0.32rem 0.3rem;
        background: none;
        border-top: 0.1rem solid #e2e2e2;
    }

    .dyw1047-module-01-head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .dyw1047-module-01-head h3 {
        padding-left: 0.4rem;
        font-size: 0.36rem;
        background: url(../image/icon.png) no-repeat left 55%/auto 40%;
    }

    .dyw1047-module-01-head ul {
        justify-content: space-between;
        width: 100%;
        margin-top: 0.3rem;
        margin-right: 0;
    }

    .dyw1047-module-01-head ul li {
        width: 2.16rem;
        height: 0.64rem;
        border-radius: 0.08rem;
        font-size: 0.24rem;
    }

    .dyw1047-module-01-head ul .icon {
        display: none;
    }

    .dyw1047-module-01-main {
        margin-top: 0.3rem;
    }

    .dyw1047-module-01-main ul {
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .dyw1047-module-01-main ul > * + * {
        margin-left: 0;
    }

    .dyw1047-module-01-main ul > *:nth-child(n+5) {
        margin-top: 0.3rem;
    }

    .dyw1047-module-01-main ul li {
        flex-shrink: 0;
        width: 3.25rem;
        height: auto;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: none;
        border-radius: 0.1rem;
    }

    .dyw1047-module-01-main ul li:nth-child(n+3) {
        margin-top: 0.3rem;
    }
}

@media only screen and (min-width: 240px) and (max-width: 768px) {

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    img {
        max-width: 100%;
        height: auto;
        width: auto \9; /*ie8*/
    }

    img, object {
        max-width: 100%;
    }

    a:active {
        color: #D90000;
    }

    .top_x_xq7587 {
        display: none;
    }

    /*顶部导航隐藏*/
    #page_bottom .copyright {
        display: none;
    }

    /*底通隐藏*/
    .vspace {
        height: 0rem !important;
    }

    .column_wrapper_1200 {
        width: 100%;
    }

    .column_wrapper {
        width: 100%;
    }

    .sub_638 {
        width: 100%;
        float: none;
    }

    .sub_315 {
        width: 100%;
        float: none;
    }

    .vspace_jj {
        display: none !important;
    }

    .col_w960 {
        width: 100%;
        float: none;
    }

    .dyw638_img_text01nhy {
        display: block;
    }

    .dyw638_img_text01nhy {
        margin-top: 0.54rem;
    }

    .dyw638_img_text01nhy h2 {
        background: none;
        font-size: 0.38rem;
        line-height: 0.38rem;
        margin-bottom: 0.3rem;
        padding-left: 0.25rem;
        font-weight: bold;
    }

    .dyw638_one_listtextnhy ul li {
        border-bottom: 1px dashed #d3d3d3;
        width: 96%;
        margin: 0;
        padding: 0.22rem 0.15rem;
        background: none;
        font-size: 0.34rem;
        line-height: 0.52rem;
    }

    .dyw638_one_listtextnhy ul li:last-child {
        border-bottom: 0;
    }

    .showMorehandle {
        width: 100% !important;
        border: 0;
        height: 0.9rem;
        line-height: 0.9rem;
        text-align: center;
        background: #f1f1f1;
        font-size: 0.28rem;
        margin: -1px 0 0;
    }

    .dyw638_img_text01nhy span {
        margin: 0 .28rem 0 0;
        font-size: .3rem;
    }

    .dyw638_img_text01nhy span a {
        margin: 0 .28rem 0 0;
        font-size: .3rem;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-header-nav {
        position: relative;
        height: 1.4rem;
        overflow: hidden;
        background-color: #b80308;
        transition: all 0.5s;
    }

    .dyw1047-header-nav.spread {
        height: 0.77rem;
    }

    .dyw1047-header-nav ul {
        width: 100%;
        margin-top: 0;
        padding: 0 0.25rem 0 0.5rem;
        font-size: 0.26rem;
        line-height: 0.7rem;
        color: #fff;
    }

    .dyw1047-header-nav ul li {
        width: 1.31rem;
        text-align: initial;
        text-justify: initial;
    }

    .dyw1047-header-nav ul li::after {
        content: none;
    }

    .dyw1047-header-nav ul li a {
        text-align-last: initial;
    }

    .dyw1047-header-nav ul li:first-child {
        text-align: justify;
        text-justify: inter-ideograph;
        width: 1.55rem;
        padding-right: .49rem;
    }

    .dyw1047-header-nav ul li:first-child a {
        text-align-last: justify;
    }

    .dyw1047-header-nav ul li:nth-child(5) {
        width: 1.55rem;
    }

    .dyw1047-header-nav ul > *:nth-child(n+5) {
        margin-top: 0;
    }

    .dyw1047-header-nav ul > * + * {
        margin-left: 0.27rem;
    }

    .dyw1047-header-nav .btn {
        box-sizing: content-box;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.3rem;
        height: 0.3rem;
        padding: 0.2rem;
        transition: all 0.5s;
        transform: rotate(180deg);
    }

    .dyw1047-header-nav .btn svg {
        width: 100%;
        height: 100%;
    }

    .dyw1047-header-nav .btn.spread {
        /* transform: rotate(180deg); */
        transform: rotate(0);
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-swiper {
        width: 100%;
        padding-bottom: 0.2rem;
    }

    .dyw1047-swiper .image {
        height: 3.86rem;
    }

    .dyw1047-swiper .title {
        box-sizing: border-box;
        height: auto;
        padding: 0 0.3rem;
        font-size: 0.38rem;
        line-height: 1.2;
        margin-top: 0.8rem;
    }

    .dyw1047-swiper > .swiper-pagination-bullets {
        bottom: initial;
        top: 4rem;
    }

    .dyw1047-swiper .swiper-pagination-bullet {
        width: 0.38rem;
        height: 0.08rem;
        border-radius: 0.04rem;
    }

    .dyw1047-swiper .swiper-pagination-bullet-active {
        width: 1.24rem;
        background-color: #ee2a11;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-list-01 {
        width: 100%;
        height: auto;
        padding: 0 0.3rem;
        background: none;
        font-size: 0.36rem;
        color: #333333;
    }

    .dyw1047-list-01 li {
        padding: 0.32rem 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .dyw1047-list-01 li > * + * {
        margin-left: 0.15rem;
    }

    .dyw1047-list-01 li.bold {
        font-size: 0.36rem !important;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-list-02 {
        width: 100%;
        height: auto;
        margin-top: -1px;
        padding: 0 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
        background: none;
        font-size: 0.36rem;
        color: #333333;
    }

    .dyw1047-list-02 ul li {
        padding: 0.32rem 0;
        margin-top: 0;
        margin-bottom: 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    .dyw1047-list-02 ul li > * + * {
        margin-left: 0.05rem;
    }

    .dyw1047-list-02 ul li a {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

    .dyw1047-list-02 ul li.bold {
        font-size: 0.36rem !important;
    }

    .dyw1047-list-02 ul li::before {
        content: none;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-list-01 {
        width: 100%;
        height: auto;
        padding: 0 0.3rem;
        background: none;
        font-size: 0.36rem;
        color: #333333;
    }

    .dyw1047-list-01 li {
        padding: 0.32rem 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .dyw1047-list-01 li.bold {
        font-size: 0.36rem !important;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-list-02 {
        width: 100%;
        height: auto;
        margin-top: -1px;
        padding: 0 0.3rem;
        border-top: 0.1rem solid #e2e2e2;
        background: none;
        font-size: 0.36rem;
        color: #333333;
    }

    .dyw1047-list-02 ul li {
        padding: 0.32rem 0;
        margin-top: 0;
        border-bottom: 1px solid #e2e2e2;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

    .dyw1047-list-02 ul li a {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
    }

    .dyw1047-list-02 ul li.bold {
        font-size: 0.36rem !important;
    }

    .dyw1047-list-02 ul li::before {
        content: none;
    }
}

@media screen and (max-width: 751px) {
    .dyw1047-module-title {
        display: block;
        width: 100%;
        margin-bottom: 0.2rem;
        padding-left: 0.4rem;
        padding-right: 0;
        font-size: 0.36rem;
        background: url(../image/icon.png) no-repeat left 55%/auto 40%;
    }

    .dyw1047-module-title.full {
        background: url(../image/icon.png) no-repeat left 55%/auto 40%;
    }
}
