.pd10 {
    padding: 10px;
    background-color: aquamarine;
}
.pd11 {
    padding: 10px;
    background-color: #26c0c0;
}

.positon_relative {
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
}


/* 标题 */

.con_title {
    position: relative;
    font-size: 30px;
    color: #be4033;
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.tl {
    display: inline-block;
    margin-right: 20px;
}
.tr {
    display: inline-block;
    margin-top: -10px;
    margin-left: -15px;
}


.box_shadow {
    box-shadow: 0 1px 7px 2px rgb(126 128 133 / 22%);
    border-radius: 20px;
}


/* header */

.head {
    background-color: #7d0008;
}
.header_nav {
    background-color: #c6ae80;
}
.header_top {
    margin: 10px 0;
    height: 120px;
    display: flex;
    align-items: center;
}

.header_top .header_logo {
    width: auto;
    overflow: hidden;
}

.header_top .header_logo img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.header_top .code_name {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 16px;
}

.navbar {
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.nav li a {
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}
.nav_small {
    padding: 0;
    border: #efefef;
    /* background-color: #4184f7;  */
}

.nav_small li a {
    line-height: 40px;
    color: #666;
}

.head {
    width: 100%;
}

.navbar-default {
    background-color: #c6ae80;
}

.nav .dropdown:hover {
    background: #4184f7;
}

.nav .dropdown:hover>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #be4033 !important;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #be4033;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #be4033;
}

/* 轮播图 */

.swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 6px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}


/* 正文开始 */


/* 流程 */

.lc {
    padding: 40px 0;
    background-color: #f2f2f2;
    background-image: url(../images/pic/bg-1.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.lc_con {
    display: flex;
    justify-content: center;
    padding: 0;
}

.lc_con>li {
    position: relative;
    margin-right: 5px;
    line-height: 18px;
    list-style: none;
    padding: 12px 17px 10px 30px;
    background: #dcdcdc;
    margin-left: 16px;
    font-weight: 600;
    font-size: 16px;
}

.lc_con>li:first-child {
    margin-left: 0;
}

.lc_con .lc_tab.active::before,
.lc_con>li::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f5f5f5;
    border-top: 20px inset transparent;
    content: "";
}

.lc_con .lc_tab.active::after,
.lc_con>li::after {
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #dcdcdc;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2;
}

.lc_con .lc_tab.active::after {
    border-left: 20px solid #be4033;
}

.lc_wrap {
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid rgb(126 128 133 / 22%);
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 8px 0 rgb(126 128 133 / 22%);
    -moz-box-shadow: 0 1px 8px 0 rgba(126, 128, 133, 0.22);
    box-shadow: 0 1px 8px 0 rgb(126 128 133 / 22%);
}

.lc_list .row {
    display: none;
}

.lc_list .row.selected {
    display: block;
}

.lc_con .lc_tab.active {
    background-color: #be4033;
    color: #fff;
    font-size: 16px;
}

.lc_content .con_item {
    margin: 5px 0;
}

.con_icon {
    line-height: 28px;
    margin: 10px 0;
}

.lc_icon {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #be4033;
}

.con_icon span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

.con_text {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.zs_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.zs_left,
.zs_flex {
    width: 50%;
}

.zs_flex {
    display: flex;
    align-items: center;
    border-left: 2px solid #be4033;
}

.zs_right {
    padding-left: 40px;
}

.zs_right .con_text {
    text-indent: 0;
}
.zs_right .con_text a {
    color: #be4033;
    font-weight: 600;
}

.img_box6 {
    height: 300px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_box6 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* 两个项目 */

.px {
    background-color: #fff;
    padding: 40px 0;


    background-image: url(../images/pic/bg-1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;

}

.tab {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
    list-style: none;
}

.tab li {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 200px;
    height: 68px;
    background: #fff;
    line-height: 68px;
    cursor: pointer;
    font-size: 20px;
    line-height: 68px;
    text-align: center;
    color: #333;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #be4033;
}

.px_list {
    border: 1px solid rgb(126 128 133 / 22%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(126 128 133 / 22%);
}

.px_list .row {
    display: none;
}

.px_list .row.selected {
    display: block;
}

.tab li.active {
    background-color: #be4033;
    color: #ffffff;
}

.px_top {
    display: flex;
    justify-content: center;
}

.px_title {
    width: 200px;
    height: 68px;
    background: #fff;
    border-radius: 10px;
    margin-right: 40px;
    position: relative;
}

.px_dec1 {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.gk>div {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
}

.relative {
    position: relative;
}

.wid5 {
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 5px;
    height: 17px;
    background-color: #be4033;
}

.mgleft {
    margin-left: 12px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.text1 {
    text-indent: 2em;
    text-align: justify;
}
/* 表格 */

.px_con {
    clear: both;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 2px 2px #dcdcdc;
}

.px_con .title {
    font-size: 22px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.table_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pxyq_top {
    font-size: 16px;
    font-weight: 600;
}

.px_con table td {
    border: 1px solid #fff;
}


/* 表格头部 */

.px_con .table tr:first-child {
    background-color: #be4033;
    color: #fff;
}

.px_con .table tr:nth-child(2) {
    background-color: #fff;
}

.px_con .table tr:last-child {
    background-color: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    font-size: 16px;
}

.pxyq {
    margin-top: 10px;
    box-shadow: 0 0 0 1px #be4033;
}

.pxyq .pxyq_title {
    background-color: #be4033;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.pxyq .pxyq_con {
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
}

.pxyq .pxyq_con li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
}

.pxyq_last {
    line-height: 30px;
    font-size: 14px;
}

.pxyq_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col_md {
    width: 48%;
}

.col_md12 {
    width: 100%;
}


/* 项目背景 */

.bj {
    background-color: #f2f2f2;
    padding: 40px 0;
    position: relative;
    background-image: url(../images/pic/bg-1.png);
    background-position: 0% 5%;
    background-repeat: no-repeat;
}

.con_wrap1 {
    margin: 0 0 20px 0;
}


.con_dec1 {
    line-height: 30px;
    color: #333;
    margin: 10px 0;
    padding: 0 10px;
    font-size: 16px;
}

.con_dec1 .text {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
}

.con_dec1 .text_title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
    text-indent: 1.8em;
}

.img_bj {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.img_bj img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.con_wrap1 .con_dec1 i {
    margin-left: 10px;
}

.box_dec {
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}

.box_dec2 {
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #f0e5de;
}

.img_tv {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.img_tv img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

.con_wrap2 .mgb20 {
    margin-bottom: 20px;
}

.img_bg2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border: 2px solid #be4033;
    border-radius: 15px;
}

.img_bg2 img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

/* 适合人群 */

.rq {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.con_dec {
    position: relative;
    width: 100%;
    margin-top: 80px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 7px 27px rgb(230 230 230);
    padding: 0 16px;
}

.con_dec .img_rq {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.img_user {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 15px;
}

.con_dec span {
    border-bottom: 2px solid #be4033;
    padding: 0 10px 5px;
}


/* 职业愿景 */

.yj {
    padding: 40px 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.img_box4 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_box4 img {
    width: 52%;
    vertical-align: middle;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 1px 8px 0 rgb(126 128 133 / 22%);
}

.yj_shadow {
    border: 1px solid rgb(126 128 133 / 22%);
    box-shadow: 0 1px 8px 0 rgb(126 128 133 / 22%);
}

.yj_con {
    background-color: rgba(0,0,0,.8);
    padding: 20px 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
}

.yj_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.yj_title span {
    position: absolute;
    display: inline-block;
    bottom: -5px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #be4033;
    transform: translate(-50%, 0);
    transition: all .5s;
}

.yj_dec {
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
    text-align: justify;
}

.yj .box_shadow {
    border: none;
}

/* 证书 */

.zs {
    padding: 30px 0;
    background-color: #ecc056;

}

.zs_dec {
    display: flex;
    align-items: center;
    height: 383px;
    border: 3px solid #be4033;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    position: relative;

}

.zs_dec1 {
    position: relative;
    padding: 20px;
    font-size: 16px;

}

.zs_dec1>div {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.zs_dec1 a {
    font-weight: bold;
    color: #be4033;
}

.zs_dec1 a:hover {
    text-decoration: none;
}
.mg10{
    margin-right: 10px;
}


.zs_img img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: fill;
    padding: 10px;
}



/* footer */

.footer {
    padding-top: 10px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
}


.footer .link a:hover {
    text-decoration: none;
    color: #000;
}

.footer .footer_bottom {
    margin: 10px 0;
}

.footer .footer_bottom>div {
    text-align: center;
    line-height: 26px;
}

.path {
    border-bottom: 1px solid #efefef;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 2px solid #4184f7;
    border-radius: 0;
    font-size: 16px;
    margin-left: 20px;
}

.page_num {
    text-align: center;
    margin: 60px 0;
}

.content_no {
    text-align: center;
    font-size: 16px;
    margin: 60px 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}


/* 文章列表 */

.content_list {
    margin: 30px;
    min-height: 425px;
}

.con_list {
    padding: 0;
}

.con_list li {
    list-style: none;
    line-height: 40px;
    background-color: #efefef;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.con_list li a {
    color: #666;
}


/* 文章阅读 */

.base_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.info_msg {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


/* base_read */

.mg20 {
    margin-top: 20px;
}

/* 单页 */

.info_content {
    margin: 30px;
}

.content_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.add_date {
    text-align: center;
}

.px_list .main.selected {
    display: block;
}


/* 在线报名 */

.bm_mg {
    margin: 20px 0 0;
}

.bm_book {
    margin: 30px 0;
    min-height: calc(100vh - 333px);
}

.bm_title {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}

.callmessage {
    min-height: calc(100vh - 212px);
}
.control-label {
    font-size: 16px;
}

.handle_bm {
    min-height: 300px;
}
.handle_end {
    margin-bottom: 100px;
}

/* 在线客服 */

#floatDivBoxs{ background:#fff;position:fixed;top:180px;right:0;z-index:9999;}
#floatDivBoxs .floatDtt{background:#be4033;color:#fff;font-size:18px;padding: 10px;text-align: center;}
#floatDivBoxs .floatDqq{padding:10px;border-bottom: 1px solid #be4033;}


.gzh img{width: 100%;height: auto;}
.gzh {
    padding-bottom: 5px;
}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/kefu/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:145px;z-index:9999;}
#rightArrow a{display:block;height:45px;}    
.floatDqq li {
    list-style: none;
}
.floatDqq li a {
    color: #000;
}
.floatDqq li img{
	height: 30px;
	width: 30px;
    margin-right: 5px;
}
.floatDtxt img{
	height: 30px;
	width: 30px;
    margin-right: 5px;
}
.gzh {
	position: relative;
    margin-top: 10px;
}
.gzh:hover .gzh-pic2{
	display: block;
}
.gzh .gzh-pic1{
	/* text-align: center; */
}
.gzh .gzh-pic1 img{
	height: 30px;
	width: 30px;
}
.gzh .gzh-pic2{
	position: absolute;
	background-color: #fff;
	border: 1px solid #be4033;
	display: none;
}
.floatDtxt {
	position: relative;
    padding: 0 10px 10px;
}

/* 在线留言 */
.ly {
    border: 1px solid #be4033;
}
.ly-head {
    background-color: #be4033;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
}
.list {
    padding: 0;
    position: relative;
}
.list li{
    list-style: none;
    line-height: 20px;
}
.list-group {
    padding-left: 10px;
}
.list li::before{
    content: '';
    position: absolute;
    
    width: 5px;
    height: 18px;
    background-color: #be4033;

}

/* 留言列表 */
.wt {
    line-height: 20px;
}
.bbs_wenti,.bbs_name,.bbs_time {
    font-weight: 600;
}

.gly {
    margin-top: 10px;
}





.ly-add {
    border-top: 1px solid #be4033;
}
.section-divider {
    font-size: 20px;
    text-align: center;
    margin: 20px;
    font-weight: 600;
}











/* 移动端 320px~450px */

@media (min-width: 320px ) and ( max-width: 450px ) { 
    .header_top {
        height: auto;
        display: block;
    }
    .header_top .header_logo img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    
    .header_top .code_name {
        margin-bottom: 0;
        font-size: 18px;
        color: #fff;
        letter-spacing: 3px;
        font-weight: 600;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .swiper-slide img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .tab {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .tab li {
        position: relative;
        text-align: center;
        width: 50%;
        margin: 0 10px;
    }
    .box_dec {
        padding: 15px 0;
    }
    .px_con {
        padding: 30px 15px;
    }
    .col_md {
        width: 100%;
    }
    .con_icon span {
        font-size: 16px;
        font-weight: 600;
        padding-left: 10px;
    }
    .zs_left, .zs_flex {
        width: 100%;
    }
    .zs_flex {
        margin-top: 20px;
    }
    .yj_wrap .box_shadow {
        margin-top: 20px;
    }
    .lc_con > li {
        position: relative;
        margin-right: 5px;
        line-height: 18px;
        list-style: none;
        padding: 12px 10px 10px 23px;
        background: #d2d2d2;
        margin-left: 16px;
        font-weight: normal;
        font-size: 15px;
    }
    .lc_wrap {
        padding: 30px 15px;
    }

    .zs .zs_img {
        height: auto;
        width: auto;
    }
    .zs_dec {
        height: auto;
        width: 100%;
    }
    
    .zs_dec::before {
        content: '';
        height: auto;
    }
    .zs_dec2 {
        margin-top: 20px;
    }

    .footer {
        margin-top: 20px;
    }
    .footer .footer_bottom {
        margin: 10px 0;
        padding: 0 10px;
    }
    .yzm {
        display: flex;
        flex-wrap: wrap;
    }
    /* .col_mm_left {
        width: 60%;
    }
    .col_mm_right {
        width: 40%;
    } */
    .submit_m {
        margin-bottom: 30px;
        text-align: center;
    }
    .bm_book {
        margin: 30px 0;
        min-height: auto;

    }
    .mg20 {
        margin-top: 20px;
        padding: 0;
    }
    .handle_bm {
        min-height: auto;
    }
    .handle_end {
        margin-bottom: auto;
    }
}
