﻿/* 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;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

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;

}
.nav_txt li .active{color: #094e91;border-bottom: 3px solid #094e91;padding-bottom: 20px;}
.current {
    background: red;
}

/* banner */
.flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height:560px;
    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: auto
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    
}

.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;
    width: 100%;
    line-height: 30px;
}
.news_left h2 a{font-size: 14px;}
.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;
    clear: both;
}

.news_inner_top img {
    width: 380px;
    height: 155px;
}

.news_inner_top h3 {
    font-size: 16px;
    color: #333;
    margin: 15px 0 10px 0;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 100%;
}

.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;
    overflow: hidden;
}

.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: 30%;
    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: 380px;
    height: 145px;
    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>a{display: flex;align-items: center;}
.class_div1 span {
    width: 22%;
    border-right: 1px dashed #ccc;
    line-height: 24px;
    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: 380px;
    background: #00a9ab;
    padding: 20px;
    height: 298px;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 30px;
}
.power_ul li:nth-of-type(3n){margin-right: 0;}
.power_ul li .power_img{width: 100%;}
.power_img img{width: 100%;}
.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: 750px;
}

.manage_inner {
    width: 1200px;
    margin: 0 auto;
}

.manage_nr {
    margin-top: 40px;
}

.ghost_nr {
    margin-top: 40px;
    position: relative;
}
.ghost_nr>div{box-sizing: content-box;}
.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: 280px;
    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;
    margin-bottom: 30px;
}
.warp_title_demo:nth-of-type(5n){margin-right: 0;}
.effects {
    margin: 3em 15em;
}

.reslust_ul {
    margin-top: 30px;
    overflow: hidden;
}

.reslust_ul li:last-child {
    margin-right: 0;
}

figcaption p img {
    margin-top: 90px;
}

/* 名师介绍 */
.teacher_warp {
    width: 100%;
    padding: 40px 0;
    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 {
    max-width: 1200px;
    margin: 0 auto;
    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: 285px;
    border-radius: 10px;
    background: #fff;
    margin-right: 20px;
    float: left;
    height: 410px;
    
}
.experience_ul li:nth-of-type(2){margin-top: 30px;}
.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: 100%;
    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: 530px;
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 65px;
    float: left;
    height: 339px;
}

.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: 540px;
    margin: 0 auto;
}

.form_inner_nr {
    margin-top: 40px;
}

.form_div input {
    width: 100%;
    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;
    width: 100%;
    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;*/
   width: 100%;
    height:558px;
    position: relative;
    overflow: hidden;
} 
.rz_banner .zs_txt{position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;text-align: center;width: 100%;}
.zs_txt h2{color: rgb(76,144,219);font-size:.48rem;font-weight: bold;margin-bottom: .2rem;}
.zs_txt p{font-size:.28rem;color: rgb(227,102,103);line-height: .44rem;}

.rz_banner img{width:auto;position: absolute;left:50%;transform: translateX(-50%);height: 100%;}
.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;
    position: absolute;bottom: 100px;left: 50%;transform: translateX(-50%);
}



/* 行业动态 */
.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:35px;
    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: 457px;
    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: 450px;
    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;
    background: transparent;
    bottom: 30px;
}

.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: 150px;
    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: 320px;
    padding-left: 20px;
    color: #666;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
}

.gz_form_button input {
    background: #d73838;
    width: 320px;
    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;
}
.gz-img{display: none;}
.offer_dl {
    float: left;
    background: url(../images/gz_img1.png) no-repeat center;
    height: 350px;
    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: 220px;
    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;
    margin-bottom: 20px;
}
.gz_study_ul li:nth-of-type(4n){margin-right: 0;}
.gz_study_ul li:hover {
    box-shadow: 0px 0px 15px 0px #999;
    transform: translateY(-5px);
}



/* PMP®到底学什么 */

.learn_warp {
    width: 100%;
    padding: 40px 0;
    background: url(../images/gz_bg3.png) no-repeat center;
}

.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: 908px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #9fcbf5;
    padding: 20px 30px;
    height: 540px;
    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: 740px;
}

.worry_inner {
    width: 1200px;
    margin: 0 auto;
}

.worry_nr {
    margin-top: 30px;
    position: relative;
}
.worry-img{display: none;}
.worry-img img{width: 100%;}
.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;
    box-sizing: content-box;
}

.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;
    box-sizing: content-box;
}

.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: 335px;
    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%;
    height: 560px;
    padding-top: 150px;
    text-align: center;
    margin-top: 100px;
}

.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/ycimg.png) no-repeat center;
    height: 435px;
}

.advantage_inner {
    width: 1200px;
    margin: 0 auto;
}

.advantage_title {
    font-size: 52px;
    color: #333;
    text-align: center;
}

.advantage_nr {
    overflow: hidden;
    margin-top: 50px;
    display:flex;
    align-items: center;
}

.advantage_nr span {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.advantage_nr span:last-of-type{margin-right: 0;}
.advantage_nr span:first-of-type{width: 192px;height: 192px;;background: #6e7cfb;}
.advantage_nr span:nth-of-type(2){width: 152px;height: 152px;;background: #de9325;}
.advantage_nr span:nth-of-type(3){width: 235px;height: 235px;background: #fd8762;}
.advantage_nr span:nth-of-type(4){width: 170px;height: 170px;background: #40a2fc;}
.advantage_nr span:nth-of-type(5){width: 150px;height: 150px;background: #f05584;}
.advantage_nr span:nth-of-type(6){width: 200px;height: 200px;background: #8958f8;}

.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: 604px;
    background: url(../images/yc_r.png) no-repeat center;
    height: 410px;
    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_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;
    background: #fff;
    border-radius: 3px;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
}

.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: 860px;
    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: 320px;
    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: 820px;
    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: 350px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 18px;
    float: left;
    border:1px dashed #ccc;
    margin-right: 72px;
    padding-left:90px;
    margin-bottom: 30px;
}
.problem_nr span img{
    margin-right: 10px;
}
.problem_nr span:nth-of-type(3n){
    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: 550px;
    background: url(../images/rk_left.png) no-repeat center;
    height: 140px;
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px 0 30px;
}
.enroll_top_r{
    width: 550px;
    background: url(../images/rk_right.png) no-repeat center; 
    height: 140px;
    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:312px;
    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/rkbac.png) no-repeat center;
    padding:40px 0 80px;
}
.such_inner{
    width: 1200px;
    margin: 0 auto;
}
.such_inner_ul{
    margin-top:40px;
    overflow: hidden;
}
.such_inner_ul li{
    float: left;
    width: 250px;
    height: 250px;
    margin-right: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    
    border-radius: 50%;
    padding: 50px 20px;
}
.such_inner_ul li:first-of-type{background-image: linear-gradient(to right,#448dee,#64c8d5);margin-top:70px;}
.such_inner_ul li:nth-of-type(2){background-image: linear-gradient(to right,#cf66d4,#a15de8);margin-top:150px;}
.such_inner_ul li:nth-of-type(3){background-image: linear-gradient(to right,#edb159,#e98e52);padding:25px 20px;margin-top:50px;}
.such_inner_ul li:nth-of-type(4){background-image: linear-gradient(to right,#ea7487,#e8aca3);margin-top:180px;}
.such_inner_ul li h3{
    font-size: 20px;
    width: 100%;
}
.such_inner_ul li p{
    font-size: 16px;
}

/* 直击考点 */
.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: 64px;
}
.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: 64px;
    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: 652px;
    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: 400px;
    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:700px;
     float:left;
	 
 }
 .main .main-center{
     width:260px;
    float:left;
	 padding-left:8px;
	 padding-right:8px;
}
 .main .main-right{
    width:240px;
    float:right;
}
.page-width{margin:0 auto;width:1180px;}
.exam-a-ask{margin-top: 30px;}
.fl{float:left}
.fr{float:right}
.dtime{ color:#333;}
.clearfix{display:block}.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:""}
.con05{padding:40px 0 70px 0;background:#f0f0f0;}
 h4{ font-size:32px; line-height:52px; padding-bottom:40px; font-weight:normal;}
.con05 .exam-a-ask .examl,
.con05 .exam-a-ask .askl{ width:49%; height:auto;}
.con05 .commonImg{width:100%; height:auto;position:relative; }
.con05 .commonImg img{width:100%;}
.con05 .commonImg p{ position: absolute;left:0;top:50%;transform: translateY(-50%);width:100%; text-align: center;color:#fff;font-size:16px; }
.con05 .commonImg strong{font-size:44px;margin-right:20px;font-weight:normal; }
.con05 .examl ul,
.con05 .askl ul{background: #fff;padding: 20px 30px 20px 32px;height:auto;}
.con05 .examl li,
.con05 .askl li{ font-size:14px;line-height:34px;height:34px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.con05 .examl li span,
.con05 .askl li span{ padding-left:40px; color:#000;}
.con05 .examl .title,
.con05 .askl .title { font-size:16px; padding-bottom:20px;}
.con05 .examl .title:hover,
.con05 .askl .title:hover{ color:#34bd74;}


.ydnav{display: none;position: absolute;right: 15px;top: 28px;}
.visbox{width:100%;height:10000px;position: fixed;left: 0;top: 0;background:rgba(0,0,0,0.75);z-index:98;display: none;}
.pcimg{display: block;}
.ydimg{display: none;}
#kaike{background: url(/images/class/pmp-net.jpg) no-repeat center;margin-top: 100px;position: relative;}
.kb_i{position: absolute;right: 10%;bottom:40px;text-align: center;}

@media only screen and (max-width:1270px) {
	.zx_warp{display: none;}
	.rz_banner {
    margin-top: 100px;
	} 
	.trade_inner{max-width: 100%;padding: 0 15px;}
	.trade_warp_left,.trade_warp_center,.trade_warp_right{width: 32%;margin-right: 2%;}
	.trade_warp_right{margin-right: 0;}
	.natural_inner{max-width: 100%;}
	.flow_inner{max-width: 100%;padding: 0 15px;}
	.flow_inner_fl{width: 19%;text-align: center;}
	.flow_inner_jt{width: 3%;margin: 10% 2%;}
	.flow_inner_nr{padding-left: 4%;}
	.flow_inner_img img{width: 100%;}
	.flow_inner_jt img{width: 100%;}
	.rule_warp{background-size: auto 100%}
	.rule_inner{max-width: 100%;}
	.rz_form_inner{max-width: 100%;}
	.nav{position: fixed;top: 0;left: 0;z-index: 99;}
	.nav_inner{max-width: 100%;padding: 0 15px;height: 100px;line-height: 100px;position: relative;}
	.trial_inner{max-width: 100%;}
	.nav_inner h1{float: none;text-align: center;margin-right: 0;}
	.ydnav{display: inline-block;}
	.flexslider{margin: 100px auto 20px;}
	.trade_warp_center_ul li{width: 48%;margin-right: 4%;}
	.trade_warp_right_dl dd{width: 30%;margin-right: 2%;}
	.rz_form_select span,.rz_form_div span{width: 80px;text-align: left;margin-right: 10px;}
	.rz_form_div input,.rz_form_select select{width: 430px;}
	.rz_form_button input{display: block;margin-left: 0;margin: 0 auto;width: 430px}
	.nav_inner .nav_txt{
    position: fixed;
    right: -3.6rem;
    top: 0;
    background: #fff;
    padding: 15px;
    width: 3.6rem;
    height: 100%;
    text-align: left;
    z-index: 999;
    transition: all 0.3s;
    overflow: auto;
    }
    
    .nav_txt li{width: 100%;margin-right: 0;float: none;line-height: .48rem;}
    .nav_txt li a{display: inline-block;}
    .nav_txt li .active{padding-bottom: 0;}
    .news_inner{max-width: 100%;padding: 0 15px;}
    .news_left,.bgbox,.news_right{width: 32%;margin-right: 2%;}
    .news_right{margin-right: 0;}
    .class_inner{max-width: 100%;padding: 0 15px;}
    .study_inner{max-width: 100%;padding: 0 15px;}
    .study_ul li{width: 30%;margin-right:5%;}
    .study_title{left: 50%;transform: translateX(-50%);}
    .power_inner{max-width: 100%;padding:0 15px;}
    .power_ul li{width: 32%;margin-right: 2%;height:300px}
    .page-width{max-width: 100%;padding: 0 15px;}
    .reslust_inner{max-width: 100%;padding: 0 15px;}
    .warp_title_demo{width: 18%;float: left;margin-right: 2.5%;height: auto;margin-bottom: 25px;}
    .teacher_inner_left{width: 62%;margin-right: 3%;}
    #gallery_output{padding: 40px 100px;}
    .data_ul{width: 48%;}
    .data_inner{max-width: 100%;padding: 0 15px;}
    .data_button{width: 48%;}
    .teacher_inner_right{width: 25%;float: right;}
    .teacher_inner_right img{width: 100%;}
    .experience_inner{width: 100%;padding: 0 15px;}
    .experience_ul li{width: 23.5%;margin-right: 2%;}
    .footer_inner{max-width: 100%;padding: 0 15px 30px;}
    .manage_inner{max-width:100%;padding: 0 15px;}
    .bar_inner{max-width: 100%;}
    .activi_inner{max-width: 100%;padding: 0 15px;}
    .activi_tab-top{width: 49%;margin-right: 2%;}
    #activi_tabbox{width: 49%;overflow: hidden;text-align: center;}
    #activi_tabbox img{width:100%;height:auto}
    .course_inner{max-width: 100%;padding: 0 15px;}
    .course_five_left{max-width: 3%;margin-right: 2%;}
    .course_five_left img{width: 100%;}
    .course_five_title{width: 95%;}
    .course_five_title p{width: 100%;}
    .course_title a{position: static;margin-left: 0;width:50%;margin: 0 auto;}
    .place_inner{max-width: 100%;}
    .offer_inner{max-width: 100%;padding: 0 15px;height: auto;}
    .offer-main{display: none;}
    .gz-img{display: block;}
    .gz-img img{width: 100%;}
    .advert_warp{background-size: 100%;}
    .advert_inner{max-width: 100%;}
    .gz_study_inner{max-width: 100%;padding: 0 15px;}
    .gz_study_inner ul li{width:23.5%;margin-right: 2%;}
    .gz_study_inner ul li img{width: 100%;}
    .learn{max-width: 100%;padding: 0 15px}
    .learn_inner{max-width: 100%;}
    .learn_tab-top{width:25%}
    .learn_tabbox{width: 75%;}
    .learn_tab-top li{padding: 70px 15px;}
    .worry_inner{display: none;}
    .worry-img{display: block;}
    .worry_warp{background: transparent;height: auto;padding: 0;}
    .sign_inner{max-width: 100%;padding: 0 15px;}
    .sign_nr_left{width: 48%;}
    .sign_nr_right{width: 48%;}
    .sign_div span{width: 15%;margin-right: 5%;}
    .sign_div input{width: 80%;}
    .sign_button input{float:right;width: 80%;margin-left:0;}
    .sz_banner_inner{max-width: 100%;padding: 0 15px;}
    .advantage_inner{max-width: 100%;padding: 0 15px;}
    .audition_inner{max-width: 100%;padding: 0 15px;}
    .audition_left{width: 48%;}
    .audition_right{width: 48%;background-size:cover;padding: 30px 0 0 0;text-align: center;}
    .audition_right_t{margin-left: 0}
    .swiper-container{max-width: 100%;background: #fff;}
    /*.swiper-container{}*/
   .lunbo_dl dd{max-width: 100%;}
  	.dongxiao .swiper-slide{overflow: hidden;padding: 0 15px;}
  	.poster-container{max-width: 100%}
  	.problem_inner{max-width: 100%;padding: 0 15px;}
  	.problem_nr span{width: 30%;margin-right: 5%;padding-left: 0;text-align: center;}
  	.enroll_inner{max-width: 100%;padding: 0 15px;}
  	.enroll_top_l,.enroll_top_r{width: 48%;background-size:auto 100%;}
  	.enroll_title a{position: static;margin-left: 0;width: 50%;margin: 0 auto;}
  	.enroll_bottom_dl{width: 32%;margin-right:2%;background-size:auto 100%;}
  	.enroll_bottom_dl dd a{width: 100%;text-align: center;padding-left: 0;}
  	.such_inner{max-width:100%;padding: 0 15px;}
  	.such_inner_ul li{width: 23%;margin-right: 2%;}
  	.point_inner{max-width: 100%;padding:15px;}
  	.point_left,.point_right{width: 28%;margin-top: 50px;}
  	.point_center{width: 42%;margin: 0 1%}
	.point_center img{width: 100%;}
	.point_left li,.point_right li{width: 100%;margin-bottom: 30px;font-size: 16px;}
	.problem_title,.enroll_title,.warp_title,.point_title h3{font-size: 42px;}
	.choice_inner{max-width: 100%;padding:0 15px;}
	
	.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%;}
	.detail_list_banner{margin-top: 100px;}
	.list_detail_left{width: 70%;margin-right: 2%}
	.list_detail_right{width: 28%;}
	.detail_list_banner_inner{max-width: 100%;text-align: center;padding-left: 0;}
	.detail_list_banner_nr a{margin: 0 auto;}
	.bkbanner{margin-top: 100px;}
}


@media only screen and (max-width: 1199px) {
	.news_left, .bgbox, .news_right{width: 49%;}
	.bgbox{display: none;}
	.news_inner_top img{width: 100%;height: auto;}
	.warp_title{font-size: 46px;}
	.ydnone{display: none;}
	.pcimg{display: none;}
	.ydimg{display: block;}
	.ydimg img{width: 100%;}
	.bar_warp{background-size:cover}
	.reason_inner{max-width: 100%;}
	.reason_ul{display: none;}
	.reason_warp{background: #dbe8f7;}
	.experience_ul li{height: auto;}
	.experience_top p{-webkit-line-clamp:99}
	.footer_warp{display: none;}
	.manage_warp{height: auto;}
	.warp_title h3{font-size: 42px;}
	
}
@media only screen and (max-width:992px) {
.power_ul li{height: 260px;}	
.data_ul{padding: 20px}
.poster_warp{display: none;}
.advantage_title{font-size: 40px;}
.advantage_nr{display: block;}
.advantage_nr span{width: 28%!important;height:250px!important;margin-right: 8%;margin-bottom: 30px;}
.advantage_nr span:nth-of-type(3n){margin-right: 0;}
.advantage_warp{height: auto;}
.form_right input{width:70%;}
  	.such_inner_ul li h3{font-size: 18px;}
  	.such_inner_ul li p{font-size: 14px;line-height: 26px;}
  	.point_center{display: none;}
  	.point_warp{padding: 40px 0;}
  	.point_left, .point_right{width: 48%;margin-top: 20px;}
  	
  	.point_left li, .point_right li{height:50px;line-height: 50px;padding: 0}
  	
}
@media only screen and (max-width: 768px) {
	.flex-control-nav{bottom: .1rem;}
	.nav_inner{height: 1rem;line-height: 1rem;}
	.nav_inner h1 img{max-width: 2rem;}
	.ydnav{right: .15rem;top: .28rem;width: .48rem;}
	.zs_txt h2{font-size: .32rem;}
	.flexslider{margin: 1rem auto .2rem;height:3.8rem}
	.flexslider .slides a img{width: auto;height: 100%;}
	.slides_button{bottom: .4rem;}
	.slides_button a{width: 2.6rem;height: .5rem;line-height: .5rem;font-size: .24rem;margin-right: .4rem;}
	.flex-control-paging li a{width: .16rem;height: .16rem;background: url(../images/dot.png) no-repeat 0 -.14rem;background-size: 100%;}
	.nav_txt li{font-size: .24rem;}
	.flex-direction-nav{display: none;}
	.warp_title{font-size: .46rem;}
	.news_left, .bgbox, .news_right{float: none;width: 100%;margin-bottom: .3rem;}
	.bgbox{display: block;}
	.tab-top{width: 100%;}
	.tabbox .boxlist{width: 100%;height: auto;padding: .15rem;}
	.bgbox h2{font-size: .28rem;}
	.tab-top li{font-size: .24rem;line-height: .5rem;;}
	.boxlist_right{width: 4rem;margin-top: .25rem;}
	.boxlist_l{width: 2rem;height: auto;margin-right: .15rem;}
	.boxlist_right h3{font-size: .28rem;}
	.boxlist_right p{font-size: .24rem;line-height: .4rem;}
	.boxlist_right a{width: 2rem;height: .4rem;line-height: .4rem;font-size: .24rem;margin-top: .15rem;}
	.boxlist_l img{width: 100%;}
	.news_left h2{font-size: .28rem;}
	.news_left h2 a{font-size: .24rem;}
	.news_inner_top h3{font-size: .26rem;margin: .15rem 0 .1rem 0;}
	.news_inner_top_p p{font-size: .24rem;width: 100%;line-height: .32rem;}
	.news_inner_top_p a{font-size: .24rem;display: inline-block;margin-top: .1rem}
	.news_inner_top_p{padding-bottom: .15rem;}
	.news_inner_top_ul li{font-size: .24rem;line-height: .44rem;}
	.news_right h2{font-size: .28rem;}
	.news_nr{margin-top: .4rem;}
	.news_inner{margin: .4rem auto;}
	.class_div span{font-size: .24rem;float: left;height: 100%;line-height: .28rem;margin-top: .20rem;}
	.class_div span:last-of-type{margin-top: 0;}
	.class_warp{background-size: cover;}
	.class_ul li{height: auto;display:flex;align-items: center;}
	.class_div .class_span{font-size: .24rem;}
	.class_zx a{font-size: .24rem;}
	.class_warp{padding: .4rem 0;}
	.study_warp{padding: .4rem 0;}
	.warp_title2{font-size: .52rem;}
	.study_title{max-width: 100%;font-size: .24rem;line-height: .4rem;height: .4rem;}
	.study_ul li span{font-size: .24rem;line-height: .44rem;}
	.study_ul .study_ul_li{margin-top: 1.5rem;}
	.power_warp{padding: .4rem 0;}
	.power_ul li{width: 49%;margin-bottom: .2rem;height: 3.3rem;padding: .2rem;}
	.power_ul li:nth-of-type(3n){margin-right: 2%;}
	.power_ul li:nth-of-type(2n){margin-right: 0;}
	.power_div{margin-top: .15rem;}
	.power_div h3{font-size: .28rem;}
	.power_div p{font-size: .24rem;line-height: .26rem;}
	.manage_warp{display: none;}
	.warp_title h3{font-size: .42rem;}
	.con05{padding: .4rem 0 .7rem 0;}
	.con05 .commonImg strong{font-size: .44rem;}
	.con05 .exam-a-ask .examl, .con05 .exam-a-ask .askl{width: 100%;float: none;}
	.con05 .examl ul, .con05 .askl ul{padding: .2rem .3rem;}
	.con05 .examl li, .con05 .askl li{font-size: .24rem;line-height: .5rem;height: .5rem;}
	.con05 .examl .title, .con05 .askl .title{font-size: .24rem;}
	.bar_warp{display: none;}
	.reslust_warp{padding: .4rem 0;display: none;}
	.warp_title_demo{width: 49%;margin-right: 2%;margin-bottom: .2rem;}
	.reslust_ul li:last-child{margin-right: 2%;}
	.warp_title_demo:nth-of-type(5n){margin-right: 2%;}
	.warp_title_demo:nth-of-type(2n){margin-right: 0;}
	.imghvr-push-left{width: 100%;}
	.imghvr-push-left>img{width: 100%;}
	.reslust_ul li:last-of-type{margin-right: 0;}
	.imghvr-push-left p img{margin-top: .9rem;width: 2.5rem;}
	#gallery_output{padding:.3rem .5rem .6rem .5rem;margin-top: .4rem}
	.teacher_inner_left h3{font-size: .28rem;margin-bottom: .2rem;padding-bottom: .1rem;}
	.teacher_inner_left p{font-size: .24rem;line-height: .44rem;}
	.teacher_inner_right{width: 35%;margin-top: .8rem;}
	#gallery_nav a{width: 2.15rem;height: 1.76rem;margin-right: .2rem;}
	#gallery_nav a img{width: 100%;}
	.teacher_warp{padding: .4rem 0;}
	.power_ul{margin-top: .4rem;}
	.class_ul{margin-top: .4rem;}
	.study_ul{margin-top: .5rem;}
	.exam-a-ask{margin-top: .3rem;}
	.data_nr{margin-top: .38rem;}
	#gallery_nav{width: 100%;padding: 0 15px;}
	.experience_warp{padding: .4rem 0;}
	.experience_ul li{width: 100%;margin-right: 0;float: none;margin-top: .3rem;padding: .3rem .5rem}
	.experience_ul li:nth-of-type(2n){margin-top: .3rem;}
	.experience_img{width: 2rem;}
	.experience_img img{width: 100%;}
	.experience_top h3{font-size: .28rem;margin-top: .15rem;}
	.experience_top p{font-size: .24rem;line-height: .44rem;margin-top: .15rem;}
	.experience_ul{margin-top: .4rem;}
	.experience_a{width: 3rem;height: .6rem;font-size: .24rem;line-height: .6rem;margin-top: .4rem;}
	.activi{margin-top: .4rem;padding: .3rem;}
	.activi_tab-top{width: 100%;margin-right: 0;}
	#activi_tabbox{width: 100%;}
	.data_button,.data_ul{width: 100%;float: none;}
	.data_ul{padding: .2rem;height: auto;}
	.data_button{display: none;}
	.data_warp{background-size: cover;}
	.form_inner{width: 100%;padding: 0 15px;}
	.activi_tab-top li{margin-right: 0}
	.activi_tab-top li h3{font-size: .28rem;margin-bottom: .1rem;}
	.activi_tab-top li p{font-size: .24rem;line-height: .32rem;}
	.data_ul li{margin-bottom: .24rem;}
	.data_ul li p{font-size: .24rem;}
	.data_ul li a{font-size: .2rem;}
	.footer_bottom p{display: none;}
	.footer_bottom{padding: .2rem .15rem}
	.footer_bottom .ydfooter{display: block;font-size: .24rem;line-height: .44rem;}
	.ydfooter span{display: inline-block;width: 100%;}
	.form_warp{padding: .4rem 0;}
	.form_inner_nr{margin-top: .4rem}
	.form_div input{height: .6rem;line-height: .6rem;font-size: .24rem;margin-bottom: .24rem;}
	.form_button input{padding: 0;font-size: .26rem;height: .6rem;line-height: .6rem;}
	.rz_banner{margin-top: 1rem;height: 4.3rem;padding: 0;}
	.rz_banner img{width:auto;height:100%;}
	.rz_banner_inner{width: 3rem;background-size: 100% 100%;bottom: .2rem;font-size: .26rem;height: .6rem;line-height: .6rem;}
	.trade_warp_left, .trade_warp_center, .trade_warp_right{width: 100%;margin-right: 0;margin-bottom: .2rem;}
	.trade_warp_left h2{font-size: .28rem;}
	.trade_warp_ul li{font-size: .24rem;line-height: .44rem;margin-bottom: .15rem;}
	.trade_warp_zwrk p{font-size: .40rem;}
	.trade_warp_zwrk a{width: 3rem;font-size: .24rem;height: .6rem;line-height: .6rem;}
	.trade_warp_center h2{font-size: .28rem;padding-bottom: .15rem;margin-bottom: .2rem;}
	.trade_warp_center_ul li{line-height: .6rem;height: .6rem;font-size: .26rem;}
	.trade_warp_right h2{font-size: .28rem;padding-bottom: .15rem;}
	.trade_warp_right_dl dt{font-size: .28rem;}
	.trade_warp_right_dl dd{font-size: .26rem;line-height: .6rem;height: .6rem;font-size: .26rem;}
	.natural_warp,.rule_warp,.trial_warp{display: none;}
	.title_warp{font-size: .4rem;}
	.flow_inner_nr{padding-left: 0;}
	.flow_inner_fl{width:50%;margin-right:0}
	.flow_inner_jt{display: none;}
	.flow_inner_img img{width:1.8rem;height: 1.8rem;}
	.flow_inner_fl p{font-size: .26rem;margin:.2rem 0}
	.rz_form_title h2{font-size: .4rem;}
	.rz_form_title p{font-size: .24rem;}
	.rz_form_div{width: 100%;}
	.rz_form_inner_nr{width: 100%;padding: .2rem .15rem}
	.rz_form_select span, .rz_form_div span{width: 20%;font-size: .24rem;}
	.rz_form_div input, .rz_form_select select{width: 75%;height: .6rem;line-height: .6rem;}
	.rz_form_select{width: 100%;}
	.rz_form_button{width: 100%;}
	.rz_form_warp{padding: .4rem 0;}
	.rz_form_inner{padding: 0 .15rem;}
	.rz_form_button input{width: 50%;line-height: .6rem;height: .6rem;font-size: .26rem;}
	.gz_banner_inner{bottom: .1rem;}
	.gz_banner_inner a{width: 2rem;line-height: .5rem;height: .5rem;font-size: .20rem;}
	.course_title{font-size: .4rem;}
	.course_title a{width:30%;height: .6rem;line-height: .6rem;padding:0;font-size: .24rem;}
	.course_five_left{display: none;}
	.course_five_title{width: 100%;}
	.course_five_title h3 img{width: 2rem;}
	.course_five_title span{width: 100%;font-size: .24rem;padding:.15rem;height: auto;line-height: .4rem;}
	.course_five_title p{padding: .15rem;font-size: .26rem;line-height: .48rem;}
	.place_title{font-size: .4rem;}
	.place_warp{padding: .4rem 0;background-size: cover;}
	.place_inner{padding: 0 .15rem;}
	.gz_form_inner_nr{width: 100%;padding:.3rem .15rem;}
	.gz_form_select_nr span{width: 20%;font-size: .26rem;}
	.gz_form_select_nr,.gz_form_div{margin-bottom: .2rem;}
	.gz_form_select select{width: 35%;margin-right: 2%;line-height: .8rem;height: .8rem;font-size: .26rem;}
	.gz_form_div span{width: 20%;font-size: .26rem;}
	.gz_form_div input{width: 72%;line-height: .8rem;height: .8rem;font-size: .26rem;}
	.gz_form_button input{width: 72%;margin-left: 20%;line-height: .8rem;height: .8rem;font-size: .26rem;}
	.offer_warp{padding: .4rem 0;background:#fff;}
	.offer_title{font-size: .4rem;}
	.advert_warp{display: none;}
	.offer-main{display: block;}
	.gz-img{display: none;}
	
	.offer_dl{position: static;width: 100%;height: auto;margin-top:.4rem;padding: .15rem 0;border-radius: .15rem;}
	.offer_dl:first-of-type{background: #3bcbfa;}
	.offer_dl:nth-of-type(2){background: #ea706d;}
	.offer_dl:nth-of-type(3){background: #43d7d2;}
	.offer_dl:nth-of-type(4){background: #e7a05b;}
	.offer_dl:nth-of-type(5){background: #a283e1;}
	.offer_dl dt p{width: 80%;margin: 0 auto;}
	.offer_dl dd{margin-top: .2rem;font-size: .5rem;}
	.offer_dl dt h3{font-size: .28rem;}
	.offer_dl dt span{width: 1.8rem;height: .4rem;line-height: .4rem;font-size: .26rem;}
	.offer_dl dt p{font-size: .26rem;}
	.offer_inner{padding: 0 .4rem;}
	.gz_study_warp{padding: .4rem 0;}
	.gz_study_inner ul li{width: 49%;}
	.gz_study_inner ul li:nth-of-type(2n){margin-right: 0;}
	.gz_study_ul li{margin-bottom: .2rem;}
	.learn_warp{padding: .4rem 0}
	.learn_tab-top{}
	.learn_tab-top{width: 100%;float: none;}
	.learn_tab-top .learn_fl{float: left;width: 33.3%;padding: .15rem;font-size: .26rem;}
	.learn_tab-top li{padding: .5rem .15rem;}
	.learn_tabbox{height:auto;width: 100%;margin-top: 0;}
	.sign_warp{padding: .4rem 0 0 0;}
	.sign_inner{margin-top: .6rem;height: auto;}
	.sign_nr_left{display: none;}
	.sign_nr_right{width: 100%;float: none;}
	.sign_nr_right_title{display: none;}
	.sign_inner{padding: .3rem;}
	.sign_div input,.sign_button input{width: 75%;margin-right: 5%;}
	.learn .learn_boxlist h3{font-size: .28rem;margin-bottom: .15rem;padding-bottom: .15rem;}
	.learn .learn_boxlist p{font-size: .26rem;}
	.yc_banner_btn a{width: 2rem;
    line-height: .5rem;
    height: .5rem;
    font-size: .28rem;}
    .yc_banner_btn{bottom: .5rem;}
	.advantage_warp{padding: .4rem 0;}
	.advantage_title{font-size: .4rem;}
	.advantage_inner{padding: 0 .15rem;}
	.advantage_nr span{margin-bottom: .3rem;width: 2rem!important;height:2rem!important;margin-right:.5rem;font-size: .26rem;line-height: .44rem;}
	.advantage_nr{margin-top: .4rem;}
	.audition_left{width: 100%;float: none;padding: .3rem 0;}
	.audition_inner{padding:.15rem;}
	.audition_left h3{font-size: .4rem;}
	.audition_left h3 i{font-size: .6rem;}
	.audition_left p{font-size: .36rem;margin-top: .2rem}
	.audition_left span{font-size: .36rem;}
	.audition_right{width: 100%;float: none;padding: .3rem 0;height: auto;}
	.form_right_button input{width:70%;margin-left: 0;font-size: .28rem;margin-top: 0}
	.audition_right_t{font-size: .44rem;}
	.audition_right form{margin-top: .3rem;}
	.form_right input{font-size: .28rem;margin-bottom: .2rem;}
	.dongxiao{padding: .4rem 0;}
	.lunbo_dl dt{width:3rem;}
	.lunbo_dl dt img{width: 100%;}
	.lunbo_dl dd{font-size: .26rem;line-height: .48rem;margin: .3rem 0}
	.middle_right_btn a{width: 3rem;line-height: .8rem;height: .8rem;font-size: .28rem;}
	.problem_title, .enroll_title, .warp_title, .point_title h3{font-size: .4rem;}
	.problem_nr span{width: 48%;margin-right: 4%;font-size: .26rem;margin-bottom: .3rem;}
	.problem_warp{padding: .4rem 0;}
	.problem_nr{margin-top: .4rem;}
	.problem_nr span img{width: .26rem;margin-right: .1rem;}
	.problem_nr span:nth-of-type(3n){margin-right: 4%;}
	.problem_nr span:nth-of-type(2n){margin-right: 0;}
	.problem_zx a{width: 2.8rem;height: .8rem;line-height: .8rem;font-size: .26rem;}
	.problem_zx a img{width: .38rem;margin-right: .1rem;}
	.enroll_warp{padding: .4rem 0;}
	.enroll_title a{display: none;}
	.enroll_top{margin-top: .4rem;}
	.enroll_top_l, .enroll_top_r{width: 100%;float: none;background-size: 100%;height: 1.8rem;padding:.2rem .5rem;font-size: .26rem;}
	.enroll_top_l span,.enroll_top_r span{font-size: .4rem;}
	.enroll_bottom_dl{width:100%;margin-right: 0;float: none;height: 4rem;padding-top:.3rem;margin: 0 auto;margin-bottom: .3rem;background-size: 70% 100%;}
	.enroll_bottom_dl:last-child{margin-right: auto;}
	.enroll_bottom{margin-top: .4rem;}
	.enroll_bottom_dl dt{font-size: .28rem;}
	.enroll_bottom_dl dd{margin-top: .3rem;}
	.enroll_bottom_dl dd a{font-size: .26rem;line-height: .6rem;}
	.problem_zx a{margin-top: .3rem;}
	.class_div1 span{font-size: .26rem;}
	.class_div1 .class_span{width: 7%;font-size: .24rem;}
	.such_warp{padding: .4rem 0}
	.such_inner,.class_inner,.enroll_inner{padding: 0 .15rem;}
	.such_inner_ul li{width: 3.4rem;margin-top: 0!important;height:3.4rem;padding:.5rem .2rem;margin-bottom: .3rem;margin-right: .4rem;}
	.such_inner_ul li:nth-of-type(3n){padding:.5rem .2rem}
	.such_inner_ul li:nth-of-type(2n){margin-right: 0;}
	.such_inner_ul li h3{font-size: .28rem;}
	.such_inner_ul li p{font-size: .24rem;line-height: .28rem;}
	.point_title p{font-size: .26rem;}
	.point_left li, .point_right li{height: .8rem;line-height: .8rem;font-size: .22rem;margin-bottom: .3rem;}
	.point_nr{margin-top: .3rem;}
	.point_inner{padding: .15rem;}
	.point_warp{padding: .4rem 0}
	.choice_warp{width: 100%;height: auto;}
	.choice_form{padding:.3rem .3rem .05rem;width: 100%;}
	.form_right1 input,.rz_form_select1 select,.form_textarea{width: 80%;margin-bottom: .3rem;font-size: .26rem;}
	.form_right1_button input{width: 3rem;height: .8rem;line-height: .8rem;font-size: .28rem;margin: .3rem auto;}
	.list_detail_left{width: 100%;float: none;margin-bottom: .3rem;}
	.list_detail_right{width: 100%;float: none;}
	.detail_list_banner_nr h2{font-size: .4rem;}
	.detail_list_banner_nr span{font-size: .34rem;}
	.detail_list_banner_inner{padding-top: .7rem;}
	.detail_list_banner{margin-top: 1rem;height: 3.5rem;padding: 0;background-size:cover;}
	.detail_list_banner_nr a{width:2.6rem;height: .6rem;line-height: .6rem;font-size: .28rem;margin-top: .3rem}
	.crumbs_ul{padding: 0 .15rem;height: .6rem;line-height: .6rem;font-size: .26rem;}
	.crumbs_ul img{width: .22rem;}
	.crumbs_ul li a{font-size: .26rem;}
	.crumbs{padding: .3rem 0;}
	.list_detail{padding: .15rem;}
	.class_zx{margin-left: .2rem;}
	.detail_right_top a{width: 3rem;height: .6rem;line-height: .6rem;font-size: .26rem;margin-bottom: .2rem}
	
	
}

