<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #EBF2FE;
}

body {
    overflow-x: hidden;
    max-width: 750px;
    height: 100%;
    margin: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    font-family: Microsoft YaHei;
    font-size: .25rem;
    color: #343434;
}

ul,
li,
div,
h1,
h2,
h3,
span,
input,
select,
p {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    /* overflow: hidden; */
}

a {
    display: block;
    text-align: center;
    text-decoration: none;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

input,
select,
button {
    outline: none;
    display: block;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: url('../images/down.png') no-repeat scroll right center transparent;
    background-size: 18px 10px;
    background-position-x: 93%;
}

/*ie*/
select::-ms-expand {
    display: none;
}

img,
a {
    -webkit-touch-callout: none;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-input-placeholder {
    color: #999999;
}

input:-o-input-placeholder {
    color: #999999;
}

button {
    width: 6.5rem;
    height: .8rem;
    color: #FFFFFF;
    font-size: .30rem;
    text-align: center;
    border-radius: 5px;
    background-color: #2580F5;
    transition: all .8s;
}


/* text */
.leftText {
    text-align: left;
}

.rightText {
    text-align: right;
}

.centerText {
    text-align: center;
}

/* 容器 */
.container9 {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.container95 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.container8 {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.container85 {
    width: 85%;
    height: auto;
    margin: 0 auto;
}

.container7 {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.container75 {
    width: 75%;
    height: auto;
    margin: 0 auto;
}

.container6 {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.container65 {
    width: 65%;
    height: auto;
    margin: 0 auto;
}

.container5 {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.container55 {
    width: 55%;
    height: auto;
    margin: 0 auto;
}

.container {
    width: 6.5rem;
    height: auto;
    margin: 0 auto;
}

/*文字*/
.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.textOverflowS {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ico */
.xin_ico {
    width: .8rem;
    height: .74rem;
    display: block;
    background-image: url(../images/banner_ico.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.more_ico {
    width: .82rem;
    height: .82rem;
    display: block;
    background-image: url(../images/more.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* title */
.title_wrap {
    width: 100%;
    height: auto;
}

.title_wrap h2 {
    font-size: .46rem;
    font-weight: 550;
    color: #3183EF;
}

/* nav */
.nav_wrap {
    width: 7.5rem;
    height: .8rem;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.nav_item_box {
    width: 100%;
    height: .8rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.nav_item_box li {
    width: 25%;
    height: .8rem;
    color: #666666;
    font-size: .3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav_item_box li span {
    width: 1px;
    height: .2rem;
    display: block;
    background-color: #EEEEEE;
    position: absolute;
    right: 0;
    top: .3rem;
}

/* banner */
.banner_wrap {
    width: 100%;
    height: 6.7rem;
    background-image: url(../images/banner_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-top: .8rem; */
    position: relative;
}

.banner_main_box {
    width: 100%;
    height: 6.7rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner_title {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner_title h1 {
    font-size: .76rem;
    line-height: .76rem;
    color: #FFFFFF;
}

/* .banner_title h1::after{
    content: '';
    width: 1.41rem;
    height: 1.2rem;
    background-image: url(../images/image04@2x.png);
    background-size: 1.41rem 1.2rem;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -0.1rem;
} */

.banner_title img {
    width: 1.41rem;
    height: 1.2rem;
    position: absolute;
    right: .5rem;
    top: .65rem;
}

.banner_title h2 {
    font-size: .5rem;
    color: #FF9900;
}

.banner_list {
    width: 6.2rem;
    height: 1.55rem;
    background-image: url(../images/banner_border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #FFFFFF;
}

.banner_list li {
    width: 30%;
    font-size: .36rem;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    top: -.29rem;
}

.banner_list li span {
    position: absolute;
    right: -.05rem;
}

.banner_list li:nth-child(4) {
    width: 37%;
}

.banner_list li:nth-child(5) {
    width: 45%;
}

.banner_gg {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: .1rem;
}

.banner_gg_content {
    width: auto;
    margin-left: .2rem;
}

.banner_gg_content p {
    color: #FFFFFF;
    font-size: .26rem;
}

.banner_gg_content p span {
    color: #FF9900;
    font-size: .38rem;
    font-weight: 550;
}

.banner_btn {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    /* margin-top: .6rem; */
}

.banner_btn button {
    width: 2.8rem;
    height: .66rem;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: #2C78E3;
}

.banner_btn button:first-child {
    margin-right: .2rem;
}

.banner_btn button:active {
    background-color: #FF9900;
    color: #FFFFFF;
}

.banner_bq {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .1rem;
    left: .1rem;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_tit {
    position: absolute;
    left: 0.7rem;
    top: 0.25rem;
    color: #fff;
    font-size: 0.18rem;
}

/* 证书 */
.section02-box {
    width: 100%;
    background-color: #fff;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.section02-box .slogan {
    background: #EDF4FF;
    width: 6.06rem;
    height: 0.46rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.2rem;
}

.section02-box .slogan {
    color: #2C83FF;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.46rem;
}

.section02-box .computer {
    margin: 0 auto;
    text-align: center;
    margin-top: 0.44rem;
}

.section02-box .computer img {
    width: 5.39rem;
    height: 3.08rem;
    margin: 0 auto;
}

.section02-box .explain {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    color: #666;
}

.section02-box .explain .explain-item {
    display: flex;
    background: #EDF4FF;
    margin-left: 0.34rem;
    margin-right: 0.34rem;
    padding: 0.24rem;
    margin-top: 0.08rem;
    border-radius: 0.12rem;
}

.section02-box .explain .explain-item .card_no {
    margin-left: 0;
}

.section02-box .explain img {
    width: 0.08rem;
    height: 0.24rem;
    margin-top: 0.08rem;
}

.section02-box .explain p {
    margin-left: 0.2rem;
}

.section02-box .explain span {
    color: #333;
    font-weight: bold;
}

.section02-box .moreInfo {
    display: flex;
    width: 4.49rem;
    height: 0.8rem;
    background: linear-gradient(90deg, #FF3838 0%, #FF6950 69%);
    box-shadow: 5px 4px 24px 0px rgba(242, 145, 145, 0.47);
    border-radius: 0.4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}






/* 自查通道 */
.zc_wrap {
    width: 100%;
    height: auto;
}

.zc_main_box {
    height: auto;
    padding-top: .6rem;
}

.zc_form_box {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .35rem;
}

.zc_form_inp {
    width: 100%;
    height: 1rem;
    margin-bottom: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: .3rem;
    background-color: #FFFFFF;
}

.zc_form_inp label {
    width: 27%;
    height: 1rem;
    border: 1px solid #CCCCCC;
    border-right: 0;
    color: #9A9A9A;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-sizing: border-box;
}

.zc_form_inp label p {
    width: 99%;
    height: .5rem;
    line-height: .5rem;
    border-right: 1px solid #cccccc;
}

.zc_form_inp select {
    width: 73%;
    height: 1rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .2rem;
    border: 1px solid #cccccc;
    border-left: 0;
    box-sizing: border-box;
    font-size: .3rem;

}

.zc_form_inp input {
    width: 73%;
    height: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .2rem;
    border: 1px solid #cccccc;
    border-left: 0;
    box-sizing: border-box;
    font-size: .3rem;
}

.zc_form_box button {
    width: 100%;
    height: .8rem;
    border-radius: 5px;
    margin: 0 auto;
    background: linear-gradient(180deg, #2580F5, #0B52D0);
    margin-top: .1rem;
}

.zc_form_box button:active {
    border-radius: 50px;
}

/* 报考须知 */
.bk_wrap {
    width: 100%;
    height: auto;
    padding-bottom: 0.19rem;
}

.bk_main_box {
    height: auto;
    padding-top: .37rem;
}

.bk_content_box {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 96, 227, .3);
}

.bk_title {
    width: 100%;
    /* height: 2.5rem; */
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    background: linear-gradient(90deg, #2580F5, #0B52D0);
}

.bk_title h2 {
    font-size: .6rem;
    line-height: .6rem;
}

.bk_title h3 {
    font-size: .42rem;
}

.bk_title h5 {
    /* width: 4.7rem; */
    height: .47rem;
    font-size: .3rem;
    line-height: .47rem;
    background-color: #25A0FF;
    margin-top: .15rem;
    border-radius: 3px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.bk_item_box {
    width: 100%;
    height: auto;
}

.bk_item {
    width: 5.9rem;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding-top: .15rem;
    padding-bottom: .15rem;
    margin: 0 auto;
}

.bk_item_num {
    width: 1rem;
    height: auto;
    color: #d0defa;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: .66rem;
}

.bk_item_content {
    width: 4.3rem;
    height: auto;
    margin-left: .2rem;
}

.bk_item_title {
    width: 100%;
    height: auto;
}

.bk_item_title h3 {
    font-size: .36rem;
    color: #3183EF;
}

.bk_item_list {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.bk_item_list li {
    /* width: 50%; */
    height: auto;
    line-height: .35rem;
    color: #666666;
    font-size: .22rem;
}

.bk_item:nth-child(4) .bk_item_list li {
    width: 100%;
}

.bk_btn {
    width: 100%;
    height: auto;
    margin-top: .3rem;
    padding-bottom: .4rem;
}

.bk_btn button {
    width: 5.9rem;
    height: .7rem;
    background-color: #FE9228;
    font-size: .32rem;
    margin: 0 auto;
}

.bk_btn button:active {
    border-radius: 50px;
}

/* 问题解答 */
.wt_wrap {
    width: 100%;
    height: auto;
}

.wt_main_box {
    height: auto;
    padding-top: .6rem;
}

.wt_content_box {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: .3rem;
    box-shadow: 0px 0px 15px rgba(0, 96, 227, .3);
}

.wt_item_box {
    width: 5.9rem;
    height: auto;
    margin: 0 auto;
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.wt_item_box li {
    width: 100%;
    height: .8rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed rgba(218, 218, 218, .8);
}

.wt_item_box li p {
    width: 4.6rem;
    color: #000000;
    font-size: .24rem;
}

.wt_item_box li button {
    width: 1.28rem;
    height: .42rem;
    font-size: .22rem;
    background: linear-gradient(180deg, #2580F5, #0B52D0);
}

.wt_item_box li button:active {
    border-radius: 50px;
}

.wt_btn {
    width: 100%;
    height: auto;
    padding-bottom: .5rem;
}

.wt_btn button {
    width: 5.9rem;
    height: .7rem;
    background-color: #FE9228;
    font-size: .32rem;
    margin: 0 auto;
}

.wt_btn button:active {
    border-radius: 50px;
}

/* 优势 */
.ys_wrap {
    width: 100%;
    height: auto;
}

.ys_main_box {
    width: 100%;
    height: auto;
    padding-top: .6rem;
}

.ys_item_box {
    width: 6.85rem;
    height: auto;
    margin-top: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.ys_item {
    width: 6.85rem;
    height: 1.82rem;
    background-image: url(../images/ys_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: .1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.ys_item_title {
    width: 30%;
    height: .6rem;
    color: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
}

.ys_item_title h5 {
    font-size: .32rem;
}

.ys_item_content {
    width: 66%;
    margin-left: .2rem;
    margin-right: .3rem;
}

.ys_item_content p {
    color: #666666;
    font-size: .25rem;
}



.seaction05-box .bgView2 {
    width: 100%;
    height: 7.28rem;
    background: #E9F6FF;
}

.seaction05-box {
    width: 100%;
    margin-top: 0.44rem;
}

.seaction05-box .bgView2 .title {
    color: #2B3C47;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.48rem;
}

.seaction05-box .studys {
    width: 100%;
    display: flex;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
}

.seaction05-box .study-item {
    width: 33%;
    margin-top: 0.42rem;
}

.seaction05-box .study-item img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.seaction05-box .study-item span {
    display: block;
    color: #333;
    font-size: 0.26rem;
    height: 0.26rem;
    margin-top: 0.15rem;
    text-align: center;
}

.seaction05-box .study-item .study-title {
    font-weight: bold;
}

.seaction05-box .more {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;

}

.seaction05-box .moreInfo {
    display: flex;
    width: 3.28rem;
    height: 0.8rem;
    background: linear-gradient(-90deg, #FB390E 0%, #FF5E30 100%);
    border-radius: 0.12rem;
    margin: 0 0.12rem;
}


.moreInfo span {
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.8rem;
    margin-left: 0.46rem;
}

.moreInfo img {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0.3rem 0.25rem;
}

/* footer */
.footer {
    width: 100%;
    height: 0.5rem;
    background: #fff;
}

.footer span {
    display: block;
    color: #999;
    font-size: 0.22rem;
    text-align: center;
}</pre></body></html>