body {
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "\5b8b\4f53", arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #333;
    min-width: 1200px;
    background: #f6f6f8;
}

p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul, li, ol {
    list-style-type: none;
}

i, em, address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #333;
    -moz-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

a:hover {
    text-decoration: none;
}

input, textarea, a, a:hover {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.hide {
    display: none;
}

.TitleIcon {
    text-align: center;
}

.TitleIcon span {
    font-size: 36px;
    color: #333333;
    display: inline-block;
    padding: 0 45px;
}

.TitleIconL {
    display: inline-block;
    width: 114px;
    height: 27px;
    background: url(../../image/theme5/titLeft.png) center center no-repeat;
}

.TitleIconR {
    display: inline-block;
    width: 114px;
    height: 27px;
    background: url(../../image/theme5/titRight.png) center center no-repeat;
}


.loginMod {
    margin-top: 20px;
}

.loginModLeft {
}

.loginModLeftMod1, .loginModLeftMod2 {
    background-color: #ffffff;
    border-radius: 3px;
    width: 800px;
    overflow: hidden;
    padding-bottom: 10px;
}

.loginModLeftTop {
    padding-top: 20px;
    line-height: 1;
}

.title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.title i {
    width: 3px;
    height: 20px;
    background-color: #07bdc7;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 15px;
}

.videoPlaydemo {
    margin-right: 20px;
}

.videoPlaydemo a {
    font-size: 16px;
    color: #333333;
    background: url(../../image/theme5/sp.png) 15px 10px no-repeat #F8F9FF;
    padding: 5px 10px 5px 40px;
    border-radius: 40px;
}

.videoPlaydemo a:hover {
    background-color: #f0f8ff;
}

.processListIcon {
    text-align: center;
}

.processList {
    height: 95px;
    margin-left: 27px;
    margin-top: 30px;
}

.processListIcon p {
    width: 65px;
    font-size: 13px!important;
    color: #333333;
    padding-top: 10px;
}

.processLine {
    height: 62px;
    background: url(../../image/theme5/line.png) center center no-repeat;
    margin: 0 9px;
}

.jxjyInfoTab {
    margin-left: 20px;
    height: 225px;
}

.trainDesContent {
    height: 225px;
}

.jxjyInfoTab li {
    width: 158px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 3px;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.jxjyInfoTab li label {
    font-size: 16px;
    color: #cacaca;
    display: inline-block;
    padding: 0 20px 0 12px;
    float: left;
}

.jxjyInfoTab li i {
    display: inline-block;
    height: 35px;
    width: 7px;;
    background: url(../../image/theme5/j1.png) center center no-repeat;
    float: left;
    margin-left: 20px;
}

.jxjyInfoTab li span {
    float: left;
}

.jxjyInfoTab li span:hover {
    color: #07bdc7;
}

.jxjyInfoTab li.on span:hover {
    color: #ffffff;
}

.jxjyInfoTab li.on {
    background-color: #07bdc7;
    color: #ffffff;
}

.jxjyInfoTab li.on label {
    color: #ffffff;
}

.jxjyInfoTab li.on i {
    background: url(../../image/theme5/j2.png) center center no-repeat;
}

.jxjyInfoCon {
    width: 760px;
    height: 225px;
    background-color: #f7f9fb;
    padding: 10px 0 20px 0;
    margin: 30px auto 0;
}

.jxjyInfoBox {
    width: 485px;
    margin-left: 60px;
    padding-top: 10px;
}

.jxjyInfoBox p {
    font-size: 16px;
    color: #333333;
    padding-top: 30px;
}

.jxjyInfoBox p strong {
    font-weight: bold;
}

.jxjyInfoBox p span {
    font-weight: bold;
    color: #fd7400;
}

.loginModLeftMod2 {
    margin-top: 20px;
}

.toolList ul {
    padding-top: 10px;
}

.toolList li {
    float: left;
    width: 82px;
    text-align: center;
    margin-left: 46px;
    position: relative;
}

.toolList a {
    display: inline-block;
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.toolList li .toolIcon a:hover {
    margin-top: -4px;
}

.toolList a img {
    display: inline-block;
    width: 82px;
    height: 82px;
}

.toolList li p {
    color: #333333;
    font-size: 16px;
    line-height: 1;
}

.toolList {
    margin-top: 10px;
    padding-bottom: 8px;
    overflow: hidden;
}

.loginModLeftMod2 {
    height: 180px;
}

.loginCon {
    width: 380px;
    height: 202px;
    background-color: #ffffff;
    border-radius: 3px;
}

.loginHeadPic {
    padding: 25px 0 12px 0;
    text-align: center
}

.userInfo p {
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding: 15px 0 0 15px;
}

.userInfo a {
    color: #07bdc7;
}

.userInfo a:hover {
    font-weight: bold;
}

.loginModBth {
    text-align: center
}

.loginModBth .loginLInk1 {
    display: inline-block;
    width: 100px;
    height: 32px;
    background-color: #07bdc7;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

.loginModBth .loginLInk2 {
    display: inline-block;
    width: 100px;
    height: 32px;
    background-color: #ff821d;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin: 0 5px;
}

.loginModBth .loginLInk3 {
    display: inline-block;
    width: 98px;
    height: 30px;
    background-color: #f0f8ff;
    border-radius: 40px;
    color: #07bdc7;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #07bdc7;
}

.loginModBth .loginLInk4 {
    display: inline-block;
    width: 128px;
    height: 40px;
    background-color: #07bdc7;
    border-radius: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #07bdc7;
    margin: 0 8px;
}

.loginModBth .loginLInk5 {
    display: inline-block;
    width: 128px;
    height: 40px;
    background-color: #f0f8ff;
    border-radius: 40px;
    color: #07bdc7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #07bdc7;
    margin: 0 8px;
}

.loginModBth .loginLInk1:hover {
    background-color: #01b2bc;
}

.loginModBth .loginLInk2:hover {
    background-color: #ff7403;
}

.loginModBth .loginLInk3:hover {
    background-color: #dcf5fa;
}

.loginModBth .loginLInk4:hover {
    background-color: #07bdc7;
}

.loginModBth .loginLInk5:hover {
    background-color: #dcf5fa;
}

.loginModbot {
    margin: 15px 30px 0 30px;
    line-height: 22px;
}

.loginModbot p {
    font-size: 14px;
    color: #666666;
}

.loginModbot .sjicon img {
    cursor: pointer;
}

.sjicon {
    margin-left: 8px;
}

.loginModbot a {
    display: inline-block;
    color: #999999;
    background-color: #f2f4f8;
    padding: 0px 10px;
    border-radius: 40px;
    margin-left: 8px;
}

.loginModbot a:hover {
    background-color: #fff4eb;
    color: #fd7400;
}

.loginModbot a:hover .appiconPic {
    display: block;
}

.loginModbot .appiconPic {
    margin-left: -38px;
    left: 15%;
}

.appBth {
    position: absolute;
    bottom: 0;
    right: 0;
}

.loginModDownAPP {
    height: 34px;
    background-color: #fff4eb;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.loginModDownAPP a {
    color: #fd7400;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    width: 100%;
}

.loginModDownAPP a:hover .appiconPic {
    display: block;
}

.loginModDownAPP img {
    display: inline-block;
    margin-top: 9px;
}

.loginout {
    color: #999999;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.loginout:hover {
    color: #07bdc7;
}

.appiconPic {
    width: 152px;
    height: 176px;
    background: url(../../image/theme5/downapp.png) center center no-repeat;
    position: absolute;
    left: 50%;
    bottom: -173px;
    z-index: 999;
    margin-left: -76px;
}

.appiconPic p {
    color: #666666;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 128px;
}

.MapRightTitle {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 18px;
}

.moreLink {
    margin-top: 11px;
}

.moreLink a {
    font-size: 12px;
    color: #999999;
    background: url(../../image/theme5/more.png) right center no-repeat;
    display: inline-block;
    padding-right: 15px;
}

.moreLink a:hover {
    background: url(../../image/theme5/moreLink.png) right center no-repeat;
    color: #07bdc7;
}

.tzggCon {
    width: 340px;
    height: 209px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0 20px;
}

.consultCon {
    height: 180px
}

.consultCon h2 {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-top: 15px;
}

.consultCon h2 a:hover {
    color: #07bdc7;
}

.jjicon {
    display: inline-block;
    border: 1px solid #fd7400;
    border-radius: 3px;
    background-color: #ff9c3d;
    font-size: 12px;
    color: #ffffff;
    padding: 0 3px;
    margin-right: 6px;
}

.consultCon li {
    padding-top: 15px;
    width: 325px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.consultCon li a {
    font-size: 14px;
    color: #333333;
}

.consultCon li a:hover {
    color: #07bdc7;
}

.kpicon {
    font-size: 12px;
    color: #ffffff;
    padding: 0 3px;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #07bdc7;
    border-radius: 3px;
    background-color: #dcf5fa;
}

.countdownBgMod {
    width: 340px;
    height: 164px;
    background: url(../../image/theme5/djsbg.png) center center no-repeat;
    margin-top: 20px;
}

.no-countdownBgMod {
    width: 340px;
    height: 164px;
    margin-top: 20px;
}

.countdownBgModIcon {
    margin-left: 25px;
    margin-top: 44px;
}

.countdownBgModInfo p {
    font-size: 20px;
    line-height: 26px;
    padding-top: 25px;
}

.countdownBgModInfo {
    width: 240px;
    text-align: center;
}

.countdownNum {
    margin-top: 15px;
}

.countdownNum span {
    display: inline-block;
    width: 38px;
    height: 47px;
    background: url(../../image/theme5/databg.png) center center no-repeat;
    line-height: 47px;
    font-size: 32px;
    color: #ffffff;
    margin-right: 5px;
}

.countdownNum label {
    font-size: 24px;
    color: #333333;
}

.countdownNum .timespan {
    display: inline-block;
    width: 53px;
    height: 57px;
    background: url(../../image/theme5/databg1.png) center center no-repeat;
    line-height: normal;
}

.countdownNum .timespan label {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
}

.countdownNum .timespan i {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 6px;
    display: inline-block;
}


.adBanner {
    margin-top: 30px;
}

.adBannerCon img {
    width: 1200px;
    height: 120px;
}

.column-head {
    background: #fff;
    font-size: 14px;
    color: #333;
}

.column-head input {
    outline: 0;
}

.column-head a {
    color: #333;
}

.column-head .layout {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.column-head .logo {
    margin: 9px 20px 0 0;
    float: left;
}

.column-head .logo img {
    display: block;
}

.column-head .logo span {
    width: 150px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding-left: 3px;
    *padding-left: 0;
    letter-spacing: 3px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 3px;
    border-top: 1px solid #dedede;
}

.column-head .logo a {
    display: block;
}

.column-head .logo a:hover {
    text-decoration: none;
}

.column-head .slogo-mod {
    margin-top: 10px;
    float: left;
}

.column-head .column-app-download {
    height: 48px;
    float: right;
    margin: 22px 0 0 30px;
    position: relative;
    z-index: 75;
}

.column-head .column-app-download em {
    line-height: 36px;
    display: inline-block;
    padding-left: 22px;
    cursor: pointer;
}

.column-head .column-app-download .column-app-download-layer, .column-head .column-login-after-layer {
    width: 98px;
    padding: 16px 16px 0;
    background: #fff;
    border: 1px solid #f6f6f6;
    position: absolute;
    right: 0;
    top: 48px;
    line-height: 34px;
    text-align: center;
    color: #666;
    -webkit-box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
    -moz-box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
    box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

.column-head .column-app-download .column-app-download-layer {
    width: 332px;
    padding: 10px 0;
    font-size: 12px;
    color: #666;
    left: 50%;
    margin-left: -167px;
}

.column-head .column-app-download .column-app-ewm {
    width: 112px;
    line-height: 16px;
    text-align: center;
}

.column-head .column-app-download .column-app-ewm img {
    display: block;
    margin: 0 auto 4px;
}

.column-head .column-app-download .column-app-info {
    height: 115px;
    padding: 13px 0 0 12px;
    margin-left: 113px;
    line-height: 24px;
    border-left: 1px solid #f2f2f2;
    text-align: left;
}

.column-head .column-app-download .column-app-info a {
    color: #07bdc7;
}

.column-head .column-loginRegister {
    float: right;
    margin-top: 22px;
    margin-left: 30px;
}

.column-head .column-loginRegister .column-login-before {
    line-height: 36px;
    font-size: 0;
}

.column-head .column-loginRegister .column-login-before a {
    font-size: 16px;
}

.column-head .column-loginRegister .column-login-before i {
    width: 0;
    height: 14px;
    margin: 0 6px;
    border-left: 1px solid #dcdcdc;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
}

.column-head .column-loginRegister .column-login-before .column-login {
    color: #07bdc7;
}

.column-head .column-login-after {
    height: 50px;
    padding-right: 16px;
    position: relative;
    z-index: 500;
    display: none;
}

.column-head .column-login-after .userAvatar, .column-head .column-login-after-layer .column-layer-userAvatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.column-head .column-login-after .userAvatar i, .column-head .column-login-after-layer .column-layer-userAvatar i {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(/images/common/column/column-loginRegister-shade.png) no-repeat;
}

.column-head .column-login-after .triangle-icon {
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 16px;
    background-position: left -232px;
}

.column-head .column-login-after .column-kf-login {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 12px;
    white-space: nowrap;
    color: #666;
}

.column-head .column-login-after-layer {
    width: 226px;
    padding: 0;
    top: 48px;
    text-align: left;
}

.column-head .column-login-after-layer .column-userSun {
    min-height: 50px;
    padding: 24px 0 15px 20px;
}

.column-head .column-login-after-layer .column-layer-userAvatar {
    width: 50px;
    height: 50px;
    float: left;
}

.column-head .column-login-after-layer .column-layer-userAvatar i {
    background-position: left -40px;
}

.column-head .column-login-after-layer .column-userSun ul {
    margin-left: 63px;
    padding-top: 8px;
}

.column-head .column-login-after-layer .column-userSun ul li {
    line-height: 28px;
}

.column-head .column-login-after-layer .column-my-tool {
    line-height: 30px;
    padding: 0 0 12px 20px;
    font-size: 0;
}

.column-head .column-login-after-layer .column-my-tool a {
    padding-left: 26px;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    background-position: left -252px;
}

.column-head .column-login-after-layer .column-my-tool .column-my-info {
    background-position: left -302px;
}

.column-head .column-login-after-layer .column-my-tool a:hover {
    text-decoration: none;
    color: #07bdc7;
}

.column-head .column-login-after-layer .column-logout {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.column-head .column-login-after-layer .column-logout:hover {
    color: #333;
}

.column-kuaisou-mod {
    width: 230px;
    margin: 22px 0 0 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    float: right;
}

.column-kuaisou-mod form {
    width: auto;
    height: 34px;
}

.column-kuaisou-mod .search-bd {
    width: 153px;
    height: 34px;
    padding: 0 7px 0 20px;
    position: relative;
    z-index: 5;
    background: url(/images/common/column/kuaisou-line.png) no-repeat right center;
}

.column-kuaisou-mod .search-bd #searchShow {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 7px 0;
    *padding: 6px 0;
    background: #fff;
    color: #333;
    border: 0 none;
    vertical-align: top;
    font-size: 14px;
}

.column-kuaisou-mod .search-bd label {
    width: 153px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px 0 20px;
    line-height: 34px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
}

.column-kuaisou-mod .searchBtn {
    width: 50px;
    height: 34px;
    line-height: 340px;
    overflow: hidden;
    cursor: pointer;
    border: 0 none;
    color: #fff;
    background-position: 16px -60px;
}

.column-kuaisou-mod .searchBtn:hover, .column-head .column-top-cart a:hover, .column-head .column-top-notice a:hover, .column-head .column-login-after:hover .userAvatar, .column-head .column-login-after:hover .triangle-icon {
    opacity: .7;
    filter: alpha(opacity=70);
}

.column-head .column-tel, .column-head .column-tenet {
    line-height: 60px;
    float: right;
    margin-top: 10px;
}

.column-head .column-tenet {
    display: none;
}

.column-head .column-top-cart, .column-head .column-top-notice {
    width: 23px;
    float: right;
    margin: 19px 0 0 30px;
    position: relative;
    z-index: 1;
}

.column-head .column-top-cart a, .column-head .column-top-notice a {
    display: block;
    height: 32px;
    background-position: left -100px;
}

.column-head .column-top-cart i, .column-head .column-top-notice i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -12px;
    background-position: left -200px;
    display: none;
}

.column-head .column-top-notice a {
    background-position: left -142px;
}

.column-head .column-top-notice i {
    right: -8px;
}

.column-head .column-name {
    float: left;
    font-size: 22px;
    color: #07bdc7;
    font-weight: normal;
    line-height: 80px;
    margin-right: 12px;
}

.column-head .column-name a {
    color: #07bdc7;
}

.column-head .column-addTeacher {
    width: 135px;
    margin: 18px 0 0 18px;
    float: left;
}

.column-head .column-addTeacher a {
    height: 43px;
    line-height: 430px;
    overflow: hidden;
    display: block;
    background: url(/images/common/column/column-addTeacher.png) no-repeat
}

.yearPc {
    padding: 18px 25px 0 0;
}

.nav-main li {
    float: left;
    line-height: 73px;
    margin-right: 40px;
}

.nav-main li a {
    color: #333333;
    font-size: 16px;
}

.nav-main li a:hover {
    font-weight: bold;
}

.nav-main {
    margin-right: -40px;
}


.couseLisyMod {
    margin-top: 55px;
}

.couseTab {
    background-color: #ffffff;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

.couseTab li {
    width: 180px;
    text-align: center;
    cursor: pointer;
}

.couseTab li {
    color: #666666;
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;
}

.couseTab li.on {
    color: #07bdc7;
    font-weight: bold;
    font-size: 20px;
}

.couseTab li.on i {
    display: inline-block;
    width: 32px;
    height: 4px;
    background-color: #07bdc7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

.advancedExamMod .couseTab li.on {
    color: #07bdc7;
    font-weight: bold;
    font-size: 20px;
}

.couseBox {
    position: relative;
}

.couseBoxLeft {
    width: 595px;
    position: relative;
    background: url(/images/jxjy/teacherBg.png) center center no-repeat;
    height: 310px;
}

.couseBoxLeft img {
    position: absolute;
    bottom: 0;
    left: 55px;
}

.couseBoxCon, .couseBox, .couseBoxCon .tempWrap {
    width: 1200px;
    overflow: hidden;
}

.couseLisyMod .couseBox {
    height: 380px;
    overflow: hidden;
}

.circleContit {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.couseBox li {
    background-color: #ffffff;
    margin-top: 20px;
    padding: 25px;
    border-radius: 5px;
}

.teacherInfo {
    width: 275px;
    height: 310px;
    position: absolute;
    top: 35px;
    right: 30px;
}

.teacherInfo h2 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.teacherInfo p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.teacherInfo h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
}

.teacherInfo h3 i {
    display: inline-block;
    width: 3px;
    height: 13px;
    background-color: #07bdc7;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.couseBoxRight {
    width: 552px;
    height: 310px;;
    background: url(/images/jxjy/cousebg.png) center center no-repeat;
    text-align: center;
}

.couseBoxRight p {
    font-size: 22px;
    color: #2d415b;
}

.couseBoxRight h2 {
    color: #2d415b;
    font-size: 34px;
    font-weight: bold;
    padding-top: 60px;
}

.couseBoxBth a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: 154px;
    height: 49px;
    border-radius: 40px;
    background: #07bdc7;
    background: linear-gradient(to right, #07bdc7 0%, #1cd1db 100%);
    text-align: center;
    line-height: 49px;
}

.couseBoxBth a:hover {
    box-shadow: 0px 4px 5px 0px #c7d1f1;
}

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

.couseBoxBth a i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/images/jxjy/playBth.png) center center no-repeat;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
}

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

.moreCouse a {
    display: inline-block;
    width: 168px;
    height: 36px;
    border: 1px solid #999999;
    color: #898989;
    text-align: center;
    border-radius: 40px;
    background-color: #ffffff;
    line-height: 36px;
    font-size: 18px;
}

.moreCouse a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/jxjy/moreCouse.png) center center no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 10px;
}

.moreCouse a:hover {
    color: #07bdc7;
    border-color: #07bdc7;
}

.moreCouse a:hover i {
    background: url(/images/jxjy/jt1.png) right center no-repeat;
}

.advancedExamMod .TitleIcon {
    margin-top: 55px;
}

.dvancedExamCon {
    margin-top: 20px;
}

.fs-mid {
    width: 580px;
    height: 388px;
    background-color: #ffffff;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-left: 20px;
}

.fs-mid-con {
    margin: 20px;
}

.circletitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.circletitle h2 {
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.circletitle a {
    font-size: 12px;
    color: #999999;
    background: url(../../image/theme5/more.png) right center no-repeat;
    display: inline-block;
    padding-right: 15px;
    line-height: 30px;
}

.circletitle a:hover {
    background: url(../../image/theme5/moreLink.png) right center no-repeat;
    color: #07bdc7;
}

.circleCon ul {
    margin-left: -20px;
}

.circleCon li {
    width: 260px;
    margin-top: 30px;
    float: left;
    margin-left: 20px;
}

.circleCon li .circleContit a {
    font-size: 14.2px;
    color: #333333;
}

.circleCon li .circleContit a:hover, .circleConLink a:hover {
    color: #07bdc7;
}

.circleConll {
    color: #999999;
    font-size: 12px;
    background: url(../../image/theme5/ll.png) left center no-repeat;
    padding-left: 25px;
}

.circleConhf {
    color: #999999;
    font-size: 12px;
    background: url(../../image/theme5/hf.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 20px;
}

.circleConLink {
    padding-top: 6px;
}

.circlebot {
    margin-top: 37px;
}

.circlebot a {
    font-size: 16px;
    color: #07bdc7;
    font-weight: bold;
    border-radius: 40px;
    background-color: #dcf5fa;
    display: inline-block;
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.circlebot a i {
    display: inline-block;
    background: url(//www.chinaacc.com/images/jxjy/ft.png) left center no-repeat;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.fs-right {
    width: 330px;
    height: 388px;
    background-color: #ffffff;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-left: 20px;
}

.fs-right-con {
    margin: 20px;
}

.fs-right .circletitle {
    padding-top: 20px;
}

.liveIcon .liveing {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(//www.chinaacc.com/images/jxjy/zb.png) center center no-repeat;
}

.liveInfo {
    margin-left: 10px;
}

.liveInfo h2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.liveing .liveInfo h2 i {
    display: inline-block;
    font-size: 12px;
    color: #fd7400;
    background: url(//www.chinaacc.com/images/jxjy/live.png) 45px center no-repeat #fff4eb;
    border-radius: 3px;
    padding: 0 22px 0 5px;
    margin-left: 12px;
}

.liveing .liveInfo h2 i {
}

.liveInfoP1 {
    color: #999999;
    font-size: 12px;
}

.liveInfoP2 {
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}

.fs-right-con ul li {
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px dashed #edebeb;
    position: relative;
}

.liveing .liveIcon .liveLinkIcon {
    display: inline-block;
    width: 46px;
    height: 60px;
    background: url(//www.chinaacc.com/images/jxjy/zb.png) center center no-repeat;
}

.Waiting .liveIcon .liveLinkIcon {
    display: inline-block;
    width: 46px;
    height: 60px;
    background: url(../../image/theme5/yy.png) center center no-repeat;
}

.liveend .liveIcon .liveLinkIcon {
    display: inline-block;
    width: 46px;
    height: 60px;
    background: url(//www.chinaacc.com/images/jxjy/endLive.png) center center no-repeat;
}

.liveLinkIcon {
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.liveLinkIcon:hover {
    margin-top: -4px;
}

.fs-right-con ul li .liveBath:hover {
    color: #07bdc7;
}

.liveInfo i {
    display: inline-block;
    font-size: 12px;
    color: #fd7400;
    background-color: #f0f1f3;
    color: #aeaeb7;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 12px;
}

.signUpCon {
    height: 80px;
    margin-top: 20px;
}

.signUpCon p {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
}

.signUpCon a {
    display: block;
    width: 140px;
    height: 43px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background: #fed043;
    background: linear-gradient(to right, #fed043 0%, #ff9612 100%);
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 75px;
}

.workplaceCon {
    margin-top: 30px;
}

.workplaceConLeft {
    width: 250px;
    height: 387px;
    background-color: #ffffff;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.workplaceConLeft li a {
    display: inline-block;
    height: 46px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    background: url(../../image/theme5/go.png) 156px 3px no-repeat #f8f9fc;
}

.workplaceConLeft li a {
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.workplaceConLeft li a:hover {
    background: url(../../image/theme5/go.png) 156px 0px no-repeat #f8f9fc;
}

/* .workplaceConLeft li a:hover{background-color: #e2f1ff;} */
.workplaceConLeft li {
    margin-top: 12px;
    height: 43px;
}

.workplaceConLeft ul {
    padding-top: 13px;
}

.workplaceLc {
    margin: 20px;
}

.workplaceTitle {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.workplaceTitle h2 {
    font-size: 20px;
    font-weight: bold;
}

.workplaceConLeft li i, .workplaceConLeft li span {
    float: left;
}

.workplaceConLeft li .cnicon {
    background: url(../../image/theme5/cncp.png) left bottom no-repeat;
    display: inline-block;
    width: 33px;
    height: 100%;
    margin: 0 20px 0 15px;
}

.workplaceConLeft li .sjicon {
    background: url(../../image/theme5/sjcp.png) left bottom no-repeat;
    display: inline-block;
    width: 33px;
    height: 100%;
    margin: 0 20px 0 15px;
}

.workplaceConLeft li .kjicon {
    background: url(../../image/theme5/kjcp.png) left bottom no-repeat;
    display: inline-block;
    width: 33px;
    height: 100%;
    margin: 0 20px 0 15px;
}

.workplaceConLeft li .swicon {
    background: url(../../image/theme5/swcp.png) left bottom no-repeat;
    display: inline-block;
    width: 33px;
    height: 100%;
    margin: 0 20px 0 15px;
}

.workplaceConLeft li .cwicon {
    background: url(../../image/theme5/cwzg.png) left bottom no-repeat;
    display: inline-block;
    width: 33px;
    height: 100%;
    margin: 0 20px 0 15px;
}

.workplaceConMid {
    width: 580px;
    height: 387px;
    background-color: #ffffff;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

.workplaceMc {
    margin: 20px;
}

.workplaceInfo {
    width: 470px;
}

.positionInfo {
    padding-bottom: 5px;
}

.positionInfo h2 {
    font-size: 16px;
    color: #07bdc7;
    font-weight: normal;
    float: left;
    max-width: 150px;
    *width: expression(this.offsetWidth < 150 ? 'auto' : '150px');
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.positionTig {
    margin-left: 10px;
    margin-top: 2px;
}

.positionTig i {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    background-color: #f8f9fc;
    border-radius: 3px;
    padding: 0 3px;
    margin-right: 8px;
}

.positionInfo p {
    font-size: 16px;
    color: #fd7400;
    margin-right: 10px;
}

.companyName p {
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-right: 10px;
    text-align: left;
}

.companyNametext {
    width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.companyName .fr {
    text-align: right;
    color: #999999;
}

.workplaceBth {
    margin-top: 10px;
}

.workplaceBth a {
    display: inline-block;
    background-color: #07bdc7;
    color: #ffffff;
    font-size: 14px;
    border-radius: 40px;
    width: 64px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.workplaceBth a:hover {
    background-color: #01b2bc;
}

.workplaceConMid ul {
    margin-top: 20px;
}

.workplaceConMid ul li {
    margin-bottom: 26px;
    overflow: hidden;
}

.workplaceConMid ul li:last-child {
    margin-bottom: 0;
}

.workplaceConRight {
    width: 330px;
    background-color: #ffffff;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

.workplaceRiBg {
    width: 290px;
    height: 278px;
    background: url(../../image/theme5/bg.png) left center no-repeat;
    margin-top: 25px;
}

.workplaceRiBgCon {
    padding: 50px 0 0 25px;
}

.workplaceRiBgP1 {
    font-size: 20px;
    color: #2d415b;
}

.workplaceRiBgP2 {
    font-size: 14px;
    color: #7d8ea2;
    padding-top: 10px;
}

.workplaceRiBgCon a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    width: 138px;
    height: 35px;
    font-weight: bold;
    border-radius: 40px;
    line-height: 35px;
    background: url(/images/jxjy/jt2.png) 125px center no-repeat #435c7b;
    padding-left: 18px;
    margin-top: 26px;
}

.workplaceRiBgCon a:hover {
    background-color: #59708e;
}

.enterpriseMod .layout {
    background-color: #ffffff;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.enterpriseMod .circletitle {
    border: none;
}

.enterpriseMod li {
    float: left;
    margin-right: 37px;
}

.enterpriseMod li {

    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.enterpriseMod li:hover {
    margin-top: -5px;
}

/* .enterpriseMod li:last-child{margin-right: 0;} */
.enterpriseMod ul {
    margin-right: -37px;
    *display: inline;
    *zoom: 1;
}

.enterpriseMoCon {
    padding: 30px;
}

.enterpriseMod {
    margin-top: 20px;
}

.understandMod {
    padding: 55px 0 0px 0;
}

.understandMod {
    background: url(../../image/theme5/modBg1.png) center top no-repeat #fbfcfd;
}

.understandTab li {
    float: left;
    width: 179px;
    height: 45px;
    border-radius: 40px;
    background-color: #eeeeee;
    border-radius: 40px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 45px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.understandTab li.on {
    background: linear-gradient(to right, #fed043 0%, #ff9612 100%);
    color: #ffffff;
    font-weight: bold;
    background-color: #ff9612;
}

.understandTab {
    width: 438px;
    margin: 30px auto 0;
}

.understandPaly {
    width: 750px;
    height: 419px;
    background: url(../../image/theme5/palyBg.png) center 10px no-repeat;
}

.understandPaly a {
    display: inline-block;
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -64px;
    margin-left: -64px;
    background: url(../../image/theme5/play.png) center center no-repeat;
}

.understandPaly a {
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}

.understandPaly a:hover {
    margin-top: -70px;
}

.understandList ul li {
    width: 335px;
    padding: 8px 0px;
    background-color: rgba(247, 248, 249, .7);;
    border: 1px solid #e2e3e3;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #efefef;
}

.understandCon {
    padding-top: 50px;
    padding-bottom: 40px;
}

.understandList ul li .understandList {
    margin-top: 10px;
}

.no1 .understandList {
    background: url(../../image/theme5/underIcon1.png) center center no-repeat;
    width: 80px;
    height: 30px;
}

.no2 .understandList {
    background: url(../../image/theme5/underIcon2.png) center center no-repeat;
    width: 80px;
    height: 30px;
}

.no3 .understandList {
    background: url(../../image/theme5/underIcon3.png) center center no-repeat;
    width: 80px;
    height: 30px;
}

.no4 .understandList {
    background: url(../../image/theme5/underIcon4.png) center center no-repeat;
    width: 80px;
    height: 30px;
}

.understandList ul li h2 {
    font-size: 20px;
    color: #333333;
}

.understandList ul li p {
    font-size: 14px;
    color: #888888;
}

.understandList {
    padding-top: 20px;
}

.developmentCon {
    background: url(../../image/theme5/lj.png) center center no-repeat;
    height: 647px;
}

.developmentBg {
    background: url(../../image/theme5/development.png) center center no-repeat;
    height: 423px;
    padding-top: 110px;
}

.ycon {
    width: 125px;
    border: 1px solid #e5e5e6;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 4px 5px 0px #dcf5fa;
    display: none;
}

.yp1 {
    background-color: #dcf5fa;
    border-radius: 3px;
    font-size: 12px;
    color: #07bdc7;
    padding: 2px 0;
}

.yp2 {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
}

.developmentCon .on {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../../image/theme5/on.png) center center no-repeat;
    display: none;
}

.jt3 {
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url(../../image/theme5/jt3.png) center center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
    bottom: -16px;
}

.developmentText {
    text-align: center;
    cursor: pointer;
}

.developmentText h2 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.developmentText p {
    font-size: 18px;
    color: #333333;
}


.y2021 {
    width: 150px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0
}

.y2021 .ycon {
    position: absolute;
    left: 0;
    top: 50px;
}

.y2021 .on {
    position: absolute;
    left: 48px;
    top: 152px;
}

.y2021 .developmentText {
    position: absolute;
    left: -2px;
    top: 190px;
    width: 150px;
}

.y2018 {
    width: 150px;
    height: 290px;
    position: absolute;
    left: 235px;
    top: 0
}

.y2018 .ycon {
    position: absolute;
    left: 0px;
    top: 50px;
}

.y2018 .on {
    position: absolute;
    left: 48px;
    top: 152px;
}

.y2018 .developmentText {
    position: absolute;
    left: 0px;
    top: 190px;
    width: 150px;
}

.y2016 {
    width: 150px;
    height: 270px;
    position: absolute;
    left: 470px;
    top: 0
}

.y2016 .ycon {
    position: absolute;
    left: 0px;
    top: 50px;
}

.y2016 .on {
    position: absolute;
    left: 49px;
    top: 152px;
}

.y2016 .developmentText {
    position: absolute;
    left: 0px;
    top: 190px;
    width: 150px;
}

.y2014 {
    width: 180px;
    height: 270px;
    position: absolute;
    right: 330px;
    top: 0
}

.y2014 .ycon {
    position: absolute;
    right: 27px;
    top: 50px;
}

.y2014 .on {
    position: absolute;
    right: 74px;
    top: 152px;
}

.y2014 .developmentText {
    position: absolute;
    right: 0;
    top: 190px;
    width: 180px;
}

.y2011 {
    position: absolute;
    right: 113px;
    top: 0;
    width: 150px;
    height: 290px;
}

.y2011 .ycon {
    position: absolute;
    right: 8px;
    top: 50px;
}

.y2011 .on {
    position: absolute;
    right: 54px;
    top: 152px;
}

.y2011 .developmentText {
    position: absolute;
    right: 0px;
    top: 190px;
    width: 150px;
}

.y2009 {
    width: 160px;
    height: 270px;
    position: absolute;
    right: 0px;
    bottom: -12px;
}

.y2009 .ycon {
    position: absolute;
    right: 0px;
    bottom: 105px;
}

.y2009 .on {
    position: absolute;
    right: 47px;
    bottom: 57px;
}

.y2009 .developmentText {
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 160px;
}

.y2004 {
    width: 160px;
    height: 230px;
    position: absolute;
    right: 225px;
    bottom: -12px;
}

.y2004 .ycon {
    position: absolute;
    right: 12px;
    bottom: 105px;
}

.y2004 .on {
    position: absolute;
    right: 58px;
    bottom: 57px;
}

.y2004 .developmentText {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 160px;
}

.y2004-1 {
    width: 160px;
    height: 230px;
    position: absolute;
    right: 450px;
    bottom: -12px;
}

.y2004-1 .ycon {
    position: absolute;
    right: 13px;
    bottom: 105px;
}

.y2004-1 .on {
    position: absolute;
    right: 60px;
    bottom: 57px;
}

.y2004-1 .developmentText {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 160px;
}

.y2002 {
    width: 160px;
    height: 230px;
    position: absolute;
    left: 362px;
    bottom: -12px;
}

.y2002 .ycon {
    position: absolute;
    left: 7px;
    bottom: 105px;
}

.y2002 .on {
    position: absolute;
    left: 58px;
    bottom: 57px;
}

.y2002 .developmentText {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 160px;
}

.y2000 {
    position: absolute;
    width: 180px;
    left: 99px;
    height: 230px;
    bottom: -12px;
}

.y2000 .ycon {
    position: absolute;
    left: 22px;
    bottom: 105px;
}

.y2000 .on {
    position: absolute;
    left: 70px;
    bottom: 57px;
}

.y2000 .developmentText {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 180px;
}

.diogPop {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 373px;
    height: 268px;
    margin-top: -134px;
    margin-left: -186px;
    z-index: 999;
}

.diogPopHeader {
    height: 60px;
    width: 100%;
    background: url(/images/jxjy/diogPopHeader.png) center center no-repeat;
}

.diogPopCon {
    width: 100%;
    height: 210px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

.diogPopText {
    padding: 28px 35px 35px 35px;
}

.diogPopText p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.diogPopText p span {
    font-size: 16px;
    font-weight: bold;
}

.diogPopBth {
    text-align: center;
}

.diogPopBth a {
    display: inline-block;
    width: 115px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.diogPopBth .diogPopLink1 {
    background-color: #07bdc7;
    color: #fff;
    border: 1px solid #07bdc7;
    margin-right: 6px;
}

.diogPopBth .diogPopLink2 {
    background-color: #e2f1ff;
    color: #07bdc7;
    border: 1px solid #07bdc7;
    margin-left: 6px;
}

.diogPopBth .diogPopLink1:hover {
    background-color: #01b2bc;
}

.diogPopBth .diogPopLink2:hover {
    background-color: #fff;
}

.diogPopHeader .close {
    display: inline-block;
    width: 27px;
    height: 34px;
    background: url(/images/jxjy/close.png) center center no-repeat;
}

.diogPopHeader a {
    position: absolute;
    right: 13px;
    top: 0;
}

.mapTextp1 {
    font-size: 14px;
    color: #333333;
    padding: 28px 0 0 28px;
}

.mapTig {
    padding: 10px 0 0 23px;
}

.mapTig a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 5px;
    padding: 0 15px;
}

.mapTig a:hover {
    background-color: #07bdc7;
    border: 1px solid #07bdc7;
    color: #ffffff;
}

.teamApply {
    position: fixed;
    bottom: 80px;
    left: 0;
}

.countdown-mod .countdown-before {
    display: block;
}

.countdown-mod .countdown-before {
    background: url(../../image/theme5/djs.png) center center no-repeat;
}

.fs-left {
    height: 388px;
}

.workplaceMod {
    padding-top: 55px;
}

.map {
    width: 810px;
    height: 613px;
    position: absolute;
    left: 0;
    z-index: 1;
}

/*地区选择*/
.ac_results {
    width: 125px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: -5px 5px 10px -4px #e2e8e9, 5px 5px 10px -4px #e2e8e9;
    display: none;
}

.ac_results li {
    padding: 8px 0;
    padding-left: 10px;
    font-size: 12px;
    color: #333;
}

.ac_results li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ac_results li:hover {
    background: #dcf1ff;
    cursor: pointer;
}

.commonPopMask, .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    filter: alpha(opacity=60);
    zoom: 1;
    opacity: 0.6;
    background: #000;
    display: none;
}

.dire_mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
    z-index: 99;
}

.chose_area {
    width: 518px;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px 28px 28px;
    position: absolute;
    top: 50%;
    left: 120px;
    z-index: 9999;
    display: none;
}

.chose_area .county {
    display: none;
}

.chose_area .tit_area {
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    position: relative;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

.chose_area .area_list {
    margin-top: 23px;
    max-height: 360px;
    min-height: 100px;
    overflow-y: auto;
    padding-right: 16px;
}

.chose_area .area_list .area_name li p {
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    width: 70px;
    text-align: right;
    line-height: 36px;
}

.chose_area .area_list .area_name li span {
    color: #666;
    font-size: 14px;
    line-height: 36px;
    width: 56px;
}

.chose_area .area_list .area_name li span.city-name {
    text-align: right;
}

.chose_area .area_list .area_name li span.city-name a {
    margin: 0;
}

.chose_area .area_list .area_name li.rowa span {
    width: auto;
}

.chose_area .area_list .area_name li.rowa .county-name {
    width: 340px;
}

.chose_area .area_list .area_name li a {
    margin: 0 5px;
    white-space: nowrap;
    line-height: 36px;
}

.chose_area .area_list .area_name li a:hover {
    color: #07bdc7;
}

.chose_area .area_list .area_name li .county-name {
    width: 410px;
}

.chose_area .checked_item {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 10px 15px 8px 17px;
    border-radius: 2px;
    background: #eefaff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 16px 12px 0;
}

.chose_area .tit_area i {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    background: url(/OtherItem/images/jixujiaoyu/close.png) no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}


.yearPc, .column-top-cart, .column-top-notice, .column-loginRegister {
    display: none;
}

.column-head .column-tel, .column-head .column-tenet {
    font-size: 18px;
    color: #666666;
    background: url(/images/jxjy/phone.png) left center no-repeat;
    padding-left: 30px;
}

.fs-right-con ul li:last-child {
    border: none;
}

.fsrRIghtPic a {
    display: inline-block;
}

.regionSearchdiog {
    width: 178px;
    height: 160px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
    border-radius: 10px;
    overflow-y: auto;
}

.regionSearchdiog li a {
    display: block;
    padding: 8px 0;
    padding-left: 10px;
    font-size: 12px;
    color: #333;
}

.regionSearchdiog li a:hover {
    background: #dcf1ff;
    cursor: pointer;
}

.prev, .next {
    margin-top: -33px;
}

body .mCSB_scrollTools {
    width: 4px;
    background: #e6e6e6;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    right: 4px;
}

body .mCSB_scrollTools .mCSB_draggerRail {
    background: #e6e6e6;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #cccccc;
    *margin-left: -2px;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .liveSeckill-mod .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active, .liveSeckill-mod .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #cdcdcd;
}

body .mCSB_scrollTools .mCSB_buttonDown {
    background-position: left -20px;
}

body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #cdcdcd;
}

body .mCustomScrollbar .mCSB_container {
    margin-right: 8px;
}

body .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

.noLogin {
    height: 332px;
    background: url("../../image/theme7/noLogin.jpg") no-repeat;
    position: relative;
}

.noLogin .lgoin-btn {
    display: block;
    width: 380px;
    height: 166px;
    border-radius: 3px 3px 0 0;
}

.noLogin .lgoin-btn p {
    font-size: 19px;
    color: #597091;
    font-weight: bold;
    padding: 250px 150px 0 70px;
    text-align: center;
    line-height: 24px;
}

.noLogin .more-con {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 3px 3px;
    color: #dcdcdc;
    margin-top: 165px;
}

.noLogin .more-con a {
    font-size: 14px;
    color: #666;
    margin: 0 12px;
}

.noLogin .more-con a:hover {
    color: #07bdc7;
}

.loginCon-new {
    height: 202px;
    background: url("../../image/theme5/noLogin.jpg") no-repeat;
    position: relative;
}


.loginCon-new .lgoin-btn {
    display: block;
    width: 380px;
    height: 166px;
    border-radius: 3px 3px 0 0;
}

.loginCon-new .lgoin-btn p {
    font-size: 19px;
    color: #597091;
    font-weight: bold;
    padding: 76px 54px 0 168px;
    text-align: center;
    line-height: 24px;
}

.loginCon-new .more-con {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 3px 3px;
    color: #dcdcdc;
}

.loginCon-new .more-con a {
    font-size: 14px;
    color: #666;
    margin: 0 12px;
}

.loginCon-new .more-con a:hover {
    color: #07bdc7;
}

.common-pop {
    display: none;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

/*.common-pop {*/
/*    display: none;*/
/*    background: #fff;*/
/*    border-radius: 4px;*/
/*    position: fixed;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    z-index: 99;*/
/*}*/

.common-pop .close-btn {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    background: url("../../image/theme5/pop-close.png") no-repeat;
    position: absolute;
    right: 8px;
    top: 0;
}

.login-pop {
    width: 356px;
    margin-left: -188px;
}

.login-pop .tab-tit {
    text-align: center;
    font-size: 0;
    padding: 25px 0 0 0;
}

.login-pop .tab-tit a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 36px;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
    margin: 0 17px;
    position: relative;
}

.login-pop .tab-tit a.act {
    font-weight: bold;
    color: #333;
}

.login-pop .tab-tit a.act i {
    display: block;
    width: 30px;
    height: 4px;
    background: #07bdc7;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.login-pop .login-con {
    padding: 20px 36px 10px 36px;
}

.login-pop .login-con .fo_it {
    display: none;
}

.login-pop .login-con .fo_it.act {
    display: block;
}

.login-pop .login-con .error-box {
    height: 30px;
}

.login-pop .login-con .error-tips {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #f65939;
    padding-left: 20px;
    background: url("../../image/theme5/login-ico.png") no-repeat left 10px;
}

.login-pop .login-con .box {
    width: 283px;
    height: 42px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 10px;
}
.login-pop .loginTip {
    font-size: 14px;
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
}

.login-pop .login-con .box .icon {
    display: block;
    float: left;
    height: 42px;
    width: 42px;
    background: #f0f7f8;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #e1e1e1;
    background: url("../../image/theme5/login-ico.png") no-repeat;
    background-color: #dcf5fa;
}

.login-pop .login-con .box .icon.ico01 {
    background-position: 13px -17px;
}

.login-pop .login-con .box .icon.ico02 {
    background-position: 13px -48px;
}

.login-pop .login-con .box .icon.ico03 {
    background-position: 13px -76px;
}

.login-pop .login-con .box .input-con {
    display: block;
    float: left;
    width: 239px;
    height: 42px;
    position: relative;
}

.login-pop .login-con .box .input-con .delete-btn {
    display: none;
    width: 11px;
    height: 12px;
    line-height: 0;
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 11px;
    background: url("../../image/theme5/login-ico.png") no-repeat 0 -123px;
    cursor: pointer;
}

.login-pop .login-con .box .input-con .showpassword-btn {
    display: none;
    width: 17px;
    height: 15px;
    line-height: 0;
    font-size: 0;
    position: absolute;
    top: 13px;
    right: 31px;
    background: url("../../image/theme5/login-ico.png") no-repeat 0 -239px;
    cursor: pointer;
}

.login-pop .login-con .box .input-con .showpassword-btn.on {
    background-position: 0 -209px;
}

.login-pop .login-con .box .input-con .yzm {
    display: block;
    width: 78px;
    height: 27px;
    position: absolute;
    right: 7px;
    top: 8px;
    cursor: pointer;
}

.login-pop .login-con .box .ipt1 {
    height: 42px;
    line-height: 42px;
    border: 0;
    width: 200px;
    font-size: 14px;
    text-indent: 12px;
    outline: none;
}

.login-pop .login-con .box .adaptation-ie {
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 12px;
    top: 0;
    color: #bcbbbb;
    cursor: text;
}

.login-pop .login-con .box.mt20 {
    margin-bottom: 20px;
}

.login-pop .login-con .box.error-tags {
    border: 1px solid #f65939;
}

.login-pop .login-con .box.error-tags .icon {
    border-right: #f65939
}

.login-pop .login-con .login-btn {
    display: block;
    width: 284px;
    height: 44px;
    line-height: 44px;
    box-shadow: 0 0 10px #c9e0fa;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    background: #07bdc7;
    text-align: center;
}

.login-pop .login-con .login-btn:hover {
    background: #01b2bc;
}

.login-pop .login-con .agreement-text {
    line-height: 21px;
    margin: 18px 0 10px;
    font-size: 12px;
    color: #666;
    position: relative;
    padding: 0 32px 0 22px;
}

.login-pop .login-con .agreement-text a {
    color: #07bdc7;
}

.login-pop .login-con .agreement-text .agree-btn {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../../image/theme5/login-ico.png") no-repeat 0 -150px;
}

.login-pop .login-con .agreement-text .agree-btn.on {
    background-position: 0 -182px;
}

.login-pop .login-con .more-con {
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 3px 3px;
    color: #dcdcdc;
}


.common-entryBox .adaptation-ie {
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 40px;
    top: 8px;
    color: #bcbbbb;
    cursor: text;
}

.moreAccount-pop {
    padding: 0 30px;
    width: 516px;
    margin-left: -288px;
}

.moreAccount-pop .tit, .logined-pop .tit, .userLogged-pop .tit, .register-pop .tit {
    font-size: 18px;
    padding: 35px 0 22px;
    text-align: center;
}

.moreAccount-pop .tit span, .logined-pop .tit span, .userLogged-pop .tit span, .register-pop .tit span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../../image/theme5/tips-ico.png") no-repeat;
    margin-right: 11px;
}

.moreAccount-pop .tips, .logined-pop .tips, .userLogged-pop .tips, .register-pop .tips {
    line-height: 24px;
    padding-bottom: 18px;
}

.register-pop .tips .label {
    color: #666;
    margin-right: 10px;
}

.register-pop .tips .info-item {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.moreAccount-pop .tips strong, .logined-pop .tips a {
    color: #fd7400;
}

.moreAccount-pop .table-con {
    margin-bottom: 35px;
    max-height: 275px;
    overflow-y: auto;
}

.moreAccount-pop .table-con .table {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
}

.moreAccount-pop .table-con .table th {
    height: 44px;
    line-height: 44px;
    background: #07bdc7;
    color: #fff;
}

.moreAccount-pop .table-con .table th.b1 {
    border-top-left-radius: 4px;
}

.moreAccount-pop .table-con .table th.b2 {
    border-top-right-radius: 4px;
}

.moreAccount-pop .table-con .table td {
    border-top: 1px solid #e1e1e1;
    line-height: 28px;
    padding: 11px 0;
}

.moreAccount-pop .table-con .table td.t2 span {
    display: inline-block;
    width: 200px;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.moreAccount-pop .table-con .table td .no-tags {
    color: #999;
}

.moreAccount-pop .table-con .table .login-btn {
    display: block;
    width: 78px;
    height: 26px;
    line-height: 26px;
    color: #07bdc7;
    text-decoration: none;
    margin: 0 auto;
    border: 1px solid #07bdc7;
    border-radius: 30px;
}

.moreAccount-pop .table-con .table .login-btn:hover {
    border-color: #07bdc7;
    background: #07bdc7;
    color: #fff;
}

.logined-pop, .userLogged-pop {
    padding: 0 30px;
    width: 400px;
    min-height: 200px;
    margin-left: -188px;
}

.register_info {
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 0;
}

.change_success_pop {
    width: 448px;
    height: 208px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 35%;
    left: 50%;
    margin: -12px 0 0 -224px;
    z-index: 101;
    padding-top: 48px;
    display: none;
}

.change_success_pop h6 {
    padding-left: 48px;
    background: url(../../image/common_icon.png) no-repeat 0 -444px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-left: 164px;
}

.change_success_pop p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-top: 16px;
}

.change_success_pop a {
    display: block;
    margin: 34px auto 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #07bdc7;
    border-radius: 21px;
    text-decoration: none;
}

.register-pop {
    padding: 0 30px;
    width: 300px;
    min-height: 200px;
    margin-left: -190px;
}

.logined-pop .tips, .userLogged-pop .tips, register-pop .tips {
    text-align: center;
}

.userLogged-pop .pop-footer a, .register-pop .pop-footer a {
    width: 135px;
    height: 35px;
    border-radius: 21px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.userLogged-pop .pop-footer a.no-btn, .register-pop .pop-footer a.no-btn {
    border: 1px solid #07bdc7;
    color: #07bdc7;
    margin-left: 40px;
}

.userLogged-pop .pop-footer a.confirm-btn, .register-pop .pop-footer a.confirm-btn {
    background: #07bdc7;
    color: #FFFFFF;
    margin-right: 40px;
}

.logined-pop .pop-footer {
    text-align: center;
    display: none;
}

.logined-pop .pop-footer a {
    width: 140px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #07bdc7;
    color: #07bdc7;
    display: inline-block;
}

.huangiKown {
    display: inline-block;
    width: 200px;
    height: 40px;
    margin: 20px 5px 0 5px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #07bdc7;
    cursor: pointer;
    border-radius: 6px;
}

#moreCon3 {
    margin-top: 15px;
    font-size: 13px;
}

.processListIcon {
    position: relative;
}

/* 微信扫码弹出框 start*/
.weixin-pop {
    text-align: center;
    padding: 38px;
    color: #333;
    font-size: 16px;
    margin-left: -188px;
    width: 356px;
    box-sizing: border-box;
}

.weixin-pop h2 {
    font-size: 18px;
    margin-bottom: 25px;
}

.weixin-pop .pop-footer {
    position: absolute;
    bottom: 14px;
    right: 16px;
}

.weixin-pop .pop-footer a {
    font-size: 14px;
    color: #07bdc7;
    text-align: right;
}

.weixin-pop .qrCode, .weixin-pop .qrCode img.code {
    width: 234px;
    height: 234px;
    margin: 0 auto 24px;
}

.weixin-pop .shadow .tip {
    width: 234px;
    height: 234px;
    background: #FFFFFF;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
}

.weixin-pop .shadow .refresh h5 {
    margin-top: 108px;
    font-size: 18px;
    cursor: pointer;
}

.weixin-pop .shadow .tip img {
    margin-right: 7px;
    vertical-align: text-bottom;
}

.weixin-pop .shadow .success h5 {
    width: 100%;
    height: 36px;
    background: #616161;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin-top: 100px;
}

/* 微信扫码弹出框 end*/

.processListIcon .processListPic {
    width: 65px;
    height: 60px;
}

.processListIcon .more-text {
    display: none;
    width: 146px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: -22px;
    top: 102px;
    z-index: 9;
    word-break: break-all;
}

.processListIcon .more-text i {
    display: block;
    width: 9px;
    height: 9px;
    background: url("../../image/theme5/moreBtn-ico.png") no-repeat;
    background-position: 0 -37px;
    position: absolute;
    left: 48px;
    top: -9px;
}

.loginModLeftMod1 {
    overflow: inherit;
    padding-bottom: 38px!important;
}

/**/
.news-list-row-2023{ padding:20px 0 0;}
.news-list-row-2023 li{ height:40px; line-height:40px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news-list-row-2023 li span{ display:inline-block; height:18px; line-height:18px; border:1px solid #07bdc7; border-radius:40px; font-size:12px; color:#07bdc7; padding:0 5px; margin-right:9px;}
.workplaceMc .tab-tit{ margin:0 0 0 30px;}
.workplaceMc .tab-tit .btn{ display:block; float:left; font-size:16px; padding-right:0; background:none; position:relative; margin-right:32px;}
.workplaceMc .tab-tit .btn.on{ font-weight:bold; color:#07bdc7;}
.workplaceMc .tab-tit .btn span{ display:block; position:absolute; right:-20px; top:0px; font-size:16px; color:#e0e1e2;}
.workplaceMc .job-tabCon-new{ display:none; margin-top:18px;}
.workplaceMc .job-tabCon-new li{ height:36px; line-height:36px; font-size:14px; margin-bottom:0; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.videoPlaydemo2023 {
    padding-top: 4px;
    margin-left: 27px;
}

.videoPlaydemo2023 a {
    margin-right: 13px;
}

.videoPlaydemo2023:nth-child(3) {
    margin-left: 276px;
}

.processListIcon .num {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-image {
    overflow: hidden;
}

.header-image a {
    width: 135px;
    height: 42px;
    background: #FF821D;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    display: block;
    text-align: right;
    padding-right: 9px;
    margin: 0 0 17px 528px;
}

.header-image a:first-child {
    background: #07BDC7;
    margin-top: 95px;
}

.header-image a img {
    vertical-align: middle;
    margin-left: 31px;
}

/*.theme6 .videoPlaydemo2023 .btn{ display:block; float:left; line-height:22px; color:#666; margin-left:20px;}*/
.theme6 .videoPlaydemo2023 .btn:hover{ text-decoration:underline; color:#07bdc7;}
.theme6 .processList{ padding-bottom:20px;}
.train-mod{ width:800px; background:#fff; margin-top:19px;}
.train-mod .list{ padding:18px 0 8px 20px;}
.train-mod .list li{ float:left; width:168px; height:92px; padding:0 0 0 15px; border-radius:10px; margin:0 10px 10px 0; position:relative;}
.train-mod .list h4{ line-height:26px; font-size:16px; font-weight:bold; padding:17px 0 0;}
.train-mod .list p{ line-height:24px; color:#666;}
.train-mod .list .btn{ display:block; width:100%; height:100%; font-size:0; line-height:0; position:absolute; right:0; top:0;}
/*.train-mod .list li .more-text{ display:none; width:161px; padding:8px 10px; border:1px solid #d8d8d8; text-align:left; line-height:16px; font-size:14px;background:#fff; border-radius:10px; position:absolute; left:0; top:72px; z-index:9;word-break: break-all;}*/
.train-mod .list li .more-text {
    display: none;
    width: 146px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    background: url(../../image/show_bg.png) no-repeat top right, #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 9;
    word-break: break-all;
}
.train-mod .list li .more-text p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 18px;
}
.train-mod .list li .more-text p em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../image/txt_icon.png) center;
    vertical-align: middle;
    margin-top: -2px;
}
/*!*右侧滑动*!*/
/*.train-mod .list li .more-text .more_text_con{ max-height: 200px; overflow-y: auto; padding-left: 8px; }*/
/*.train-mod .list li .more-text .more_text_con::-webkit-scrollbar { width: 4px; }*/
/*.train-mod .list li .more-text .more_text_con::-webkit-scrollbar-track { background: #fff; }*/
/*.train-mod .list li .more-text .more_text_con::-webkit-scrollbar-thumb { background: #DFDFDF; }*/
/*.train-mod .list li .more-text .more_text_con::-webkit-scrollbar-thumb:hover { background: #DFDFDF; }*/
/*.train-mod .list li .more-text i{ display:block; width:9px; height:9px; background:url("../../image/theme6/moreBtn-ico.png") no-repeat; background-position:0 -37px; position:absolute; left:48px; top:-9px;}*/

/*.train-mod .list02{ padding:18px 0 8px 20px;}*/
/*.train-mod .list02 li{ float:left; width:183px; height:136px; text-align:center; border-radius:10px; margin:0 10px 10px 0; position:relative;}*/
/*.train-mod .list02 h4{ line-height:24px; font-size:16px; font-weight:bold; padding:74px 0 0;}*/
/*.train-mod .list02 p{ line-height:22px; color:#666;}*/
/*.train-mod .list02 .btn{ display:block; width:100%; height:100%; font-size:0; line-height:0; position:absolute; right:0; top:0;}*/
/*!*.train-mod .list02 li .more-text{ display:none; width:160px; padding:8px 10px; border:1px solid #d8d8d8; text-align:left; line-height:22px; font-size:14px;background:#fff; border-radius:10px; position:absolute; left:0; top:130px; z-index:9;word-break: break-all;}*!*/
/*.train-mod .list02 li .more-text { display: none; width: 146px; padding: 8px 10px; border: 1px solid #d8d8d8; text-align: left; line-height: 24px; font-size: 14px; background: url(../../image/show_bg.png) no-repeat top right, #fff; border-radius: 10px; position: absolute; left: 0; top: 72px; z-index: 9; word-break: break-all;}*/
/*.train-mod .list02 li .more-text p { color: #333; font-size: 14px; font-weight: 600; margin-bottom: 4px; line-height: 18px; }*/
/*.train-mod .list02 li .more-text p em { display: inline-block; width: 15px; height: 15px; background: url(../../image/txt_icon.png) center; vertical-align: middle; margin-top: -2px;}*/
/*.train-mod .list02 li .more-text i{ display:block; width:9px; height:9px; background:url("../../image/theme6/moreBtn-ico.png") no-repeat; background-position:0 -37px; position:absolute; left:50%; margin-left:-4px; top:-9px;}*/

/*!*右侧滑动*!*/
/*.train-mod .list02 li .more-text .more_text_con{ max-height: 200px; overflow-y: auto; padding-left: 8px;}*/
/*.train-mod .list02 li .more-text .more_text_con::-webkit-scrollbar { width: 4px;}*/
/*.train-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-track { background: #fff;}*/
/*.train-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-thumb { background: #DFDFDF;}*/
/*.train-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-thumb:hover { background: #DFDFDF;}*/

.theme6 .loginModLeftMod2{ width:1200px;}
.theme6 .consultCon li{ padding-top:12px;}
.theme6 .consultCon{ padding-bottom:15px;}
.theme6 .no-countdownBgMod{ margin-top:0;}
.theme6 .tzggCon{ height:190px;}
.theme6 .processList { height: auto;margin-top: 20px }
.theme6 .consultCon { height: 99px }
.theme6 .loginModLeftMod1{ padding-bottom: 0; height: 183px}
.theme6 .countdownBgMod {margin-top: 0}


.educate-mod {
    width: 1200px;
    background: #fff;
    margin-top: 20px !important;
}

.educate-mod .list {
    padding: 18px 0 8px 20px;
}

.educate-mod .list li {
    float: left;
    width: 168px;
    height: 92px;
    padding: 0 0 0 15px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    position: relative;
}

.educate-mod .list h4 {
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0 0;
}

.educate-mod .list p {
    line-height: 24px;
    color: #666;
}

.educate-mod .list .btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*.educate-mod .list li .more-text{ display:none; width:161px; padding:8px 10px; border:1px solid #d8d8d8; text-align:left; line-height:16px; font-size:14px;background:#fff; border-radius:10px; position:absolute; left:0; top:72px; z-index:9;word-break: break-all;}*/
.educate-mod .list li .more-text {
    display: none;
    width: 146px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    background: url(../../image/theme7/show_bg.png) no-repeat top right, #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 72px;
    z-index: 9;
    word-break: break-all;
}

.educate-mod .list li .more-text p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 18px;
}

.educate-mod .list li .more-text p em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../image/theme7/txt_icon.png) center;
    vertical-align: middle;
    margin-top: -2px;
}

/*鍙充晶婊戝姩*/
.educate-mod .list li .more-text .more_text_con {
    max-height: 200px;
    overflow-y: auto;
    padding-left: 8px;
}

.educate-mod .list li .more-text .more_text_con::-webkit-scrollbar {
    width: 4px;
}

.educate-mod .list li .more-text .more_text_con::-webkit-scrollbar-track {
    background: #fff;
}

.educate-mod .list li .more-text .more_text_con::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}

.educate-mod .list li .more-text .more_text_con::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.educate-mod .list li .more-text i {
    display: block;
    width: 9px;
    height: 9px;
    background: url("../../image/theme7/moreBtn-ico.png") no-repeat;
    background-position: 0 -37px;
    position: absolute;
    left: 48px;
    top: -9px;
}

.educate-mod .list02 {
    padding: 23px 0 20px 20px;
}

.educate-mod .list02 li {
    float: left;
    width: 134px;
    height: 112px;
    text-align: center;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    position: relative;
    border: 1px solid #F7F9FD;
}

.educate-mod .list02 li:hover {
    box-shadow: 0px 5px 8px 0px rgba(15, 169, 178, 0.22);
    border-radius: 6px;
    border: 1px solid #07BDC7;
}

.educate-mod .list02 h4 {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 0 17px;
    text-align: left;
}

.educate-mod .list02 p {
    line-height: 29px;
    color: #666;
    text-align: left;
    padding: 0 0 0 10px;
}

.educate-mod .list02 .btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*.educate-mod .list02 li .more-text{ display:none; width:160px; padding:8px 10px; border:1px solid #d8d8d8; text-align:left; line-height:22px; font-size:14px;background:#fff; border-radius:10px; position:absolute; left:0; top:130px; z-index:9;word-break: break-all;}*/
.educate-mod .list02 li .more-text {
    display: none;
    width: 238px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    background: url(../../image/theme7/show_bg.png) no-repeat top right, #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -117px;
    z-index: 9;
    bottom: 124px;
    word-break: break-all;
}

.educate-mod .list02 li .more-text p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 18px;
}

.educate-mod .list02 li .more-text p em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../image/txt_icon.png) center;
    vertical-align: middle;
    margin-top: -2px;
}

.educate-mod .list02 li .more-text i {
    display: block;
    width: 9px;
    height: 9px;
    /*background: url("../../image/theme7/moreBtn-ico.png") no-repeat;*/
    background-position: 0 -37px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -9px;
}

/*鍙充晶婊戝姩*/
.educate-mod .list02 li .more-text .more_text_con {
    max-height: 200px;
    overflow-y: auto;
    padding-left: 8px;
}

.educate-mod .list02 li .more-text .more_text_con::-webkit-scrollbar {
    width: 4px;
}

.educate-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-track {
    background: #fff;
}

.educate-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}

.educate-mod .list02 li .more-text .more_text_con::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.button-container1 {
    display: flex;
    gap: 10px;
    text-align: center;
    margin: 50px auto 33px;
    width: 541px;
    height: 56px;
    font-size: 23px;
    line-height: 50px;
    background: linear-gradient(90deg, #D6EBF4 0%, #DAE4F9 100%);
    border-radius: 28px;
    border: 1px solid #FFFFFF;
}


.button {
    width: 173px;
    height: 56px;
    display: inline-block;
    line-height: 54px;
}

.button.on {
    background: linear-gradient(90deg, #07BDC7 0%, #3C7CFF 100%);
    box-shadow: 0px 5px 8px 0px rgba(108, 149, 151, 0.43);
    border-radius: 28px;
    border: 1px solid #FFFFFF;
    margin-top: -1px;
    color: #fff;
    opacity: 1;
}

.switch-display-container .switch-Mod {
    display: none;
}