#wrapper {
    width: 100%;
    line-height:1;
    font-size: 12px;
}

.quickMenu {
    z-index: 9999;
}

.subject_content {
    display: block;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    background-color: #274056;
}

.main_top {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6em;
    background-color: #fdfdfd;
    overflow: hidden;
}

.main_top span a {
    display: block;
    width: 73px;
    height: 33px;
    float: left;
    margin: 40px;
}

.main_top ul {
    display: block;
    width: 620px;
    float: right;
    margin: 10px 50px 0 0;
    position: fixed;
    right: 50%;
    margin-right: -480px;
    z-index: 5;
    height: 90px;
}

.main_top ul li {
    display: inline-block;
    width: width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 5px 3px;
}

.main_top ul li a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #4a4a4a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    word-wrap: break-word;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px #64656d;
}

.burger-check {
    display: none;
}

.main_top ul li a:hover {
    background-color: #fcb13e;
}

.main_top h2 {
    clear: both;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
}

.main_top img {
    display: block;
    width: 100%;
    z-index: 99;
}

.subject_content .arrow_down img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -37px;
    z-index: 9999;
}

.red_color {
    color: #e34153;
}

.subject_inner {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.6em;
}

.subject_inner h3 {
    display: block;
    font-size: 30px;
    color: #272727;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 45px;
    width: 100%;
}

.subject_inner h3:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 75px;
    background-image: url(/images/project/budget/chapter_icon01.gif);
    margin-right: 10px;
    position: relative;
    margin-bottom: -20px;
}

.chapter01 {
    display: inline-block;
    width: 100%;
    background-color: #f2e7d7;
    height: auto;
    padding: 50px 10px;
    box-sizing: border-box;
}

.chapter01 p,
.chapter02 p,
.chapter05 p,
.chapter06 P,
.chapter07 p {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

.chapter01 i {
    display: block;
    max-width: 541px;
    margin: 0 auto;
    position: relative;
}

.chapter01 img {
    width: 100%;
}

.chapter01 section {
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 400px;
    margin-top: 30px;
    overflow: hidden;
}

.chapter01 div {
    display: block;
    width: 140px;
    height: 130px;
    position: absolute;
}

.chapter01 div h4 {
    font-size: 22px;
    line-height: 2em;
    border-bottom: 1px solid;
    font-weight: bold;
}

.chapter01 h4 span {
    display: none;
}

.chapter01 div p,
.chapter02 div p,
.chapter02 div ul li {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
}

.chapter01 .list01 {
    left: 220px;
}

.chapter01 .list02 {
    left: 380px;
    width: 160px;
    top: 230px;
}

.chapter01 .list03 {
    left: 560px;
}

.chapter01 .list04 {
    right: 150px;
    top: 200px;
}

.chapter01 .list01 h4 {
    color: #314f69;
}

.chapter01 .list02 h4 {
    color: #cc4e48;
    border-color: #cc4e48;
}

.chapter01 .list03 h4 {
    color: #e47b12;
    border-color: #e47b12;
}

.chapter01 .list04 h4 {
    color: #35a491;
    border-color: #35a491;
}

.chapter01 a,
.chapter02 a,
.chapter03 a,
.chapter05 a {
    display: block;
    color: #cc4e48;
    text-decoration: underline;
    text-align: right;
    margin-top: 30px;
    margin-right: 30px;
    font-weight: bold;
}

.chapter01 a:hover,
.chapter02 a:hover,
.chapter03 a:hover,
.chapter05 a:hover {
    color: #b72635;
}

.chapter02 {
    display: block;
    width: 100%;
    padding: 50px 10px 0px 10px;
    box-sizing: border-box;
    background-color: #e1ecee;
}

.chapter02 h3:before {
    background-image: url(/images/project/budget/chapter_icon02.gif);
}

.chapter02 span {
    display: block;
    height: 80px;
}

.chapter02 section {
    display: block;
    width: 1000px;
    margin-top: 50px;
    position: relative;
}

.chapter02 section i {
    display: block;
    width: 873px;
    height: 216px;
    margin: 0 auto;
}

.chapter02 .section {
    width: 150px;
}

.chapter02 .tabs > li {
    display: inline-block;
    vertical-align: text-top;
    margin: 30px;
}

.chapter02 .tabs > li:first-child {
    margin-left: 100px;
}

.chapter02 h4 {
    font-size: 22px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
}

.chapter02 .tabs ul li {
    list-style-type: decimal;
}

.chapter02 input[type="radio"] {
    display: none;
}

.chapter02 label {
    display: none;
}

.chapter02 .list05 h4 {
    color: #35a491;
}

.chapter02 .list06 h4 {
    color: #314f69;
}

.chapter02 .list07 h4 {
    color: #cf3546;
}

.chapter02 .list08 h4 {
    color: #e17c2e;
}

.chapter03 {
    display: block;
    width: 100%;
    padding: 50px 0px 10px 0px;
    background-color: #f4f4f4;
    position: relative;
}

.chapter03 h3:before {
    background-image: url(/images/project/budget/chapter_icon03.gif);
}

.chapter03 ul {
    margin-top: 60px;
}

.chapter03 ul li div i {
    display: block;
    padding-top: 30px;
}

.chapter03 ul li div h4 {
    display: block;
    font-size: 22px;
}

.chapter03 ul li div:after {
    content: "";
    display: block;
    border: 20px solid;
    border-color: #fff transparent transparent transparent;
    width: 0px;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 45px;
}

.chapter03 .note {
    color: #fee300;
}

.letter {
    letter-spacing: -1px;
}

.chapter03 section > ul > li {
    display: block;
    width: 750px;
    height: 98px;
    position: relative;
    margin: 20px 0 60px 30px;
    color: #fff;
}

.chapter03 ul li div {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #fff;
    color: #fda342;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    float: left;
    position: relative;
    margin: -40px 20px 0 20px;
}

.chapter03 ul li ul {
    display: block;
    float: left;
    margin-top: 10px;
}

.chapter03 .list09 li {
    width: 320px;
}

.chapter03 .list09 ul,
.chapter03 .list10 ul {
    margin-top: 20px;
}

.chapter03 .list12 ul {
    margin-top: 35px;
}

.list09 {
    display: block;
    background-color: #fda342;
}

.list10 {
    display: block;
    background-color: #537b98;
}

.list11 {
    display: block;
    background-color: #35a491;
}

.list12 {
    display: block;
    background-color: #a982c1;
}

.list13 {
    display: block;
    background-color: #f77e9a;
}

.list14 {
    display: block;
    background-color: #dd5161;
}

.chapter03 ul li.list10 div {
    color: #537b98;
}

.chapter03 ul li.list11 div {
    color: #35a491;
}

.chapter03 ul li.list12 div {
    color: #a982c1;
}

.chapter03 ul li.list13 div {
    color: #f77e9a;
}

.chapter03 ul li.list14 div {
    color: #dd5161;
}

.chapter03 .list09 a {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin-left: 80px;
    color: #fff;
    position: absolute;
    background-color: #d03646;
    text-align: center;
    line-height: 40px;
    z-index: 2;
    text-decoration: none
}

.chapter03 .list09 a:hover {
    background-color: #b72635;
}

.list09:after,
.list10:after,
.list11:after,
.list12:after,
.list13:after,
.list14:after {
    content: "";
    display: block;
    width: 190px;
    height: 158px;
    background-image: url(/images/project/budget/note_01.gif);
    position: absolute;
    right: -190px;
    top: -60px;
}

.list10:after {
    background-image: url(/images/project/budget/note_02.gif);
}

.list11:after {
    background-image: url(/images/project/budget/note_03.gif);
}

.list12:after {
    background-image: url(/images/project/budget/note_04.gif);
}

.list13:after {
    background-image: url(/images/project/budget/note_05.gif);
}

.list14:after {
    background-image: url(/images/project/budget/note_06.gif);
}

.chapter04 {
    background-color: #f7dadf;
    width: 100%;
    padding: 50px 0px 10px 0px;
}

.chapter04 h3:before {
    background-image: url(/images/project/budget/chapter_icon04.gif);
}

.chapter04 section {
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

.chapter04 section div p {
    padding-right: 10px;
}

.chapter04 .list15 {
    display: block;
    position: relative;
    width: 940px;
}

.chapter04 .list15 span {
    background: url(/images/project/budget/chapter04_bg.gif);
    display: block;
    width: 100%;
    height: 140px;
    margin-left: 10px;
}

.chapter04 .list15 h4 {
    display: block;
    position: absolute;
    top: 40px;
    left: 150px;
    font-size: 22px;
    font-weight: bold;
    color: #43a286;
}

.chapter04 .list15 p {
    display: block;
    position: absolute;
    top: 65px;
    left: 150px;
}

.chapter04 section ul {
    display: block;
    width: 922px;
    margin-left: 28px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}

.chapter04 section ul li {
    display: inline-block;
    float: left;
    margin: 20px 15px;
}

.chapter04 section ul li a {
    display: block;
    width: 263px;
    height: auto;
}

.chapter04 section ul li a:hover {
    opacity: .7;
}

.chapter04 section ul li a img {
    display: block;
    width: 263px;
    height: 180px;
}

.chapter04 section ul li a i:before {
    content: "";
    display: block;
    width: 49px;
    height: 51px;
    background-image: url(/images/project/budget/moneyicon_03.gif);
    float: left;
    position: relative;
    top: -15px;
    margin-right: 10px;
}

.chapter04 section ul li a i {
    display: block;
    color: #f0594f;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 20px;
}

.chapter04 section ul li a h5 {
    font-weight: bolder;
    font-size: 18px;
    color: #333;
    margin-top: 8px;
}

.chapter04 section ul li a p {
    display: block;
    float: left;
    font-size: 15px;
    color: #333;
    margin-left: 60px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.bx-wrapper .bx-viewport {
    left: 0;
    box-shadow: 0 0 5px #ccc;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -45px;
}

@media screen and (max-width: 1000px) {
    .chapter04 .list15 h4 {
        top: 35px;
        left: 130px;
    }
    .chapter04 .list15 p {
        top: 60px;
        left: 130px;
        height: auto;
    }
    .chapter04 .list15 {
        display: block;
        position: relative;
        width: 100%;
        padding: 0px;
    }
    .chapter04 .list15 span {
        width: 100%;
        margin: auto 0;
        box-sizing: border-box;
    }
    .chapter04 .list15 span img {
        margin-left: -18px;
    }
    .chapter04 section ul {
        margin: 10px;
        padding: 0 20px;
    }
    .chapter04 section .bxslider li {
        margin: auto 0;
        box-shadow: none;
    }
    .chapter04 section .bxslider li a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .chapter04 section ul li a img {
        margin: auto;
    }
    .chapter04 section ul li a p {
        display: block;
        float: none;
        margin-left: 0px;
    }
    .chapter04 section ul li a i:before {
        display: none;
    }
}

.chapter05,
.chapter06 {
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 10px 0px 10px;
    background-color: #f4f4f4;
    overflow: hidden;
    box-sizing: border-box;
}

.chapter05 h3:before {
    background-image: url(/images/project/budget/chapter_icon05.gif);
}

.chapter05 ul,
.chapter06 ul {
    display: block;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.chapter05 ul li,
.chapter06 ul li {
    width: 450px;
    display: inline-block;
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    margin-left: 30px;
}

.chapter05 ul li i {
    display: block;
    position: relative;
    font-size: 20px;
    color: #35a491;
}

.chapter05 ul li h4,
.chapter06 ul li h4 {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    margin: 30px 0;
}

.chapter05 ul li i:before {
    content: "Q1";
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #35a491;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

.chapter05 ul li i span {
    content: "";
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border: 10px solid;
    left: -3px;
    top: 5px;
    border-color: transparent transparent transparent #35a491;
}

.chapter05 ul li:nth-child(2) i:before {
    content: "Q2";
}

.chapter05 ul li:nth-child(3) i:before {
    content: "Q3";
}

.chapter05 ul li:nth-child(4) i:before {
    content: "Q4";
}

.chapter05 a {
    display: block;
}

.chapter06 {
    background-color: #f2e7d7;
    overflow: hidden;
}

.chapter06 h3:before {
    background-image: url(/images/project/budget/chapter_icon06.gif);
}

.chapter06 ul li > i {
    display: block;
    text-align: left;
    position: relative;
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
}

.chapter06 ul li > i:before {
    content: "POINT";
    display: flex;
    width: 70px;
    height: 22px;
    padding-left: 25px;
    background-color: #f0675c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
}

.chapter06 ul li i i {
    content: "";
    display: inline-flex;
    border: 10px solid;
    border-color: transparent transparent transparent #f0675c;
    position: relative;
    top: -30px;
}

.chapter06 ul li h4 {
    margin: 0;
}

.chapter06 a {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #cf3546;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
}

.chapter06 a:hover {
    background-color: #b72635;
}

.chapter07 {
    background-color: #e1ecee;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin-top: 0;
}

.chapter07 div {
    text-align: center;
    margin-top: 30px;
}

.chapter07 h3:before {
    background-image: url(/images/project/budget/chapter_icon07.gif);
}

.chapter07 fieldset {
    display: block;
    width: 700px;
    margin: 0 auto;
}

.chapter07 fieldset p {
    text-align: left;
}

.chapter07 fieldset input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0;
    margin-top: 3px;
    background-color: #fff;
    color: #333;
    padding: 0;
    margin-left: 35px;
}

.chapter07 fieldset label {
    margin: 0 20px 0 0;
}

footer {
    margin-top: 0;
}

.chapter07 button {
    display: inline-block;
    width: 200px;
    height: 40px;
    margin: 0 20px;
    background-color: #35a491;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.chapter07 button.see {
    background-color: #cf3546;
}

.chapter07 button.see:hover {
    background-color: #b72635;
}

.chapter07 button.retry:hover {
    background-color: #2c8878;
}


/* 20160112 add begin */

.chapter07 div.rbl {
    text-align: left;
    margin-top: 0px;
    padding-left: 30px;
}

.note1 {
    display: block;
    color: #666;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}


/* 20160112 add end */


/*20160112 dylan add qa code begin*/

.chapter07 fieldset .Q01_A,
.chapter07 fieldset .Q02_A,
.chapter07 fieldset .Q03_A,
.chapter07 fieldset .Q04_A,
.chapter07 fieldset .Q05_A {
    padding-left: 10px;
    color: red;
    display: none;
}

.chapter07 fieldset .Q01_A a,
.chapter07 fieldset .Q02_A a,
.chapter07 fieldset .Q03_A a,
.chapter07 fieldset .Q04_A a,
.chapter07 fieldset .Q05_A a {
    color: blue;
    text-decoration: underline;
}


/*20160112 dylan add qa code end*/


/*20160112 dylan add fb code begin*/

.Socail {
    position: fixed;
    display: block;
    top: 100px;
    right: 47%;
    margin-right: -480px;
    width: 220px;
    z-index: 1001;
}

.fb-like {
    margin-bottom: 5px;
}

.fb-share-button {
    display: inline-block;
    float: left;
}

.share-button-num {
    color: #000;
    background-color: #fff;
    display: inline-block;
    float: left;
    padding: 3px 6px;
    margin-left: 6px;
    border: 1px solid #9197a3;
    border-radius: 2px;
    max-width: 50px;
    font-size: 12px;
    text-align: right;
}

.share-button-num:before {
    content: ' ';
    border: 4px solid;
    width: 0;
    height: 0;
    border-color: transparent #9197a3 transparent transparent;
    display: block;
    position: absolute;
    top: 6px;
    left: 125px;
}

.share-button-num:after {
    content: ' ';
    border: 4px solid;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    top: 6px;
    left: 127px;
}


/*20160112 dylan add fb code end*/


/*20170223 add RWD */


/* -------------- 1000PX -------------- */

@media screen and (max-width: 1000px) {
    .main_top ul {
        right: 0;
    }
    .main_top ul li {
        display: inline-block;
        height: 50px;
        margin: 5px;
    }
    .main_top ul li a {
        width: 50px;
        height: 50px;
        padding: 10px;
        font-size: 13px;
        line-height: 29px;
    }
    .burger {
        display: inline-block;
        position: fixed;
        right: 0px;
        margin: 43px 34px;
        border: 0;
        background: none;
        outline: 0;
        padding: 0;
        cursor: pointer;
        z-index: 99999;
        border-bottom: 4px solid currentColor;
        width: 28px;
        transition: border-bottom 1s ease-in-out;
        -webkit-transition: border-bottom 1s ease-in-out;
    }
    .burger::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .burger:before {
        content: "";
        display: block;
        border-bottom: 4px solid currentColor;
        width: 100%;
        margin-bottom: 5px;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    .burger:after {
        content: "";
        display: block;
        border-bottom: 4px solid currentColor;
        width: 100%;
        margin-bottom: 5px;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    .burger-check:checked ~ .burger {
        border-bottom: 4px solid transparent;
        transition: border-bottom 0.8s ease-in-out;
        -webkit-transition: border-bottom 0.8s ease-in-out;
    }
    .burger-check:checked ~ .burger:before {
        -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
        transform: rotate(-405deg) translateY(1px) translateX(-3px);
        -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    .burger-check:checked ~ .burger:after {
        -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
        transform: rotate(405deg) translateY(-4px) translateX(-5px);
        -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    .navigation ul {
        top: 70px;
        right: 20px;
        width: 60px;
        height: 0px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
        margin-right: 0px;
        z-index: 99999;
    }
    .burger-check:checked ~ .navigation ul {
        width: 250px;
        height: 120px;
        -webkit-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }
    .chapter01 a,
    .chapter02 a,
    .chapter03 a,
    .chapter05 a {
        text-align: center;
        margin: auto;
        margin-top: 30px;
        padding: 0 10px;
    }
    .chapter01 section {
        height: auto;
        margin-top: 30px;
    }
    .chapter01 div {
        display: block;
        position: relative;
        padding: 20px;
    }
    .chapter01 div h4 {
        display: inline-block;
        margin-bottom: 10px;
    }
    .chapter01 div h4 span {
        display: inline-block;
    }
    .chapter01 .list01,
    .chapter01 .list02,
    .chapter01 .list03,
    .chapter01 .list04 {
        width: auto;
        height: auto;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }
    .chapter01 div p {
        text-align: center;
    }
    .chapter02 section {
        display: block;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: auto;
        height: 530px;
        margin-top: 20px;
    }
    .chapter02 ul {
        width: 100%;
        min-width: 320px;
        margin: auto;
    }
    .chapter02 .section div {
        margin: auto;
        width: 320px;
    }
    .chapter02 section i {
        display: none;
    }
    .chapter02 .tabs {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        margin: auto 0;
        box-sizing: border-box;
    }
    .chapter02 .tabs > li {
        display: inline-block;
        width: 24%;
        padding: 0;
        margin: auto 0;
        box-sizing: border-box;
    }
    .chapter02 .tabs > li:first-child {
        margin-left: 1%;
    }
    .chapter02 li label {
        display: block;
        padding: 5%;
        border: 0px;
        text-align: center;
        background-color: #fda342;
        cursor: pointer;
        box-sizing: border-box;
    }
    .chapter02 li label:hover {
        background-color: #e17c2e;
    }
    .chapter02 li .section {
        opacity: 0;
        display: block;
        position: absolute;
        background-color: #e1ecee;
        border: 5px solid #e17c2e;
        width: 100%;
        margin: auto 0;
        padding: 5%;
        box-sizing: border-box;
    }
    .chapter02 li:first-child .section {
        z-index: 1;
    }
    .chapter02 li input[type="radio"] {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 1;
        position: absolute;
        outline: none;
    }
    .chapter02 li input[type="radio"]:checked ~ label {
        background: #e17c2e;
        cursor: default;
    }
    .chapter02 li input[type="radio"]:checked ~ .section {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        width: 100%;
        left: 0%;
        margin: auto 0;
        box-sizing: border-box;
        padding: 5%;
        z-index: 99;
    }
    .chapter02 section:after {
        content: "";
        display: block;
        width: 0px;
    }
    .chapter02 .section h4:before {
        content: "";
        display: block;
        width: 195px;
        height: 216px;
        margin: auto;
        background: url(/images/project/budget/population.gif) no-repeat;
        background-position: -20px 0px;
    }
    .chapter02 .section .list06 h4:before {
        background-position: -235px 0px;
    }
    .chapter02 .section .list07 h4:before {
        background-position: -450px 0px;
    }
    .chapter02 .section .list08 h4:before {
        background-position: -660px 0px;
    }
    .chapter02 ul li ul {
        padding-left: 20px;
        box-sizing: border-box;
    }
    .chapter03 section > ul > li {
        width: 100%;
        height: auto;
        margin: auto 0;
        padding: 10px;
        box-sizing: border-box;
    }
    .chapter03 ul li ul {
        float: none;
        margin-top: 10px;
        padding: 20px;
    }
    .chapter03 .list09 li {
        width: 100%;
    }
    .chapter03 .list09 a {
        position: relative;
        margin: auto 0;
        margin-left: 20px
    }
    .chapter03 ul li div {
        float: none;
        margin: 10px 0 -10px 20px;
    }
    .chapter03 .list12 ul {
        margin-top: 10px;
    }
    .chapter05 section,
    .chapter06 section {
        display: block;
        position: relative;
    }
    .chapter05 ul,
    .chapter06 ul {
        display: block;
        position: relative;
    }
    .chapter05 ul li,
    .chapter06 ul li {
        display: block;
        position: relative;
        width: 100%;
        margin: auto 0;
        padding: 30px 0;
        text-align: center;
        box-sizing: border-box;
    }
    .chapter05 img,
    .chapter06 img {
        display: inline-flex;
        position: relative;
        margin: auto 0;
        width: 320px;
    }
    .chapter06 ul li > i {
        text-align: center;
        width: auto;
    }
    .chapter06 ul li > i:before {
        display: inline-flex;
        position: relative;
    }
    .chapter06 ul li i i {
        top: 4px;
        left: -95px;
    }
    .chapter06 {
        padding-bottom: 30px;
    }
    .chapter07 fieldset {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        line-height: 2em;
    }
    .Socail {
        top: 50px;
        margin-right: -190px;
    }
}

@media screen and (max-width: 480px) {
    .chapter02 .tabs > li {
        width: 23%;
    }
    .chapter02 .section div {
        width: 100%;
    }
    .chapter04 .list15 p {
        height: 500px;
    }
}