.d-block {
    display: block !important
}

.d-none {
    display: none
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    transition: all .5s;
    -webkit-transition: all .5s
}

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%
}

.header {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.header .ul-wrap {
    display: flex;
    margin: 0 .08rem
}

.header .ul-wrap a {
    height: 13px;
    display: flex;
    align-items: center;
    padding: 0 .1rem
}

.header .ul-wrap a:hover {
    color: #0067ac
}

.header .ul-wrap a:nth-child(1) {
    border-right: 1px solid #b9b9b9
}

.header .ul-wrap a:nth-child(3) {
    display: none
}

.header .ul-wrap a:nth-child(4) {
    display: none
}

.header .ul-wrap:nth-child(2) a:nth-child(2) {
    border-right: 1px solid #b9b9b9
}

.header .ul-wrap:nth-child(2) a:nth-child(3) {
    display: inline-flex
}

.header .is-login a:nth-child(1) {
    display: none
}

.header .is-login a:nth-child(2) {
    display: none
}

.header .is-login a:nth-child(3) {
    display: inline-flex;
    border-right: 1px solid #b9b9b9
}

.header .is-login a:nth-child(4) {
    display: inline-flex
}

.header.cur {
    background: rgba(255, 255, 255, .9)
}

.header .btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 99px;
    margin-left: 18px;
    color: #fff;
    background: #0067ac
}

.logo {
    height: 86px;
    line-height: 86px;
    overflow: hidden
}

nav ul li {
    position: relative;
    float: left;
    margin: 0 .1rem
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

nav ul li:hover>a {
    color: #0067ac
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 86px
}

nav ul li>a {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    height: 86px;
    line-height: 86px;
    color: #0067ac
}

nav ul li>a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #0067ac;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all .3s;
    -webkit-transition: all .3s
}

nav ul .header-active a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #0067ac;
    transform: none
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 111px;
    left: 50%;
    width: 150px;
    background: rgba(255, 255, 255, .9);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #0067ac
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

footer .footer-head .mauto {
    border-bottom: 1px solid #f2f2f2
}

footer .footer-head .item1 {
    border-bottom: 1px solid #ececec
}

footer .footer-head .con-l {
    width: 76%;
    border-right: 1px solid #ececec
}

footer .footer-head .con-r {
    width: 24%
}

footer .footer-head dl {
    line-height: 30px
}

footer .footer-head dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px
}

footer .footer-head dt::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: #d1d1d1
}

footer .footer-head dd {
    font-size: 13px
}

footer .code .pic {
    width: 110px;
    height: 110px
}

footer .copyright {
    line-height: 22px;
    padding: .34rem 0
}

footer a:hover {
    text-decoration: underline
}

.i-banner .slick-dots {
    bottom: 8%
}

.i-banner .slick-dots div {
    width: .9rem;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    transition: all .3s;
    -webkit-transition: all .3s
}

.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:hover,
.i-banner .slick-dots div:focus {
    height: 5px;
    background: #fff
}

.i-banner a {
    display: block;
    min-height: 85px
}

.i-banner .dn {
    display: none !important
}

.f30 {
    font-size: 30px
}

.f42 {
    font-size: 42px
}

.i-more {
    font-size: 20px
}

.i-more:hover {
    color: #0067ac
}

main {
    background: #f5f5f5
}

.banner {
    height: 5.37rem
}

.banner h2 {
    padding: 2%
}

.banner em {
    font-size: .54rem
}

.banner span {
    font-size: .6rem;
    color: rgba(255, 255, 255, .3);
    font-family: "Impact"
}

.main-nav-p {
    background: #fff
}

.main-nav-p ul {
    font-size: 0
}

.main-nav-p li {
    display: inline-block;
    margin-right: 5px
}

.main-nav-p li.cur a,
.main-nav-p li:hover a {
    color: #fff;
    background: #0067ac
}

.main-nav-p li.cur a i::after,
.main-nav-p li:hover a i::after {
    visibility: visible;
    opacity: 1
}

.main-nav-p li a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    color: #646464
}

.main-nav-p li a::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.main-nav-p li a i {
    padding-left: 20px
}

.main-nav-p li a i::after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    border-radius: 99%;
    border: 4px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-home {
    height: 80px;
    line-height: 80px;
    padding-left: 25px;
    color: #848484;
    background: url(../images/main_home.png) no-repeat left center
}

.main-home i {
    margin: 0 5px;
    font-family: "SimSun", "NSimSun", "Serif", "Georgia"
}

.main-home a:hover {
    color: #0067ac;
    text-decoration: underline
}

.content {
    min-height: 400px
}

.more {
    background: #fff url(../images/more_icon.png) no-repeat center
}

.more:hover {
    color: #0067ac !important
}

.qrcode_mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 1999
}

.qrcode {
    padding: 20px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -140px;
    background: #fff;
    z-index: 100000;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.qrcode img {
    max-width: 100%;
    max-height: 100%
}

.qrcode p {
    margin: 10px 0
}

.weixin_close {
    background: #0058a7;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

@media(max-width: 1300px) {
    nav ul li {
        margin: 0 .04rem
    }
}
@media(max-width: 1140px) {
    nav ul li {
        margin: 0 .03rem
    }
}

@media(max-width: 1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: "";
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 17.5px;
        width: 25px;
        height: 1px;
        z-index: 999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: "";
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: "";
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0);
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4e4e4e
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid rgba(0, 0, 0, 0);
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: "";
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #0067ac
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #ebebeb;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background-size: 23px;
        display: flex;
        align-items: center
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media(max-width: 767px) {
    .banner {
        height: 3.5rem
    }

    .banner h2 {
        padding: 4%
    }

    .main-nav-p {
        display: none
    }

    .main-nav-m {
        display: block;
        position: relative;
        z-index: 555;
        cursor: pointer
    }

    .main-nav-m .title {
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        background: #0067ac
    }

    .main-nav-m .title strong {
        color: #fff;
        font-size: 16px;
        font-weight: bold
    }

    .main-nav-m .title i {
        position: absolute;
        content: "";
        width: 45px;
        height: 100%;
        right: 0
    }

    .main-nav-m .title i::before,
    .main-nav-m .title i::after {
        position: absolute;
        top: 50%;
        content: "";
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .main-nav-m .title i::before {
        left: 46%;
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m .title i::after {
        right: 46%;
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::before {
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::after {
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m ul {
        display: none;
        position: absolute;
        top: 45px;
        width: 100%;
        padding: 0 10px;
        background: rgba(202, 156, 70, .8);
        color: #fff
    }

    .main-nav-m ul li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .main-nav-m ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, .55)
    }
}

@keyframes resize {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale(5, 5)
    }

    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }

    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #d0d7da
}

::-webkit-scrollbar-thumb {
    background-color: #0d519d
}

tbody .td-success {
    color: #219a00 !important
}

tbody .td-info {
    color: #0067ac !important
}

tbody .td-red {
    color: red !important
}

tbody .td-orange {
    color: #ff7e00 !important
}

.home-part01 {
    max-width: 1920px;
    margin: auto;
    width: 100%
}

.home-part01 .swiper-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: auto
}

.home-part01 .swiper-info .swiper-card {
    max-height: 4.19rem;
    width: 2.94rem;
    float: right;
    background-color: #01224f;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.home-part01 .swiper-info .swiper-ul {
    margin: auto;
    text-align: center
}

.home-part01 .swiper-info .swiper-ul .swiper-li-text {
    font-size: .18rem;
    color: #fff;
    font-weight: normal;
    padding-bottom: .1rem
}

.home-part01 .swiper-info .swiper-ul .swiper-li-text span {
    font-size: .3rem;
    color: #ff7800;
    font-weight: bold
}

.home-part01 .swiper-info .swiper-ul .swiper-li-user {
    font-size: .18rem;
    color: #fff;
    font-weight: normal;
    padding-bottom: .2rem
}

.home-part01 .swiper-info .swiper-ul .swiper-li-user span {
    font-size: .24rem;
    color: #ff7800;
    font-weight: bold;
    top: .03rem;
    position: relative
}

.home-part01 .swiper-info .swiper-ul .swiper-li-btn {
    background-color: #d9251c;
    padding: .12rem;
    width: 2.4rem;
    margin: auto;
    text-align: center
}

.home-part01 .swiper-info .swiper-ul .swiper-li-btn a {
    font-size: .18rem;
    color: #fff;
    font-weight: bold
}

.home-part01 .swiper-info .swiper-ul .swiper-li-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .14rem
}

.home-part01 .swiper-info .swiper-ul .swiper-li-btn-group a {
    font-size: .14rem;
    color: #fff;
    font-weight: normal;
    padding: 0 .08rem;
    height: .12rem;
    display: flex;
    align-items: center;
    margin-top: .1rem;
    color: #fff
}

.home-part01 .swiper-info .swiper-ul .swiper-li-btn-group a:first-child {
    border-right: 1px solid #0d519d;
    padding-right: 0
}

.home-part .home-model {
    margin-top: 28px
}

.home-part .home-model1-header {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #015293;
    position: relative
}

.home-part .home-model1-header span {
    padding-left: 17px
}

.home-part .home-model1-header span::after {
    width: 4px;
    height: 22px;
    content: "";
    display: block;
    background-color: #015293;
    position: absolute;
    top: 10px;
    left: 0
}

.home-part .home-model1-header img {
    margin-left: 24px
}

.home-part .home-model1-tag li {
    margin-right: .3rem;
    font-size: .18rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    margin-left: .08rem;
    display: flex;
    align-items: center
}

.home-part .home-model1-tag li img {
    margin-right: .06rem
}

.home-part .home-model1-tag li .close {
    display: block
}

.home-part .home-model1-tag li .show {
    display: none
}

.home-part .home-model1-tag li:last-child {
    margin-right: 0
}

.home-part .home-model1-tag-active {
    color: #0067ac !important
}

.home-part .home-model1-tag-active .close {
    display: none !important
}

.home-part .home-model1-tag-active .show {
    display: block !important
}

.home-part .home-model1-tag {
    width: 90%
}

.home-part .home-model-r {
    width: 80%;
    background: #fff;
    padding: .16rem;
    max-width: 8.9rem;
    max-height: 3.8rem;
    margin-right: .2rem;
    border-radius: 5px
}

.home-part .home-model-r-list .home-news-r-c-list {
    display: none;
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    max-height: 2.4rem
}

.home-part .home-model-r .more {
    font-size: .14rem !important
}

.home-part .home-model-column .home-model-r {
    width: 66.1%
}

.home-part .home-news-r-c-list-l {
    width: 62%
}

.home-part .home-model-news-i {
    width: 33.3333333333%;
    padding-left: 25px
}

.home-part .home-model-news {
    margin-top: 23px;
    margin-left: -25px
}

.home-part .home-model-news-img {
    position: relative
}

.home-part .home-model-news-img>img {
    -o-object-fit: cover;
    object-fit: cover
}

.home-part .home-model-news-img-con {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home-part .home-model-news-img-con-i>.title {
    font-size: 24px;
    font-weight: 800;
    color: #fff
}

.home-part .home-model-news-img-con-i>.info {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px
}

.home-part .home-model-news-img-con-i-item {
    margin-top: 20px
}

.home-part .home-model-news-img-con-i-item-i {
    width: 50%;
    margin-top: 10px
}

.home-part .home-model-news-img-con-i-item-i>.title {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.home-part .home-model-news-img-con-i-item-i>.info {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px
}

.home-part .home-model-r-t {
    padding-bottom: .22rem;
    padding-left: .1rem;
    padding-right: .1rem;
    padding-top: .08rem
}

.home-part .home-model-column {
    margin-top: 28px
}

.home-part .home-news-i-con-img {
    width: 100%;
    height: 100%;
    min-width: 1.8rem;
    min-height: 1.07rem;
    max-width: 1.8rem;
    max-height: 1.07rem;
    display: table
}

.home-part .home-news-i-con-b-i>.title {
    width: calc(100% - 85px);
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.home-part .home-news-i-con-b-i>.day {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e
}

.home-part .home-news-i-con-b>.info {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    margin-top: .19rem
}

.home-part .home-news-i-con-b {
    width: calc(100% - 2.1rem)
}

.home-part .home-news-i-con-i:hover>.title {
    color: #015293
}

.home-part .home-news-i-con-i>.title {
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    position: relative;
    padding-left: .27rem
}

.home-part .home-news-i-con-i>.day {
    font-size: 12px;
    font-weight: 500;
    color: #262626
}

.home-part .home-news-i-con-i>.title::after {
    width: .05rem;
    height: .05rem;
    position: absolute;
    top: 50%;
    left: .11rem;
    transform: translateY(-50%);
    background: #cbcbcb;
    border-radius: 50%;
    content: "";
    display: block
}

.home-part .home-news-i-con-i {
    padding: .16rem .27rem .16rem 0
}

.home-part .home-news-i-con-i:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.home-part .home-news-i-con {
    padding-left: 0 !important;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e2e2e2
}

.home-part .home-model-column-i {
    margin-top: 20px
}

.home-part .home-news-i-swiper {
    overflow: hidden;
    position: relative
}

.home-part .home-news-i-swiper-i-item {
    padding: .28rem 0 0 0
}

.home-part .home-news-i-swiper .home-news-i-swiper-page {
    height: auto
}

.home-part .home-model-member-t .line {
    width: 5.56rem;
    height: 1px;
    position: relative;
    background: linear-gradient(90deg, transparent, #E4E4E4)
}

.home-part .home-model-member-t .title {
    font-size: 20px;
    font-weight: bold;
    color: #053e96;
    line-height: 28px;
    margin: 0 17px;
    white-space: nowrap
}

.home-part .home-news-item-i {
    width: 32%;
    background-color: #fff;
    padding: 26px
}

.home-part .home-news-r-c-lista {
    margin-top: 12px
}

.home-part .home-news-r-c-lista li a {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.home-part .home-news-r-c-lista-img {
    width: 167px;
    height: 105px;
    margin-right: 26px
}

.home-part .home-news-r-c-lista-con {
    width: 50%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999
}

.home-part .home-news-r-c-lista-con h4 {
    width: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px
}

.home-part .home-news-item-i .home-news-r-c-list li,
.home-part .home-model-r .home-news-r-c-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .14rem 0;
    border-bottom: 1px dashed #e4e4e4;
    padding-left: .06rem
}

.home-part .home-news-item-i .home-news-r-c-list li {
    margin-bottom: 7%
}

.home-part .home-news-r-c-list-a li {
    margin-bottom: 2% !important
}

.home-part .home-news-r-c-list li:last-child {
    margin-bottom: 0 !important
}

.home-part .home-news-r-c-list li .time {
    font-size: .14rem;
    color: #545454;
    width: 15%;
    text-align: center;
    min-width: 1rem
}

.home-part .home-news-r-c-list li .days {
    font-size: .14rem;
    color: #d9251c;
    width: 10%;
    text-align: center
}

.home-part .home-news-r-c-list a {
    width: 100%;
    padding-left: 14px;
    overflow: hidden;
    font-size: .14rem;
    font-weight: 400;
    color: #545454
}

.home-part .home-news-r-c-list img {
    display: none
}

.home-part .home-news-r-c-list .news-active img {
    display: inline
}

.home-part .home-news-r-c-list span::after {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
    background-color: #e4e4e4;
    content: "";
    display: block;
    border-radius: 50%
}

.home-part .home-news-i-top {
    width: 100%;
    margin-bottom: .3rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

.home-part .home-news-i-top>.title {
    width: 100px;
    font-size: 20px;
    font-weight: 800;
    color: #053e96
}

.home-part .home-news-i-top>.title::after {
    width: inherit;
    height: 2px;
    background: #053e96;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1
}

.home-part .home-model-r-t .more,
.home-part .home-news-i-top>.more {
    font-size: 14px;
    font-weight: 500;
    color: #b2b2b2;
    white-space: nowrap
}

.home-part .home-model-r-clomn {
    width: 100%;
    height: .5rem;
    background-color: #ebf3f8;
    display: flex;
    align-items: center;
    margin-bottom: .08rem;
    font-size: .14rem;
    color: #0067ac;
    font-weight: bold
}

.home-part .home-model-r-clomn .clomn-1 {
    width: 60%;
    margin-left: .26rem;
    display: flex
}

.home-part .home-model-r-clomn .clomn-2 {
    min-width: .9rem;
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center
}

.home-part .home-model-r-clomn .clomn-3 {
    width: 15%;
    padding-right: .3rem;
    text-align: right;
    min-width: .9rem;
    display: flex;
    justify-content: right
}

.home-part .home-model-l {
    background-color: #fff
}

.home-part .home-model-l .home-model-ul {
    width: 2.94rem;
    height: 3.8rem;
    border-radius: 5px;
    border-top: 4px solid #0067ac
}

.home-part .home-model-l .home-model-ul .home-ul-title {
    font-size: .18rem;
    color: #0067ac;
    font-weight: bold;
    padding: .17rem
}

.home-part .home-model-l .home-model-ul .home-ul-img {
    padding: 0 .12rem
}

.home-part .home-model-l .home-model-ul .home-ul-desc {
    padding: .22rem
}

.home-part .home-model-l .home-model-ul .home-ul-desc p {
    line-height: .22rem;
    font-size: .14rem;
    color: #646464;
    font-weight: normal
}

.home-part02 {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    padding-top: .2rem
}

.home-wrap {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background-image: url("../images/home- (11).png");
    background-repeat: no-repeat;
    background-position: bottom center
}

.wrap-1200 {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex
}

.home-part03 {
    background-image: url("../images/home- (8).png");
    max-width: 1200px;
    margin: .17rem auto;
    height: 2.3rem;
    background-size: cover;
    display: flex;
    align-items: center
}

.home-part03 .part-ul {
    width: 60%;
    /*max-width: 2.6rem;*/
    margin-left: 60%
}

.home-part03 .part-ul .part-li-title {
    font-size: .3rem;
    color: #0067ac;
    font-weight: bold
}

.home-part03 .part-ul .part-li-desc {
    margin-top: .1rem;
    font-size: .2rem;
    color: #545454;
    font-weight: normal
}

.home-part03 .part-ul .part-li-btn {
    margin-top: .18rem
}

.home-part03 .part-ul .part-li-btn a {
    display: flex;
    border-radius: 5px;
    border: 1px solid #0067ac;
    max-width: 1rem;
    height: .36rem;
    justify-content: center;
    align-items: center;
    color: #0067ac
}

.home-part04 {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    padding-top: .17rem
}

.home-part04 .home-part04-left {
    width: calc(50% - .08rem);
    margin-right: .14rem
}

.home-part04 .home-part04-right {
    width: calc(50% - .08rem)
}

.home-part04 .home-model-r {
    max-height: 3.3rem;
    margin-right: 0
}

.home-part04 .home-model-r-t {
    border-bottom: 2px solid #0067ac
}

.home-part05 {
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding-top: .24rem;
    padding-bottom: .4rem
}

.home-part05 .home-link-ul {
    width: 33.3333333333%;
    text-align: center;
    display: block
}

.home-part05 .home-link-ul .home-link-img {
    margin-bottom: .16rem
}

.home-part05 .home-link-ul .home-link-title {
    font-size: .18rem;
    color: #0067ac;
    font-weight: bold
}

.home-part05 .home-link-ul .home-link-desc {
    font-size: .14rem;
    color: #545454;
    font-weight: normal;
    margin: .14rem 0
}

.home-part06-left-img {
    width: 100%;
    height: 1.14rem;
    margin: .1rem auto
}

.home-part06-left-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.home-part06-right {
    width: 2.94rem;
    height: 2.26rem;
    border-radius: 5px;
    padding: .16rem;
    background: url(../images/new/h-3.png) no-repeat center bottom
}

.home-part06-right-con {
    padding: .13rem 0
}

.home-part06-right-con .t1 {
    font-weight: 500;
    font-size: .16rem;
    color: #4b4b4b;
    line-height: .24rem
}

.home-part06-right-con .t2 {
    font-weight: 500;
    font-size: .16rem;
    color: #0067ac !important
}

.home-notice {
    max-width: 1920px;
    width: 100%;
    background-color: #fff;
    height: .5rem
}

.home-notice a {
    display: block;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 100%
}

.home-notice .home-notice-ul {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.home-notice .home-notice-ul .notice-img {
    min-width: .1rem;
    margin-right: .06rem
}

.home-notice .home-notice-ul .notice-desc {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    color: #000;
    font-weight: normal
}

.home-notice .home-notice-ul .notice-time {
    width: 10%;
    min-width: 1rem;
    text-align: right;
    font-size: .14rem;
    color: #6c6c6c;
    font-weight: normal
}

.service-part {
    max-width: 1920px;
    margin: auto;
    width: 100%;
    background-color: #fff
}

.service-part01 .faq-swiper {
    height: 2.95rem
}

.service-part01 .swiper-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: auto;
    font-size: .36rem;
    color: #fff;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

.service-part02 {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    height: .6rem
}

.service-part02 a {
    display: flex;
    justify-content: center;
    align-items: center
}

.service-part02 .service-faq {
    padding: .12rem;
    font-size: .16rem;
    color: #545454;
    font-weight: normal;
    min-width: 1.2rem
}

.service-part02 .service-active {
    font-size: .16rem;
    color: #fff;
    font-weight: normal;
    background-color: #0067ac
}

.service-part03 {
    margin: auto;
    width: 100%;
    background-color: #f5f7fa;
    padding-bottom: .3rem;
    padding-top: .24rem
}

.service-part03 .recruit {
    position: relative;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    background-color: #f5f7fa
}

.service-part03 .recruit-part01 {
    max-width: 1600px;
    margin: auto;
    position: relative;
    width: 100%;
    transition: none;
    padding-top: .24rem
}

.service-part03 .recruit-part01 ul li {
    background-color: #fff;
    margin-bottom: .12rem;
    border-radius: .1rem
}

.service-part03 .recruit-part01 ul li .field-label {
    font-size: .16rem;
    color: #444;
    font-weight: normal;
    display: flex;
    width: 86%;
    justify-content: space-between;
    padding: .16rem .18rem
}

.service-part03 .recruit-part01 ul li .field-label span {
    display: block;
    min-width: .68rem
}

.service-part03 .recruit-part01 ul li .field-value {
    font-size: .16rem;
    color: #303030;
    font-weight: normal;
    background-color: #fff;
    display: flex;
    position: relative;
    border-radius: .1rem;
    padding: .16rem 0;
    margin: 0 .18rem
}

.service-part03 .recruit-part01 ul li .field-value-bar {
    max-width: 10rem;
    display: flex;
    width: 100%;
    display: flex;
    align-items: center
}

.service-part03 .recruit-part01 ul li .field-value-bar span {
    display: block;
    margin-left: .16rem
}

.service-part03 .recruit-part01 ul li .field-value a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 3.6%;
    top: 0;
    bottom: 0
}

.service-part03 .recruit-part01 ul li .field-value a img {
    -o-object-fit: none;
    object-fit: none
}

.service-part03 .recruit-part01 ul li .field-value a .close {
    display: none
}

.service-part03 .recruit-part01 ul li .field-value a .open {
    display: block
}

.service-part03 .recruit-part01 ul li .recruit-item {
    font-size: .16rem;
    color: #444;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: .12rem;
    padding: 0 .18rem;
    max-height: 0;
    position: relative;
    overflow: hidden;
    line-height: .28rem;
    transition: max-height .5s ease;
    border-radius: 0 0 .1rem .1rem;
    display: flex;
    align-items: flex-start
}

.service-part03 .recruit-part01 ul li .recruit-item b {
    font-size: .16rem;
    color: #1c1c1c;
    font-weight: bold;
    transition: none
}

.service-part03 .recruit-part01 ul li .recruit-item text {
    margin-left: .16rem;
    padding: .16rem 0
}

.service-part03 .recruit-part01 ul li .recruit-item img {
    margin-top: .16rem
}

.service-part03 .recruit-part01 ul .active-li {
    transition: none
}

.service-part03 .recruit-part01 ul .active-li .field-value {
    border-radius: .1rem .1rem 0 0;
    border-bottom: 1px solid #f0f0f0
}

.service-part03 .recruit-part01 ul .active-li .field-value a .close {
    display: block
}

.service-part03 .recruit-part01 ul .active-li .field-value a .open {
    display: none
}

.service-part03 .recruit-part01 ul .active-li .recruit-item {
    padding: .16rem .18rem;
    padding: 0 .18rem;
    max-height: 4.5rem;
    max-height: -moz-max-content;
    max-height: max-content
}

.service-part03 .doclist {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 10px
}

.service-part03 .doclist .doclist-ul {
    padding-top: .12rem;
    padding-bottom: .12rem
}

.service-part03 .doclist .doclist-li {
    display: flex;
    font-size: .16rem;
    color: #262626;
    font-weight: normal;
    margin: 0 .18rem;
    padding: .16rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

.service-part03 .doclist .doclist-li span {
    margin-left: .14rem
}

.service-part03 .doclist .doclist-li a {
    display: flex;
    position: absolute;
    right: 0;
    color: #0067ac
}

.service-part03 .doclist .doclist-li a img {
    margin-right: .1rem
}

.login-part {
    background-color: #f5f7fa;
    width: 100%;
    margin: auto
}

.login-part .login-wrap {
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    margin: .24rem auto
}

.login-part .login-b {
    max-width: 512px;
    width: 100%;
    margin: auto;
    padding: 6% 0 8% 0
}

.login-part .login-menu .title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3c3c3c
}

.login-part .login-menu em {
    margin: 0 5%;
    color: #ccc
}

.login-part .login-menu .title.cur {
    font-size: .3rem;
    color: #0067ac;
    font-weight: bold
}

.login-part .login-input {
    margin: .24rem 0
}

.login-part .login-user {
    font-size: .14rem;
    color: #444;
    font-weight: normal;
    margin-bottom: .1rem
}

.login-part .login-input-code,
.login-part .login-input .inputs {
    width: 100%;
    height: .52rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: .2rem;
    padding: 0 .2rem;
    font-size: .14rem
}

.login-part .login-input-code {
    padding: 0 .15rem
}

.login-part .login-input-code>.inputs {
    width: 100%;
    font-size: .14rem;
    height: 100%
}

.login-part .login-input-code>.code img,
.login-part .login-input-code>.code {
    height: 100%
}

.login-part .login-type {
    margin-top: .2rem
}

.login-part .login-type .title {
    display: flex
}

.login-part .login-type .title a {
    color: #0067ac
}

.login-part .input-li {
    display: flex
}

.login-part .input-li span {
    line-height: .48rem;
    color: #d60a17;
    margin-left: .1rem
}

.login-part .login-type-i .title {
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1a1a1a;
    margin-left: .1rem
}

.login-part .login-type-i>img {
    width: auto;
    height: auto
}

.login-part .login-btn {
    width: 100%;
    height: .52rem;
    background: #0067ac;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    font-weight: bold;
    color: #fff
}

.download-way {
    padding-top: .25rem
}

.download-way-item {
    display: flex;
    align-items: center;
    margin-bottom: .15rem
}

.download-way-item-title {
    min-width: 100px;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    color: #3a3a3a
}

.download-way-item:last-child {
    margin-bottom: 0
}

.download-way-input {
    min-width: 2.3rem;
    width: auto;
    height: 37px;
    border: .01px solid #dedede;
    padding: 0 .15rem;
    display: flex;
    align-items: center
}

.download-way-input .inputs {
    width: 100%;
    height: 100%;
    font-size: 14px
}

.register-part {
    background-color: #f5f7fa;
    width: 100%;
    margin: auto;
    height: 100%
}

.register-part .register-wrap {
    max-width: 1200px;
    background-color: #fff;
    margin: auto;
    padding: .24rem;
    border-radius: 10px
}

.register-part .register-main {
    margin: auto;
    max-width: 1200px;
    padding: .24rem;
    width: 100%
}

.register-part .form-card .form-card-title {
    background-color: #f5f7fa;
    height: .46rem;
    display: flex;
    align-items: center
}

.register-part .form-card .form-card-title span {
    font-size: .18rem;
    color: #0067ac;
    font-weight: bold;
    margin-left: .24rem
}

.register-part .form-card .tag-list-box .row {
    display: none
}

.register-part .form-card .tag-list-b {
    padding-top: 0rem;
    padding-left: .3rem
}

.register-part .form-card .tag-list-b>.t1 {
    font-weight: 800;
    font-size: .16rem;
    color: #0067ac;
    line-height: .2rem
}

.register-part .form-card .tag-list-b>.tag-list {
    padding-top: .14rem;
    padding-left: 0rem;
    position: relative;
    padding-bottom: .15rem;
    display: flex;
    flex-wrap: wrap
}

.register-part .form-card .form-ul {
    position: relative;
    max-width: 5.8rem;
    margin: .3rem .3rem .12rem;
    width: 96%
}

.register-part .form-card .tag-list {
    padding-top: .15rem;
    padding-left: .3rem;
    position: relative;
    padding-bottom: .15rem;
    display: flex;
    flex-wrap: wrap
}

.register-part .form-card .tag-list .tag-item {
    width: -moz-max-content;
    width: max-content;
    min-width: 1.6rem;
    height: .46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #ededed;
    margin-right: .12rem;
    margin-bottom: .12rem;
    color: #444;
    font-size: .14rem;
    padding: 0 .24rem;
    cursor: pointer;
    position: relative
}

.register-part .form-card .tag-list .tag-item img {
    display: none
}

.register-part .form-card .tag-list .tag-item:hover {
    border: 1px solid #0067ac
}

.register-part .form-card .tag-list .tag-active {
    border: 1px solid #0067ac
}

.register-part .form-card .tag-list .tag-active img {
    position: absolute;
    right: .1rem;
    bottom: 7px;
    display: block
}

.register-part .form-card .form-li {
    display: flex;
    margin-bottom: .2rem;
    font-size: .14rem;
    color: #444;
    font-weight: normal
}

.register-part .form-card .form-li label {
    min-width: 1rem;
    line-height: .46rem
}

.register-part .form-card .form-li span {
    line-height: .48rem;
    color: #d60a17;
    margin: 0 .1rem
}

.register-part .form-card .form-li p {
    display: flex;
    width: 2.6rem;
    justify-content: center;
    align-items: center
}

.register-part .form-card .form-li p a {
    color: #0067ac
}

.register-part .form-card .form-li .upload-input {
    opacity: 0;
    position: absolute;
    height: .46rem;
    width: 1.62rem
}

.register-part .form-card .form-li .upload-item {
    margin-right: .12rem;
    display: flex;
    align-items: center;
    position: relative
}

.register-part .form-card .form-li .upload-item .current-img {
    display: none
}

.register-part .form-card .form-li .active-img {
    border: 1px solid #e3e3e3;
    position: relative;
    width: 1.6rem;
    height: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 5px
}

.register-part .form-card .form-li .active-img .upload-card {
    display: none
}

.register-part .form-card .form-li .active-img .current-img {
    display: block;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    padding: .1rem
}

.register-part .form-card .form-li .active-img .upload-input {
    bottom: 0
}

.register-part .form-card .form-li .active-img span {
    line-height: 20px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #0067ac;
    cursor: pointer
}

.register-part .form-card .form-li .upload-card {
    border: 1px solid #0067ac;
    width: 1.62rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0067ac;
    border-radius: 2px;
    cursor: pointer;
    height: .44rem
}

.register-part .form-card .form-li .upload-card img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 4px
}

.register-part .form-card .form-li .btn-input {
    border: 1px solid #e3e3e3;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

.register-part .form-card .form-li .send-code {
    color: #0067ac;
    border: 1px solid #e3e3e3;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .46rem;
    border-radius: 0 5px 5px 0;
    cursor: pointer
}

.register-part .form-card .form-li-upload {
    flex-wrap: wrap
}

.register-part .form-card .form-li-upload .upload-files {
    position: relative;
    left: 0
}

.register-part .form-card .form-li-upload .divupload {
    position: relative;
    left: 1rem;
    width: 100%;
    margin-top: .1rem
}

.register-part .form-card .inputs {
    width: 100%;
    height: .46rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0 .16rem;
    font-size: .14rem
}

.register-part .register-btn {
    width: 3.8rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0067ac;
    margin: auto
}

.register-part .register-btn a {
    font-size: .14rem;
    color: #fff;
    font-weight: normal
}

.winning-part {
    background-color: #f5f7fa;
    width: 100%;
    margin: auto;
    height: 100%
}

.winning-part .winning-wrap {
    max-width: 1200px;
    background-color: #fff;
    margin: auto;
    padding: .24rem;
    border-radius: 10px
}

.winning-part .winning-main {
    margin: auto;
    max-width: 1200px;
    padding: .24rem;
    width: 100%
}

.winning-part .table-column {
    display: flex;
    background-color: #f2f2f2;
    height: .5rem;
    align-items: center;
    font-size: .14rem;
    color: #000;
    font-weight: bold;
    padding: 0 .2rem;
    border-radius: 5px
}

.winning-part .table-column li:nth-child(1) {
    min-width: 1.5rem;
    width: 20%
}

.winning-part .table-column li:nth-child(2) {
    min-width: 1.5rem;
    width: 60%
}

.winning-part .table-column li:nth-child(3) {
    min-width: 1rem;
    width: 15%;
    padding-left: .08rem
}

.winning-part .table-column li:nth-child(4) {
    min-width: .6rem;
    width: 10%
}

.winning-part .table-field {
    padding-top: .1rem
}

.winning-part .table-field .table-field-row {
    height: .46rem;
    border-bottom: 1px dashed rgba(232, 232, 232, .8)
}

.winning-part .table-field .table-field-row a {
    display: block
}

.winning-part .table-field .table-field-row .table-field-line {
    height: .46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .16rem
}

.winning-part .table-field .table-field-row .table-field-line img {
    display: none
}

.winning-part .table-field .table-field-row .table-field-line li {
    font-size: .14rem;
    color: #545454;
    font-weight: normal;
    position: relative
}

.winning-part .table-field .table-field-row .table-field-line li img {
    -o-object-fit: contain;
    object-fit: contain;
    top: 4px
}

.winning-part .table-field .table-field-row .table-field-line li:nth-child(1) {
    min-width: 1.5rem;
    width: 20%;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.winning-part .table-field .table-field-row .table-field-line li:nth-child(2) {
    min-width: 1.5rem;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.winning-part .table-field .table-field-row .table-field-line li:nth-child(3) {
    min-width: 1rem;
    width: 15%
}

.winning-part .table-field .table-field-row .table-field-line li:nth-child(4) {
    min-width: .6rem;
    width: 10%
}

.winning-part .table-field .table-field-row .table-field-line .is-end {
    color: #0067ac
}

.winning-part .table-field .table-field-row .table-field-line .is-start {
    color: #219a00
}

.winning-part .table-field .table-field-row .table-field-line .is-ing {
    color: #ff7e00
}

.winning-part .table-field .table-field-row .li-active img {
    display: inline
}

.tende-part {
    background-color: #f5f7fa;
    width: 100%;
    margin: auto;
    height: 100%
}

.tende-part .tende-wrap {
    max-width: 1200px;
    background-color: #fff;
    margin: auto;
    padding: .24rem;
    border-radius: 10px;
    margin-top: .2rem
}

.tende-part .tende-main {
    margin: auto;
    max-width: 1200px;
    padding: .24rem;
    width: 100%
}

.tende-part .tende-top-ul {
    margin: .2rem 0;
    border-bottom: 1px solid #e5e5e5
}

.tende-part .tende-top-ul .tende-top-li {
    font-size: .14rem;
    color: dimgray;
    font-weight: normal;
    padding-bottom: .26rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.tende-part .tende-top-ul .tende-top-li p {
    font-size: .3rem;
    color: #0067ac;
    font-weight: bold
}

.tende-part .tende-top-ul .tende-top-li img {
    margin-right: 6px
}

.tende-part .tende-top-ul .tende-top-li:first-child {
    max-width: 9rem;
    width: 100%;
    margin: auto
}

.tende-part .tende-success-tip {
    background-color: #ffffef;
    display: none;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffe6b6;
    height: .44rem;
    width: 100%;
    border-radius: 2px;
    margin-bottom: .18rem
}

.tende-part .tende-success-tip text {
    font-size: .18rem;
    color: #ff8a00;
    font-weight: bold
}

.tende-part .tende-success-tip img {
    margin-right: 6px
}

.tende-part .tip-active {
    display: flex
}

.tende-part .form-table-title {
    font-size: .14rem;
    color: #2f2f2f;
    font-weight: bold;
    min-height: .5rem;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #f5f7fa;
    border-left: 3px solid #0067ac;
    border-radius: 2px;
    padding: .12rem .2rem
}

.tende-part .form-table-title span {
    color: red;
    display: contents
}

.tende-part .form-table-title text {
    font-size: .16rem;
    color: #0067ac;
    font-weight: bold
}

.tende-part .tende-table {
    width: calc(100% - .32rem);
    width: 100%;
    overflow-x: auto
}

.tende-part .tende-table .layui-table {
    width: -moz-max-content;
    width: max-content;
    margin: .2rem 0
}

.tende-part .tende-table thead tr {
    background-color: #f4f4f4;
    font-size: .14rem;
    color: #141414;
    font-weight: bold
}

.tende-part .tende-table thead tr th {
    text-align: center
}

.tende-part .tende-table tbody td {
    text-align: center
}

.tende-part .tende-table tbody .form-input {
    text-align: center
}

.tende-part .tende-table::-webkit-scrollbar {
    height: 10px;
    background-color: #f1f1f1
}

.tende-part .tende-table::-webkit-scrollbar-thumb {
    background-color: #0067ac
}

.tende-part .tende-table::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.tende-part .download-list {
    margin: .16rem 0
}

.tende-part .download-list .download-li {
    color: #262626;
    padding: .1rem 0;
    display: flex;
    align-items: center
}

.tende-part .download-list .download-li a {
    color: #0067ac;
    height: 9px;
    display: flex;
    align-items: center;
    padding: 0 6px
}

.tende-part .download-list .download-li span {
    margin: 0 .3rem 0 .1rem
}

.tende-part .download-list .download-li a:last-child {
    border-left: 1px solid #999
}

.tende-part .default-upload {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .3rem
}

.tende-part .default-upload .upload-input {
    opacity: 0;
    position: absolute;
    left: 1rem;
    height: .46rem;
    width: 1.62rem
}

.tende-part .default-upload .upload-card {
    border: 1px solid #0067ac;
    width: 1.62rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0067ac;
    border-radius: 2px;
    cursor: pointer
}

.tende-part .default-upload .upload-card img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 4px
}

.tende-part .btn-group {
    display: flex;
    justify-content: center;
    margin: .2rem 0
}

.tende-part .btn-group a {
    font-size: .22rem;
    color: #646464;
    font-weight: normal;
    display: block;
    width: 2.1rem;
    height: .44rem;
    margin: .12rem;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    line-height: .46rem
}

.tende-part .btn-group a:first-child {
    font-size: .22rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #0067ac;
    background-color: #0067ac
}

.tende-part .btn-success {
    margin: auto;
    padding-bottom: .12rem
}

.tende-part .btn-success a:first-child {
    font-size: .22rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #219a00;
    background-color: #219a00
}

.tende-part .btn-info {
    margin: auto;
    padding-bottom: .12rem
}

.tende-part .btn-info a:first-child {
    font-size: .22rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #0067ac;
    background-color: #0067ac
}

.tende-part .btn-end {
    margin: auto;
    padding-bottom: .12rem
}

.tende-part .btn-end a:first-child {
    font-size: .22rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #bebebe;
    background-color: #bebebe
}

.tende-part .tende-list {
    width: calc(100% - .32rem);
    width: 100%;
    overflow-x: auto
}

.tende-part .tende-list .layui-table {
    width: -moz-max-content;
    width: max-content;
    margin: .2rem auto
}

.tende-part .tende-list .layui-table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1
}

.tende-part .tende-list tbody td {
    background-color: #fff;
    font-size: .14rem;
    color: #545454;
    font-weight: normal;
    text-align: left;
    padding-left: .26rem
}

.tende-part .tende-list tbody td .td-success {
    color: #219a00
}

.tende-part .tende-list tbody td .td-info {
    color: #0067ac
}

.tende-part .tende-list tbody td:nth-child(1) {
    background-color: #f4f4f4;
    font-size: .14rem;
    color: #141414;
    font-weight: bold
}

.tende-part .tende-list tbody td:nth-child(3) {
    background-color: #f4f4f4;
    font-size: .14rem;
    color: #141414;
    font-weight: bold
}

.tende-part .tende-dowmload {
    background-color: #fff;
    padding-top: 0
}

.tende-part .tende-dowmload .doclist-li {
    font-size: .14rem
}

.tende-part .tende-detail {
    padding: .24rem .12rem
}

.member-part {
    background-color: #f5f7fa;
    width: 100%;
    margin: auto;
    height: 100%
}

.member-part .form-li-upload {
    flex-wrap: wrap
}

.member-part .form-li-upload .upload-files {
    position: relative;
    left: 0 !important
}

.member-part .form-li-upload .divupload {
    position: relative;
    left: 0 !important;
    width: 100%;
    margin-top: .1rem
}

.member-part .member-wrap {
    max-width: 1200px;
    margin: auto;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-radius: 2px;
    display: flex;
    height: 100%
}

.member-part .member-main {
    margin: auto;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: relative
}

.member-part .register-part {
    height: auto
}

.member-part .member-main-left {
    width: 2.55rem;
    height: 3.22rem;
    background-color: #fff;
    border-top: 1px solid #0067ac;
    border-radius: 2px;
    margin-right: .2rem
}

.member-part .member-main-left .member-menu-ul {
    padding-top: .06rem
}

.member-part .member-main-left .member-menu-li {
    height: .6rem;
    display: flex;
    align-items: center;
    padding: .1rem .3rem .1rem .34rem;
    font-size: .16rem;
    color: #383838;
    font-weight: normal
}

.member-part .member-main-left a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.member-part .member-main-left .member-menu-li:hover a span {
    color: #0067ac
}

.member-part .member-main-left .active-li a span {
    color: #0067ac;
    font-weight: bold
}

.member-part .member-main-right {
    background-color: #fff;
    padding: .26rem;
    width: calc(100% - 2.76rem)
}

.member-part .member-main-right .tende-part {
    height: auto
}

.member-part .member-main-right .tende-dowmload {
    padding-top: .3rem
}

.member-part .member-main-right .member-title {
    border-bottom: 1px solid #e6e6e6
}

.member-part .member-main-right .member-title span {
    font-size: .18rem;
    color: #2474b2;
    font-weight: bold;
    border-bottom: 2px solid red;
    padding-bottom: .2rem
}

.member-part .member-main-right .member-table {
    margin-top: .2rem;
    width: 100%;
    overflow-x: auto
}

.member-part .member-main-right .member-table .layui-table {
    width: -moz-max-content;
    width: max-content;
    margin: .2rem 0
}

.member-part .member-main-right .member-table thead tr {
    background-color: #f2f2f2;
    border-radius: 2px;
    height: .5rem
}

.member-part .member-main-right .member-table thead tr th {
    text-align: center
}

.member-part .member-main-right .member-table thead tr th:first-child {
    text-align: left
}

.member-part .member-main-right .member-table tbody td {
    font-size: .14rem;
    color: #545454;
    font-weight: normal;
    text-align: center
}

.member-part .member-main-right .member-table tbody td p {
    padding-top: .1rem;
    padding-bottom: .2rem
}

.member-part .member-main-right .member-table tbody td .row-btn {
    display: flex;
    padding: .1rem 0
}

.member-part .member-main-right .member-table tbody td .row-btn img {
    margin-right: 6px
}

.member-part .member-main-right .member-table tbody td .row-btn a {
    margin-right: .3rem;
    color: #0067ac;
    display: flex
}

.member-part .member-main-right .member-table tbody td:first-child {
    text-align: left
}

.member-part .member-main-right .member-table tbody tr {
    border-bottom: 1px dashed #e6e6e6
}

.member-part .member-main-right .member-table::-webkit-scrollbar {
    height: 5px;
    background-color: #f1f1f1
}

.member-part .member-main-right .member-table::-webkit-scrollbar-thumb {
    background-color: #0067ac
}

.member-part .member-main-right .member-table::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.member-part .member-main-right .notice-table thead tr th {
    text-align: left
}

.member-part .member-main-right .notice-table thead tr th:last-child {
    text-align: center
}

.member-part .member-main-right .notice-table tbody td {
    text-align: left;
    padding-top: .16rem;
    padding-bottom: .16rem
}

.member-part .member-main-right .notice-table tbody td a {
    display: flex;
    align-items: center;
    width: 100%
}

.member-part .member-main-right .notice-table tbody td a img {
    margin-right: .1rem
}

.member-part .member-main-right .notice-table tbody td .old-notice {
    display: inline
}

.member-part .member-main-right .notice-table tbody td .new-notice {
    display: none
}

.member-part .member-main-right .notice-table tbody td .a-new .old-notice {
    display: none
}

.member-part .member-main-right .notice-table tbody td .a-new .new-notice {
    display: inline
}

.member-part .member-main-right .notice-table tbody td:last-child {
    text-align: center
}

.member-part .member-main-right .notice-table .table-bootom-btn {
    padding: 0 .15rem;
    padding-bottom: .2rem
}

.member-part .member-main-right .notice-table .table-bootom-btn span {
    margin: 0 .12rem
}

.member-part .member-main-right .notice-table .table-bootom-btn a {
    color: #0067ac
}

.member-part .member-main-right .member-user {
    background-color: #fff
}

.member-part .bid-record {
    background-color: #fff
}

.member-part .bid-record .tende-top-ul {
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: .32rem
}

.member-part .bid-record .tende-list {
    margin-bottom: .2rem
}

.member-part .bid-record .tende-table {
    margin-bottom: .2rem
}

.member-part .bid-record .doclist-li {
    margin: 0;
    border-bottom: 0
}

.member-part .bid-record .doclist-li a {
    position: relative;
    margin-left: .2rem
}

.crumbs .public-con-r {
    width: 80%
}

.crumbs .public-con-r-top-r-nav {
    display: flex;
    align-items: center
}

.crumbs .public-con-r-top-r-nav .title {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #565656
}

.crumbs .public-con-r-top-r-nav .title:hover {
    color: #0067ac
}

.crumbs .public-con-r-top-r-nav em {
    margin: 0 10px
}

.crumbs .public-con-r-top-r-nav img {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-right: 10px
}

.crumbs .public-con-r-top-l,
.crumbs .public-con-r-top-r {
    width: 50%
}

.crumbs .public-con-r-top {
    background: #f4f4f4;
    padding: .31rem
}

.crumbs .public-con-r-top-r-nav {
    display: flex;
    justify-content: flex-start
}

.crumbs .public-con-r-top-l {
    font-size: 24px;
    font-weight: 400;
    color: #333
}

.pages .flex-center {
    display: flex;
    justify-content: center
}

.pages .items-center {
    display: flex;
    align-items: center
}
.pages .public-page-l a.cur {
       background: #0067ac;
    color: #fff;
}
.pages .public-page-l a {
    width: -moz-max-content;
    width: max-content;
    height: 42px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    padding: 0 17px;
    background: #fff
}

.pages .page-r-i.cur,
.pages .page-skip:hover,
.pages .public-page-l a:hover {
    background: #0067ac;
    color: #fff
}

.pages .page-next span,
.pages .page-prev span {
    margin-right: 5px
}

.pages .page-next span:last-child,
.pages .page-prev span:last-child {
    margin-right: 0
}

.pages .public-page-r .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b
}

.pages .public-page-r .i1 {
    width: .55rem;
    height: .42rem;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #e8e8e8
}

.pages .page-skip,
.pages .public-page-r {
    margin-left: 15px
}

.pages .public-page {
    margin: .56rem auto
}

.pages .page-skip {
    width: 55px;
    height: 42px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center
}

body {
    display: grid;
    grid: "header" auto "main" 1fr "footer" auto/1fr;
    min-height: 6rem;
    min-height: 100vh
}

header {
    grid-area: header
}

main {
    grid-area: main;
    overflow-y: hidden;
    padding-top: 1.2rem
}

footer {
    grid-area: footer
}

.pending-i {
    border: 1px solid #EEEEEE;
}

@media(max-width: 1200px) {
    .home-notice .home-notice-ul {
        width: 96%;
        margin: auto
    }
}

@media(max-width: 1024px) {
    main {
        flex: 1;
        padding-top: 0
    }

    .homeSwiper-img {
        -o-object-position: 33%;
        object-position: 33%
    }

    .home-part01 .swiper-info .swiper-card {
        background-color: rgba(1, 34, 79, .8)
    }
}

@media(max-width: 860px) {
    .home-part02 {
        flex-wrap: wrap
    }

    .home-part .home-model-r {
        width: 100%;
        margin-right: 0;
        margin: 0 .16rem !important
    }

    .home-part .home-model-l {
        width: 100%;
        margin: .16rem .16rem 0
    }

    .home-part .home-model-l .home-model-ul {
        width: 100%;
        height: auto
    }

    .home-part .home-model-l .home-ul-img {
        text-align: center
    }

    .home-part04 {
        flex-wrap: wrap
    }

    .home-part04 .home-part04-right {
        margin-top: .16rem
    }

    .login-part .login-b {
        width: 94%
    }

    .pages .public-page {
        margin: .56rem auto;
        display: block
    }

    .pages .page-skip,
    .pages .public-page-r {
        justify-content: center
    }

    .pages .page-a {
        display: none !important
    }

    .pages .page-b {
        display: none !important
    }

    .pages .public-page-r {
        margin-top: .1rem
    }

    .member-wrap {
        flex-wrap: wrap
    }

    .member-part .member-main-left {
        width: 100%;
        margin: auto .1rem
    }

    .member-part .member-main-right {
        width: 100%;
        margin: .1rem;
        max-width: -webkit-fill-available;
        padding-bottom: 1.5rem
    }

    .member-part .member-wrap {
        padding-top: 0
    }
}

@media(max-width: 680px) {
    .home-part02 {
        flex-wrap: wrap
    }

    .home-part01 .swiper-info {
        display: flex;
        justify-content: center
    }

    .home-part01 .swiper-info .swiper-card {
        float: none
    }

    .home-part01 .swiper-info .swiper-card {
        background-color: rgba(1, 34, 79, .8)
    }
}