* {
    box-sizing: border-box;
}

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

a {
    text-decoration: none;
    color: #333;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-action: manipulation;
}

a,
img {
    -webkit-touch-callout: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[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;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[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-decoration {
    -webkit-appearance: none;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html,
body {
    width: 100%;
    font-family: '微软雅黑', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff8f2;
}


/* 移动端显示隐藏开关 */

.isMobile {
    display: none;
}


/* PC端 */

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.top {
    width: 100%;
    height: 660px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(/gongkai/images/20251226_zdgzpdqk_top_photo.jpg) no-repeat center top;
    background-size: auto 100%;
}

.navBox {
    width: 100%;
    height: 72px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #d50a0a;
}

.navBox .wrap {
    height: 100%;
}

.navBox .menuList {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.navBox .menuList .item {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}

.navBox .menuList .item:hover {
    color: #ffcc00;
}

.partBox {
    margin-top: 80px;
}

.partBox:last-of-type {
    margin-bottom: 80px;
}

.partBox .title {
    position: relative;
    text-align: center;
}

.partBox .title h2 {
    height: 32px;
    display: inline-block;
}

.partBox .title h2 img {
    height: 100%;
    width: auto;
}

.partBox .title h2::before {
    content: '';
    background: url(/gongkai/images/20251226_zdgzpdqk_title_left.png) no-repeat;
    background-size: cover;
    width: 408px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.partBox .title h2::after {
    content: '';
    background: url(/gongkai/images/20251226_zdgzpdqk_title_right.png) no-repeat;
    background-size: cover;
    width: 408px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.partBox .partCon {
    margin-top: 45px;
    background-color: #FFF;
    border-radius: 15px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}

.partBox .partCon .menu {
    padding-bottom: 10px;
    border-bottom: solid 1px #d10536;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.partBox .partCon .menu .item {
    height: 48px;
    border-radius: 15px;
    border-top-right-radius: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 20px;
    transition: 0.5s all;
}

.partBox .partCon .menu .item:last-child {
    margin-right: 0;
}

.partBox .partCon .menu .item.active {
    background-color: #d10536;
    color: #FFF;
}

.partBox .partCon .list {
    margin: 20px 0;
}

.partBox .partCon .list .item {
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partBox .partCon .list .item:hover {
    color: #d10536;
}

.partBox .partCon .list .item:last-child {
    margin-bottom: 0;
}

.partBox .partCon .list .item::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #d10536;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0;
    transform: rotate(45deg);
}

.partBox .partCon.zxgkCon .menu .item {
    padding: 0 5px;
}

.partBox .partCon.zxgkCon .menu .item:first-child {
    padding: 0 30px;
}

.partBox .partCon.zxgkCon .menu .item:first-child:hover {
    padding: 0 30px;
}

.partBox .partCon.zxgkCon .menu .item:first-child.active {
    padding: 0 30px;
}

.partBox .partCon.zxgkCon .menu .item:hover {
    padding: 0 20px;
}

.partBox .partCon.zxgkCon .menu .item.active {
    padding: 0 20px;
}


/* 移动端 */

@media screen and (max-width: 750px) {
    a,
    button,
    input,
    textarea {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        touch-action: manipulation;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    textarea {
        font-size: 16px;
    }
    img {
        object-fit: cover;
    }
    .isMobile {
        display: block;
    }
    html {
        font-size: 10vw;
        height: 100%;
    }
    .wrap {
        width: 100%;
        padding: 0 0.26666667rem;
    }
    .top {
        height: 6.8rem;
        background: url(/gongkai/images/20251226_zdgzpdqk_top_photo.jpg) no-repeat center top;
        background-size: auto 100%;
    }
    .navBox {
        height: 0.96rem;
    }
    .navBox .wrap {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .navBox .menuList {
        width: 20rem;
    }
    .navBox .menuList .item {
        font-size: 0.4rem;
    }
    .partBox {
        margin-top: 1.06666667rem;
    }
    .partBox:last-of-type {
        margin-bottom: 1.06666667rem;
    }
    .partBox .title h2 {
        height: 0.42666667rem;
    }
    .partBox .title h2::before {
        display: none;
    }
    .partBox .title h2::after {
        display: none;
    }
    .partBox .partCon {
        margin-top: 0.6rem;
        border-radius: 0.26666667rem;
        padding: 0 0.4rem;
    }
    .partBox .partCon .wrap {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .partBox .partCon.xxgkCon .menu {
        width: 24rem;
    }
    .partBox .partCon.zxgkCon .menu {
        width: 24rem;
    }
    .partBox .partCon.gkzlCon .menu {
        width: 10rem;
    }
    .partBox .partCon.ptjsCon .menu {
        width: 16rem;
    }
    .partBox .partCon .menu {
        padding-bottom: 0.13333333rem;
    }
    .partBox .partCon .menu .item {
        height: 0.64rem;
        border-radius: 0.2rem;
        padding: 0 0.4rem;
        border-top-right-radius: 0;
    }
    .partBox .partCon .list {
        margin: 0.26666667rem 0;
    }
    .partBox .partCon .list .item::before {
        width: 0.13333333rem;
        height: 0.13333333rem;
        margin: -0.02666667rem 0.13333333rem 0;
    }
    .partBox .partCon.zxgkCon .menu .item {
        padding: 0 0.06666667rem;
    }
    .partBox .partCon.zxgkCon .menu .item:first-child {
        padding: 0 0.4rem;
    }
    .partBox .partCon.zxgkCon .menu .item:first-child:hover {
        padding: 0 0.4rem;
    }
    .partBox .partCon.zxgkCon .menu .item:first-child.active {
        padding: 0 0.4rem;
    }
    .partBox .partCon.zxgkCon .menu .item:hover {
        padding: 0 0.26666667rem;
    }
    .partBox .partCon.zxgkCon .menu .item.active {
        padding: 0 0.26666667rem;
    }
}