.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*index page1*/
/*侧边栏*/
body {
    font-family: 微软雅黑 !important;
    background-color: #F7F7F7;
}

.customer {
    border-radius: 50%;
    cursor: pointer;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
}

.customer div:hover {
    border-radius: 50%;
    background-color: #0078D7;
}

.qq {
    border-radius: 50%;
    cursor: pointer;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
}

.top {
    display: none;
    border-radius: 50%;
    cursor: pointer;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
}

.top div {
    width: 100%;
    height: 100%;
    background-image: url("../../img/office/top.png");
    border-radius: 50%;
    background-color: rgb(140 237 252);
    box-shadow: white 0px 0px 10px 0px inset;
}

.top div:hover {
    border-radius: 50%;
    background-color: #0078D7;
}

/*侧边栏*/
/*顶部导航*/
.nav-bar {
    /*ch标题悬浮条*/
    /* background-color: rgba(255, 255, 255, .5); */
    padding: 12px 0;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    /*
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto */
}

.hero-content {
    position: relative;
}

.menu {
    position: fixed;
    width: 62px;
    height: 320px;
    right: 2.5%;
    top: 50%;
    margin-top: -110px;
    z-index: 999;
}

.container {
    width: 100%;
    padding-right: 15px;
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.site-branding {
    width: 120px;
}

a:visited {
    color: #757686;
}

.site-title {
    padding: 6px 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: left !important;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.site-title a span {
    color: #0078D7;
}

.flex {
    display: flex !important;
    margin: 0;
}


.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.site-navigation ul {
    margin: 0;
    list-style: none;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 180px;
    max-width: calc(100%);
    height: 100%;
    overflow-x: scroll;
    padding: 30px 15px;
    background: rgba(15, 15, 15, .8);
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li a {
    /*ch首页标题文字颜色*/
    display: block;
    color: #0081f9;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 8px;
    font-weight: bolder;
}

.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    background-color: #0078d7;
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
    background-color: #0078d7;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
    background-color: #0078d7;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

}


@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .site-navigation ul {
        position: relative;
        top: auto;
        left: 0px;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 5px 15px !important;
    }

}


@media screen and (min-width: 996px) and (max-width: 1200px) {
    .site-navigation ul li a {
        padding: 5px !important;
    }

    .site-navigation ul {
        position: relative;
        top: auto;
        left: 40px;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

}

@media screen and (max-width: 996px) {
    .site-navigation ul {
        margin: 0;
        list-style: none;
        position: fixed;
        top: 0;
        left: -320px;
        z-index: 9999;
        width: 230px;
        max-width: calc(100%);
        height: 100%;
        overflow-x: scroll;
        padding: 30px 15px;
        background: rgba(15, 15, 15, .8);
        transition: all 0.35s;
    }

    .site-navigation ul li {
        line-height: 1.8;
    }

    .page4img2 img {
        width: 100% !important;
    }
}


.site-navigation ul li.current-menu-item a {
    color: #fff;
}


/* @media screen and (min-width: 768px) {
    .site-header {
        background-color: rgba(255, 255, 255, .5);
    }
} */


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.videodiv {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;

    /*
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto; */
}

/* @media screen and (min-width: 400px) and (max-width: 800px) {
    .videodiv {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .3);
		overflow: hidden;
       padding-right: 15px;
       padding-left: 15px;
       margin-right: auto;
       margin-left: auto;
    }
} */


#background_video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (max-width: 701px) {
    .topp {
        width: 100%;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .topp2 {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 701px) {

    #page3 .page3f p {
        font-size: 25px;
    }

    .indexxlt {
        padding-top: 20px;
    }

    .indexxlt a {
        font-size: 3vw;
    }

    .hero-content-wrap .h1-p {
        font-size: 2.5vw;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .topp {
        width: 100%;
        margin-top: 13px;
        margin-bottom: 10px;

    }

    .topp1 {
        display: contents;
        line-height: 70px;
    }

    .topp2 {
        float: right;
        margin: 0;
        font-family: "黑体" !important;

    }

    .indextop2 {
        width: 100%;
    }

    .indextop2-1 {
        float: left;
        width: 60%;
    }

    .nextPage {
        bottom: 5.5%;
        background: url("../../img/office/index/gensui/home-arr-down_white.0f28a3f9.svg") 50% no-repeat;
        background-size: 100%;
        animation: toggleMove .8s infinite;
        -moz-animation: toggleMove 10.8s infinite;
        -webkit-animation: toggleMove .8s infinite;
        -o-animation: toggleMove .8s infinite;
    }

    .btn-toggle {
        position: fixed;
        width: 26px;
        height: 20px;
        background-size: cover;
        z-index: 12;
        left: 50%;
        margin-left: -13px;
    }

}

@media screen and (max-width: 768px) {
    .indexxlt a {
        font-size: 9vw;
    }

    .indexxlt {
        padding-top: 0px;
    }

    .hero-content-wrap .h1-p {
        font-size: 6vw;
    }

    #page3 .page3t .right {
        padding: 0 !important;
        padding-top: 20px !important;
    }

    #page3 .page3s .blue {
        width: 100%;
    }

    .about-section {
        padding: 60px 0;
    }

    .page3s {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .indexxlt a {
        font-size: 9vw;
    }
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.hero-content-wrap p {
    color: #fff;
}

.hero-content-wrap .h1-mob {
    /*全球首款*/
    margin-top: 12px;
    font-family: "微软雅黑";
    font-size: 20px;
    text-align: center;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-3 {
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .d-lg-none {
        display: none !important
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media screen and (min-width: 500px) {
    .hero-content-wrap .h1-mob {
        display: none;
    }

    .hero-content-wrap .read-more a {
        /*ch立即下载*/

        padding: 12px 20px 12px 20px;
    }

    .hero-content-wrap {
        padding-top: 150px;
    }

    .hero-content-wrap .h1-p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.hero-content-wrap .read-more a {
    border: 2px solid #0078D7;
    color: #fff;
    background-color: rgba(18, 120, 190, 0.8);
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 501px) {
    .hero-content-wrap {
        padding-top: 150px;
        height: 100%;
    }

    .entry-header {
        width: 100%;
        text-align: center;
    }

    .topp, .indextop2 p {
        display: none;
    }

    .indextop2 {
        text-align: center;
    }

    .indextop2-1 {
        text-align: center;
    }

    .indextop2-1 img {
        width: 80% !important;
    }

    .hero-content-wrap .h1-p, .indexgy p, .page3f p, .page4s p, h3, .page6ltop, .page3left {
        font-family: "SF Pro SC";
    }

    .hero-content-wrap .h1-mob {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "SF Pro SC";
        font-size: 16px;
        text-align: center;
        display: block;
    }

    .hero-content-wrap .read-more a {
        padding: 12px 20px 12px 20px;
        display: block;

    }

}


@media screen and (max-height: 600px) {
    .hero-content-wrap {
        padding-top: 70px;
    }

    .hero-content-wrap .h1-p {
        font-size: 5vw;
        margin: 0;
    }

    .indexxlt a {
        font-size: 7vw;
    }

    .nav-bar {
        padding: 0;
    }

    .hero-content-wrap .h1-mob, .hero-content-wrap p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 328px) {
    #page3 .page3f p {
        font-size: 15px !important;
    }
}

.page2video {
    width: 100% !important;
    height: 100% !important;
}

/*顶部导航*/
/*index page1*/
/*index page2*/
.indexgy p {
    margin: 0;
    line-height: 1.8;
}

.indexgy {
    text-align: center;
    padding-top: 40px;
    width: 100%;
}

.indexgy a {
    font-weight: bold;
    color: #0078D7 !important;
    font-size: 20px;
    text-decoration: none;
}

.indexgy h4 {
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

.video-line {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 50px;
}

.video-line .video-line-1 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}

.video-line .video-line-2 {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}

.video-1,
.video-2 {
    cursor: pointer;
    position: absolute;
    width: 100px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 10px;
    border: #0078d7 2px solid;
}

.video-1 {
    left: 50%;
    margin-left: -50px;
}

.video-2 {
    right: 50%;
    margin-right: -50px;
}

.video-1:hover {
    background: #0078d7;
    color: #fff;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.video-1:hover .play {
    background-image: url("../../img/office/index/play-white.png");
}

.video-2:hover {
    background: #0078d7;
    color: #fff;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.video-2:hover .play {
    background-image: url("../../img/office/index/play-white.png");
}

.tit-play {
    width: 70px;
    height: 50px;
    position: absolute;
    right: 0;
}

.video-box {
    box-shadow: 0 24px 38px rgba(81, 107, 117, .45);

}

.about-section {
    position: relative;
    background: #f7f7f7;

}

@media screen and (min-width: 1000px) {
    .about-section {
        padding: 60px 0;
    }

    .page3m div {
        margin-right: 100px;
    }

    #page3 .page3t .left {
        width: 30%;
    }

    .page3center {
        padding-left: 10%;
    }

    #excelaa {
        padding-left: 20px;
    }
}

.play {
    width: 30px;
    height: 50px;
    background-image: url("../../img/office/index/page2/play.png");
    position: absolute;
    top: -1px;
    left: 2px;
}

/*index page2*/
/*index-page3*/


#page3 .page3f a {
    text-decoration: none;
    color: #000;
}

.page3m {
    width: 100%;
    background-color: #FFF;
    color: #000;
    display: flex;
    padding: 5px;
}


.page3out {
    background-color: #FFF;
    color: #000;
}

.page3out:hover {
    /* background-color: #0078D7;
    color: #FFF; */
}

.page3m div {
    width: 25%;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
}

.page3m div:hover {

    transition: background .15s ease-in-out, color .15s ease-in-out;

}

.page3m img {
    width: 20%;
}

.page3m p {
    margin-bottom: 0;
    margin-top: 0;
    /*padding-left: 10px;*/
}

#page3 .page3f {
    width: 100%;

}

#page3 .page3f div {
    width: 33.3333333%;
    text-align: center;
    float: left;
}

#page3 .page3f img {
    width: 30%;
}

#page3 .course-content {
    margin-top: 0px;
}

.page3s {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

#page3 .page3t {

    width: 100%;
    display: flex;
    background: #FFF;
}

#page3 .page3t .left {
    text-align: center;


}

#page3 .page3t .left .context .hover {

    color: #000;
    font-size: 15px;
    background: #F7F7F7;
    margin-top: 2px;

}

#page3 .page3t .left .context .hover:hover {
    color: #FFF;
    background: #0078D7;
    transition: background .15s ease-in-out, color .15s ease-in-out;
}

.page3s p {
    line-height: 1.8;
}

.page3s h2 {
    font-size: 2rem;
}

@media screen and (min-width: 501px) {
    #page3 .page3t .right {
        width: 100%;
        align-items: center;
    }

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

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .about-section {
        padding: 60px 0;
    }


    #page3 .page3t .left .context div {
        line-height: 60px;
    }

    #page3 .page3t .left {
        width: 40%;
    }

    .page3center {
        padding-left: 10%;
    }

    .page3m div {
        padding: 10px;
    }

    .page5m div {
        padding: 20px;
    }

    .page5b {
        display: flex;
        padding-top: 20px;
    }

    .page5b .left {
        width: 40%;
    }

    .page5b .right {
        width: 60%;
    }

    .page5b .left ul {
        padding-left: 5px;
    }

    #page3 .page6l .left div {
        line-height: 60px;
    }

    .page6rimg {
        width: 100%;
    }

    #page3 .page6l .left {
        width: 40%;
    }

    .kjmb img {
        width: 100%;
    }

    #page3 .page6l .left {
        width: 40%;
    }

    .page3m p {
        padding-left: 0px !important;
    }
}


#page3 .page3t .right {
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: 60px;
}

#page3 .page3t .right video {
    width: 100%;
}

#page3tvt {
    color: #000;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.px-25 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

@media screen and (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page3left {
    text-align: left;
}

.course-thumbnail {
    width: 100%;
    margin: 0;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    #page3 .page3t {
        display: block;
    }

    #page3 .page3t .right {
        display: none;
    }
}


/*index-page3*/
/*index-page4*/

.page4img {
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.page4ad {
    text-align: center;
}

.page4s {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}

.page4s p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.8;
}

.page4img img {
    width: 100%;
    height: 100%;
}

.page4img2 img {
    width: 70%;
}

.imh3 {
    font-size: 30px;
    align-items: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 250px;
    padding-bottom: 20px;

}

.page4scenter {
    text-align: center;
}

.imh3 img {
    width: 20% !important;
    vertical-align: baseline;

}

/*index-page4*/
/*index-page5*/
.page5b {
    background-color: #FFF;
}

.page5b .left {

    display: flex;
}


.page5b .left ul {
    line-height: 1.8;
}


.page5b .left li {
    list-style-type: none;
}

.page5b .left a {
    text-decoration: none;
    color: #000;
}

.page5b .left a:hover {
    color: #0078D7;
}

.page5b .left .Excel {
    width: 50%;

}

.page5b .left .Excel-1 {
    width: 50%;
}

.page5b .right {
    align-items: center;
    text-align: center;
    color: #000;
}

.page5b .right img {
    width: 100%;
    vertical-align: baseline;

}

.page5m {
    width: 100%;
    background-color: #FFF;
    color: #000;
    display: flex;
    padding: 10px;
}

.page5click {
    background-color: #0078D7 !important;
    color: #FFF !important;
}

.page5over {
    background-color: #0078D7;
    color: #FFF;
}

.page5out {
    background-color: #FFF;
    color: #000;
}

.page5out:hover {
    /* background-color: #0078D7;
    color: #FFF; */
}

#excela, #excelaa, #worda, #wordaa, #ppta, #pptaa  {
    max-height: 30vh;
    overflow-y: scroll;
    text-overflow: ellipsis;
}

#excela, #worda, #ppta {
    padding-right: 24px;
}

.page5m div {
    width: 33.33333333%;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
}

.page5m div:hover {

    transition: background .15s ease-in-out, color .15s ease-in-out;

}

.page5m img {
    width: 20%;
}

.page5m p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
}

@media screen and (min-width: 1000px) {
    .page5b {
        display: flex;
        padding-top: 20px;
    }

    .page5b .right {
        width: 60%;
    }

    .kjmb img {
        width: 80%;
    }

    .page5b .left {
        width: 40%;
    }

    .page5b .left a {
        font-size: 15px;
    }

    .page5m div {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

    #page5 .page5ad {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {

    .page5b .left ul, #page3 .page6l .left, .page5m, .page5m p, .container, #page3 .page6l .left, .indexgy, .footer-widgets {
        padding: 0 !important;
    }

    .about-section {
        padding: 10px 0;
    }

}

/*index-page5*/
/*index-page6*/
#page3 .page6l .left {
    text-align: center;
    padding: 20px;

}

#page3 .page6l {

    width: 100%;
    display: flex;
    background: #FFF;
}

.page6l {
    align-items: center;
}

.featured-courses.vertical-column {
    /*chOffice大师背景颜色*/
    /* background: #F7F7F7; */
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 60px;
}


.page6l img {

    vertical-align: middle;
}

.page6rimg {
    text-align: center;
    display: block;
}

.page7l {
    align-items: center;
}

.page7l .page3left img {
    width: 30px;
    vertical-align: middle;
}

.page7rimg {
    text-align: center;
    display: block;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    #page3 .page6l .left {
        width: 40%;
    }

    .page6rimg {
        width: 60%;
    }

    .page6rimg img {
        width: 100% !important;
    }

    #page3 .page6l .left div {
        line-height: 60px;
    }

    .page6l .page3center {
        padding-left: 35%;
    }
}

#page3 .page6l .left .hover {

    color: #000;
    font-size: 20px;
    /* background: #F7F7F7; */
    background: #FFF;
    margin-top: 10px;

}

#page3 .page6l .left .hover:hover {
    color: #FFF;
    background: #0078D7;
    transition: background .15s ease-in-out, color .15s ease-in-out;
}

#page3 .page6l .right {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.page6rimg img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .kjmb img {
        width: 100%;
    }

    #page3 .page6l {
        display: block;
    }

    .page3center {
        margin-bottom: 10px;
        margin-top: 0px;
        height: 30px;
        line-height: 30px;
        padding-left: 40%;
    }
}

@media screen and (max-width: 501px) {
    .page7rimg img {
        width: 100%;
    }

    .page3center {
        padding-left: 32%;
    }
}


/*index-page6*/
/*index-page7*/
.kjmb {
    text-align: center;
    width: 100%;
}


/*index-page7*/

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


.zhengqiimg {
    width: 100%;
    text-align: center;
    background: white;
}

.interdiv {
    width: 100%;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.interdiv2 {
    width: 100%;
    background: #FFF;
    padding-top: 60px;

}

.interdiv video {
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.interdiv2 .div1 {
    padding-bottom: 60px;
}

.page6ltop {
    text-align: left;
    line-height: 30px !important;
}


.page-header .site-header {

    background-image: url('../../img/office/blue-bg.png');

}

#page3 .imh3 p {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {

    .page7l .page3center {
        padding-left: 25% !important;
    }
}

@media screen and (min-width: 501px) {
    #page3 .page3s img {
        width: 50%;
    }

    .page7rimg img {
        width: 100%;
    }
}

/*footer*/
.footer-bar {
    border-top: 1px solid #ebebeb;
}

.site-footer {
    background: #ffffff;
}

.footer-widgets {
    background-color: #F7F7F7;
    padding: 60px 0;
}


@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 16%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 500px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 20%;
    }
}

.foot-about {
    padding: 0px;
}

.foot-about p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.0;
    color: #757686;
}

p.footer-copyright {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .col-lg-33 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }
}

.bottom_links {
    width: 100%;
}

p.footer-copyright a:hover {
    color: #0078D7;
}

p.footer-copyright a {
    text-decoration: none;
    color: #757686;
}

.footer-widgets ul li {
    margin-bottom: 12px;
}

.footer-widgets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer a {
    text-decoration: none;
    color: #383749;
    background-color: transparent;

}

.w-50 {
    width: 50% !important;
}

.indexfootad {
    text-align: center;
    padding: 0px;
    height: 100%;
}

.indexfootad .div1 {
    margin-top: 0px;
    display: grid;
}

.indexfootad a {
    padding: 16px 33px;
}

.indexfootad a.btn {
    border: 2px solid #0078D7;
    border-radius: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #383749;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.indexfootad .div2 {
    margin-top: 10px !important;
    display: grid;
}

.bottom_links ul {
    display: table;
    width: 100%;
}

.bottom_links ul li:first-child {
    padding: 0;
}

.bottom_links ul li {
    float: left;
    padding: 0 10px;
    line-height: 40px;
}

.footer-widgets ul li a {
    color: #757686;
    text-decoration: none;
}

/*会员页面*/

.huiyuanimg img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .huiyuantopimg .img1 {
        width: 40%;
        padding-top: 100px;
    }

    .huiyuanpadding {
        padding-top: 60px !important;
    }
}

@media screen and (min-width: 702px) {
    .appdi .container .img1 {
        width: 70%;
    }

    .imggm .gm {
        width: 50%;
        float: left;
    }

    .mobilev {
        display: none;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .huiyuantopimg .img1 {
        width: 60%;
        padding-top: 20px;
    }

    .huiyuanpadding {
        padding-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .huiyuantopimg .img1 {
        width: 70%;
        padding-top: 20px;
    }

    .huiyuanpadding {
        padding-top: 100px;
    }
}

@media screen and (max-width: 501px) {
    #wallLogo img {
        width: 30px;
        height: 30px;
    }

    .huiyuantopimg .img1 {
        width: 90%;
        padding-top: 40px;
    }

    .row {
        text-align: center;
    }

    .course-content-1 img {
        width: 50%;
    }

    .col-lg-3 {
        width: 33.33333%;
    }
}

@media screen and (min-width: 702px) {
    .imggm .gm {
        width: 50%;
        float: left;
    }

    .mobilev {
        display: none;

    }

    .appdi .container .img1 {
        width: 70%;
    }
}

@media screen and (max-width: 701px) {
    .menu_top {
        visibility: hidden;
    }

    .imggm {
        display: none;
    }

    .pddm {
        width: 40%;

    }

    .appdi .container .img1 {
        width: 100%;
    }

    .poster-main {
        height: auto !important;
    }

    .poster-btn {
        display: none !important;
    }

    .poster-list {
        display: table;
    }

    .poster-item {
        position: inherit !important;
        display: block;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
    }

    .poster-item p {
        display: block !important;
        height: auto !important;
    }

    .huiyuanpc {
        display: none;
    }

    .huiyuanmo {
        display: block;
    }
}

.h4, h4 {
    font-size: 1.5rem;
}

.appdi .read-more2 a {
    border: 2px solid #0078D7;
    color: #fff;
    background-color: rgba(18, 120, 190, 0.8);
    display: block;
    padding: 7px 20px 7px 15px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*下载页*/
#otherd p, #otherd a {
    text-decoration: none;
    font-size: 30px;
}

/* 自定义滚动条*/
.scrollbar::-webkit-scrollbar {
    width: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #0078D7;
    border-radius: 4px;
}

ol.context li {
    text-align: left;
}

ol.context li ::marker {
    content: counters(item, ".  ") ".\0020";
    counter-increment: item;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    text-align: right;
    background-color: #ddd;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 0.2em;
}
