@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

select:valid {
    color: #344651;
}

html, body {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    font-family: Arial, "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

input {
    border: none;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #9E9E9E;
}

@font-face {
    font-family: 'timefont';
    src: url('/pfbase/fonts/new/FZXKJW.eot');
    src: url('/pfbase/fonts/new/FZXKJW.eot?#iefix') format('embedded-opentype'), url('/pfbase/fonts/new/FZXKJW.woff') format('woff'), url('/pfbase/fonts/new/FZXKJW.ttf') format('truetype'), url('/pfbase/fonts/new/FZXKJW.svg#SingleMaltaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flex {
    display: flex;
}

.header {
    background: url(/pfbase/images/new/head_bg.png) no-repeat center top;
    width: 100%;
    height: 200px;
    min-width: 1200px
}

.area_box {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.head_text {
    font-size: 22px;
    color: #BF0614;
    margin-bottom: 12px;
}

.head_text span {
    letter-spacing: 3px;
    font-family: 'timefont';
}

.area_box .area {
    font-family: timefont;
    color: #BF0614;
    font-size: 54px;
}

.area_box1 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.area_box1 span {
    font-size: 16px;
}

.area_box1 .zb {
    margin-right: 90px;
}

.selectregioncontainer ul li a.close {
    color: #ccc;
    cursor: default;
}

.selectregioncontainer ul li a.close:hover {
    text-decoration: none;
    color: #ccc;
}

.head_content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 15px;
    position: relative;
}

.head_content a {
    font-size: 12px;
}

.head_content a.flex img {
    margin-right: 3px;
}

.cityTitle {
    display: flex;
}

.cityTitle a {
    color: #C51F25;
}

.cityTitle div {
    margin-right: 30px;
}

.cityTitle span {
    font-weight: bold;
    color: #BF0614;
}

.bg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.tag_motai {
    width: 1044px;
    /*     height: 550px; */
    background: #ffffff;
    padding: 0 25px;
    margin: auto;
    border-radius: 8px;
    box-sizing: border-box;
}

.tag_motai .hide_tag {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    font-size: 18px;

    margin: 24px 28px 0 0;
}

.tag_motai .hide_tag img {
    cursor: pointer;
}

.tag_ok {
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #BF0614;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
}

.tag_hide {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.tab_btm {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 55px 0 20px 0;
}

.tab_title {
    color: #BF0614;
    font-size: 24px;
    text-align: center;
}

.tab_content {
    margin-top: 30px;
}

.tab_content span {
    font-weight: bold;
    font-size: 18px;
}

.tab_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    max-height: 400px;
    overflow-y: auto; /*     margin-right: -29px; */
}

.tab_content ul li {
    cursor: pointer;
    /* width: 105px; */
    height: 35px;
    border-radius: 5px;
    background: #F5F5F5;
    color: #091F2B;
    line-height: 35px;
    text-align: center;
    margin-right: 17px;
    margin-bottom: 20px;
    padding: 0 25px;
}

.tab_content ul li.tab_active {
    background: #BF0614;
    color: #ffffff;
}

.head_content_r {
    display: flex;
    align-items: center;
    /* width: 10%; */
    justify-content: space-between;
}

.head_content_r a {
    align-items: center;
}

.head_content_r > div {
    display: flex;
    align-items: center;
}

.head_content_r .login_s {
    color: #C51F25;
}

.head_content_r span.login {
    width: auto;
    cursor: pointer;
}

.nav {
    background: #F1EEE9;
    width: 100%;
    height: 84px;
}

.nav_content {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.rightFixed {
    width: 80px;
    height: 340px;
    border-left: 1px solid #BF0614;
    border-right: 1px solid #BF0614;
    border-top: 1px solid #BF0614;
    position: absolute;
    top: 10px;
    right: -107px;
    background: #ffffff;
    z-index: 5
}

.rightFixed li {
    height: 75px;
    border-bottom: 1px solid #BF0614;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #BF0614;
}

.rightFixed li span {
    margin-top: 5px;
}

.nav_l {
    width: 72px;
    height: 72px;
    background: #F9E7E6;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    float: left;
    margin-top: 7px;
    border-radius: 6px;
}

.nav_l span {
    color: #BF0614;
    margin-top: 5px;
    font-weight: bold;
}

.nav_center {
    height: inherit;
    width: 1098px;
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
}

.nav_center li {
    width: 109px;
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    overflow: hidden;
}

.nav_center li a {
    color: #021825;
    font-size: 14px;
}

.more {
    width: 30px;
    height: 100%;
    background: #F9E7E6;
    padding-right: 0;
    float: left;
}

.more a {
    color: #C82933;
    font-size: 12px;
    width: 14px;
    display: inline-block;
    margin: 10px auto 15px 9px;
    line-height: 15px;
}

.menuList {
    width: 100%;
    background: #BF0614;
    height: 50px;
    min-width:1200px;
}

.hideList {
    position: absolute;
    background: #ffffff;
    /*     width: 100%; */
    text-align: center;
    top: 50px;
    display: none;
    z-index: 999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    white-space: nowrap;
}

.hideList .hideList_next {
    position: absolute;
    left: -114px;
    top: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;
    display: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.hideList > li {
    color: #333;
    padding: 10px 5px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc;
    min-width: 92px;
}

.hideList > li a {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.hideList > li a:hover {
    color: #c22549 !important;
    background-color: #eee;
}

.hideList > li:hover {
    background-color: #eee;
}

.hideList .hideList_next li:hover {
    color: #c22549;
    background-color: #eee;
}

.hideList .hideList_next li {
    color: #333;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.menuList > ul li.activeLi {
    background: #ffffff;
    border-bottom: 2px solid #BF0614;
    box-sizing: border-box;
}

.menuList > ul li.activeLi a {
    color: #BF0614;
    font-weight: bold;
}

.menuList > ul {
    width: 1200px;
    margin: 0 auto;
    height: inherit;
    display: flex;
}

.menuList > ul .menuList_li {
	    height: 50px;
    line-height: 50px;
/*     color: #ffffff; */
/*     width: 133px; */
/*     height: inherit; */
/*     display: flex; */
/*     align-items: center; */
/*     justify-content: center; */
/*     position: relative; */
/*     cursor: pointer; */
/*     border-right: 1px solid #BF0614; */
/*     margin-right:31px; */
}

.menuList > ul .menuList_li:hover a {
    color: #BF0614;
    font-weight: bold;
}

.menuList > ul .menuList_li:hover {
    background: #ffffff;
    border-bottom: 2px solid #BF0614;
    box-sizing: border-box;
}

.menuList > ul .menuList_li a {
    color: #ffffff;
    font-size: 20px;
}

.topTitle {
    width: 1200px;
    margin: 0 auto;
}

.topTitle h1 {
    text-align: center;
    padding-top: 25px;
    color: #BF0614;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 36px;
}

.title1 {
    padding: 20px 0 30px 0;
    text-align: center;
}

.title1 a {
    color: #BF0614;
}

.title1 a.aColor {
    color: #031926;
}

.main {
    width: 100%;
    position: relative;
}

.main_content_1 {
    background: #F3F5F9;
    width: 100%;
}

.swiperWrap {
    width: 1200px;
    height: 476px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.swiperWrap .banner1 {
    width: 846px;
    height: 100%;
    margin-left: 0;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper-pagination {
    bottom: 17px;
    right: 0;
}

:root {
    --swiper-theme-color: red !important;
}

.main .loginWrap {
    width: 340px;
}

.loginWrap {
    width: 28%;
    height: 100%;
    background: #ffffff;
    position: relative;
}

.loginWrap .loginTitle {
    color: #BF0614;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.loginInput {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.loginBtn {
    margin-top: 20px;
    width: 95%;
    height: 55px;
    background: #BF0614;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    padding-left: 10px;
    cursor: pointer;
}

.loginInput input {
    border: 2px solid #EDEDED;
    width: 95%;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 3px;
}

#rmbUser {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.loginInput input#login_user_auto {
    width: auto;
    height: inherit;
}

.loginInput input.idcode {
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 16px;
    padding: 13px 0 13px 13px;
    width: 136px;
    box-sizing: border-box;
}

#user_login_codeshow a {
    margin-top: 12px;
    display: inline-block;
}

.loginInput input:nth-child(2) {
    margin-top: 10px;
}

.inpLogin {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    background: #BF0614;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
}

.loginInput .inpLogin {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    background: #BF0614;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    padding-left: 10px;
}

.loginBtn a {
    color: #ffffff;
    padding-right: 10px;
    font-size: 16px;
}

.login_password {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.login_password a {
    color: #2C2C2C;
}

.lineBG {
    background: url(/pfbase/images/new/lineBG.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 10px;
    margin-top: 8px;
}

.loginFooter {
    width: 100%;
    height: 58px;
    background: #BF0614;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* .loginFooter span:nth-child(1) {
    margin-right: 80px;
} */

.loginFooter span {
    font-size: 12px;
    display: inline-block;
    width: 50%;
    float: left;
}

.ewmBox {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    position: absolute;
    bottom: 45px;
    left: 55px;
    background: #ffffff;
    border: 2px solid #9D000C;
    border-radius: 10px;
}

.ewmBox_1 {
    /*   display: flex;
    flex-direction: column;
    align-items: center; */
    position: absolute;
    bottom: 45px;
    right: 50px;
    background: #ffffff;
    border: 2px solid #9D000C;
    border-radius: 10px;
}

.ewmBox span, .ewmBox_1 span {
    color: #ffffff;
    margin-top: 5px;
}

.ewmBox img, .ewmBox_1 img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
}

.main_content_2 {
    background: #EBECEF;
    width: 100%;
    height: 40px;
}

.gongGao {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #D9DDE5;
}

.gongGao span {
    margin-left: 20px;
    font-size: 18px;
}

.main_content_3 {
    width: 100%;
    background: #F3F5F9;
    padding-bottom: 19px;
}

.guideBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.guide_left {
    width: 846px;
    margin-top: 35px;
    display: flex;
}

.guide1 {
    width: 404px;
}

.guide_left h1 {
    color: #BF0614;
    font-size: 28px;
}

.line_thick {
    width: 112px;
    background: #BF0614;
    height: 5px;
    margin-top: 15px;
}

.line_thin {
    background: #BF0614;
    height: 1px;
}

.tuijian {
    background: url(/pfbase/images/new/tuijian.png) no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-right: 10px;
}

.guideList li {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.guideList li a {
    color: #021825;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guide_right {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guide_right a {
    text-align: right;
}

.guide_right a img {
    width: 277px;
    height: 155px;
}

.guide_right a img:nth-child(1) {
    margin-top: 15px;
}

.guide_img {
    width: 1200px;
    margin: 0 auto;
}

.guide_img img {
    width: 100%;
    margin: 15px 0
}

.main_content_4 {
    background: url(/pfbase/images/new/content4Bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 30px;
}

.content_4_box {
    width: 1200px;
    margin: 0 auto;
}

.content_4_left {
    width: 48%;
    padding-top: 50px;
}

.content_4_right {
    width: 48%;
    padding-top: 50px;
}

.content_4_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #BF0614;
}

.content_4_title span, .content_4_title p {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #021825;
}

.content_4_title span.active_line {
    color: #BF0614;
    position: relative;
}

.content_4_title span.active_line::after {
    content: '';
    width: 80px;
    height: 5px;
    background: #BF0614;
    display: flex;
    position: absolute;
    bottom: -20px;
}

.content_4_list {
    margin-top: 15px;
}

.content_4_list li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}

.content_4_list li a {
    color: #021825;
}

.content_4_img {
    margin-top: 25px;
    display: flex;
}

.content_4_img a {
    width: 50%;
}

.content_4_img a img {
    width: 100%;
    height: 100%;
}

.hyb_4_wrap .content_4_img {
    margin-top: 65px;
    display: flex;
    width: 31%;
    flex-direction: column;
}

.hyb_4_wrap .content_4_img a {
    width: 100%;
    height: 165px;
}

.hyb_4_wrap .content_4_img a img {
    width: 100%;
    height: 100%;
}

.main_content_5 {
    width: 100%;
    background: #F3F5F9;
}

.content_5_box {
    width: 1200px;
    margin: 0 auto;
    /*     display: flex; */
    padding-bottom: 50px;
}

.left_line {
    width: 5px;
    height: 24px;
    background: #cc0033;
    display: inline-block;
    margin-right: 15px;
}

.content_5_left {
    /*     width: 75%; */
    width: 895px;
    float: left;
}

.content_5_detail {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 43px;
    margin-bottom: 3px;
}

.content_5_detail h3 {
    font-size: 24px;
    color: #cc0000;
    font-weight: bold;
}

.content_5_detail a {
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.bottom_line {
    width: 80%;
    display: inline-block;
    height: 2px;
    background: #cc0000;
    position: absolute;
    right: 0;
    bottom: 3px;
}

.train_list {
    margin-left: -15px;
    /* display: flex;
    justify-content: space-between; */
}

.train_list li {
    width: 285px;
    background: #fff;
    float: left;
    margin-left: 15px;
}

.main .train_list li {
    height: 320px;
}

.train_list li img {
    width: 285px;
    height: 160px
}

.main .train_list li > a {
    width: 285px;
    height: 160px;
    display: inline-block;
}

.train_list li .train_study img {
    width: inherit;
    height: inherit;
}

.train_box_t {
    border-bottom: 1px solid #F4F4F4;
}

.train_content {
    padding: 0 15px;
}

.train_study {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
    align-items: center;
}

.center_content .train_study {
    margin-top: 0;
    margin-bottom: 10px;
}

.train_study span {
    font-size: 12px;
    color: #999999;
}

.fzwh_money {
    font-size: 16px;
    font-weight: bold;
    color: #BF0614;
}

.fzwh_time {
    font-size: 12px;
    color: #666666;
}

.train_box_b {
    display: flex;
    justify-content: space-between;
    padding: 17px 15px;
    align-items: center;
}

.train_box_b .train_money {
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
}

.train_box_b .train_num {
    font-size: 14px;
    color: #999999;
}

.div1 {
    align-items: unset !important;
}

.div1 span {
    font-size: 12px;
    margin-left: 8px;
}

.content_5_right {
    width: 285px;
    float: right;
}

.content_5_right .content_5_detail h3 {
    color: #021825;
    margin-left: 15px;
}

.content_6_right .content_6_detail h3 {
    color: #021825;
    margin-left: 15px;
    font-weight: normal;
}

.rankList {
    background: #ffffff;
    padding: 7px 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /*  display: flex;
        flex-direction: column;
        justify-content: space-around; */
}

.rankList li {
    /*  display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-wrap: wrap;*/
    margin-top: 5px;
    font-size: 13px;
    overflow: hidden;
}

.rankList li div {
}

.rankList li div h5 {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}

.rankList li div h5.Name_t {
    width: 50px;
}

.span1 {
    line-height: 24px;
    width: 23px;
    margin-right: 10px;
    height: 23px;
    text-align: center;
    display: inline-block;
    float: left;
}

.rankList li span:nth-child(2) {
    float: left;
    margin-top: 0px;
}

.rankList li span:nth-child(3) {
    float: right;
    margin-top: 0px;
}

.first {
    background: url(/pfbase/images/new/p1.png) center no-repeat;
    background-size: 100% 100%;
}

.two {
    background: url(/pfbase/images/new/p2.png) center no-repeat;
    background-size: 100% 100%;
}

.three {
    background: url(/pfbase/images/new/p3.png) center no-repeat;
    background-size: 100% 100%;
}

.main_content_6 {
    background: url(/pfbase/images/new/bg6.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.content_6_box {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0; /*     display: flex; */
}

.content_6_left {
    width: 260px;
    float: left;
    background: url(/pfbase/images/new/bg7.png) no-repeat;
    height: 423px;
    background-size: 100% 100%;
}

.content_6_left h3 {
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.spanWrap {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
}

.spanWrap span {
    width: 102px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.spanWrap span:nth-child(odd) {
    border-radius: 100px 3px 3px 100px;
}

.spanWrap span:nth-child(even) {
    border-radius: 3px 100px 100px 3px;
}

.spanWrap span a {
    color: #ffffff;
    font-size: 18px;
}

.content_6_center {
    width: 640px;
    float: left;
    height: 423px;
    margin-left: 20px;
}

.content_6_center .titleBoxs {
    margin-bottom: 12px;
}

.content_6_detail {
    display: flex;
    align-items: center;
    position: relative;
}

.content_6_detail h3 {
    font-size: 28px;
    color: #cc0000;
}

.content_6_detail a {
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.main .center_content {
    height: 66px;
}

.center_content {
    padding: 0 15px;
    background: #ffffff;
}

.center_content p {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 12px;
    height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-indent: 13px;
}

.center_ul li img {
    width: 100%;
    height: 116px;
}

.center_detail {
    text-align: center;
    padding-bottom: 15px;
}

.center_detail a {
    width: 85px;
    height: 30px;
    border: 1px solid #ffcccc;
    color: #cc3333;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 25px;
}

.main .center_ul {
    display: block;
    margin-right: -9px;
}

.main .center_ul li {
    display: block;
    float: left;
    margin-right: 9px;
}

.main .center_ul li .train_study {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.center_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.center_ul li > a {
    display: inline-block;
    width: 100%;
    height: 116px;
}

.center_ul li {
    width: 207px;
    display: flex;
    flex-direction: column;
    height: 182px;
    margin-bottom: 10px;
}

/* .center_ul .train_study {
    margin-top: 25px;
} */

.content_6_right {
    width: 260px;
    height: 423px;
    float: right;
    margin-left: 20px;
}

.content_6_right .rankList li {
    justify-content: unset;
    margin-top: 0;
}

.content_6_right .rankList li > span {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .sortList {
    height: 374px;
    margin-top: 14px;
}

.sortList {
    margin-top: 12px;
    height: 374px;
}

.main_content_7 {
    width: 100%;
    background: #F3F5F9;
}

.content_7_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content_7_list1 {
    width: 100%;
    height: 50px;
    /* background: #E9EDF8; */
    background: url(/pfbase/images/new/bg9.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #ffffff;
}

.content7_list_box {
    /*  display: flex;
    justify-content: space-between; */
    margin-top: 20px;
    overflow: hidden;
}

.content_7_list3_box {
    width: 81%;
}

.list_12_wrap {
    width: 227px;
    float: left;
    background: #FFF7EB;
    height: 925px;
}

.list_12_wrap a.more_1 {
    height: 50px;
    text-align: center;
    width: 100%;
    /*  display: flex;
    align-items: center;
    justify-content: center; */
    background: #ffffff;
    color: #D8161E;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
}

.content_7_list1 span {
    font-size: 20px;
    color: #ffffff;
}

.content_7_list1 a {
    color: #333;
}

.content_7_list2 {
    /*  box-sizing: border-box; */
    padding: 0 30px;
    /* 	background: #FFF7EB; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    height: 825px;
    /* 	padding-top: 15px; */
    box-sizing: border-box;
}

.content_7_list2 a {
    display: inline-block;
    color: #4a0700;
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
    width: 52px;
    overflow: hidden;
    height: 22px;
}

.content_7_list3 {
    box-sizing: border-box;
    padding: 15px;
    background: #ffffff;
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.center_line {
    /* border: 1px dashed #B3B3B3;
        width: 70%;
        height: 0; */
}

.list_zyk {
    margin-left: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.list_zyk div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

/* .list_zyk div span::after {
    content: "";
    height: auto;
    border: 1px dashed #B3B3B3;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-left: 2%;
} */

.list_zyk_content {
    display: flex;
    flex-wrap: wrap;
}

.list_zyk_content a {
    background: #F3F5F9;
    color: #838384;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    height: 22px;
    width: 55px;
}

.main_content_8 {
    background: url(/pfbase/images/new/bg07.png) no-repeat;
    /* 	background-size:cover; */
    width: 100%;
}

.content_8_box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.content_8_center {
    box-sizing: border-box;
    padding: 0 50px;
}

.content_8_list li.content_8_active a {
    color: #D8161E;
    font-size: 24px;
}

.content_8_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 25px 0;
}

.content_8_list li {
    font-size: 18px;
    cursor: pointer;
}

.content_8_list li a {
    color: #021825
}

.content_8_footer {
    background: #ffffff;
}

.fgcj {
    display: flex;
    border-bottom: 1px dashed #9D9D9D;
    padding-top: 34px;
}

.fgcj_lfet {
    display: flex;
    height: 30px;
    margin-top: 1px;
}

.fgcj_lfet img {
    margin-right: 13px;
}

.fgcj_lfet span {
    font-size: 18px;
    width: 110px;
    text-align: center;
    margin-left: 35px;
    margin-right: 45px;
    margin-top: 3px;
}

.fgcj_right {
    /* 	padding-top: 35px; */
    width: 80%;
}

.fgcj_right a {
    color: #1a1a1a;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 24px;
    font-size: 16px;
    margin-top: 6px;
}

.fgcj_right span {
    margin-right: 50px;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 14px;
}

.fgcj:last-child {
    border: none;
}

.main_content_9 {
    width: 100%;
    background: #ffffff;
    min-width:1200px;
}

.content_9_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content_9_box > a {
    float: left;
    margin-left: 39px;
}

.content_9_box > a img {
    width: 80px;
    height: 80px;
}

.htmlLj {
    background: url(/pfbase/images/new/tip.png) no-repeat;
    background-size: 100% 100%;
    width: 125px;
    height: 42px;
    display: inline-block;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: 18px;
}

.content_9_box select {
    width: 12%;
    outline: none;
    background: #F3F5F9;
    border: none;
}

.footer {
    width: 100%;
    background: #BF0614;
    height: inherit;
}

.footer_content {
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_content span {
    margin-right: 25px;
    font-size: 18px;
}

.footer_content span a {
    color: #ffffff;
}

.footer_content_1 {
    text-align: center;
    color: #ffffff;
}

.footer_content_1 p {
    font-size: 14px;
}

.footer_content_1 p:nth-child(1) {
    padding-top: 30px;
}

.footer_content_1 p:nth-child(2) {
    padding-top: 20px;
}

.footer_content_1 p:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 30px;
}

/* 閹兼粎鍌ㄦい鍨壉瀵拷 */

.main_search_box {
    background: #F3F5F9;
}

.search_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 45px;
    width: 1200px;
    margin: 0 auto;
}

.fzzx {
    border: 1px solid #DC343C;
    border-bottom: none;
    display: flex;
}

.fzzx a {
    color: #DC343C;
    border-right: 1px solid #DC343C;
    border-bottom: none;
    font-size: 18px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.fzzx a.active_search {
    border: none;
    color: #ffffff;
    background: #D8161E;
}

.search_inp {
    display: flex;
}

.search_inp input {
    border: 1px solid #D8161E;
    width: 500px;
    height: 35px;
    padding-left: 10px;
}

.search_inp a {
    display: flex;
    height: 35px;
    width: 60px;
    background: #D8161E;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8161E;
}

.search_num {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
}

.search_content {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 15px;
}

.search_content h3 {
    padding-top: 20px;
    padding-bottom: 25px;
}

.search_train_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.search_train_list li {
    width: 285px;
    background: #F5F5F5;
    margin-bottom: 33px;
}

.train_box_t_1 {
    border-bottom: 1px solid #DCDCDC;
}

.train_box_b_1 a {
    width: 85px;
    height: 30px;
    border: 1px solid #C92A36;
    color: #C92A36;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
}

.train_box_b_1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
}

.train_box_b_1 .train_money {
    color: #cc0000;
    font-weight: bold;
}

.search_train_list li img {
    width: 100%;
    height: 161px;
}

.search_content_1 {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.search_list_box {
    padding: 0 30px;
    background: #F7F7F7;
    margin-top: 10px;
}

.list_box_1 .tip {
    border: 1px solid #C92A36;
    color: #C92A36;
    display: inline-block;
    width: 62px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.list_box_1 span {
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}

.list_box_1 {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.center_img {
    padding: 15px 0;
    border-bottom: 1px solid #E4E4E4;
}

.center_img img {
    width: 228px;
    height: 162px;
}

.search_list_msg {
    padding: 15px 0;
}

.search_list_msg p {
    margin-right: 30px;
    color: #666666;
    font-size: 12px;
    float: left;
}

.center_text {
    padding: 15px 0;
    border-bottom: 1px solid #E4E4E4;
}

.center_text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 30px;
}

.page {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.train_content p {
    height: 50px;
}

.work_main {
    background: #F3F5F9;
}

.work_content_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.current_position {
    padding: 20px 0;
    font-size: 16px;
    color: #152A36;
    display: inline-block;
}

.work_left_title {
    background: #BF0614;
    width: 260px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    padding: 0 30px;
    color: #ffffff;
    font-size: 26px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    text-align: center;
}

.work_left_title::after {
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 125px;
}

.work_left_list {
    background: #ffffff;
    margin-top: 20px;
    width: 320px;
    border-bottom: 3px solid #BF0614;
    border-radius: 3px;
    margin-bottom: 50px;
}

.work_left_list li {
    width: 260px;
    height: 70px;
    padding: 0 30px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #E2E2E2;
    line-height: 70px;
    cursor: pointer;
    text-align: center;
}

.work_content_right {
    padding: 0 30px;
    width: 860px;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.work_content_right .right_text {
    color: #BF0614;
    padding: 30px 0 10px 0;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px dashed #E9E9E9;
    width: 100%;
}

.workWrap {
    display: flex;
    justify-content: space-between;
}

.work_right_list li {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #E9E9E9;
    cursor: pointer;
}

/* 閸掓稒鏌婃禍銈嗙ウ閺嶅嘲绱� */

.innovation_top {
    width: 100%;
    height: 960px;
    background: url(/pfbase/images/new/swiper_1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}

.innovation_top_content {
    width: 1200px;
    height: 335px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    display: flex;
    margin-bottom: 50px;
}

.top_content_1 .content_1_text {
    font-size: 36px;
    color: #BF0614;
    padding-bottom: 30px;
    display: inline-block;
}

.content_1_list li {
    display: flex;
    align-items: center;
}

.top_content_1 {
    margin-left: 20px;
    width: 50%;
    text-align: center;
}

.content_1_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.content_1_list li .radius {
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background: #BF0614;
    display: inline-block;
    margin-right: 15px;
}

.innovation_top_content img {
    width: 100%;
    height: 100%;
}

.content_1_img {
    width: 50%;
    position: relative;
}

.spanText {
    width: 95%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.banner1 .position_content {
    padding-left: 15px;
    height: 58px;
    line-height: 58px;
}

.position_content {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
}

.innovation_center_1 {
    width: 100%;
    display: flex;
}

.center_1_left {
    width: 50%;
    background: #FFFAF4;
}

.center_1_right {
    width: 50%;
    background: #F8F5FF;
}

/* 鐞涘奔绗熼悧鍫ヮ浕妞わ拷 */

.hyb_4_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.hyb_content_4 {
    width: 30%;
    margin-right: 30px;
    padding-left: 10px;
}

.hyb_content_4 img {
    width: 100%;
    height: 90px;
    margin-top: 15px;
}

.hyb_content_4_top {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #BF0614;
    align-items: center;
}

.hyb_content_4_top span {
    font-size: 28px;
    color: #BF0614;
    font-weight: bold;
}

.hyb_content_4_top a {
    color: #999999;
    font-size: 16px;
}

.hyb_content_4 ul a {
    color: #111111;
}

.hyb_content_4 ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
}

.detail_content h1 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
}

.work_detail_1 {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.work_detail_1 p {
    margin-right: 50px;
}

.work_main_detail {
    background: #ffffff;
}

/* 鐠у嫭绨崚鍡曢煩 */

.pfzy_main_top {
    width: 1200px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
}

.pfzy_main_top img {
    width: 100%;
}

.pfzy_main {
    background: #F3F5F9;
}

.pfzy {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    color: #BF0614;
    font-weight: bold;
    font-size: 22px;
}

.pfzy_left {
    display: flex;
    padding-top: 25px;
    justify-content: space-between;
}

.pfzy_left_1 {
    display: flex;
    margin-right: 30px;
}

.pfzy_left_1 span {
    font-size: 14px;
}

.pfzy_left_1 img {
    margin-right: 10px;
}

.pfzy_left .more1 {
    background: #E5EAF2;
    color: #595c60;
    width: 40px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.all {
    display: inline-block;
    color: #C2111F;
    font-size: 14px;
    margin-right: 45px;
}

.pfzy_spanText {
    margin-right: 30px;
    font-size: 14px;
    color: #081e2b;
    display: inline-block;
    padding-bottom: 5px;
}

.pfzy_1_searchBox {
    display: flex;
    padding: 35px 0 20px 0px;
    border-bottom: 1px dashed #D3D3D3;
    justify-content: space-between;
}

.pfzy_1_search {
    display: flex;
    align-items: center;
}

.pfzy_1_search input {
    width: 265px;
    padding-left: 15px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.pfzy_1_search a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D8161E;
    border-radius: 10px;
    margin-left: 5px;
}

.pfzy_1_text {
    display: flex;
    align-items: center;
}

.pfzy_1_text span {
    font-size: 14px;
    margin-right: 42px;
    cursor: pointer;
}

.pfzy_1_text .active {
    color: #bf0614;
}

.pfzy_1_text p span {
    margin: 0 40px;
}

.pfzy_1_text p {
    font-size: 14px;
    margin-right: 42px;
    cursor: pointer;
}

.pfzy_right {
    width: 30%;
    background: #F5F5F5;
}

.file {
    background: url(/pfbase/images/new/file.png) no-repeat;
    background-size: 100% 100%;
    width: 195px;
    height: 49px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    margin-right: 18px;
}

.pfzy_right p {
    padding: 0 30px;
    margin-top: 25px;
    font-size: 18px;
    word-break: break-all;
}

.pfzy_main .list_box_1 span {
    font-weight: bold;
    font-size: 20px;
}

/* 娑撴挸顔嶉幐鍥ь嚤 */

.zjzd_main {
    background: #F3F5F9;
}

.current_positionBox {
    width: 1200px;
    margin: 0 auto;
}

.zjzd_content_box {
    background: #ffffff;
}

.zjzd_content_1 {
    width: 1200px;
    margin: 0 auto;
}

.zjzd_content_1 h1, .zjzd_content_2 h1 {
    color: #BF0614;
    text-align: center;
    padding: 55px 0;
    font-weight: bold;
    font-size: 34px;
}

.zjzd_content_1 h1 span {
    color: #333;
    font-weight: bold;
}

.zjzd_content_next {
    display: flex;
}

.content_1_left {
    display: flex;
}

.content_1_left a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #F34469;
    line-height: 35px;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
}

.content_1_right {
    padding-left: 90px;
}

.content_1_right h3 {
    font-weight: bold;
    font-size: 26px;
}

.content_1_right p {
    margin-top: 25px;
    color: #989898;
    font-size: 20px;
}

.zdbg_box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}

.zdbg_box span {
    width: 280px;
    height: 105px;
    display: inline-block;
    background-size: 100% 100%;
    line-height: 105px;
    text-align: center;
}

.zdbg_1 {
    background: url(/pfbase/images/new/zdbj1.png) no-repeat;
}

.zdbg_2 {
    background: url(/pfbase/images/new/zdbj2.png) no-repeat;
}

.zdbg_3 {
    background: url(/pfbase/images/new/zdbj3.png) no-repeat;
}

.zdbg_4 {
    background: url(/pfbase/images/new/zdbj4.png) no-repeat;
}

.zjfw {
    text-align: center;
    padding-bottom: 45px;
}

.zjfw a {
    width: 208px;
    height: 55px;
    background: #BF0614;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
}

.zjzd_content_box1 {
    background: #F3F5F9;
}

.zjzd_content_2 {
    width: 1200px;
    margin: 0 auto;
}

.renWu_msg {
    background: url(/pfbase/images/new/img9.png) no-repeat;
    background-size: 100% 100%;
    width: 270px;
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.renWu_msg span, .renWu_msg p {
    color: #ffffff;
    padding: 0 30px;
    margin-bottom: 20px;
}

.renwu_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.renwu_text {
    padding: 25px;
    background: #ffffff;
    margin-bottom: 25px;
}

.zjzd_content_box2 {
    background: #ffffff;
}

.zjzd_content_box2 .zjzd_content_1 h1 {
    color: #333;
}

.zjzd_content_box2 .zjzd_content_next .content_1_right {
    padding-left: 0;
}

.zjzd_content_box2 .zjzd_content_next {
    justify-content: space-between;
}

.zjzd_footer {
    background: #F3F5F9;
    padding: 30px 0;
}

.zjzd_footer_1 {
    width: 1200px;
    margin: 0 auto;
}

.zjzd_footer_1 img {
    width: 100%;
}

/* 閺咁喗纭舵笟婵囩《濞岃崵鎮婃禍鍝勬喅楠炲啿褰� */

.pxpt_main .main_content_8 {
    background: url(/pfbase/images/new/bg10.png) no-repeat;
    background-size: 100% 100%;
}

.pxpt_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
}

.pxpt_content_1 {
    background: url(/pfbase/images/new/img11.png) no-repeat;
    background-size: 100% 100%;
    width: 380px;
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}

.pxpt_content_1 .pxpt_text {
    color: #FAD292;
    font-size: 26px;
    padding: 0 60px;
    display: inline-block;
}

.pxpt_studyNum {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.pxpt_studyNum p:nth-child(1) {
    margin-right: 30px;
}

.pxpt_studyNum p {
    color: #ffffff;
    font-size: 12px;
}

.file_wrap {
    background: #FAEEE9;
    display: flex;
    align-items: center;
}

.check1 {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.check2 {
    display: flex;
    align-items: center;
}

.pfzy_checkbox {
    display: flex;
    width: 100%;
}

.showlist {
    width: 930px;
    float: left;
    height: 24px;
}

.showlist .active {
    color: #bf0614
}

.sortLeft img {
    margin-top: 1px;
}

.sortright {
    float: right;
}

.pfzy_flex {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.sortLeft {
    float: left;
    font-size: 14px;
    width: 100px;
    color: #36383b;
}

.hy_box {
    width: 100%;
    background: #F3F5F9;
}

.main_content_hy {
    width: 1200px;
    margin: 0 auto;
    padding: 42px 0;
}

.hy_list {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

.hy_list li {
    width: 285px;
    height: 220px;
    background: #ffffff;
}

.hy_list li img {
    width: 285px;
    height: 160px
}

.hy_list li span {
    color: #021825;
    font-size: 16px;
    margin: 14px 0 18px 0;
    padding: 0 15px;
    display: inline-block;
}

.main_content_hy .content_5_detail {
    padding-top: 0;
}

.LogIn_con {
    margin: 35px 52px 20px 52px;
}

.title_p {
    font-size: 26px;
    color: #CB1E1F;
    text-align: center;
    padding-top: 10px;
}

.shuju {
    text-align: right;
    color: #bdbdbd;
    font-size: 15px;
    margin: 12px 0 12px 0;
    color: #1a1a1a;
}

.shuju a {
    color: #CB1E1F;
    display: inline-block;
}

.input_1 {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_1 input {
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 18px;
    padding: 16px 0 16px 20px;
    width: 240px;
}

.input_2 input {
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 18px;
    padding: 16px 0 16px 20px;
    width: 240px;
}

.input_3 {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_3 input {
    border: 1px solid #ededed;
    border-radius: 3px;
    float: left;
    font-size: 18px;
    padding: 13px 20px;
    width: 83px;
}

.input_3 span {
    float: left;
    margin-left: 12px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}

.input_3 input.yzm {
    border: none;
    display: flex;
    width: 130px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: 1px solid #BF0614;
    border-radius: 5px;
    margin-top: 0;
    margin-left: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #BF0614
}

.input_4 {
    margin-top: 23px;
    display: flex;
    margin-left: 68px;
}

.input_4 a {
    color: #1966C5;
}

.input_4 input {
    margin-top: 5px;
    margin-right: 10px;
}

.LogIn {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 5;
    border-radius: 10px;
}

.signBox_title {
    position: relative;
    display: flex;
    justify-content: center;
}

.close_sign {
    position: absolute;
    right: -22px;
    top: -3px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.title_p1 {
    text-align: center;
    margin: 10px 20px 10px 0px;
}

.sign_btn {
    width: 90%;
    height: 55px;
    border-radius: 5px;
    background-color: #BF0614;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 55px;
}

/* 濞夋洖鍩楃純鎴犲 */
.fzwh_box {
    width: 1200px;
    margin: 0 auto;
    padding: 52px 0;
}

.fzwh_list {
    overflow: hidden;
    margin-right: -20px;
}

.fzwh_list li {
    background: #ffffff;
    width: 285px;
    height: 340px;
    float: left;
    margin-right: 20px;
}

.fzwh_list li a .train_content p {
    height: auto;
}

.fzwh_main {
    background: #F3F5F9;
}

.fzwh_content_1 {
    width: 1200px;
    margin: 0 auto;
    background: url(/pfbase/images/new/bg12.png) no-repeat;
    background-size: 100% 100%;
    /*     display: flex; */
    /*     flex-direction: column; */
    /*     justify-content: center; */
    /*     align-items: center; */
    text-align: center;
    padding-bottom: 25px;
}

.fzwh_content_1 h1 {
    font-size: 30px;
    padding: 26px 0 30px 0;
    font-weight: bold;
    color: #E83C36;
    text-align: center;
}

.fzwh_content1_text {
    width: 925px;
    height: 156px;
    font-size: 20px;
    color: #1A0100;
    margin-left: 166px;
    text-align: justify;
    margin-top: 7px;
}

.fzwh1_a {
    background: url(/pfbase/images/new/bg12_1.png) center no-repeat;
    height: 110px;
    width: 400px;
    display: inline-block;
}

.fzwh_imgBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 34px;
}

.fzwh_sc {
    margin: 22px 0 0 0;
    display: flex;
    margin-right: -10px;
}

.fzwh1_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fzwh1_top a {
    font-size: 14px;
    color: #333;
}

.fzwh_sc span {
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px;
}

.fzwh2 {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px 10px 10px;
}

.fzwh_sc1 {
    width: 224px;
    height: 192px;
    background: #fff;
    margin-right: 10px;
}

.fzwh2_topText {
    width: 895px;
    height: 109px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #FFF8EF;
}

.fzwh2_topText a {
    width: 64px;
    height: 21px;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.fzwh2_content {
    margin-top: 25px;
}

.fzwh_content2 .train_study {
    margin-top: 45px;
    margin-bottom: 20px;
}

.content_5_left2 {
    width: 100%;
}

.content_5_left2 .train_list li {
    width: 285px;
    float: left;
    margin-left: 15px;
}

.content_5_left2 .train_list li a {
    width: 285px;
    float: left;
    margin-left: 15px;
}

/* 閹垫儳娲栫�靛棛鐖� */

.forgot_password_main {
    width: 1200px;
    margin: 0 auto;
}

.forgot_password_main h3 {
    color: #021825;
}

.pswwword_plan {
    background: #F5F7FA;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 70px;
}

.plan1 {
    margin-left: 70px;
    display: flex;
    align-items: center;
}

.plan1 span {
    margin-left: 15px;
    margin-right: 95px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.cur_color {
    color: #C0C4CC;
}

.passwordInputBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.pswordInp1 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.pswordInp1 input {
    width: 265px;
    height: 35px;
    border: 1px solid #D1D2D4;
    border-radius: 5px;
    margin-left: 15px;
    padding-left: 10px;
    box-sizing: border-box;
}

/* input::-webkit-input-placeholder {
    font-size: 12px;
} */

.pswordInp1 .next_paln {
    width: 265px;
    height: 35px;
    color: #ffffff;
    background: #BF0614;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    margin-left: 70px;
    border-radius: 5px;
}

.pswordInp1 img {
    margin: 0 10px 0 5px;
}

/* 妫ｆ牠銆夐惂璇茬秿閻樿埖锟戒焦鐗卞锟� */

.loginTitle_1 {
    font-size: 14px;
    color: #6E6E6E;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.loginInfo {
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 90px;
}

.loginTouxiang {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.loginTouxiang img {
    border-radius: 100%;
}

.loginTouxiang .userName {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 20px;
    display: inline-block;
}

.loginInfo > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loginInfo a {
    width: 140px;
    height: 45px;
    background: #FFDEDA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
}

.loginWrap_user {
    background: url(/pfbase/images/new/userBg.png) no-repeat;
    background-size: 100% 100%;
}

.expandlist {
    width: 930px;
    float: left;
}

.expandlist a {
    color: #081e2b;
    margin-right: 30px;
    display: inline-block;
    padding-bottom: 5px;
}

.expandlist a.active {
    color: #bf0614
}

#resourcesSearch {
    margin-top: 20px;
}

.listBox {
    background: #f7f7f7;
    margin-bottom: 15px; /*  width:1190px;  */
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.listBoxTit {
    overflow: hidden;
    padding: 20px 15px;
}

.listBoxTxt {
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #025ce1;
}

.listBoxTxt a {
    color: #1a1a1a;
}

.listBoximg {
    font-size: 13px;
    white-space: normal;
    word-warp: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
}

.listBoximg img {
    max-width: 266px;
    max-height: 150px;
    margin: 0 20px;
}

.listBoxSpan {
    font-size: 12px;
    color: #868686;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-top: 1px solid #e4e4e4
}

.listBoxLook {
    font-size: 12px;
    color: #868686;
    text-align: right;
    margin-right: 20px;
    float: right;
}

.listBoxLook a {
    padding: 0px 10px;
    border: 1px solid #fd8b22;
    float: right;
    background: #fd8b22;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-top: 9px;
}

.listBoximg {
    padding: 0 20px 20px;
}

.LogIn input::-webkit-input-placeholder {


    /* placeholder鐎涙ぞ缍嬫径褍鐨� */
    font-size: 16px;
}

.input_1, .input_2, .input_3 {
    position: relative;
    margin-bottom: 24px;
}

.input_1 label, .input_2 label, .input_3 label {
    position: absolute;
    left: 74px;
    top: 57px;
    color: #BF0614;
    font-size: 14px;
}

button {
    outline: none;
}

:focus {
    outline: none;
}

/*for IE*/
::-moz-focus-inner {
    border-color: transparent;
}

/*for mozilla*/
/* 娑擃亙姹夋稉顓炵妇 */

.peopleInfo {
    position: absolute;
    left: 0;
    bottom: -30px;
    display: flex;
    align-items: center;
}

.peopleInfo img {
    border-radius: 100%;
    min-width: 118px;
    min-height: 118px;
    width: 118px;
    height: 118px;
}

.people_1 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.people_1 p:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
}

.people_1 p:nth-child(2) {
    font-size: 14px;
    color: #767474;
    padding-top: 15px;
    padding-bottom: 7px;
}

.infoLeft {
    width: 240px;
    margin-bottom: 30px;
}

.infoLf_list {
    box-sizing: border-box;
    padding: 30px 30px 0;
    background: #ffffff;
}

.infoLf_list li {
    min-height: 60px;
}

.zhongxin_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.zhongxin_main {
    background: #F3F5F9;
    padding-top: 45px;
}

.infoLf1 {
    display: flex;
    position: relative;
    cursor: pointer;
}

.infoLf1 img {
    margin-right: 5px;
}

.hideinfoBox {
    display: none;
}

.hideinfo1 {
    display: flex;
    flex-direction: column;
}

.hideinfo1 a {
    color: #333;
    margin-top: 15px;
    margin-left: 19px;
    margin-bottom: 15px;
    text-indent: 10px;
    position: relative;
}

.hideinfo1 a:before {
    content: '';
    width: 5px;
    left: 0;
    top: 9px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    position: absolute;
}

.more2 {
    position: absolute;
    right: 0;
}

.infoRight {
    width: 940px;
    margin-left: 20px;
    padding-bottom: 25px;
}

.inforight_1 {
    padding: 0 30px 30px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    background: #fff;
}

.zichan {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #E4E4E4;
    height: 175px;
    margin-top: 15px;
    align-items: center;
    text-align: center;
}

.zichan > div {
    width: 50%;
}

.zichan > div > p {
    margin-top: 15px;
    font-size: 14px;
    color: #6b6b6b;
}

.zichan > div > span {
    font-weight: bold;
    font-size: 16px;
}

.zichan1 {
    width: 265px;
    margin-right: 30px;
    margin-top: 25px;
}

.zichan2 {
    width: 340px;
    margin-right: 30px;
    margin-top: 25px;
}

.zichan2_cont {
    margin-top: 15px;
    height: 175px;
    border-right: 1px solid #E4E4E4;

}

.zichan2_cont span {
    height: 30px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    background: #F5F5F5;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 10px;
}

.zichan2 .zichan2_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inforight_1 h1 {
    font-size: 22px;
}

.zichan2_title > div {
    display: flex;
    align-items: center;
}

.zichan3 {
    width: 340px;
    margin-top: 120px;
    display: flex;
}

.edit1 {
    width: 65px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #BF0614;
    background: url(/pfbase/images/new/edit1.png) no-repeat left center;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 15px;
    padding-left: 13px;
}

.zichan3_cont {
    text-align: center;
    width: 33%;
}

.zichan3_cont span {
    font-weight: bold;
    font-size: 22px;
}

.zichan3_cont p {
    margin-top: 20px;
    color: #676767;
    font-size: 18px;
}

.inforight_2 {
    padding: 0 30px 30px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.info2_title {
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info2_title h1 {
    font-size: 22px;
}

.putFile {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    background: #BF0614;
}

.info2_center {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.shenhe {
    display: flex;
}

.shenhe .gongKai {
    margin-right: 50px;
    color: #BF0614;
}

.shenhe p {
    color: #051B28;
}

.info2_bottom {
    border: 1px solid #F8F8F8;
    margin-top: 10px;
}

.mcBox {
    padding: 0 20px;
    box-sizing: border-box;
    background: #FBF3EC;
    height: 40px;
    line-height: 40px;
}

.mcBox span {
    font-weight: bold;
    font: 14px;
}

.mingCheng {
    display: inline-block;
    width: 25%;
    text-align: left;
}

.downNum {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.shoujia {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.shouyi {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.scTime {
    display: inline-block;
    width: 12%;
    text-align: center;
}

.mcbox1 {
    padding: 0 20px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f8f8f8;
}

.mcbox1:nth-child(even) {
    background: #F3F5F9;
}

.mcbox1 span {
    color: #15293C;
    font-size: 14px;
}

.info3_cont > ul {
    margin-top: 25px;
    display: flex;
}

.info3_cont li {
    width: 285px;
    height: 240px;
    margin-right: 10px;
    border: 1px solid #EEEFF1;
}

.info3_cont li p {
    box-sizing: border-box;
    word-break: break-all;
    padding: 0 15px;
    margin-top: 20px;
}

.dingdanhao {
    width: 15%;
    display: inline-block;
    text-align: left;
}

.dingdanMc {
    width: 15%;
    display: inline-block;
    text-align: center;
}

.dingdanJe {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.xiadanSj {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.xiadnaZt {
    width: 12%;
    display: inline-block;
    text-align: center;
}

.fapiaoZt {
    width: 12%;
    display: inline-block;
    text-align: center;
}

.caozuo {
    width: 12%;
    display: inline-block;
    text-align: right;
}

.input_4 {
    position: relative;
}

.input_4 label {
    position: absolute;
    left: -2px;
    top: 20px;
    color: #BF0614;
    font-size: 14px;
}

/* 妫ｆ牠銆夐惂璇茬秿閻樿埖锟戒焦鐗卞锟� */
.loginTitle_1 {
    font-size: 14px;
    color: #6E6E6E;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.loginInfo {
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 90px;
}

.loginTouxiang {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.loginTouxiang img {
    border-radius: 100%;
}

.loginTouxiang .userName {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.loginInfo > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loginInfo a {
    width: 140px;
    height: 45px;
    background: #FFDEDA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #021825;
    font-size: 14px;
    border-radius: 4px;
}

.loginWrap_user {
    background: url(/pfbase/images/new/userBg.png) no-repeat;
    background-size: 100% 100%;
}

/* 閼宠棄濮忛幓鎰磳 */

.nlts_main {
    background: #F5F3F9;
    padding-top: 15px;
}

.nlts_main .content_5_left2 .train_list li a {
    margin-left: 0;
}

.nlts_topBg {
    background: url(/pfbase/images/new/nlts.png) no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 375px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* 閻ц缍嶅鐟扮湴閺嶅嘲绱� */
.loginTop {
    display: flex;
    position: relative;
    padding-top: 8px;
    align-items: center;
}

.login_1 {
    background: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    border-radius: 10px;
}

.login_1 .loginTitle {
    color: #BF0614;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
}

.login_colse {
    font-size: 28px;
    margin-right: 25px;
    color: #333;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 5
}

.login_1 .loginInput {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 80px;
}

.idcode {
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0 13px 13px;
    width: 130px;
    float: left;
}

#login_validateImg {
    float: left;
    width: 90px;
    height: 50px;
    margin: 0 11px;
}

.user_sign {
    margin-right: 22px;
    color: #CB1E1F;
    width: 62px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f7f7f7;
    margin-left: 1px;
}

.login_box .loginBtn {
    margin-top: 20px;
    width: 300px;
    height: 55px;
    background: #BF0614;
    color: #ffffff;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    font-size: 16px;
}

.login_input_1 {
    margin-bottom: 8px;
}

.login_input_1 input {
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 16px;
    padding: 13px 0 13px 13px;
    width: 300px;
    box-sizing: border-box;
}

.login_1 .motai_login {
    background: #E6E6E6;
    width: 100%;
    height: 60px;
    color: #ffffff;
    position: relative;
    margin-top: 70px;
}

.login_1 .ewmBox {
    left: 118px;
    text-align: center;
    height: 71px;
}

.login_1 .ewmBox_1 {
    right: 115px;
    text-align: center;
    height: 71px;
}

.login_1 .motai_login span {
    font-size: 12px;
    color: #BF0614;
}

.login_1 p {
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}

.login_1 p a {
    float: left;
    margin-top: 18px;
}

.login_1 .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #BF0614;
    padding-top: 5px;
    padding-left: 38px;
}

.login_1 .p2 {
    margin-top: 10px;
    padding-left: 38px;
}

.login_1 .p3 {
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 38px;
}

/* 鐎涳附纭堕懓鍐槸妫ｆ牠銆� */
#languagesub {
    position: absolute;
    padding-top: 10px;
}

#languagesub ul {
    background: #fff;
    border: 1px #ccc solid;
    margin-top: -1px;
    width: 100px;
    padding-bottom: 5px;
}

#languagesub ul li {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: dotted 1px #ddd;
    margin: 0 5px;
}

#languagesub ul li a {
    color: #454545;
}

.languageBox {
    width: 100px;
}

.head_content_xf {
    display: flex;
    align-items: center;
}

.head_content_xf a {
    font-size: 12px;
    font-weight: bold;
}

.head_content_xf span {
    font-size: 12px;
    margin-left: 30px;
}

.menuList .xf_nav .menuList_li {
    width: auto;
    padding: 0 40px;
}

.xf_nav .hideList .hideList_next {
    left: -162px;
}

.loginInput .yzmInput {
    width: 130px;
    height: 40px;
    margin-right: 5px;
}

.yzmBox {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.yzmBox a {
    color: #1429BA;
    margin-left: 10px;
}

.lxfs {
    display: flex;
    width: 100%;
    margin: 40px 0;
    justify-content: space-between;
}

.lxfs + .lineBG {
    margin-top: 10px;
}

.lxfs1 {
    display: flex;
    align-items: center;
}

.xfks_content2 {
    width: 100%;
    background: #F3F5F9;
}

.xfks_bg {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    background-size: 100% 100%;
    position: relative;
}

.click1 {
    background: #EAEECB;
    display: inline-block;
    text-align: center;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #BF0614;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -57.5px;
}

.click2 {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.titleBoxs {
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    height: 27px;
}

.titleBoxs div {
    border-bottom: 1px solid #d8161e;
}

.mr_frbox .titleBoxs span {
    background: url(/pfbase/images/new/z_13.png) no-repeat left center #E7F0FC;
}

.titleBoxs span {
    font-size: 28px;
    padding-right: 10px;
    font-weight: bold;
    color: #d8161e;
    padding-left: 15px;
    background: url(/pfbase/images/new/z_13.png) no-repeat left center #f3f5f9;
    position: absolute;
    left: 0;
    top: 2px;
}

.titleBoxs div {
    border-bottom: 1px solid #d8161e;
    text-align: right;
    padding-bottom: 8px;
}

.titleBoxs div a {
    color: #1a1a1a;
    font-size: 15px;
}

.train {
    overflow: hidden;
    padding-bottom: 35px;
}

.train ul {
    overflow: hidden;
    margin-left: -20px;
    margin-top: 27px;
}

.train ul a {
    color: #1a1a1a;
}

.train ul li {
    float: left;
    margin-left: 20px;
    background: #ffffff;
    margin-bottom: 25px;
}

.trainImg {
    width: 285px;
    height: auto;
}

.trainImg img {
    width: 285px;
    height: 160px;
}

.trainTxt {
    margin-top: 10px;
    padding: 0 13px;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 259px;
}

.xfks_content3 {
    width: 100%; /* background: #F3F5F9; */
}

.content3_box {
    width: 1200px;
    margin: 0 auto;
}

.trainTxt + div {
    display: flex;
    padding: 10px 13px;
}

.trainTxt + div p {
    color: #707070;
    font-size: 12px;
}

.tempWrap {
    width: 1200px !important;
}

.tempWrap ul {
    height: auto;
}

.mr_frUl {
    margin-top: 30px;
}

.tempWrap ul li {
    width: 250px;
}

.tempWrap ul li img {
    margin-bottom: 0;
}

.prev {
    margin-top: -24px;
    left: -50px;
}

.next {
    margin-top: -24px;
    right: -50px;
}

.mr_frbox {
    width: 1200px;
    margin: auto 0;
    padding-bottom: 0;
}

.tempWrap ul a {
    width: 240px; /* height: 200px; */
}

.tempWrap ul li .trainImg {
    width: 235px;
}

.tempWrap ul li .trainImg img {
    width: 235px;
    height: 130px;
}

.trainBox {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
}

.trainBox p {
    color: #707070;
    font-size: 12px;
}

.trainBox_ {
    background: #ffffff;
    width: 235px;
    box-sizing: border-box;
    padding: 0 13px;
}

.trainTxt1 {
    padding-top: 10px;
}

.wrap_1 {
    background: url(/pfbase/images/new/xfBg.png) no-repeat;
    background-size: 100% 100%;
}

.echartBox1 {
    background: #e6e9f8;
    min-width: 1200px;
}

.bigDataLeft1 {
    /* display: flex; */
}

.bigLeft_1 {
    width: 60%;
}

.bigLeft_2 {
    width: 40%;
    margin-left: 40px;
}

.bigLeft_3 {
    width: 50%;
}

.bigDataLeft2 {
    /* display: flex; */
    padding-top: 0px;
    padding-bottom: 60px;
}

.bigLeft_4 {
    width: 40%;
}

.xfks_content_4 {
    width: 100%;
    background: #F3F5F9;
}

.xfks_content_4 {
    padding-bottom: 70px;
}

.xfks_jf {
    width: 1200px;
    margin: 0 auto;
    /* display: flex; */
}

.xfks_jf .content_5_right .rankList {
    width: 377px;
    height: 449px;
}

.xfks_jf .content_5_right .rankList li {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 10px;
}

.xfks_jf .content_5_right .rankList li h5 {
    width: auto;
    margin-top: 3px;
}

.xfks_jf .content_5_right .rankList li .jf_txt {
    margin-top: 3px;
}

.xfks_jf .content_5_right .rankList li .jf_num {
    float: right;
    margin-top: 3px;
}

.xfks_jf .sortList .rankList {
    padding: 7px 15px !important;
}

.xfks_jf .sortList .rankList li {
    height: auto;
    line-height: normal;
}

.xfks_jf .sortList .rankList li .leftnn {
    margin-top: 0;
}

.xfks_jf .content_5_right {
    margin-left: 0;
    width: 375px;
    margin-right: 35px;
    float: left;
}

.xfks_jf .content_5_detail {
    padding-top: 30px;
}

.xfks_jf .sortList {
    margin-top: 22px;
    height: auto;
}

.sortList .rankList li {
    /*  justify-content: unset; */
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.sortList .rankList li a {
    width: 174px;
    float: left;
    /* text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden; */
    margin-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
}

.sortList .rankList li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    margin-top: 9px;
}

.sortList .rankList li > div {
    width: 30px;
}

.rankList li span {
    color: #555555;
}

.rankList li span.jf_txt {
    width: 107px;
}

.rankList .phTxt {
    color: #555555;
    margin-left: 10px;
}

/* 瀵邦喕淇婇幒鍫熸綀閸氬酣銆夐棃锟� */

.wxhtmlBox {
    width: 525px;
    margin: 0 auto;
    /* display: flex;
        flex-direction: column;
        align-items: center; */
}

.wxhtmlBox h3 {
    margin-top: 120px;
    margin-bottom: 50px;
    color: #BF0614;
}

.wxInputbox {
    margin-bottom: 20px;
    position: relative;
}

.wxInputbox1 {
    position: relative;
}

.wxInputbox input {
    width: 265px;
    height: 35px;
    margin-left: 15px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.wxInputbox1 input {
    width: 175px;
    height: 35px;
    margin-left: 15px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.wxInputbox1 .sendCode {
    width: 80px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border: 1px solid #EDEDED;
    color: #BF0614;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 5px;
}

.nexts {
    width: 265px;
    height: 35px;
    background: #BF0614;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 35px 0 160px 65px;
    border-radius: 5px;
}

.wxInputbox2 {
    /*  display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
}

.wxInputbox2 span {
    color: #C3C5C7;
    font-size: 12px;
    margin-left: 5px;
}

/* 鐎涳附纭舵＃鏍�夐惂璇茬秿瀵懓鐪伴弽宄扮础 */

.xfLogin {
    width: 435px;
    background: #ffffff;
    margin: 0 auto;
}

.xfLogin_title {
    color: #BF0614;
    font-size: 24px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.xfLogin_title > a {
    font-size: 28px;
    margin-right: 25px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}

.xfLogin_content {
    margin: 0 65px;
}

.xfInput1 input {
    width: 305px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
}

.xfInput2 {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.xfInput2 input {
    vertical-align: middle;
}

.xfInput2 > a {
    position: absolute;
    right: 0;
}

.xfInput3 {
    position: relative;
}

.xfInput3 input {
    width: 130px;
    height: 40px;
    border: 1px solid #ededed;
    vertical-align: middle;
    padding-left: 15px;
}

.xfInput3 > a {
    color: #3333cc;
    font-size: 14px;
    vertical-align: bottom;
    margin-bottom: 12px;
    display: inline-block;
}

.xfInput3 > img {
    vertical-align: middle;
    height: 30px;
}

.xf_dengLu {
    width: 300px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #BF0614;
    color: #ffffff;
    margin: 35px 0;
}

.xfLogin_btm {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}

.xfLogin_btm a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
}

.login_box > strong {
    display: inline-block;
    position: absolute;
    left: 63px;
    top: -4px;
    color: #BF0614;
    height: 22px;
    width: 100%;
}

.user_sign {
    margin-bottom: 9px;
}

.login_box .loginBtn {
    margin-top: 7px;
}

.LogIn_con {
    padding-top: 20px;
    margin-top: 0;
}

.login {
    margin-right: 10px;
}

/* 濞夋洝顫夋稉顓炵妇濡楀牅绶� */

.anli_main {
    background: #F3F5F9;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.anliBox {
    background: #ffffff;
    display: flex;
    padding: 16px 24px 0 24px;
    box-sizing: border-box;
}

.anliBox a {
    float: left;
    margin-right: 50px;
    color: #021825;
    margin-bottom: 18px;
}

#detail {
    line-height: 30px;
}

.anliBox a.active_anli {
    color: #bf0614;
}

.search_inp1 {
    margin-top: 25px;
    padding-bottom: 25px;
}

.search_inp1 input {
    border: 2px solid #D8161E;
    width: 490px;
    height: 35px;
    padding-left: 10px;
    float: left;
    margin-left: 305px;
}

.search_inp1 a {
    width: 37px;
    height: 37px;
    float: left;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background: #D8161E;
    border: 1px solid #D8161E;
    cursor: pointer;
}

.anli_content {
    background: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 25px;
}

.anli_list li {
    height: 110px;
    border-bottom: 1px dashed #cccccc;
}

.anliText {
    padding: 30px 0 12px 0;
}

.anli_list li > p {
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anliText p {
    float: right;
    color: #727272;
    font-size: 12px;
}

.anliText h3 {
    float: left;
    color: #021825;
}

.popwin_selecttown h4 a:nth-child(1) {
    float: left;
    color: #BB1B21;
}

#topArea {
    color: #021825;
    font-weight: normal;
    font-size: 12px;
    padding-right: 4px;
}

#topInd {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    padding-right: 4px;
}

.wx_div {
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
    padding-top: 24px;
}

.login_1 .motai_login span {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
}

.wx_img1, .fx_img1, .wx_img2, .fx_img2 {
    cursor: pointer;
}

.wx_img2, .fx_img2 {
    display: none;
}

#chklist {
    font-size: 14px;
}

#user_loing_span a {
    font-size: 14px;
}

#chklist label.checkbox {
    padding-left: 24px;
    cursor: pointer;
    background: url(/pfbase/images/new/checkbox.png) no-repeat left -21px;
    line-height: 21px;
    height: 23px;
    display: inline-block;
}

#chklist label.checked {
    background-position: left 100%;
}

#chklist label.disabled {
    background-position: left 0px;
}

.zh_div {
    margin-top: 120px;
    margin-bottom: 50px;
    color: #BF0614;
    text-align: center;
}

.wxInputbox, .wxInputbox1 {
    margin-left: 80px;
}

.wxInputbox span, .wxInputbox1 span {
    display: inline-block;
    width: 54px;
    text-align: right
}

.wxInputbox1 .sendCode {
    margin-left: 8px;
    padding: 0;
    cursor: pointer;
    background: none;
}

.wxInputbox1, .wxInputbox {
    position: relative;
}

.wxInputbox1 label, .wxInputbox label {
    position: absolute;
    left: 345px;
    top: 9px;
    font-size: 12px;
    color: #BF0614;
    display: inline-block;
    width: 260px;
}

.phone_txt {
    margin: -10px 0 20px 152px;
    font-size: 12px;
    color: #b1b3b6
}

.hasNext {
    text-align: right;
    font-size: 12px;
    color: #BF0614;
    margin-right: 107px;
    margin-top: 10px;
}

.hasNext a {
    color: #BF0614;
}

.nexts {
    margin: 35px 0 160px 155px
}

.zh_text {
    text-align: right;
    padding-right: 200px;
    font-size: 12px;
    color: #BF0614;
    cursor: pointer;
}

#top_username, .login {
    margin: 0px 15px 0px 15px
}

.content_4_listR {
    margin-top: 15px;
}

.content_4_listR li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}

#login_error_show {
    font-size: 12px;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 49px;
    color: #BF0614;
}

.rightFixed.fixed {
    position: fixed;
    top: 28px;
    margin-left: 50%;
    left: -672px;
    left: -671px \9;
    *left: -672px \9;
}

.rightFixed.fixed3 {
    position: fixed;
    margin-right: 50%;
    right: -707px;
    top: 10px;
}

.rankList li span.leftnn {
    float: left;
    color: #cf8846
}

.rankList li div h5.Name_t {
    float: left;
    margin-top: 0px;
    font-size: 13px;
}

.rankList li div {
    overflow: hidden;
    float: left;
}

.rankList li span.jf_num {
    float: left;
    width: 47px;
    text-align: right;
    margin-top: 0px;
    color: #CB0100;
    font-size: 14px;
}

.rankList li span.jf_txt {
    width: 114px;
    float: left;
    margin-top: 0px;
}

.train_list .train_study {
    margin-top: 0;
}

.pufa_content {
    float: right;
    width: 958px;
}

.pufa_content > div {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.pufa_left_pic, .pufa_mid_text, .pufa_right_text {
    float: left;
}

.pufa_left_pic2, .pufa_mid_text2, .pufa_right_text2 {
    float: left;
}

.pufa_right_text a {
    margin-bottom: 13px;
}

.pufa_left_pic2 a img, .pufa_left_pic a img {
    width: 100px;
    height: 100px;
}

.pufa_mid_text {
    /* 	width: 165px; */
    max-width: 195px;
    margin: 7px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
    /* 	height: 88px; */
    overflow: hidden;
    white-space: nowrap;
}

.pufa_mid_text2 a {
    font-size: 16px;
    color: #021825;
    margin-bottom: 14px;
}

.pufa_mid_text a {
    font-size: 16px;
    color: #021825;
    margin-bottom: 14px;
}

.pufa_right_text {
    width: 590px;
    display: flex;
    flex-wrap: wrap;
    /* 	height: 88px; */
    margin: 7px 0 0 0;
}

.pufa_right_text span {
    background: #f3f5f9;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 7px;
    color: #666666;
    width: 52px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.pufa_mid_text2 {
    width: 165px;
    margin: 7px 50px 0 20px;
    display: flex;
    flex-wrap: wrap;
    height: 88px;
}

.pufa_right_text2 {
    width: 590px;
    display: flex;
    flex-wrap: wrap;
    /* 	height: 88px; */
    margin: 7px 0 0 0;
}

.pufa_right_text2 a {
    margin-bottom: 13px;
}

.pufa_right_text2 span {
    background: #f3f5f9;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 7px;
    color: #666666;
    width: 52px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}

.spanBorder {
    color: #333;
    border: 1px #E8E8E8 solid;
    padding: 3px 19px 3px 6px;
    margin-right: 28px;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
}

.spanBorder a {
    background: url(/pfbase/images/new/close_gb.png) no-repeat;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 5px;
    right: 3px;
    display: inline-block;
    background-size: 100% 100%;
}

#resourceSearchItem {
    margin: 20px 28px 0 28px;
}

.content2 {
    height: 390px;
    overflow: hidden;
}

#unitScoreVidw {
    display: inline-block;
    width: 100%
}

#unitScoreVidw .Name_t {
    color: #333333;
    font-weight: normal;
}

.content2 .span1 {
    line-height: 24px;
    width: 23px;
    margin-right: 10px;
    height: 23px;
}

#unitScoreVidw .rankList li {
    height: 26px;
    line-height: 26px;
}

#unitScoreVidw .rankList {
    height: 320px;
}

#studScoreVidw .span1 {
    line-height: 24px;
    width: 23px;
    margin-right: 10px;
    height: 23px;
}

#studScoreVidw {
    display: inline-block;
    width: 100%
}

#studScoreVidw .rankList li {
    height: 25.5px;
    line-height: 25.5px;
}

#studScoreVidw .rankList {
    height: 320px;
}

#unitScoreVidw .rankList li span:nth-child(2) {
    float: right
}

#unitScoreVidw .rankList li div h5.Name_t {
    width: 169px;
}

/* 首页查看更多 */
.moreBg {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.moreBox {
    width: 1045px;
    height: 560px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -500px;
    box-sizing: border-box;
    padding: 0 27px 0 35px;
}

.moreToptitle {
    height: 83px;
    border-bottom: 1px solid #cccccc;
    line-height: 83px;
}

.more_search {
    float: left;
}

.more_search input {
    width: 266px;
    height: 40px;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}

.more_text {
    margin-right: 164px;
    color: #BF0614;
    font-size: 22px;
    float: left;
    font-weight: bold;
}

.moreToptitle a {
    color: #525252;
    font-size: 30px;
    float: right;
}

.moreToptitle a img {
    margin-top: 30px;
}

.more_content {
    padding: 30px 0 0 0;
    max-height: 400px;
    overflow-y: auto;
    margin-left: -42px;
}

.more_content a {
    color: #071D2A;
    float: left;
    margin-left: 42px;
    margin-bottom: 33px;
    width: 60px;
    overflow: hidden;
    height: 22px;
    font-size: 15px;
}

#offline_top span {
    cursor: pointer;
    font-size: 12px;
    color: #C82933
}

#offline_top span.login {
    color: #333;
}

.buygoods {
    width: 1200px;
    padding-left: 0px;
}

.buyvip {
    width: 1200px;
    padding-left: 0;
}

.rankList li span.span3 {
    float: right;
}

.fzwh_box_right .rankList li {
    margin-bottom: 17px;
}

.layui-layer-iframe .layui-layer-content {
    border-radius: 5px;
}

.rankingBox {
    background: #fff;
    padding: 17px 0 30px 13px;
    margin-top: 25px;
}

.ranking {
    overflow: hidden;
}

.ranking1, .ranking2, .ranking3 {
    float: left;
    font-size: 14px;
}

.ranking1 {
    width: 47px;
}

.ranking1 img {
    width: 20px;
    height: 20px;
}

.ranking2 {
    width: 160px;
}

.ranking3 {
    width: 56px;
}

.rankingBox ul li {
    margin-top: 10px;
    cursor: pointer;
}

.paixu {
    overflow: hidden;
}

.paixu .ranking1 {
    text-align: center;
    color: #cf8846;
    width: 27px;
    padding-right: 20px;
    font-size: 13px;
}

.paixu .ranking2 {
    font-weight: bold;
}

.paixu .ranking3 {
    text-align: right;
    color: #cb0100;
}

.paixuCon {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.rankingBox ul li.se .paixuCon {
    display: block;
}

.paixuCon img {
    width: 58px;
    height: 58px;
    float: left;
}

.paixuCon p {
    float: left;
    width: 192px;
    margin-left: 8px;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
}

.yc_txt {
    text-align: center;
    font-size: 26px;
    color: #BF0614;
}

a.flex:hover {
    text-decoration: none;
}

.black_blank110 {
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
}

.alarm_window110 {
    z-index: 1100;
    background-color: #FFF;
    width: 358px;
    height: 165px;
    border-radius: 5px;
    overflow: hidden;
}

.alarm_title110 {
    width: 348px;
    padding-left: 10px;
    height: 30px;
    background-color: #c12449;
    line-height: 30px;
    color: #FFF;
}

.alarm_content110 {
    width: 338px;
    height: 108px;
    padding: 10px;
}

.close_button110 {
    width: 80px;
    height: 30px;
    margin: 15px auto;
    display: block;
    background-color: #c12449;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.close_button110:hover {
    color: #FFF;
}

.law_center_main {
    width: 1200px;
    margin: 0 auto;
}

.law_center_main h3 {
    text-align: center;
    margin-top: 42px;
    font-size: 26px;
}

.law_center_mainContent .textindent20 {
    margin-bottom: 10px;
}

.law_center_mainContent {
    margin-top: 30px;
}

.contentBox {
    line-height: 35px;
    margin-top: 42px;
}

.loginFooter span.wxSpan {
    padding-left: 12px;
    box-sizing: border-box;
}

.loginFooter span.appSpan {
    padding-left: 47px;
    box-sizing: border-box;
}
    
.str_move li{float:left;}
.mapBg{
	background: url(/pfbase/images/new/map1.png) no-repeat;
    height: 65px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    color:#262626;
    font-size:18px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    }
@font-face {
    font-family: 'numfont';
    src: url('/pfbase/fonts/new/DIGIFAW_0.TTF');
    font-weight: normal;
    font-style: normal;
}
.mapBg .mapFont{ 
	    display: inline-block;
    width: 21px;
    text-align: center;
    height: 30px;
    line-height: 30px;
        font-family: 'numfont';
    font-size: 22px;
    color: #0068A8;
    border: 1px solid #77C2F0;
    border-right: 0;
}
.mapBg div span:last-child{
	border-right: 1px solid #77C2F0;
}
.mapBg>div{
	    display: inline;
    margin-left: 16px;
    margin-right: 8px;
}

