/* banner */
.slide a.video_a {
    display: block;
    width: 160px;
    margin: 30px auto;
    background: #e62f24;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 18px;
    color: #fff;
}

.slide-main {
    height: 850px;
    position: relative;
}

.prev,
.next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 222;
    top: 420px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
    left: 70px;
}

.next {
    right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.banner1_text {
    color: #fff;
    text-align: center;
}

.banner1_text p {
    font-size: 40px;
    line-height: 66px;
    margin-bottom: 15px;
}

.banner1_text span {
    font-size: 22px;
}

.slide {
    display: none;
    height: 850px;
    z-index: 1;
    min-width: 1200px;
}

#banner1 {
    background: url(../img/banner1.jpg);
}

#banner2 {
    background: url(../img/banner2.jpg);
}

#banner3 {
    background: url(../img/banner3.jpg);
}

.slide a {
    display: block;
    width: 100%;
    height: 490px;
    cursor: pointer;
}

.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f {
    position: absolute;
    z-index: 9;
    left: 50%;
}

.obj-a,
.obj-b {
    width: 952px;
    margin-left: -476px;
    text-align: center;
}

.obj-a {
    display: block;
    height: 352px;
    top: 100px;
}

.obj-b {
    top: 280px;
}

.obj-c {
    display: block;
    height: 582px;
    top: 0;
    margin-left: -540px;
}

.obj-d {
    top: 228px;
    height: 164px;
}

.obj-d p {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    clear: both;
}

.obj-e {
    width: 366px;
    height: 170px;
    margin-left: -460px;
    top: 223px;
    z-index: 12;
}

.obj-f {
    width: 692px;
    height: 394px;
    top: 158px;
    margin-left: -180px;
}

.banAnimate .obj-a {
    display: block;
    animation-name: baoAni;
    -webkit-animation: baoAni 0.4s linear 0s normal none;
    -moz-animation: baoAni 0.4s linear 0s normal none;
    animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.banAnimate .obj-b {
    display: block;
    animation-name: saAni;
    -webkit-animation: saAni 0.4s linear 0s normal none;
    -moz-animation: saAni 0.4s linear 0s normal none;
    animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes saAni {
    from {
        opacity: 0;
        -moz-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes saAni {
    from {
        opacity: 0;
        transform: scale(0, 0);
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.watch-code.code-show {
    display: block;
    animation-name: scode;
    -webkit-animation: scode 0.3s linear 0s normal none;
    -moz-animation: scode 0.3s linear 0s normal none;
    animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
    from {
        opacity: 0;
        -webkit-transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

@-moz-keyframes scode {
    from {
        opacity: 0;
        -moz-transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
        transform-origin: bottom bottom;
    }
}

@keyframes scode {
    from {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

.banAnimate .obj-c,
.banAnimate .obj-e {
    display: block;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.3s linear 0s normal none;
    -moz-animation: saAnic 0.3s linear 0s normal none;
    animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.banAnimate .obj-d,
.banAnimate .obj-f {
    display: block;
    animation-name: saAnid;
    -webkit-animation: saAnid 0.3s linear 0s normal none;
    -moz-animation: saAnid 0.3s linear 0s normal none;
    animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

/* 学习流程图 */
.step_box {
    background: #fff;
    box-shadow: 10px 10px 15px rgba(162, 162, 162, 0.3);
    height: 130px;
    margin-top: -65px;
    z-index: 222;
    border-radius: 6px;
    position: relative;
    behavior: url(css/pie.htc);
}

.step_div {
    border-right: 1px solid #f3f3f3;
    width: 20%;
    *width: 238px;
    box-sizing: border-box;
    float: left;
    padding: 43px 0;
    box-sizing: border-box;
}

.step_div:last-child {
    border-right: none;
}

.step_div:hover {
    background: #105cfb;
}

.step_div:hover .icon_text span,
.step_div:hover .icon_text em,
.step_div:hover .icon {
    color: #fff;
}

.step_div .icon {
    display: block;
    float: left;
    font-size: 40px;
    margin-right: 10px;
    padding-left: 40px;
}

.step_div .icon_text {
    float: left;
}

.step_div .icon_text span {
    font-size: 18px;
    color: #231714;
}

.step_div .icon_text em {
    font-size: 12px;
    color: #7c7c7c;
    font-style: normal;
    display: block;
}

/* 了解我们 */
.bt_text {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}

.nr_text {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 100px;
}

.mk_box {
    width: 250px;
    padding: 0 24px;
    float: left;
    text-align: center;
    border-right: 1px solid #dedede;
    /* box-sizing: border-box; */
}

.mk_box:last-child {
    border-right: none;
}

.mk_box img {
    display: block;
    margin: 0 auto 50px;
}

.mk_box span {
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.mk_box p {
    font-size: 14px;
    color: #7c7c7c;
}

/* 按钮 */
.go-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #105cfb;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.go-btn span {
    position: relative;
    z-index: 2
}

.btn-8 {
    overflow: hidden;
    position: relative;
}

.btn-8:before,
.btn-8:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    top: 0;
    background-color: #0a4bd2;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn-8:before {
    left: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.btn-8:after {
    right: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.btn-8:hover {
    color: #fff;
}

.btn-8:hover i {
    left: 10px;
}

.btn-8:hover:before,
.btn-8:hover:after {
    width: 80%;
}

/* 用数据说话 */
.data_bg {
    background: url(../img/data_bg.jpg) no-repeat center center;
    height: 620px;
    min-width: 1200px;
}

.data_text {
    float: left;
    color: #fff;
    width: 25%;
    font-size: 80px;
}

.data_item {
    font-size: 80px;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.data_text span {
    font-size: 80px;
    display: inline-block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.data_text p {
    text-align: center;
    font-size: 16px;
}

/* 新闻中心 */
.main {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1200px;
}

.subject-item7 {
    background: url(../img/news_bg.jpg) no-repeat center center;
    height: 880px;
    min-width: 1200px;
}

.subject-item7 .content_list {
    position: relative;
    float: right;
    margin-top: 48px;
    width: 600px
}

.subject-item7 .item_block {
    position: relative;
    padding: 40px 20px 36px 38px;
    *padding: 0 20px 36px 38px;
}

.subject-item7 .item_block:last-child {
    border-bottom: 1px solid #e5e5e5
}

.subject-item7 .item_block:not(:first-child) {
    padding-top: 35px;
    border-top: 1px solid #e5e5e5
}

.subject-item7 .item_block:not(:first-child):hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .08)
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_info .title {
    color: #105cfb;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px)
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_info .title:before {
    background-position: -35px -148px
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_des {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.subject-item7 .item_block:not(:first-child):hover .details:before {
    left: 30px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.subject-item7 .item_block:not(:first-child):hover .details:after {
    left: 15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info {
    width: 430px
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info .title {
    overflow: hidden;
    padding-left: 26px;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s;
    -webkit-transform: translateX(-27px);
    -ms-transform: translateX(-27px);
    transform: translateX(-27px)
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info .title:before {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 5px;
    height: 5px;
    background: url(../img/icon-arrow.png) no-repeat 0 -148px;
    content: "";
    speak: none
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_des {
    -moz-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s;
    webkit-transition: all .36s
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .date_wrap {
    float: right
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .date_wrap .md {
    color: #999
}

.subject-item7 .item_block:not(:first-child) .item_img {
    display: none
}

.subject-item7 .item_block:not(:first-child) .details {
    position: absolute;
    right: 26px;
    bottom: 44px;
    overflow: hidden;
    width: 40px;
    height: 16px;
    border-left: 1px solid #e5e5e5;
    color: transparent
}

.subject-item7 .item_block:not(:first-child) .details:after,
.subject-item7 .item_block:not(:first-child) .details:before {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 13px;
    background: url(../img/icon-arrow.png) no-repeat 0 -164px;
    content: "";
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    webkit-transition: all .36s ease
}

.subject-item7 .item_block:not(:first-child) .details:before {
    left: 15px
}

.subject-item7 .item_block:not(:first-child) .details:after {
    left: -30px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.subject-item7 .item_block:not(:first-child):hover .details:before {
    left: 30px;
    opacity: 0
}

.subject-item7 .item_block:not(:first-child):hover .details:after {
    left: 15px;
    opacity: 1
}

.subject-item7 .item_block:first-child {
    position: absolute;
    top: 0;
    left: -600px;
    box-sizing: border-box;
    padding: 44px 60px;
    width: 520px;
    height: 510px;
    background: #f5f9fc;
    transition: background .36s ease;
}

.subject-item7 .item_block:first-child:hover .details {
    bottom: 54px;
    left: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.subject-item7 .item_block:first-child:hover .details:after,
.subject-item7 .item_block:first-child:hover .details:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.subject-item7 .item_block:first-child:hover .item_wrapper .item_des .description {
    padding-left: 30px;
    border-color: #7c7c7c;
}

.subject-item7 .item_block:first-child:hover .item_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.subject-item7 .item_block:first-child .item_img {
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 214px
}

.subject-item7 .item_block:first-child .item_img img {
    width: 100%;
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    webkit-transition: all .36s ease
}

.subject-item7 .item_block:first-child .item_wrapper .item_info .title {
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subject-item7 .item_block:first-child .item_wrapper .item_des {
    margin-top: 8px;
    margin-bottom: 15px
}

.subject-item7 .item_block:first-child .item_wrapper .item_des .description {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0;
    max-height: 52px;
    width: 380px;
    height: auto;
    border-left: 1px solid transparent;
    font-size: 13px;
    line-height: 26px;
    -moz-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    webkit-transition: all .36s ease
}

.subject-item7 .item_block .item_wrapper {
    color: #252d39;
    transition: color .36s ease
}

.subject-item7 .item_block .item_wrapper .item_info .title {
    color: inherit;
    font-size: 15px;
    line-height: 30px
}

.subject-item7 .item_block .item_wrapper .item_des {
    margin-top: 16px
}

.subject-item7 .item_block .item_wrapper .item_des .description {
    overflow: hidden;
    width: 430px;
    height: 52px;
    font-size: 13px;
    line-height: 24px;
    opacity: .7;
    filter: alpha(opacity=70)
}

.subject-item7 .item_block .item_wrapper .date_wrap {
    color: inherit;
    font-family: helveticaneuethn, Arial
}

.subject-item7 .item_block .item_wrapper .date_wrap .year {
    display: none;
    font-family: inherit
}

.subject-item7 .item_block .item_wrapper .date_wrap .md {
    color: inherit;
    font-size: 24px;
    font-family: inherit;
    line-height: 30px
}

.subject-item7 .item_tags {
    display: none
}
.ui-sidebar a.feedback {
    background-position: -138px 0;
}
/* 返回顶部悬浮框  */
.ui-sidebar {
    position: fixed;
    right: 20px;
    bottom: 1px;
    z-index: 10000;
    font-size: 12px;
    bottom: 20px;
}

.ui-sidebar a.ui-sidebar-block {
    position: relative;
    display: block;
    margin-top: 5px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: url(../img/sidebar.png) 0 0 no-repeat #ededed;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

.ui-sidebar a.wxtalk {
    height: 60px;
    background-position: 0 0
}

.ui-sidebar a.app {
    position: relative;
    background-position: -46px 0
}

.ui-sidebar a.wap {
    position: relative;
    background-position: -92px 0
}

.ui-sidebar a.feedback {
    background-position: -138px 0
}

.ui-sidebar a.backtop {
    display: none;
    background-position: -182px 0
}

.ui-sidebar a.wxtalk:hover {
    height: 60px;
    background-position: 0 -60px
}

.ui-sidebar a.app:hover {
    background-position: -46px -44px
}

.ui-sidebar a.wap:hover {
    background-position: -92px -44px
}

.ui-sidebar a.feedback:hover {
    background-position: -138px -44px
}

.ui-sidebar a.backtop:hover {
    background-position: -184px -44px
}

.bar-gift {
    position: relative;
    right: 16px;
    display: block;
    margin-top: 5px;
    width: 80px;
    height: 100px;
    border-radius: 3px;
    /* background: url(img/side_gift.gif) 0 0 no-repeat #ededed; */
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

.ui-sidebar a.app:hover i,
.ui-sidebar a.wap:hover i,
.ui-sidebar a.wxtalk:hover i {
    left: -110px;
    visibility: visible;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    opacity: 1
}

.ui-sidebar a.wxtalk:hover i {
    left: -118px;
}

.ui-sidebar a.app i,
.ui-sidebar a.wap i {
    position: absolute;
    top: -60px;
    left: -130px;
    z-index: 5;
    visibility: hidden;
    width: 127px;
    height: 142px;
    /* background: url(img/side_bg.png) 0 0 no-repeat; */
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}

.ui-sidebar a.wxtalk i {
    position: absolute;
    top: 0px;
    left: -130px;
    z-index: 5;
    visibility: hidden;
    width: 127px;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s
}


.ui-sidebar a.app img,
.ui-sidebar a.wap img,
.ui-sidebar a.wap canvas {
    /* margin: 11px; */
    width: 100px;
    height: 100px;
}

.ui-sidebar a.app p,
.ui-sidebar a.wap p,
.ui-sidebar a.wxtalk p {
    display: inline-block;
    color: #105cfb;
    font-style: normal;
    font-size: 12px;
    font-family: "宋体";
    line-height: 10px;
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
}

.ui-sidebar a.wxtalk p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #105cfb;
    padding: 25px 15px;
    border-radius: 4px;
    width: auto !important;
    top: -20px;
}