/*2025-04-18 15:09:51 - dist/css/common.css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue","Microsoft Yahei",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
}

body * {
    box-sizing: border-box;
    flex-shrink: 0
}

a {
    text-decoration: none
}

.page {
    background-color: #e9e9e9;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%
}

.szwc-flex-row {
    display: flex;
    flex-direction: row
}

.szwc-flex-col {
    display: flex;
    flex-direction: column
}

.szwc-justify-start {
    justify-content: flex-start
}

.szwc-justify-end {
    justify-content: flex-end
}

.szwc-justify-center {
    justify-content: center
}

.szwc-justify-between {
    justify-content: space-between
}

.szwc-justify-around {
    justify-content: space-around
}

.szwc-justify-evenly {
    justify-content: space-evenly
}

.szwc-items-start {
    align-items: flex-start
}

.szwc-items-end {
    align-items: flex-end
}

.szwc-items-center {
    align-items: center
}

.szwc-items-baseline {
    align-items: baseline
}

.szwc-items-stretch {
    align-items: stretch
}

.szwc-self-start {
    align-self: flex-start
}

.szwc-self-end {
    align-self: flex-end
}

.szwc-self-center {
    align-self: center
}

.szwc-self-baseline {
    align-self: baseline
}

.szwc-self-stretch {
    align-self: stretch
}

.szwc-flex-1 {
    flex: 1 1 0%
}

.szwc-flex-auto {
    flex: 1 1 auto
}

.szwc-grow {
    flex-grow: 1
}

.szwc-grow-0 {
    flex-grow: 0
}

.szwc-shrink {
    flex-shrink: 1
}

.szwc-shrink-0 {
    flex-shrink: 0
}

.szwc-relative {
    position: relative
}

.szwc-ml-2 {
    margin-left: 2px
}

.szwc-mt-2 {
    margin-top: 2px
}

.szwc-ml-4 {
    margin-left: 4px
}

.szwc-mt-4 {
    margin-top: 4px
}

.szwc-ml-6 {
    margin-left: 6px
}

.szwc-mt-6 {
    margin-top: 6px
}

.szwc-ml-8 {
    margin-left: 8px
}

.szwc-mt-8 {
    margin-top: 8px
}

.szwc-ml-10 {
    margin-left: 10px
}

.szwc-mt-10 {
    margin-top: 10px
}

.szwc-ml-12 {
    margin-left: 12px
}

.szwc-mt-12 {
    margin-top: 12px
}

.szwc-ml-14 {
    margin-left: 14px
}

.szwc-mt-14 {
    margin-top: 14px
}

.szwc-ml-16 {
    margin-left: 16px
}

.szwc-mt-16 {
    margin-top: 16px
}

.szwc-ml-18 {
    margin-left: 18px
}

.szwc-mt-18 {
    margin-top: 18px
}

.szwc-ml-20 {
    margin-left: 20px
}

.szwc-mt-20 {
    margin-top: 20px
}

.szwc-ml-22 {
    margin-left: 22px
}

.szwc-mt-22 {
    margin-top: 22px
}

.szwc-ml-24 {
    margin-left: 24px
}

.szwc-mt-24 {
    margin-top: 24px
}

.szwc-ml-26 {
    margin-left: 26px
}

.szwc-mt-26 {
    margin-top: 26px
}

.szwc-ml-28 {
    margin-left: 28px
}

.szwc-mt-28 {
    margin-top: 28px
}

.szwc-ml-30 {
    margin-left: 30px
}

.szwc-mt-30 {
    margin-top: 30px
}

.szwc-ml-32 {
    margin-left: 32px
}

.szwc-mt-32 {
    margin-top: 32px
}

.szwc-ml-34 {
    margin-left: 34px
}

.szwc-mt-34 {
    margin-top: 34px
}

.szwc-ml-36 {
    margin-left: 36px
}

.szwc-mt-36 {
    margin-top: 36px
}

.szwc-ml-38 {
    margin-left: 38px
}

.szwc-mt-38 {
    margin-top: 38px
}

.szwc-ml-40 {
    margin-left: 40px
}

.szwc-mt-40 {
    margin-top: 40px
}

.szwc-ml-42 {
    margin-left: 42px
}

.szwc-mt-42 {
    margin-top: 42px
}

.szwc-ml-44 {
    margin-left: 44px
}

.szwc-mt-44 {
    margin-top: 44px
}

.szwc-ml-46 {
    margin-left: 46px
}

.szwc-mt-46 {
    margin-top: 46px
}

.szwc-ml-48 {
    margin-left: 48px
}

.szwc-mt-48 {
    margin-top: 48px
}

.szwc-ml-50 {
    margin-left: 50px
}

.szwc-mt-50 {
    margin-top: 50px
}

.szwc-ml-52 {
    margin-left: 52px
}

.szwc-mt-52 {
    margin-top: 52px
}

.szwc-ml-54 {
    margin-left: 54px
}

.szwc-mt-54 {
    margin-top: 54px
}

.szwc-ml-56 {
    margin-left: 56px
}

.szwc-mt-56 {
    margin-top: 56px
}

.szwc-ml-58 {
    margin-left: 58px
}

.szwc-mt-58 {
    margin-top: 58px
}

.szwc-ml-60 {
    margin-left: 60px
}

.szwc-mt-60 {
    margin-top: 60px
}

.szwc-ml-62 {
    margin-left: 62px
}

.szwc-mt-62 {
    margin-top: 62px
}

.szwc-ml-64 {
    margin-left: 64px
}

.szwc-mt-64 {
    margin-top: 64px
}

.szwc-ml-66 {
    margin-left: 66px
}

.szwc-mt-66 {
    margin-top: 66px
}

.szwc-ml-68 {
    margin-left: 68px
}

.szwc-mt-68 {
    margin-top: 68px
}

.szwc-ml-70 {
    margin-left: 70px
}

.szwc-mt-70 {
    margin-top: 70px
}

.szwc-ml-72 {
    margin-left: 72px
}

.szwc-mt-72 {
    margin-top: 72px
}

.szwc-ml-74 {
    margin-left: 74px
}

.szwc-mt-74 {
    margin-top: 74px
}

.szwc-ml-76 {
    margin-left: 76px
}

.szwc-mt-76 {
    margin-top: 76px
}

.szwc-ml-78 {
    margin-left: 78px
}

.szwc-mt-78 {
    margin-top: 78px
}

.szwc-ml-80 {
    margin-left: 80px
}

.szwc-mt-80 {
    margin-top: 80px
}

.szwc-ml-82 {
    margin-left: 82px
}

.szwc-mt-82 {
    margin-top: 82px
}

.szwc-ml-84 {
    margin-left: 84px
}

.szwc-mt-84 {
    margin-top: 84px
}

.szwc-ml-86 {
    margin-left: 86px
}

.szwc-mt-86 {
    margin-top: 86px
}

.szwc-ml-88 {
    margin-left: 88px
}

.szwc-mt-88 {
    margin-top: 88px
}

.szwc-ml-90 {
    margin-left: 90px
}

.szwc-mt-90 {
    margin-top: 90px
}

.szwc-ml-92 {
    margin-left: 92px
}

.szwc-mt-92 {
    margin-top: 92px
}

.szwc-ml-94 {
    margin-left: 94px
}

.szwc-mt-94 {
    margin-top: 94px
}

.szwc-ml-96 {
    margin-left: 96px
}

.szwc-mt-96 {
    margin-top: 96px
}

.szwc-ml-98 {
    margin-left: 98px
}

.szwc-mt-98 {
    margin-top: 98px
}

.szwc-ml-100 {
    margin-left: 100px
}

.szwc-mt-100 {
    margin-top: 100px
}

header {
    padding: 10px 0;
    background-image: linear-gradient(180deg,#fff 0,#f2f2f2 79.38%,#eee 100%)
}

header nav {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 1000px;
    margin:auto;
}

header nav .logo {
    width: 17.75rem;
    height: auto
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center
}
header .logo1{
	width: 70px;
    height: 65px;
    transition: all 0.3s ease;
}
header .logo1 a{
	display: block;
    width: auto;
    height: 50px;
    background: url(../images/logo-chinaso.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    color: transparent;
    margin-top: 5px;
}
header .logo2{
	width: 70px;
    height: 65px;
    transition: all 0.3s ease;
}
header .logo2 a{
	display: block;
    width: auto;
    height: 50px;
    background: url(../images/logo-jysw.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    color: transparent;
    margin-top: 5px;
}
.ui-nav {
    padding: 0;
    overflow: unset;
    margin-left: 40px;
}

.ui-nav li {
    width: auto;
    margin: 0  8px;
    line-height: 20px;
    border-radius: 2px
}

.ui-nav li a {
    text-decoration: none;
    padding: 5px 26px;
    font-size: 16px;
    font-family: "PingFang SC";
    letter-spacing: 2px;
    line-height: 28px;
    color: #000;
    border-radius: 2px
}

.ui-nav .item-active a {
    background-color: #1074ce;
    color: #fff
}

.footer {
    background-color: #002a9d;
    color: #fff;
    position: relative;
    margin-top: 108px
}

.footer-top {
    height: 101px
}

.footer-bottom {
    height: 261px;
    padding-top: 70px
}

.footer-bottom-wrap {
    display: flex;
    overflow: hidden
}

.footer-link-select {
    top: 27px;
    width: 245px;
    height: 50px;
    position: relative;
    display: block
}

.footer-link-input {
    width: 100%;
    height: 100%;
    padding: 0 22px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ccc!important;
    background: #fff url("/cms-zgjsxh-theme/assets/arrow-down.png") no-repeat 208px 21px!important;
    background-size: 16px 9px!important;
    cursor: pointer
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    background: #fff;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #ccc;
    padding: 5px 0;
    max-height: 220px;
    overflow-y: auto;
    border-radius: 4px
}

.dropdown-item {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    color: #333;
    font-size: 16px
}

.qrcoe-left {
    position: absolute;
    right: 238px;
    top: -68px
}

.qrcoe-left img {
    width: 124px;
    height: 111px
}

.qrcoe-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.qrcoe-right {
    position: absolute;
    right: 61px;
    top: -68px
}

.qrcoe-right img {
    width: 115px;
    height: 111px
}

.footer-bottom-text {
    font-size: 16px;
    font-weight: 400
}

.footer-bottom-item {
    flex: 1
}

.footer-bottom-ba {
    text-align: center;
    margin-top: 70px
}

.footer-bottom-ba a {
    cursor: pointer;
    color: #acaeaf
}

.common-warp {
    width: 800px;
    padding: 0 15px;
    margin: 0 auto
}

@media (max-width: 1220px) {
    .common-warp {
        width:800px;
        padding: 0 15px;
        margin: 0 auto
    }
}

@media (max-width: 1200px) {
    .logo-text {
        display:none
    }

    .header-search {
        display: none
    }

    .nav ul li a {
        font-size: 1.5vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .footer-bottom {
        padding: 15px 0;
        height: auto
    }

    .footer-bottom-wrap {
        display: block
    }

    .footer-bottom-item {
        margin-top: 20px
    }

    .footer-bottom-ba {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    .common-header {
        height:75px
    }

    .logo {
        width: 273px;
        height: 45px;
        margin-top: 15px;
        margin-left: 15px
    }

    .nav {
        display: none
    }

    .footer-top {
        height: 180px
    }

    .footer-link-select {
        margin: 0 auto;
        top: 100px
    }
}
