@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
}

/* 主样式开始*/
body {
    background: #EBF5FF !important;
}

.wrap {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap-min {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.more {
    width: 210px;
    height: 40px;
    background: url(../images/morebg.png) center no-repeat;
    margin: 0 auto;
    margin-top: -20px;
}

.more a {
    display: block;
    width: 100%;
    height: 100%;
}

.header {
    height: 750px;
    background: url(../images/banner-big.png) center no-repeat;
}

.dtyw {
    margin-top: -35px;
}

.dtyw-title {
    height: 70px;
    background: url(../images/dtywtt.png) center no-repeat;
}

.dtyw-content {
    height: 430px;
    margin-top: 50px;
    background: url(../images/dtywbg.png) center no-repeat;
}

.dtyw-focus {
    width: 560px;
    height: 380px;
    margin-left: 20px !important;
    position: relative;
}

.dtyw-focus ul li {
    width: 560px;
    height: 380px;
    position: relative;
}

.dtyw-focus ul li img {
    width: 560px;
    height: 360px;
}

.dtyw-focus ul li p {
    width: 560px;
    height: 40px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 100px 0 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dtyw-focus-tip {
    width: 70px !important;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 490px !important;
    z-index: 3;
}

.dtyw-focus-tip .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.dtyw-focus-tip .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #0A64FA;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.dtyw-list ul dl {
    width: 600px;
    height: 76px;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.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: 420px;
    height: 75px;
    float: left;
    border-bottom: 1px dashed #FFFFFF;
}

.dtyw-list ul dl dt a {
    display: inline-block;
    width: 420px;
    height: 75px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtyw-list ul dl dd {
    display: inline-block;
    width: 100px;
    height: 75px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 76px;
    text-align: right;
    border-bottom: 1px dashed #FFFFFF;
}

.dtyw-list ul dl:last-child dd,
.dtyw-list ul dl:last-child dt {
    border: none;
}

.group2 {
    height: 486px;
    margin-top: 50px;
    background: url(../images/group2bg.png) center no-repeat;
}

.group2-content {
    overflow: hidden;
}

.catalog-tip ul {
    width: 445px;
    height: 330px;
    margin-top: 118px;
}

.catalog-tip ul li {
    width: 445px;
    height: 110px;
    padding-left: 105px;
    box-sizing: border-box;
    font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 110px;
}

.catalog-tip ul li.on {
    color: #0A64FA;
    background: url(../images/catalogon.png) center no-repeat;
}

.catalog-text {
    width: 700px;
    height: 420px;
    margin-top: 28px;
    background: url(../images/text-bg.png) center no-repeat;
    padding: 30px 30px 37px 30px;
    box-sizing: border-box;
}

.catalog-text ul li {
    width: 633px;
    height: 380px;
    position: relative;
}

.catalog-text ul li h3 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #0A64FA;
    line-height: 24px;
    padding-bottom: 17px;
    background: url(../images/catalog-text-h3bg.png) left bottom no-repeat;
}

.catalog-text ul li p {
    margin-top: 16px;
    text-indent: 2em;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #444444;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.catalog-text ul li .line {
    display: block;
    width: 532px;
    height: 1px;
    background: url(../images/line.png) center no-repeat;
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 12;
}

.catalog-text ul li a {
    width: 95px;
    height: 17px;
    background: url(../images/text-more.png) center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 21;
}

.sp {
    margin-top: 50px;
    height: 355px;
    background: url(../images/spbg.png) center no-repeat;
}

.sp-title {
    height: 69px;
    background: url(../images/sptt.png) center no-repeat;
}

.sp-content {
    margin-top: 75px
}

.sp-content ul {
    overflow: hidden;
    padding: 0 40px;
    box-sizing: border-box;
}


.sp-content ul li {
    width: 520px;
    height: 49px;
    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: 410px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #444444;
    line-height: 49px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sp-content ul li span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #CACACA;
    line-height: 49px;
    float: right;
}

.sp .more {
    margin-top: 43px;
}

.bottom-s {
    height: 502px;
    margin-top: -441px;
    background: url(../images/bottom-s.png) bottom no-repeat;
    position: relative;
    z-index: 0;
}

.wyhd {
    width: 1230px;
    height: 818px;
    margin-top: 42px;
    background: url(../images/wyhdbg.png) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wyhd-title {
    height: 70px;
    background: url(../images/wyhdtt.png) center no-repeat;
    margin-top: 8px;
}

.wyhd-content {
    width: 1160px;
    height: 650px;
    margin: 70px 20px 20px 50px;
}

.wb-max {
    display: block;
}
.wb-min {
    display: none;
}
@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 46.875);
    }

    .tt {
        display: none !important;
    }
}