body{
    min-width: 1200px;
}
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-family: '微软雅黑';
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    /* Firefox */
    -webkit-box-sizing: content-box !important;
    /* Safari */
}
a {
    text-decoration: none;
}
ul li,
ol li {
    list-style: none;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
i,
em {
    font-style: normal;
}
img {
    vertical-align: top;
    border-style: none;
}
input,
select,
img {
    outline: none;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #333;
}
a {
    cursor: pointer;
}
input {
    outline: none;
}
.dni {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.maincon {
    width: 1200px;
    margin: 0 auto;
}

/** 首页 */
.header {
    position: relative;
    height: 128px;
}
.logo1 {
    margin: 26px 20px 0 23px;
}
.logo2 {
    margin: 30px 0 0;
    width: 310px;
}
.header::after {
    content: '';
    width: 405px;
    height: 153px;
    position: absolute;
    top: 0;
    right: 195px;
    background: url(../img/bg_header.png) no-repeat;
}
.header_search {
    width: 384px;
    height: 41px;
    box-sizing: border-box !important;
    border-radius: 20px;
    background-color: #F1F9FF;
    border: 1px #DCDCDC solid;
    overflow: hidden;
    margin: 43px 0 0;
    position: relative;
    z-index: 10;
}
.header_search input {
    width: 295px;
    padding-left: 15px;
    font-size: 14px;
    border: none;
    height: 41px;
    line-height: 41px;
    background-color: transparent;
}
.btn_search {
    width: 24px;
    height: 41px;
    padding: 0 24px;
    background: url(../img/btn_search.png) center no-repeat;
    float: right;
}
.navlist {
    height: 50px;
    background: #1769B0;
}
.navlist ul {
    width: 995px;
    height: 100%;
}
.navlist ul li {
    width: 12.285%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.navlist ul li::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #267BC4;
}
.navlist ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.login {
    width: 205px;
    text-align: center;
}
.login a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.login a i {
    margin: 0 5px;
}
.login a.yh{
    margin-right: 20px;
}
.login img{
    vertical-align: middle;
}

.index_newspics {
    width: 595px;
    height: 358px;
    margin: 14px 0 0;
}
.swiper-pagination {
    text-align: right !important;
}
.swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #B7B7B7 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.newspic_tit {
    width: 100%;
    height: 40px;
    box-sizing: border-box !important;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 10px;
    z-index: 10;
}
.newspic_tit p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    position: absolute;
}
.newspic_tit_shadow {
    width: 100%;
    height: 40px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    bottom: 0;
}
.newspic_tit p i {
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    background: #fff;
    margin: 17px 5px 0 0;
    border-radius: 50%;
}
.index_news_rt {
    width: 574px;
}
.index_newsTit {
    font-size: 24px;
    color: #1769B0;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    margin: 20px 0 0;
}
.index_frTit {
    width: 100%;
    height: 47px;
    position: relative;
}
.index_frTit_bg {
    width: 100%;
    height: 100%;
    background: #1769B0;
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: relative;
    top: 0;
    left: 0;
}
.index_frTit_con {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.index_frTit_con span {
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #1769B0;
    line-height: 47px;
    padding-left: 39px;
    display: block;
    float: left;
    background: url(../img/newstit.png) left center no-repeat;
}
.index_frTit_con a {
    float: right;
    font-size: 12px;
    color: #1769B0;
    line-height: 47px;
    margin-right: 10px;
}
.index_newslist_rt {
    width: 100%;
    margin: 10px 0 0;
}
.index_newslist_rt li a {
    font-size: 16px;
    color: #343434;
    line-height: 38px;
}
.index_newslist_rt li a span {
    float: right;
    line-height: 38px;
    color: #B0B0B0;
}
.index_newslist_rt li a i {
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    border-radius: 50%;
    background: #343434;
    margin: 17px 5px 0 0;
}
.bannerPic {
    margin: 24px auto 14px;
}
.bannerPic img {
    width: 100%;
}
.index_train {
    width: 1200px;
}
.indexTit {
    width: 100%;
    height: 47px;
    position: relative;
}
.indexTit_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1769B0;
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.indexTit_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.indexminiTit{
    position: relative;
    margin: 30px 0;
    height: 18px;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
}
.indexminiTit span{
    padding-right: 6px;
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #1769b0;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.px_img{
    display: flex;
    justify-content:space-around;
}

.indexTit_con span {
    font-size: 18px;
    color: #fff;
    width: 156px;
    display: block;
    float: left;
    line-height: 47px;
    text-align: center;
    background: #1769B0;
}
.indexTit_con a {
    float: right;
    font-size: 12px;
    color: #1769B0;
    line-height: 47px;
    margin-right: 20px;
}
.trainList ul {
    width: 50%;
    box-sizing: border-box !important;
    padding: 0 15px;
}
.trainList ul:first-child {
    position: relative;
}
.trainList ul:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px #333 dashed;
}
.train_rt {
    width: 197px;
    margin: 10px 20px 0 0;
}
.trainTop {
    padding-bottom: 10px;
    border-bottom: 1px #333 dashed;
}
.trainTop div {
    width: 50%;
    float: left;
    text-align: center;
}
.trainTop div img {
    width: 90px;
    height: 90px;
}
.trainTop div p {
    font-size: 16px;
    color: #343434;
    line-height: 38px;
}
.search_zs {
    margin: 20px 0 0;
}
.resource {
    margin-top: 40px;
}
.safeInfo {
    width: 766px;
    height: 267px;
    border: 1px #1769B0 solid;
    border-radius: 10px;
    margin: 40px 0 0;
    position: relative;
}
.safeTit {
    position: absolute;
    padding: 0 10px;
    display: block;
    background: #fff;
    font-size: 18px;
    color: #1769B0;
    margin-top: -10px;
    z-index: 10;
    left: 20px;
    font-weight: bold;
}
.safeList ul {
    width: 305px;
    margin: 30px 40px 0 20px;
}
.safeList ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.videoTit {
    width: 47px;
    height: 280px;
    background: #1769B0;
    margin: 30px 0 0 20px;
}
.videoTit span {
    width: 20px;
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    top: 50%;
    margin-top: -30px;
}
.resourceList {
    width: 352px;
    margin: 30px 0 0;
}
.resourceItem {
    float: left;
    width: 156px;
    margin: 0 10px 5px;
}
.resourceItem img {
    width: 156px;
    height: 105px;
}
.resourceItem p {
    text-align: center;
    color: #343434;
    line-height: 37px;
    font-size: 16px;
}
.safeCourse {
    margin-top: 30px;
}
.indexTit2 {
    width: 100%;
    height: 37px;
    border-bottom: 4px #E5E5E5 solid;
}
.indexTit2 span {
    font-size: 18px;
    font-weight: bold;
    color: #1769B0;
    line-height: 37px;
    width: 137px;
    float: left;
    display: block;
    border-bottom: 4px #1769B0 solid;
    text-align: center;
}
.indexTit2 a {
    font-size: 12px;
    color: #1769B0;
    line-height: 37px;
    float: right;
    margin-right: 26px;
}
.safeCourse_list {
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
}
.safeCourse_item {
    margin: 20px 20px 0;
    width: 260px;
    float: left;
}
.safeCourse_item img {
    width: 260px;
    height: 160px;
}
.safeCourse_item p {
    font-size: 16px;
    color: #343434;
    line-height: 37px;
}
.footer {
    text-align: center;
    margin: 20px auto 0;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
}
.footer img {
    margin-bottom: 10px;
}
.footer p {
    font-size: 12px;
    color: #000;
    line-height: 30px;
}
.fotbd{
    border-top: 1px solid #ccdeee;
    padding-top: 30px;
}
/* 未注册 */
.reg_banner{
    width: 1200px;
    height: 329px;
    margin: 20px auto;
    position: relative;
    /*background: url(../img/reg_banner.png) left top no-repeat;*/
    background: url(../images/classBanner.jpg) left top no-repeat;
}
.reg_banner .banner-box{
    /*width: 520px;*/
    /*position: absolute;*/
    /*top: 70px;*/
    /*right: 50px;*/
    /*color: #ffffff;*/
    width: 520px;
    position: absolute;
    top: 171px;
    right: 251px;

}
.reg_banner .banner-box .xmtitle{
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.reg_banner .banner-box .class-radius{
    width: 156px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #196db5;
    background: #ffffff;
    border-radius:13px;
}

.reg_banner .banner-box .mbottom{
    font-size: 14px;
    line-height: 22px;
    margin-top: 13px;

}
.reg_banner .banner-box .mbottom span{
    display: inline-block;
    font-size: 17px;
}
.m-right {
    margin-right: 16px;
}
.font-bolder {
    font-weight: bolder;
}
.reg_banner .banner-box .mbottom .wybm{
    display: inline-block;
    width: 210px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ffffff;
}
.reg_banner .banner-box .mbottom .wybm a{
    font-size: 16px;
    color: #1769b0;
}
.reg_banner .banner-box .mbottom .bmxz{
    display: inline-block;
    margin-left: 20px;
    width: 210px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border:1px solid #ffffff;
}
.reg_banner .banner-box .mbottom .bmxz a{
    font-size: 16px;
    color: #ffffff;
}
.reg_banner .banner-box .mbottom .jdt{
    vertical-align: middle;
    width: 300px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}
.reg_banner .banner-box .mbottom .jdt .white_bk{
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #eee;
}
.reg_banner .banner-box .mbottom .jdt .blue_bk{
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    width: 68%;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #6eb7f5;
}

.reg_contl{
    width: 860px;
}
.reg_contl .reg_js{
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 2px 25px rgba(0,24,50,0.08);
}
.reg_contl .reg_js .regTit{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.reg_contl .reg_js .regTit span{
    color: 1a1a1a;
    line-height: 50px;
    font-size: 20px;
}
.reg_contl .reg_js .regTit i{
    font-size: 16px;
    color: #2a85d3;
    float: right;
}
.reg_contl .reg_js .reg_disc{
    width: 100%;
    background:#f2f2f2;
}
.reg_contl .reg_js .reg_disc .text{
    padding: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.reg_contl .reg_disc_more{
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 2px 25px rgba(0,24,50,0.08);
    line-height: 80px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    color: #186bb3;
}

.reg_contl .sxt{
    background: url(../img/sxt.png) 10px top repeat-y;
}
.reg_contl .minititle{
    background:url(../img/miniico.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}
.reg_contl .minititle span{
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #1a1a1a;
    border-bottom: 1px solid #d5d5d5;
}
.minititle span i.iconfont {
    float: right;
    width: 17px;
    height: 17px;
    background: url(../img/font_bot.png) 0px 0 no-repeat;
    display:inline-block;
}

.minititle.open  span i.iconfont{ background: url(../img/font_top.png)  0 0  no-repeat }
.minititle:hover {
    background:url(../img/miniico.png) left center no-repeat;
}

.reg_contl .kc_list{
    margin: 20px 0 0 30px;
    width: 790px;
}
.reg_contl .kc_list .content{
    margin: 26px 0;
    display: flex;
    justify-content: space-between;
    height: 120px;
    border-bottom: 1px solid #d5d5d5;
}
.reg_contl .kc_list .content:last-child{
    border: none;
}
.reg_contl .kc_list .content .img-cont{
    width: 161px;
    height: 100px;
}
.reg_contl .kc_list .content .img-cont img{
    width: 100%;
}
.reg_contl .kc_list .content .dis-cont{
    width: 500px;
}
.reg_contl .kc_list .content .dis-cont .title{
    font-size: 18px;
    color: #343434;
    line-height: 30px;
}
.reg_contl .kc_list .content .dis-cont .title span{
    color:#2a85d3;
}
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 1px;
    word-wrap: normal;
    word-break: normal;
}
.reg_contl .kc_list .content .dis-cont .dis{
    width: 460px;
    margin: 20px 0 0;
    color: #666666;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.reg_contl .kc_list .content .dis-cont .dis .zjr{

}
.reg_contl .kc_list .content .dis-cont  .jdt{
    vertical-align: middle;
    width: 160px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}
.reg_contl .kc_list .content .dis-cont  .jdt .white_bk{
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #eee;
}
.reg_contl .kc_list .content .dis-cont  .jdt .blue_bk{
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    width: 68%;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #6eb7f5;
}
.reg_contl .kc_list .content .jxztbk{
    float: right;
}
.reg_contl .kc_list .content .jxzt1{
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #2a85d3;
}
.reg_contl .kc_list .content .jxzt1 span{
    color:#2a85d3;
    font-size: 16px;
}
.reg_contl .kc_list .content .jxzt2{
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ff9b2f;
}
.reg_contl .kc_list .content .jxzt2 span{
    color:#ffffff;
    font-size: 16px;
}

.reg_contl .kaoshi{
    width: 100%;
    position: relative;
    /*background: #f2f2f2;*/
}
.reg_contl .kaoshi .cont{
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.reg_contl .kaoshi .zt{
    position: absolute;
    z-index: 10;
    top: 18px;
    right: 12px;
    width: 92px;
    height: 95px;
    line-height: 150px;
    border-radius: 8px;
    color: #d74339;
    text-align: center;
    font-size: 16px;
    /* color: #ffffff; */
    background: url(../images/yitongguo.png);
}


.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 42%;
    width: 16%;
    height: 20%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.white_content .kstsk{

    margin-top: 50px;
    color: #000000;
    font-size: 16px;
}
.white_content .queding{
    display: block;
    background: #2a85d3;
    font-size: 16px;
    color: #FFFFFF;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    margin: 60px auto 0;

}

.reg_contr .bjgg{
    width: 270px;
    padding: 20px 20px 0 20px;
    background: #ffffff;
    box-shadow: 0 2px 25px rgba(0,24,50,0.08);
}
.reg_contr .gg_title{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.reg_contr .gg_title .more{
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: 40px;
}

.reg_contr .tmpSlideshow{
    -webkit-transition:  all 0.3s;
    -moz-transition:  all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;

}

.gg_cont_num {
    width: 200px;
    height: 20px;
    margin: 10px auto;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.gg_cont_num ul li {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    background: #000;
    opacity: .2;
    text-indent: -9999px;
}

.gg_cont_num .on {
    background: #F66E6A;
    border-radius: 100px;
    transform: scale(1.2);
    opacity: 1;
}

.reg_contr .skdd{
    width: 270px;
    padding: 20px;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0 2px 25px rgba(0,24,50,0.08);
}
.reg_contr .skdd .skdd_cont{

    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
}


.bmxz_content{
    width: 1200px;
    min-height: 560px;
    margin: 20px auto;
}
.weikaoshi {
    background: #eba19c;
    height: 130px;
}
.kaoshitongguo {
    background: #d74339;
    height: 130px;
}
.fenshu {
    float: left;
    margin: 20px;
    font-size: 20px;
    color: white;
}


.top{width:100%; margin: 0 auto; background: #fff; height: 90px; min-width: 1200px;}
.top .head{width:1200px; margin: 0 auto;}
.top .head h1{float:left;}
.top .head .nav_menu{ height: 35px; }
.top .head .nav{width:auto;height:35px;position:relative;margin:0 auto; float: right; margin: 43px 0 0 0;}
.top .head .nav .list{width:auto; float: right;}
.top .head .nav .list img{float:left;}
.top .head .nav .list span{float:left; line-height: 35px; margin: 0 13px;}
.top .head .nav .list .touiang{width:35px; height: 35px; border-radius: 100%;}
.top .head .nav .list .tuichu{ margin: 11px 0 0 0;}
.top .head .nav .box{position:absolute;top:46px;width:98px; height: 200px; background:#FFF;overflow:hidden;border:1px solid #a7a7a7; border-radius: 5px;}
.top .head .nav .box .cont ul{width:100%; float: left; margin: 10px 0 0 0;}
.top .head .nav .box .cont ul li{width:100%; float: left; text-align: center; line-height: 30px;}
.top .head .nav .box .cont ul li:hover a{color:#d74339;}
.foot{width:100%; margin: 0 auto; height: 77px; line-height: 77px; background: #3e3e3e; font-size: 16px; color:#ffffff; text-align: center; min-width: 1200px;}