@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../common/font/SourceHanSansCN-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../common/font/SourceHanSansCN-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../common/font/SourceHanSansCN-Medium.otf");
    font-display: swap;
}

html, body {
    font-family: "SourceHanSansCN-Regular", PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, SimSun, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    font-family: "SourceHanSansCN-Regular", PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, SimSun, sans-serif;
}

@media (max-width: 1919px) and (min-width: 768px) {
    @-ms-viewport {
        width: 1920px;
    }
}

@charset "utf-8";
body, html {
    min-width: 320px;
}

.splash {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #f3f0eb;
}

.splash > .splash-inner {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 204px;
    height: 204px;
    margin: auto;
}

.splash h1, .splash h2, .splash h3 {
    font-weight: normal;
}

.splash h3 {
    display: block;
    margin-top: 34px;
    font-size: 18px;
    color: #666;
    font-weight: lighter;
}

.splash .loading-circle {
    position: relative;
    width: 204px;
    height: 204px;
    margin: auto;
}

.splash .loading-circle > * {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 102px;
}

.splash .loading-circle > canvas.bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 8px solid #ddd;
}

.splash .loading-circle > canvas.mask {
    z-index: 2;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background: none;
}

.splash .loading-circle > p {
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 204px;
    font-size: 56px;
    font-weight: lighter;
    color: #999;
}

.splash > .splash-inner .t1 {
    padding-top: 15px;
}

/* pc 端下拉选框 */
.select-mod {
    position: relative;
    text-align: left;
}

.select-mod .select-bar {
    position: relative;
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
}

.select-mod .select-btn {
    position: relative;
    padding: 12px 55px 12px 15px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
}

.select-mod .select-btn:before {
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    text-align: center;
    background: url(../images/temp/arr1_a.png) no-repeat center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-mod .select-val {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-mod .select-input {
    display: block;
    width: 100%;
}

.select-mod .select-native {
    display: none;
}

.select-mod .select-cont, .select-mod .select-query {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 1px;
    background-color: #fff;
    background-clip: content-box;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.select-mod .select-cont:before, .select-mod .select-query:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    border: 1px solid #d7d7d7;
}

.select-mod .select-opts, .select-mod .squery-list {
    position: relative;
    max-height: 200px;
    padding: 15px;
    padding-right: 5px;
}

.select-mod .select-item, .select-mod .squery-item {
    padding: 4px 0;
    cursor: pointer;
}

.select-mod .select-item.selected, .select-mod .select-item:hover, .select-mod .squery-item.selected, .select-mod .squery-item:hover {
    color: #409eff;
}

.select-mod .select-item.selected, .select-mod .squery-item.selected {
    cursor: default;
}

.select-mod .select-grp {
    padding: 5px;
    margin-bottom: 2px;
    background-color: gainsboro;
}

.select-mod .select-tit {
    padding: 5px;
    background-color: silver;
    cursor: pointer;
}

.select-mod .select-box {
    padding: 5px;
    display: none;
}

.select-mod .select-grp.open .select-box {
    display: block;
}

.select-mod.sc-show .select-btn:before {
    background-image: url(../images/temp/arr1_b.png);
}

.select-mod.sc-show .select-cont, .select-mod.sq-show .select-query {
    opacity: 1;
    visibility: visible;
}

.select-mod .select-btn:hover:before {
    color: #409eff;
}

.select-mod .select-query {
}

.select-mod .select-query:before {
}

.select-mod .squery-list {
}

.select-mod .squery-item {
}

.placeholder {
    color: #909090;
}

.ban-slick .slick-dots {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
}

.ban-slick .slick-dots li {
    background: #fff;
    opacity: 0.5;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.ban-slick .slick-dots li.slick-active {
    opacity: 1;
}

/*	复用图片包裹	*/
.scaleimg {
    overflow: hidden;
}

.scaleimg img {
    width: 100%;
    height: auto;
    -webkit-transition: transform .5s;
    transition: transform .5s;
}

.clear:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.middle {
    font-size: 0;
    letter-spacing: -1.5em;
}

.middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.x-wrap {
    max-width: 1280px;
    margin: 0 auto;
    /*height: 100%;*/
    position: relative;
}

.x-wrap::after {
    content: "";
    clear: both;
    display: block;
}

.h36 {
    font-size: 26px;
}

.h34 {
    font-size: 26px;
}

.h30 {
    font-size: 26px;
}

.h28 {
    font-size: 24px;
}

.h26 {
    font-size: 24px;
}

.h24 {
    font-size: 22px;
}

.h22 {
    font-size: 20px;
}

.h20 {
    font-size: 20px;
}

.h18 {
    font-size: 18px;
}

.h16 {
    font-size: 16px;
}

.h32 {
    font-size: 32px;
}

.pd100 {
    padding: 100px;
}

.pt0 {
    padding-top: 0;
}

.tac {
    text-align: center;
}

.headbor1 {
    border-top: 2px solid #e5e5e5;
}

.clk {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.clk .i1 {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid #999999;
    margin-right: 10px;
    position: relative;
    float: left;
}

.clk .cs1 {
    overflow: hidden;
    line-height: 1.2;
}

.clk.act .i1 {
    background: url(../images/temp/ico11.png) no-repeat center;
    background-size: cover;
}

.clk .wt_link {
    /*width: 18px;
    display: inline-block;
    margin-left: 5px;
    float: right;*/
    display: inline-block;
    width: 16px;
}

.clk .wt_link img {
    vertical-align: baseline !important;
}

.clk.clk2 .i1 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
}

.clk.clk2.act .i1 {
    background: none;
}

.clk.clk2.act .i1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2a51c5;
}

#yzmBtn.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

#yzmBtn2.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

.a_register1 {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.a_register1 .box {
    max-width: 741px;
    margin: 40px 15px 80px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a_register1 img {
    max-width: 100%;
    height: auto;
}

.a_register1 .logo {
    width: 271px;
    margin: auto;
}

.a_register1 .reg_top {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}

.a_register1 .reg_top .item {
    display: inline-block;
    margin: 0 10px;
}

.a_register1 .reg_top .item + .item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 116px;
    border-radius: 3px;
    background: #1942a5;
    margin-right: 20px;
}

.a_register1 .reg_top .item .t_box {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #1942a5;
    font-size: 0;
    letter-spacing: -1.5em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.a_register1 .reg_top .item .t_box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.a_register1 .reg_top .item .t_box .s1 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}

.a_register1 .reg_top .item.now .t_box {
    background: #3fb9ff;
}

.a_register1 .reg_top .item.now::before {
    background: #3fb9ff;
}

.a_register1 .form_box {
    background: #fff;
    border-radius: 40px;
    margin-top: 35px;
}

.a_register1 .form_box .pd100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.a_register1 .form {
    margin-top: 30px;
}

.a_register1 .form .line {
    position: relative;
}

.a_register1 .form .line::after {
    content: "";
    display: block;
    clear: both;
}

.a_register1 .form .line + .line {
    margin-top: 20px;
}

.a_register1 .form .label1 {
    width: 80px;
    line-height: 50px;
    float: left;
}

/**注册完善信息必输的小红星*/
.a_register1 .form .label1.mm::before {
    content: "*";
    color: red;
}

.a_register1 .form .ipt {
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    padding: 0 15px;
    line-height: 48px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.a_register1 .form .ipt input {
    height: 24px;
    line-height: 24px;
    width: 100%;
    background: none;
}

.a_register1 .form_box .xy {
    margin-top: 30px;
}

.a_register1 .form_box .xy .clk .i1 {
    position: relative;
    top: 1px;
}

.a_register1 .form_box .xy .s1 {
    color: #224ec4;
}

.a_register1 .form_box .button1 {
    display: block;
    background: #2a51c5;
    text-align: center;
    color: #fff;
    line-height: 45px;
    border-radius: 40px;
    margin-top: 20px;
}

.a_register1 .form_box .ts {
    padding-top: 25px;
}

.a_register1 .form_box .ts .s1 {
    color: #224ec4;
}

.a_register1 .form .btn1 {
    width: 152px;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: center;
    background: #2a51c5;
    color: #fff;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.a_register1 .form .btn1.get-verify-code:hover {
    border-radius: 0 !important;
}

.a_register1 .form .btn1 img {
    width: 100%;
    height: 100%;
}

.a_register1 .form .dx_yz .ipt input {
    width: 65%;
}

.a_register1 .form .dx_yz .ico1 {
    position: absolute;
    left: 102%;
    width: 22px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.a_register1 .form .dx_yz .ico1 img.bak {
    display: none;
}

.a_register1 .form .yzm .ipt {
    margin-right: 70px;
}

.a_register1 .form .yzm .ipt input {
    width: 58%;
}

.a_register1 .form .yzm .btn1 {
    padding: 0;
}

.a_register1 .form .yzm .sx_link {
    width: 70px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/temp/icon1.png) no-repeat center;
}

.a_register1 .form .yzm .sx_link:hover {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.a_register1 .form .text {
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    padding: 15px;
    overflow: hidden;
}

.a_register1 .form .text .t1 {
    font-weight: bold;
}

.a_register1 .form .text .p {
    padding-top: 10px;
}

.a_register1 .form .text .p1 {
    overflow: hidden;
}

.a_register1 .form .text .p1 + .p1 {
    padding-top: 15px;
}

.a_register1 .form .text .p1 .s1 {
    float: left;
}

.a_register1 .form .text .p1 .s2 {
    overflow: hidden;
}

.a_register1 .form .btn2 {
    border-radius: 26px;
    background: #86a1f1;
    line-height: 32px;
    text-align: center;
    width: 137px;
    display: block;
    color: #fff;
    margin-top: 15px;
}

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

.a_register1 .btn_wp .button2 {
    color: #fff;
    background: #2a51c5;
    display: inline-block;
    width: 45%;
    line-height: 45px;
    border-radius: 38px;
    margin: 0 1.5%;
}

.a_register1 .btn_wp .button2.col1 {
    background: #f0b12a;
}

.a_register1 .btn_wp .a_wp .ico1 {
    margin-right: -23px;
}

.a_register1 .btn_wp .link1 {
    margin-top: 15px;
    display: inline-block;
}

.a_register1 .t_tit {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.a_register1 .line + .t_tit {
    margin-top: 40px;
}

.a_register1 .jm_btn {
    width: 22px;
    height: 19px;
    background: url(../images/temp/ico5.png) no-repeat center;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.a_register1 .jm_btn.act {
    background-image: url(../images/temp/ico2.png);
}

.a_register1 .jm .ipt input {
    width: 90%;
}

.a_register1 .select-mod {
    line-height: 1.4;
    float: left;
    width: calc(100% - 80px);
}

.a_register1 .clk_wp {
    overflow: hidden;
}

.a_register1 .clk_wp .clk {
    min-width: 25%;
    float: left;
    margin-bottom: 20px;
}

.sign_tab {
}

.sign_tab .tab-bar {
    text-align: center;
}

.sign_tab .tab-bar .tab-term {
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    margin: 0 20px;
    cursor: pointer;
}

.sign_tab .tab-bar .tab-term.cur {
    color: #285bcd;
    border-bottom: 3px solid #285bcd;
}

.sign_tab .tab-cont {
    position: relative;
}

.sign_tab .tab-cont .tab-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.sign_tab .tab-cont .tab-item.act {
    position: relative;
    visibility: visible;
    opacity: 1;
}


.x-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}

.x-banner .wid {
    height: 100%;
}

.x-banner .title {
    color: #fff;
    padding-top: 10%;
}

.x-banner .title .t2 {
    padding-top: 5px;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 32px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.slick-prev {
    left: 20px;
    background: url(../images/temp/prev1_a.png) no-repeat center;
}

.slick-prev:hover {
    background-image: url(../images/temp/prev1_a.png);
}

.slick-next {
    right: 20px;
    background: url(../images/temp/next1_a.png) no-repeat center;
}

.slick-next:hover {
    background-image: url(../images/temp/next1_a.png);
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover {
    opacity: 0.5;
}


/* pc 端面包屑 */
.bread-mod .wid {
    border-bottom: 2px solid #1e2380;
    padding: 20px 0;
}

.bread-item {
    display: inline-block;
}

.bread-item a {
    color: #1e2380;
}

.bread-item + .bread-item:before {
    content: '>';
    padding: 0 5px;
    color: #333;
}

.bread-item.cur {
    color: #333;
}

.bread-link {
    -webkit-transition: color .3s;
    transition: color .3s;
}

.bread-link:hover {
    color: #1e2380;
}

/* 分页 */
a {
    cursor: pointer;
}

.page-mod {
    text-align: center;
}

.page-mod .page-item {
    display: inline-block;
    vertical-align: middle;
}

.page-mod .page-item a {
    padding: 5px;
    min-width: 30px;
    line-height: 20px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.page-mod .page-item a.now {
    background: #18378f;
    color: #fff !important;
}

@media screen and (min-width: 996px) {
    .page-mod .page-item a:hover {
        background: #18378f;
        color: #fff !important;
    }
}

.page-mod .page-item.page-prev a, .page-mod .page-item.page-next a {
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

.page-mod .page-jump {
    margin-left: 25px;
}

.page-mod .page-jump .label1 {
    display: inline-block;
    vertical-align: middle;
}

.page-mod .page-jump .ipt {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    border: 1px solid #999;
    padding: 0 5px;
    line-height: 28px;
    margin: 0 5px;
}

.page-mod .page-jump .ipt input {
    text-align: center;
    width: 100%;
}

.page-mod .page-jump .link {
    display: inline-block;
    vertical-align: middle;
    background: #18378f;
    color: #fff !important;
}

.page-mod .page-jump .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.news_xw1 {
    padding: 45px 0 90px;
}

.seac_wp {
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 60%;
}

.seac_wp .ipt {
    border: 1px solid #999999;
    -ms-flex: 1;
    flex: 1;
    height: 46px;
    line-height: 42px;
    padding: 0 15px;
}

.seac_wp .ipt input {
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.seac_wp .btn1 {
    background: #315bcb;
    color: #fff;
    width: 100px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.seac_wp .btn1 + .btn1 {
    margin-left: 10px;
}

.seac_wp .btn1:hover {
    opacity: 0.9;
}

.tab-barx1 {
    border-bottom: 2px solid #eeeeee;
    display: flex;
    display: -ms-flexbox;
    padding-top: 80px;
    -webkit-box-pack: center;
    justify-content: center;
}

.tab-barx1 .tab-term {
    color: #999999;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 24px;
    margin: 0 30px;
}

.tab-barx1 .tab-term.cur {
    color: #315bcb;
    border-bottom: 6px solid #315bcb;
}

.news_xw1 .list {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-top: 40px;
}

.news_xw1 .list .item {
    width: calc(33.33% - 27px);
    float: left;
    margin: 0 0 60px 40px;
}

.news_xw1 .list .item:nth-child(3n+1) {
    margin-left: 0;
}

.news_xw1 .list .item .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
}

.news_xw1 .list .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.news_xw1 .list .item .txt {
    padding: 15px 0 0;
}

.news_xw1 .list .item .txt .date {
    color: #999999;
}

.news_xw1 .list .item .txt .t1 {
    padding: 10px 0;
    transition: all 0.3s ease;
}

.news_xw1 .list .item .txt .p {
    color: #999999;
    line-height: 1.8;
}

.news_xw1 .top_gg {
    overflow: hidden;
    background: #f9f9f9;
    padding: 30px 35px;
    margin-top: 20px;
}

.news_xw1 .top_gg .img {
    float: right;
    width: 43.8%;
}

.news_xw1 .top_gg .img img {
    width: 100%;
    height: auto;
}

.news_xw1 .top_gg .text {
    overflow: hidden;
    text-align: justify;
    padding: 45px 6.8% 45px 0;
}

.news_xw1 .top_gg .text .t1 {
    font-weight: bold;
}

.news_xw1 .top_gg .text .p {
    color: #999;
    line-height: 2;
    padding-top: 25px;
}

.news_xw1 .arr {
    width: 20px;
    height: 5px;
    background: url(../images/temp/arr3.png) no-repeat right center;
    display: block;
    transition: 0.4s ease-in-out;
    margin-top: 30px;
}

.news_xw1 .list2 {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #d2d3e6;
}

.news_xw1 .list2 .item {
    width: calc(50% - 45px);
    float: left;
    margin: 0 0 60px 80px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    position: relative;
}

.news_xw1 .list2 .item::after {
    content: "";
    width: 0;
    height: 1px;
    background: #315bcb;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease-in-out;
}

.news_xw1 .list2 .item:nth-child(2n+1) {
    margin-left: 0;
}

.news_xw1 .list2 .item .date {
    color: #999999;
}

.news_xw1 .list2 .item .t1 {
    padding-top: 10px;
}

.news_xw1 .list2 .item .p {
    color: #999;
    padding-top: 25px;
    line-height: 1.8;
}

.news_xw1 .tab-cont {
    position: relative;
}

.news_xw1 .tab-cont .tab-item {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.news_xw1 .tab-cont .tab-item.act {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.news_xx1 {
    padding: 90px 0;
}

.news_xx1 .cont {
    padding: 0 7%;
}

.news_xx1 .title {
    padding-bottom: 45px;
    text-align: center;
}

.news_xx1 .title .t1 {
}

.news_xx1 .title .t2 {
    color: #999;
    padding-top: 25px;
}

.news_xx1 .title .t2 .s1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.news_xx1 .title .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
}

.news_xx1 .title .t2 .dz.now, .news_xx1 .title .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.news_xx1 .title .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
}

.news_xx1 .title .t2 .gk.now, .news_xx1 .title .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.news_xx1 .title .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
}

.news_xx1 .title .t2 .tt.now, .news_xx1 .title .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.news_xx1 .title .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.news_xx1 .title .t2 .down.now, .news_xx1 .title .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.news_xx1 .text {
    line-height: 1.8;
    text-align: justify;
}

.news_xx1 .text img, .news_xx1 .text video {
    max-width: 100%;
}

.news_xx1 .text .p + .p {
    padding-top: 20px;
}

.news_xx1 .down_bar {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgba(102, 117, 157, 1);
    padding: 25px 20px;
    color: #fff;
    margin-top: 50px;
    border-radius: 15px;
}

.news_xx1 .down_bar a {
    color: #fff;
}

.news_xx1 .xbtn1 {
    display: inline-block;
    border-radius: 5px;
    width: 132px;
    line-height: 39px;
    border: 1px solid #315bcb;
    color: #315bcb;
    margin-top: 5%;
    transition: all 0.4s ease-in-out;
}

.pagexx-mod {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #1e2380;
}

.pagexx-mod a {
    color: #999;
    overflow: hidden;
}

.pagexx-mod .page-item .s1 {
    float: left;
}

.pagexx-mod .page-item .s2 {
    overflow: hidden;
}

.pagexx-mod .page-item + .page-item {
    padding-top: 15px;
}

.bor1_blue {
    border-top: 1px solid #1e2380;
}

.cbo_center1 {
    padding: 70px 0;
}

.cbo_center1 .left_box {
    float: left;
    width: 64%;
    margin-right: 3.125%;
}

.cbo_center1 .left_box .tit {
    padding-bottom: 20px;
}

.cbo_center1 .left_box .list {
}

.cbo_center1 .left_box .list .item {
    background: #f8f8f8;
    padding: 25px 30px 20px 20px;
}

.cbo_center1 .left_box .list .item + .item {
    margin-top: 20px;
}

.cbo_center1 .left_box .list .item .t1 {
    font-weight: bold;
    padding-bottom: 10px;
}

.cbo_center1 .left_box .list .item .txt {
    color: #999;
    line-height: 1.6;
    text-align: justify;
}

.cbo_center1 .left_box .list .item .txt .p {
    display: none;
}

.cbo_center1 .left_box .list .item .txt .p.show {
    display: block;
}

.cbo_center1 .left_box .list .item .fun_btn {
    text-align: right;
    padding: 5px 0;
}

.cbo_center1 .left_box .list .item .fun_btn .s1 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2.png) no-repeat right center;
}

.cbo_center1 .left_box .list .item .fun_btn .s1.act {
    background-image: url(../images/temp/arr2_a.png);
}

.cbo_center1 .left_box .list .item .btm_bar {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
}

.cbo_center1 .left_box .list .item .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.cbo_center1 .left_box .list .item .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.cbo_center1 .left_box .list .item .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.cbo_center1 .left_box .list .item .btm_bar .r .d {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    cursor: pointer;
}

.cbo_center1 .left_box .list .item .btm_bar .r .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
}

.cbo_center1 .left_box .list .item .btm_bar .r .dz.now, .cbo_center1 .left_box .list .item .btm_bar .r .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.cbo_center1 .left_box .list .item .btm_bar .r .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
}

.cbo_center1 .left_box .list .item .btm_bar .r .gk.now, .cbo_center1 .left_box .list .item .btm_bar .r .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_center1 .right_box {
    overflow: hidden;
    padding-top: 45px;
}

.cbo_center1 .right_box > div {
    border-top: 1px solid #1e2380;
    background: #f8f8f8;
}

.cbo_center1 .right_box > div + div {
    margin-top: 20px;
}

.cbo_center1 .right_box .box1 {
    overflow: hidden;
    padding: 30px 0 25px;
}

.cbo_center1 .right_box .box1 .item {
    float: left;
    width: 33.33%;
    text-align: center;
}

.cbo_center1 .right_box .box1 .item .ico {
    border-radius: 50%;
    width: 76px;
    height: 76px;
    background: #315bcb;
    text-align: center;
    margin: auto;
}

.cbo_center1 .right_box .box1 .item .ico img {
    max-width: 80%;
    height: auto;
    transition: all 0.4s ease;
}

.cbo_center1 .right_box .box1 .item .t1 {
    padding-top: 10px;
}

.cbo_center1 .right_box .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}

.cbo_center1 .right_box .list .item {
    width: calc(50% - 10px);
    margin: 20px 0 0 20px;
    text-align: center;
}

.cbo_center1 .right_box .list .item .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 63%;
}

.cbo_center1 .right_box .list .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.cbo_center1 .right_box .list .item .t1 {
    padding-top: 10px;
    transition: all 0.3s ease;
}

.cbo_center1 .right_box .list .item:nth-child(odd) {
    margin-left: 0;
}

.cbo_center1 .right_box .box2 {
    padding: 20px;
}

.cbo_center1 .right_box .top_img {
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}

.cbo_center1 .right_box .top_img .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 55%;
}

.cbo_center1 .right_box .top_img .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.cbo_center1 .right_box .top_img .t1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
}

.cbo_center1 .right_box .list2 {
}

.cbo_center1 .right_box .list2 .item + .item {
    border-top: 1px solid #e5e5e5;
}

.cbo_center1 .right_box .list2 .item a {
    display: block;
    padding: 20px 0;
    color: #666;
}

.cbo_center1 .right_box .list2 .item:last-child a {
    padding-bottom: 0;
}

.x-title1 {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

.x-title1 .red {
    color: #f42d2d;
    display: inline-block;
}

.x-title1 .x-link1 {
    color: #999999;
    transition: all 0.3s ease;
}

.cbo_course1 {
    padding: 70px 0 100px;
}

.cbo_course1 .box .item {
    position: relative;
}

.cbo_course1 .box .item + .item {
    margin-top: 50px;
    padding-top: 50px;
}

.cbo_course1 .box .item + .item::before {
    content: "";
    border-top: 2px solid #eeeeee;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
}

.cbo_course1 .tit {
    padding-bottom: 20px;
}

.cbo_course1 .slick-list {
    margin: 0 -10px;
}

.cbo_course1 .slick-mod .mar {
    margin: 0 10px;
}

.cbo_course1 .slick-mod .mar .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 66%;
}

.cbo_course1 .slick-mod .mar .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.cbo_course1 .slick-mod .mar .txt {
    padding-top: 15px;
}

.cbo_course1 .slick-mod .mar .txt .t1 {
}

.cbo_course1 .slick-mod .mar .txt .p {
    color: #999;
    line-height: 1.6;
    padding-top: 8px;
}

.cbo_course1 .slick-arrow {
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.cbo_course1 .slick-prev {
    left: -80px;
}

.cbo_course1 .slick-next {
    right: -80px;
}

.cbo_course1 .slick-mod1 .slick-list {
    margin: 0;
}

.cbo_course1 .slick-mod1 .padd {
    display: -ms-flexbox;
    display: flex;
}

.cbo_course1 .slick-mod1 .padd .l {
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.cbo_course1 .slick-mod1 .padd .l .t1 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #fff;
}

.cbo_course1 .slick-mod1 .padd .l img {
    height: 100%;
}

.cbo_course1 .slick-mod1 .padd .r {
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.484375%;
}

.cbo_course1 .slick-mod1 .padd .r .d + .d {
    margin-top: 19px;
}

.cbo_course1 .slick-mod1 .padd .r .d a {
    display: -ms-flexbox;
    display: flex;
}

.cbo_course1 .slick-mod1 .padd .img {
    overflow: hidden;
    height: 100%;
}

.cbo_course1 .slick-mod1 .padd .r .d .txt {
    -ms-flex: 1;
    flex: 1;
    background: #e4eef9;
    text-align: center;
    transition: all 0.4s ease;
}

.cbo_course1 .slick-mod1 .padd .r .img {
    width: 51%;
}

.cbo_course1 .slick-mod1 .slick-arrow {
    transform: none;
}

.cbo_course2 {
    padding: 80px 0 100px;
}

/* .cbo_course2 .padd {padding: 0 7%;} */
.cbo_course2 .course_top {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.cbo_course2 .course_top .img {
    min-width: 50%;
}

.cbo_course2 .course_top .img img {
    width: 100%;
    height: auto;
}

.cbo_course2 .course_top .text {
    padding: 45px;
    overflow: hidden;
}

.cbo_course2 .course_top .text .p {
    line-height: 1.6;
    color: #666;
    padding-top: 25px;
}

.cbo_course2 .btm_list {
    margin-top: 40px;
    border-top: 2px solid #1e2380;
}

.cbo_course2 .tit {
    padding: 25px 0;
}

.cbo_course2 .btm_list .list {
    margin-top: 20px;
}

.cbo_course2 .btm_list .list .line {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
}

.cbo_course2 .btm_list .list .line:first-child {
    border-top: 1px solid #eeeeee;
}

.cbo_course2 .btm_list .list .line .l {
    -ms-flex: 1;
    flex: 1;
    max-width: 85%;
}

.cbo_course2 .btm_list .list .line .l .t1 {
    color: #666666;
}

.cbo_course2 .btm_list .list .line .l .t2 {
    color: #999;
    padding-top: 15px;
}

.cbo_course2 .btm_list .list .line .l .t2 .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.cbo_course2 .btm_list .list .line .l .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.cbo_course2 .btm_list .list .line .l .t2 .dz.now, .cbo_course2 .btm_list .list .line .l .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list .line .l .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.cbo_course2 .btm_list .list .line .l .t2 .gk.now, .cbo_course2 .btm_list .list .line .l .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list .line .l .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
    cursor: pointer;
}

.cbo_course2 .btm_list .list .line .l .t2 .tt.now, .cbo_course2 .btm_list .list .line .l .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list .line .l .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.cbo_course2 .btm_list .list .line .l .t2 .down.now, .cbo_course2 .btm_list .list .line .l .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list .line .r .btn1 {
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background: #315bcb;
    color: #fff;
    display: block;
    width: 90px;
}

.cbo_course2 .btm_list .list .line .r .btn1:hover {
    opacity: 0.9;
}

.cbo_course2 .btm_list .list2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.cbo_course2 .btm_list .list2 .item {
    margin: 40px 0px 0 18px;
    width: calc(25% - 14px);
    float: left;
}

.cbo_course2 .btm_list .list2 .item:nth-child(4n+1) {
    margin-left: 0;
}

.cbo_course2 .btm_list .list2 .item .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 57%;
}

.cbo_course2 .btm_list .list2 .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.cbo_course2 .btm_list .list2 .item .img .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/temp/play1.png) no-repeat center;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cbo_course2 .btm_list .list2 .item .t1 {
    color: #666;
    padding-top: 15px;
}

.cbo_course2 .btm_list .list2 .item .t2 {
    color: #999;
    padding-top: 10px;
}

.cbo_course2 .btm_list .list2 .item .t2 .s1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.cbo_course2 .btm_list .list2 .item .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
}

.cbo_course2 .btm_list .list2 .item .t2 .dz.now, .cbo_course2 .btm_list .list2 .item .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list2 .item .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
}

.cbo_course2 .btm_list .list2 .item .t2 .gk.now, .cbo_course2 .btm_list .list2 .item .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list2 .item .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
}

.cbo_course2 .btm_list .list2 .item .t2 .tt.now, .cbo_course2 .btm_list .list2 .item .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.cbo_course2 .btm_list .list2 .item .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.cbo_course2 .btm_list .list2 .item .t2 .down.now, .cbo_course2 .btm_list .list2 .item .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}


.cbo_result1 {
    padding: 50px 0 60px;
}

.cbo_result1 .padd {
    padding: 0 7%;
}


.cbo_result1 .list_box .tit_wp {
    padding-bottom: 20px;
}

.cbo_result1 .list_box .tit_wp .xtit {
    width: 90px;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
}

.cbo_result1 .list_box .tit_wp .xtit.col1 {
    background: #315bcb;
    color: #fff;
}

.cbo_result1 .list_box .tit_wp .xtit.col2 {
    background: #00c4e5;
    color: #fff;
}

.cbo_result1 .list_box .tit_wp .xtit.col3 {
    background: #8364fa;
    color: #fff;
}

.cbo_result1 .list_box .tit_wp .xtit.col4 {
    background: #315bcb;
    color: #fff;
}

.cbo_result1 .list_box .line {
    padding: 35px 0;
    border-bottom: 2px solid #eeeeee;
}

.cbo_result1 .list_box .line .item {
    background: #f8f8f8;
    padding: 25px 30px 20px 20px;
}

.cbo_result1 .list_box .line .item + .item {
    margin-top: 20px;
}

.cbo_result1 .list_box .line .item .t1 {
    font-weight: bold;
    padding-bottom: 10px;
}

.cbo_result1 .list_box .line .item .txt {
    color: #999;
    line-height: 1.6;
    text-align: justify;
}

.cbo_result1 .list_box .line .item .txt .p {
    display: none;
}

.cbo_result1 .list_box .line .item .txt .p.show {
    display: block;
}

.cbo_result1 .list_box .line .item .fun_btn {
    text-align: right;
    padding: 5px 0;
}

.cbo_result1 .list_box .line .item .fun_btn .s1 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2.png) no-repeat right center;
}

.cbo_result1 .list_box .line .item .fun_btn .s1.act {
    background-image: url(../images/temp/arr2_a.png);
}

.cbo_result1 .list_box .line .item .btm_bar {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
}

.cbo_result1 .list_box .line .item .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.cbo_result1 .list_box .line .item .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.cbo_result1 .list_box .line .item .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.cbo_result1 .list_box .line .item .btm_bar .r .d {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    cursor: pointer;
}

.cbo_result1 .list_box .line .item .btm_bar .r .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
}

.cbo_result1 .list_box .line .item .btm_bar .r .dz.now, .cbo_result1 .list_box .line .item .btm_bar .r .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.cbo_result1 .list_box .line .item .btm_bar .r .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
}

.cbo_result1 .list_box .line .item .btm_bar .r .gk.now, .cbo_result1 .list_box .line .item .btm_bar .r .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_result1 .list_box .line .item2 .pic img {
    max-width: 100%;
}

.cbo_result1 .list_box .line .item2 .t1 {
    padding-top: 15px;
}

.cbo_result1 .list_box .line .item3 {
    overflow: hidden;
    margin-top: -20px;
}

.cbo_result1 .list_box .line .item3 .d {
    float: left;
    width: 20%;
    margin: 20px 20px 0 0;
    text-align: center;
    max-width: 179px;
}

.cbo_result1 .list_box .line .item3 .d .t1 {
    padding-top: 10px;
}

.cbo_result1 .list_box .line .item4 {
}

.cbo_result1 .list_box .line .item4 .txt {
    line-height: 1.6;
    text-align: justify;
}

.cbo_result1 .list_box .line .item4 .txt .p {
    display: none;
}

.cbo_result1 .list_box .line .item4 .txt .p.show {
    display: block;
}

.cbo_result1 .list_box .line .item4 .fun_btn {
    text-align: right;
    padding: 5px 0;
}

.cbo_result1 .list_box .line .item4 .fun_btn .s1 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2.png) no-repeat right center;
}

.cbo_result1 .list_box .line .item4 .fun_btn .s2 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2_b.png) no-repeat right center;
}

.cbo_result1 .list_box .line .item4 .fun_btn .s1.act {
    background-image: url(../images/temp/arr2_a.png);
}

.cbo_result1 .list_box .line .item4 .btm_bar {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #999;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .dz.now, .cbo_result1 .list_box .line .item4 .btm_bar .r .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .gk.now, .cbo_result1 .list_box .line .item4 .btm_bar .r .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
    cursor: pointer;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .tt.now, .cbo_result1 .list_box .line .item4 .btm_bar .r .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.cbo_result1 .list_box .line .item4 .btm_bar .r .down.now, .cbo_result1 .list_box .line .item4 .btm_bar .r .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.ipt.focus {
    border-color: #2a51c5 !important;
}

.cbo_center1 .cob_tps {
    padding: 10px 0 50px;
}

.cbo_center1 .cob_tps .qt {
    margin-left: 40px;
    color: #315bcb;
}

.cbo_center1 .cob_tps .taba {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
}

.cbo_center1 .cob_tps .taba + .taba {
    margin-left: 30px;
}

.cbo_center1 .cob_tps .taba.cur {
    color: #315bcb;
}

.qa_list_item {
    background: #f8f8f8;
    padding: 25px 30px 20px 20px;
}

.qa_list_item .t1 {
    font-weight: bold;
    padding-bottom: 10px;
}

.qa_list_item .txt {
    color: #999;
    line-height: 1.6;
    text-align: justify;
}

.qa_list_item .txt .p {
    display: none;
}

.qa_list_item .txt .p a:hover {
    color: #315bcb;
    font-weight: bold;
}

.qa_list_item .txt .p.show {
    display: block;
}

.qa_list_item .fun_btn {
    text-align: right;
    padding: 10px 0;
}

.qa_list_item .fun_btn .s1 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2.png) no-repeat right center;
}

.qa_list_item .fun_btn .s1.act {
    background-image: url(../images/temp/arr2_a.png);
}

.qa_list_item .btm_bar {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.qa_list_item .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.qa_list_item .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.qa_list_item .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.qa_list_item .btm_bar .l .s1 .bq {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    background: #e62a2a;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.qa_list_item .btm_bar .l .s2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.qa_list_item .btm_bar .r .d {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    color: #999;
    height: 16px;
}

.qa_list_item .btm_bar .r .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.qa_list_item .btm_bar .r .dz.now, .qa_list_item .btm_bar .r .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be !important;
}

.qa_list_item .btm_bar .r .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.qa_list_item .btm_bar .r .gk.now, .qa_list_item .btm_bar .r .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be !important;
}

.qa_list_item .btm_bar .r .pl {
    padding-left: 25px;
    background: url(../images/temp/ico12.png) no-repeat left center;
    position: relative;
    cursor: pointer;
}

.qa_list_item .btm_bar .r .pl::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #333;
    margin-top: -6px;
}

.qa_list_item .btm_bar .r .pl.now, .qa_list_item .btm_bar .r .pl:hover {
    background-image: url(../images/temp/ico12_a.png);
    color: #1f45be !important;
}

.qa_list_item .btm_bar .r .fx {
    padding-left: 25px;
    background: url(../images/temp/ico13.png) no-repeat left center;
    /**光标为手*/
    cursor: pointer;
}

.qa_list_item .btm_bar .r .fx.now, .qa_list_item .btm_bar .r .fx:hover {
    background-image: url(../images/temp/ico13_a.png);
    color: #1f45be !important;
}

.qa_list_item .btm_bar .r .sc {
    padding-left: 25px;
    background: url(../images/temp/ico14.png) no-repeat left center;
    cursor: pointer;
}

.qa_list_item .btm_bar .r .sc.now, .qa_list_item .btm_bar .r .sc:hover {
    background-image: url(../images/temp/ico14_a.png);
    color: #1f45be !important;
}

.qa_list_item .btm_bar .r .sl {
    padding-left: 22px;
    background: url(../images/temp/ico29.png) no-repeat left center;
    background-size: 14px;
}

.qa_list_item .btm_bar .r .sl.now, .qa_list_item .btm_bar .r .sl:hover {
    background-image: url(../images/temp/ico29_a.png);
    background-size: 14px;
    color: #1f45be !important;
}

.qa_list1 {
    padding-bottom: 60px;
}

.qa_list1 .line {
    margin-top: 20px;
}

.cbo_qa1 .tab-bar {
    border-bottom: 2px solid #eeeeee;
}

.cbo_qa1 .tab-bar .tab-term {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    padding: 5px 0 15px;
    border-bottom: 6px solid transparent;
}

.cbo_qa1 .tab-bar .tab-term.cur {
    color: #315bcb;
    border-bottom: 6px solid #315bcb;
}

.cbo_qa1 .left_box {
    position: relative;
}

.cbo_qa1 .tw_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #315bcb;
    border-radius: 5px;
}

.cbo_qa1 .tw_btn .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.cbo_qa1 .tw_btn .s1 {
    display: inline-block;
    vertical-align: middle;
}

.cbo_qa1 .right_box {
    padding-top: 0;
}

.cbo_qa1 .right_box .list3 {
    margin-top: 20px;
}

.cbo_qa1 .right_box .qa_list_item {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.cbo_qa1 .right_box .qa_list_item:last-child {
    padding-bottom: 0;
}


.cbo_quiz1 {
    padding: 50px 0 60px;
}

.cbo_quiz1 .box {
    width: 90%;
    margin: auto;
    max-width: 820px;
    background: #f8f8f8;
    border-top: 1px solid #1e2380;
    padding: 0 20px;
}

.cbo_quiz1 .box + .box {
    margin-top: 20px;
}

.cbo_quiz1 .title {
    border-bottom: 2px solid #eeeeee;
    padding: 35px 0 25px;
    margin-bottom: 15px;
}

.cbo_quiz1 .txt {
    line-height: 1.8;
    color: #999;
    padding: 0 0 15px;
}

.cbo_quiz1 .bb_wp {
    border-top: 2px solid #eeeeee;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    padding: 20px 0;
}

.cbo_quiz1 .bb_wp .s2 {
    color: #2245c1;
}

.cbo_quiz1 .form {
}

.cbo_quiz1 .form .line {
}

.cbo_quiz1 .form .line + .line {
    margin-top: 10px;
}

.cbo_quiz1 .form .line .label1 {
    padding: 15px 0;
}

.cbo_quiz1 .form .line .ipt {
    padding: 15px;
    background: #fff;
    position: relative;
    border: 1px solid #eeeeee;
}

.cbo_quiz1 .form .line .ipt input {
    width: 90%;
    height: 20px;
    line-height: 20px;
}

.cbo_quiz1 .form .line .ipt textarea {
    width: 100%;
    border: 0;
    resize: none;
    height: 130px;
    outline: none;
}

.cbo_quiz1 .form .line .ipt .num {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cbo_quiz1 .form .line .ipt .num .s1 {
    display: initial;
}

.cbo_quiz1 .form .line .ipt .num .s1.red {
    color: red;
}

.cbo_quiz1 .form .fun_wp {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0 40px;
}

.cbo_quiz1 .form .fileQaShow {
    padding: 0px !important;
}

.cbo_quiz1 .form .fun_wp .t {
    flex: 1;
    margin-right: 50px;
}

.cbo_quiz1 .form .fun_wp .t .li {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 5px 0;
}

.cbo_quiz1 .form .fun_wp .t .li .ico {
    width: 18px;
}

.cbo_quiz1 .form .fun_wp .t .li .ico img {
    max-width: 100%;
    height: auto;
}

.cbo_quiz1 .form .fun_wp .t .li .s1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 265px;
    margin: 0 10px;
}

.cbo_quiz1 .form .fun_wp .t .li .sub {
    color: #315bcb;
    cursor: pointer;
}

.cbo_quiz1 .form .fun_wp .t2 {
    color: #999;
    font-size: 12px;
    padding-top: 5px;
}

.cbo_quiz1 .form .fun_wp .fun .clk {
    vertical-align: middle;
}

.cbo_quiz1 .form .fun_wp .fun .clk .i1 {
    position: relative;
    top: 1px;
}

.cbo_quiz1 .form .fun_wp .fun .clk .cs1 {
    display: inline-block;
}

.cbo_quiz1 .form .fun_wp .fun .btn1 {
    display: inline-block;
    vertical-align: middle;
    width: 134px;
    line-height: 41px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #315bcb;
    border: 1px solid #315bcb;
    position: relative;
    overflow: hidden;
}

.cbo_quiz1 .form .fun_wp .fun .file_btn {
    background: none;
    color: #315bcb;
    margin: 0 5px 0 30px;
}

.cbo_quiz1 .form .fun_wp .fun .file_btn input {
    position: absolute;
    cursor: pointer;
    width: 200%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
}

.cbo_qa1 .btm_bar .tw_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.cbo_qa1 .btm_bar .tw_btn .s1 {
    margin-left: 0;
}

.cbo_qa1 .btm_bar.bar2 {
    padding-top: 20px;
    border-top: 2px solid #eeeeee;
    margin-top: 25px;
}

.cbo_qa_xx1 .qa_box {
    margin-bottom: 20px;
}

.cbo_qa_xx1 .qa_formbox {
    display: none;
}

.cbo_qa_xx1 .qa_box .box {
    margin: 0;
    width: auto;
    padding-top: 30px;
}

.cbo_qa_xx1 .link_all {
    display: block;
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
}

.cbo_center1 .right_box .box2 .list2 {
    margin-top: 20px;
}

.cbo_center1 .right_box .box2 .top_img + .list2 {
    margin-top: 0;
}

.cbo_center1 .right_box .box2 .list2 .line {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.cbo_center1 .right_box .box2 .list2 .line:last-child {
    padding-bottom: 0;
}

.cbo_center1 .right_box .box2 .list2 .line .s1 {
    float: left;
    width: 72%;
}

.cbo_center1 .right_box .box2 .list2 .line .s2 {
    float: right;
    color: #666666;
    margin-top: 2px;
}

.scroll_cata {
    height: 395px;
}

.scroll_cata .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.cbo_catalogue1 {
    padding: 45px 0 100px;
}

.cbo_catalogue1 .tab-barx1 {
    margin-bottom: 40px;
}

.catalogue_left {
    float: left;
    width: 23%;
    background: #f8f8f8;
    border-top: 1px solid #1e2380;
    padding: 20px;
    margin-right: 3%;
}

.catalogue_left .catalogue_left_list.phone {
    display: none;
}

.catalogue_left_ipt {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.catalogue_left_ipt input {
    width: 100%;
    text-align: center;
}

.catalogue_left_list .line + .line {
    border-top: 1px solid #eeeeee;
}

.catalogue_left_list .line .line_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0;
}

.catalogue_left_list .line .line_box .all_btn {
    margin: 0 20px;
    position: relative;
    border: 0;
    cursor: pointer;
}

.catalogue_left_list .line .line_box .all_btn + .all_btn::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 50%;
    width: 2px;
    height: 22px;
    background: #e7e7e7;
    margin-top: -11px;
}

.catalogue_left_list .line .line_box .all_btn:first-child {
    margin-left: 0;
}

.catalogue_left_list .line .line_box .all_btn:last-child {
    margin-right: 0;
}

.catalogue_left_list .line .line_box .all_btn .posi_box {
    width: 180px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 150%;
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 9;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 10px;
    height: 8px;
    background: url(../images/temp/arr6.png) no-repeat center;
    margin-left: -5px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .scroll2 {
    max-height: 100px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .list {
    white-space: nowrap;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .list .t {
    cursor: pointer;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .list .t + .t {
    margin-top: 5px;
    text-align: left;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .list .clk .i1 {
    margin-top: 5px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.catalogue_left_list .line .line_box .all_btn:hover .posi_box {
    visibility: visible;
    opacity: 1;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .list .t:hover {
    color: #315bcb;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .btns .btn1 {
    border-radius: 3px;
    background: #aaaaaa;
    padding: 0 5px;
    line-height: 22px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .btns .btn1 + .btn1 {
    margin-left: 3px;
}

.catalogue_left_list .line .line_box .all_btn .posi_box .btns .btn1.col1 {
    background: #315bcb;
}

.catalogue_left_list .line .all_btn {
    text-align: center;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.catalogue_left_list .line .all_btn .arr {
    padding-right: 20px;
    background: url(../images/temp/arr4.png) no-repeat right center;
    display: inline-block;
}

.catalogue_left_list .line .all_btn.now .arr {
    background-image: url(../images/temp/arr4_a.png);
}

.catalogue_left_list .line a {
    display: block;
    padding: 20px 0;
}

.catalogue_left_list .line a.cur {
    color: #315bcb;
}

.catalogue_left_list .line a.cur .i1.cur {
    border-color: #315bcb;
    background: url('../images/temp/ico11.png') no-repeat center;
}


.catalogue_left_list .line:last-child a {
    padding-bottom: 0;
}

.catalogue_right {
    width: 74%;
    float: right;
}

.catalogue_right .catalogue_tags {
    overflow: hidden;
}

.catalogue_right .catalogue_tags .btn1 {
    float: left;
    line-height: 35px;
    padding: 0 15px;
    min-width: 95px;
    text-align: center;
    color: #315bcb;
    border: 1px solid #315bcb;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    transition: all 0.3s ease;
}

.catalogue_right .catalogue_tags .btn1.now {
    background: #00c4e5;
    color: #fff;
    border-color: #00c4e5;
}

.catalogue_right .catalogue_screen {
    padding-top: 20px;
}

.catalogue_right .catalogue_screen .d1 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    background: url(../images/temp/arr4.png) no-repeat right center;
    margin-right: 50px;
}

.catalogue_right .catalogue_screen .d1.now {
    background-image: url(../images/temp/arr4_a.png);
}

.catalogue_right .catalogue_pic {
    margin-top: 20px;
}

.catalogue_right .catalogue_list {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.catalogue_right .catalogue_list_line {
    border-bottom: 1px solid #eee;
}

.catalogue_right .catalogue_list_line .txt {
    color: #666;
}

.catalogue_right .catalogue_list_line .txt .p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/
    width: 75%;
}

.catalogue_right .catalogue_list_line .qa_list_item {
    background: none;
    padding: 25px 0;
}

.catalogue_right .catalogue_list_line .qa_list_item .btm_bar .r .d {
    margin-right: 30px;
    margin-left: 0;
    color: #999;
}

.cbo_catalogue1 .cbo_course1 {
    padding: 0;
}

.coruse_tags {
    padding-top: 25px;
}

.coruse_tags .tag_btn1 {
    float: left;
    margin: 10px 20px 0 0;
    min-width: 95px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
}

.coruse_tags .tag_btn1.col1 {
    background: #00c4e5;
}

.coruse_tags .tag_btn1.col2 {
    background: #8364fa;
}

.coruse_tags .tag_btn1.col3 {
    background: #4a8ef8;
}

.coruse_tags .tag_btn1:hover {
    background: #8364fa;
    color: #fff;
}

.cbo_course2 .btm_list .list .line .l .txt {
    line-height: 1.6;
    text-align: justify;
    color: #666;
}

.cbo_course2 .btm_list .list .line .l .txt .p {
    display: none;
}

.cbo_course2 .btm_list .list .line .l .txt .p:hover a {
    color: #315bcb;
    font-weight: bold;
}

.cbo_course2 .btm_list .list .line .l .txt .p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cbo_course2 .btm_list .list .line .l .txt .p.show {
    display: block;
}

.cbo_course2 .btm_list .list .line .r .fun_btn .s1 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2.png) no-repeat right center;
}

.cbo_course2 .btm_list .list .line .r .fun_btn .s2 {
    cursor: pointer;
    color: #315bcb;
    padding-right: 15px;
    background: url(../images/temp/arr2_b.png) no-repeat right center;
}

.cbo_course2 .btm_list .list .line .r .fun_btn .s1.act {
    background-image: url(../images/temp/arr2_a.png);
}

.cptjxx_bar .qa_list_item {
    background: none;
    padding: 20px 0 15px;
}

.cptjxx_bar .qa_list_item .btm_bar .r .d {
    margin-left: 0;
    margin-right: 30px;
    color: #666;
}

.cptjxx_text {
    border-top: 2px solid #eeeeee;
    margin-top: 30px;
}

.cptjxx_text img {
    height: auto !important;
}

.cptjxx_text .t1 {
    padding-top: 35px;
}

.cptjxx_text .p {
    padding-top: 10px;
    color: #666;
    line-height: 1.8;
}

.cptjxx_text .p span {
    font-size: 14px !important;
}

.cptjxx_text .p.col1 {
    color: #333;
}

.cbo_cptjxx1 .down_bar {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgba(102, 117, 157, 1);
    padding: 25px 20px;
    color: #fff;
    margin-top: 50px;
    border-radius: 15px;
}

.cbo_cptjxx1 .down_bar a {
    color: #fff;
}

.cptjxx_fx .qa_list_item {
    background: none;
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee;
    overflow: hidden;
}

.cptjxx_fx .qa_list_item .btm_bar {
    float: right;
}

.cptjxx_fx .qa_list_item .btm_bar .d {
    color: #666;
}

.cptjxx_form {
    margin-top: 30px;
}

.cptjxx_form .form .line {
}

.cptjxx_form .form .line + .line {
    margin-top: 10px;
}

.cptjxx_form .form .line .label1 {
    padding: 15px 0;
}

.cptjxx_form .form .line .ipt {
    padding: 15px;
    background: #f8f8f8;
    position: relative;
    border: 1px solid #c2c2c2;
}

.cptjxx_form .form .line .ipt input {
    width: 90%;
    height: 20px;
    line-height: 20px;
}

.cptjxx_form .form .line .ipt textarea {
    width: 100%;
    border: 0;
    resize: none;
    height: 130px;
    outline: none;
    background: none;
}

.cptjxx_form .form .line .ipt .num {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cptjxx_form .form .line .ipt .num .s1 {
    display: initial;
}

.cptjxx_form .form .line .ipt .num .s1.red {
    color: red;
}

.cptjxx_form .form .fun_wp {
    padding: 20px 0 0;
    text-align: right;
}

.cptjxx_form .form .fun_wp .fun .btn1 {
    display: inline-block;
    vertical-align: middle;
    width: 134px;
    line-height: 41px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #315bcb;
    border: 1px solid #315bcb;
    position: relative;
    overflow: hidden;
}

.cptjxx_pl .cptjxx_pl_tit {
    padding: 10px 0 15px;
}

.cptjxx_pl .cptjxx_pl_list .line {
    padding: 20px 0;
    border-top: 2px solid #eeeeee;
}

.cptjxx_pl .cptjxx_pl_list .line .btm_bar {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
}

.cptjxx_pl .cptjxx_pl_list .line .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.cptjxx_pl .cptjxx_pl_list .line .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.cptjxx_pl .cptjxx_pl_list .line .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.cptjxx_pl .cptjxx_pl_list .line .txt {
    padding-top: 15px;
    color: #666;
    line-height: 1.8;
}

.cbo_center1 .right_box .box2 .list2 .line .s2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.cbo_center1 .right_box .box2 .list2 .line .s2 .gk.now, .cbo_center1 .right_box .box2 .list2 .line .s2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.cbo_cptjxx1 .right_box {
    padding-top: 0;
}

.personal_left {
    width: 23.4375%;
    float: left;
    margin-right: 1.5625%;
    padding: 0 20px;
    background: #f8f8f8;
    border-top: 1px solid #1e2380;
}

.personal_right {
    float: right;
    width: 75%;
}

.personal_right .mar_box + .mar_box {
    margin-top: 20px;
}

.personal_information1 {
    padding: 50px 0 100px;
}

.personal_left_lsit {
}

.personal_left .personal_left_lsit.phone {
    display: none;
}

.personal_left_lsit .line {
    text-align: center;
}

.personal_left_lsit .line + .line {
    border-top: 1px solid #e6e6e6;
}

.personal_left_lsit .line a {
    display: block;
    color: #333;
    padding: 20px 0;
}

.personal_left_lsit .line a.cur {
    color: #315bcb;
}

.personal_information_box {
    background: #f8f8f8 url(../images/temp/bar1.png) no-repeat top center;
    position: relative;
}

.personal_information_box .tit {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
}

.personal_information_box .top {
    text-align: center;
    padding-top: 60px;
}

.personal_information_box .top .ico {
    width: 189px;
    height: 189px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.personal_information_box .top .ico img {
    width: 100%;
    height: auto;
}

.personal_information_box .top .btn1 {
    width: 104px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #315bcb;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.personal_information_box .top .btn1 input {
    position: absolute;
    cursor: pointer;
    width: 200%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
}

.personal_information_list {
    display: flex;
    display: -ms-flexbox;
    padding: 35px 0;
}

.personal_information_list .item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 5.2%;
}

.personal_information_list .line {
    display: flex;
    display: -ms-flexbox;
    padding: 10px 0;
    align-items: center;
    -webkit-box-align: center;
}

.personal_information_list .line .ipt {
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
    border: 1px solid transparent;
    height: 41px;
}

.personal_information_list .line .ipt.focus {
    border-color: transparent !important;
}

.personal_information_list .line .ipt.show {
    padding: 10px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #315bcb !important;
}

.personal_information_list .line .ipt input {
    width: 100%;
    background: none;
    cursor: auto;
}

.personal_information_list .line .link_wp .a1 {
    color: #999;
    display: inline-block;
    margin-left: 10px;
}

.personal_information_list .line .ipt_btn {
    width: 17px;
    height: 17px;
    background: url(../images/temp/ico19.png) no-repeat center;
    cursor: pointer;
}

.personal_information_btn1 {
    display: inline-block;
    width: 128px;
    line-height: 47px;
    background: #315bcb;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.a_register1.personal_xgmm1 {
    min-height: initial;
}

.a_register1.personal_xgmm1 .form_box {
    border: 1px solid #eeeeee;
}

.a_register1.personal_xgmm1 .form_box .pd100 {
    padding-bottom: 60px;
}

.a_register1.personal_xgmm1 .form_box .button1 {
    margin-top: 35px;
}

.personal_center_name {
    background: url(../images/temp/personal_center1.jpg) no-repeat center;
    padding: 35px 40px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    color: #fff;
}

.personal_center_name .l {
    -ms-flex: 1;
    flex: 1;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
}

.personal_center_name .l .ico {
    /*width: 117px;
    height: 117px;*/
    border-radius: 50%;
    overflow: hidden;
}

.personal_center_name .l .ico img {
    /*width: 100%;
    height: auto;*/
    width: 117px;
    height: 117px;
}

.personal_center_name .l .txt {
    padding-left: 20px;
}

.personal_center_name .l .txt .t2 {
    padding-top: 15px;
}

.personal_center_name a {
    color: #fff;
}

.personal_center_jbxx {
    padding: 25px 40px;
    display: flex;
    display: -ms-flexbox;
    background: #fafafa;
}

.personal_center_jbxx .l {
    -ms-flex: 1;
    flex: 1;
}

.personal_center_jbxx .l .tit {
    padding-bottom: 15px;
}

.personal_center_jbxx .l .p {
    padding-top: 15px;
}

.personal_center_jbxx .r .link1 {
    display: block;
    text-align: right;
    padding: 13px 0;
}

.personal_center_jbxx a {
    color: #999;
}

.personal_center_qymx {
    padding: 35px 40px;
    background: #fafafa;
}

#my_ec1 {
    height: 300px;
}

.personal_center_qymx .personal_center_qymx_list {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.personal_center_qymx_list .p {
    overflow: hidden;
}

.personal_center_qymx_list .p + .p {
    padding-top: 25px;
}

.personal_center_qymx_list .p .s1 {
    float: left;
}

.personal_center_qymx_list .p .a1 {
    float: right;
    color: #999999;
}

.personal_center_jbxx .p .a1 {
    float: right;
    color: #999999;
    margin-top: 2px;
}

.personal_center_qymx_list .p .col1 {
    color: #333;
}

.personal_center_list {
    padding: 45px 0;
    overflow: hidden;
}

.personal_center_list .item {
    text-align: center;
    width: 20%;
    float: left;
}

.personal_center_list .item .ico {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.personal_center_list .item .ico img {
    max-width: 80%;
}

.personal_center_list .item .t1 {
    padding-top: 15px;
}

.personal_center_list2 {
    background: #fafafa;
    padding: 0 20px;
}

.personal_center1 .x-title1 {
    padding: 30px 0 20px;
}

.personal_center_list2 .line {
    position: relative;
    padding: 25px 20% 20px 0;
    border-top: 1px solid #eeeeee;
}

.personal_center_list2 .line .t1 {
    padding-bottom: 15px;
}

.personal_center_list2 .line .btm_bar {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.personal_center_list2 .line .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.personal_center_list2 .line .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.personal_center_list2 .line .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.personal_center_list2 .line .btm_bar .l .s1 + .s1 {
    margin-left: 20px;
}

.personal_center_list2 .line .btm_bar .l .s1 .bq {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    background: #e62a2a;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.personal_center_list2 .line .btm_bar .l .s2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.personal_center_list2 .line .yy_zt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ff7f7f;
}

.personal_center_list3 {
    background: #fafafa;
    padding: 0 20px;
}

.personal_center_list3 .qa_list_item {
    background: none;
    padding: 25px 0;
    border-top: 1px solid #eeeeee;
}

.personal_center_list3 .qa_list_item .t1 .col {
    color: #315bcb;
    display: inline-block;
}

.personal_center_list3 .qa_list_item .btm_bar {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.personal_center_list3 .qa_list_item .btm_bar .l .s2 {
    color: #999;
}

.personal_center_list3 .qa_list_item .btm_bar .r .sub {
    color: #999;
    cursor: pointer;
}

.personal_center_list4 {
    background: #fafafa;
    padding: 0 20px;
}

.personal_center_list4 .list .line {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
}

.personal_center_list4 .list .line .l {
    -ms-flex: 1;
    flex: 1;
}

.personal_center_list4 .list .line .l .t1 {
    color: #666666;
}

.personal_center_list4 .list .line .l .t2 {
    color: #999;
    padding-top: 12px;
}

.personal_center_list4 .list .line .l .t2 .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    line-height: 30px;
}

.personal_center_list4 .list .line .l .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.personal_center_list4 .list .line .l .t2 .dz.now, .personal_center_list4 .list .line .l .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.personal_center_list4 .list .line .l .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.personal_center_list4 .list .line .l .t2 .gk.now, .personal_center_list4 .list .line .l .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.personal_center_list4 .list .line .l .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
    cursor: pointer;
}

.personal_center_list4 .list .line .l .t2 .tt.now, .personal_center_list4 .list .line .l .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.personal_center_list4 .list .line .l .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.personal_center_list4 .list .line .l .t2 .down.now, .personal_center_list4 .list .line .l .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.personal_center_list4 .list .line .r .btn1 {
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background: #315bcb;
    color: #fff;
    display: block;
    width: 90px;
}

.personal_center_list4 .list .line .r .btn1:hover {
    opacity: 0.9;
}

.personal_jbxx1 {
    background: #fafafa;
    padding: 0 20px 10px;
}

.personal_jbxx1 .personal_center_qymx_list {
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
}

.personal_jbxx1 .personal_center_qymx_list .p + .p {
    padding-top: 20px;
}

.personal_jbxx1 .personal_tables {
    margin-bottom: 20px;
}

.personal_tables table {
    width: 100%;
}

.personal_tables th {
    background: #315bcb;
    color: #fff;
    font-weight: normal;
    line-height: 29px;
    border: 1px solid #315bcb;
}

.personal_tables td {
    padding: 5px 5px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #bcbdd8;
}

.personal_tables tr:nth-child(even) td {
    background: #e6eaf5;
}

.personal_tables td .clk .i1 {
    width: 19px;
    height: 19px;
    background: #fff;
    margin: 0;
}

.personal_tables td .clk .i1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 3px;
    background: #315bcb;
    transition: all 0.3s ease;
    border: 0;
    opacity: 0;
}

.personal_tables td .clk.act .i1::before {
    width: 11px;
    height: 11px;
    opacity: 1;
}

.personal_dwxx2 {
    padding: 0 20px;
    background: #fafafa;
}

.personal_dwxx2 .personal_center_qymx_list {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
}

.personal_dwxx2 .personal_center_qymx_list .p + .p {
    padding-top: 20px;
}

.personal_dwxx2_padd {
    padding: 40px 20px 30px;
    border-top: 1px solid #e2e2e2;
}

.personal_pttz1 .tab-bar {
    border-bottom: 2px solid #eeeeee;
}

.personal_pttz1 .tab-bar .tab-term {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    padding: 0px 0 15px;
    color: #999999;
}

.personal_pttz1 .tab-bar .tab-term.cur {
    color: #315bcb;
    border-bottom: 6px solid #315bcb;
}

.personal_pttz1 .list {
}

.personal_pttz1 .list .line {
    margin-top: 20px;
}

.personal_pttz1 .list .line a {
    background: #f8f8f8;
    display: -ms-flexbox;
    display: contents;
    align-items: center;
    -webkit-box-align: center;
    padding: 35px 30px;
    transition: all 0.3s ease;
}

.personal_pttz1 .list .line .t1 {
    flex: 1;
    margin-right: 100px;
}

.personal_pttz1 .list .line .date {
    color: #999;
}

.personal_pttz1 .list2 {
}

.personal_pttz1 .list2 .line {
    margin-top: 20px;
}

.personal_pttz1 .list2 .line a {
    background: #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.personal_pttz1 .list2 .line .img {
    min-width: 21.85%;
    margin-right: 20px;
}

.personal_pttz1 .list2 .line .img img {
    width: 100%;
    height: auto;
}

.personal_pttz1 .list2 .line .txt {
}

.personal_pttz1 .list2 .line .txt .t1 {
}

.personal_pttz1 .list2 .line .txt .p {
    padding-top: 15px;
    line-height: 1.8;
    color: #666666;
}

.personal_pttz1 .list2 .line .txt .btm_bar {
    padding-top: 15px;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #999;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .dz.now, .personal_pttz1 .list2 .line .txt .btm_bar .r .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be !important;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .gk.now, .personal_pttz1 .list2 .line .txt .btm_bar .r .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be !important;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .pl {
    padding-left: 25px;
    background: url(../images/temp/ico12.png) no-repeat left center;
    position: relative;
    cursor: pointer;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .pl::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #333;
    margin-top: -6px;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .pl.now, .personal_pttz1 .list2 .line .txt .btm_bar .r .pl:hover {
    background-image: url(../images/temp/ico12_a.png);
    color: #1f45be !important;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .fx {
    padding-left: 25px;
    background: url(../images/temp/ico13.png) no-repeat left center;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .fx.now, .personal_pttz1 .list2 .line .txt .btm_bar .r .fx:hover {
    background-image: url(../images/temp/ico13_a.png);
    color: #1f45be !important;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .sc {
    padding-left: 25px;
    background: url(../images/temp/ico14.png) no-repeat left center;
    cursor: pointer;
}

.personal_pttz1 .list2 .line .txt .btm_bar .r .sc.now, .personal_pttz1 .list2 .line .txt .btm_bar .r .sc:hover {
    background-image: url(../images/temp/ico14_a.png);
    color: #1f45be !important;
}

.personal_qxsz1 {
    padding: 20px 20px 30px;
    background: #fafafa;
}

.personal_qxsz1 .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.personal_qxsz1 .title .t2 {
    padding-top: 5px;
    color: #315bcb;
}

.personal_qxsz1 .tit {
    padding: 20px 0 15px;
}

.personal_qxsz_btn {
    text-align: right;
}

.personal_qxsz_btn .a1 {
    color: #fff;
    border-radius: 5px;
    background: #315bcb;
    text-align: center;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
}

.personal_sear {
    display: -ms-flexbox;
    display: flex;
}

.personal_sear .r_ipt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}

.personal_sear input {
    width: 100%;
    background: none;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.personal_sear .ipt {
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #999;
    background: #f9f9f9;
    border-right: 0;
    line-height: 44px;
    padding: 0 10px;
}

.personal_sear .btn1 {
    text-align: center;
    width: 120px;
    display: inline-block;
    line-height: 46px;
    background: #315bcb;
    color: #fff;
}

.personal_sear .bors {
    background: #f9f9f9;
    border: 1px solid #999;
    display: inline-block;
    margin: 0 10px 0 15px;
}

.personal_sear .bors .ipt1 {
    display: inline-block;
    line-height: 44px;
    padding: 0 10px;
    width: 150px;
}

.personal_sear .bors .ipt1 input {
    background: url(../images/temp/ico25.png) no-repeat left center;
    padding-left: 25px;
}

.personal_sear .bors .s1 {
    display: inline-block;
    vertical-align: middle;
}

.personal_sear .select-mod {
    width: 210px;
}

.personal_sear .select-mod .select-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.personal_sear .select-mod .select-bar {
    border: 0;
}

.personal_sear .label1 {
    display: inline-block;
}

.personal_sear .rq_wp {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.personal_wdwd_title {
    padding-bottom: 20px;
}

.personal_wdwd1 .personal_center_list3 {
    background: none;
    padding: 0;
}

.personal_wdwd1 .personal_center_list3 .line {
    padding: 0 20px;
    background: #fafafa;
    margin-top: 20px;
}

.personal_wdwd1 .personal_center_list3 .qa_list_item {
    border-top: 0;
}

.personal_wdwd1 .personal_center_list2 {
    background: none;
    padding: 0;
}

.personal_wdwd1 .personal_center_list2 .line {
    padding: 25px 20px;
    margin-top: 20px;
    background: #fafafa;
    border: 0;
    padding-right: 20%;
}

.personal_wdwd1 .personal_center_list2 .line .yy_zt {
    right: 20px;
}

.downcenter_wdxz1 .tab-cont {
    margin-top: 40px;
}

.downcenter_raos {
    overflow: hidden;
}

.downcenter_raos .rao {
    cursor: pointer;
    float: left;
    min-width: 17%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.downcenter_raos .rao .i1 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.downcenter_raos .rao .i1::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #315bcb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.downcenter_raos .rao .as1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.downcenter_raos .rao.act .i1::before {
    width: 10px;
    height: 10px;
}

.downcenter_wdxz_list {
}

.downcenter_wdxz_list .line {
    border: 1px solid #eeeeee;
    background: #f8f8f8;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.downcenter_wdxz_list .line .l {
    margin-right: 14%;
    -ms-flex: 1;
    flex: 1;
}

.downcenter_wdxz_list .line + .line {
    margin-top: 20px;
}

/* .downcenter_wdxz_list .line .t1 {padding-bottom: 5px;} */
.downcenter_wdxz_list .line .t1 .clk .i1 {
    width: 19px;
    height: 19px;
    background: #fff;
}

.downcenter_wdxz_list .line .t1 .clk .i1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 3px;
    background: #315bcb;
    transition: all 0.3s ease;
    border: 0;
    opacity: 0;
}

.downcenter_wdxz_list .line .t1 .clk.act .i1::before {
    width: 11px;
    height: 11px;
    opacity: 1;
}

.downcenter_wdxz_list .line .t1 .bq {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 23px;
    border-radius: 3px;
    background: #315bcb;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin-left: 5px;
}

.downcenter_wdxz_list .line .t2 {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 22px;
}

.downcenter_wdxz_list .line .t2 .s1 {
    margin-right: 30px;
    color: #666;
    margin-bottom: 10px;
    float: left;
}

.downcenter_wdxz_list .line .t2 .s2 {
    margin-right: 30px;
    color: #666;
    margin-bottom: 10px;
    float: left;
    word-break: break-all;
}

.downcenter_wdxz_list .line .p {
    color: #666;
    padding-top: 5px;
}

.downcenter_wdxz_list .line .p .imp {
    color: #315bcb;
}

.downcenter_wdxz_list .line .t2 .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #999;
}

.downcenter_wdxz_list .line .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.downcenter_wdxz_list .line .t2 .dz.now, .downcenter_wdxz_list .line .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.downcenter_wdxz_list .line .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.downcenter_wdxz_list .line .t2 .gk.now, .downcenter_wdxz_list .line .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.downcenter_wdxz_list .line .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
    cursor: pointer;
}

.downcenter_wdxz_list .line .t2 .tt.now, .downcenter_wdxz_list .line .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.downcenter_wdxz_list .line .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.downcenter_wdxz_list .line .t2 .down.now, .downcenter_wdxz_list .line .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.downcenter_wdxz_list .line .btn1 {
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    background: #315bcb;
    color: #fff;
    display: block;
    width: 90px;
}

.downcenter_wdxz_list .line .btn1 + .btn1 {
    margin-top: 10px;
}

.downcenter_wdxz_list .line .btn1.down {
    background: #2dcaeb;
}

.downcenter_wdxz_list .line .btn1:hover {
    opacity: 0.9;
}

.downcenter_wdxz_list.xg1 {
    border-top: 1px solid #eee;
}

.downcenter_wdxz_list.xg1 .line {
    background: none;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-left: 0;
}

.personal_wdsc1 .personal_center_list4 {
    background: none;
    padding: 0;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.personal_wdsc1 .personal_center_list4 .list .line {
    background: none;
}

.downcenter1 {
    padding: 100px 0;
}

.downcenter1 .box {
    overflow: hidden;
}

.downcenter1 .box .title {
    background-size: cover;
    border-radius: 15px 15px 0 0;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.downcenter1 .box .title .t1 {
}

.downcenter1 .box .list {
    text-align: center;
    border: 1px solid #474747;
    border-radius: 0 0 15px 15px;
    border-top: 0;
    padding: 25px 0 40px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.downcenter1 .box .list .item {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
}

.downcenter1 .box .list .item .posi {
    position: relative;
    z-index: 1;
}

.downcenter1 .box .list .item .posi .ico {
    position: relative;
    width: 89px;
    height: 81px;
    margin: auto;
}

.downcenter1 .box .list .item .posi .ico img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.downcenter1 .box .list .item .posi .ico img.bak {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.4);
    opacity: 0;
    visibility: hidden;
}

.downcenter1 .box .list .item .posi .t1 {
    padding-top: 20px;
}

.downcenter1 .box .list .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.downcenter1 .box .list .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.downcenter1 .top {
    overflow: hidden;
}

.downcenter1 .top .l {
    width: 60%;
    float: left;
    margin-right: 5.46875%;
}

.downcenter1 .top .l .item {
    margin: 0 4%;
}

.downcenter1 .top .r {
    overflow: hidden;
}

.downcenter1 .btm {
    margin-top: 40px;
}

.downcenter2 {
    background: #f8f8f8;
    padding: 60px 0 50px;
}

.downcenter2 .title {
    padding-bottom: 40px;
}

.downcenter2 .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.downcenter2 .list .item {
    width: calc(25% - 8px);
    margin: 0 0 40px 10px;
    text-align: center;
}

.downcenter2 .list .item:nth-child(4n+1) {
    margin-left: 0;
}

.downcenter2 .list .item .img {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.downcenter2 .list .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.downcenter2 .list .item .t1 {
    padding-top: 15px;
}

.service_fftx1 {
    padding: 70px 0 100px;
}

.service_fftx1 .tab-bar {
    margin-bottom: 40px;
    padding-top: 0;
}

.service_fftx_box {
}

.service_fftx_box .title {
    padding-bottom: 30px;
}

.service_fftx_box .title .date {
    padding-top: 15px;
    color: #999;
}

.service_fftx_box .text {
    color: #666;
    line-height: 1.8;
}

.service_fftx_box .text .p + .p {
    padding-top: 15px;
}

.service_fftx_box .text img, .service_fftx_box .text video {
    max-width: 100%;
    height: auto;
}

.service_zjxx1 {
    padding: 7.6% 0;
}

.service_zjxx1 .cont {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.service_zjxx1 .cont .img {
    border-radius: 50%;
    overflow: hidden;
    width: 30.15625%;
    height: 30.15625%;
}

.service_zjxx1 .cont .img img {
    width: 100%;
    height: auto;
}

.service_zjxx1 .cont .text {
    -ms-flex: 1;
    flex: 1;
    padding-left: 4.6875%;
}

.service_zjxx1 .cont .text .t1 {
    font-size: 40px;
}

.service_zjxx1 .cont .text .t2 {
    padding-top: 15px;
}

.service_zjxx1 .cont .text .t2 .s1 {
    line-height: 32px;
    border: 1px solid #315bcb;
    color: #315bcb;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 15px;
}

.service_zjxx1 .cont .text .t2 .s2 {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.service_zjxx1 .cont .text .p {
    color: #666;
    padding-top: 20px;
    line-height: 1.8;
}

.service_zjxx1 .cont .text .btn1 {
    background: #315bcb;
    color: #fff;
    width: 121px;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin-top: 30px;
}

.service_zjxx1 .cont .text .btn1:hover {
    opacity: 0.9;
}

.service_zxyy1 {
    padding: 70px 0 100px;
}

.service_zxyy1 .padd {
    padding: 0 7%;
}

.service_zxyy1 .txt {
    line-height: 1.8;
    color: #666;
}

.service_zxyy1 .box {
    border: 1px solid #eeeeee;
    border-top-color: #315bcb;
    background: #f8f8f8;
    margin-top: 20px;
    padding: 50px 40px;
}

.service_zxyy1 .box .tit {
    color: #ff5b5b;
    padding-bottom: 25px;
}

.service_zxyy1 .form {
}

.service_zxyy1 .form .line + .line {
    margin-top: 20px;
}

.service_zxyy1 .form .line .label1 {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
}

.service_zxyy1 .form .line .label1.mm::before {
    content: "*";
    display: inline-block;
    color: #ff5b5b;
}

.service_zxyy1 .form .line .rao_wp {
    display: inline-block;
    vertical-align: middle;
}

.service_zxyy1 .form .line .rao_wp .clk2 {
    margin: 0 30px 0 0;
}

.service_zxyy1 .form .line .rao_wp .clk2 .i1 {
    position: relative;
    top: 1px;
}

.service_zxyy1 .form .line .ipt {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 12px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 412px;
}

.service_zxyy1 .form .line .ipt input {
    width: 100%;
}

.service_zxyy1 .form .select-mod {
    display: inline-block;
    vertical-align: middle;
    width: 412px;
}

.service_zxyy1 .form .select-mod .select-bar {
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    background: #fff;
}

.service_zxyy1 .form .line.area .label1 {
    float: left;
    padding: 12px 0;
}

.service_zxyy1 .form .line .textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 12px 15px;
    overflow: hidden;
    border-radius: 5px;
}

.service_zxyy1 .form .line .textarea textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 0;
    outline: none;
}

.service_zxyy1 .form .line .btn1 {
    display: inline-block;
    width: 134px;
    line-height: 41px;
    border-radius: 5px;
    background: #315bcb;
    color: #fff;
    text-align: center;
}

.service_ywzj1 {
    padding: 100px 0;
}

.service_ywzj1 .slick-list {
    margin: 0 -70px;
}

.service_ywzj1 .mar {
    margin: 0 15%;
}

.service_ywzj1 .img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.service_ywzj1 .img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.service_ywzj1 .txt {
    padding: 20px 0 0;
}

.service_ywzj1 .txt .t1 {
    text-align: center;
}

.service_ywzj1 .txt .t2 {
    color: #999;
    padding-top: 5px;
    text-align: center;
}

.service_ywzj1 .txt .t3 {
    overflow: hidden;
    padding-top: 25px;
}

.service_ywzj1 .txt .t3 .s1 {
    color: #315bcb;
    border: 1px solid #315bcb;
    border-radius: 3px;
    line-height: 32px;
    padding: 0 15px;
    float: left;
    margin: 0 10px 10px 0;
}

.service_ywzj1 .txt .p {
    color: #666;
    padding-top: 10px;
    line-height: 1.8;
}

.service_ywzj1 .txt .btn1 {
    margin-top: 20px;
    display: block;
    color: #fff;
    background: #315bcb;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
}

.service_ywzj1 .slick-dots {
    text-align: center;
    font-size: 0;
    padding-top: 5%;
}

.service_ywzj1 .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c1cdef;
    transition: all 0.4s ease;
    display: inline-block;
    margin: 0 8px;
}

.service_ywzj1 .slick-dots li.slick-active {
    background: #315bcb;
}

.service_ywzj1 .slick-prev {
    left: -70px;
}

.service_ywzj1 .slick-next {
    right: -70px;
}

.service_ywzj1 .slick-arrow {
    top: 85px;
    bottom: inherit;
}

.service_ywzj1 .xbtn1 {
    margin-top: 4%;
    display: inline-block;
    color: #fff;
    background: #315bcb;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
}

.service_ywzj2 {
    padding-bottom: 100px;
}

.service_ywzj2 img {
    max-width: 100%;
}

.service1 {
    padding: 70px 0 0;
}

.service1 .cont {
    position: relative;
}

.service1 .cont img {
    max-width: 100%;
}

.service1 .cont .title {
    position: absolute;
    left: 80px;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.service1 .cont .title .btn1 {
    margin-top: 35px;
    background: #fff;
    border-radius: 5px;
    line-height: 46px;
    padding: 0 25px;
    color: #315bcb;
    display: inline-block;
}

.service2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0;
}

.service2 .cont {
    padding: 0 2%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.service2 .cont .arr {
    width: 53px;
    height: 46px;
    background: url(../images/temp/arr5.png) no-repeat center;
    background-size: cover;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

.service2 .cont .item {
    text-align: center;
}

.service2 .cont .item .ico {
    width: 115px;
    margin: auto;
}

.service2 .cont .item .t1 {
    color: #fff;
    padding-top: 20px;
}

.service2 .xbtn1 {
    margin-top: 8%;
    display: inline-block;
    color: #315bcb;
    background: #fff;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
}

.service3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 100px 0;
}

.service3 .title {
    padding-bottom: 40px;
}

.service3 .title .t1 {
    font-size: 40px;
}

.service3 .title .p {
    line-height: 1.8;
    padding-top: 20px;
}

.service3 .cont {
    display: -ms-flexbox;
    display: flex;
}

.service3 .cont .item {
    -ms-flex: 1;
    flex: 1;
    background: #fff;
}

.service3 .cont .item + .item {
    margin-left: 5.2%;
}

.service3 .cont .item .tit {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 25px;
}

.service3 .cont .item .list {
    padding: 0 30px;
}

.service3 .cont .item .list .line {
    border-bottom: 2px solid #eeeeee;
    padding: 20px 0;
}

.service3 .cont .item .list .line .t1 {
}

.service3 .cont .item .list .line .p {
    color: #666;
    padding-top: 10px;
    line-height: 1.8;
}

.service3 .cont .item .more {
    color: #999999;
    display: inline-block;
    padding: 25px 0;
}

.service3 .cont .item .more:hover {
    text-decoration: underline;
}

.service4 {
    padding: 100px 0;
}

.service4 .cont {
    position: relative;
}

.service4 .cont img {
    max-width: 100%;
}

.service4 .cont .title {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.service4 .cont .title .btn1 {
    margin-top: 35px;
    background: #fff;
    border-radius: 5px;
    line-height: 46px;
    padding: 0 25px;
    color: #315bcb;
    display: inline-block;
}

.myec_phone {
    display: none;
}

.service_fwcp_box {
}

.service_fwcp_box .top {
    border-bottom: 2px solid #315bcb;
    background-color: #eeeeee;
}

.service_fwcp_box .top .padd {
    display: block;
    padding: 30px 20px 20px;
}

.service_fwcp_box .list {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.service_fwcp_box .list .line {
    overflow: hidden;
    background: #eeeeee;
}

.service_fwcp_box .list .line + .line {
    margin-top: 10px;
}

.service_fwcp_box .list .line .num {
    float: left;
    width: 65px;
    height: 65px;
    background: #315bcb;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 30px;
    opacity: 0.8;
}

.service_fwcp_box .list .line .txt {
    overflow: hidden;
    padding: 13px 20px;
    transition: all 0.4s ease-in-out;
}

.service_fwcp_box .list .line .txt .t1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service_fwcp_box .list .line .txt .date {
    padding-top: 5px;
    color: #999999;
}


.pop-video {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 119;
}

.pop-video.x-show {
    display: block;
}

.pop-video .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-video .cont {
    width: 1000px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pop-video .cont video {
    width: 100%;
}

.pop-video .cont iframe {
    max-width: 100%;
}

.pop-zcxy {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-zcxy .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.pop-zcxy.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-zcxy .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-zcxy .pop-cont {
    background: #fff;
    width: 1000px;
    height: 600px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop-zcxy .pop-cont .tit {
    padding: 30px 0 15px;
    text-align: center;
}

.pop-zcxy .pop-cont .scroll1 {
    margin: 0 25px;
    height: 430px;
}

.pop-zcxy .pop-cont .txt {
    line-height: 1.6;
    color: #666;
}

.pop-zcxy .pop-cont .close {
    width: 130px;
    line-height: 46px;
    background: #315bcb;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.pop-zcxy .pop-cont .pop-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/temp/close1.png) no-repeat center;
    right: 35px;
    top: 20px;
    cursor: pointer;
}

.pop-jhm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-jhm.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-jhm .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-jhm .pop-cont {
    background: #fff;
    width: 740px;
    height: 370px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop-jhm .pop-cont .tit {
    color: #2759cc;
    border-bottom: 1px solid #d4dcf3;
    text-align: center;
    line-height: 76px;
}

.pop-jhm .form {
    padding: 45px 80px;
    font-size: 16px;
}

.pop-jhm .form .t1 {
    padding-bottom: 20px;
}

.pop-jhm .form .line {
    font-size: 0;
}

.pop-jhm .form .line .label1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
}

.pop-jhm .form .line .ipt {
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    line-height: 51px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    width: 305px;
}

.pop-jhm .form .line .ipt input {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: none;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.pop-jhm .form .line .btn1 {
    background: #2a51c5;
    color: #fff;
    text-align: center;
    line-height: 44px;
    width: 127px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.pop-jhm .form .btn_wp {
    text-align: center;
    padding-top: 50px;
}

.pop-jhm .form .btn_wp .btn1 {
    width: 45%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999999;
    line-height: 44px;
    border-radius: 26px;
}

.pop-jhm .form .btn_wp .btn1.col1 {
    background: #2a51c5;
    color: #fff;
}


.pop-bbh {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-bbh.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-bbh .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-bbh .pop-cont {
    background: #fff;
    width: 740px;
    height: 460px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop-bbh .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.pop-bbh .scroll1 {
    height: 310px;
    margin: 40px 60px 30px;
}

.pop-bbh .list {
    overflow: hidden;
}

.pop-bbh .list .s1 {
    float: left;
    min-width: 33.33%;
    padding-right: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.pop-bbh .list .s1.cur {
    color: #315bcb;
    font-weight: bold;
}

.pop-bbh .btn_wp {
    text-align: center;
}

.pop-bbh .btn_wp .btn1 {
    width: 45%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999999;
    line-height: 44px;
    border-radius: 26px;
}

.pop-bbh .btn_wp .btn1.col1 {
    background: #2a51c5;
    color: #fff;
    border-color: #2a51c5;
}

.pop-bbh .btn_wp .btn1 + .btn1 {
    margin-left: 3%;
}

.pop-share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-share.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-share .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-share .pop-cont {
    background: #fff;
    width: 300px;
    height: 110px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.pop-share .pop-cont .tit {
    padding: 20px 0 10px;
}

.pop-share .pop-cont .social-share {
    display: inline-block;
    line-height: 1;
}


.pop-sqlb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-sqlb.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-sqlb .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-sqlb .pop-cont {
    background: #fff;
    width: 965px;
    height: 600px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop-sqlb .pop-cont .tit {
    padding: 20px 0 10px;
    color: #2a51c6;
    padding: 45px 55px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.pop-sqlb .pop-cont .padd {
    padding: 0 55px;
}

.pop-sqlb .pop-cont .form {
    margin-top: 33px;
}

.pop-sqlb .pop-cont .form .line {
    font-size: 0;
}

.pop-sqlb .pop-cont .form .line .ipt {
    width: 320px;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    vertical-align: middle;
    line-height: 47px;
}

.pop-sqlb .pop-cont .form .line .ipt input {
    height: 20px;
    line-height: 20px;
    width: 100%;
    background: none;
}

.pop-sqlb .pop-cont .form .line .btn1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    color: #fff;
    width: 123px;
    text-align: center;
    background: #2a51c6;
    margin-right: 10px;
}

.pop-sqlb .pop-cont .personal_tables {
    padding-top: 25px;
}

.pop-sqlb .btn_wp {
    text-align: center;
    padding-top: 30px;
}

.pop-sqlb .btn_wp .btn1 {
    width: 45%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999999;
    line-height: 48px;
    border-radius: 26px;
}

.pop-sqlb .personal_tables {
    height: 300px;
}

.pop-sqlb .btn_wp .btn1.col1 {
    background: #2a51c5;
    color: #fff;
}

.pop-sqlb .btn_wp .btn1 + .btn1 {
    margin-left: 3%;
}

.pop-sqlb .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.pop-sqlb .pop-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/temp/close1.png) no-repeat center;
    right: 35px;
    top: 35px;
    cursor: pointer;
}

.pop-bdxz {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 119;
    visibility: hidden;
    opacity: 0;
}

.pop-bdxz.x-show {
    visibility: visible;
    display: block;
    opacity: 1;
}

.pop-bdxz .pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.pop-bdxz .pop-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/temp/close1.png) no-repeat center;
    right: 35px;
    top: 35px;
    cursor: pointer;
}

.pop-bdxz .pop-cont {
    background: #fff;
    width: 700px;
    height: 600px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop-bdxz .pop-cont .title {
    text-align: center;
    padding: 50px 0 30px;
}

.pop-bdxz .pop-cont .btn_wp {
    display: -ms-flexbox;
    display: flex;
    display: flex;
    padding: 0 34px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pop-bdxz .pop-cont .btn_wp .btn1 {
    min-width: calc(33.33% - 14px);
    background: #2a51c6;
    color: #fff;
    margin: 10px 0px 0 20px;
    padding: 15px;
    text-align: center;
}

.pop-bdxz .pop-cont .btn_wp .btn1:nth-child(3n+1) {
    margin-left: 0;
}

.pop-bdxz .pop-cont .line {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 34px;
}

.pop-bdxz .pop-cont .line + .line {
    margin-top: 20px;
}

.pop-bdxz .pop-cont .line .t1 .clk .i1 {
    width: 19px;
    height: 19px;
    background: #fff;
}

.pop-bdxz .pop-cont .line .t1 .clk .i1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 3px;
    background: #315bcb;
    transition: all 0.3s ease;
    border: 0;
    opacity: 0;
}

.pop-bdxz .pop-cont .line .t1 .clk.act .i1::before {
    width: 11px;
    height: 11px;
    opacity: 1;
}

.pop-bdxz .pop-cont .line .t1 .bq {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 23px;
    border-radius: 3px;
    background: #315bcb;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin-left: 5px;
}

.pop-bdxz .pop-cont .line .t2 {
    overflow: hidden;
    padding-top: 10px;
    display: flex;
}

.pop-bdxz .pop-cont .line .t2 .s1 {
    margin-right: 30px;
    color: #666;
    margin-bottom: 10px;
    float: left;
}

.pop-bdxz .pop-cont .line .p {
    color: #666;
    padding-top: 5px;
}

.pop-bdxz .pop-cont .line .t2 .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #999;
}

.pop-bdxz .pop-cont .line .t2 .d.rq {
    -ms-flex: 1;
    flex: 1;
}

.pop-bdxz .pop-cont .line .t2 .dz {
    padding-left: 22px;
    background: url(../images/temp/ico4.png) no-repeat left center;
    cursor: pointer;
}

.pop-bdxz .pop-cont .line .t2 .dz.now, .pop-bdxz .pop-cont .line .t2 .dz:hover {
    background-image: url(../images/temp/ico4_a.png);
    color: #1f45be;
}

.pop-bdxz .pop-cont .line .t2 .gk {
    padding-left: 30px;
    background: url(../images/temp/ico5.png) no-repeat left center;
    cursor: pointer;
}

.pop-bdxz .pop-cont .line .t2 .gk.now, .pop-bdxz .pop-cont .line .t2 .gk:hover {
    background-image: url(../images/temp/ico5_a.png);
    color: #1f45be;
}

.pop-bdxz .pop-cont .line .t2 .tt {
    padding-left: 22px;
    background: url(../images/temp/ico9.png) no-repeat left center;
    cursor: pointer;
}

.pop-bdxz .pop-cont .line .t2 .tt.now, .pop-bdxz .pop-cont .line .t2 .tt:hover {
    background-image: url(../images/temp/ico9_a.png);
    color: #1f45be;
}

.pop-bdxz .pop-cont .line .t2 .down {
    padding-left: 30px;
    background: url(../images/temp/ico10.png) no-repeat left center;
    color: #999;
}

.pop-bdxz .pop-cont .line .t2 .down.now, .pop-bdxz .pop-cont .line .t2 .down:hover {
    background-image: url(../images/temp/ico10_a.png);
    color: #1f45be;
}

.pop-bdxz .pop-cont .scroll1 {
    margin: 30px;
    height: 275px;
}

.pop-bdxz .pop-cont .text .t1 {
    margin-top: 25px;
}

.pop-bdxz .pop-cont .text .t1:first-child {
    margin-top: 0;
}

.pop-bdxz .pop-cont .text .p {
    padding-left: 30px;
    padding-top: 15px;
}


.header.ret {
    position: relative;
}

.header.ret nav ul li.act > a {
    color: #315bcb !important;
    border-bottom: 4px solid #315bcb;
}

.header.ret .hasLogin .user-info .iconfont {
    background-image: url(../images/temp/triangle.png);
}

.header.ret .hasLogin .user-info .name {
    color: #315bcb;
}

.header.ret .m-box .rt-btns::before {
    background: #315bcb;
}

.file-list {
    margin-top: 10px;
}

.file-list:last-child {
    margin-bottom: 15px;
}

.file-list .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.file-list .li .ico {
    font-size: 0;
}

.file-list .li .s1 {
    margin: 0 10px;
}

.file-list .li .sub a {
    color: #315bcb;
}


@media screen and (min-width: 1024px) {
    .header.ret nav ul li > a {
        color: #333;
    }

    .header.ret .m-box .rt-btns .cz-btn {
        color: #fff;
        background: #315bcb;
    }

    .header.ret .m-box .rt-btns .cz-btn a {
        color: #fff;
    }

    .header.ret .m-box .rt-btns .search-btn .click-btn {
        background: #315bcb;
        color: #fff;
    }

    .header.ret .m-box .rt-btns .search-btn.active .search-popup .form-txt {
        background: #315bcb;
        color: #fff;
    }

    .header.ret .m-box .rt-btns .search-btn.active .search-popup .search-btn {
        color: #fff;
    }

    .header.ret nav ul li:hover > a {
        color: #315bcb !important;
    }

    .header.ret nav ul li.act > a {
        color: #315bcb !important;
        border-bottom: 4px solid #315bcb;
    }

}

@media screen and (min-width: 1270px) {
    .downcenter1 .box .list .item:hover {
        color: #fff;
    }

    .downcenter1 .box .list .item:hover .bg {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .downcenter1 .box .list .item:hover .ico img {
        transform: scale(0.4);
        opacity: 0;
        visibility: hidden;
    }

    .downcenter1 .box .list .item:hover .ico img.bak {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .Hbtn:hover {
        transform: scale(1.05);
        transition: all 0.3s ease;
    }

    .Hbtn1:hover {
        transform: scale(1.05);
    }

    .htxt:hover a {
        color: #315bcb;
    }

    .cbo_course2 .btm_list .list .line .l .t1:hover {
        color: #315bcb;
    }

    .news_xw1 .list .item:hover .txt .t1 a {
        color: #315bcb;
    }

    .news_xw1 .arr:hover {
        width: 45px;
        background-image: url(../images/temp/arr3_a.png);
    }

    .pagexx-mod .page-item a:hover {
        color: #315bcb;
    }

    .scaleimg:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .cbo_center1 .right_box .box1 .item:hover .ico img {
        transform: scale(1.1) translateY(-10px);
    }

    .cbo_center1 .right_box .box1 .item:hover .t1 {
        color: #315bcb;
    }

    .x-title1 .x-link1:hover {
        color: #315bcb;
    }

    .cbo_center1 .right_box .list .item:hover .t1 {
        color: #315bcb;
    }

    .cbo_center1 .right_box .list2 .item a:hover {
        color: #315bcb;
    }

    .news_xx1 .xbtn1:hover {
        color: #fff;
        background-color: #315bcb;
    }

    .cbo_qa_xx1 .link_all:hover {
        color: #315bcb;
    }

    .catalogue_left_list .line a:hover {
        color: #315bcb;
        text-decoration: underline;
    }

    .personal_information_list .line .link_wp .a1:hover {
        color: #315bcb;
    }

    .personal_information_list .line .ipt_btn:hover {
        background-image: url(../images/temp/ico19_a.png);
    }

    .personal_left_lsit .line a:hover {
        color: #315bcb;
    }

    .personal_center_jbxx .r a:hover {
        color: #315bcb;
    }

    .tab-barx1 .tab-term:hover {
        color: #315bcb;
    }

    .cbo_course1 .slick-mod .mar:hover .txt .t1 a {
        color: #315bcb;
    }

    .qa_list_item:hover .t1, .qa_list_item:hover .t1 a {
        color: #315bcb;
    }

    .cbo_center1 .left_box .list .item:hover .t1, .cbo_center1 .left_box .list .item:hover .t1 a {
        color: #315bcb;
    }

    .cbo_course2 .btm_list .list .line:hover .t1, .cbo_course2 .btm_list .list .line:hover .t1 a {
        color: #315bcb;
    }

    .cbo_result1 .list_box .line:hover .item .t1, .cbo_result1 .list_box .line:hover .item .t1 a {
        color: #315bcb;
    }

    .cbo_center1 .left_box .list .item .s1 a:hover {
        color: #315bcb;
    }

    /* .cbo_result1 .list_box .line:hover .item4 .txt {color: #315bcb;}  */
    .fun_btn .s1:hover, .fun_btn .s2:hover {
        text-decoration: underline;
    }

    .personal_center_list3 .qa_list_item .btm_bar .r .sub:hover {
        color: #315bcb;
        text-decoration: underline;
    }

    .personal_center_qymx_list .p .a1:hover, .personal_center_jbxx .r .link1:hover {
        color: #315bcb;
        text-decoration: underline;
    }

    /*.personal_pttz1 .list .line a:hover {
        background: #315bcb;
        color: #fff;
    }

    .personal_pttz1 .list .line a:hover .date {
        color: #fff;
    }*/
    .personal_pttz1 .list2 .line a:hover .t1, .personal_pttz1 .list2 .line a:hover .p {
        color: #315bcb;
    }

    .personal_center_list4 .list .line .t1:hover {
        color: #315bcb;
    }

    #yzmBtn:hover {
        transform: scale(1) !important;
        opacity: 0.9;
        border-radius: 30px 0 0 30px;
    }

    #yzmBtn2:hover {
        transform: scale(1) !important;
        opacity: 0.9;
        border-radius: 30px 0 0 30px;
    }

    .downcenter2 .list .item:hover .t1 {
        color: #315bcb;
    }

    .service_zxyy1 .form .line .btn1:hover {
        opacity: 0.9;
    }

    .bread-item a:hover {
        text-decoration: underline;
    }

    .service3 .cont .item .list .line:hover .t1 {
        color: #315bcb;
    }

    .cbo_course1 .slick-mod1 .padd .r .d:hover .txt {
        background-color: #315bcb;
        color: #fff;
    }

    .cbo_course2 .btm_list .list2 .item:hover .play {
        transform: rotate(360deg);
    }

    .cbo_course2 .btm_list .list2 .item:hover .t1 {
        color: #315bcb;
    }

    .a_register1 .form .dx_yz .ico1:hover img.bak {
        display: block;
    }

    .a_register1 .form .dx_yz .ico1:hover img {
        display: none;
    }

    .personal_wdwd1 .personal_center_list2 .line:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .personal_wdwd1 .personal_center_list3 .line:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .personal_pttz1 .list2 .line:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .downcenter_wdxz_list .line:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .downcenter_wdxz_list.xg1 .line:hover {
        box-shadow: none;
    }

    .downcenter_wdxz_list.xg1 .line:hover .t1 {
        color: #315bcb;
    }

    .cbo_qa1 .qa_list_item:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .cbo_center1 .left_box .list .item:hover {
        box-shadow: 0px 0px 15px 0px #ccc;
        transition: all 0.4s ease-in-out;
    }

    .personal_tables tr + tr:hover {
        box-shadow: 0px 0px 5px 0px #ccc;
        transition: all 0.4s ease-in-out;
        z-index: 1;
        position: relative;
    }

    .service_ywzj1 .mar:hover .t1, .service_ywzj1 .mar:hover .p {
        color: #315bcb;
    }

    .service2 .cont .item {
        overflow: inherit;
    }

    .service2 .cont .arr:hover {
        transform: scale(1.2);
    }

    .cbo_qa1 .right_box .qa_list_item:hover {
        box-shadow: none;
    }

    .news_xw1 .list2 .item:hover::after {
        width: 100%;
    }

    .service_fwcp_box .list .line .txt:hover {
        color: #315bcb;
    }

    @keyframes icon-bounce {
        0%, 100% {
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        25% {
            -moz-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }

        50% {
            -moz-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }

        75% {
            -moz-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
        }

        83% {
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }
    }
}


@media screen and (max-width: 1440px) {
    .bread-mod .wid {
        padding: 15px 20px;
    }

    .x-wrap {
        max-width: 1100px;
    }

    .cbo_course1 .box .item + .item::before {
        left: 0;
        right: 0;
    }

    .cbo_course1 .box .item {
        padding: 0 80px;
    }

    .news_xw1 .top_gg .text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .downcenter1 .box .list .item {
        width: 150px;
        height: 150px;
    }

    .downcenter1 .top .l .item {
        margin: 0;
    }

    .service_ywzj1 .slick-mod {
        margin: 0 80px;
    }

    .service_ywzj1 .mar {
        margin: 0 10%;
    }

}

@media screen and (max-width: 1120px) {
    .x-wrap {
        margin: 0 15px;
    }

    .downcenter1 .box .list .item {
        width: 140px;
        height: 140px;
    }

    .personal_center_list .item .ico {
        width: 90px;
        height: 90px;
    }

    .personal_information_list .item {
        margin: 0 4%;
    }

    .service3 .cont .item + .item {
        margin-left: 20px;
    }

    .service3 .cont .item .list {
        padding: 0 20px;
    }

    .service3 .cont .item .list .line {
        padding: 15px 0;
    }
}

.h-32 {
    font-size: 32px;
}

.h-24 {
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    .bread-mod .wid {
        display: none;
    }

    .h36 {
        font-size: 22px;
    }

    .h34 {
        font-size: 20px;
    }

    .h30 {
        font-size: 20px;
    }

    .h28 {
        font-size: 17px;
    }

    .h26 {
        font-size: 17px;
    }

    .h24 {
        font-size: 16px;
    }

    .h-24 {
        font-size: 18px;
    }

    .h22 {
        font-size: 16px;
    }

    .h20, .h18 {
        font-size: 16px;
    }

    .h16 {
        font-size: 14px !important;
    }

    .h-32 {
        font-size: 26px;
    }

    /* mobile 下拉选框 */
    .select-mod .select-btn {
    }

    .select-mod .select-val {
        visibility: hidden;
    }

    .select-mod .select-native {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        appearance: none;
        border: 0;
        padding: 0 10px;
    }


    .news_xx1 {
        padding: 40px 0;
    }

    .news_xx1 .title {
        padding-bottom: 20px;
    }

    .news_xx1 .title .t2 {
        padding-top: 10px;
    }

    .news_xx1 .cont {
        padding: 0;
    }

    .pagexx-mod {
        padding-top: 20px;
        margin-top: 20px;
    }

    .pagexx-mod .page-item + .page-item {
        padding-top: 10px;
    }

    .news_xx1 .text .p + .p {
        padding-top: 10px;
    }

    .news_xw1 .tab-bar {
        padding-top: 60px;
    }

    .news_xw1 {
        padding: 40px 0;
    }

    .news_xw1 .tab-bar {
        padding-top: 30px;
    }

    .news_xw1 .list {
        padding-top: 20px;
    }

    .seac_wp .btn1 {
        width: 90px;
        line-height: 50px;
    }

    .seac_wp .btn1 + .btn1 {
        margin-left: 1px;
    }

    .seac_wp .ipt {
        padding: 0 15px;
        height: 50px;
        line-height: 45px;
    }

    .seac_wp {
        font-size: 16px;
        max-width: 100%;
    }


    .a_register1 .box {
        margin: 0;
        padding: 40px 15px 0 15px;
    }

    .a_register1 .form_box .pd100 {
        padding: 40px 30px;
    }

    .a_register1 .reg_top {
        margin-top: 20px;
    }

    .a_register1 .form_box {
        margin-top: 20px;
        border-radius: 15px;
    }

    .a_register1 .form .line + .line {
        margin-top: 10px;
    }

    .a_register1 .form {
        margin-top: 20px;
    }

    .a_register1 .form_box .button1 {
        margin-top: 15px;
    }

    .a_register1 .form_box .xy {
        margin-top: 20px;
    }

    .a_register1 .form_box .ts {
        padding-top: 20px;
    }

    .a_register1 .logo {
        width: 38%;
    }

    .a_register1 .reg_top .item + .item::before {
        width: 10vw;
    }

    .a_register1 .form .mrxg .ipt {
        margin-right: 30px;
    }

    .a_register1 .form .dx_yz .ico1 {
        left: 97%;
    }

    .cbo_course2 {
        padding: 50px 0;
    }

    .cbo_course2 .course_top .text {
        padding: 30px;
    }

    .cbo_course2 .course_top .text .p {
        padding-top: 15px;
    }

    .cbo_center1 {
        padding: 50px 0;
    }

    .cbo_center1 .cob_tps {
        padding: 10px 0 30px;
    }

    .cbo_center1 .right_box {
        padding-top: 0;
    }

    .cbo_course1 .slick-mod1 .padd .r .d + .d {
        margin-top: 3%;
    }

    .downcenter1 .box .list .item {
        width: auto;
        height: auto;
        margin: 0 2%;
    }

    .downcenter1 .box .list .item .posi .ico {
        width: 60px;
        height: auto;
    }

    .downcenter1 {
        padding: 50px 0;
    }

    .downcenter2 {
        padding: 50px 0;
    }

    .personal_information1 {
        padding: 50px 0;
    }

    .personal_sear .bors .ipt1 {
        width: 130px;
    }

    .pop-video .cont {
        width: 80%;
        height: auto;
    }

    .pop-zcxy .pop-cont {
        width: 80%;
        height: 400px;
    }

    .pop-zcxy .pop-cont .scroll1 {
        height: 240px;
    }

    .service_fftx1 {
        padding: 50px 0;
    }

    .service_ywzj1 {
        padding: 50px 0;
    }

    .service_ywzj1 .mar {
        margin: 0 5%;
    }

    .service_ywzj2 {
        padding-bottom: 50px;
    }

    .service_zxyy1 .padd {
        padding: 0;
    }

    .service_zxyy1 {
        padding: 50px 0;
    }

    .service1 {
        padding-top: 50px;
    }

    .service1 .cont .title {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .service1 .cont .title .btn1 {
        margin-top: 20px;
        line-height: 36px;
    }

    .service1 .cont .title {
        left: 30px;
    }

    .service3 {
        padding: 50px 0;
    }

    .service4 {
        padding: 50px 0;
    }


}

@media screen and (max-width: 980px) {
    .clk .i1 {
        margin-right: 5px;
    }

    .news_xw1 .top_gg .img {
        float: none;
        width: auto;
    }

    .news_xw1 .top_gg .text {
        padding: 30px 0 0;
    }

    .news_xw1 .top_gg .text .p {
        padding-top: 10px;
    }

    .news_xw1 .arr {
        margin-top: 10px;
    }

    .news_xw1 .list2 {
        margin-top: 30px;
        padding-top: 15px;
    }

    .news_xw1 .list2 .item {
        width: 100%;
        margin: 0 0 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .news_xw1 .list2 .item .p {
        padding-top: 10px;
    }

    .news_xw1 .list2 .item .t1 {
        padding-top: 5px;
    }

    .a_register1 .form .ipt {
        padding: 0 10px;
        height: 40px;
        line-height: 38px;
    }

    .a_register1 .form .btn1 {
        height: 40px;
    }

    .a_register1 .form .yzm .sx_link {
        height: 40px;
    }

    .a_register1 .reg_top .item + .item::before {
        margin-right: 10px;
        width: 5vw;
    }

    .a_register1 .reg_top .item {
        margin: 0 5px;
    }

    .select-mod .select-btn {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .cbo_center1 .left_box {
        float: none;
        width: auto;
        margin: 0;
    }

    .cbo_course2 .course_top .img {
        max-width: 100%;
    }

    .cbo_course2 .course_top {
        display: block;
    }

    .cbo_course2 .course_top .text {
        padding: 20px 0 0;
    }

    .cbo_course2 .course_top .text .p {
        padding-top: 10px;
    }

    .coruse_tags {
        padding-top: 20px;
    }

    .coruse_tags .tag_btn1 {
        margin: 5px 5px 0 0;
    }

    .coruse_tags .tag_btn1 {
        min-width: 80px;
    }

    .cbo_course2 .btm_list {
        margin-top: 20px;
    }

    .cbo_course2 .tit {
        padding: 20px 0;
    }

    .cbo_course2 .btm_list .list .line {
        padding: 15px 0;
    }

    .cbo_course2 .btm_list .list .line .l {
        max-width: 75%;
    }

    .cbo_course2 .btm_list .list .line .l .t2 .d {
        margin-right: 10px;
    }

    .cbo_course2 .btm_list .list {
        margin-top: 15px;
    }

    .cbo_course2 .btm_list .list .line .l .t2 {
        width: 130%;
    }

    .cbo_course2 .btm_list .list .line .l .t2 .gk {
        padding-left: 25px;
    }

    .cbo_result1 .padd {
        padding: 0;
    }

    .cbo_result1 {
        padding: 40px 0;
    }

    .tab-barx1 {
        padding-top: 40px;
    }

    .cbo_result1 .list_box .line {
        padding: 20px 0;
    }

    .cbo_result1 .list_box .line .item {
        padding: 20px 15px;
    }

    .cbo_result1 .list_box .line .item .t1 {
        padding-bottom: 5px;
    }

    .cbo_result1 .list_box .line .item .fun_btn {
        padding-bottom: 0;
    }

    .cbo_result1 .list_box .line .item .btm_bar {
        display: block;
    }

    .cbo_result1 .list_box .line .item .btm_bar .r {
        text-align: right;
    }

    .cbo_result1 .list_box .line .item .btm_bar .r .d {
        margin-left: 10px;
        padding-left: 20px;
    }

    .cbo_result1 .list_box .line .item .btm_bar .r .gk {
        padding-left: 25px;
    }

    .cbo_result1 .list_box .tit_wp {
        padding-bottom: 15px;
    }

    .cbo_result1 .list_box .line .item2 .t1 {
        padding-top: 10px;
    }

    .cbo_result1 .list_box .line .item4 .btm_bar .r {
        min-width: 100%;
    }

    .cbo_result1 .list_box .line .item4 .fun_btn {
        padding-bottom: 0;
    }

    .cbo_result1 .list_box .line .item4 .btm_bar .r .d {
        margin-right: 15px;
    }

    .cbo_result1 .list_box .line .item4 .btm_bar .r .rq {
        display: block;
        text-align: left;
        margin: 0 0 10px;
    }

    .cbo_result1 .list_box .line .item4 .btm_bar .r .down, .cbo_result1 .list_box .line .item4 .btm_bar .r .gk {
        padding-left: 25px;
    }

    .qa_list1 {
        padding-bottom: 30px;
    }

    .cbo_center1 .right_box {
        margin-top: 50px;
    }

    .cbo_course2 .btm_list .list .line .l .t2 .down {
        padding-left: 25px;
    }

    .cbo_course1 {
        padding: 50px 0;
    }

    .cbo_catalogue1 {
        padding: 50px 0;
    }

    .personal_sear {
        display: block;
    }

    .personal_sear .rq_wp {
        margin-bottom: 10px;
    }

    .personal_sear .bors {
        -ms-flex: 1;
        flex: 1;
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        height: 46px;
    }

    .personal_sear .bors .ipt1 {
        width: auto;
        -ms-flex: 1;
        flex: 1;
    }

    .personal_sear .select-mod {
        width: 100%;
    }

    .service_ywzj1 .img {
        width: 200px;
        height: 200px;
    }

    .service_ywzj1 .txt .t3 .s1 {
        margin-right: 5px;
    }

    .service2 {
        padding: 50px 0;
    }

    .service3 .title .t1 {
        font-size: 30px;
    }


}

@media screen and (max-width: 768px) {
    .p16 {
        font-size: 16px;
    }

    .downcenter_wdxz_list .line .t2 .down {
        /*display: block;*/
    }

    .x-banner {
        text-align: center;
        height: 40vw;
    }

    .x-banner .title {
        padding-top: 0;
    }

    .page-mod .page-start, .page-mod .page-end {
        display: none;
    }

    .news_xw1 .list .item {
        width: 100%;
        margin: 0 0 5vw;
    }

    .news_xw1 .list .item .txt {
        padding-top: 10px;
    }

    .news_xw1 .list .item .txt .t1 {
        padding: 5px 0;
    }

    .news_xw1 .top_gg {
        padding: 20px 15px;
    }

    .news_xw1 .top_gg .text {
        padding-top: 15px;
    }

    .a_register1 .form_box .pd100 {
        padding: 30px 15px;
    }

    .a_register1 .form .label1 {
        width: auto;
        float: none;
        line-height: inherit;
        padding: 5px 0;
    }

    .a_register1 .form .btn1 {
        width: 80px;
    }

    .a_register1 .form .yzm .ipt {
        margin-right: 40px;
        padding: 0 10px;
    }

    .a_register1 .form .yzm .sx_link {
        width: 40px;
        background-size: 20px;
    }

    .sign_tab .tab-bar .tab-term {
        margin: 0 10px;
    }

    .a_register1 .reg_top .item .t_box {
        width: 48px;
        height: 48px;
        box-shadow: 0px 0px 15px 0px #005b90;
    }

    .a_register1 .reg_top .item {
        margin: 0 3px;
    }

    .a_register1 .reg_top .item + .item::before {
        margin-right: 5px;
        box-shadow: 0px 0px 15px 0px #005b90;
    }

    .a_register1 .form .dx_yz .ico1 {
        left: auto;
        right: 0;
    }

    .a_register1 .select-mod {
        width: 100%;
    }

    .a_register1 .clk_wp .clk {
        margin-right: 15px;
    }

    .a_register1 .line + .t_tit {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .a_register1 .btn_wp .a_wp .button2 {
        width: auto;
        padding: 0 15px;
    }

    .a_register1 .form .text .p1 + .p1 {
        padding-top: 10px;
    }

    .a_register1 .btn_wp {
        margin-top: 15px;
    }

    .cbo_quiz1 {
        padding: 40px 0;
    }

    .qa_list_item .t1 {
        padding-bottom: 5px;
    }

    .cbo_quiz1 .txt {
        padding: 0 0 5px;
    }

    .cbo_quiz1 .title {
        padding: 20px 0 15px;
    }

    .cbo_quiz1 .bb_wp {
        padding: 15px 0;
        margin-top: 10px;
    }

    .cbo_quiz1 .form .fun_wp .fun .btn1 {
        width: 100px;
        line-height: 40px;
    }

    .cbo_quiz1 .form .fun_wp .fun .clk {
        display: block;
        text-align: right;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .cbo_quiz1 .form .line .ipt textarea {
        height: 80px;
    }

    .cbo_quiz1 .title {
        margin-bottom: 10px;
    }

    .qa_list_item .fun_btn {
        padding: 5px 0;
    }

    .qa_list_item .btm_bar .l .s2 {
        margin-left: 0;
        margin-top: 10px;
        display: block;
        min-width: 100%;
    }

    .cbo_qa1 .btm_bar.bar2 {
        padding-top: 10px;
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
    }

    .cbo_qa1 .btm_bar.bar2 .r {
        padding-top: 0;
    }

    .cbo_qa1 .tw_btn {
        height: 40px;
        line-height: 40px;
    }

    .cbo_qa_xx1 .qa_box .box {
        padding-top: 20px;
    }

    .cbo_quiz1 .box {
        padding: 0 15px;
        margin: 0 15px;
        width: auto;
    }

    .qa_list_item {
        padding: 20px 15px;
    }

    .cbo_quiz1 .form .fun_wp {
        display: block;
        padding: 15px 0 20px;
        position: relative;
    }

    .cbo_quiz1 .form .fun_wp .fun {
        text-align: center;
        padding-top: 15px;
    }

    .cbo_quiz1 .form .fun_wp .t {
        margin: 0;
    }

    .cbo_quiz1 .form .fun_wp .t .li .s1 {
        max-width: 75%;
    }

    .cbo_quiz1 .form .fun_wp .fun .file_btn {
        margin-left: 0;
    }

    .cbo_qa_xx1 .qa_box {
        margin-bottom: 15px;
    }

    .qa_list_item .btm_bar {
        display: block;
    }

    .qa_list_item .btm_bar .r {
        text-align: left;
        padding-top: 10px;
    }

    .qa_list_item .btm_bar .r .d {
        margin-right: 15px;
        margin-left: 0;
    }

    .qa_list_item .btm_bar .r .d {
        padding-left: 20px;
    }

    .qa_list_item .btm_bar .r .gk {
        padding-left: 25px;
    }

    .qa_list_item .btm_bar .r .pl::before {
        left: -12px;
    }

    .cbo_center1 .right_box {
        margin-top: 25px;
    }

    .cbo_center1 .right_box .box2 {
        padding: 20px 15px;
    }

    .cbo_center1 .right_box .box2 .list2 .line {
        padding: 15px 0;
    }

    .cbo_result1 .list_box .line .item3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cbo_result1 .list_box .line .item3 .d {
        width: calc(50% - 5px);
        margin: 15px 0 0 10px;
        float: none;
        max-width: initial;
    }

    .cbo_result1 .list_box .line .item3 .d:nth-child(odd) {
        margin-left: 0;
    }

    .cbo_center1 {
        padding: 40px 0;
    }

    .qa_list1 {
        padding-bottom: 20px;
    }

    .qa_list1 .line {
        margin-top: 15px;
    }

    .page-mod .page-jump {
        margin: 0 20px;
    }

    .cbo_cptjxx1 .qa_list_item .btm_bar .r {
        text-align: left;
    }

    .cptjxx_bar .qa_list_item .btm_bar .r .d {
        margin-right: 10px;
        margin-left: 0;
    }

    .cptjxx_bar .qa_list_item .btm_bar .r .d.rq, .cptjxx_bar .qa_list_item .btm_bar .r .d.zb {
        padding-left: 0;
    }

    .cptjxx_bar .qa_list_item {
        padding: 0;
    }

    .cptjxx_text {
        margin-top: 20px;
    }

    .cptjxx_text .t1 {
        padding-top: 20px;
    }

    .cptjxx_text .p {
        padding-top: 5px;
        font-size: 14px !important;
    }

    .cptjxx_text .p span {
        font-size: 14px !important;
    }

    .cbo_cptjxx1 .down_bar {
        padding: 15px;
    }

    .cptjxx_fx .qa_list_item {
        padding: 0 0 15px;
    }

    .cptjxx_form .form .line .ipt textarea {
        height: 80px;
    }

    .cptjxx_form .form .fun_wp {
        padding-top: 10px;
    }

    .cptjxx_form {
        margin-top: 25px;
    }

    .cptjxx_pl .cptjxx_pl_list {
        margin-bottom: -15px;
    }

    .cptjxx_pl .cptjxx_pl_list .line {
        padding: 15px 0;
    }

    .cptjxx_pl .cptjxx_pl_list .line .txt {
        padding-top: 5px;
    }

    .cbo_course2 .btm_list .list .line {
        position: relative;
    }

    .cbo_course2 .btm_list .list .line .r .btn1 {
        width: 60px;
        line-height: 30px;
    }

    .cbo_course2 .btm_list .list .line .l .t2 .rq {
        display: block;
        padding-bottom: 5px;
    }

    .cbo_course1 {
        padding: 40px 0;
    }

    .cbo_course1 .box .item {
        padding: 0 0px;
    }

    .cbo_course1 .slick-prev {
        left: -0px;
    }

    .cbo_course1 .slick-next {
        right: -0px;
    }

    .cbo_course1 .tit {
        padding-bottom: 15px;
    }

    .cbo_course1 .slick-mod .mar .txt .p {
        padding-top: 5px;
    }

    .cbo_course1 .box .item + .item {
        padding-top: 20px;
        margin-top: 20px;
    }

    .news_xx1 .title .t2 .s1 {
        margin: 0 3px;
    }

    .news_xx1 .title .t2 .rq {
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }

    .news_xx1 .title .t2 .down, .news_xx1 .title .t2 .gk {
        padding-left: 25px;
    }

    .news_xx1 .down_bar {
        padding: 15px 10px;
        margin-top: 15px;

    }

    .cbo_center1 .left_box .tit {
        padding-bottom: 15px;
    }

    .cbo_center1 .left_box .list .item + .item {
        margin-top: 15px;
    }

    .cbo_center1 .left_box .list .item {
        padding: 20px 15px;
    }

    .cbo_center1 .left_box .list .item .btm_bar {
        display: block;
    }

    .cbo_center1 .left_box .list .item .btm_bar .r {
        text-align: right;
    }

    .cbo_center1 .left_box .list .item .btm_bar .r .d {
        margin-left: 10px;
        padding-left: 20px;
    }

    .cbo_center1 .left_box .list .item .btm_bar .r .gk {
        padding-left: 25px;
    }

    .cbo_center1 .right_box .box1 .item .ico {
        width: 60px;
        height: 60px;
    }

    .cbo_center1 .right_box > div + div {
        margin-top: 15px;
    }

    .cbo_center1 .right_box .box1 {
        padding: 20px 0 15px;
    }

    .cbo_center1 .right_box .list .item {
        width: calc(50% - 5px);
        margin: 15px 0 0 10px;
    }

    .cbo_center1 .right_box .top_img {
        padding-top: 15px;
    }

    .cbo_center1 .right_box .list2 .item a {
        padding: 15px 0;
    }

    .cbo_center1 .right_box .top_img .t1 {
        padding: 10px;
    }

    .cbo_catalogue1 {
        padding: 40px 0;
    }

    .cbo_catalogue1 .tab-barx1 {
        margin-bottom: 20px;
    }

    .tab-barx1 {
        padding-top: 25px;
    }

    .seac_wp .ipt input {
        height: 20px;
        line-height: 20px;
    }

    .seac_wp .ipt input {
    }

    .catalogue_left {
        width: auto;
        float: none;
        margin: 0;
        padding: 20px 15px;
    }

    .catalogue_left .catalogue_left_list {
    }

    .catalogue_left .catalogue_left_list.phone {
        margin-top: 10px;
    }

    .catalogue_left .catalogue_left_list .select-mod .select-bar {
        background: #fff;
        border-color: #eee;
    }

    .catalogue_left_ipt {
        padding: 10px;
    }

    .catalogue_left_list .line a {
        padding: 10px 0;
    }

    .catalogue_right {
        margin-top: 25px;
        float: none;
        width: auto;
    }

    .catalogue_right .catalogue_tags .btn1 {
        margin: 0 5px 5px 0;
    }

    .catalogue_right .catalogue_tags .btn1 {
        min-width: 80px;
        padding: 0 5px;
    }

    .catalogue_right .catalogue_screen {
        padding-top: 15px;
    }

    .catalogue_right .catalogue_pic {
        margin-top: 15px;
    }

    .qa_list_item .btm_bar .r .rq {
        /*display: block;*/
        text-align: left;
        padding-left: 0;
        padding-bottom: 5px;
    }

    .catalogue_right .catalogue_list_line .qa_list_item {
        padding: 15px 0;
    }

    .catalogue_right .catalogue_list_line .qa_list_item .btm_bar .r .rq, .catalogue_right .catalogue_list_line .qa_list_item .btm_bar .r .bh {
        padding-left: 0;
    }

    .catalogue_right .catalogue_list_line .qa_list_item .btm_bar .r .d {
        margin-left: 0;
        margin-right: 15px;
    }

    .rightBar li .scrollTop .txt {
        font-size: 0;
    }

    .cbo_course1 .slick-mod1 .padd .l .t1 {
        padding: 10px;
        font-size: 14px;
    }

    .cbo_course1 .slick-mod1 .padd .r .d .txt .t1 {
        font-size: 14px;
    }

    .cbo_course2 .btm_list .list2 .item {
        width: calc(50% - 5px);
        margin: 20px 0 0 10px;
    }

    .cbo_course2 .btm_list .list2 .item:nth-child(4n+1) {
        margin-left: 10px;
    }

    .cbo_course2 .btm_list .list2 .item:nth-child(odd) {
        margin-left: 0;
    }

    .downcenter_raos .rao {
        margin-bottom: 15px;
    }

    .downcenter_wdxz_list .line + .line {
        margin-top: 15px;
    }

    .downcenter_wdxz_list .line .l {
        margin-right: 0;
    }

    .downcenter_wdxz_list .line .r {
        padding-top: 15px;
        overflow: hidden;
    }

    .downcenter_wdxz_list .line {
        padding: 20px 15px;
        display: block;
    }

    .downcenter_wdxz_list .line .btn1 {
        margin: 0 10px 0 0 !important;
        display: inline-block;
    }

    .downcenter_wdxz_list .line .t2 {
        padding-top: 10px;
    }

    .downcenter_wdxz_list .line .t2 .s1 {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .downcenter_wdxz_list .line .t2 .rq {
        display: block;
        padding-bottom: 5px;
        text-align: left;
    }

    .downcenter_wdxz_list .line .t2 .d {
        margin-right: 10px;
    }

    .downcenter1 .top .l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .downcenter1 .top .r {
        margin-top: 20px;
    }

    .downcenter1 .btm {
        margin-top: 20px;
    }

    .downcenter1 .box .list {
        padding: 20px 0 10px;
        text-align: left;
        display: block;
        overflow: hidden;
    }

    .downcenter1 .box .list .item {
        padding: 0 2%;
        vertical-align: top;
        margin-bottom: 15px;
        text-align: center;
        white-space: nowrap;
        width: 33.33%;
        float: left;
        box-sizing: border-box;
        margin: 0 0 15px;
        white-space: nowrap;
    }

    .downcenter1 .box .list .item .posi .ico {
        width: 40px;
    }

    .downcenter1 .box .list .item .posi .t1 {
        padding-top: 10px;
        font-size: 13px;
    }

    .downcenter1 .box .title {
        padding: 15px 0;
    }

    .downcenter1 {
        padding: 40px 0;
    }

    .downcenter2 {
        padding: 40px 0;
    }

    .downcenter2 .title {
        padding-bottom: 0;
    }

    .downcenter2 .list .item {
        width: calc(50% - 5px);
        margin: 20px 0 0 10px;
    }

    .downcenter2 .list .item:nth-child(4n+1) {
        margin-left: 10px;
    }

    .downcenter2 .list .item:nth-child(odd) {
        margin-left: 0;
    }

    .downcenter2 .list .item .t1 {
        padding-top: 10px;
    }

    .personal_information1 {
        padding: 40px 0;
    }

    .personal_left {
        float: none;
        width: auto;
        margin-right: 0;
        padding: 15px;
    }

    .personal_left .personal_left_lsit {
        display: none;
    }

    /* .personal_left .personal_left_lsit.phone {display: block;} */
    .personal_left .personal_left_lsit .select-mod .select-bar {
        background: #fff;
        border-color: #eee;
    }

    .personal_left_lsit .line a {
        padding: 10px 0;
    }

    .personal_right {
        margin-top: 25px;
        float: none;
        width: auto;
    }

    .personal_right .mar_box + .mar_box {
        margin-top: 15px;
    }

    .personal_center_name {
        padding: 20px 15px;
    }

    .personal_center_name .l .ico {
        width: 80px;
        height: 80px;
    }

    .personal_center_name .l .txt {
        padding-left: 10px;
    }

    .personal_center_name .l .txt .t2 {
        padding-top: 5px;
    }

    .personal_center_jbxx {
        padding: 25px 15px;
    }

    .personal_center_jbxx .l .p {
        padding-top: 15px;
    }

    .personal_center_jbxx .l .p .s1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 270px;
    }

    .personal_center_jbxx .l .tit {
        padding-bottom: 5px;
    }

    .personal_center_jbxx .r .link1 {
        padding: 10px 0;
    }

    #my_ec1 {
        height: 200px;
    }

    .personal_center_qymx {
        padding: 20px 15px;
    }

    .personal_center_list .item .ico {
        width: 55px;
        height: 55px;
    }

    .personal_center_list {
        padding: 25px 0;
    }

    .personal_center1 .x-title1 {
        padding: 20px 0 15px;
    }

    .personal_center_list2 {
        padding: 0 15px;
    }

    .personal_center_list2 .line {
        padding: 15px 0;
    }

    .personal_center_list2 .line .btm_bar .l .s1 + .s1 {
        margin-left: 10px;
    }

    .personal_center_list2 .line .yy_zt {
        transform: none;
        top: 30px;
    }

    .personal_center_qymx .personal_center_qymx_list {
        padding-top: 20px;
    }

    .personal_center_qymx_list .p + .p {
        padding-top: 15px;
    }

    .personal_center_list3 {
        padding: 0 15px;
    }

    .personal_center_list3 .qa_list_item {
        padding: 20px 0;
    }

    .personal_center_list4 .list .line {
        display: block;
        padding: 20px 0;
    }

    .personal_center_list4 .list .line .l {
        max-width: inherit;
    }

    .personal_center_list4 .list .line .l .t2 {
        padding-top: 10px;
    }

    .personal_center_list4 .list .line .l .t2 .d {
        margin-right: 15px;
        display: inline-block !important;
    }

    .personal_center_list4 .list .line .l .t2 .rq {
        display: block;
        text-align: left;
        padding-bottom: 5px;
        margin-left: 0;
    }

    .personal_center_list4 .list .line .r {
        padding-top: 10px;
    }

    .personal_center_list4 .list .line .r .btn1 {
        display: inline-block;
    }

    .personal_center_list4 .list .line .l .t2 .down, .personal_center_list4 .list .line .l .t2 .gk {
        padding-left: 25px;
        margin-bottom: 5px;
    }

    .personal_center_list4 .list .line .l .t2 .tt {
        margin-bottom: 5px;
    }

    .personal_center_list4 {
        padding: 0 15px;
    }

    .personal_jbxx1 .personal_center_qymx_list .p + .p {
        padding-top: 15px;
    }

    .personal_jbxx1 {
        padding: 0 15px 10px;
    }

    .personal_center_qymx_list .p .a1 {
        margin-top: 0;
    }

    .personal_center_jbxx .p .a1 {
        margin-top: 0;
    }

    .personal_jbxx1 .personal_tables {
        margin-bottom: 10px;
    }

    .personal_dwxx2 {
        padding: 0 15px;
    }

    .myec_phone {
        display: block;
        padding: 5px 0 0;
    }

    #my_ec1 {
        display: none;
    }

    .personal_dwxx2_padd {
        padding: 20px 0;
    }

    .personal_information_box .top .ico {
        width: 100px;
        height: 100px;
    }

    .personal_information_list {
        display: block;
        padding: 20px 0;
    }

    .personal_information_list .item {
        margin: 0;
        padding: 0 20px;
    }

    .personal_information_list .line {
        padding: 3px 0;
    }

    .personal_pttz1 .tab-bar .tab-term {
        margin-right: 30px;
    }

    .personal_pttz1 .list .line {
        margin-top: 10px;
        font-size: 12px;
    }

    .personal_pttz1 .list .line a {
        display: contents;
        padding: 20px 15px;
        font-size: 12px;
    }

    .personal_pttz1 .list .line .t1 {
        margin-right: 0;
        font-size: 12px;
    }

    .personal_pttz1 .list .line .context span {
        font-size: 12px !important;
    }

    .personal_pttz1 .list .line .date {
        padding-top: 10px;
    }

    .personal_pttz1 .list2 .line a {
        display: block;
        padding: 15px;
    }

    .personal_pttz1 .list2 .line .img {
        width: 100%;
        margin: 0 0 15px;
    }

    .personal_pttz1 .list2 .line .txt .p {
        padding-top: 5px;
    }

    .personal_pttz1 .list2 .line .txt .btm_bar {
        padding-top: 10px;
    }

    .personal_pttz1 .list2 .line {
        margin-top: 15px;
    }

    .personal_qxsz1 {
        padding: 20px 15px;
    }

    .personal_tables th {
        display: none;
    }

    .personal_tables tr {
        display: block;
        padding: 10px 0;
    }

    .personal_tables tr:first-child {
        display: none;
    }

    .personal_tables tr:nth-child(even) {
        background: #e6eaf5;
    }

    .personal_tables td {
        position: relative;
        padding: 5px 0;
        display: block;
        text-align: left;
        padding-left: 80px;
        border: 0;
    }

    .personal_tables td::after {
        content: attr(tit) "：";
        width: 80px;
        padding: 5px 0;
        left: 0;
        top: 0;
        position: absolute;
        text-align: right;
    }

    .personal_wdwd1 .personal_center_list3 .line {
        margin-top: 15px;
        padding: 0 15px;
    }

    .personal_sear {
    }

    .pop-video .cont {
        width: 90%;
        height: auto;
    }

    .layui-laydate-range {
        left: 15px !important;
        right: 15px !important;
        width: auto !important;
    }

    .layui-laydate-main {
        min-width: 100%;
    }

    .layui-laydate-content table {
        width: 100%;
    }

    .personal_wdwd1 .personal_center_list2 .line {
        margin-top: 15px;
        padding: 20px 15px;
    }

    .service_fftx1 {
        padding: 40px 0;
    }

    .service_fftx_box .title .date {
        padding-top: 10px;
    }

    .service_fftx_box .title {
        padding-bottom: 10px;
    }

    .service_fftx_box .text .p + .p {
        padding-top: 10px;
    }

    .service_fftx1 .tab-bar {
        margin-bottom: 30px;
    }

    .service_zjxx1 .cont {
        display: block;
    }

    .service_zjxx1 .cont .img {
        width: 50%;
        height: 50%;
        margin: auto;
    }

    .service_zjxx1 .cont .text .t1 {
        font-size: 26px;
        padding-top: 20px;
    }

    .service_zjxx1 .cont .text .t2 .s1 {
        margin-right: 5px;
    }

    .service_zjxx1 .cont .text .t2 .s2 {
        display: block;
        padding-top: 10px;
        margin-left: 0;
    }

    .service_zjxx1 .cont .text .p {
        padding-top: 10px;
    }

    .service_zjxx1 .cont .text .btn1 {
        margin-top: 15px;
    }

    .service_zjxx1 {
        padding: 40px 0;
    }

    .service_ywzj1 {
        padding: 40px 0;
    }

    .service_ywzj2 {
        padding-bottom: 40px;
    }

    .service_ywzj1 .txt {
        padding-top: 15px;
    }

    .service_ywzj1 .txt .t3 {
        padding-top: 15px;
    }

    .service_ywzj1 .txt .t3 .s1 {
        margin-bottom: 5px;
    }

    .service_ywzj1 .txt .p {
        padding-top: 4px;
    }

    .service_ywzj1 .txt .btn1 {
        margin-top: 15px;
    }

    .service_zxyy1 {
        padding: 40px 0;
    }

    .service_zxyy1 .box {
        padding: 20px 15px;
    }

    .service_zxyy1 .form .line .label1 {
        width: auto;
        display: block;
        padding: 0 0 5px;
    }

    .service_zxyy1 .form .select-mod {
        width: 100%;
    }

    .service_zxyy1 .form .line .ipt {
        width: 100%;
    }

    .service_zxyy1 .form .line.area .label1 {
        float: none;
        padding: 0 0 5px;
    }

    .service_zxyy1 .form .line .textarea textarea {
        height: 80px;
    }

    .service_zxyy1 .form .line + .line {
        margin-top: 15px;
    }

    .service_zxyy1 .form .line .btn1 {
        display: block;
        margin: auto;
    }

    .service_zxyy1 .box .tit {
        padding-bottom: 20px;
    }

    .service1 .cont .title {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .service1 .cont .title .btn1 {
        margin-top: 15px;
    }

    .service2 {
        padding: 40px 0;
    }

    .service2 .cont .item .ico {
        width: 60px;
        margin: auto;
    }

    .service2 .cont .arr {
        width: 24px;
        height: 20px;
        margin-top: 20px;
    }

    .service2 .cont .item .t1 {
        padding-top: 15px;
    }

    .service_ywzj1 .xbtn1 {
        line-height: 36px;
    }

    .service2 .xbtn1 {
        line-height: 36px;
        margin-top: 5%;
    }

    .service3 {
        padding: 40px 0;
    }

    .service3 .title .p {
        padding-top: 10px;
    }

    .service3 .title {
        padding-bottom: 20px;
    }

    .service3 .cont {
        display: block;
    }

    .service3 .cont .item .list {
        padding: 0 15px;
    }

    .service3 .cont .item .list .line {
        padding: 10px 0;
    }

    .service3 .cont .item .list .line .p {
        padding-top: 5px;
    }

    .service3 .cont .item .more {
        padding: 20px 0;
    }

    .service3 .cont .item + .item {
        margin: 15px 0 0;
    }

    .service3 .cont .item .tit {
        padding: 15px;
    }

    .service4 {
        padding: 40px 0;
    }

    .service4 .cont .title .btn1 {
        line-height: 36px;
        margin-top: 15px;
    }

    .cbo_course1 .box .item .slick-mod, .cbo_course1 .box .item .slick-mod1 {
        margin: 0 20px;
    }

    .cbo_course1 .slick-mod .slick-prev, .cbo_course1 .slick-mod1 .slick-prev {
        left: -25px;
    }

    .cbo_course1 .slick-mod .slick-next, .cbo_course1 .slick-mod1 .slick-next {
        right: -25px;
    }

    .cbo_course1 .slick-mod .mar .txt {
        padding-top: 10px;
    }

    .cbo_center1 .left_box .list .item .btm_bar.phone {
        display: flex;
    }

    .cbo_course1 .tit {
        margin: 0 20px;
    }

    .cbo_qa1 .tab-bar .tab-term {
        margin-right: 25px;
    }

    .cbo_qa1 .tw_btn {
        top: -7px;
    }

    .cbo_qa1 .btm_bar.bar2 .tw_btn {
        top: 0;
        margin-right: 20px;
    }

    .page-mod .page-jump {
        display: none;
    }

    .cbo_result1 .list_box .line .item .btm_bar {
        display: flex;
    }

    .seac_wp .ipt {
        padding: 0 10px;
    }

    .seac_wp .btn1 {
        width: 60px;
        line-height: 42px;
        font-size: 14px;
    }

    .seac_wp .ipt input {
        font-size: 14px;
    }

    .seac_wp .ipt {
        height: 42px;
        line-height: 40px;
    }

    .personal_pttz1 .list2 .line .txt .btm_bar .r .d {
        margin-right: 15px;
    }

    .personal_center_list3 .qa_list_item .btm_bar.phone {
        display: flex;
    }

    .pop-zcxy .pop-cont {
        width: 90%;
        height: 370px;
    }

    .pop-zcxy .pop-cont .scroll1 {
        height: 240px;
        margin: 0 15px;
    }

    .pop-zcxy .pop-cont .close {
        line-height: 36px;
        width: 120px;
    }

    .pop-zcxy .pop-cont .tit {
        padding: 25px 0 10px;
    }

    .pop-zcxy .pop-cont .close {
        margin-top: 15px;
    }


    .tab-barx1 .tab-term {
        font-size: 18px;
        margin: 0 12px;
    }

    .service_zxyy1 .form .line .rao_wp {
        display: block;
    }

    .service_zxyy1 .form .line .rao_wp .clk {
        margin-right: 10px;
        white-space: nowrap;
        margin-top: 5px;
    }

    .service_zxyy1 .form .line .rao_wp .clk .i1 {
        top: 0;
    }

    .service_fwcp_box .list {
        padding-top: 15px;
        margin-top: 15px;
    }

    .service_fwcp_box .list .line .txt {
        padding: 13px 10px;
    }

    .pop-jhm .pop-cont {
        width: 90%;
        height: 280px;
    }

    .pop-jhm .pop-cont .tit {
        line-height: 45px;
    }

    .pop-jhm .form .btn_wp .btn1 {
        height: 40px;
        line-height: 40px;
    }

    .pop-jhm .form {
        padding: 20px 15px;
    }

    /* .pop-jhm .form .t1 {padding-bottom: 10px;} */
    .pop-jhm .form .line .label1 {
        display: block;
        padding-bottom: 5px;
    }

    .pop-jhm .form .line .ipt {
        line-height: 50px;
    }

    .pop-jhm .form .line .btn1 {
        line-height: 40px;
        margin-top: 5px;
    }

    .pop-jhm .form .btn_wp {
        padding-top: 25px;
    }

    .pop-jhm .form .btn_wp .btn1 {
        width: 47%;
    }

    .pop-bbh .pop-cont {
        width: 90%;
        height: 430px;
    }

    .pop-bbh .scroll1 {
        margin: 20px 15px;
        height: 300px;
    }

    .pop-bbh .list .s1 {
        margin-bottom: 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .pop-sqlb .pop-cont {
        width: 90%;
        height: 565px;
    }

    .pop-sqlb .pop-cont .padd {
        padding: 0 15px;
    }

    .pop-sqlb .pop-cont .tit {
        padding: 20px 15px 15px;
        font-size: 20px;
    }

    .pop-sqlb .pop-close {
        right: 10px;
        top: 10px;
    }

    .pop-sqlb .pop-cont .form .line {
        text-align: center;
    }

    .pop-sqlb .pop-cont .form .line .btn1 {
        margin: 10px 0 0;
        line-height: 40px;
    }

    .pop-sqlb .pop-cont .form .line .btn1 + .btn1 {
        margin-left: 10px;
    }

    .pop-sqlb .pop-cont .form .line .ipt {
        display: block;
        width: auto;
    }

    .pop-sqlb .pop-cont .form {
        margin-top: 15px;
    }

    .pop-sqlb .btn_wp {
        padding-top: 20px;
    }

    .personal_tables tr {
        padding: 5px 0;
    }

    .pop-sqlb .pop-cont .personal_tables {
        padding-top: 15px;
    }


    .pop-bdxz .pop-cont {
        width: 90%;
        height: 565px;
    }

    .pop-bdxz .pop-cont .title {
        padding: 30px 0 20px;
        font-size: 18px;
    }

    .pop-bdxz .pop-close {
        top: 15px;
        right: 15px;
    }

    .pop-bdxz .pop-cont .line .t2 {
        display: block;
    }

    .pop-bdxz .pop-cont .line .t2 .d.rq {
        display: block;
        padding-bottom: 8px;
    }

    .pop-bdxz .pop-cont .line .t2 .d {
        margin-right: 10px;
    }

    .pop-bdxz .pop-cont .btn_wp {
        padding: 5px 15px 10px;
    }

    .pop-bdxz .pop-cont .btn_wp .btn1 {
        margin-left: 5px;
        margin-top: 5px;
        min-width: calc(50% - 4px);
    }

    .pop-bdxz .pop-cont .btn_wp .btn1:nth-child(odd) {
        margin-left: 0;
    }

    .pop-bdxz .pop-cont .line {
        padding: 10px 15px;
    }

    .pop-bdxz .pop-cont .scroll1 {
        margin: 15px;
        height: 240px;
    }

    .pop-bdxz .pop-cont .text .p {
        padding-top: 10px;
        padding-left: 25px;
    }

    .pop-bdxz .pop-cont .text .t1 {
        margin-top: 20px;
    }
}

/* 8-3 */

.pop-video .close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.pop-bbh .pop-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.pop-cont .search-wrap {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.catalogue_left_ipt {
    position: relative;
}

.catalogue_left_ipt .ss-btn {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 0;
    background-color: transparent;
    cursor: pointer;
}

.catalogue_left_ipt input {
    padding-right: 20px;
}

.a_register1 .t_tit .total_btn {
    position: relative;
    top: 4px;
}

.a_register1 .t_tit .total_btn .i1 {
    position: relative;
    top: 1px;
}


.personal_information_box {
    padding-bottom: 40px;
}

.downcenter_wdxz_list .line .clk .cs1:hover {
    color: #315bcb;
    font-weight: bold;
}

.pop-share .pop-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/temp/close1.png) no-repeat center;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.el-tooltip__popper {
    margin-bottom: 20px !important;
}

#industrysChange {
    width: 30% !important;
}

.personal_information_list .el-checkbox__label {
    font-size: 16px;
    font-weight: normal !important;
}

.personal_information_list .el-checkbox {
    color: #000;
    margin-bottom: 4px;
    width: 20%;
}

.personal_information_list .el-checkbox__inner {
    width: 16px;
    height: 16px;
}

.personal_information_list .el-checkbox__input.is-checked .el-checkbox__inner, .personal_information_list .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #315bcb;
    border-color: #315bcb;
}

.personal_information_list .el-checkbox__inner::after {
    top: 2px;
    left: 5px;
}

.personal_information_list .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #315bcb;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #315bcb !important;
}

.el-input__inner {
    border-radius: 0 !important;
}

/* news */

.wid-1250 {
    width: 1250px;
    margin: 0 auto;
}

.news-x-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0;
}

.news-form-wrap {
    max-width: 90%;
    width: 834px;
    margin: 0 auto;
}

.news-form-wrap .news-form {
    width: 100%;
    position: relative;
}

.news-form-wrap .news-form .txt {
    width: 100%;
    height: 64px;
    box-shadow: 3px 3px 8px 0 rgba(12, 24, 81, 0.17);
    background-color: #fff;
    border-radius: 5px;
    padding: 0 76px 0 36px;
    font-size: 24px;
    color: #5968AE;
}

.hotWords-wrap {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}

.hotWords-wrap a {
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

.hotWords-wrap a:hover {
    color: #81B203;
}

.news-form-wrap .news-form .s-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    background: url('../images/search-btn.png') no-repeat center;
    background-size: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
}

.info-news-wrap {
    padding: 88px 0 140px 0;
}

/*搜索页css重构开始*/
.info-news-wrap.search-content-wrap {
    padding-top: 24px;
}

.search-content-wrap .shift-container-wrap {
    position: relative;
    width: 100%;
}

.all-search-data-count {
    margin: 0 0 16px;
    font-size: 24px;
    color: #5968AF;
    font-weight: 500;
}

.search-first-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4px;
    width: 100%;
}

.search-first-category > a {
    display: inline-block;
    margin: 0 16px 16px 0;
    padding: 14px;
    min-width: 124.5px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
    background-color: #F8F9FA;
}

.search-first-category > a:last-of-type {
    margin-right: 0;
}

.search-first-category > a:hover {
    background: #5968AE30;
}

.search-first-category > a.active {
    color: #fff;
    background: #5968AE;
    box-shadow: 8px 6px 8px 0 rgba(151, 190, 55, 0.12);
}

.search-first-category > a p span {
    margin-left: 6px;
    color: #999;
}

.search-first-category > a.active p span {
    color: #e1e1e1;
}

.search-second-category {
    position: relative;
    display: flex;
    margin: 0 0 4px;
    width: 100%;
}

.search-second-category:last-of-type {
    margin-bottom: 8px;
}

.search-second-category > label {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    width: 70px;
    text-align: right;
    line-height: 24px;
    color: rgba(51, 51, 51, .5);
}

.category-tag-content {
    flex: 0 0 auto;
    width: calc(100% - 142px);
    height: 36px;
    overflow: hidden;
    transition: height .3s;
}

.category-tag-content.is-expand {
    height: auto;
    transition: height .3s;
}

.category-tag-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.category-tag-list .category-tag {
    margin: 0 12px 12px 0;
    padding: 0 8px;
    height: 24px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.category-tag-list .category-tag > span {
    margin: 0 0 0 4px;
    color: #999;
}

.category-tag-list .category-tag.is-active, .category-tag-list .category-tag:hover {
    cursor: pointer;
    color: #5968AE;
    background: rgba(89, 104, 174, .1);
    border-radius: 4px;
}

.category-tag-list .category-tag.is-active > span, .category-tag-list .category-tag:hover > span {
    color: #5968AEaf;
}

.more-btn {
    margin: 0 0 0 16px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.more-btn > span {
    margin: 0;
}

.more-btn:hover {
    color: #5968ae;
}

.more-btn:hover > i {
    color: #5968ae;
}

.video-player-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    transition: all .3s;
}

.video-player-content {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
}

.close-video-player {
    position: absolute;
    top: -28px;
    right: -28px;
}

.close-video-player i {
    font-size: 28px;
    color: #fff;
}

.video-player {
    width: 100%;
    height: 100%;
}

/*搜索页css重构结束*/

.info-news-wrap .wid-1250 {
    position: relative;
}

.lt-list-wrap {
    width: 68%;
}

.lt-list-wrap > div {
    padding-bottom: 20px;
    color: #5968AE;
    font-size: 24px;
}

.rt-notice-wrap {
    width: 28%;
    border-radius: 10px;
    border: 1px solid #e7e8ed;
    padding: 36px;
}

.zxgg-hd {
    padding-bottom: 26px;
    font-size: 24px;
    color: #5968AE;
    border-bottom: 1px solid #e7e8ed;
    display: flex;
    justify-content: space-between;
}

.zxgg-hd .tit {
}

.zxgg-hd .more {
    font-size: 18px;
    color: #898D9E;
    padding-top: 8px;
}

.zxgg-hd .more:hover {
    color: #5968AE;
}

.rt-notice-list {
    margin-top: 10px;
}

.rt-notice-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 30px;
}

.rt-notice-list li a {
    color: #898D9E;
}

.rt-notice-list li a:hover {
    color: #5968ae;
}

.zxxw-banner {
    width: 100%;
    display: flex;
    height: 315px;
    position: relative;
    justify-content: space-between;
}

.zxxw-banner .img {
    width: 100%;
}

.zxxw-banner .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.zxxw-banner .txt {
    width: 290px;
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    flex: none;
    display: flex;
    align-items: flex-end;
    padding: 0 20px 60px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
}

.mt-36 {
    margin-top: 36px;
}

.zxxw-list li {
    border: 1px solid #e7e8ed;
    border-radius: 10px;
    padding: 16px 36px;
    margin-bottom: 10px;
    background-color: #f7f9fd;
    transition: 0.4s;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.zxxw-list li:last-child {
    margin-bottom: 0;
}

.zxxw-list li .img {
    width: 204px;
    flex: none;
    margin-right: 50px;
    overflow: hidden;
}

.zxxw-list li .img img {
    transition: 0.6s;
}

.zxxw-list li .img img:hover {
    transform: scale(1.1);
}

.zxxw-list li .con {
}

.zxxw-list li .con .tit {
    font-size: 18px;
    color: #5968AE;
    line-height: 30px;
}

.zxxw-list li .con .tit a {
    color: #5968AE;
    transition: 0.3s;
}

.zxxw-list li .con .time {
    color: #898D9E;
    margin-top: 16px;
}

.zxxw-list li .con .tit a:hover {
    font-weight: bold;
}

.zxxw-list li:hover {
    box-shadow: 0px 0px 20px 0px #ccc;
}

.mt-50 {
    margin-top: 50px;
}

.news-page-mod {
    text-align: center;
}

.news-page-mod .page-item {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

.news-page-mod .page-item a {
    padding: 0 5px;
    border-radius: 3px;
    color: #666666;
    margin: 2px;
    box-sizing: border-box;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.news-page-mod .page-item a.now {
    background: #81B203;;
    color: #fff !important;
}

.news-page-mod .page-item a:hover {
    color: #81B203;
}

.zxgg-list li {
    /* padding: 34px 50px;*/
    border: 1px solid #e7e8ed;
    border-radius: 10px;
}

.ssjg-tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
}

.ssjg-tags a {
    display: inline-block;
    text-align: center;
    background-color: #D6DAE6;
    color: #fff;
    font-size: 18px;
    min-width: 160px;
    margin-right: 12px;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.ssjg-tags a:hover {
    opacity: 0.8;
}

.ssjg-tags a.active {
    background-color: #97BE37;
    box-shadow: 3px 3px 8px 0px rgba(151, 190, 55, 0.41);
    opacity: 1;
}

.ssjg-wrap {
    margin: 0;
}

.ssjg-item {
    margin: 0;
}

.ssjg-item .hd {
    background-color: #5968ae;
    color: #fff;
    padding: 15px 32px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
}

.ssjg-item .sec {
    background-color: #f7f9fd;
    padding: 0 32px;
    border: 1px solid #f3f4f9;
    border-radius: 0 0 6px 6px;
}

.ssjg-item .sec .sub-item {
    border-bottom: 1px solid #e7eaf5;
    padding: 30px 0;
}

.ssjg-item .sec .sub-item:last-child {
    border: none;
}

.ssjg-item .sec .sub-item .sub-hd .tit {
    font-size: 18px;
    color: #5968AE;
    word-break: break-all;
}

.ssjg-item .sec .sub-item .fun_btn {
    font-size: 14px;
    color: #898D9E;
    padding-right: 26px;
    background: url('../images/icon_arr_bt.png') no-repeat right center;
    cursor: pointer;
}

.ssjg-item .sec .sub-item .sub-hd.active .fun_btn {
    background: url('../images/icon_arr_top.png') no-repeat right center;
}

.ssjg-item .sub-item .bInfo {
    color: #5968AE;
    font-size: 14px;
    margin-top: 20px;
}

.ssjg-item .sub-item .bInfo .item {
    margin-right: 46px;
}

.ssjg-item .sub-item .txt {
    color: #898D9E;
    line-height: 24px;
    margin-top: 20px;
    font-size: 16px;
}

.ssjg-item .sub-item .ft {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.ssjg-item .sub-item .fb-time {
    color: #898D9E;
    font-size: 16px;
}

.ssjg-item .sub-item .ft .ft-bar {
    margin-left: 48px;
    display: flex;
    flex-wrap: wrap;
}

.ssjg-item .sub-item .ft .ft-bar .b {
    background-position: left center;
    background-repeat: no-repeat;
    color: #898D9E;
    margin-right: 28px;
}

.ssjg-item .sub-item .ft .ft-bar .ll {
    background-image: url('../images/icon_yanjing.png');
    padding-left: 30px;
}

.ssjg-item .sub-item .ft .ft-bar .dk {
    background-image: url('../images/icon_daikuan.png');
    padding-left: 20px;
}

.ssjg-item .sub-item .ft .ft-bar .xz {
    background-image: url('../images/icon_xiazai.png');
    padding-left: 21px;
}

.ssjg-item .sub-item .sub-con {
    display: none;
}

.ssjg-item .sub-item .sub-con.show {
    display: block;
}

.personal_information_list .line .el-input__inner {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: transparent;
    color: #000;
}

.personal_sear .bors .el-select .el-input__inner {
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #000;
    border: none;
}

.qa_list_item .s1 a:hover {
    color: #315bcb !important;
}

/* 弹窗选择其他版本文字变色 */
#mCSB_1_container .list a.s1:hover {
    color: #315bcb !important;
}

.pg-footer .top-con .lt dl dt a {
    color: #fff;
}

.pg-footer .top-con .lt .contact-box .links .link-list {
    width: 930px;
}

.qa_list_item .new_btm_bar {
    display: block;
    line-height: 30px;
}

.qa_list_item .new_btm_bar .fl {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .ssjg-tags a, .ssjg-item .hd {
        font-size: 16px;
    }

    .ssjg-item .sec .sub-item .sub-hd .tit {
        font-size: 16px;
    }
}

@media screen and (max-width: 1270px) {

    .wid-1250 {
        width: 100%;
        padding: 0 20px;
    }

    .zxgg-hd {
        padding-bottom: 14px;
        font-size: 20px;
    }

    .rt-notice-list li {
        font-size: 10px;
    }

    .zxxw-list li .con .tit {
        font-size: 16px;
    }

    .zxxw-list li .img {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {

    .pop-jhm .form .line .el-input__inner {
        width: 100% !important;
    }

    .news-x-banner {
        padding: 50px 0;
    }

    .news-form-wrap .news-form .txt {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 44px 0 14px;
    }

    .news-form-wrap .news-form .s-btn {
        width: 60px;
        background-size: 18px;
    }

    .hotWords-wrap {
        margin-top: 10px;
        line-height: 20px;
    }

    .info-news-wrap {
        padding: 40px 0;
    }

    .rt-notice-wrap {
        display: none;
    }

    .lt-list-wrap {
        width: 100%;
    }

    .zxxw-list li {
        padding: 10px 20px;
        align-items: flex-start;
    }

    .zxxw-list li .img {
        margin-right: 14px;
        width: 110px;
    }

    .zxxw-list li .con .tit {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .zxxw-list li .con .time {
        font-size: 12px;
        margin-top: 10px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .news-page-mod .page-item a {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .ssjg-tags a {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .ssjg-tags {
        margin-right: 0;
    }

    .ssjg-tags a:nth-child(2n) {
        margin-right: 0;
    }

    .ssjg-item .hd {
        padding: 14px 20px;
    }

    .ssjg-item .sec {
        padding: 0 20px;
    }

    .ssjg-item .sec .sub-item {
        padding: 20px 0;
    }

    .ssjg-item .sec .sub-item .sub-hd .tit {
        font-size: 15px;
    }

    .ssjg-item .sub-item .bInfo .item {
        margin-right: 20px;
        line-height: 20px;
    }

    .ssjg-item .sub-item .txt {
        margin-top: 10px;
    }

    .ssjg-item .sub-item .fb-time {
        width: 100%;
        margin-top: 10px;
    }

    .ssjg-item .sub-item .ft {
        margin-top: 14px;
    }

    .ssjg-item .sub-item .ft .ft-bar {
        margin-left: 0;
    }

    .ssjg-item .sub-item .ft .ft-bar .b {
        margin-top: 10px;
    }

    #industrysChange {
        width: 100% !important;
    }

    .personal_information_list .el-checkbox {
        width: auto;
    }

    .zxxw-banner .img {
        display: none;
    }

    .zxxw-banner {
        height: auto;
    }

    .zxxw-banner .txt {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding: 30px 20px;
    }

    .lt-list-wrap > div {
        padding-bottom: 10px;

        font-size: 18px;
    }

    .ssjg-item .sec .sub-item .sub-hd {
        width: 100%;
    }

    .qa_list_item .new_btm_bar .fr {
        width: 100%;
    }

    .qa_list_item .new_btm_bar .r {
        padding-top: 0;
    }
}


.header.ret {
    position: fixed;
    background: #fff;
    z-index: 300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

body {
    padding-top: 0;
}

.news-ssjg-item .sec .sub-item .sub-hd {
    width: 70%;
}

canvas:hover {
    cursor: default;
}

.ssjg-item .sub-item .fb-time {
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .news-ssjg-item .sec .sub-item .sub-hd {
        width: 100%;
    }

    .layui-layer {
        width: auto !important;
        height: auto !important;
        position: fixed !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        left: 10px !important;
        right: 10px !important;
        overflow-y: auto !important;
    }

    .el-pagination {
        white-space: normal !important;;
    }

    .el-pager {
        display: inline !important;
    }

    .news_xx1 .text img {
        height: auto !important;
        width: 100% !important;
    }

    .scroll_cata {
        height: auto;
        overflow: auto;
        max-height: 200px;
    }

    .catalogue_left_list .mCSB_scrollTools .mCSB_draggerContainer {
        display: none;
    }

    .clk .cs1 {
        font-size: 14px;
    }

}

.rightBar li .hide {
    white-space: nowrap;
}

.rightBar li .tel-hide {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.rightBar li .hide::after {
    top: 12px
}

/* 解决 ie11 电话不显示的问题 */
.rightBar li .tel-show {
    display: block;
}

body {
    opacity: 1 !important;
}

.header .logo {
    display: flex;
    align-items: center;
    width: auto;
}


@media screen and (max-width: 768px) {

    .header .logo img {
        width: 90px;
    }

    .header .logo .logo-info {
        font-size: 12px;
        padding-left: 10px;
    }

    .a_register1 .box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .header.ret .hasLogin .user-info .name {
        color: #E9ECF8;
    }

    .cptjxx_pl .cptjxx_pl_list {
        margin: 0;
    }

    .cptjxx_pl .cptjxx_pl_list .line .btm_bar {
        margin-bottom: 5px;
    }

    .qa_list_item .btm_bar .r .d {
        font-size: 12px;
        margin-right: 10px;
        height: 14px;
        background-size: contain !important;
    }

    .qa_list_item .btm_bar .r .gk {
        background-size: 16px !important;
    }

    .page-mod .page-item a {

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pop-jhm .pop-cont {
        width: 90% !important;
    }

    .pop-jhm .form {
        padding-top: 0;
    }

    .personal_left .personal_left_lsit_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .personal_left_lsit_menu .line {
        width: 49%;
        border-top: 1px solid #e6e6e6;
    }

    .personal_tables td p {
        height: 16px;
    }


}


.m-box .rt-btns .cz-btn a {
    white-space: nowrap !important;
}

input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

a[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


[v-cloak] {
    display: none;
}

.service_zxyy1 .form .line .ipt-select {
    padding: 4px 0;
}

.ipt-select .el-select {
    width: 100%;
}

.ipt-select .el-select .el-input {
    font-size: 16px;
}

.ipt-select .el-select .el-input .el-input__inner {
    border: none;
    font-size: 16px;
    color: #000;
}

.m-box .rt-btns .search-btn {
    width: auto;
}

.m-box .rt-btns .search-btn .click-btn {
    flex: none;
    -prefix-box-flex: none;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
}

.m-box .rt-btns .btn .icon-xiaoxi {
    flex: none;
    -prefix-box-flex: none;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
}

/* 登陆后，个人中心获取验证码、密码狗的弹框 */
div.layui-layer.layui-layer-dialog.layui-layer-border.layui-layer-msg {
    width: auto !important;
    height: auto !important;
}


/* pc端在线客服宽高调整 */
iframe#layui-layer-iframe3 {
    height: 400px !important;
    width: 450px !important;
}

/* 知识目录放大镜小图标位置调整 */
.icon-sousuo1 {
    right: -2px;
    top: -2px;
}

/* 手机端tabBar */
@media screen and (max-width: 996px) {
    body {
        padding-bottom: 60px;
    }

    .rightBar {
        right: 0;
        left: 0;
        top: auto;
        bottom: -32px;
        display: flex;
        background: #D4D8EA;
        justify-content: space-around;
    }

    .rightBar li {
        width: 25%;
        height: 64px;
        border-radius: 0;
        border-right: 1px solid #fff;
        margin: 0;
    }

    .rightBar li:last-child {
        border-right: 0;
    }

    /* 在线客服 */
    .rightBar li:hover .hide-kf-mobile {
        transform: translate(80px, -53px);
    }

    .rightBar li .hide-kf-mobile.hide::after {
        position: absolute;
        transform: rotateZ(90deg);
        left: 42%;
        top: 35px;
        height: 0;
        border-left: 9px solid #81B203;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    /* 电话 */
    .rightBar li:hover .hide-phone-mobile {
        transform: translate(114px, -53px);
    }

    .rightBar li .hide-phone-mobile.hide::after {
        transform: rotateZ(90deg);
        position: absolute;
        left: 47%;
        top: 35px;
        height: 0;
        border-left: 9px solid #81B203;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    /* 建议反馈 */
    /* 整体 */
    .rightBar li:hover .hide-sug-mobile {
        -webkit-transform: translate(77px, -53px);
        -moz-transform: translate(77px, -53px);
        -ms-transform: translate(77px, -53px);
        -o-transform: translate(77px, -53px);
        transform: translate(77px, -53px);
    }

    /* arrow */
    .rightBar li .hide-sug-mobile.hide::after {
        transform: rotateZ(90deg);
        position: absolute;
        left: 46%;
        top: 35px;
        height: 0;
        border-left: 9px solid #81B203;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }


    /* 二维码 */
    .rightBar li:hover .hide-qr-mobile {
        transform: translate(110px, -185px);
    }

    .rightBar li .hide-qr-mobile.hide::after {
        transform: rotateZ(90deg);
        position: absolute;
        left: 46%;
        top: 165px !important;
        height: 0;
        border-left: 9px solid #81B203;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }

    /* 指引 */
    .rightBar li:hover .hide-guid-mobile {
        transform: translate(73px, -53px);
    }

    .rightBar li .hide-guid-mobile.hide::after {
        transform: rotateZ(90deg);
        position: absolute;
        left: 63%;
        top: 35px;
        height: 0;
        border-left: 9px solid #81B203;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }


    /* 在线客服宽高调整 */
    iframe#layui-layer-iframe3 {
        height: 60vh !important;
        width: 100% !important;
    }

    .layui-layer-iframe #layui-layer6 {
        height: 60vh !important;
    }


    .cbo_course2 .btm_list .list .line .l .txt .p p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fun_btn {
        line-height: 1.6;
    }
}

@media screen and (min-width: 769px) {
    .a_register1 .box {
        position: static;
        transform: translate(0%, 0%);
    }
}

/**add by xiefei*/
.qabor1_blue {
    border-bottom: 1px solid #aca1a1;
}

.a_invite {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.a_invite .box {
    max-width: 480px;
    margin: 20px 10px 80px;
    width: 100%;
}

.a_invite .logo {
    width: 271px;
    margin: auto;
}

.a_invite .reg_top {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}

.a_invite .reg_top .item {
    display: inline-block;
    margin: 0 10px;
}

.a_invite .reg_top .item + .item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    width: 116px;
    border-radius: 3px;
    background: #1942a5;
    margin-right: 20px;
}

.a_invite .reg_top .item .t_box {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #1942a5;
    font-size: 0;
    letter-spacing: -1.5em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.a_invite .reg_top .item .t_box:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.a_invite .reg_top .item .t_box .s1 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}

.a_invite .reg_top .item.now .t_box {
    background: #3fb9ff;
}

.a_invite .reg_top .item.now::before {
    background: #3fb9ff;
}

.a_invite .form_box {
    background: #fff;
    border-radius: 40px;
    margin-top: 35px;
}

.a_invite .form_box .pd100 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.a_invite .inviteDiv {
    margin-top: 30px;
}

.a_invite .inviteDiv .divHeader {
    font-weight: normal;
    line-height: 26px;
    text-align: center;
}

.a_invite .inviteDiv .divHeader .mainTitle {
    font-size: 30px;
    margin-bottom: 20px;
}

.a_invite .inviteDiv .divHeader .subTitle {
    font-size: 20px;
    margin-bottom: 40px;
}

.a_invite .inviteDiv .divContent {
    font-weight: normal;
    line-height: 26px;
    padding: 0px 20px;
    text-align: center;
    border-block-color: #1c40ba;
}


.a_invite .inviteDiv .divBottom {
    font-weight: normal;
    line-height: 26px;
    padding: 0px 20px;
    text-align: center;
}

.a_invite .inviteDiv .divBottom .mainBottom {
    font-size: 16px;
    margin-top: 40px;
}

.a_invite .inviteDiv .divBottom .subBottom {
    font-size: 14px;
    margin-top: 20px;
}

.inviteSignIn-btn {
    cursor: pointer;
    background: #315bcb;
    color: #ffffff;
}

.attImg {
    margin-top: -2px;
    width: 18px;
    height: 20px;
}

.imgTxt {

}

.qa_list_item .btm_bar .l .s1 .bqaw {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 64px;
    height: 17px;
    background: #315bcb;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.qa_list_item .btm_bar .l .s1 .bqqa {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 64px;
    height: 17px;
    background: #ef5350;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.pShow {
    margin-left: 40px;
    margin-top: 20px;
}

.pShowContext {

}

.pShowTime {
    color: #999999;
    vertical-align: middle;
    display: inline-block;
    justify-content: flex-end;
    position: absolute;
    right: 36%;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .pShowTime {
        color: #999999;
        vertical-align: middle;
        display: inline-block;
        justify-content: flex-end;
        position: absolute;
        right: 1%;
        margin-top: 6px;
    }

    /*.personal_center_list1 .line a:hover {
        color: #315bcb;
    }

    .personal_center_list1 .line a:hover .text .context a {
        color: #315bcb;
    }

    .personal_center_list1 .line .text .context :hover {
        color: #315bcb;
    }*/
}

#verificationCodeBtn.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

#emailCodeBtn.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

#serviceCodeBtn.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

#dogNoCodeBtn.no {
    background-color: #ccc !important;
    cursor: inherit;
    border-radius: 0 !important;
}

#mobilePackageCheck {
    margin-left: 10px;
}

.inviteSpan {
    width: 25%
}

.personal_sear .inviteBtn {
    text-align: center;
    width: 120px;
    display: inline-block;
    line-height: 46px;
    background: #315bcb;
    color: #fff;
}

.personal_sear .inviteDiv {
    width: 88%;
}

@media screen and (max-width: 1024px) {
    .personal_sear .inviteBtn {
        text-align: center;
        position: absolute;
        right: 0;
        display: inline-block;
        line-height: 46px;
        background: #315bcb;
        color: #fff;
        margin-top: -18px;
        width: 100%;
    }

    .personal_sear .inviteDiv {
        width: 100%;
    }

    .inviteSpan {
        width: 15%
    }

    #inviteInfoQuery.ipt1 {
        width: 18%;
    }

    #inviteSignInPersonal {
        display: none;
    }
}

.maskImg {

}

/* input的placeholder样式 */
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 13px;
}

/* WebKit, Blink, Edge */
input:-webkit-input-placeholder {
    font-size: 13px;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    opacity: 1;
    font-size: 13px;
}

#inviteSignInPersonal {
    cursor: pointer;
    color: black;
    background: #cbe9ff;
    border-radius: 15px;
    width: 100px;
    line-height: 20px;
}

#inviteSignInPersonal span {
    font-size: 12px;
    text-align: center;
    display: block;
}


/*我的消息样式修改 by Xf*/
.personal_wdwd_title .rq_wp {
    margin: 20px;
    white-space: nowrap;
    position: relative;
}

.personal_wdwd_title .rq_wp .messageUl {
    padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {

    .personal_wdwd_title .rq_wp .messageUl {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .personal_wdwd_title .rq_wp .messageUl {
        padding-bottom: 100px;
    }
}

.personal_wdwd_title .rq_wp .messageUl li {
    float: left;
    /*margin-bottom: 10px;
    margin-right: 10px;*/
}

.personal_wdwd_title .rq_wp .messageType {
    width: 120px;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
    background: #f8f8f8;
    /*border: 1px solid #448bde;*/
    border: 1px solid #448bde4f;
}

.personal_wdwd_title .rq_wp .selected {
    font-weight: bold;
    background: #325ac5;
    color: #fff;
}

.personal_center_list1 .list {
    margin: 20px;
}

.personal_center_list1 .list .rq_wp {
    /*margin-bottom: 15px;*/
    /*margin-top: -5px;*/
    white-space: nowrap;
    position: relative;
}

.personal_center_list1 .list .rq_wp .messageUl {
    padding-bottom: 40px;
}

.personal_center_list1 .list .rq_wp .messageUl li {
    float: left;
}

.personal_center_list1 .list .rq_wp .messageType {
    width: 120px;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
    background: #f8f8f8;
    /*border: 1px solid #448bde;*/
    border: 1px solid #448bde4f;
}

.personal_center_list1 .list .rq_wp .selected {
    font-weight: bold;
    background: #325ac5;
    color: #fff;
}

.personal_center_list1 .list .line {
    display: block;
    position: relative;
    padding: 1px;
    background: #f7f9fd;
    border-radius: 10px;
    /*border: 1px solid #448bde4f;*/
    border: 1px solid #e7e8ed;
    transition: 0.6s;
}

.personal_center_list1 .list .line:hover {
    border: 1px solid #e7e8ed;
    box-shadow: 0 0 20px 0 #ccc;
    cursor: default;
    transform: scale(1);
    background: #f8f8f8;
    border: 1px solid goldenrod;
}

.personal_center_list1 .list .line .title {
    margin: 30px;
}

.personal_center_list1 .list .line .title .info {
    float: right;
    font-size: 12px;
    color: rgb(118, 110, 110);
    margin-top: 10px;
}

.personal_center_list1 .list .line .title .info img {
    vertical-align: middle;
}

.personal_center_list1 .list .line .context {
    background: none;
    margin: 40px 30px 30px 30px;
}

@media screen and (max-width: 844px) {

    .personal_center_list1 .list .rq_wp .messageUl {
        padding-bottom: 100px;
        padding-top: -40px;
        text-align: center;
    }

    .personal_center_list1 .list .rq_wp .messageType {
        width: 80px;
        margin-right: 10px;
        margin-top: 10px;
        padding: 10px;
        font-size: 8px;
        border-radius: 5px;
        display: block;
        text-align: center;
        background: #f8f8f8;
        /*border: 1px solid #448bde;*/
        border: 1px solid #448bde4f;
    }

    .personal_center_list1 .list .rq_wp .selected {
        font-weight: bold;
        background: #325ac5;
        color: #fff;
    }
}

/*add by xiefei 2023-02-16*/
.funclk {
    display: block;
}

/*
.personal_center_list1 .line a:hover {
    color: #fff;
}

.personal_center_list1 .line .text {
    width: 100%;
}

.personal_center_list1 .line .text .title {
    margin-left: 5px;
}

.personal_center_list1 .line .text .context {
    padding: 20px 0;
    margin-left: 5px;
}

.personal_center_list1 .line .text .btm_bar {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.personal_center_list1 .line .text .btm_bar .l .pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.personal_center_list1 .line .text .btm_bar .l .pic img {
    width: 100%;
    height: auto;
}

.personal_center_list1 .line .text .btm_bar .l .s1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.personal_center_list1 .line .text .btm_bar .l .s1 + .s1 {
    margin-left: 20px;
}

.personal_center_list1 .line .text .btm_bar .l .s1 .bq {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    background: #e62a2a;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.personal_center_list1 .line .text .btm_bar .l .s2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.personal_center_list1 .line .text .r {
    float: right;
    right: 2%;
    position: absolute;
    margin-top: -4%;
}

.personal_center_list1 .line .text .context {
    background: none;
}

.personal_center_list1 .line .text .context :hover {
    color: #fff;
}

.personal_center_list1 .line .text .context a {
    background: none;
    padding: 0;
}

.personal_center_list1 .line a:hover .text .context a {
    color: #fff;
}
*/
