@charset "utf-8";
/* CSS Document */

.bodyColor {
    background: #ecedf1;
}

.gd_nav {
    background: #5f63ff;
    width: 100%;
    min-width: 1280px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5f63ff), to(#69acff));
    background: -webkit-linear-gradient(#5f63ff, #69acff);
    background: -moz-linear-gradient(#5f63ff, #69acff);
    background: -o-linear-gradient(#5f63ff, #69acff);
    background: linear-gradient(#5f63ff, #69acff);
}

.gd_nav_ul {
    padding: 25px 0;
    width: 1280px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}

.gd_nav_ul li {
    width: 142px;
    float: left;
}

.gd_nav_ul li a {
    display: block;
    width: 100px;
    height: 50px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.gd_nav_ul li.active a {
    background: rgba(255, 255, 255, .2);
}

.gd_footer {
    margin-top: 30px;
    width: 100%;
    min-width: 1280px;
    padding: 30px 0;
    line-height: 24px;
    background: #538fff;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a5ceff), to(#538fff));
    background: -webkit-linear-gradient(#a5ceff, #538fff);
    background: -moz-linear-gradient(#a5ceff, #538fff);
    background: -o-linear-gradient(#a5ceff, #538fff);
    background: linear-gradient(#a5ceff, #538fff);
}

.gd_bg_leftbottom {
    width: 100%;
    min-width: 1280px;
    background: url(../../images/anlilong/gd_bg_leftbottom.png) no-repeat center bottom;
}

.gd_bg_righttop {
    width: 100%;
    min-width: 1280px;
    background: url(../../images/anlilong/gd_bg_righttop.png) no-repeat center top;
    min-height: 800px;
}

.gd_title {
    padding: 50px 0 0 0;
    height: 50px;
    font-weight: bold;
    text-align: center;
}

.gd_title_h2 {
    position: relative;
    line-height: 50px;
    font-size: 30px;
    color: #1a2539;
    display: inline-block;
}

.gd_title_h2:after {
    position: absolute;
    bottom: 4px;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    background: #a5ceff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a5ceff), to(#538fff));
    background: -webkit-linear-gradient(#a5ceff, #538fff);
    background: -moz-linear-gradient(#a5ceff, #538fff);
    background: -o-linear-gradient(#a5ceff, #538fff);
    background: linear-gradient(#a5ceff, #538fff);
}

.gd_title_span {
    position: relative;
    z-index: 2;
    height: 50px;
}

.gd_kcjj {
    width: 1280px;
    margin: 40px auto;
}

.gd_kcjj_title {
    height: 44px;
}

.gd_kcjj_h2 {
    position: relative;
    padding-left: 22px;
    line-height: 44px;
    font-size: 24px;
    color: #1a2539;
    display: inline-block;
}

.gd_kcjj_h2:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    background: #538fff;
    border-radius: 0 5px 5px 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#538fff), to(#a5ceff));
    background: -webkit-linear-gradient(#538fff, #a5ceff);
    background: -moz-linear-gradient(#538fff, #a5ceff);
    background: -o-linear-gradient(#538fff, #a5ceff);
    background: linear-gradient(#538fff, #a5ceff);
}

.gd_share {
    height: 44px;
}

.gd_share_name {
    line-height: 44px;
    font-size: 14px;
    color: #7f8693;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.gd_share_post {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.gd_share_post:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/anlilong/gd_share.png) no-repeat;
    display: block;
    overflow: hidden;
}

.gd_share_post .tips {
    display: none;
    position: absolute;
    left: 0;
    top: 130%;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    background: #538fff;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    font-style: normal;
    border-radius: 2px;
}

.gd_share_post:hover .tips {
    display: block;
}

.gd_share_code {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.gd_share_code:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/anlilong/gd_share.png) no-repeat -40px 0;
    display: block;
    overflow: hidden;
}

.gd_share_code .tips {
    display: none;
    position: absolute;
    left: 0;
    top: 130%;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    background: #538fff;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    font-style: normal;
    border-radius: 2px;
}

.gd_share_code:hover .tips {
    display: block;
}

.postLoad:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/anlilong/gd_load.png) no-repeat center center;
    display: block;
    overflow: hidden;
    animation: load 1s linear infinite;
}

@-webkit-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

.gd_kcjj_con {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_kcjj_pic {
    width: 552px;
    height: 370px;
    overflow: hidden;
}

.gd_kcjj_pic img {
    width: 552px;
    height: 370px;
    display: block;
    border-radius: 16px;
}
.gd_kcjj_video{
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    width:552px;
    height:462px;
    background:#000000;
    border-radius:16px;
    overflow:hidden;
}

.gd_kcjj_pic{
    position:relative;
}

#html5player{
    width: 552px;
    height: 370px;
}

#zvideo{
    width: 552px;
    height: 370px;
}


.gd_kcjj_pic .gd_kcjj_video{
    display:none;
}

.gd_kcjj_pic:hover .gd_kcjj_video{
    display:block;
}


.gd_kcjj_text {
    width: 608px;
}

.gd_qici {
    height: 30px;
    line-height: 30px;
    padding: 3px 0;
    margin-bottom: 14px;
}

.gd_qici_name {
    margin-right: 10px;
    font-size: 14px;
    color: #1a2539;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.gd_dijiqi {
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #dee1ed;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.gd_dijiqi_name {
    padding: 0 16px 0 10px;
    font-size: 14px;
    color: #3e6cc1;
    background: url(../../images/anlilong/gd_dijiqi_name.png) no-repeat right center;
    display: block;
}

.gd_dijiqi_con {
    width: 100%;
    background: #dee1ed;
    line-height: 28px;
    position: absolute;
    top: 100%;
    display: none;
}

.gd_dijiqi_con a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #3e6cc1;
    text-align: left;
}

.gd_dijiqi_con a:hover {
    background: #d9d9d9;
}

.gd_dijiqi_con a + a {
    border-top: solid #dee1ed 1px;
}

.gd_riqi {
    height: 30px;
    line-height: 30px;
    padding: 3px 0;
    margin-bottom: 10px;
}

.gd_qici_time {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #86affb;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.gd_qici_txt {
    margin: 0 10px;
    font-size: 14px;
    color: #7f8693;
    display: inline-block;
    vertical-align: top;
}

.gd_jiaoshi {
    height: 20px;
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 6px;
}

.gd_jiaoshi_name {
    margin-right: 10px;
    font-size: 14px;
    color: #1a2539;
    display: inline-block;
    vertical-align: top;
}

.gd_jiaoshi_span {
    margin-right: 10px;
    padding: 0 12px;
    height: 20px;
    line-height: 20px;
    background: #dee1ed;
    font-size: 12px;
    color: #3e6cc1;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
}

.gd_wenzi {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #7f8693;
}

.gd_jianjie {
    min-height: 120px;
    line-height: 30px;
    font-size: 14px;
    color: #7f8693;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.gd_more {
    height: 30px;
    margin-top: 20px;
}

.gd_more_bnt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #7f8693;
}

.gd_more_bnt:after {
    content: '';
    width: 30px;
    height: 30px;
    margin-left: 15px;
    background: url(../../images/anlilong/gd_jj_more.png) no-repeat;
    display: inline-block;
    vertical-align: top;
}

.gd_addkc {
    height: 50px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.gd_addkc_bnt {
    width: 140px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    background: #5f63ff;
    border-radius: 30px;
    display: block;
    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5f63ff), to(#69acff));
    background: -webkit-linear-gradient(#5f63ff, #69acff);
    background: -moz-linear-gradient(#5f63ff, #69acff);
    background: -o-linear-gradient(#5f63ff, #69acff);
    background: linear-gradient(#5f63ff, #69acff);
}

.gd_chapter {
    margin-top: 20px;
}

.gd_chapter_left {
    width: 505px;
    min-height: 60px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_chapter_h2 {
    margin: 0 30px;
    height: 64px;
    line-height: 64px;
    border-bottom: solid #dee1ed 1px;
    font-size: 16px;
    color: #1a2539;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_chapter_h2:before {
    content: '';
    width: 14px;
    height: 14px;
    margin: -3px 10px 0 0;
    background: url(../../images/anlilong/gd_li_ico.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.gd_chapter_ul {
    margin: 0 30px;
    padding: 12px 0;
}

.gd_chapter_ul li {
    width: 50%;
    height: 30px;
    padding: 3px 0;
    line-height: 28px;
    font-size: 14px;
    color: #7f8693;
    float: left;
}

.gd_chapter_ul li a {
    max-width: 90%;
    color: #7f8693;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_chapter_ul li.active a {
    color: #538fff;
    border-bottom: solid #538fff 1px;
}

.gd_chapter_ul li:hover a {
    color: #538fff;
    border-bottom: solid #538fff 1px;
}

.gd_chapter_right {
    width: 745px;
    min-height: 60px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_chapter_list {
    margin: 0 30px;
    padding: 12px 0;
}

.gd_chapter_list li {
    width: 50%;
    height: 32px;
    padding: 8px 0;
    line-height: 30px;
    font-size: 16px;
    color: #1a2539;
    float: left;
    cursor: pointer;
}

.gd_chapter_list li {
    background: url(../../images/anlilong/gd_li_ico.png) no-repeat left center;
}

.gd_chapter_list li a {
    max-width: 90%;
    margin-left: 24px;
    color: #1a2539;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_chapter_list li.active a {
    color: #538fff;
    border-bottom: solid #538fff 1px;
}

.gd_chapter_list li:hover a {
    color: #538fff;
    border-bottom: solid #538fff 1px;
}

.gd_lineHeight {
    width: 1280px;
    height: 1px;
    padding: 60px 0;
    margin: 0 auto;
}

.gd_lineHeight:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c7ceda;
}

.gd_blem {
    width: 1280px;
    margin: 0 auto;
}

.gd_blem_tab {
    background: #FFFFFF;
    border-radius: 80px;
}

.gd_blem_ul {
    height: 50px;
    padding: 15px 0 15px 10px;
}

.gd_blem_ul li {
    margin: 0 16px;
    min-width: 148px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #1a2539;
    float: left;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

.gd_blem_ul li.active {
    color: #FFFFFF;
    background: #538fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#538fff), to(#a5ceff));
    background: -webkit-linear-gradient(#538fff, #a5ceff);
    background: -moz-linear-gradient(#538fff, #a5ceff);
    background: -o-linear-gradient(#538fff, #a5ceff);
    background: linear-gradient(#538fff, #a5ceff);
}

.gd_blem_con {
    margin-top: 30px;
    min-height: 30px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_ziyuan {
    padding: 10px 0 30px 18px;
}

.gd_ziyuan li {
    float: left;
    margin: 0 28px;
    width: 566px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #111111;
    border-bottom: solid #ededed 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.gd_ziyuan li a {
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}

.gd_ziyuan li .spantime {
    margin-left: 20px;
    color: #999999;
}

.gd_ziyuan li i {
    margin: -3px 8px 0 0;
    background: url(../../images/anlilong/gd_ziyuan_icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.gd_ziyuan li i.moren {
    width: 16px;
    height: 16px;
    background-position: 0 -199px;
}

.gd_ziyuan li i.Doc {
    width: 16px;
    height: 16px;
    background-position: left -6px;
}

.gd_ziyuan li i.video {
    width: 16px;
    height: 16px;
    background-position: 0 -29px;
}

.gd_ziyuan li i.Pdf {
    width: 16px;
    height: 16px;
    background-position: 0 -53px;
}

.gd_ziyuan li i.sound {
    width: 16px;
    height: 16px;
    background-position: 0 -79px;
}

.gd_ziyuan li i.yasuo {
    width: 16px;
    height: 16px;
    background-position: 0 -102px;
}

.gd_ziyuan li i.xls {
    width: 16px;
    height: 16px;
    background-position: 0 -126px;
}

.gd_ziyuan li i.pic {
    width: 16px;
    height: 16px;
    background-position: 0 -151px;
}

.gd_ziyuan li i.ppt {
    width: 16px;
    height: 16px;
    background-position: 0 -173px;
}

.gd_kaohe {
    padding: 30px 40px;
    line-height: 30px;
    font-size: 14px;
    color: #111111;
}

.gd_kaohe h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.gd_kaohe img {
    width: 100%;
}

.gd_qitakc {
}

.gd_qitakc {
    padding: 30px 0 30px 26px;
}

.gd_qitakc li {
    margin-left: 60px;
    padding: 20px 0;
    width: 232px;
    height: 203px;
    float: left;
    cursor: pointer;
}

.gd_qitakc .qExpress_padd {
    width: 232px;
    height: 203px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(174, 174, 1174, .2) 0 4px 10px;
}

.gd_qitakc .qExpress_pic {
    width: 232px;
    height: 137px;
    overflow: hidden;
    position: relative;
}

.gd_qitakc .qExpress_pic img {
    width: 232px;
    height: 137px;
}

.gd_qitakc .qExpress_dl {
    min-height: 60px;
    padding: 6px 10px 0;
}

.gd_qitakc .qExpress_dl dt {
    line-height: 28px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_qitakc .qExpress_dl dt a {
    color: #000000;
}

.gd_qitakc .qExpress_dl dd {
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_tuandui {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_tuandui_pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.gd_tuandui_pic img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.gd_tuandui_con {
    padding-left: 80px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.gd_tuandui_h2 {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 6px;
}

.gd_tuandui_h3 {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.gd_tuandui_text {
    color: #999999;
}

.gd_tuandui_ul {
}

.gd_tuandui_ul li + li {
    margin-top: 40px;
}

.gd_tuandui_ul li dl {
    padding-left: 80px;
    line-height: 24px;
}

.gd_tuandui_ul li dt {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 6px;
}

.gd_tuandui_ul li dd {
    font-size: 14px;
    color: #999999;
}

.gd_dagang {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_dagang {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.gd_dagang h2 {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 6px;
}

.gd_dagang h3 {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.gd_dagang img {
    max-width: 1200px;
}

.gd_jiaoan {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_jiaoan_ul li {
    position: relative;
}

.gd_jiaoan_ul li + li {
    margin-top: 30px;
}

.gd_jiaoan_ul li .gd_jiaoan_h2 {
    position: relative;
    padding-left: 16px;
    line-height: 24px;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 6px;
}

.gd_jiaoan_ul li .gd_jiaoan_h2:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background: #2c6fde;
}

.gd_jiaoan_ul li .gd_jiaoan_h2:after {
    position: absolute;
    left: 4px;
    top: 12px;
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    background: #8bb2f3;
}

.gd_jiaoan_ul li .gd_jiaoan_text {
    padding-left: 16px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.gd_xuexi_ul li {
    margin-right: 54px;
    width: 450px;
    height: 110px;
    background: #eef0f6;
    float: left;
}

.gd_xuexi_ul li + li + li {
    margin-top: 40px;
}

.gd_xuexi_ul li img {
    width: 72px;
    height: 110px;
    float: left;
    display: block;
    margin-right: 20px;
}

.gd_xuexi_ul li .gd_xuexi_dl {
    line-height: 24px;
    padding-right: 20px;
}

.gd_xuexi_ul li .gd_xuexi_dl dt {
    padding: 10px 0 16px;
    font-size: 14px;
    color: #111111;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_xuexi_ul li .gd_xuexi_dl dd {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd_hudong {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.mkpt_search {
    padding: 15px 56px;
    background: #f7f7f7;
}

.mkpt_form {
    width: 824px;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
}

.mkpt_form + .mkpt_form {
    margin-top: 15px;
}

.mkpt_input {
    width: 800px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding: 10px 12px;
    border: 0;
    background: #FFFFFF;
    border-radius: 5px;
}

.mkpt_area {
    width: 720px;
    height: 120px;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 12px;
    border: 0;
    background: #FFFFFF;
    border-radius: 5px;
}

.mkpt_bnt {
    width: 80px;
    height: 140px;
    font-size: 20px;
    color: #FFF;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    background: #2d8bf2;
    background: -webkit-linear-gradient(60deg, #25b6fc, #3174ec);
    background: -moz-linear-gradient(60deg, #25b6fc, #3174ec);
    background: -o-linear-gradient(60deg, #25b6fc, #3174ec);
    background: linear-gradient(60deg, #25b6fc, #3174ec);
}

.mkpt_con {
    margin-top: 26px;
}

.mkpt_row + .mkpt_row {
    margin-top: 15px;
}

.mkpt_row {
    position: relative;
    background: #FFF;
    padding: 20px 0;
}

.mkpt_row img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.mkpt_text {
    margin-left: 80px;
    min-height: 60px;
}

.mkpt_student {
    line-height: 24px;
    font-size: 16px;
}

.mkpt_student .spanName {
    margin-right: 24px;
    color: #a1a3ac;
}

.mkpt_student .spanTime {
    margin-right: 24px;
    color: #91929e;
}

.mkpt_ask {
    line-height: 22px;
    margin-top: 15px;
}

.mkpt_ask_name {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.mkpt_ask_text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.mkpt_answer {
    width: 760px;
    padding: 10px 20px;
    font-size: 14px;
    color: #111111;
    background: #f4f5f7;
    margin-top: 15px;
    border-radius: 5px;
}

.mkAnswer_box {
    line-height: 30px;
    font-size: 14px;
    color: #111111;
}

.mkAnswer_box dd {
    display: none;
}

.mkAnswer_bnt {
    line-height: 30px;
    color: #111111;
    margin-top: 10px;
    display: inline-block;
}

.mkpt_huida {
    margin-top: 15px;
    border-radius: 5px;
}

.mkpt_huida .mkpt_form {
    width: 800px;
    background: #f4f5f7;
    margin: 0;
}

.mkpt_huida .mkpt_area {
    width: 696px;
    height: 72px;
    background: none;
}

.mkpt_huida .mkpt_bnt {
    height: 92px;
}

.mkpt_right {
    line-height: 24px;
    font-size: 14px;
    color: #111111;
}

.mkpt_right .kc_myHuida {
    color: #187bcd;
    margin-right: 20px;
}

.mkpt_right .kc_myZan {
    font-size: 14px;
    color: #7e8a9b;
}

.mkpt_right .kc_myZan:before {
    content: '';
    margin: -5px 6px 0 0;
    width: 20px;
    height: 20px;
    background: url(../../images/anlilong/ico-zan.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.mkpt_right .kc_hasZan {
    color: #187bcd;
}

.mkpt_right .kc_hasZan:before {
    background-position: 0 -20px;
}

.fontWeight {
    font-weight: bold;
}

.gd_zuoye {
    margin-top: 20px;
    min-height: 60px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.gd_zuoye {
    line-height: 30px;
    font-size: 14px;
    color: #1a2539;
}

.gd_zuoye h2 {
    font-size: 20px;
    color: #1a2539;
    font-weight: bold;
    margin-bottom: 6px;
}

.gd_zuoye h3 {
    font-size: 16px;
    color: #1a2539;
    font-weight: bold;
}

.gd_zuoye img {
    max-width: 1200px;
    margin: 12px 0;
}

.mkEval {
    padding: 24px 0;
}

.mkEval_big {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.mkEval_big .big_name {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_num {
    font-size: 36px;
    color: #f5aa3f;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_text {
    font-size: 16px;
    color: #a0a0a0;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_xing {
    overflow: hidden;
    margin-left: 16px;
    width: 142px;
    height: 22px;
    background: url(../../images/anlilong/da_xing.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .ss0 {
    background-position: 0 0;
}

.mkEval_big .ss1 {
    background-position: 0 -30px;
}

.mkEval_big .ss2 {
    background-position: 0 -60px;
}

.mkEval_big .ss3 {
    background-position: 0 -90px;
}

.mkEval_big .ss4 {
    background-position: 0 -120px;
}

.mkEval_big .ss5 {
    background-position: 0 -150px;
}

.mkEval_big .ss6 {
    background-position: 0 -180px;
}

.mkEval_big .ss7 {
    background-position: 0 -210px;
}

.mkEval_big .ss8 {
    background-position: 0 -240px;
}

.mkEval_big .ss9 {
    background-position: 0 -270px;
}

.mkEval_con {
    margin-top: 10px;
}

.mkEval_ul {
}

.mkEval_ul li {
    padding: 24px 0;
    border-bottom: solid #f2f2f2 1px;
}

.mkEval_ul li .mkEval_time {
    line-height: 28px;
    font-size: 16px;
    color: #91929e;
}

.mkEval_ul li img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    float: left;
}

.mkEval_ul li .mkEval_dl {
    padding-left: 80px;
    min-height: 60px;
}

.mkEval_ul li .mkEval_dl dt {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.mkEval_ul li .mkEval_dl dt .mkEval_h3 {
    font-size: 16px;
    color: #a1a3ac;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_ul li .mkEval_dl dd {
    line-height: 22px;
    font-size: 14px;
    color: #111111;
}

.mkEval_ul li .small_xing {
    overflow: hidden;
    margin-left: 16px;
    width: 98px;
    height: 16px;
    background: url(../../images/anlilong/xiao_xing.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_ul li .ss0 {
    background-position: 0 0;
}

.mkEval_ul li .ss1 {
    background-position: 0 -20px;
}

.mkEval_ul li .ss2 {
    background-position: 0 -40px;
}

.mkEval_ul li .ss3 {
    background-position: 0 -60px;
}

.mkEval_ul li .ss4 {
    background-position: 0 -80px;
}

.mkEval_ul li .ss5 {
    background-position: 0 -100px;
}

.mkEval_ul li .ss6 {
    background-position: 0 -120px;
}

.mkEval_ul li .ss7 {
    background-position: 0 -140px;
}

.mkEval_ul li .ss8 {
    background-position: 0 -160px;
}

.mkEval_ul li .ss9 {
    background-position: 0 -180px;
}

.mkEval_more_center {
    margin-top: 20px;
    text-align: center;
}

.mkEval_more {
    line-height: 20px;
    font-size: 14px;
    color: #111111;
}

.mkEval_big .big_set {
    font-size: 14px;
    color: #2b92f3;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

.big_mypl {
    padding-left: 22px;
    line-height: 22px;
    margin-top: 10px;
    background: url(../../images/anlilong/big_mypl.png) no-repeat left center;
    font-size: 14px;
    color: #2b92f3;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

/***************************海报********************************/
.hbMain {
    position: relative;
    width: 1125px;
    height: 1836px;
}

.hbBg {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.hbBg img {
    margin: 0 -100%;
    height: 100%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: scale(1.2);
}

.hbBg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
}

.hbBox {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.hbPadd {
    height: 1367px;
    padding: 102px 102px 0;
    overflow: hidden;
}

.hbPic {
    width: 920px;
    height: 520px;
    margin: 0 auto;
}

.hbPic img {
    width: 920px;
    height: 520px;
    display: block;
    border-radius: 30px;
}

.hbH2 {
    margin-top: 24px;
    line-height: 108px;
    font-size: 72px;
    color: #FFFFFF;
    font-weight: bold;
}

.hbName {
    margin-top: 20px;
    line-height: 72px;
    font-size: 48px;
    color: #FFFFFF;
}

.hbText {
    margin-top: 30px;
    line-height: 68px;
    font-size: 36px;
    color: #FFFFFF;
}

.hbBottom {
    height: 246px;
    padding: 60px 0;
    margin: 0 102px;
    border-top: dashed #c2c2c2 1px;
}

.hbLogo {
    padding-top: 40px;
    float: left;
}

.hbLogo dt {
    height: 66px;
}

.hbLogo dt img {
    height: 66px;
    display: block;
}

.hbLogo dd {
    line-height: 78px;
    font-size: 36px;
    color: #FFFFFF;
}

.hbCode {
    width: 246px;
    height: 246px;
    overflow: hidden;
    float: right;
}

.hbCode img {
    width: 246px;
    height: 246px;
    display: block;
}

/*top浮层*/
.qxf {
    width: 118px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
}

.qxf_jrkc {
    line-height: 68px;
    background: #2BB73C;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.qxf_jrkc a {
    color: #FFFFFF;
    display: block;
}

.qxf_top {
    width: 118px;
    height: 68px;
    background: url(/images/qxf_top.png) no-repeat center center;
    cursor: pointer;
}


.service{ height:110px;}
.service_dl{ width:184px; padding-top:24px; text-align:center;}
.service_dl dt{ line-height:40px; font-size:34px; color:#538fff;}
.service_dl dd{ line-height:28px; font-size:16px;}




