﻿/* CSS Document */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    list-style: none;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: none;
}


button {
    padding: 0;
    margin: 0;
    border: 0 none;
}

html, body {
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}



input, textarea {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

textarea {
    resize: none;
    overflow: auto;
}

button {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    clear: both;
}

i {
    font-style: normal;
}

/* nav */
.nav {
    width: 100%;
    background: #fff;
}

.nav_inner {
    width: 1200px;
    margin: 0 auto;
    height: 98px;
    line-height: 98px;
}

.nav_inner h1 {
    float: left;
    margin-right: 25px;
}

.nav_inner .nav_txt {
    float: left;
    overflow: hidden;
}

.nav_txt li {
    float: left;
    font-size: 16px;
    margin-right: 25px;
    color: #333;
}

.nav_txt li:last-child {
    margin-right: 0;
}

.nav_txt li a {
    line-height: 40px;

}

.current {
    background: red;
}

/* banner */
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url("../images/ad_ctr.png") no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url("../images/dot.png") no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
    display: block;
}

.slides_button {
    width: 100%;
    position: absolute;
    bottom: 85px;
    text-align: center;
}

.slides_button a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #ffc600;
    color: #000;
    margin-right: 40px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.slides_button a:hover {
    background: #fcd23e;
}

.slides_button .slides_button_a2 {
    margin-right: 0;
}

/* 最新资讯 */
.news_warp {
    width: 100%;
    background: #fff;
}

.news_inner {
    width: 1200px;
    margin: 40px auto;
}

.warp_title {
    font-size: 52px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.news_nr {
    overflow: hidden;
    margin-top: 40px;
}

.warp_title i {
    color: #094e91;
}

.news_left {
    float: left;
    margin-right: 30px;
    width: 380px;
}

.news_left h2 {
    font-size: 22px;
    color: #333;
    border-bottom: 2px solid #094e91;
    padding-bottom: 10px;
}

.news_right {
    float: left;
    width: 380px;
}

.news_right h2 {
    font-size: 22px;
    color: #333;
    border-bottom: 2px solid #094e91;
    padding-bottom: 10px;
}

.news_inner_top {
    margin-top: 15px;
}

.news_inner_top img {
    width: 380px;
    height: 155px;
}

.news_inner_top h3 {
    font-size: 16px;
    color: #333;
    margin: 15px 0 10px 0;
}

.news_inner_top_p {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.news_inner_top_p p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 380px;
}

.news_inner_top_p a {
    color: #333;
}

.news_inner_top_p a:hover {
    color: #094e91;
}

.news_inner_top_ul {
    margin-top: 10px;
}

.news_inner_top_ul li {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.news_inner_top_ul li i {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 80%;
    float: left;
}

.news_inner_top_ul li i:hover {
    color: #555;
}

.news_inner_top_ul li span {
    width: 20%;
    float: right;
    text-align: right;
    color: #e00000;
}


.bgbox {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.bgbox h2 {
    font-size: 22px;
    color: #333;
    border-bottom: 2px solid #094e91;
    padding-bottom: 10px;
}

.tab-top {
    width: 380px;
    margin-top: 15px;
}

.tab-top li {
    width: 41%;
    line-height: 40px;
    background: #eee;
    text-align: center;
    color: #333;
    margin-right: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.tabbox .boxlist {
    display: none;
    width: 350px;
    height: 115px;
    background: #2887af;
    overflow: hidden;
    padding: 15px;

}

.tab-top .active {
    background: #2887af;
    color: #fff;

}

.boxlist_l {
    float: left;
    margin-right: 15px;
    width: 105px;
    height: 113px;

}

.boxlist_right {
    float: left;

}

.boxlist_right h3 {
    font-size: 16px;
    color: #333;
    color: #fff;
}

.boxlist_right p {
    font-size: 14px;
    color: #333;
    color: #fff;
    line-height: 25px;
}

.boxlist_right a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #e00000;
    font-size: 14px;
    border-radius: 30px;
    display: block;
    margin-top: 10px;
    text-align: center;

}

/* 开班计划 */
.class_warp {
    background: url(../images/bg1.png) no-repeat center;
    width: 100%;
    padding: 40px 0;
}

.class_inner {
    width: 1200px;
    margin: 0 auto;
}

.class_ul {
    margin-top: 40px;
}

.class_ul li {
    margin-bottom: 20px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.class_div {
    width: 78%;
    float: left;
    background: #fff;
    padding: 0 0 0 2%;
}

.class_div span {
    width: 30%;
    border-right: 1px dashed #ccc;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

.class_div .class_div_color {
    color: #be0101;
}

.class_div .class_spana {
    border-right: none;
}

.class_div .class_spana i {
    color: #be0101;
}

.class_div .class_span {
    background: #be0101;
    color: #fff;
    width: 8%;
    border-right: none;
    font-size: 18px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.class_div1 {
    width: 78%;
    float: left;
    background: #fff;
    padding: 0 0 0 2%;
}
.class_div1 span {
    width: 22%;
    border-right: 1px dashed #ccc;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}
.class_div1 .class_spana {
    border-right: none;
}
.class_div1 .class_spana i {
    color: #be0101;
}
.class_div1 .class_span {
    background: #be0101;
    color: #fff;
    width: 8%;
    border-right: none;
    font-size: 18px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.class_zx {
    width: 18%;
    background: #be0101;
    float: right;
    text-align: center;
    font-size: 18px;
}

.class_zx a {
    color: #fff;
}

.class_zx:hover {
    background: #e00000;
}

/* PMP学什么 */
.study_warp {
    background: url(../images/bg2.png) no-repeat center;
    width: 100%;
    padding: 40px 0;
}

.study_inner {
    width: 1200px;
    margin: 0 auto;
}

.warp_title2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.warp_title2 .warp_color {
    color: #fac303;
}

.study_ul {
    margin-top: 50px;
}

.study_ul li {
    width: 345px;
    padding: 20px 0;
    float: left;
    margin-right: 80px;
    cursor: pointer;
    position: relative;
    background: -webkit-linear-gradient(#2eab93, #1e325a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#2eab93, #1e325a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#2eab93, #1e325a); /* Firefox 3.6 - 15 */
    background: linear-gradient(#2eab93, #1e325a); /* 标准的语法 */
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.study_ul li:hover {
    transform: scale(1.05);
}

.study_ul li:last-child {
    margin-right: 0;
}

.study_title {
    width: 235px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    background: #2772db;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50px;
}

.study_ul li span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: center;
}

.study_ul .study_ul_li {
    margin-top: 150px;
}

/* PMP为什么炙手可热？ */
.power_warp {
    width: 100%;
    padding: 40px 0;
}

.power_inner {
    width: 1200px;
    margin: 0 auto;
}

.power_ul {
    margin-top: 40px;
}

.power_ul li {
    margin-right: 30px;
    float: left;
    width: 340px;
    background: #00a9ab;
    padding: 20px;
    height: 258px;
    cursor: pointer;
    transition: all .5s;
}

.power_ul li:hover {
    box-shadow: 0px 0px 15px 0px #999;
    transform: translateY(-5px);

}

.power_ul li:last-child {
    margin-right: 0;
}

.power_div {
    margin-top: 15px;
}

.power_div h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.power_div p {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    color: #fff;
}

/* 管理什么 */
.manage_warp {
    background: url(../images/bg6.png) no-repeat center;
    width: 100%;
    padding: 40px 0;
    height: 690px;
}

.manage_inner {
    width: 1200px;
    margin: 0 auto;
}

.manage_nr {
    margin-top: 40px;
}

.ghost_nr {
    margin-top: 40px;
    position: relative;
}

.ghost1 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #51cbfd;
    color: #fff;
    font-size: 14px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: -70px;
    left: 100px;
}

.ghost2 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #66a9fc;
    color: #fff;
    font-size: 16px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: -60px;
    left: 320px;
}

.ghost3 {
    width: 82px;
    height: 62px;
    line-height: 25px;
    background: #77b0fc;
    color: #fff;
    font-size: 16px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    padding-top: 20px;
    position: absolute;
    top: -30px;
    left: 670px;
}

.ghost4 {
    width: 162px;
    height: 162px;
    line-height: 162px;
    background: #66a9fc;
    color: #fff;
    font-size: 16px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: -50px;
    right: 220px;
}

.ghost5 {
    width: 100px;
    height: 75px;
    line-height: 25px;
    background: #4bcafd;
    color: #fff;
    font-size: 16px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: 100px;
    right: 0px;
    padding-top: 25px;
}

.ghost6 {
    width: 223px;
    height: 223px;
    line-height: 223px;
    background: #51cbfd;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 50px;
    left: -80px;
}

.ghost7 {
    width: 65px;
    height: 55px;
    line-height: 22px;
    background: #7894e5;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 130px;
    left: 250px;
    padding-top: 10px;
}

.ghost8 {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: #7894e5;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 60px;
    left: 330px;
}

.ghost9 {
    width: 100px;
    height: 75px;
    line-height: 25px;
    background: #7894e5;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 70px;
    left: 530px;
    padding-top: 25px;
}

.ghost10 {
    width: 152px;
    height: 152px;
    line-height: 152px;
    background: #9d96fc;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 130px;
    right: 290px;
}

.ghost11 {
    width: 193px;
    height: 123px;
    line-height: 25px;
    background: #66a9fc;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 210px;
    right: 30px;
    padding-top: 70px;
}

.ghost12 {
    width: 100px;
    height: 75px;
    line-height: 25px;
    background: #4bcafd;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 350px;
    left: 30px;
    padding-top: 25px;
}

.ghost13 {
    width: 100px;
    height: 75px;
    line-height: 25px;
    background: #7894e5;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 330px;
    left: 270px;
    padding-top: 25px;
}

.ghost14 {
    width: 70px;
    height: 54px;
    line-height: 22px;
    background: #7894e5;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 250px;
    left: 470px;
    padding-top: 16px;
}

.ghost15 {
    width: 130px;
    height: 90px;
    line-height: 25px;
    background: #4bcafd;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 300px;
    left: 570px;
    padding-top: 40px;
}

.ghost16 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #4bcafd;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
    animation: ghostUpdown 0.8s infinite alternate;
    -webkit-animation: ghostUpdown 0.8s infinite alternate;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
    position: absolute;
    top: 400px;
    right: 270px;
}

.ghostBody {
    text-align: center;
}

@keyframes ghostUpdown {
    from {
        margin-top: 100px;
    }
    to {
        margin-top: 70px;
    }
}

@-webkit-keyframes ghostUpdown {
    from {
        margin-top: 100px;
    }
    to {
        margin-top: 70px;
    }
}


/* 广告条 */
.bar_warp {
    width: 100%;
    background: url(../images/bar.png) no-repeat center;
    height: 90px;
    padding-top: 190px;
}

.bar_inner {
    width: 1200px;
    margin: 0 auto;
}

.bar_inner a {
    display: block;
    background: #ffc600;
    height: 50px;
    width: 180px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.bar_inner a:hover {
    background: #e1af00;
}

/* 成绩通报 */
.reslust_warp {
    width: 100%;
    padding: 40px 0;
}

.reslust_inner {
    width: 1200px;
    margin: 0 auto;
}

.warp_title_demo {
    display: inline-block;
    width: 224px;
    height: 275px;
    margin-right: 16px;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    cursor: pointer;
}

.effects {
    margin: 3em 15em;
}

.reslust_ul {
    margin-top: 30px;
}

.reslust_ul li:last-child {
    margin-right: 0;
}

figcaption p img {
    margin-top: 90px;
}

/* 名师介绍 */
.teacher_warp {
    width: 100%;
    padding: 40px 0;
}

.teacher_warp {
    width: 1200px;
    margin: 0 auto;
}

.teacher_inner_left {
    float: left;
    width: 620px;
    margin-right: 85px;
}

.teacher_inner_left h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.teacher_inner_left h3 i {
    width: 4px;
    height: 24px;
    background: #ffc600;
    margin-right: 10px;
    display: inline-block;
}

.teacher_inner_left p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.teacher_inner_right {
    float: left;
}

#gallery_nav {
    width: 695px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: -30px;

}

#gallery_nav a {
    width: 215px;
    height: 176px;
    float: left;
    margin-right: 20px;

}

#gallery_nav a:last-child {
    margin-right: 0;
}

#gallery_output {
    width: 960px;
    overflow: hidden;
    background: #00a9ab;
    padding: 40px 120px;
    margin-top: 40px;
}

#gallery_output img {
    display: block;
    margin: 0px auto 0 auto;
}

.on {
    border: 1px solid #ffc600;
}

/* 九大理由 */
.reason_warp {
    background: url(../images/bg3.png) no-repeat center;
    padding: 40px 0;
}

.reason_inner {
    width: 1100px;
    margin: 0 auto;
}

.reason_ul {
    margin-top: 40px;
    float: left;
}

.reason_ul li {
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
    cursor: pointer;
    background: -webkit-linear-gradient(to right, #6193c8, #70eaf3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #6193c8, #70eaf3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #6193c8, #70eaf3); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6193c8, #70eaf3); /* 标准的语法 */
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.reason_ul li:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px 0px #ccc;
}

/* 经验分享 */
.experience_warp {
    width: 100%;
    padding: 40px 0;
    background: #f2ae45;
}

.experience_inner {
    width: 1200px;
    margin: 0 auto;
}

.experience_ul {
    margin-top: 40px;
    overflow: hidden;
}

.experience_ul li {
    padding: 15px;
    width: 255px;
    border-radius: 10px;
    background: #fff;
    margin-right: 20px;
    float: left;
    height: 380px;
}

.experience_ul li:last-child {
    margin-right: 0;
}

.experience_img {
    width: 115px;
    margin: 0 auto;
}

.experience_top h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.experience_top p {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.experience_a {
    width: 160px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 10px;
    color: #fa9e31;
    background: #fff;
    display: block;
    margin-top: 40px;
}

.experience_a:hover {
    background: #f0e2cd;
}

/* 活动 */
.activi_warp {
    width: 100%;
    padding: 40px 0;
}

.activi_inner {
    width: 1200px;
    margin: 0 auto;
}

.activi {
    margin-top: 40px;
    float: left;
    width: 1160px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #999;
    padding: 30px;
}

.activi_tab-top {
    width: 500px;
    margin-top: 15px;
    float: left;
    margin-right: 30px;
}

.activi_tab-top li {
    width: 100%;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    padding: 13px;
}

.activi_tab-top li h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.activi_tab-top li p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.activi .activi_boxlist {
    display: none;

}

.activitabbox {
    float: right;
}

.activi_tab-top .activi_hd {
    background: #2887af;
    color: #fff;
    padding: 13px;

}

.activi_tab-top .activi_hd p {
    color: #fff;

}

/* 资料下载 */
.data_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/bg4.png) no-repeat center;
}

.data_inner {
    width: 1200px;
    margin: 0 auto;
}

.data_nr {
    margin-top: 38px;
    overflow: hidden;
}

.data_ul {
    width: 400px;
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 65px;
    float: left;
    height: 259px;
}

.data_ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.data_ul li:last-child {
    margin-bottom: 0;
}

.data_img {
    margin-right: 10px;
    float: left;
    margin-top: 1px;
}

.data_ul li p {
    font-size: 16px;
    color: #fff;
    float: left;
}

.data_ul li a {
    font-size: 12px;
    color: #fff;
    float: right;
    text-align: center;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    background: #d30000;
    padding: 0 10px;
}

.data_ul li a:hover {
    background: #e00000;
}

.data_button {
    background: url(../images/xz_right.png) no-repeat center;
    float: right;
    height: 339px;
    width: 621px;
}

.data_button a {
    margin: 250px 0 0 60px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    background: #ac5d00;
    color: #fff;
    font-size: 20px;
    display: block;
}

.data_button a:hover {
    background: #995300;
}

/* 表单 */
.form_warp {
    background: url(../images/bg5.png) no-repeat center;
    width: 100%;
    padding: 40px 0;
}

.form_inner {
    width: 440px;
    margin: 0 auto;
}

.form_inner_nr {
    margin-top: 40px;
}

.form_div input {
    width: 423px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #999;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form_button input {
    background: #ff8a00;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 0 180px;
}

.form_button input:hover {
    background: #ec8001;
}

/* footer */
.footer_warp {
    width: 100%;
    background: #333;
    padding: 40px 0 0 0;
    border-bottom: 1px solid #666;
}

.footer_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.footer_img {
    float: left;
}

.footer_ul_nr {
    float: right;
    width: 850px;
    overflow: hidden;
}

.footer_ul {
    margin-bottom: 70px;
}

.footer_ul li {
    float: left;
    font-size: 16px;
    width: 170px;
}

.footer_ul:last-child {
    margin-right: 0;
}

.footer_ul li a {
    color: #fff;
}

.footer_bottom {
    font-size: 16px;
    line-height: 36px;
    color: #999;
    text-align: center;
    background: #333;
    padding: 30px 0;
}
.footer_bottom a{
    font-size: 16px;
   
    color: #999;
    text-align: center;
    background: #333;
    
}
/* ------------------------------PMP认证-------------------------------- */
/* banner */
.rz_banner {
    background: url(../images/rz_banner.png) no-repeat center;
    height: 155px;
    padding:0;
}

.rz_banner_inner {
    width: 453px;
    margin: 0 auto;
    background: url(../images/banner_btn.png) no-repeat center;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #391b3d;
    font-size: 26px;
    transition: all .5s;
}



/* 行业动态 */
.trade_warp {
    width: 100%;
    padding: 40px 0;
}

.trade_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.trade_warp_left {
    width: 386px;
    float: left;
    margin-right: 20px;

}

.trade_warp_left h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;

}

.trade_warp_ul {
    margin-top: 20px;
}

.trade_warp_ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #333;
}

.trade_warp_ul li span {
    color: #e00000;
    float: right;

}

.trade_warp_ul li a:hover {
    color: #094e91;
}

.trade_warp_zwrk {
    background: url(../images/rz_img1.png) no-repeat center;
    height: 185px;
    margin-top: 20px;
    padding-top: 50px;
}

.trade_warp_zwrk p {
    font-size: 36px;
    text-align: center;
    color: #fff;

}

.trade_warp_zwrk a {
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #ffba34;
    color: #000;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin-top: 30px;

}

.trade_warp_zwrk a:hover {
    background: #e6a21f;
}

.trade_warp_center h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;

}

.trade_warp_center {
    width: 386px;
    margin-right: 20px;
    float: left;
}

.trade_warp_center_ul {
    overflow: hidden;

}

.trade_warp_center_ul li {
    margin-bottom: 10px;
    width: 183px;
    height: 45px;
    color: #333;
    text-align: center;
    font-size: 16px;
    background: #e3a4a7;
    line-height: 45px;
    float: left;
    margin-right: 20px;
}

.trade_warp_center_ul li:last-child {
    margin-right: 0;
}

.trade_warp_center_ul li:hover {
    background: #c67b7e;
}

.trade_warp_hover li {
    width: 386px;
    margin-bottom: 5px;
}

.trade_warp_right {
    float: left;
    width: 386px;
}

.trade_warp_right h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;

}

.trade_warp_right_dl {
    margin-top: 20px;
    overflow: hidden;

}

.trade_warp_right_dl dt {
    font-size: 18px;

}

.trade_warp_right_dl dd {
    margin-top: 15px;
    width: 122px;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    background: #ffba34;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    float: left;
}

.trade_warp_right_dl dd:hover {
    background: #e9aa2f;
}

.trade_warp_right_dl dd a {
    color: #fff;
}

.dl_color1 dd {
    background: #85a9fb;
}

.dl_color1 dd:hover {
    background: #7496e1;
}

.dl_color2 dd {
    background: #fc6868;
}

.dl_color2 dd:hover {
    background: #e75c5c;
}

/* 资质查询 */
.natural_warp {
    width: 100%;
    padding: 70px 0;
    background: url(../images/rz_bg1.png) no-repeat center;
}

.natural_inner {
    width: 1200px;
    margin: 0 auto;
}

.title_warp {
    font-size: 52px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.natural_inner a {
    width: 200px;
    margin: 0 auto;
    background: #ffba34;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    margin-top: 70px;
    display: block;
    border-radius: 30px;
    font-size: 20px;
}

.natural_inner a:hover {
    background: #e4a52a;
}

/* 流程 */
.flow_warp {
    width: 100%;
    padding: 40px 0;
}

.flow_inner {
    width: 1200px;
    margin: 0 auto;
}

.flow_inner_nr {
    margin-top: 40px;
}

.flow_inner_fl {
    float: left;
    width: 196px;
}

.flow_inner_fl p {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.flow_inner_jt {
    float: left;
    margin: 80px 43px;
}

.flow_inner_img {

    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}

.flow_inner_img:hover {
    transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);


}

/* 规则 */
.rule_warp {
    width: 100%;
    background: url(../images/rz_bg2.png) no-repeat center;
    padding: 110px 0;
}

.rule_inner {
    width: 1200px;
    margin: 0 auto;
}

.rule_inner_title {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.rule_inner_title p {
    font-size: 38px;
}

.rule_inner_title span {
    font-size: 90px;
    margin-top: 10px;
}

.rule_inner a {
    width: 200px;
    margin: 0 auto;
    background: #ffba34;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    margin-top: 70px;
    display: block;
    border-radius: 30px;
    font-size: 20px;
}

.rule_inner a:hover {
    background: #e4a52a;
}

/* 换审 */
.trial_warp {
    width: 100%;
    padding: 70px 0;
    background: url(../images/rz_bg3.png) no-repeat center;
}

.trial_inner {
    width: 1200px;
    margin: 0 auto;
}

.title_warp {
    font-size: 52px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.trial_inner a {
    width: 200px;
    margin: 0 auto;
    background: #ffba34;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    margin-top: 70px;
    display: block;
    border-radius: 30px;
    font-size: 20px;
}

.trial_inner a:hover {
    background: #e4a52a;
}


/* 资质评估 */
.rz_form_warp {
    width: 100%;
    padding: 40px 0;
    background: #3e4677;
}

.rz_form_inner {
    width: 1200px;
    margin: 0 auto;
}

.rz_form_inner_nr {
    background: url(../images/rz_bg4.png) no-repeat center;
    padding: 30px 0;
    margin-top: 30px;
}

.rz_form_title h2 {
    text-align: center;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
}

.rz_form_title p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.rz_form_div {
    overflow: hidden;
    width: 620px;
    margin: 0 auto;
}

.rz_form_div input {
    float: left;
    width: 455px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding-left: 15px;
}

.rz_form_div span {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    width: 120px;
    text-align: right;
    margin-right: 20px;
}

.rz_form_select {
    overflow: hidden;
    width: 620px;
    margin: 0 auto;
}

.rz_form_select select {
    float: left;
    width: 472px;
    height: 42px;
    background: #fff;
    line-height: 42px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    -webkit-appearance: button;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.rz_form_select span {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    width: 120px;
    text-align: right;
    margin-right: 20px;
}

.rz_form_button input {
    width: 470px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #ffba34;
    color: #333;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    margin-left: 430px;
    font-size: 20px;
    cursor: pointer;
}

.rz_form_button input:hover {
    background: #e5a730;
}


/* ------------------------------广州PMP-------------------------------- */
/* banner */
.gz_banner_warp {
    width: 100%;
    background: url(../images/gz_banner.png) no-repeat center;
    height: 90px;
    padding-top: 470px;
}

.gz_banner_inner {
    width: 1200px;
    margin: 0 auto;
}

.gz_banner_inner a {
    width: 210px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #feca4f;
    color: #922d00;
    font-size: 20px;
    border-radius: 5px;
    display: block;
}

.gz_banner_inner a:hover {
    background: #deaf40;
}

/* 课程安排 */
.course_warp {
    width: 100%;
    padding: 40px 0;
}

.course_inner {
    width: 1200px;
    margin: 0 auto;
}

.course_title {
    font-size: 52px;
    color: #4b90dd;
    text-align: center;
    position: relative;
}

.course_title a {
    display: block;
    margin-left: 50px;
    text-align: center;
    border: 1px solid #4b90dd;
    color: #4b90dd;
    font-size: 18px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 200px;
}

.course_title a:hover {
    color: #3476bf;
}

.course_nr {
    margin-top: 30px;
}

.course_five {
    overflow: hidden;
}

.course_five_left {
    float: left;
    margin-right: 20px;
}

.course_five_title {
    float: left;
}

.course_five_title span {
    margin-top: 20px;
    display: block;
    color: #fff;
    background: #4b90dd;
    width: 470px;
    height: 50px;
    line-height: 42px;
    padding-left: 20px;
    font-size: 18px;
}

.course_five_title p {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #ddebfb;
    width: 1115px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.course_five_title p i {
    color: #dc0000;
}

/* 考点查询 */
.place_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/gz_bg1.png) no-repeat center;
}

.place_inner {
    width: 1200px;
    margin: 0 auto;
}

.place_title {
    font-size: 52px;
    text-align: center;
    color: #fff;
}

.gz_form_inner_nr {
    width: 510px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    display: block;
    margin-top: 30px;
}

.gz_form_select_nr {
    margin-bottom: 20px;
    overflow: hidden;
}

.gz_form_select_nr span {
    width: 100px;
    font-size: 16px;
    color: #fff;
    text-align: right;
    float: left;
    line-height: 40px;
}

.gz_form_select_nr i {
    font-size: 16px;
    color: #d73838;
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.gz_form_select select {
    float: left;
    margin-right: 20px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-appearance: button;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
}

.gz_form_div {
    margin-bottom: 20px;
}

.gz_form_div span {
    width: 100px;
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 40px;
    display: inline-block;
}

.gz_form_div i {
    font-size: 16px;
    color: #d73838;
    line-height: 40px;
    margin-left: 10px;
}

.gz_form_div input {
    width: 340px;
    padding-left: 20px;
    color: #666;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
}

.gz_form_button input {
    background: #d73838;
    width: 360px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 100px;
    cursor: pointer;
}

.gz_form_button input:hover {
    background: #c02a2a;
}

/* 报价 */
.offer_warp {
    width: 100%;
    padding: 40px 0;
}

.offer_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 660px;
}

.offer_title {
    font-size: 52px;
    color: #4b90dd;
    text-align: center;
}

.offer_dl {
    float: left;
    background: url(../images/gz_img1.png) no-repeat center;
    height: 310px;
    width: 285px;
    margin-top: 30px;
    text-align: center;
    padding-top: 40px;
}

.gz_dl1 {
    background: url(../images/gz_img2.png) no-repeat center;
    position: absolute;
    top: 280px;
    left: 220px;
}

.gz_dl2 {
    background: url(../images/gz_img3.png) no-repeat center;
    position: absolute;
    top: 80px;
    left: 450px;
}

.gz_dl3 {
    background: url(../images/gz_img4.png) no-repeat center;
    position: absolute;
    top: 280px;
    left: 682px;
}

.gz_dl4 {
    background: url(../images/gz_img5.png) no-repeat center;
    position: absolute;
    top: 80px;
    right: 0px;
}

.offer_dl dt h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.offer_dl dt span {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    width: 180px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}

.offer_dl dt {
    padding: 0 15px;
}

.offer_dl dt p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.offer_dl dd {
    color: #fff;
    font-size: 40px;
    margin-top: 57px;
    font-weight: bold;
}

.gz_dl1 dd {
    margin-top: 85px;
}

.gz_dl2 dd {
    margin-top: 58px;
}

.gz_dl3 dd {
    margin-top: 30px;
}

.gz_dl4 dd {
    margin-top: 85px;
}

/* 广告图 */
.advert_warp {
    width: 100%;
    background: url(../images/gz_bg2.png) no-repeat center;
    height: 130px;
    padding-top: 90px;
}

.advert_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.advert_inner a {
    background: url(../images/gz_btn1.png) no-repeat center;
    height: 53px;
    width: 143px;
    font-size: 20px;
    color: #a50e00;
    text-align: center;
    line-height: 53px;
    display: block;
    position: absolute;
    top: -6px;
    right: 60px;
}

.advert_inner a:hover {
    background: #e2c10a;
}

/* 互助学习 */
.gz_study_warp {
    width: 100%;
    padding: 40px 0;
}

.gz_study_inner {
    width: 1200px;
    margin: 0 auto;
}

.gz_study_nr {
    margin-top: 30px;
}

.gz_study_ul {
    margin-bottom: 20px;
}

.gz_study_ul li {
    float: left;
    margin-right: 20px;
    transition: all .5s;
    cursor: pointer;
}

.gz_study_ul li:hover {
    box-shadow: 0px 0px 15px 0px #999;
    transform: translateY(-5px);
}

.gz_study_ul li:last-child {
    margin-right: 0;
}

/* PMP®到底学什么 */

.learn_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/gz_bg3.png) no-repeat center;
    height: 696px;
}

.offer_title span {
    display: block;
    color: #666;
    font-size: 18px;
}

.learn_inner {
    width: 1200px;
    margin: 0 auto;


}

.learn {
    margin-top: 40px;
    float: left;
    width: 1200px;
}

.learn_tab-top {
    width: 292px;
    float: left;
    background: -webkit-linear-gradient(#3accfb, #7170e8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3accfb, #7170e8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3accfb, #7170e8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#3accfb, #7170e8); /* 标准的语法 */
}

.learn_tab-top li {
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding: 70px
}

.learn_tab-top p {
    overflow: hidden;
}

.learn_tab-top p i {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.learn_tab-top p span {
    display: block;
    float: left;
}

.learn .learn_boxlist {
    display: none;

}

.learn .learn_boxlist h3 {
    font-size: 18px;
    color: #4b90dd;
    padding-bottom: 15px;
    border-bottom: 1px solid #4b90dd;
    margin-bottom: 15px;
}

.learn .learn_boxlist p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.learn_tabbox {
    float: right;
    width: 848px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #9fcbf5;
    padding: 20px 30px;
    height: 500px;
    margin-top: 30px;
}

.learn_tab-top .learn_hd {
    background: url(../images/left_con.png) no-repeat center;


}

.learn_tab-top .learn_hd p {
    color: #4fa8f4;

}

/* 困扰 */
.worry_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/gz_bg4.png) no-repeat center;
    height: 660px;
}

.worry_inner {
    width: 1200px;
    margin: 0 auto;
}

.worry_nr {
    margin-top: 30px;
    position: relative;
}

.worry_kr {
    position: relative;
}

.worry_kr span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background: #337eca;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.worry_kr span:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px 0px #45baf7;
}

.worry_kr .worry_kr1 {
    width: 108px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 500px;
    padding: 40px 20px;
}

.worry_kr .worry_kr2 {
    width: 68px;
    height: 28px;
    position: absolute;
    top: 150px;
    left: 300px;
    padding: 40px 20px;
}

.worry_kr .worry_kr3 {
    width: 68px;
    height: 58px;
    position: absolute;
    top: 150px;
    right: 300px;
    padding: 25px 20px;
}

.worry_kr .worry_kr4 {
    width: 110px;
    height: 70px;
    position: absolute;
    top: 200px;
    left: 70px;
    padding: 40px 20px;
}

.worry_kr .worry_kr5 {
    width: 140px;
    height: 100px;
    position: absolute;
    top: 200px;
    right: 0px;
    padding: 40px 20px;
}

.worry_kr .worry_kr6 {
    width: 110px;
    height: 70px;
    position: absolute;
    top: 400px;
    left: 0px;
    padding: 40px 20px;
}

.worry_kr .worry_kr7 {
    width: 110px;
    height: 70px;
    position: absolute;
    top: 400px;
    right: 0px;
    padding: 40px 20px;
}

.worry_jj {
    position: absolute;
    top: 300px;
    left: 337px;
    width: 580px;
}

.worry_jj p {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-top: 30px;
}

.sign_warp {
    width: 100%;
    padding: 40px 0;
}

.sign_inner {
    width: 1200px;
    margin: 0 auto;
    background: #337eca;
    height: 409px;
    margin-top: 60px;
}

.sign_nr {
    margin-top: 30px;
    position: relative;
}

.sign_nr_left {
    background: url(../images/bm_left.png) no-repeat center;
    float: left;
    width: 508px;
    height: 396px;
    padding: 20px 0;
    position: absolute;
    top: -27px;
    left: 20px;
    overflow: hidden;
}

.sign_nr_left_title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.sign_nr_ul li {
    height: 26px;
    margin-left: 25px;
    color: #fff;
    text-align: center;
}

.sign_nr_ul li span {
    margin: 0 20px;
}

.sign_nr_right {
    float: right;
    width: 550px;
}

.sign_nr_right_title {
    font-size: 28px;
    margin-top: 20px;
    color: #fff;
    margin-left: 165px;
}

.sign_nr_right form {
    margin-top: 40px;
}

.sign_div {
    margin-bottom: 20px;
}

.sign_div span {
    width: 50px;
    text-align: right;
    float: left;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    line-height: 40px;
}

.sign_div input {
    width: 315px;
    height: 40px;
    background: #fff;
    display: block;
    padding-left: 20px;
}

.sign_button input {
    background: #f44f40;
    height: 40px;
    width: 335px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-left: 70px;
    display: block;
}

.sign_button input:hover {
    background: #dd4437;
}

/* ------------------------------广州PMP-------------------------------- */
/* banner */
.sz_banner_warp {
    width: 100%;
    background: url(../images/sz_banner.png) no-repeat center;
    height: 410px;
    padding-top: 150px;
    text-align: center;
}

.sz_banner_inner {
    width: 1200px;
    margin: 0 auto;
}

.sz_banner_nr h2 {
    font-size: 52px;
    color: #4b90dd;

}

.sz_banner_nr p {
    font-size: 20px;
    color: #e34747;
    line-height: 36px;
    margin-top: 20px;

}

.sz_banner_nr a {
    width: 210px;
    margin: 30px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #feca4f;
    color: #922d00;
    font-size: 20px;
    border-radius: 5px;
    display: block;
}

.sz_banner_nr a:hover {
    background: #deaf40;
}

/* ------------------------------PMP远程-------------------------------- */
/* banner */
.yc_banner_btn {
    width: 100%;
    position: absolute;
    bottom: 55px;
    text-align: center;
}

.yc_banner_btn a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #f5a72b;
    color: #fff;
    font-size: 20px;

}

.yc_banner_btn a:hover {
    background: #fcd23e;
}

/* 优势 */
.advantage_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/yc_bg1.png) no-repeat center;
    height: 355px;
}

.advantage_inner {
    width: 1200px;
    margin: 0 auto;
}

.advantage_title {
    font-size: 52px;
    color: #333;
    text-align: center;
}

.advantage_nr {
    overflow: hidden;
    margin-top: 122px;
}

.advantage_nr span {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    width: 200px;
    text-align: center;
}

.advantage_nr span:last-child {
    margin-right: 0;
}

.class_ys {
    width: 18%;
    background: #ccc;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

/* 试听 */
.audition_warp {
    width: 100%;
    background: #1e4274;
}

.audition_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.audition_left {
    float: left;
    width: 570px;
    padding: 62px 0;
}

.audition_left h3 {
    font-size: 52px;
    color: #ffa800;
}

.audition_left h3 i {
    font-size: 62px;
    color: #fff;
}

.audition_left p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.audition_left span {
    font-size: 32px;
    color: #ffa800;
    margin-top: 20px;
    display: block;
}

.audition_right {
    float: right;
    width: 514px;
    background: url(../images/yc_r.png) no-repeat center;
    height: 370px;
    padding: 40px 0 0 90px;
}

.audition_right form {
    margin-top: 30px;
}

.audition_right_t {
    font-size: 32px;
    color: #202842;
    margin-left: 115px;
}

.form_right input {
    width: 380px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #999;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form_right_button input {
    background: #ff8a00;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 0 70px;
    margin-left: 57px;
    margin-top: 20px;
}

.form_right_button input:hover {
    background: #ec8001;
}

/* ------------------------------栏目-------------------------------- */
.detail_list_banner {
    background: url(../images/list_banner.png) no-repeat center;
    width: 100%;
    padding: 20px 0;
}
.detail_list_cisawbanner {
    background: url(../images/list_cisawbanner.png) no-repeat center;
    width: 100%;
    padding: 20px 0;
    height:300px;
}
.detail_list_banner_inner {
    width: 900px;
    margin: 0 auto;
    padding-left: 300px;
}

.detail_list_banner_nr h2 {
    font-size: 52px;
    color: #fff;
}

.detail_list_banner_nr span {
    font-size: 36px;
    color: #fff;
}

.detail_list_banner_nr span i {
    color: #f58a00;
}

.detail_list_banner_nr a {
    width: 160px;
    height: 50px;
    background: #f58a00;
    color: #fff;
    display: block;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-left: 100px;
    font-size: 20px;
}

.detail_list_banner_nr a:hover {
    background: #df7e02;
}

/* 面包屑 */
.crumbs {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.crumbs_ul {
    width: 1200px;
    margin: 0 auto;
    padding:0 15px;
    background: #fff;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
}

.crumbs_ul li a {
    font-size: 16px;
    color: #333;
    float: left;
}

.crumbs_ul li img {
    margin-right: 5px;
}

.crumbs_ul li i {
    margin: 0 8px;
}

.crumbs_ul li a:hover {
    color: #094e91;
}

/* 列表 */
.list_detail {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.list_detail_left {
    width: 820px;
    margin-right: 20px;
    background: #fff;
    padding: 20px;
    float: left;
}

.list_detail_ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.list_detail_ul li h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.list_detail_ul li h3:hover {
    color: #094e91;
}

.list_detail_ul li p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 25px;
}

.list_detail_ul li span {
    font-size: 12px;
    color: #999;
}

.list_detail_ul li:last-child {
    border-bottom: none;
}

.list_detail_right {
    width: 280px;
    padding: 20px;
    background: #fff;
    float: left;
}

.list_detail_right h3 {
    font-size: 18px;
    color: #094e91;
    border-bottom: 1px solid #094e91;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list_detail_right_ul li a {
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.list_detail_right_ul li a:hover {
    color: #094e91;
}

/* 分页 */
.paging_warp {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 30px 200px;
}

.paging_warp a {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    background: #fff;

}

.paging_warp a:hover {
    background: #189ecf;
    color: #fff;
}

.paging_warp .paging_a {
    background: #189ecf;
    color: #fff;
}

#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #189ecf;;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#189ecf;;border:1px solid #189ecf;;color:#fff;}
#fenye a:hover{background:#189ecf;;border:1px solid #189ecf;;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #189ecf;border: 1px solid #189ecf;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #189ecf;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}
/* ------------------------------文章-------------------------------- */
.list_detail_wz {
    width: 860px;
    margin-right: 20px;
    background: #fff;
    padding: 20px;
    float: left;
    margin-bottom: 40px;
}

.list_detail_wz h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.list_detail_wz .small {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.list_detail_wz p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.list_detail_wz .big {
    font-size: 32px;
    color: #094e91;
    margin-bottom: 20px;
    display: block;
}

.list_detail_wz .big a {
    color: #094e91;
}

.detail_xyy {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.detail_xyy:hover {
    color: #094e91;
}

.detail_right_r {
    width: 320px;
    float: left;
}

.detail_right_top {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.detail_right_top h3 {
    font-size: 18px;
    color: #094e91;
    border-bottom: 1px solid #094e91;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.detail_right_top a {
    display: block;
    width: 280px;
    height: 55px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background: #bc0000;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;

}

.detail_right_top a:hover {
    background: #9f0101;
}

.detail_right_wt {
    background: #fff;
    padding: 20px;
}

.detail_right_wt h3 {
    font-size: 18px;
    color: #094e91;
    border-bottom: 1px solid #094e91;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.detail_right_wt li {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    background: url(../images/dian.png) no-repeat left;
    padding-left: 15px;
}

.detail_right_wt li a:hover {
    color: #094e91;
}

/* ------------------------------远程-------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container_warp {
    width: 100%;
    background: #f6f6f6;
    padding: 40px 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.poster-main {
    width: 1200px;
    height: 500px;
    position: relative;
    margin: 30px auto;
}

.poster-main a, .poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 1200px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(../../file/images/btn_l.png) no-repeat center center;
    background-size: 50px 50px;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(../../file/images/btn_r.png) no-repeat center center;
    background-size: 50px 50px;
}



.dongxiao {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.swiper-wrapper {
    margin-top: 30px;
}

.lunbo_dl dt {
    width: 170px;
    margin: 0 auto;
}

.lunbo_dl dd {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    width: 900px;
    text-align: center;
    line-height: 30px;
    margin: 40px auto;
}

.middle_right_btn a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    background: #0090ff;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.middle_right_btn a:hover {
    background: #017fe1;
}
.swiper-container{
    width:1200px;
    background: url("../images/yc_bg11.jpg") no-repeat center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:60px!important;}

/* ------------------------------软考-------------------------------- */
/* banner */
.rk_banner{
    width: 100%;
    padding-top:460px;
    background:url(../images/rk_banner.png) no-repeat center;
    height: 100px;
}
.rk_banner_inner a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background: #fd6f34;
    text-align: center;
}
.rk_banner_inner a:hover{background: #dd5b24;}

/* 遇到的问题 */
.problem_warp{
    width: 100%;
    padding:40px 0;
     background: #f6f6f6;
 }
.problem_inner{
    width: 1200px;
    margin: 0 auto;
}
.problem_title{
    font-size: 52px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.problem_title i{
    color: #094e91;
}
.problem_nr{
    margin-top:40px;
    overflow: hidden;
}
.problem_nr span{
    display: block;
    width: 260px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 18px;
    float: left;
    border:1px dashed #ccc;
    margin-right: 72px;
    padding-left:90px;
}
.problem_nr span img{
    margin-right: 10px;
}
.problem_nr span:last-child{
    margin-right: 0;
}
.problem_zx a{
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #f08d00;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top:30px;
}
.problem_zx img{
    margin-right: 10px;
}
.problem_zx a:hover{
    background: #d47d01;
}

/* 招生简章 */
.enroll_top{margin-top:40px;overflow: hidden;}
.enroll_top_l{
    width: 500px;
    background: url(../images/rk_left.png) no-repeat center;
    height: 120px;
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px 0 30px;
}
.enroll_top_r{
    width: 500px;
    background: url(../images/rk_right.png) no-repeat center; 
    height: 120px;
    float: right;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px 0 30px;
}
.enroll_top_l span{font-size: 42px;}
.enroll_top_r span{font-size: 42px;}
.enroll_warp{width: 100%;padding:40px 0;}
.enroll_inner{width: 1200px;margin: 0 auto;position: relative;} 
.enroll_title {
    font-size: 52px;
    color: #333;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.enroll_title a {
    display: block;
    margin-left: 50px;
    text-align: center;
    border: 1px solid #094e91;
    color: #094e91;
    font-size: 18px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 150px;
}

.enroll_title i{
    color: #094e91;
}
.enroll_title a:hover {
    color: #3476bf;
}
.enroll_bottom{
    margin-top:40px;
    overflow: hidden;
}
.enroll_bottom_dl{background: url(../images/rk_bottom.png) no-repeat center;
    height: 282px;
    width: 386px; 
    float: left;
    padding-top:30px;
    margin-right: 20px;
}
.enroll_bottom_dl:last-child{
    margin-right: 0;
}
.enroll_bottom_dl dt{
    text-align: center;
    font-size: 22px; 
    color: #fff;
}
.enroll_bottom_dl dd{
    margin-top:30px;
}
.enroll_bottom_dl dd a{
    font-size: 16px; 
    color: #fff;
    line-height: 36px;
    display: block;
    padding-left:100px;
}
.enroll_bottom_dl dd a:hover{
    color: #eee;
}

/* 如此之多 */
.such_warp{
    width: 100%;
    background: url(../images/rk_bg1.png) no-repeat center;
    padding:40px 0;
    height: 505px;
}
.such_inner{
    width: 1200px;
    margin: 0 auto;
}
.such_inner_ul{
    margin-top:40px;
}
.such_inner_ul li{
    float: left;
    width: 220px;
    margin-right: 90px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-top:50px;
}
.such_inner_ul li h3{
    font-size: 20px;
}
.such_inner_ul li p{
    font-size: 16px;
    margin-top:15px;
}
.such_inner_ul li:last-child{
    margin-right: 0;
}
.such_inner_ul .such_inner_li1{
    margin-left:20px;
}
.such_inner_ul .such_inner_li2{
    margin-top:130px;
}
.such_inner_ul .such_inner_li3{
    margin-top:25px;
    margin-left: 10px;
}
.such_inner_ul .such_inner_li4{
    margin-top:150px;
    margin-left: 5px;
}

/* 直击考点 */
.point_warp{
    width: 100%;
    padding-top:40px;
    background: #3e4677;
}
.point_inner{
    width: 1200px;
    margin: 0 auto;
}
.point_title h3{
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.point_title p{
    font-size: 18px; 
    color: #fff;
    text-align: center;
    margin-top:10px;
}
.point_title h3 i{
    color: #ffb400;
}
.point_nr{
    margin-top:30px;
    overflow: hidden;
}
.point_left{
    float: left;
    width: 300px;
    margin-top:80px;
}
.point_left li{
    width: 290px;
    padding:15px 0;
    text-align: center; 
    font-size: 18px; 
    color: #333;
    line-height: 32px;
    background: #fff;
    margin-bottom: 50px;
    height: 34px;
}
.point_left li:last-child{
    margin-bottom: 0;
}
.point_center{
    float: left;
    margin-left: 30px;
}
.point_right{
    float: right;
    width: 300px;
    margin-top:80px;
}
.point_right li{
    width: 290px;
    padding:15px 0;
    text-align: center; 
    font-size: 18px; 
    color: #333;
    line-height: 32px;
    background: #fff;
    height: 34px;
    margin-bottom: 50px;
}
.point_right li:last-child{
    margin-bottom: 0;
}

/* 表单 */
.choice_warp{
    width: 100%;
    background: url(../images/rk_bg2.png) no-repeat center;
    height: 572px;
    padding:40px 0;
}
.choice_inner{
    width: 1200px;
    margin: 0 auto;
}
.choice_form{
    width: 505px;
    margin: 0 auto;
    background: rgb(62,70,119,0.5);
    border-radius: 10px;
    padding:30px 50px;
    margin-top:30px;
}
.form_right1 input{
    width: 380px;
    margin:0 auto;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px; 
    display: block;
}
.rz_form_select1 select {
    width: 404px;
    margin:0 auto;
    height: 42px;
    display: block;
    background: #fff;
    line-height: 42px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    -webkit-appearance: button;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}
.form_textarea{
    width: 395px;
    margin: 0 auto; 
    display: block;
    padding:10px 0 0 10px; 
    font-size: 14px;
}
.form_right1_button input{
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #333; 
    font-size: 20px;
    text-align: center; 
    border-radius: 5px;
    background: #ffb400;
    margin: 0 auto;
    margin-top:30px;
    display: block;
}
.form_right1_button input:hover{
    background: #eea902;
}


/* 咨询 */
.zx_warp{
    position: fixed;
    right:20px;
    top:100px;
    width: 103px;
    background: #fff;
    border:1px solid #ccc;
    z-index: 999;
}
.zx_warp_ul li{
    text-align: center;
    padding:20px 0 15px 0;
    border-bottom: 1px solid #eee; 
    cursor: pointer;
}
.zx_warp_ul li span{
    display: block; 
    font-size: 14px; 
    color: #333;
    margin-top:5px;
}
.zx_warp_ul li span:hover{
    color: #094e91;
}
.zx_warp_ul li:last-child{
    border-bottom: none;
}
.zx_warp_ul .zx_warp_li{
    background: #e00000;
}
.zx_warp_ul .zx_warp_li span{
    color: #fff;
}
.zx_warp_ul .zx_warp_li span:hover{
    color: #fff;
}

.Artxgtj { height: 39px; border-bottom: 1px solid #e0e0e0;margin-top:20px; }
.Artxgtj_ncon{padding-top:20px;width:860px; height:300px;}
.Artxgtj_ncon p{line-height: 20px;height:20px;width:400px;padding:0 15px 0 0;overflow: hidden;float: left;position: relative;}
.Artxgtj_ncon p span{display: inline-block;position: absolute;right:0;top:0;font-size: 14px;color:#404040;}
.Artxgtj_ncon p a{font-size: 14px;color:#404040;}
.Artxgtj_ncon p a:hover{color:#0070c3;}
.Artxgtj-l { padding: 0 3px; line-height: 39px; height: 39px; font-size: 16px; border-bottom: 1px solid #127de1; }
.Artggtit { height: 39px; border-bottom: 1px solid #e0e0e0; }
.Artggtit-l { padding: 0 3px; line-height: 39px; height: 39px; font-size: 16px; border-bottom: 1px solid #127de1; }

/*开班内容*/
.main{
     width:760px;
     overflow:hidden;
	 margin:0 auto;
	 font-size:14px;
	 line-height:22px;
	 padding:0px;
 }
 .main .main-left{
     width:240px;
     height:800px;
     float:left;
	 
 }
 .main .main-center{
     width:260px;
    float:left;
	 padding-left:8px;
	 padding-right:8px;
}
 .main .main-right{
    width:240px;
    float:right;
}

@media only screen  and (max-width: 1270px) {
	.list_detail{max-width: 100%;padding: 0 15px;}
	.crumbs_ul{max-width: 100%;padding: 0 15px;}
	.list_detail_wz{width: 100%;}
	.detail_right_r{width: 100%;}
	.list_detail_wz img{max-width: 100%;}
	.main{max-width: 100%;}
	.main-left,.main-center,.main-right{width: 100%!important;height: auto!important;}
	.Artxgtj_ncon{width: 100%;}
	.Artxgtj_ncon p{width: 100%;}
}



