.wrap {
    width: 98%;
    height: auto;
    margin: 0 auto;
}

#footer .wrap {
    width: 82%;
}

.top01 {
    height: 90px;
    background: rgba(6, 53, 71, 1);
}

#top {
    position: fixed;
    width: 100%;
    height: 90px;
    line-height: 90px;
    /*background: #063547;*/
    background: rgba(6, 53, 71, 1);
    top: 0;
    left: 0;
    z-index: 99;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 90px;
}

#top .nav {
    float: right;
    margin: 30px 0 0 5%;
	line-height: 90px;
}

#top .nav li {
    list-style: none
}

#top .nav ul li {
    float: left;
    margin-left: 18px;
    position: relative;
}

#top .nav ul li h2 a {
    height: 100%;
    padding: 0 22px;
    color: #fff;
}

#top .nav ul li h2 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 15px;
    overflow: hidden;
}

#top .nav ul li.active h2 a,
#top .nav ul li:hover h2 a {
    color: #063547;
    background: #fff;
}

#top .nav ul li:hover .navDown {
    max-height: 800px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.navBtn {
    position: absolute;
}

#top .nav ul li a {
    display: block;
}

#top .navDown {
    max-height: 0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    overflow: hidden;
    width: 128px;
    position: absolute;
    background: #fff;
    text-align: center;
    left: 50%;
    top: 60px;
    margin-left: -64px;
    /*margin-top: 32px;*/
}

#top .navDown a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #4c4c4c;
    border-top: 1px solid #e5e5e5;
    background: rgba(230, 230, 230, .3);
}

#top .navDown a:first-child {
    border-top: none;
}

#top .navDown a:hover {
    color: #fff;
    font-weight: 600;
    background: #063547;
}

.menu {
    display: none;
    position: absolute;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 10px 6px;
    background: #fff;
    border-radius: 6px;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.menu span {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 4px;
    background: #063547;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.menu span:first-child {
    margin-top: 0;
}

.menu.on span.menuX {
    margin-top: 6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.on span.menuY {
    display: none;
}

.menu.on span.menuZ {
    margin-top: -3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#footer {
    padding: 38px 0 40px 0;
    background: #fafafa;
}

#footer.homeFooter {
    background: #fff;
}

#footer .footerlogo {
    width: 162px;
    margin-top: 15px;
}

#footer .footerlogo img {
    width: 100%;
}

#footer ul li {
    float: left;
    width: 16.66%;
}

#footer ul li:first-child {
    margin-left: 0;
}

#footer ul li h3 {
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
}

#footer ul li p {
    line-height: 30px;
}

#footer ul li p a {
    color: #8c8c8c;
}

#footer ul li p a:hover {
    color: #333;
}

#footer .footerEwm {
    width: 162px;
    margin-top: 50px;
    text-align: center;
}

#footer .footerEwm img {
    width: 88px;
}

#footer .footerEwm p {
    margin-top: 16px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

#bottom {
    background: #404040;
    text-align: center;
    padding: 12px 0;
}

#bottom p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

#footer .footerLeft {
    float: left;
    width: 20%;
}

#footer .footerRight {
    float: right;
    width: 80%;
}

#footer .footerInfor {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
}

#footer .footerInfor div {
    float: left;
    width: 50%;
    line-height: 30px;
    color: #4c4c4c;
}

#footer .footerInfor p span:first-child {
    margin-right: 20px;
}

@media (max-width: 1680px) {
    #top .nav {
        margin-left: 9%;
    }
    #top .nav ul li {
        margin-left: 12px;
    }
    #top .nav ul li h2 a {
        padding: 0 18px;
    }
    .bannerCont {
        height: 380px;
    }
    .newsList li .cont h4 {
        margin-top: 6px;
    }
    .newsList li .cont .line {
        margin: 10px 0 10px 0;
    }
    .newsList li:hover .cont .line {
        margin: 6px 0 6px 0;
    }
    .contLeftNav ul li h3 {
        height: 54px;
        line-height: 54px;
    }
    .contLeftDown a {
        height: 52px;
        line-height: 52px;
    }
}

@media (max-width: 1440px) {
    #top .nav {
        margin-left: 5%;
    }
    #top .nav ul li {
        margin-left: 8px;
    }
    #top .nav ul li h2 a {
        padding: 0 15px;
    }
    .homeCourList li p {
        padding: 0 12px;
        line-height: 30px;
    }
    .bannerCont {
        height: 360px;
    }
    .newsList li .cont h4 {
        margin-top: 2px;
        line-height: 20px;
    }
    .newsList li .cont h3 {
        margin-top: 0;
    }
    .newsList li .cont .line {
        margin: 8px 0 8px 0;
    }
    .newsList li .cont .more {
        margin-top: 8px;
    }
    .newsList li:hover .cont .line {
        margin: 5px 0 5px 0;
    }
    .topSearchWrap {
        width: 172px;
    }
    .topSearchWrap input {
        width: 135px;
    }
    .contLeftNav ul li h3 {
        height: 52px;
        line-height: 52px;
    }
    .contLeftDown a {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 1280px) {
    #top .nav {
        margin-left: 7%;
    }
    #top .nav ul li {
        margin-left: 5px;
    }
    #top .nav ul li h2 a {
        padding: 0 12px;
    }
    .topSearchWrap input {
        width: 128px;
    }
    .topSearchWrap {
        width: 165px;
    }
    .homeIdearWrap {
        padding: 0 20px;
    }
    .homeIdearWrap .bx-wrapper .bx-next {
        right: -38px;
    }
    .homeIdearWrap .bx-wrapper .bx-prev {
        left: -38px;
    }
    .homeBox {
        padding: 35px 0 56px 0;
    }
    .homeCourList {
        margin-top: 68px;
    }
    .homeCour {
        padding-bottom: 40px;
    }
    .homeCourList li .homeCourTxt h3 {
        font-size: 18px;
    }
    .homeCourList li p {
        padding: 0 10px;
        font-size: 15px;
        line-height: 28px;
    }
    .homeLinkWrap a {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contLeft {
        width: 22%;
    }
    .contRight {
        width: 75.555%;
    }
    .contRightH h2 {
        font-size: 22px;
    }
    .bannerCont {
        height: 340px;
    }
    .courseList li .cont h3 {
        margin-top: 12px;
        font-size: 17px;
    }
    .courseList li .cont p {
        max-height: 90px;
        overflow: hidden;
    }
    .courDetailCont p {
        line-height: 30px;
    }
    .courDetailCont {
        margin: 22px 0 20px 0;
    }
    .contRightH h3 {
        font-size: 17px;
    }
    .newsList li {
        margin-bottom: 10px;
    }
    .newsList li .cont h4 {
        margin-top: 2px;
        line-height: 20px;
    }
    .newsList li .cont h3 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 22px;
    }
    .newsList li .cont .line {
        margin: 8px 0 6px 0;
    }
    .newsList li .cont .more {
        margin-top: 8px;
    }
    .newsList li .cont p {
        line-height: 20px;
    }
    .newsH .left,
    .newsH .right {
        height: 38px;
        line-height: 36px;
    }
    .newsDetailCont p {
        line-height: 40px;
    }
    .newsDetailCont .pic {
        margin-bottom: 28px;
    }
    .picCont {
        margin-top: 28px;
    }
    .stuSearch {
        padding: 40px 6%;
    }
    .picDetail {
        margin-top: 60px;
        padding: 0 9%;
        padding-bottom: 45px;
    }
    .picDetail .bx-wrapper .bx-prev {
        left: -68px;
    }
    .picDetail .bx-wrapper .bx-next {
        right: -68px;
    }
    .aboutBrief p {
        font-size: 15px;
        line-height: 32px;
    }
    .aboutBList {
        padding: 56px 20px 30px 20px;
    }
    .contLeftNav ul li h3 {
        height: 50px;
        line-height: 50px;
    }
    .contLeftDown a {
        height: 48px;
        line-height: 48px;
    }
    .contLeftNav ul li.active h3 a {
        font-size: 17px;
    }
}

@media (max-width: 1227px) {
    .top01 {
        height: 60px;
    }
    #top {
        height: 60px;
        line-height: 60px;
    }
    .navbar-brand {
        font-size: 16px;
        line-height: 60px;
    }
    #top .navDown {
        top: 45px;
    }
    #top .nav {
        margin: 15px 0 0 5%;
    }
    #top .nav ul li {
        margin-left: 10px;
    }
    #top .nav ul li h2 {
        font-size: 13px;
    }
}

@media (max-width: 1080px) {
    #top .logo {
        width: 150px;
    }
    .homeIdearWrap {
        padding: 0 40px;
    }
    #top .nav {
        margin-left: 4%;
    }
    #top .nav ul li {
        margin-left: 4px;
    }
    #top .nav ul li h2 {
        font-size: 14px;
    }
    #footer {
        padding: 35px 0 48px 0;
    }
    #footer .footerlogo,
    #footer .footerEwm {
        width: 138px;
    }
    #footer .footerLeft {
        width: 16%;
    }
    #footer .footerRight {
        width: 84%;
    }
    .homeCourList li p {
        font-size: 14px;
        line-height: 25px;
    }
    .homeCourList li .homeCourTxt h3 {
        font-size: 16px;
    }
    .bannerCont {
        height: 320px;
    }
    .courseList li .cont h3 {
        margin-top: 6px;
        line-height: 26px;
    }
    .courseList li .cont p {
        line-height: 24px;
        max-height: 72px;
    }
    .newsList li {
        margin-bottom: 5px;
    }
    .newsList li .cont h4 {
        margin-top: 2px;
        line-height: 20px;
    }
    .newsList li .cont h3 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 22px;
    }
    .newsList li .cont .line {
        margin: 8px 0 6px 0;
    }
    .newsList li .cont .more {
        margin-top: 8px;
    }
    .newsList li .cont p {
        line-height: 20px;
    }
    .contLeftNav ul li h3 {
        height: 48px;
        line-height: 48px;
    }
    .contLeftDown a {
        height: 46px;
        line-height: 46px;
    }
    .contLeftNav ul li.active h3 a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .col-md-6>.img-box {
        display: none;
    }
    .wrap {
        width: 94%;
    }
    .top01 {
        height: 58px;
        background: white;
    }
    #top {
        height: 58px;
        line-height: 58px;
        background: #063547;
    }
    .navbar-brand {
        line-height: 58px;
    }
    #top .logo {
        width: 128px;
        position: relative;
        z-index: 99;
    }
    .topRight {
        margin-top: 12px;
        height: 34px;
        line-height: 34px;
    }
    #top .nav {
        position: fixed;
        width: 240px;
        height: 100%;
        margin: 0;
        left: -100%;
        top: 58px;
        background: #063547;
        z-index: 88;
    }
    #top .nav ul {
        height: calc(100% - 60px);
        margin-top: 0px;
        padding-bottom: 30px;
        box-sizing: border-box;
        overflow: auto;
    }
    #top .nav ul li {
        width: 100%;
        margin: 0;
    }
    #top .nav ul li h2 {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        border-bottom: 1px solid #99d7cd;
        border-radius: 0;
    }
    #top .nav ul li h2 a {
        padding: 0 15px;
    }
    #top .navDown {
        /*display: block;*/
        position: static;
        width: 100%;
        top: auto;
        left: auto;
        margin-left: 0;
    }
    #top .navDown a {
        height: 40px;
        line-height: 40px;
    }
    .navBtn {
        width: 44px;
        height: 44px;
        right: 0;
        top: 0;
        background: url(../images/ico_btn_jt_r_a.png) no-repeat center;
        background-size: 12px;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #top .nav ul li.active h2 .navBtn {
        background: url(../images/ico_btn_jt_r_a1.png) no-repeat center;
        background-size: 12px;
    }
    #top .nav ul li:hover h2 a {
        color: #fff;
        background: #063547;
    }
    #top .nav ul li.active h2 a,
    #top .nav ul li h2.on a {
        color: #063547;
        background: #fff;
    }
    #top .nav ul li h2.on .navBtn {
        background: url(../images/ico_btn_jt_r_a1.png) no-repeat center;
        background-size: 12px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .topRight {
        margin-right: 6%;
    }
    .topLang {
        padding-right: 24px;
    }
    .topLang .topLangBtn {
        width: 22px;
        height: 28px;
        margin-top: -14px;
    }
    .topLang .topLangCh {
        top: 35px;
    }
    .menu {
        display: block;
    }
    .homeBox {
        padding-bottom: 45px;
    }
    .homeTitle {
        margin-bottom: 32px;
    }
    .homeCourList li {
        height: 212px;
    }
    .homeCourList li p {
        display: block;
        margin-top: 8px;
        font-size: 13px;
    }
    .homeCourList li .pic {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin-top: 0;
    }
    .homeCourList li a {
        padding: 18px 10px 10px 10px;
    }
    .homeCourList {
        margin-top: 30px;
    }
    .homeCourList li h4 {
        font-size: 13px;
    }
    .homeJoinBgInner {
        margin-left: 18px;
    }
    .homeJoinBg {
        height: 86px;
        line-height: 86px;
    }
    .homeCamList li {
        background: #063547;
    }
    .homeCamList li h3,
    .homeCamList li h4 {
        font-size: 16px;
        color: #fff;
    }
    .homeCamList li h3 {
        margin-bottom: 4px;
    }
    .homeCamList li h3 a {
        color: #fff;
    }
    .homeCamList li p {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }
    .homeCamList li .line {
        margin: 6px 0 12px 0;
        background: #fff;
    }
    .homeCamList li a.more {
        margin-top: 15px;
    }
    .homeCamCont {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .footerEwm {
        width: 80px;
    }
    #footer ul li {
        margin: 0;
        width: 16.66%;
    }
    #footer {
        padding: 30px 0 26px 0;
    }
    #footer .footerlogo,
    #footer .footerEwm {
        width: 130px;
    }
    #footer .footerInfor div {
        width: 100%;
    }
    #footer .footerInfor p {
        font-size: 13px;
    }
    #footer .footerInfor {
        padding-top: 18px;
    }
    #footer .footerLeft {
        width: 20%;
    }
    #footer .footerRight {
        width: 80%;
    }
    .homeLinkWrap a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .bannerCont {
        height: 280px;
        margin-top: 58px;
    }
    .contRightH h2 {
        font-size: 20px;
    }
    .contLeftTit {
        height: 92px;
        top: -92px;
    }
    .contLeftTit span {
        margin-top: 12px;
    }
    .contLeftTit h2 {
        margin-top: 7px;
        line-height: 20px;
    }
    .contLeftNav ul li h3 span {
        right: 4px;
    }
    .courseList li .cont h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .courseList li .cont p {
        line-height: 22px;
        max-height: 66px;
    }
    .page em,
    .page i {
        padding: 0 8px;
    }
    .page p {
        margin-left: 8px;
    }
    .courDetailH a {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .courDetailTit {
        height: 50px;
        line-height: 50px;
    }
    .courDetailCont {
        margin: 18px 0 20px 0;
    }
    .contRightH h3 {
        font-size: 16px;
    }
    .newsList li .cont h4 {
        line-height: 18px;
    }
    .newsList li .cont h3 {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 22px;
    }
    .newsList li .cont .line {
        margin: 6px 0 4px 0;
    }
    .newsList li .cont .more {
        width: 90px;
        height: 30px;
        margin-top: 8px;
        line-height: 30px;
    }
    .newsList li .cont p {
        line-height: 20px;
    }
    .contRightH h2.contRightTit,
    .newsDetailH h3 {
        font-size: 17px;
    }
    .newsDetailH {
        padding: 28px 0 20px 0;
    }
    .newsDetailCont {
        margin-top: 32px;
    }
    .newsDetailCont .pic {
        margin-bottom: 24px;
    }
    .newsDetailCont p {
        line-height: 36px;
        font-size: 15px;
    }
    .picCont,
    .picList {
        margin-top: 24px;
    }
    .picList li {
        width: 45%;
        margin-left: 10%;
    }
    .pageJump {
        padding-top: 22px;
        margin-top: 20px;
    }
    .pageJump p {
        font-size: 15px;
        line-height: 26px;
    }
    .stuSearch {
        padding: 30px 6%;
    }
    .stuList li .cont {
        padding: 12px 0 11px;
    }
    .picDetail .bx-wrapper .bx-controls-direction a {
        width: 48px;
        height: 48px;
    }
    .picDetail {
        margin-top: 50px;
        padding: 0 8%;
        padding-bottom: 35px;
    }
    .picDetail .bx-wrapper .bx-prev {
        left: -62px;
    }
    .picDetail .bx-wrapper .bx-next {
        right: -62px;
    }
    .aboutH {
        padding: 24px 0;
    }
    .aboutBrief {
        margin-top: 15px;
    }
    .aboutBrief p {
        font-size: 14px;
        line-height: 26px;
    }
    .aboutBList {
        margin-top: 30px;
        padding: 42px 20px 22px 20px;
    }
    .aboutBList li h3 {
        font-size: 15px;
        line-height: 30px;
    }
    .aboutBList li h3 span {
        font-size: 22px;
        margin-right: 15px;
    }
    .aboutBList li .line {
        margin: 10px 0 8px 0;
    }
    .aboutBList li p {
        font-size: 13px;
        line-height: 22px;
    }
    .aboutTxt {
        margin-top: 32px;
    }
    .aboutTxt h3 {
        font-size: 17px;
    }
    .aboutTxt p {
        font-size: 13px;
        line-height: 24px;
    }
    .abputTList {
        margin-top: 30px;
    }
    .contLeftNav ul li h3 {
        height: 46px;
        line-height: 46px;
    }
    .contLeftDown a {
        height: 44px;
        line-height: 44px;
    }
    .contLeftNav ul li.active h3 a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .topRight {
        margin-right: 46px;
        position: relative;
        z-index: 99;
    }
    .topSearch {
        margin-left: 4px;
    }
    #top .logo {
        width: 116px;
    }
    .topSearch {
        width: 28px;
    }
    #top .nav {
        width: 200px;
    }
    .topLang {
        padding-right: 16px;
    }
    .topLang .topLangBtn {
        width: 12px;
    }
    .navBtn {
        background-size: 10px;
    }
    #top .nav ul li h2.on .navBtn,
    #top .nav ul li.active h2 .navBtn {
        background-size: 10px;
    }
    .homeBox {
        padding: 25px 0 24px 0;
    }
    .homeTitle {
        margin-bottom: 20px;
    }
    .homeTitle h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .homeTitle .line {
        margin-top: 8px;
    }
    .homeTitle h3 span:before,
    .homeTitle h3 span:after {
        width: 74px;
    }
    .homeTitle h3 span:before {
        left: -80px;
    }
    .homeTitle h3 span:after {
        right: -80px;
    }
    .slideHomeIdear li h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .slideHomeIdear li .line {
        margin-top: 2px;
    }
    .slideHomeIdear li .pic {
        margin-top: 10px;
    }
    .slideHomeIdear li p {
        height: 60px;
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
    }
    .slideHomeIdear li a {
        width: 70px;
        height: 30px;
        line-height: 30px;
        margin-top: 16px;
    }
    .slideHomeIdear li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .homeIdearWrap {
        padding: 0;
    }
    .homeIdearWrap .bx-wrapper .bx-controls-direction a {
        width: 26px;
        height: 26px;
        background-size: 100%;
    }
    .homeIdearWrap .bx-wrapper .bx-next {
        right: 0;
    }
    .homeIdearWrap .bx-wrapper .bx-prev {
        left: 0;
    }
    .homeCourList li {
        width: 50%;
        margin: 0;
        height: 160px;
        margin-bottom: 12px;
    }
    .homeCourList li .pic {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .homeCourList li .pic img {
        max-width: 60%;
    }
    .homeCourList li:hover {
        margin-top: 0;
    }
    .homeCourList {
        margin-top: 25px;
    }
    .homeCourList li a {
        padding: 12px 8px 8px 8px;
    }
    .homeCourList li h3 {
        font-size: 14px;
        margin-top: 6px;
        line-height: 22px;
    }
    .homeCourList li h4,
    .homeCourList li p {
        font-size: 12px;
    }
    .homeCourList li h4 {
        line-height: 18px;
    }
    .homeCourList li p {
        height: 120px;
        margin-top: 4px;
        line-height: 20px;
    }
    .homeJoinList li {
        width: 100%;
    }
    .homeJoinList li:first-child .homeJoinBg {
        bottom: auto;
        top: 20px;
    }
    .homeJoinBgInner h3 {
        font-size: 16px;
    }
    .homeJoinBgInner {
        margin-left: 8px;
        padding-left: 26px;
    }
    .homeJoinBgInner h4 span {
        margin-left: 12px;
    }
    .homeJoinBg {
        height: 76px;
        line-height: 76px;
    }
    .homeCamList li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .homeCamList li h3,
    .homeCamList li h4 {
        font-size: 14px;
    }
    .homeCamList li p {
        font-size: 12px;
        height: 40px;
    }
    .homeCamCont {
        padding: 14px 10px 16px 10px;
    }
    .homeCamList li a.more {
        width: 86px;
    }
    #footer {
        padding: 22px 0 18px 0;
    }
    #footer .footerlogo {
        width: 120px;
    }
    #footer ul {
        float: none;
        display: none;
    }
    #footer ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    #footer ul li p {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
    }
    #footer ul li h3 {
        font-size: 14px;
        line-height: 24px;
    }
    #footer .footerEwm {
        float: none;
        margin: 15px auto 0;
    }
    #footer .footerEwm p {
        margin-top: 6px;
    }
    #bottom p {
        line-height: 20px;
    }
    #footer .footerRight {
        width: 100%;
    }
    #footer .footerInfor p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    #footer .footerLeft {
        width: 100%;
        text-align: center;
    }
    #footer .footerlogo {
        margin: 0 auto;
    }
    #footer .footerInfor {
        margin-top: 20px;
        padding-top: 15px;
    }
    #banner .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 6px;
    }
    .footerLink {
        line-height: 26px;
    }
    .footerLink h3 {
        font-size: 14px;
    }
    .footerLink p {
        font-size: 12px;
    }
    .homeLinkWrap a {
        margin: 0 8px 5px 8px;
    }
    .bannerCont {
        height: 170px;
    }
    .contLeft,
    .contRight {
        width: 100%;
    }
    .contLeftNav ul li h3 {
        height: 44px;
        line-height: 44px;
    }
    .contLeftDown a {
        height: 42px;
        line-height: 42px;
        background: #ffb628;
    }
    .contLeftTit h2 {
        font-size: 15px;
        line-height: 18px;
        margin-top: 6px;
    }
    .contLeftTit h3 {
        line-height: 16px;
    }
    .contLeftTit span {
        margin-top: 8px;
    }
    .contLeftTit span img {
        width: 24px;
    }
    .contLeftTit {
        height: 78px;
        top: -78px;
        background: rgba(0, 202, 175, 0.75);
    }
    .contRightH {
        line-height: 28px;
    }
    .contRightH h2 {
        font-size: 16px;
    }
    .contRightLine {
        height: 6px;
        margin-top: 4px;
    }
    .courseList li .pic {
        min-width: 106px;
    }
    .courseList li .cont {
        max-width: calc(100% - 116px);
    }
    .courseList li .cont h3 {
        margin: 3px 0;
        font-size: 15px;
        line-height: 20px;
    }
    .courseList li .cont p {
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;
    }
    .courseList li {
        padding: 12px 0;
    }
    .page {
        margin: 30px 0 15px 0;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }
    .page p {
        display: none;
    }
    .page em {
        display: none;
    }
    .page i {
        padding: 0 5px;
        margin: 0 1px;
    }
    .page a {
        width: 22px;
        margin: 0 2px;
    }
    .contRightH h3 {
        width: 100%;
        max-width: 100%;
        margin: 6px 0;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }
    .courDetailH a {
        height: 28px;
        line-height: 26px;
        width: 66px;
        margin: 0 4px 12px 4px;
        font-size: 12px;
        border-radius: 14px;
    }
    .courDetailH a:nth-child(6n) {
        margin-right: 4px;
    }
    .courDetailH {
        margin-top: 18px;
    }
    .contRightHD p {
        float: left;
    }
    .courDetailTit {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-top: 30px;
    }
    .courDetailTit h3 {
        font-size: 15px;
        background-size: 22px;
        padding-left: 30px;
    }
    .courDetailCont p {
        font-size: 12px;
        line-height: 24px;
    }
    .newsList li {
        margin-bottom: 0;
    }
    .newsList li .cont h3 {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 0;
        line-height: 18px;
    }
    .newsList li .cont h4 {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
    }
    .newsList li .cont p {
        line-height: 18px;
    }
    .newsList li .cont .more {
        width: 80px;
        height: 26px;
        margin-top: 6px;
        line-height: 26px;
        font-size: 12px;
    }
    .newsList li .cont .more a {
        color: #fff;
        background: #00CA9D;
    }
    .newsList li .cont .line,
    .newsList li:hover .cont .line {
        margin: 4px 0 2px 0;
    }
    .newsH .left .newsSearch,
    .newsH .right .newsSearchInner {
        padding: 0 8px;
    }
    .newsH .right button {
        font-size: 15px;
    }
    .newsH .left,
    .newsH .right {
        height: 34px;
        line-height: 32px;
    }
    .newsH input {
        font-size: 12px;
    }
    .newsH .left .newsSearch,
    .newsH .right .newsSearchInner {
        padding: 0 6px;
    }
    .newsH .left,
    .newsH .right {
        width: 100%;
    }
    .newsH .left {
        margin-bottom: 12px;
    }
    .newsH .right .line {
        margin-top: 16px;
    }
    .newsH .left button {
        width: 60px;
    }
    .newsH .left .newsSearch {
        width: calc(100% - 60px);
    }
    .contRightH h2.contRightTit {
        font-size: 15px;
    }
    .newsDetailH {
        padding: 18px 0 16px 0;
    }
    .newsDetailH p {
        font-size: 12px;
    }
    .newsDetailH p span:first-child {
        margin-right: 10px;
    }
    .newsDetailH h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .newsDetailCont .pic {
        margin-bottom: 15px;
    }
    .picCont,
    .picList {
        margin-top: 15px;
    }
    .newsDetailCont p {
        font-size: 14px;
        line-height: 26px;
    }
    .picList li {
        width: 48.5%;
        margin-left: 3%;
    }
    .pageJump {
        margin-top: 12px;
        padding-top: 15px;
    }
    .pageJump p {
        font-size: 14px;
        line-height: 20px;
    }
    .stuList {
        margin-top: 25px;
    }
    .stuList li {
        width: 49%;
        margin-right: 2%;
    }
    .stuList li:nth-child(3n) {
        margin-right: 2%;
    }
    .stuList li:nth-child(2n) {
        margin-right: 0;
    }
    .stuList li .cont h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .stuList li .cont p {
        font-size: 12px;
        line-height: 18px;
    }
    .stuList li .cont {
        padding: 8px 0 8px;
    }
    .stuSearch {
        padding: 15px 2%;
        margin: 18px 0;
    }
    .stuRight .contRightH p {
        float: left;
    }
    .stuTop p {
        padding: 0 10px;
        font-size: 12px;
        height: 40px;
        line-height: 45px;
    }
    .picDetail {
        padding: 0 34px;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .picDetail .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
    }
    .picDetail .bx-wrapper .bx-prev {
        left: -34px;
    }
    .picDetail .bx-wrapper .bx-next {
        right: -34px;
    }
    .picDetail .bx-wrapper .bx-pager {
        font-size: 15px;
        bottom: 2px;
    }
    .abputTList li {
        width: 32%;
    }
    .abputTList li:nth-child(2n) {
        margin-right: 2%;
    }
    .abputTList li:nth-child(3n) {
        margin-right: 0;
    }
    .abputTList li .cont h3 {
        font-size: 13px;
    }
    .aboutBrief p {
        font-size: 12px;
        line-height: 24px;
    }
    .aboutBList {
        margin-top: 20px;
        padding: 0;
        background: none;
    }
    .aboutBList li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        background: #FAFAFA;
        padding: 12px 10px;
        box-sizing: border-box;
    }
    .aboutBList li p {
        min-height: auto;
    }
    .aboutBList li h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .aboutBList li h3 span {
        font-size: 18px;
        margin-right: 8px;
    }
    .aboutBList li p {
        font-size: 12px;
        line-height: 20px;
    }
    .aboutTxt {
        margin-top: 8px;
    }
    .aboutTxt h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .aboutTxt p {
        font-size: 12px;
        line-height: 22px;
    }
    .abputTList {
        margin-top: 20px;
    }
    .aboutH {
        padding: 15px 0;
    }
    .aboutBrief {
        margin-top: 8px;
    }
}