body {
    min-width: 1300px;
}

/****************************nav******************************/
.nav {
    width: 100%;
    height: 87px;
    display: flex;
}

.navBox {
    width: max-content;
    height: 87px;
    margin: 0 auto;
}

.logo,
.navList,
.login {
    display: inline-block;
    height: 100%;
    line-height: 85px;
}

.logo {
    width: 164px;
    margin-right: 20px;
    cursor: pointer;
}

.logo img {
    width: 164px;
    height: 37px;
}

.navList {
    width: max-content;
}

.navList>ul {
    width: 100%;
    height: 100%;
}

.navList>ul>li {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin: 0 3px;
}

.navList>ul>li a,
.login .loginBtn,
.login .registerBtn {
    padding: 4px 13px;
    font-size: 18px;
    color: #060606;
    line-height: 33px;
}

.navList>ul>li.active,
.navList>ul>li:hover,
.login .loginBtn:hover,
.login .registerBtn:hover {
    border-bottom: 3px solid #fdb529;
    cursor: pointer;
}

.navList>ul>li.active a,
.navList>ul>li:hover a,
.login .loginBtn:hover,
.login .registerBtn:hover {
    color: #01a4eb;
    text-decoration: none;
}

.login {
    text-align: right;
    width: max-content;
    margin-left: 30px;
}

.login .loginBtn,
.login .registerBtn {
    font-size: 16px;
    display: inline-block;
}

/******************登录状态******************/
.login .userName,
.login .userCenter,
.login .userBalance {
    font-size: 16px;
    display: inline-block;
    padding: 4px 0 4px 20px;
    margin: 0 3px;
    color: #01a4eb;
    line-height: 33px;
}

.login .userName {
    padding: 4px 0;
}

.login .userCenter,
.login .userBalance {
    position: relative;
}

.login .userCenter a,
.login .userBalance a {
    color: #01a4eb;
}

.login .userBalanceText {
    cursor: pointer;
}

.balanceLine {
    padding: 0 8px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    height: 30px;
}

.balanceLine .glyphicon {
    margin-left: 5px;
    font-size: 14px;
    line-height: 28px;
}

.balanceLine span {
    float: left;
    display: inline-block;
    line-height: 30px;
}

.recharge {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0 10px;
}

.rechargeLine {
    line-height: 40px;
    font-size: 14px;
}

.rechargeLine .moneyList {
    line-height: 30px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #01a4eb;
    color: #ffffff;
    margin-right: 30px;
    cursor: pointer;
}

.rechargeLine .customNum {
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    padding-left: 5px;
}

/**************登录状态结束*************/

/****************************nav结束******************************/
/****************************banner******************************/
.banner {
    width: 100%;
    height: 587px;
    background: none;
}

/****************************banner结束******************************/
/****************************新闻中心******************************/
.itemBox {
    width: 100%;
    padding: 50px;
}

.itemBox .title {
    width: 1190px;
    margin: 30px auto 20px;
    background: url("../images/FifthImages/index/title1.png") -40px 0;
    height: 40px;
    font-size: 40px;
    color: #0380f4;
    text-align: center;
    line-height: 40px;
}

.newsUl {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
}

.newsUl li {
    display: inline-block;
    width: 365px;
    height: 350px;
    background: #fffdfd;
    -webkit-box-shadow: 8px 10px 20px 0 #a5afb7;
    vertical-align: top;
    -moz-box-shadow: 8px 10px 20px 0 #a5afb7;
    box-shadow: 8px 10px 20px 0 #a5afb7;
}

.newsUl li:nth-child(2) {
    margin: 0 48px;
}

.newsUl li .imgBanner,
.newsUl li .imgBanner img {
    width: 365px;
    height: 205px;
    overflow: hidden;
}

.newsUl li .imgBanner img {
    transition: all 0.5s ease;
}

.newsUl li .imgBanner img:hover {
    transform: scale(1.1);
}

.newsUl li .tit {
    padding: 10px 15px 0;
}

.newsUl li .tit h3 {
    color: #0976e3;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.newsUl li .tit h4 {
    color: #436381;
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
}

/****************************新闻中心结束******************************/
/****************************职教课程结束******************************/
.zjCourse {
    background: #5295d8;
}

.zjCourse .title {
    color: #fff;
    background: url("../images/FifthImages/index/title2.png") -50px 0;
}

.zjCourseUl {
    width: 1265px;
    margin: 0 auto;
    height: 265px;
}

.zjCourseUl li {
    width: 305px;
    height: 265px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.zjCourseUl li .zjCourseBanner,
.zjCourseUl li .zjCourseBanner img {
    width: 305px;
    height: 265px;
}

.zjCourseUl li .con {
    width: 100%;
    height: 265px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 185px;
    color: #fff;
    transition: all 0.4s;
}

.zjCourseUl li .tit {
    line-height: 76px;
    text-align: center;
    font-size: 33px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .7) 1px 1px 1px;
    letter-spacing: 3px;
}

.zjCourseUl li .text {
    font-size: 20px;
    color: #fff;
    padding: 20px;
}

.zjCourseUl li:last-child {
    margin-right: 0;
}

.zjCourseUl li:hover .con {
    top: 0;
}

/****************************职教课程结束******************************/
/****************************就业课程******************************/
.jyCourse {
    background: #e9edee;
}

.jyCourse .title {
    color: #0380f4;
    background: url(../images/FifthImages/index/title1.png) -40px 0;
}

.jyCourseUl li .con {
    background: rgba(3, 111, 193, .9);
    top: 142px;
    height: 513px;
}

/*.jyCourseUl li .tit{
    line-height: 56px;
}*/
.jyCourseUl li .tit2 {
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-shadow: rgba(3, 111, 193, 1) 1px 1px 1px;
    letter-spacing: 3px;
    margin-bottom: 172px;
}

.jyCourseUl li:hover .con {
    top: -223px;
}

.jyCourseUl .inbtn {
    width: 90px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: #059af8;
    box-shadow: #0341d8 2px 2px 5px;
    border-radius: 5px;
}

/****************************就业课程结束******************************/
/****************************岗位课程******************************/
.jobInfo {
    width: 1200px;
    margin: 0 auto;
    height: 610px;
}

.jobInfo>div {
    display: inline-block;
    height: 610px;
    position: relative;
}

.jobInfo .tit {
    width: 100px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.jobInfo .tit span {
    display: block;
    width: 100px;
    position: absolute;
}

.jobInfo .tit span:nth-child(1) {
    color: #769d15;
    top: 170px;
}

.jobInfo .tit span:nth-child(2) {
    color: #cf7b02;
    top: 280px;
}

.jobInfo .tit span:nth-child(3) {
    color: #0679ec;
    top: 440px;
}

.jobBox {
    width: 215px;
    margin-right: 1px;
}

.jobBox:last-child {
    margin-right: 0;
}

.tableDiv {
    display: table;
    width: 215px;
    margin-bottom: 2px;
}

.tableDivText {
    cursor: pointer;
}

.jy {
    background: #f6ffeb;
    height: 121px;
}

.cnJob .jy {
    margin-top: 154px;
}

.kjJob .jy {
    margin-top: 84px;
    height: 140px;
}

.cbkjJob .jy {
    margin-top: 98px;
    height: 150px;
}

.zgkjJob .jy {
    margin-top: 68px;
    height: 160px;
}

.cwjlJob .jy {
    margin-top: 38px;
    height: 170px;
}

.ys {
    background: #fcfaf0;
    height: 155px;
}

.dg {
    background: #eef7ff;
    height: 97px;
}

.kjJob .dg {
    height: 110px;
}

.cbkjJob .dg {
    height: 123px;
}

.zgkjJob .dg {
    height: 143px;
}

.cwjlJob .dg {
    height: 163px;
}

.gw {
    background: #7fbefb;
    height: 78px;
    text-align: center;
    position: relative;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .2) inset, 5px 0 5px #aae4fe inset, 0 -5px 5px rgba(0, 0, 0, .2) inset, 0 5px 5px #aae4fe inset;
}

.gw .sj {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    opacity: .6;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.kjJob .gw {
    background: #62b1fd;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .3) inset, 5px 0 5px #4acdfe inset, 0 -5px 5px rgba(0, 0, 0, .3) inset, 0 5px 5px #4acdfe inset;
}

.cbkjJob .gw {
    background: #3197fc;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .3) inset, 5px 0 5px #4acdfe inset, 0 -5px 5px rgba(0, 0, 0, .3) inset, 0 5px 5px #4acdfe inset;
}

.zgkjJob .gw {
    background: #067aec;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .4) inset, 5px 0 5px #0ac3f7 inset, 0 -5px 5px rgba(0, 0, 0, .4) inset, 0 5px 5px #0ac3f7 inset;
}

.cwjlJob .gw {
    background: #0363c1;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .5) inset, 5px 0 5px #05a7eb inset, 0 -5px 5px rgba(0, 0, 0, .5) inset, 0 5px 5px #05a7eb inset;
}

.gw:hover,
.kjJob .gw:hover,
.cbkjJob .gw:hover,
.zgkjJob .gw:hover,
.cwjlJob .gw:hover {
    background: #fb8f05;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .3) inset, 5px 0 5px #fdc507 inset, 0 -5px 5px rgba(0, 0, 0, .3) inset, 0 5px 5px #fdc507 inset;
}

.tableDivText {
    vertical-align: middle;
    display: table-cell;
}

.tableDivText span {
    font-size: 15px;
    line-height: 24px;
    color: #192201;
    letter-spacing: 2px;
    margin: 0 auto;
}

.ys span {
    color: #3d2d02;
}

.dg span {
    color: #010f1d;
}

.gw span {
    font-size: 25px;
    font-weight: 800;
    line-height: 78px;
    color: #fff;
}

.title1 {
    width: 1190px;
    margin: 70px auto 40px;
    height: 40px;
    letter-spacing: 4px;
    font-size: 30px;
    color: #0380f4;
    text-align: center;
    line-height: 40px;
}

.gwCourse .newsUl li {
    position: relative;
}

.gwCourse .newsUl li .imgBanner,
.gwCourse .newsUl li .imgBanner img {
    height: 222px;
}

.gwCourse .newsUl li .tit {
    width: 100%;
    height: 76px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 146px;
    font-size: 20px;
    line-height: 30px;
    color: #f9ac45;
    letter-spacing: 3px;
}

.gwCourse .newsUl li .text {
    width: 100%;
    height: 125px;
    padding: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #1f0d01;
}

/****************************岗位课程结束******************************/
/****************************实力结束******************************/
.power {
    width: 100%;
    height: auto;
    background: #65aaba;
    padding: 50px 0;
}

.power .title1 {
    color: #fff;
    margin: 0 auto 60px;
}

.powerUl {
    width: 100%;
    height: 345px;
    background: #e8fbff;
}

.powerUl ul {
    width: 1200px;
    height: 345px;
    margin: 0 auto;
}

.powerUl ul li {
    padding: 80px 5px;
    width: 230px;
    height: 345px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.powerUl ul li:last-child {
    margin-right: 0;
}

.powerUl ul li .powerLogo {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: #f9f9f9;
    box-shadow: 2px 5px 6px 0 #121212;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.powerLogo img {
    display: inline-block;
}

.powerUl ul li .powerInfo {
    width: 230px;
    height: 235px;
    border-radius: 5px;
    border: 2px solid #f5d279;
    background: rgba(50, 119, 166, .8);
    padding: 30px 15px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: -10px;
    left: 5px;
    letter-spacing: 1px;
    transition: all 0.4s;
    -moz-transform: scale(.1);
    -webkit-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
}

.powerUl ul li .powerTit {
    margin-top: 30px;
    text-align: center;
    color: #011629;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
}

.powerUl ul li:hover .powerInfo {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/****************************实力结束******************************/
/****************************学员评价******************************/
.stuEvaluation .stuEval {
    width: 1200px;
    height: 817px;
    margin: 0 auto;
}

.xyInfo {
    display: inline-block;
    overflow: hidden;
    width: 490px;
    height: 817px;
    margin: 0 50px;
    padding: 0 36px;
    background: #bfd1e1;
    border: 1px solid #fede7c;
    border-radius: 8px;

}

@keyframes marquee {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1100px); // 每行高50
    }
}

@keyframes marquee1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-600px); // 每行高50
    }
}

.xyInfo li {
    -moz-animation: marquee1 10s linear infinite;
    -webkit-animation: marquee1 10s linear infinite;
    -o-animation: marquee1 10s linear infinite;
    animation: marquee1 10s linear infinite;
}

.pjInfo li {
    -moz-animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    -o-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
}

.xyInfo li {
    width: 100%;
    height: 242px;
    margin-bottom: 20px;
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, .2);
    background: #fff;
}

.xyInfo li img {
    width: 100%;
    height: 242px;
}

.pjInfo li {
    padding: 20px;
}

.pjInfo li .name {
    font-size: 25px;
    color: #1589f5;
    font-weight: 600;
    letter-spacing: 2px;
}

.pjInfo li .content {
    font-size: 18px;
    color: #010c17;
    letter-spacing: 1px;
}

/****************************学员评价结束******************************/
/****************************合作院校******************************/
.cooperation {
    background: #043c75;
}

.cooperation .title1 {
    color: #fff;
    margin: 0 auto 30px;
    font-size: 36px;
    line-height: 50px;
    height: 100px;
}

.schoolUl {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
}

.schoolUl li {
    width: 389px;
    height: 140px;
    background: #fff;
    border: 1px dotted #ec6941;
    display: inline-block;
    margin: 0 12px 12px 0;
    text-align: center;
    vertical-align: middle;
}

.schoolUl li:nth-child(3),
.schoolUl li:nth-child(6),
.schoolUl li:nth-child(9) {
    margin: 0 0 14px 0;
}

.schoolUl li img {
    display: inline-block;
    width: 387px;
    height: 138px;
}

/****************************合作院校结束******************************/
/****************************foot******************************/
.foot {
    background: #f2f2f2;
    padding-bottom: 100px;
}

.contact {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    padding: 20px 0;
}

.contact .yxyInfo,
.contact .addr {
    width: 48%;
    height: 450px;
    float: left;
}

.contact .yxyInfo {
    margin-right: 1%;
}

.yxyLogo {
    width: 156px;
    height: 36px;
}

.yxyText {
    margin: 20px 0;
    width: 440px;
    font-size: 14px;
    color: #7f7d7d;
    text-indent: 2rem;
}

.yxyEwm {
    width: 192px;
    height: 192px;
    margin: 0 0 20px 100px;
    background: #fff;
    border: 1px solid #c3c1c1;
    padding: 12px;
}

.yxyTel {
    width: 470px;
    height: 70px;
}

.map {
    width: 535px;
    height: 395px;
    border: 1px solid #c5c3c3;
    margin: 10px auto 0;
}

.addrText {
    width: 535px;
    margin: 10px auto 0;
    font-size: 21px;
    color: #484a4b;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.addrText img {
    display: inline-block;
    margin-right: 10px;
}

.bq {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #031930;
    margin-top: 50px;
}

.bq>i {
    display: inline-block;
    height: 20px;
    width: 1px;
    margin: 0 37px;
    background: #b6b5b4;
}

.foot .friendFifth {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #0067c8;
    margin: 60px 0;
    letter-spacing: 2px;
}

.foot .friendHref {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.foot .friendHref li {
    display: inline-block;
    width: 24%;
    font-size: 16px;
    color: #021629;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
}

.foot .friendHref li:hover a {
    color: #0067c8;
}

.foot .friendHref li a:visited,
.foot .friendHref li a {
    color: #021629;
}

/****************************foot结束******************************/


/******************************新闻 考试 就业详情特殊样式******************************************/
.newsBody .navBox,
.exam .navBox,
.jiuyedetail .navBox,
.caishuiDetailed .navBox,
.signUp .navBox,
.signUpDetailed .navBox,
.payBody .navBox,
.personalCenter .navBox {
    border-bottom: 4px solid #0067c8;
}