blockquote, body, dd, dl, figure, form, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0
}

ol, ul {
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

body.iphone a[href]:active, body.iphone button:active {
    background-image: none
}

em, i {
    font-style: normal
}

h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%
}

input, select, textarea {
    font-family: inherit;
    box-sizing: border-box
}

img {
    display: inline-block
}

p {
    word-break: break-all
}

main {
    display: block
}

output {
    speak: digits
}

html {
    font-size: 16px
}

img {
    border: none
}

@font-face {
    font-family: BASE;
    src: local("Microsoft YaHei"), local("Arial"), local("Helvetica"), local("sans-serif"), local("Microsoft YaHei")
}

@font-face {
    font-family: quote;
    src: local("Consolas");
    unicode-range: U+3e
}

body {
    min-width: 1200px;
    line-height: 1;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif
}

.r, .fr {
    float: right
}

.l, .fl {
    float: left
}

.fix:before, .clearfix:before {
    content: '';
    display: table;
    clear: both
}

.fix:after, .clearfix:after {
    content: '';
    display: table;
    clear: both
}

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

.nowrap2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.nowrap-n {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.nowrap3 {
    -webkit-line-clamp: 3
}

.nowrap4 {
    -webkit-line-clamp: 4
}

.nowrap5 {
    -webkit-line-clamp: 5
}

.hidden {
    display: none
}

.rel {
    position: relative
}

.block {
    display: block
}

.b {
    font-weight: 700
}

.scale-wrap {
    overflow: hidden
}

.scale {
    transition: all .7s ease-out
}

.scale:hover {
    transform: scale(1.07)
}

.em {
    padding-right: 1em
}

.em2 {
    padding-right: 2em
}

.w {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.fade-enter, .fade-appear {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.fade-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.fade-enter.fade-enter-active, .fade-appear.fade-appear-active {
    -webkit-animation-name: wlFadeIn;
    animation-name: wlFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.fade-leave.fade-leave-active {
    -webkit-animation-name: wlFadeOut;
    animation-name: wlFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.fade-enter, .fade-appear {
    opacity: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fade-leave {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes wlFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes wlFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes wlFadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes wlFadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes prompt-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes prompt-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.prompt-m-anim-scale {
    animation-name: prompt-m-anim-scale;
    -webkit-animation-name: prompt-m-anim-scale
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.slideInDown, .animated.slideOutUp {
    animation-duration: .45s
}

.animated.slideInUp, .animated.slideInUp {
    animation-duration: .45s
}

.animated.fadeIn, .animated.fadeOut {
    animation-duration: .35s
}

@-webkit-keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeIn {
    animation-name: fadeIn
}

.fadeOut {
    animation-name: fadeOut
}

a.link:hover {
    text-decoration: underline
}

.bdn {
    border: none !important
}

.icon3 {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto 10px;
    background: url(../images/smiling.png) no-repeat;
    background-size: 60px
}

.icon3.icon-01 {
    background-position: 0 0
}

.icon3.icon-02 {
    background-position: 0 -70px
}

.icon3.icon-03 {
    background-position: 0 -140px
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

.btn:before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff
}

.btn:link:before, .btn:visited:before {
    content: none
}

.btn:hover:before, .btn:focus:before {
    content: '';
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODU1MTFBREI2RjYxMUU4QUY3QzgxQjE2RUZCN0E3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODU1MTFBRUI2RjYxMUU4QUY3QzgxQjE2RUZCN0E3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NTUxMUFCQjZGNjExRThBRjdDODFCMTZFRkI3QTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4NTUxMUFDQjZGNjExRThBRjdDODFCMTZFRkI3QTdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oLrBDwAAABBJREFUeNpi/P//vxRAgAEACRsDGQbb5uMAAAAASUVORK5CYII=") repeat
}

.btn:active:before, .btn.disabled:before {
    content: '';
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MTZDNzkwMUI2RjYxMUU4QTYyQzlCMzM5NjdBRDA5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MTZDNzkwMkI2RjYxMUU4QTYyQzlCMzM5NjdBRDA5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxNkM3OEZGQjZGNjExRThBNjJDOUIzMzk2N0FEMDk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQxNkM3OTAwQjZGNjExRThBNjJDOUIzMzk2N0FEMDk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Z8atiAAAAA9JREFUeNpiYGBgkAIIMAAAHwAbZIBtGgAAAABJRU5ErkJggg==") repeat;
    z-index: 9
}

.two-r {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto;
}

.odd, .even {
    padding-bottom: 60px;
    min-width: 1200px
}

.aside-w .even {
    min-width: 300px
}

.odd {
    background-color: #eff7ff
}

.odd ._tgc {
    background-color: #f3f7fd;
    transition: all .5s
}

.odd .tgc {
    background-color: #fff
}

.odd ._tgc-h {
    transition: all .5s
}

.odd ._tgc-h:hover {
    background-color: #fff;
    box-shadow: 0 0 20px #c3cdde
}

.odd .tgc-h {
    transition: all .5s
}

.odd .tgc-h:hover {
    background-color: #fff;
    box-shadow: 0 0 20px #c3cdde
}

.even {
    background-color: #fff
}

##.even ._tgc {
    background-color: #fff
}

.even .tgc {
    background-color: #eff7ff
}

.even .tgc .arrow-r:after {
    border-left: 5px solid #f3f7fd
}

.even ._tgc-h {
    transition: all .5s
}

.even ._tgc-h:hover {
    background-color: #fff;
    box-shadow: 0 0 20px #c3cdde
}

.even .tgc-h {
    transition: all .5s
}

.even .tgc-h:hover {
    background-color: #fff;
    box-shadow: 0 0 20px #c3cdde
}

.icon-self {
    background: url(../images/school-star.png)
}

.com-banner-w {
    height: 460px;
    position: relative;
    overflow: hidden;
    min-width: 1200px
}

.com-banner-w .banner-img {
    position: absolute;
    height: 460px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: unset;
    min-width: 100%;
}

.com-banner-w .nav-b {
    z-index: 1;
    background-color: rgba(0, 51, 107, .5);
    height: 80px;
    line-height: 100px;
    color: #fff;
    font-size: 30px;
    position: absolute;
    width: 100%;
    min-width: 1200px;
    transition: all .3s
}

.com-banner-w .nav-b.fixed-nav {
    top: 0;
    height: 66px;
    position: fixed;
    width: 100%;
    background-color: #375793;
    opacity: .96;
    z-index: 9;
    line-height: 62px
}

.com-banner-w .nav-b.fixed-nav .nav-list {
    line-height: 60px
}

.com-banner-w .nav-b.fixed-nav .nav-list .item.active .link:after, .com-banner-w .nav-b.fixed-nav .nav-list .item:hover .link:after {
    bottom: 10px
}

.com-banner-w .nav-b .i-balance {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px
}

.com-banner-w .nav-b .nav-list {
    font-size: 0px;
    line-height: 90px;
    display: inline-block;
    transition: all .3s
}

.com-banner-w .nav-b .nav-list .item {
    font-size: 18px;
    display: inline-block;
    padding: 0 18px
}

.com-banner-w .nav-b .nav-list .item .link {
    display: block;
    position: relative;
    color: #fff
}

.com-banner-w .nav-b .nav-list .item .link:hover {
    text-decoration: none
}

.com-banner-w .nav-b .nav-list .item.active .link, .com-banner-w .nav-b .nav-list .item:hover .link {
    color: #faad3b
}

.com-banner-w .nav-b .nav-list .item.active .link:after, .com-banner-w .nav-b .nav-list .item:hover .link:after {
    transition: all .3s;
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #faad3b
}

.com-banner-w .info-b {
    padding-top: 170px;
    font-size: 26px;
    color: #536f98
}

.com-banner-w .info-b .name-b {
    font-size: 48px;
    color: #005aae
}

.com-banner-w .info-b .tag {
    font-size: 58px;
    color: #ffa800;
    margin: 45px 0 25px
}

.com-footer-w {
    background: url(../images/footer-bg.jpg);
    padding-top: 50px;
    font-size: 12px;
    color: #666;
    line-height: 30px
}

.com-footer-w .f-link-b {
    font-size: 14px;
    color: #fff;
    margin-bottom: 50px
}

.com-footer-w .f-link-b .subtitle {
    font-weight: 700
}

.com-footer-w .f-link-b .link-item {
    margin-right: 24px
}

.com-footer-w .f-link-b .link-item:hover {
    color: #f3c422;
    text-decoration: underline
}

.com-footer-w .w {
    overflow: hidden;
    position: relative
}

.com-footer-w .item-b {
    font-size: 0;
    margin-left: -16px;
    padding-bottom: 36px
}

.com-footer-w .item-b .item {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #ccc;
    padding: 0 15px;
    border-left: 1px solid #666
}

.com-footer-w .item-b .item:hover {
    color: #f3c422
}

.com-footer-w .aside-b {
    position: absolute;
    right: 0;
    bottom: 25px;
    font-size: 16px;
    color: #858585;
    text-align: right
}

.com-footer-w .aside-b .subtitle {
    font-size: 24px;
    color: #f3c422;
    padding-bottom: 18px
}

.com-footer-w .aside-b .num-b {
    padding-right: 87px
}

.com-footer-w .aside-b .num-b:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 54px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -510px
}

.com-footer-w .aside-b .num {
    font-size: 30px;
    color: #999
}

.fixed-w {
    position: fixed;
    right: 10px;
    height: 204px;
    bottom: 170px;
    z-index: 9
}

.fixed-w #go_top {
    display: none
}

.fixed-w .item {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #6fb4ff;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative
}

.fixed-w .item:hover {
    background-color: #1a7fee
}

.fixed-w .item:hover .content-b {
    display: block
}

.fixed-w .item .icon4 {
    width: 50px;
    height: 50px;
    background: url(../images/contact.png) no-repeat;
    background-size: 29px;
    background-position: 12px 13px
}

.fixed-w .item .icon-01 {
    background-position: 11px 13px
}

.fixed-w .item .icon-02 {
    background-position: 11px -37px
}

.fixed-w .item .icon-03 {
    background-position: 11px -87px
}

.fixed-w .item .icon-04 {
    background-position: 11px -137px
}

.fixed-w .item .content-b {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px #c3cdde;
    left: -100%
}

.fixed-w .item .content-b:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid #000;
    border-color: transparent transparent transparent #fff;
    right: -16px;
    top: 50%;
    margin-top: -8px
}

.fixed-w .item .ercode-b {
    padding: 26px 0;
    width: 206px;
    text-align: center;
    left: -220px;
    font-size: 14px;
    color: #666;
    top: -75px
}

.fixed-w .item .ercode-b .img {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 12px
}

.fixed-w .item .call-b {
    font-size: 16px;
    color: #666;
    width: 214px;
    left: -250px;
    top: -33px;
    padding: 28px 0 28px 23px
}

.fixed-w .item .call-b .icon-call {
    width: 25px;
    height: 25px;
    background-position: 0 -430px
}

.fixed-w .item .call-b .num {
    font-size: 24px;
    color: #f3c422;
    font-weight: 700;
    margin-top: 12px
}

.lwx-school-logo{max-height: 80px;padding-left: 100px;padding-right: 20px;}
.com-banner-w .nav-b.fixed-nav .lwx-school-logo{height: 66px;}