pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
b *,
strong,
strong * {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    border: none;
    color: inherit;
    font: inherit;
    outline: none
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

input::placeholder {
    color: #999;
}

progress {
    vertical-align: baseline
}

textarea {
    resize: none
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

::-webkit-scrollbar {
    background: rgba(203, 249, 249, .1);
    border-radius: 1rem;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #cbf9f9;
    border-radius: 1rem
}

::-webkit-scrollbar-thumb:hover {
    background: #0461ce
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    font-size: 15px
}

.wrapper {
    max-width: 1036px;
    width: calc(100% - 28px);
    margin: 0 auto;
}

.home {
    /* background-color: rgb(224, 224, 224); */
}

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

a,
button {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

li {
    list-style: none
}


.paragraph {
    font-size: 1.6rem
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inl-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.text-center {
    text-align: center
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    /* position: -webkit-sticky;
    position: sticky; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 100;
}

.sticky {
    background-color: #000000;
    color: #fff;
}

.header-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 64px;
}

.header .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.header .select .jt {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/downArrow.png) no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    margin-left: 16px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.header .show .jt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .select .ComboBox {
    display: none;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background: #fff;
    color: #191B27;
    text-align: center;
    line-height: 54px;
    border-radius: 8px;
    font-size: 20px;

}

.header .select .ComboBox ul {
    border-radius: 8px;
    overflow: hidden;
}

.header .select .ComboBox .act {
    background-color: #F8FFE8;
    color: #ACF11F;
}

.header .select .ComboBox::before {
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    height: 10px;
    left: 120px;
    width: 16px;
    background-color: #fff;
    content: "";
    position: absolute;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #000000;
    color: #B1B3BB;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}

/* .main-wrapper {
    min-height: calc(100vh - 144px)
} */

.main {
    width: 100%;
    height: 694px;
    /* background: url(../images/bn.png) no-repeat; */
    /* background-size: 1920px 694px; */
    background: url(../images/bnbj.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow-x: visible;
}

.idx_h1_box {
    padding-top: 86px;
    position: relative;
}

.idx_h1_box .logo {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}

.idx_h1_box .logo .name {
    font-size: 53px;
    color: #000;
    font-weight: 700;
    margin-left: 24px;
}

.idx_h1_box .text {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 42px;
    max-width: 50%;
}

.idx_h1_box .btn {
    padding-top: 64px;
    width: 200px;
    height: 86px;
}

.idx_h2 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.idx_h2_cont {
    background: url(../images/idx_h1_a1.png) no-repeat;
    background-size: 1200px 300px;
    background-position: center center;
    height: 300px;
}

.idx_h2_title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    padding-left: 50px;
}

.idx_h2_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
}

.idx_h2_cont .item {
    width: 16.66%;
    padding: 0 15px;
    text-align: center;
    padding-bottom: 10px;
}

.idx_h2_cont .item:nth-child(2) {
    padding-bottom: 15px;
}

.idx_h2_cont .item:nth-child(3) {
    padding-bottom: 25px;
}

.idx_h2_cont .item:nth-child(4) {
    padding-bottom: 25px;
}

.idx_h2_cont .item:nth-child(5) {
    padding-bottom: 60px;
}

.idx_h2_cont .item:nth-child(6) {
    padding-bottom: 75px;
}

.idx_h2_cont .item_name {
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

.idx_h2_cont .item_cont {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #465069;
}

.idx_h3_Outer {
    display: flex;
    padding: 98px 33px;
    background-color: #F7F7F7;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idx_h3_name {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    height: 48px;
    padding: 0 40px;
}

.idx_h3 {
    background: #fff;
    padding: 40px 60px;
    width: 560px;
    margin-bottom: 12px;
}

.idx_h3_box {
    display: flex;
    justify-content: space-around;
}

.idx_h3 .item {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    /* cursor: pointer; */
}

.idx_h3 .item:hover {
    transform: translate3d(0, -5px, 0);
}

.idx_h3 .item_img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.idx_h3 .item_img img {
    display: block;
    width: 80px;
    margin: 0 auto;

}

.idx_h3 .item_name {
    font-size: 16px;
    color: #465069;
    margin-top: 10px;
    text-align: center;
}

.idx_h4 {
    height: 320px;
    background: url(../images/idx_h4bj.png) no-repeat;
    background-size: 1200px 320px;
    background-position: center center;

}

.idx_h4_name {
    display: block;
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 55px 0 80px 0;
}

.idx_h4_img {
    text-align: center;
}

.idx_h5 {
    height: 200px;
    background: url(../images/idx_h5bj.png) no-repeat;
    background-size: 1200px 200px;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.idx_h5_left {
    margin-right: 85px;
}

.idx_h5_right {
    padding: 12px 18px;
    border: 2px solid #000;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.idx_h5_right:hover {
    background-color: #000;
    color: #fff;
}