html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}


/* 头部 */

.course-header {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.course-header-wrap {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.course-header-wrap-logo {
    width: 9%;
    float: left;
    margin-top: 19px;
}

.course-header-wrap-logo img {
    width: 100%;
}

.course-header-wrap-nav {
    width: 54.1%;
    float: right;
    overflow: hidden;
}
.course-header-wrap-nav-2 {
    width: 32.1%;
    float: right;
    overflow: hidden;
}
.course-header-wrap-nav li {
    float: left;
    color: #333;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    margin-left: 13.6%;
    cursor: pointer;
    box-sizing: border-box;
}

.course-header-wrap-nav li:first-child {
    margin-left: 0%;
}

.course-header-wrap-nav li.active {
    color: #e60012;
    border-bottom: 4px solid #e60012;
}

.course-header.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.course-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* banner */

.course-bannerbox {
    width: 100%;
    position: relative;
    height: 480px;
    margin: 0 auto;
    background: url(../images/course-banner.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.course-bannerbox-yearly {
    background: url(../images/course-banner-2.jpg) no-repeat top center;
    background-size: cover;
}
.course-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2.5%;
}

#m0.course-content {
    padding-top: 3.5%;
}

.course-main {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.course-tit,
.tab-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.course-titshadow {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 2.5%;
    height: 62px;
}

.course-tit img {
    width: 100%;
}

.tab-box {
    position: relative;
}

.tab-box img {
    width: 100%;
}

.tab-bg {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.tab-bg img {
    width: 100%;
}

.tab-btn {
    width: 13.3%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 2.5%;
}

.tab-btn a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.tab-btn img {
    width: 100%;
}

.tab-btn .btn-tit {
    position: absolute;
    top: 24.5%;
    left: 16%;
    font-size: 15px;
    color: #f7b827;
}

.tab-box>table {
    margin: 0 auto;
    margin-top: 2.5%;
    position: relative;
}

.tab-box>table tr {
    margin: 0 auto;
}

.tab-box>table tr td {
    font-size: 18px;
    color: #333;
    font-family: '微软雅黑', 'Arial';
    text-align: center;
    /* padding: 2% 0%; */
    background-color: rgba(255, 190, 28, 0.03);
    ;
    border-bottom: 1px solid rgba(255, 190, 28, 0.3);
    ;
    border-left: 1px solid rgba(255, 190, 28, 0.3);
    ;
    box-sizing: border-box;
    position: relative;
    height: 87px;
    vertical-align: middle;
    display: table-cell;
    padding: 1.5% 0;
}

.tab-box>table tr td:first-child {
    border-left: none;
}

.tab-box>table tr:nth-child(1) td {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-color: #ffbe1c;
    /* padding: 1.5% 0%; */
    height: auto;
}

.tab-box>table tr:nth-child(1) td:nth-child(2n) {
    background-color: rgba(255, 190, 28, 0.8);
}

.tab-box>table tr:nth-child(2n) td {
    background: none;
}

.tab-box .course-icon1 {
    width: 20px;
    position: absolute;
    top: 31%;
    left: 10%;
}

.tab-box .course-icon2 {
    width: 44px;
    position: absolute;
    top: 39%;
    left: 16%;
}

.tab-box .course-icon3 {
    left: 20%;
}

.tab-box .course-icon4 {
    left: 1%;
    top: 43%;
}

.tab-box .course-icon5 {
    left: 12%;
}

.course-ul {
    width: 82.4%;
    position: absolute;
    top: 17%;
    left: 6%;
}

.course-ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4.2%;
}

.course-ul li img {
    width: 0.8%;
    margin-right: 1%;
    margin-top: 0.88%;
    float: left;
}

.course-ul li p {
    width: 94.3%;
    font-size: 18px;
    color: #333;
}

.tab-box1 {
    margin-top: 2.5%;
}
.p0-tip{
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.p0-tip img{
    display:inline-block;
    width: 16px;
    vertical-align: middle;
}
/* 报名联系方式 */


/*报名联系方式*/

.bm-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
}

.bm-box img {
    width: 100%;
}

.bm-icon1 {
    width: 2%;
    position: absolute;
    top: 24%;
    left: 10%;
}

.bm-icon1 img {
    width: 100%;
}

.bm-tit1 {
    width: 4.6%;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 23%;
    left: 13.5%;
}

.bm-icon2 {
    left: 33.4%;
}

.bm-tit2 {
    width: 41.6%;
    left: 37%;
}

.bm-icon3 {
    left: 65.5%;
    top: 24%;
}

.bm-tit3 {
    width: 19.7%;
    left: 69.2%;
}

.bm-tit3 a {
    color: #000;
}

.bm-line {
    width: 0.8%;
    position: absolute;
    top: 17%;
    left: 24.9%;
}

.bm-line img {
    width: 100%;
}

.bm-line1 {
    left: 59.1%;
}

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.zh_main {
    width: 1234px;
}

@media(max-width:1234px) {
    .course-main {
        width: 960px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .zh_main {
        width: 960px;
    }
    .course-header-wrap {
        width: 960px;
        height: 80px;
        overflow: hidden;
        margin: 0 auto;
    }
    .bm-tit1 {
        width: 29.6%;
    }
    .bm-tit3 {
        width: 26.7%;
    }
    .course-header-wrap-logo {
        margin-top: 26px;
    }
    .course-header-wrap-nav {
        width: 70%;
    }
    .course-header-wrap-nav li {
        margin-left: 3%;
    }
    .tab-box .course-icon1 {
        left: 2%;
    }
    .tab-box .course-icon2 {
        width: 35px;
        top: 40%;
        left: 11%;
    }
    .tab-box .course-icon3 {
        left: 15%;
    }
    .tab-box .course-icon4 {
        left: 1%;
        top: 21%;
    }
    .tab-box .course-icon5 {
        left: 6%;
    }
    .course-titshadow {
        height: 55px;
    }
}

.tab-box5 .course-icon1 {
    left: 0%;
}

.tab-box6 .course-icon1 {
    left: 9%;
    top: 34%;
}

.bm-icon7 {
    top: 67%;
}

.bm-icon77 {
    top: 66%;
}

.bm-icon75 {
    top: 68%;
}


/* .bm-icon06 {
    top: 68%;
} */

.bm-line66 {
    top: 62%;
}

@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .course-main {
        width: 93.5%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .zh_main {
        width: 96.5%;
    }
    .course-header.active {
        position: fixed;
        top: 0;
        bottom: auto;
        opacity: 1;
        z-index: 999;
        border-bottom: 1px solid #ddd;
    }
    .course-bannerbox {
        height: auto;
        background: none;
    }
    .course-header-wrap {
        width: 93%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    .course-header-wrap-logo {
        width: 16.8%;
        float: left;
        padding: 3% 0;
        margin-top: 0%;
    }
    .course-header-menu-w {
        width: 100%;
        position: fixed;
        top: 6%;
        right: 0;
        z-index: 3;
        /* display: none; */
        border-bottom: 1px solid #ddd;
        z-index: 11;
        background-color: #fff;
        opacity: 0;
    }
    .course-header-menu-w li {
        border-top: 1px solid #ddd;
    }
    .course-header-menu-list {
        font-size: 3.6vw;
        width: 100%;
        padding: 2% 5%;
        background-color: #fff;
    }
    .course-header-menu-list a {
        color: #333333;
    }
    .course-header-menu-list.active {
        color: #e60012;
    }
    .course-menu-btn {
        width: 5.5%;
        position: absolute;
        top: 28%;
        right: 5%;
    }
    .course-menu-btn img {
        width: 100%;
    }
    .course-bannerbox img {
        width: 100%;
    }
    .tab-box>table {
        margin-top: 3.5%;
    }
    .tab-box>table tr td {
        font-size: 2.93vw;
        padding: 2% 0;
        height: auto;
    }
    .tab-box>table tr td:nth-child(1) {
        border-left: none;
    }
    .tab-box>table tr:nth-child(1) td {
        font-size: 3.47vw;
        color: #fff;
        font-weight: 400;
        /* background-color: #61c0d6; */
        padding: 2.5% 0;
    }
    .tab-btn {
        width: 30.6%;
        margin-top: 4%;
    }
    .tab-btn .btn-tit {
        top: 50%;
        left: 14%;
        width: auto;
        font-size: 2.8vw;
        transform: translateY(-50%);
    }
    .course-ul {
        left: 9%;
        top: 0%;
    }
    .course-ul li {
        margin-bottom: 0%;
        margin-top: 7%;
    }
    .course-ul li img {
        width: 2.5%;
        margin-right: 1%;
        margin-top: 1.5%;
    }
    .course-ul li p {
        width: 94.3%;
        font-size: 3.2vw;
        color: #333;
        float: left;
    }
    #m0.course-content {
        padding-top: 6%;
    }
    .course-content {
        padding-top: 5.5%;
    }
    .tab-box .course-icon1 {
        width: 10%;
        top: 34%;
        left: 0%;
    }
    .tab-box .course-icon2 {
        width: 16%;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
    }
    .tab-box .course-icon6 {
        width: 16%;
        float: left;
        margin-top: 11%;
    }
    /* 报名 */
    .bm-icon1 {
        width: 8%;
        position: absolute;
        top: 13.6%;
        left: 11.2%;
    }
    .bm-tit1 {
        width: 16.1%;
        font-size: 4vw;
        top: 33.9%;
        left: 9.1%;
    }
    .bm-tit2 {
        width: 57%;
        left: 39.7%;
        top: 17.7%;
    }
    .bm-tit3 {
        width: 57%;
        left: 39.7%;
        top: 33.5%;
    }
    .bm-icon2 {
        left: 30.9%;
        width: 7%;
        top: 14.6%;
    }
    .bm-icon3 {
        left: 30.9%;
        top: 33.9%;
        width: 6%;
    }
    .bm-bg-line {
        width: 62%;
        position: absolute;
        top: 44.8%;
        left: 30.9%;
    }
    .bm-bg-line1 {
        width: 14%;
        position: absolute;
        top: 52%;
        left: 8.8%;
    }
    .bm-box {
        margin-bottom: 5%;
    }
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom span {
        display: block;
    }
    .main {
        width: 99%;
    }
    .bm-icon7 {
        top: 59%;
    }
    .bm-icon7 {
        top: 60%;
    }
    .bm-icon77 {
        top: 78%;
    }
    .bm-icon75 {
        top: 78%;
    }
    /* .bm-icon06 {
        top: 68%;
    } */
    .bm-line66 {
        top: 62%;
    }
    .bm-icon99 {
        top: 62%;
    }
    .p0-tip {
        width: 100%;
        font-size: 3.2vw;
        color: #333;
        margin-top: 5%;
    }
    .p0-tip img {
        display: inline-block;
        width: 3.8%;
        vertical-align:bottom;
    }
}