@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

html {
    font-size: 14px;
}

body {
    font-style: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    background-color: #ffffff;
}

small {
    font-size: 12px
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

/* 主样式开始*/
@media screen and (max-width: 750px) {
    html {
        /** font-size: 20px; */
        font-size: calc(100vw / 37.5);
    }

    body {
        background: #EBF5FF !important;
    }

    .tt {
        display: none;
    }

    .wrap {
        max-width: 100%;
        min-width: 0;
        margin: 0 auto;
    }

    .wrap-min {
        margin: 0;
        max-width: 100%;
    }

    .clear {
        clear: both;
    }

    .more {
        width: 10.5rem;
        height: 2rem;
        background: url(../images/morebg.png) center no-repeat;
        margin: 0 auto;
        margin-top: -1rem;
        background-size: 100% 100%;
    }

    .more a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header {
        height: 26.4rem;
        background: url(../images/m-banner.png) center no-repeat;
        background-size: 100% 100%;
    }

    .dtyw-title {
        width: 25.35rem;
        height: 3.75rem;
        background-size: 100% 100%;
        margin: 0 auto;
    }

    .dtyw-content {
        width: 88%;
        margin: 2rem auto 0;
        height: 41.5rem;
        background: url(../images/m-dtywbg.png) center no-repeat;
        background-size: 100% 100%;
    }

    .dtyw-focus {
        width: 94%;
        height: 20rem;
        position: relative;
        overflow: hidden;
        margin-top: 1rem;
        margin-left: 1rem !important;
    }

    .dtyw-focus ul li {
        width: 100%;
        height: 20rem;
        overflow: hidden;
    }

    .dtyw-focus ul li img {
        width: 100%;
        height: 100%;
    }

    .dtyw-focus ul li p {
        width: 100%;
        height: 2rem;
        background: #000000;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 2rem;
        padding: 0 1rem 0 1rem;
        box-sizing: border-box;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .dtyw-focus-tip {
        display: none;
    }

    .dtyw-list ul dl {
        width: 100%;
        height: 3.8rem;
        padding: 0 2rem;
        box-sizing: border-box;
        overflow: hidden;
    }

    .dtyw-list {
        width: 100%;
    }

    .dtyw-list ul dl:hover {
        background: url(../images/listhover.png) center no-repeat;
    }

    .dtyw-list ul dl:hover dt a {
        color: #0A64FA;
    }

    .dtyw-list ul dl:hover dd {
        color: #0A64FA;
    }

    .dtyw-list ul dl dt {
        width: 21rem;
        height: 3.2rem;
        float: left;
        border-bottom: none;
    }

    .dtyw-list ul dl dt a {
        display: inline-block;
        width: 21rem;
        height: 3.2rem;
        font-size: 1rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 3.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dtyw-list ul dl dd {
        display: inline-block;
        width: auto;
        height: 3.2rem;
        font-size: 1rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 3.2rem;
        text-align: right;
        border-bottom: none;
        float: right;
    }

    .group2 {
        height: auto;
        margin-top: 2.5rem;
        background: none;
    }

    .wrapper-box {
        width: 100%;
        margin: 0 auto;
    }

    .catalog-tip {
        width: 33rem;
        height: 4rem;
        margin: 0 auto;
        float: inherit;
    }

    .catalog-tip ul {
        width: 33rem;
        height: 4rem;
        margin: 0;
        background: #3C8CFF;
    }

    .catalog-tip ul li {
        width: 11rem;
        height: 4rem;
        padding-left: 0;
        box-sizing: border-box;
        font-size: 1.4rem;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #ffffff;
        line-height: 4rem;
        text-align: center;
        float: left;
    }

    .catalog-tip ul li.on {
        color: #0A64FA;
        background: url(../images/m-catalogon.png) center no-repeat;
    }

    .catalog-text {
        width: 100%;
        height: 22.7rem;
        margin-top: 1.4rem;
        background: none;
        padding: 0;
        box-sizing: border-box;
    }

    .catalog-text ul {
        width: 100%;
        height: 22.7rem;
        position: relative;
        background: url(../images/m-text-box.png) bottom no-repeat;
        background-size: 100% 100%;
        padding: 1.5rem 3.25rem;
        box-sizing: border-box;
    }

    .catalog-text ul li {
        width: 94%;
        height: 20rem;
        position: relative;
        background: none;
        margin: 0 auto;
    }

    .catalog-text ul li h3 {
        font-size: 1.2rem;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #0A64FA;
        line-height: 1.2rem;
        padding-bottom: 0.8rem;
        background: url(../images/catalog-text-h3bg.png) left bottom no-repeat;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .catalog-text ul li p {
        margin-top: 0.8rem;
        text-indent: 2em;
        font-size: 0.8rem;
        font-family: MicrosoftYaHei;
        color: #444444;
        line-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    .catalog-text ul li .line {
        display: block;
        width: 25.55rem;
        height: 1px;
        background: url(../images/line.png) center no-repeat;
        position: absolute;
        left: 0;
        bottom: 3.1rem;
        z-index: 12;
    }

    .catalog-text ul li a {
        width: 80px;
        height: 14px;
        background: url(../images/text-more.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0px;
        bottom: 2.5rem;
        z-index: 21;
    }

    .sp {
        margin-top: 2.5rem;
        height: auto;
        background: none;
    }

    .sp-title {
        width: 25.35rem;
        ;
        height: 3.45rem;
        background: url(../images/sptt.png) center no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
    }

    .sp-content {
        width: 94%;
        height: 21rem;
        margin: 0 auto;
        background: url(../images/m-sp-box.png) center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .sp-content ul {
        overflow: hidden;
        padding: 0 2rem;
        box-sizing: border-box;
        margin-top: 5.25rem;
    }


    .sp-content ul li {
        width: 100%;
        height: 2.5rem;
        background: url(../images/splistbg.png) bottom no-repeat;
        float: left;
        overflow: hidden;
    }

    .sp-content ul li:nth-child(even) {
        float: right;
    }

    .sp-content ul li a {
        display: inline-block;
        width: 23rem;
        font-size: 0.8rem;
        font-family: MicrosoftYaHei;
        color: #444444;
        line-height: 2.5rem;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sp-content ul li span {
        font-size: 0.8rem;
        font-family: MicrosoftYaHei;
        color: #CACACA;
        line-height: 2.5rem;
        float: right;
    }

    .sp-content ul li:nth-child(6) {
        display: none;
    }

    .sp .more {
        margin-top: -1rem;
    }

    .bottom-s {
        width: 100%;
        height: 10.5rem;
        margin-top: -8rem;
        background: url(../images/m-bottom.png) bottom no-repeat;
        background-size: 100% 100%;
        position: relative;
        z-index: 0;
    }

    .wyhd {
        width: 94%;
        height: auto;
        margin: 2rem auto 0;
        overflow: hidden;
        background: none;
        position: relative;
        z-index: 2;
    }

    .wyhd-title {
        width: 25.35rem;
        height: 3.75rem;
        background: url(../images/wyhdtt.png) center no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
    }

    .wyhd-content {
        margin: 2rem 0 0 0;
        width: 100%;
        height: 380px;
        background: #0A64FA;
        padding: 1rem;
        box-sizing: border-box;
    }
    .wb-max {
        display: none;
    }
    .wb-min {
        display: block;
        height: 300px;
    }

}