<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner_small {
    width: 100%;
    height: 380px;
    background: url(../img/goldcourse_banner.jpg) no-repeat center center;
    background-size: cover;
}

#tab_title {
    width: 100%;
    margin: 40px auto 0 auto;
}

#tab_title ul {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden
}

#tab_title ul li {
    float: left;
    width: 140px;
    padding-top: 164px;
    text-align: center;
    margin: 0 50px;
    cursor: pointer;
}

#tab_title ul li:nth-child(1) {
    background: url("../img/tab_title01.png") no-repeat top center;
}

#tab_title ul li:nth-child(2) {
    background: url("../img/tab_title02.png") no-repeat top center;
}

#tab_title ul li:nth-child(3) {
    background: url("../img/tab_title03.png") no-repeat top center;
}

#tab_title ul li:nth-child(4) {
    background: url("../img/tab_title04.png") no-repeat top center;
}

#tab_title ul li:nth-child(5) {
    background: url("../img/tab_title05.png") no-repeat top center;
}

#tab_title ul li span {
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    color: #515151;
}

#tab_title ul li span.active {
    color: #24b23f
}

#tab_title ul li:nth-child(1).act {
    background: url("../img/tab_title01g.png") no-repeat top center;
    color: #24b23f;
}

#tab_title ul li:nth-child(2).act {
    background: url("../img/tab_title02g.png") no-repeat top center;
    color: #24b23f;
}

#tab_title ul li:nth-child(3).act {
    background: url("../img/tab_title03g.png") no-repeat top center;
    color: #24b23f;
}

#tab_title ul li:nth-child(4).act {
    background: url("../img/tab_title04g.png") no-repeat top center;
    color: #24b23f;
}

#tab_title ul li:nth-child(5).act {
    background: url("../img/tab_title05g.png") no-repeat top center;
    color: #24b23f;
}

#tab_content {
    width: 100%
}

#tab_content ul li.action {
    display: block
}

#tab_content ul li {
    display: none
}

.tab_container {
    width: 1200px;
    margin: 0 auto;
}

/*tab_action1*/
.tab_action1_title1 {
    height: 40px;
    background: url("../img/01.png") no-repeat top left;
    display: block;
    margin-bottom: 40px;
}

.tab_action1_top {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.tab_action1_top div {
    width: 50%
}

.tab_action1_top .tab_action1_top_img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.tab_action1_top .tab_action1_top_text {
    border: 2px solid #e7e7e7;
    border-left: none;
    font-size: 1.2em;
    line-height: 1.5;
    color: #5d5d5d;
    width: 49%;
    position: relative;
}

.tab_action1_top .tab_action1_top_text p {
    display: inline;
    color: #69b257;
    font-weight: bold;
}

.tab_action1_top_text span {
    display: block;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tab_action1_middle {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.tab_action1_middle span {
    display: block;
    width: 300px;
    margin: 40px 30px;
    float: left;
}

.tab_action1_middle span img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.tab_action1_middle_text {
    display: block;
    margin: 0 auto 64px auto;
    width: 75%;
    font-size: 1em;
    color: #515151;
    text-align: center;
}

.tab_action1_middle_text p {
    display: inline-block;
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.tab_action1_title2 {
    height: 40px;
    background: url("../img/02.png") no-repeat top left;
    display: block;
    margin-bottom: 40px;
}

.tab_action1_bottom {
    overflow: hidden;
    margin-bottom: 64px;
}

.tab_action1_bottom span {
    display: block;
    float: left;
    width: 44%;
    margin: 0 2%
}

.tab_action1_bottom span img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*action2,action3*/
.tab_action2, .tab_action3 {
    width: 96.67%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.tab_action2 #leftImg1, .tab_action2 #rightImg1, .tab_action3 #leftImg2, .tab_action3 #rightImg2 {
    width: 50%;
    float: left
}

.tab_action2 #leftImg1 img, .tab_action2 #rightImg1 img, .tab_action3 #leftImg2 img, .tab_action3 #rightImg2 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*action4,action5*/
.tab_action4 {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.tab_action4 .tab_action4_img, .tab_action4 .tab_action4_text {
    width: 44%;
    margin: 0 3% 2em 3%;
}

.tab_action4_text p {
    font-size: 24px;
    color: #515151;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    padding-bottom: 15px;
}

.tab_action4_text i {
    font-size: 40px;
    color: #24b23f;
    padding-bottom: 15px;
}

.tab_action4_text span {
    font-size: 18px;
    color: #757575;
    display: inline-block;
    padding-top: 22px;
}

.tab_action4_bottom {
    margin: 0 auto 24px 0;
    overflow: hidden;
}

.tab_action4_bottom dt {
    font-size: 20px;
    color: #515151;
    text-align: center;
    border-bottom: 2px solid #24b23f;
    padding-bottom: 6px;
    display: table;
    margin: 44px auto 30px auto;
    clear: both;
}

.tab_action4_bottom dd {
    width: 23%;
    float: left;
    margin: 0 1% 20px 1%;
}

.tab_action4_bottom dd img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#selection {
    width: 600px;
    margin: 3em auto;
    overflow: hidden;
}

#selection {
    width: 600px;
    margin: 3em auto;
    overflow: hidden;
}

.btn_page_selection {
    cursor: pointer;
    width: 40%;
    font-weight: lighter;
    line-height: 2em;
    margin: 0 4%;
    text-align: center;
    font-size: 1.5em;
    border: 2px solid #dedede;
    border-radius: 1em;
    background-color: #fff;
    color: #515151;
}

.actTab {
    background-color: #24b23f;
    color: #fff
}

#selectionPage section {
    display: none;
}

#selectionPage section.action {
    display: block
}

.employeeTitle {
    padding-left: 24px;
    border-left: 4px solid #24b23f;
    font-size: 18px;
    line-height: 18px;
    color: #515151;
    margin: 0.5em 0;
}

#employee p {
    width: 96%;
    margin: 1em 2%;
    font-size: 16px;
    line-height: 1.5;
    color: #828282
}

#employee img {
    width: 96%;
    height: auto;
    display: block;
    margin: 0 auto;
}</pre></body></html>