* {
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft yahei';
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

/* a:hover {
    color: #333 !important;
} */

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color: #222;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.maina-color {
    color: #c39043 !important;
}

p,
h2,
h3 {
    color: #333;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.yy {
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 5px;
}

.w_1200 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /* overflow: hidden; */
}

.gray20 {
    color: #333 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix {
    *zoom: 1;
}

.pt40 {
    padding-bottom: 40px !important;
}
.w_head {
    background-color: #fff;
    position: relative;
    padding: 15px 0;
}
.bg_f7 {
    background-color: #f7f7f7;
}
.bg_fff {
    background-color: #fff;
}
.p30 {
    padding: 30px 0px;
}

/* 单行省略 多行省略 */
.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.text-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
/* 关于我们 */

.lxwm-box {
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 500px;
    overflow: hidden;
}

.lxwm-box .lxwm-left img {
    width: 850px;
    height: 500px;
}

.lxwm-box .lxwm-right {
    padding: 30px 30px;
}

.lxwm-box .lxwm-right h1 {
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}
.lxwm-box .lxwm-right h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.lxwm-box .lxwm-right .lxwm-center {
    padding: 30px 0;
}

.lxwm-box .lxwm-right .lxwm-center p {
    margin-bottom: 10px;
}

.lxwm-box .lxwm-right .lxwm-center h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
}

.lxwm-box .lxwm-right .lxwmts {
    line-height: 28px;
}

/* 机构概况 */
.cpcz-nr {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.cpcz-tit {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.cpcz-nr h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.cpcz-nr img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
/*轮播图banner*/

.fullSlide {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.fullSlide .bd ul {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 540px;
}

.fullSlide .bd li {
    width: 100%;
    height: 540px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.fullSlide .bd li a {
    display: block;
    height: 540px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    line-height: 999px;
    border-radius: 50px;
    margin: 0 5px;
}

.fullSlide .hd ul .on {
    background: #dc3a3a;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 20px;
    background-position: -6px -137px;
}

/* 新闻轮播 */

.main {
    width: 1280px;
    margin: 60px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.slideBox {
    float: left;
    width: 650px;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(../imgs/yuan.png) left center no-repeat;
    width: 18px;
    height: 14px;
    margin-right: 6px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-position: right center;
}

.slideBox .bd {
    position: relative;
    height: 540px;
    z-index: 0;
}

.slideBox .bd ul {
    position: relative;
    width: 650px;
    height: 540px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 650px;
    left: 0px;
    top: 0px;
}

.slideBox .bd li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-indent: 20px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000);
    font-size: 18px;
}

.slideBox .bd li img {
    width: 650px;
    height: 540px;
    object-fit: cover;
}
.xwqh-ul {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
}
.xwqh-ul li {
    font-size: 22px;
    color: #999;
    margin: 0px 40px 0 0;
    cursor: pointer;
}

.xwqh-ul li {
    position: relative;
    color: #999;
    padding-bottom: 20px;
}
.xwqh-ul li.hover {
    color: #dc3a3a;
    border-bottom: 2px solid #dc3a3a;
}
.xwqh-ul li:hover {
    color: #dc3a3a;
    border-bottom: 2px solid #dc3a3a;
}
.news_list li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d8d8d8;
}

.news_list li > a:hover {
    color: #3d79ac;
}
.news_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_list li .bt {
    position: relative;
    padding-left: 20px;
    flex: 1;
    margin-right: 20px;
}
.news_list li .bt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #dc3a3a;
}
.news_list li .date {
    color: #999;
    font-size: 16px;
}
.jcdt {
    width: 580px;
}
/* 考级科目 */
.kjkm-box {
    background: url(../imgs/kjkm-bj.png) no-repeat;
    width: 420px;
    height: 546px;
    background-size: cover;
    color: #fff;
}
.kjkm-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
    border-bottom: 1px solid #d8d8d8;
}
.kjkm-left {
    display: flex;
    align-items: center;
    font-size: 24px;
}
.kjkm-left p {
    margin-left: 14px;
}
.kjkm-bt a {
    font-size: 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 6px 10px;
}
.kjkm-box p {
    color: #fff;
}
.kjkm-box a {
    color: #fff;
}
.kjkm-ul {
    display: flex;
    align-items: center;
    font-size: 15px;
    flex-wrap: wrap;
    padding: 30px 30px 10px;
    margin-right: -20px;
}
.kjkm-ul li {
    width: 33.3%;
    margin-bottom: 20px;
}
.kjkm-ul li a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: block;
    text-align: center;
    margin-right: 20px;
    padding: 14px 0;
}
.kjkm-ul li a img {
    margin: auto;
    padding-bottom: 6px;
}
.wd-800 {
    width: 800px;
}
.sybt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}
.sybt p {
    color: #dc3a3a;
    border-bottom: 2px solid #dc3a3a;
    padding-bottom: 20px;
    font-size: 22px;
}
.sy-banner {
    margin: 60px auto 0;
    width: 1280px;
}
.wd-390 {
    width: 390px;
}
.twxw-ul li a {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    border-bottom: 1px dashed #d8d8d8;
    padding: 20px 0;
}
.twxw-ul li a .twxw-left img {
    width: 140px;
    height: 83px;
    margin-right: 20px;
}
.twxw-ul li a .twxw-right .bt {
    line-height: 24px;
}
.twxw-ul li a .twxw-right .date {
    color: #999;
    margin-top: 16px;
    line-height: 16px;
}
.mt40 {
    margin-top: 40px;
}
.mb0 {
    margin-bottom: 0;
}

/* 服务大厅 */
.block {
    display: block;
}
.fwdt-bt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px;
}
.fwdt-bt p {
    font-size: 28px;
    color: #333;
    margin-left: 16px;
    font-weight: bold;
}
.fwdt-bt p span {
    color: #dc3a3a;
}
.fwdt-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fwdt-box .fwdt-left {
    background: #fbf2f2;
    padding: 30px 30px 10px;
    width: 755px;
}
.fwdt-box .fwdt-left ul {
    margin-right: -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fwdt-box .fwdt-left ul li {
    width: 33.3%;
}
.fwdt-box .fwdt-left ul li a {
    background: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    width: 220px;
    height: 68px;
    margin-bottom: 20px;
}
.fwdt-box .fwdt-left ul li a p {
    margin-left: 12px;
    font-weight: bold;
    color: #333;
}
.bgb {
    background: #fff;
}
.fwdt-right {
    background: #fbf2f2;
    padding: 30px;
    width: 480px;
    height: 480px;
}
.fwdt-right .zscx-bt {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.fwdt-right .zscx-bt p {
    margin-left: 12px;
}
.fwdt-right input {
    background: #fff;
    font-size: 16px;
    width: 100%;
    padding: 24px;
    margin-bottom: 20px;
}
.czcx {
    display: flex;
    align-items: center;
    margin-right: -20px;
    margin-top: 30px;
}
.czcx a {
    background: #fff;
    color: #dc3a3a;
    border: 1px solid #dc3a3a;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    width: 50%;
}
.czcx a:last-child {
    background: #dc3a3a;
    color: #fff;
}
#demo123456 {
    width: 1280px;
    overflow: hidden;
    margin: 30px auto 0;
}
.xzhd td {
    width: 210px;
}

.xzhd td img {
    margin: 0 10px;
    width: 210px;
    height: 160px;
    object-fit: cover;
}
.xzhd td p {
    margin: 20px 10px 0;
}
.yqlj {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
}
.yqlj li {
    padding-top: 20px;
    width: 20%;
}
.yqlj li a {
    text-decoration: underline;
    color: #999;
    margin-right: 20px;
}

/* 登录 */

.reveal-modal {
    top: 50%;
    width: 600px;
    left: 50%;
    position: fixed;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    visibility: hidden;
}

.reveal-modal-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.tis-bt {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.tis-bt h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.tis-bt img {
    position: fixed;
    right: 40px;
    top: 40px;
}
.tis-nr {
    width: 400px;
    margin: auto;
}
.tis-nr .qsr {
    font-size: 14px;
    color: #333;
    padding: 30px 0 20px;
}
.tis-nr input {
    width: 100%;
    padding: 14px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.ylxz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.ylxz a {
    text-decoration: underline;
    color: #dc3a3a;
    font-size: 16px;
}
.beiz {
    font-size: 14px;
    color: #999;
    padding-top: 30px;
}

/*证书介绍  */
.dlzs-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
    font-size: 14px;
    color: #333;
}

.dlzs-ul li {
    width: 400px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    margin: 0 20px 40px;
}
.dlzs-ul li .dlzs-img {
    position: relative;
    width: 100%;
    height: 300px;
}
.dlzs-ul li .dlzs-img img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.dlzs-dw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.dlzs-dw a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #dc3a3a;
    color: #fff;
    margin: auto;
    margin-top: 140px;
    font-size: 14px;
    display: block;
}
.dlzs-ul li:hover .dlzs-dw {
    display: block;
}
.dlzs-ul li p {
    background: #f7f7f7;
    color: #333333;
    font-size: 16px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
/* 通知详情 */
.xqbt {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.sjsl {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.sjsl p {
    margin-right: 40px;
    color: #999;
}
.xqnr {
    font-size: 14px;
    color: #333;
    line-height: 38px;
}
.sxpz {
    background: #f7f7f7;
    margin-top: 60px;
}
.sxpz a {
    color: #333;
    display: block;
    font-size: 14px;
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid #eeeeee;
}
.sxpz a:last-child {
    border-bottom: transparent;
}
.fxd-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin: 40px 0;
}
.fxd-box p {
    margin-right: 14px;
}
.fxd-box a {
    display: block;
    margin-right: 8px;
}
.fxd-box img {
    margin-bottom: 0;
}
/* 新闻列表 */
.xwjn .twxw-left img {
    width: 280px !important;
    height: 160px !important;
}
.xwjn .nr {
    font-size: 13px;
    color: #666;
    line-height: 28px;
}
.xwjn .bt {
    font-size: 16px;
    margin-bottom: 20px;
}
.xwjn .date {
    margin-top: 42px !important;
}
.xwjn li a {
    padding: 40px 0 !important;
}
.xwjn li:first-child a {
    padding-top: 0 !important;
}

/* 内页切换 */
.nyqh-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 40px;
}
.nyqh-ul li {
    padding: 0 12px;
    border-right: 1px solid #d8d8d8;
    cursor: pointer;
    margin-bottom: 16px;
    width: 10%;
}
.nyqh-ul li.hover {
    color: #dc3a3a;
}
.nyqh-ul li:hover {
    color: #dc3a3a;
}
.nyqh-ul li:last-child {
    border-right: transparent;
}
/* 在线学习 */
.zxxx-ul {
    display: flex!important;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -40px;
}
.zxxx-ul li {
    width: 33.3%;
    margin-bottom: 40px;
}
.zxxx-ul li .jianju {
    background: #f7f7f7;
    margin-right: 40px;
    padding: 30px 20px;
    font-size: 15px;
    color: #333;
    text-align: center;
    display: block;
}
.ksxx {
    display: table;
    margin: auto;
    width: 100px;
    background: #dc3a3a;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.zxxx-ul li .jianju p {
    height: 80px;
}

.xxan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.xxan a {
    width: 100px;
    background: #dddddd;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin-right: 30px;
}
.xxan a:last-child {
    margin-right: 0;
    background: #dc3a3a;
    color: #fff;
}
/* 下载中心 */
.xiaz {
    display: flex;
    align-items: center;
}
.xiaz img {
    margin-left: 6px;
}
.xzzx-ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ljxz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ljxz .sjsl{
    margin-bottom: 0;
}
.ljxz a {
    color: #dc3a3a;
    border: 1px solid #dc3a3a;
    width: 100px;
    text-align: center;
    line-height: 36px;
}
.ljxz p {
    margin-bottom: 0;
}
/* 分支机构 */
.fzjg-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fzjg-ul li {
    width: 9%;
    margin-bottom: 20px;
}
.fzjg-ul li a {
    background: #f5f5f5;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    display: block;
    text-align: center;
    line-height: 44px;
}
.fzjg-ul li.active a {
    background: rgba(220, 58, 58, 0.1);
    color: #dc3a3a;
}
.fzjg-ul li a:hover {
    background: rgba(220, 58, 58, 0.1);
    color: #dc3a3a;
}
/* 机构详情 */
.jgnr-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -40px;
}
.jgnr-ul li {
    width: 50%;
    margin-bottom: 40px;
}
.jgnr-ul li a {
    border: 1px solid #eeeeee;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.jgnr-ul li a .jgnr-logo {
    margin-right: 20px;
}
.jgnr-ul li a .jgnr-logo img {
    width: 160px;
    height: 160px;
}
.jgnr-right .jgnr-bt {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 20px;
}
.jgxq-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto 80px;
}
.jgxq-left {
    width: 380px;
    border: 1px solid #eeeeee;
    padding-bottom: 30px;
    font-size: 14px;
}
.jgxq-left p {
    padding: 0 30px;
    line-height: 40px;
}
.jgxq-left h2 {
    line-height: 60px;
    color: #fff;
    background: #dc3a3a;
    text-align: center;
    margin-bottom: 30px;
}
.jgxq-right {
    width: 840px;
    border: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.jgxq-right h2 {
    line-height: 60px;
    color: #fff;
    background: #dc3a3a;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}
.jgxq-right .jgxq-nr {
    padding: 0 30px;
    line-height: 38px;
}
.jgxq-right .fxd-box{
    margin: 40px 30px;
}
.jgxw {
    padding: 0 30px;
}
.jgxw li:first-child {
    padding-top: 0 !important;
}

.mb20 {
    margin-bottom: 20px;
}
/* 表单 */
.hsbg {
    background: #f7f7f7;
}
.bdbs {
    background: #fff;
    padding: 60px 120px;
}
.bdbs .xwqh-ul li {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.bdbs .xwqh-ul li.hover {
    color: #dc3a3a;
}
.bdbs .xwqh-ul li:hover {
    color: #dc3a3a;
}
.bdlb-box h3 {
    font-size: 20px;
    color: #333;
    margin: 50px 0 30px;
    padding-left: 20px;
    position: relative;
}
.bdlb-box h3::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background: #dc3a3a;
    width: 4px;
    height: 21px;
}
.bdlb-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bdlb-ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.dhsr {
    align-items: flex-start !important;
}
.bdlb-ul li p {
    width: 130px;
    margin-right: 20px;
    text-align: right;
}
.dhsr p {
    margin-top: 16px !important;
}
.bdlb-ul li p span {
    color: #dc3a3a;
}
.bdlb-ul li .qsr {
    width: 360px;
    border: 1px solid #eee;
    padding: 12px 20px;
    font-size: 16px;
}
.bdlb-ul li textarea {
    border: 1px solid #eee;
    padding: 12px 20px;
    flex: 1;
    font-size: 16px;
}
.sczp {
    background: #fff;
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 43px;
    position: relative;
}
.sczp img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sczp input {
    opacity: 0;
}
.sczp input {
    height: 150px;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wd100 {
    width: 100%;
}
.zxdz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    border: 1px solid #eee;
    padding: 12px 20px;
    font-size: 16px;
}
.zxdz select {
    width: 46%;
    font-size: 16px;
}
.yih {
    display: flex;
    align-items: center;
}
.yih li .qsr {
    width: 320px;
    border: 1px solid #eee;
    padding: 12px 20px;
    font-size: 16px;
}
.jiaj {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.jiaj a {
    margin-left: 20px;
}
.yzm {
    position: relative;
}
.yzm img {
    position: absolute;
    right: 1px;
    top: 1px;
}
.tjiao {
    width: 200px;
    line-height: 44px;
    margin: 60px auto 0;
    color: #fff;
    background: #dc3a3a;
    text-align: center;
    display: table;
}
sup {
    cursor: pointer;
    display: block;
    margin-left: 120px;
}

sup input[type='checkbox'],
sup input[type='radio'] {
    opacity: 1;
    width: 16px;
    height: 16px;
    z-index: 10;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

sup input {
    display: block;
    background: url('../imgs/wxz.png') no-repeat left center;
    background-size: 16px 16px;
}

sup input:checked {
    background: url('../imgs/xz.png') no-repeat left center;
    background-size: 16px 16px;
    color: #666;
}
sup a {
    color: #dc3a3a;
}
.ksxz {
    font-size: 14px;
    line-height: 36px;
    color: #333;
    margin-top: 20px;
}
.ksxz h3 {
    font-size: 16px;
    font-weight: bold;
}
.scysb {
    background: #dc3a3a;
    color: #fff;
    width: 130px;
    text-align: center;
    border-radius: 5px;
    line-height: 44px;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.scysb p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px !important;
    cursor: pointer;
}
.scysb input {
    opacity: 0;
    width: 130px;
    height: 44px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
}
.radio-box {
    display: flex;
    align-items: center;
    width: 360px;
}
.radio-box .radio {
    width: 50%;
    display: flex;
    align-items: center;
}
.radio label {
    margin-left: 10px;
}
.radio-box input[type='radio'] {
    opacity: 1;
    width: 14px;
    height: 14px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background: #fff;
    position: relative;
    background-color: #cccccc;
}

.radio-box input[type='radio']:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    border-radius: 50%;
    left: -4px;
    border: 1px solid #cccccc;
}

.radio-box input[type='radio']:checked {
    background: #dc3a3a;
    border: 1px solid #dc3a3a;
    position: relative;
}

.radio-box input[type='radio']:checked:after {
    border: 1px solid #dc3a3a;
}
.zysx {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.cxnr {
    display: block;
}
.cxnr li {
    margin: 0 auto 20px;
    width: 50%;
}
.cxnr li p {
    width: 80px;
}
.cxzj {
    background: #fff7f7;
    font-size: 14px;
    padding: 30px;
    margin: 60px 0;
}
.cxzj h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.cxzj p {
    color: #666666;
    line-height: 34px;
}
/* 在线考试 */
.zxks-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.zxks-ul li {
    width: 50%;
    margin-bottom: 40px;
}
.zxks-ul li .jianju {
    background: #f7f7f7;
    padding: 30px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.zxks-ul li .jianju .zxks-left {
    flex: 1;
}
.zxks-ul li .jianju .zxks-left .zxks-bt {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}
.zxks-ul li .jianju .zxks-left p {
    color: #666666;
}
.ksks {
    width: 100px;
    height: 36px;
    background: #dc3a3a;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.bzhu {
    font-size: 14px;
    color: #dc3a3a;
    margin-bottom: 40px;
}
.tishu {
    width: 100%;
    font-size: 16px;
    color: #666666;
    border-collapse: collapse;
    overflow: hidden;
}

.tishu li {
    text-align: center;
    padding: 10px 0;
    width: 3.33%;
    float: left;
    background: #fff;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.tishu li.active {
    background: #dc3a3a;
    color: #fff;
}

.tishu li.lv {
    background: #3fee15;
    color: #000000;
}

.tishu li.yzuo {
    color: #dc3a3a;
}

.xzt-box {
    background: #fff;
    padding-bottom: 60px;
    margin-top: 30px;
    padding: 30px 40px 40px;
}

.djs {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.djs span {
    color: #dc3a3a;
}

.xzti {
    border: 1px solid #f1f1f1;
    padding: 40px 40px 60px;
}

.xzti p {
    line-height: 30px;
    color: #333;
}

.tmlx {
    color: #dc3a3a !important;
    font-size: 16px;
    margin-bottom: 15px;
}

.danxuan-box .danxuan {
    display: inline-block;
    cursor: pointer;
}

.danxuan-box label {
    overflow: hidden;
    margin: 20px 0;
    display: block;
}

.danxuan-box p {
    display: inline-block;
    margin-left: 10px;
}

.weui-radio {
    cursor: pointer;
    display: block;
}

.weui-radio[type='checkbox'],
.weui-radio[type='radio'] {
    opacity: 1;
    width: 18px;
    height: 18px;
    z-index: 10;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.weui-radio {
    display: block;
    background: url('../imgs/wxzy.png') no-repeat left center;
    background-size: 18px 18px;
}

.weui-radio:checked {
    background: url('../imgs/xuanz.png') no-repeat left center;
    background-size: 18px 18px;
    color: #666;
}
.sxtm-box {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}

.sxtm-box .sxtm {
    float: left;
}

.sxtm-box .sxtm a {
    float: left;
    padding: 10px 0;
    color: #dc3a3a;
    border: 1px solid #dc3a3a;
    margin-right: 30px;
    width: 105px;
    text-align: center;
}

.sxtm-box .jiaoq {
    float: right;
    background: #dc3a3a;
    color: #fff;
    padding: 10px 30px;
    width: 200px;
    text-align: center;
}
.yxuan {
    color: #dc3a3a;
}
.ksts {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 60px;
    color: #666666;
}
.xzjq {
    width: 210px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #dc3a3a;
    color: #fff;
    margin: 30px auto;
    display: table;
}
.jxdt {
    background: transparent;
    color: #dc3a3a;
    border: 1px solid #dc3a3a;
}

.checkbox:checked {
    background: #dc3a3a;
    border: solid 1px #dc3a3a;
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.checkbox:checked::after {
    content: '';
    top: 4px;
    left: 4px;
    position: absolute;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}
.xzt-box textarea {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 20px;
    width: 100%;
    margin-top: 30px;
}
.fize16 {
    font-size: 16px;
}
.fize14 {
    font-size: 14px;
}
.fize12 {
    font-size: 12px;
}

.lainjie {
    padding-right: 0px;
    margin-bottom: 5px;
    width: 1280px;
    margin: 20px auto;
}
.main-left {
    width: 210px;
    float: left;
}

.wian {
    width: 860px;
    border: 1px solid #e4e4e4;
    float: left;
}

.index-nwwd {
    height: 110px;
    font-size: 13px;
    padding-top: 12px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.yqlj h2 {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.yqlj {
    width: 1280px;
    margin: 0px auto;
    line-height: 30px;
    display: block;
}

.yqlj h2 {
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.yqlj p {
    color: #dc3a3a;
    width: 1140px;
    display: inline-block;
    vertical-align: top;
}

.yqlj p a {
    color: #dc3a3a;
    margin: 0 6px;
}
.mb80 {
    margin-bottom: 80px;
}

.el-input--suffix .el-input__inner {
    background: transparent;
    width: 360px;
}

.el-input__inner {
    height: 47px;
    line-height: 47px;
}