html {
    font-size: 16px
}

html,
body {
    /*background: #0e2449 url("../images/body-bg.jpg") top 100px center no-repeat;*/
    background: #b4d9fb url("../images/body-bg.jpg") top 0px center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#big_QR_img {
    max-width: 100%;
    height: auto;
}

* {
    font-family: "Microsoft YaHei", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    position: relative
}

::-moz-selection {
    background: #336cc1;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #336cc1;
    color: #fff;
    text-shadow: none
}

a {
    color: #000
}

a:link {
    color: #000
}

a:hover {
    color: #e6303b;
    text-decoration: none
}

input {
    outline: none
}

* {
    outline: none
}

ul,
li {
    list-style: none
}

p {
    line-height: 28px
}

.img_alt {
    text-align: center;
    color: #999;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

::before,
::after {
    position: absolute
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    position: relative
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

.clear:after {
    content: "";
    clear: both;
    display: block
}

img:hover {
    opacity: 1
}

p {
    /*color: #666*/
    font-size: 18px;
}

.container,
.container-fluid,
.row {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px
}

#backtotop {
    background: #3b78b9 url(../images/icon/icon-backtop.png) 50% no-repeat;
    background-size: 70% 70%;
    border-radius: 5px;
    bottom: 30px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 999
}

.icon {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px
}

.icon.icon-plan-01 {
    background: url("../images/icon/icon_qd.png") center center no-repeat
}

.icon.icon-plan-02 {
    background: url("../images/icon/icon_jn.png") center center no-repeat
}

.icon.icon-plan-03 {
    background: url("../images/icon/icon_wf.png") center center no-repeat
}

.icon.icon-plan-04 {
    background: url("../images/icon/icon_sd.png") center center no-repeat
}

.icon.icon-set-01 {
    background: url("../images/icon/icon-set-01.png") center center no-repeat
}

.icon.icon-set-02 {
    background: url("../images/icon/icon-set-02.png") center center no-repeat
}

.icon.icon-set-03 {
    background: url("../images/icon/icon-set-03.png") center center no-repeat
}

.icon.icon-set-04 {
    background: url("../images/icon/icon-set-04.png") center center no-repeat
}

header {
    background-color: #fff;
    position: relative;
    z-index: 100
}

header .container-fluid.header {
    height: 395px;
    max-height: 395px;
    background-image: url("../images/banner/能源局Logo.png"), url("../images/banner/1480-395-无logo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 90% 60px, center top;
    background-size: auto, 100% 100%;
    background-blend-mode: normal;
    position: relative
}

header .container-fluid.header .link_box {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column
}

header .container-fluid.header1 .link_box {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column
}

header .container-fluid.header .link_box .banner-link-title,
header .container-fluid.header .link_box .banner-link-date,
header .container-fluid.header .link_box .banner-link {
    text-align: center
}

header .container-fluid.header .link_box .banner-link img {
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.3s
}

header .container-fluid.header .link_box .banner-link:hover img {
    transform: scale(1.2)
}

header .container-fluid.header .link_box .banner-link-date {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 10px 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

header .container-fluid.header-mobile {
    border-bottom: #336cc1 1px solid
}

header .container-fluid.header-mobile>img {
    width: 100%;
    z-index: 100
}

header .container-fluid.header-mobile .link_box {
    position: absolute;
    bottom: 3%;
    width: 32%;
    left: calc(50% - 16%);
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    z-index: 200
}

header .container-fluid.header-mobile .link_box .banner-link-title,
header .container-fluid.header-mobile .link_box .banner-link-date,
header .container-fluid.header-mobile .link_box .banner-link {
    text-align: center
}

header .container-fluid.header-mobile .link_box .banner-link-title img,
header .container-fluid.header-mobile .link_box .banner-link-date img,
header .container-fluid.header-mobile .link_box .banner-link img {
    display: block;
    width: 100%
}

header .container-fluid.header-mobile .link_box .banner-link-date {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 5px 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3)
}

.header-menu {
    position: sticky;
    top: 0;
    z-index: 1000
}

.header-menu.pc {
    background: #11386a url("../images/menu-bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    border-top: #11386a 1px solid;
    border-bottom: #11386a 1px solid
}

.header-menu.pc ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.header-menu.pc ul li {
    margin: 0 0px;
    position: relative;
    padding: 15px 38px;
    color: #bfdcff;
    font-size: 20px;
    display: block;
    font-weight: 700;
    cursor: pointer
}

.header-menu.pc ul li:hover {
    color: #ffcb16
}

.header-menu.pc ul li.active {
    color: #80ecff;
    background: url("../images/menu-bg-active.png") center center no-repeat;
    background-size: 100% 100%
}

main {
    z-index: 200
}

main .container-fluid .container .title {
    margin: 25px 0 25px 0;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    background: url("../images/title-bg.png") center center no-repeat
}

main .container-fluid .container .bigword {
    margin: 25px 0 25px 0;
    padding: 40px 0;
    width: 100%;
    text-align: center;

}

main .container-fluid .container .bigword h4 {
    font-size: 38px;
    background-image: -webkit-linear-gradient(bottom, #995d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

main .meeting_title .title {
    margin: 25px 0 25px 0;
    padding: 40px 0;
    width: 100%;
    text-align: center;
}

main .meeting_title .title h4 {
    font-size: 38px;
    background-image: -webkit-linear-gradient(bottom, #995d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

main .container-fluid .container .title.t1 {
    background: url("../images/title-bg-01.png") center center no-repeat
}

main .container-fluid .container .title.t2 {
    background: url("../images/title-bg-02.png") center center no-repeat
}

main .container-fluid .container .title.t3 {
    background: url("../images/title-bg-03.png") center center no-repeat
}

main .container-fluid .container .title.t4 {
    background: url("../images/title-bg-04.png") center center no-repeat
}

main .container-fluid .container .title.t5 {
    background: url("../images/title-bg-05.png") center center no-repeat
}

main .container-fluid .container .title.t6 {
    background: url("../images/title-bg-06.png") center center no-repeat
}

main .container-fluid .container .title h4 {
    font-size: 38px;
    background-image: -webkit-linear-gradient(bottom, #995d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

main .container-fluid .container>.content {
    text-align: center;
    font-size: 16px;
    color: #6077aa;
    line-height: 2rem
}

main .container-fluid .container>.content>span {
    color: #ddb66f
}

main .container-fluid .container.plan>.row .item .box {
    background: #fff url("../images/plan-item-bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 50px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.3s
}

main .container-fluid .container.plan>.row .item .box:hover {
    transform: scale(1.05)
}

main .container-fluid .container.plan>.row .item .box>h2,
main .container-fluid .container.plan>.row .item .box>span {
    display: block
}

main .container-fluid .container.plan>.row .item .box .icon-box {
    /*width: 123px;*/
    height: 127px;
    margin-bottom: 10px
}

main .container-fluid .container.plan>.row .item .box .icon-box .icon {
    width: 123px;
    height: 127px;
    margin-right: 0;
    background-size: 100%
}

main .container-fluid .container.plan>.row .item .box h2 {
    font-size: 32px;
    color: #336cc1
}

main .container-fluid .container.plan>.row .item .box>span {
    font-size: 24px;
    margin: 0 0 10px 0
}

main .container-fluid .container.plan>.row .item .box .inbox {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

main .container-fluid .container.plan>.row .item .box .inbox h2 {
    font-size: 32px;
    color: #336cc1
}

main .container-fluid .container.plan>.row .item .box .inbox>span {
    font-size: 24px;
    margin: 0 0 10px 0
}

main .container-fluid .container.plan>.row .item .box .import {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

main .container-fluid .container.plan>.row .item .box .import-info {
    width: 70%;
    font-size: 14px;
    text-align: center;
    color: #666
}

main .container-fluid .container.plan>.row .item .box .step {
    width: 100%;
    position: absolute;
    bottom: 0
}

main .container-fluid .container.plan>.row .item .box .step img {
    width: 100%;
    border-radius: 0 0 10px 10px
}

main .container-fluid .container.plan>.row .item .box .step-tag {
    padding: 5px 25px;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #336cc1;
    font-size: 20px;
    color: #fff;
    border-radius: 0 50px 50px 0
}

main .container-fluid .container.plan>.row .item .box .step-tag-active {
    padding: 5px 25px;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #d9a84f;
    font-size: 20px;
    color: #fff;
    border-radius: 0 50px 50px 0
}

main .container-fluid .container.set>.row .item .box {
    background: #fff url("../images/set-bg-01.jpg") right bottom no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 20px 25px;
    height: 100%;
    border-top: #599fe8 4px solid;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.3s
}

main .container-fluid .container.set>.row .item .box:hover {
    transform: scale(1.05)
}

main .container-fluid .container.set>.row .item .box.bg1 {
    background: #fff url("../images/set-bg-01.jpg") center bottom no-repeat;
    background-size: 100% 100%
}

main .container-fluid .container.set>.row .item .box.bg2 {
    background: #fff url("../images/set-bg-02.jpg") center bottom no-repeat;
    background-size: 100% 100%
}

main .container-fluid .container.set>.row .item .box.bg3 {
    background: #fff url("../images/set-bg-03.jpg") center bottom no-repeat;
    background-size: 100% 100%
}

main .container-fluid .container.set>.row .item .box.bg4 {
    background: #fff url("../images/set-bg-04.jpg") center bottom no-repeat;
    background-size: 100% 100%
}

main .container-fluid .container.set>.row .item .box .icon-box {
    width: 140px;
    text-align: center;
    padding-top: 15px
}

main .container-fluid .container.set>.row .item .box .icon-box .icon {
    width: 115px;
    height: 120px;
    margin: 0
}

main .container-fluid .container.set>.row .item .box .set-cont {
    padding-left: 10px;
    flex: 1
}

main .container-fluid .container.set>.row .item .box .set-cont .ttl h3 {
    margin-bottom: 0;
    line-height: 1.6rem;
    margin-right: 15px;
    font-size: 28px
}

main .container-fluid .container.set>.row .item .box .set-cont .ttl .code {
    font-size: 14px;
    line-height: 1rem
}

main .container-fluid .container.set>.row .item .box .set-cont .items .item {
    background-color: #3977b8;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.3s
}

main .container-fluid .container.set>.row .item .box .set-cont .items .item:hover {
    background-color: #eaaa5f
}

main .container-fluid .container.set>.row .item .box .set-cont .items .item span {
    padding: 5px 0
}

main .container-fluid .container.set>.row .item .box .set-cont .cont {
    font-size: 16px;
    line-height: 1.6rem
}

main .container-fluid .container.set>h4 {
    text-align: center;
    font-size: 24px;
    background-image: -webkit-linear-gradient(bottom, #995d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

main .container-fluid .container.set nav {
    background-color: #0a437f;
    border-radius: 10px 10px 0 0
}

main .container-fluid .container.set nav .nav {
    color: #fff
}

main .container-fluid .container.set nav .nav .nav-link {
    border-radius: 10px 10px 0 0;
    color: #a4d0ff;
    font-size: 18px;
    border-bottom: #599fe8 1px solid;
    position: relative
}

main .container-fluid .container.set nav .nav .nav-link.active {
    color: #fff;
    border: #599fe8 1px solid;
    border-top: #599fe8 3px solid;
    background-color: #0d529a;
    border-bottom: #0d529a 1px solid
}

main .container-fluid .container.set .tab-content {
    color: #60b9ff;
    background-color: #0d529a;
    border: #599fe8 1px solid;
    border-top: none;
    line-height: 1.8rem
}

main .container-fluid .container.set .tab-content span {
    color: #ddb66f
}

main .container-fluid .container.org .content {
    background-color: #94c9fb;
    color: honeydew;
    border-top: #599fe8 3px solid;
    border-radius: 10px;
    /*background: #94c9fb url("../images/footer.jpg") top 0px center no-repeat;
    background-size:cover;*/

}

main .container-fluid .container.org .content .ttl {
    /*background: url("../images/org-title-bg.png") center center no-repeat;*/
    padding: 10px 0 10px 0
}

main .container-fluid .container.org .content h3 {
    display: block;
    background-image: -webkit-linear-gradient(bottom, #a95d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1)
}

footer {
    font-size: 18px;
    z-index: 0
}

footer>.container-fluid {
    padding: 20px 0;
    color: #60b9ff;
    background: #fff url("../images/footer-bg.jpg") center center no-repeat;
    background-size: 100% 100%
}

footer>.container-fluid>div>div {
    display: flex;
    flex-direction: row;
    justify-content: center
}

footer>.container-fluid>div span {
    margin: 0 10px
}

footer>.container-fluid>div .copyright span {
    color: #ddb66f
}

@media screen and (max-width: 768px) {

    html,
    body {
        background: #b4d9fb url("../images/body-bg-mobile.jpg") top 0px center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    header .container-fluid.header {
        height: 90px;
        max-height: 90px;
        background: #b4d9fb url("../images/banner/440-90.png") center top no-repeat;
        background-size: cover;
        position: relative
    }

    main .container-fluid .container .title {
        margin: 0px 0 0px 0;
        padding: 30px 0;
        width: 100%;
        text-align: center;
        background: url("../images/title-bg.png") center center no-repeat;
        background-size: auto 70% !important
    }

    main .container-fluid .container .title h4 {
        font-size: 24px;
        margin-bottom: 15px
    }

    main .meeting_title .title {
        margin: 0px 0 0px 0;
        padding: 30px 0;
        width: 100%;
        text-align: center;
    }

    main .meeting_title .title h4 {
        font-size: 24px;
        margin-bottom: 15px
    }

    main .container-fluid .container>.content {
        font-size: 18px;
        line-height: 1.6rem
    }

    main .container-fluid .container.plan>.row .item .box {
        padding: 10px 0px 10px 70px
    }

    main .container-fluid .container.plan>.row .item .box .icon-box {
        /* width: 70px;*/
        height: 72px;
        margin-bottom: 10px;
        flex-wrap: nowrap;
    }

    main .container-fluid .container.plan>.row .item .box .icon-box .icon {
        width: 70px;
        height: 72px
    }

    main .container-fluid .container.plan>.row .item .box h2 {
        font-size: 20px;
        color: #336cc1
    }

    main .container-fluid .container.plan>.row .item .box>span {
        font-size: 16px;
        margin: 0 0 10px 0;

    }

    main .container-fluid .container.plan>.row .item .box .inbox {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    main .container-fluid .container.plan>.row .item .box .inbox h2 {
        font-size: 20px;
        color: #336cc1
    }

    main .container-fluid .container.plan>.row .item .box .inbox>span {
        font-size: 16px;
        margin: 0 0 10px 0
    }

    main .container-fluid .container.plan>.row .item .box .import {
        font-size: 16px;
        margin-bottom: 10px;
        display: none;
    }

    main .container-fluid .container.plan>.row .item .box .import-info {
        width: 70%;
        font-size: 14px;
        text-align: center;
        color: #666
    }

    main .container-fluid .container.plan>.row .item .box .step {
        width: 100%;
        position: absolute;
        bottom: 0;

    }

    main .container-fluid .container.plan>.row .item .box .step img {
        width: 100%;
        border-radius: 0 10px 10px 10px;
        padding: 0 40px 0 0
    }

    main .container-fluid .container.plan>.row .item .box .step-tag {
        padding: 5px 15px;
        top: 22px;
        left: 0;
        font-size: 16px
    }

    main .container-fluid .container.plan>.row .item .box .step-tag-active {
        padding: 5px 15px;
        top: 22px;
        left: 0;
        font-size: 16px
    }

    main .container-fluid .container.set>.row .item .box {
        background-size: auto 100% !important;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    main .container-fluid .container.set>.row .item .box .icon-box {
        width: 140px;
        text-align: center;
        padding-top: 10px
    }

    main .container-fluid .container.set>.row .item .box .icon-box .icon {
        width: 115px;
        height: 120px;
        margin: 0
    }

    main .container-fluid .container.set>.row .item .box .set-cont {
        padding-left: 10px;
        flex: 1
    }

    main .container-fluid .container.set>.row .item .box .set-cont .ttl h3 {
        line-height: 1.6rem;
        margin-right: 0px;
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px
    }

    main .container-fluid .container.set>.row .item .box .set-cont .ttl .code {
        text-align: center;
        font-size: 14px;
        line-height: 1rem
    }

    main .container-fluid .container.set>.row .item .box .set-cont .items .item {
        background-color: #3977b8;
        color: #fff;
        border-radius: 5px
    }

    main .container-fluid .container.set>.row .item .box .set-cont .items .item span {
        padding: 5px 0
    }

    main .container-fluid .container.set>.row .item .box .set-cont .cont {
        font-size: 14px;
        line-height: 1.3rem
    }

    footer {
        font-size: 14px
    }

    footer>.container-fluid {
        padding: 20px 0;
        background: #fff url("../images/footer-bg.jpg") center center no-repeat;
        background-size: 100% 100%
    }

    footer>.container-fluid>div>div {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    footer>.container-fluid>div span {
        margin: 0 10px
    }

    footer>.container-fluid>div .copyright span {
        color: #ddb66f
    }

    #backtotop {
        bottom: 30px;
        height: 45px;
        width: 45px;
        right: 10px
    }
}

.footer_box {
    width: 1200px;
    height: 134px;
    margin: 0 auto;
    background-color: #f8f8f8;
}

.footer_box_1 {
    width: 1100px;
    height: 134px;
    margin: 0 auto;
}

.footer_img_left {
    width: 145px;
    height: 75px;
    margin-top: 27px;
}

.footer_center {
    width: 730px;
    height: auto;
    margin-top: 20px;
}

.footer_img_right {
    width: 145px;
    height: 75px;
    margin-top: 42px;
}

.footer_center span {
    color: #333;
    display: block;
    font-size: 15px;
    text-align: center;
    height: 36px;
    line-height: 30px;
}

.footer_center a {
    color: #333;
}

.f1 {
    float: left;
}

.f2 {
    float: right;
}

a {
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 150px;
    background-color: #f8f8f8;
    clear: both;
}
.table li{
	cursor: pointer;
}
.nav li {
	cursor: pointer;
}
.oldType {
	cursor: url(../images/c_old_arrow.cur), auto !important;
}

.oldType input[type='text'],
.oldType textarea,
.oldType input[type='password'] {
	cursor: url(../images/c_old_input.png), auto !important;
}

.oldType input[type='submit'],
.oldType button[type='submit'],
.oldType input[type='reset'],
.oldType button[type='reset'],
.oldType input[type='button'],
.oldType button[type='button'] {
	cursor: url(../images/c_old_pointer.cur), auto !important;
}

.oldType a,
.oldType #_span_jiucuo img,
.oldType .table li,
.oldType .hd li,
.oldType .nav li {
	cursor: url(../images/c_old_pointer.cur), auto !important;
}

.oldType #backtotop {
    background: #3b78b9 url(../images/icon/icon-backtop.png) 80% no-repeat;
    background-size: 80% 80%;
    border-radius: 5px;
    bottom: 30px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: none;
    height: 80px;
    position: fixed;
    right: 10px;
    width: 80px;
    z-index: 999
}

.oldType main .container-fluid .container.plan>.row .item .box {
    background: #fff url("../images/plan-item-bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 50px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.3s
}

.oldType main .container-fluid .container.plan>.row .item .box:hover {
    transform: scale(1.1)
}

.oldType main .container-fluid .container.plan>.row .item .box>h2,
.oldType main .container-fluid .container.plan>.row .item .box>span {
    display: block
}

.oldType main .container-fluid .container.plan>.row .item .box .icon-box {
    /*width: 123px;*/
    height: 200px;
    margin-bottom: 10px
}

.oldType main .container-fluid .container.plan>.row .item .box .icon-box .icon {
    width: 200px;
    height: 200px;
    margin-right: 0;
    background-size: 100%
}

.oldType main .container-fluid .container.plan>.row .item .box h2 {
    font-size: 48px;
    color: #336cc1
}

.oldType main .container-fluid .container.plan>.row .item .box>span {
    font-size: 44px;
    margin: 0 0 10px 0
}

.oldType main .container-fluid .container.plan>.row .item .box .inbox {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.oldType main .container-fluid .container.plan>.row .item .box .inbox h2 {
    font-size: 48px;
    color: #336cc1
}

.oldType main .container-fluid .container.plan>.row .item .box .inbox>span {
    font-size: 44px;
    margin: 0 0 10px 0
}

.oldType main .container-fluid .container.plan>.row .item .box .import {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.oldType main .container-fluid .container.plan>.row .item .box .import-info {
    width: 70%;
    font-size: 32px;
    text-align: center;
    color: #666
}

.oldType main .container-fluid .container.plan>.row .item .box .step {
    width: 100%;
    position: absolute;
    bottom: 0
}

.oldType main .container-fluid .container.plan>.row .item .box .step img {
    width: 100%;
    border-radius: 0 0 10px 10px
}

.oldType main .container-fluid .container.plan>.row .item .box .step-tag {
    padding: 5px 25px;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #336cc1;
    font-size: 36px;
    color: #fff;
    border-radius: 0 50px 50px 0
}

.oldType main .container-fluid .container.plan>.row .item .box .step-tag-active {
    padding: 5px 25px;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #d9a84f;
    font-size: 36px;
    color: #fff;
    border-radius: 0 50px 50px 0
}
.oldType .header-menu {
    position: sticky;
    top: 0;
    z-index: 1000
}

.oldType .header-menu.pc {
    background: #11386a url("../images/menu-bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    border-top: #11386a 1px solid;
    border-bottom: #11386a 1px solid
}

.oldType .header-menu.pc ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.oldType .header-menu.pc ul li {
    margin: 0 0px;
    position: relative;
    padding: 15px 38px;
    color: #bfdcff;
    font-size: 36px;
    display: block;
    font-weight: 700;
    cursor: pointer
}

.oldType .header-menu.pc ul li:hover {
    color: #ffcb16
}

.oldType .header-menu.pc ul li.active {
    color: #80ecff;
    background: url("../images/menu-bg-active.png") center center no-repeat;
    background-size: 100% 100%
}
.oldType main .meeting_title .title {
    margin: 25px 0 25px 0;
    padding: 40px 0;
    width: 100%;
    text-align: center;
}

.oldType main .meeting_title .title h4 {
    font-size: 52px;
    background-image: -webkit-linear-gradient(bottom, #995d12, #d9a84f, #fee2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

.oldType h1 {
    font-size: 64px
}


.oldType h2 {
    font-size: 52px
}


.oldType h3 {
    font-size: 48px
}


.oldType h4 {
    font-size: 44px
}


.oldType h5 {
    font-size: 36px
}

.oldType main .container-fluid .container>.content {
    text-align: center;
    font-size: 36px;
    color: #6077aa;
    line-height: 52px;

}

.oldType main .container-fluid .container>.content p{
    line-height: 52px;
}
 .table-striped {
    color: #6077aa;

    font-size: 18px;
}
.oldType  .table-striped  {
    color: #6077aa;
    line-height: 52px;
    font-size: 36px;
}
.oldType main .container-fluid .container.org .content h3{
    font-size: 44px;
    line-height: 52px;
}
.oldType main .container-fluid .container .title h4{
    font-size: 48px;
}
.oldType .footer {
    width: 100%;
    height: 300px;
    background-color: #f8f8f8;
    clear: both;
}
.oldType .footer_center span {
    color: #333;
    display: block;
    font-size: 32px;
    text-align: center;
    height: auto;
    line-height: 44px;
}
.oldType .img_alt {
    text-align: center;
    color: #999;
    line-height: 20px;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}
.oldType  p {
    font-size: 36px;
    line-height: 48px;
}
/*# sourceMappingURL=main.css.map */