body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, a {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0
}

body {
    min-width: 1100px;
    background-color: #fafafa
}

html, body, ul, li {
    margin: 0;
    padding: 0
}

a {
    color: #555;
    text-decoration: none;
}
a:hover {
    color: #009640;
    text-decoration:underline !important
}
ul, li, ol {
    list-style: none
}

input:focus, textarea:focus {
    outline: none
}

.ms-banner {
    height: 337px
}

.ms-banner img {
    width: 100%;
    height: 100%
}

.flexslider {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    zoom: 1
}

.flexslider .slides li {
    width: 100%;
    height: 100%
}

.flexslider .slides a img {
    width: 100%;
    height: 337px;
    display: block
}

.flexslider .flex-direction-nav {
    width: 100%;
    bottom: 10px;
    text-align: center
}

.flexslider .flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px
}

.flexslider .flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 10px
}

.flexslider .flex-direction-nav .flex-prev {
    left: 10px
}

.flexslider .flex-direction-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flexslider:hover .flex-next {
    opacity: .8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-prev {
    opacity: .8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50)
}

.ms-head {
    /*background-color: #fff*/
}

.ms-head a {
    color: #000
}

.ms-head .head-menu-flex-center {
    display: flex;
    align-items: center
}

.ms-head .head-menu {
    width: 1100px;
    height: 60px;
    margin: auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between
}

.ms-head  .head-menu-flex-center .head-menu-list {
    /*padding-left: 30px;*/
    height: 36px;
    line-height: 36px;
    font-size: 18px ;
    margin: 0 !important
}

.ms-head .head-menu-flex-center .head-menu-list .head-active {
    color: #fff;
    border-radius:20px ;
    background-color: #009640
}

.ms-head  .head-menu-flex-center .head-menu-list .head-menu-list-li a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 100;
    line-height: 36px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    margin: 0 10px;
    border: 2px solid transparent;
    border-bottom: 0px solid #fff;
    padding: 0px;
    transition: .5s ease-in-out;
    width: 110px;
    text-align: center;
}

.ms-head  .head-menu-flex-center .head-menu-list .head-menu-list-li a:hover {
    border: 2px solid #fff;
    background: #009640;
    color: #fff;
    border-radius: 30px;
    text-decoration:none !important;
    transition: .4s;
}

.ms-head .head-menu-flex-center .head-menu-list .head-menu-list-li {
    cursor: pointer;
    /*margin-left: 20px;*/
    position: relative
}

.ms-head  .head-menu-flex-center .head-menu-list .head-menu-list-li .head-menu-son-list {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    color: #333;
    display: none;
    top: 60px;
    z-index: 9999999
}

.ms-head .head-menu-flex-center .head-menu-list .head-menu-list-li .head-menu-son-list li {
    height: 30px;
    line-height: 30px;
    text-align: center
}

.ms-head  .head-menu-flex-center .head-menu-list .head-menu-list-li .head-menu-son-list li a:hover {
    color: #fff;
    border-radius:20px ;
    text-decoration:none !important;
    background-color: #009640
}

.ms-head .head-menu img, .ms-head .head-menu .head-menu-list, .ms-head .head-menu div, .ms-head .head-menu .head-menu-list-li {
    float: left
}

.ms-head .head-menu img {
    width: 60px;
    height: 30px;
    padding-right: 10px
}

.ms-head .head-menu li {
    /*padding: 0 15px*/
}

.ms-head  .head-menu-right-content {
    min-width: 100px
}

.ms-head .head-menu-right-content span span {
    padding: 0 5px;
    cursor: pointer
}

.ms-head .head-menu-right-content span span a:hover {
    color: #009640;
    text-decoration: underline !important;
}

.ms-head  .head-menu-right-search {
    padding-right: 12px;
    position: relative
}

.ms-head  .head-menu-right-search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #3333 !important
}

.ms-head .head-menu-right-search .ms-search-click {
    background-image: url(../images/search.png);
    width: 16px;
    height: 16px;
    border: 0;
    color: #333;
    position: absolute;
    background-repeat:no-repeat;
    background-size: cover;
    top: 17px;
    cursor: pointer
}

.ms-head  .head-menu-right-search .ms-search-input {
    height:30px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    /*border-radius: 15px;*/
    padding-left: 30px;
    color: #333;
    width: 200px;
    font-size: 14px
}

.ms-head  .head-menu-right-search input::-webkit-input-placeholder {
}

.ms-head .head-menu-right-search .iconfont {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 28px
}

.ms-footer {
    height: 140px;
    /*background-color: #2a3542*/
}

.ms-footer .ms-footer-content {
    padding: 20px 0;
    width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: url(../images/footer_bg.png) no-repeat top center;
}
.ms-footer .ms-footer-content  .ms-footer-center {
    text-align: center;
    font-size: 12px;
}

.ms-footer .ms-footer-content  .ms-footer-center .ms-footer-center-menu-list-li {
    border-right: 1px solid #666;
    float: left;
}
.ms-footer .ms-footer-content  .ms-footer-center .ms-footer-center-menu-list-li a{
     color: #666;
     text-decoration: none;
     font-size: 12px;
     line-height: 14px;
     display: block;
     padding: 0 10px;
     text-align: center;
 }

.ms-footer .ms-footer-content  .ms-footer-center .ms-footer-center-menu-list-li a:hover{
    color: #009640;
    text-decoration: underline !important;
    /*text-decoration: underline !important;*/
}

.ms-footer .ms-footer-content .ms-footer-left {
    color: #666;
    font-size: 12px;
    text-align: center;
    /*float: left*/
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-copyright {
    display: block;
    padding-top: 10px;
    height: 14px
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column {
    height: 14px;
    cursor: pointer
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column a:link {
    color: #009640;
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column a:visited {
    /*color: #009640;*/
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column a:hover {
    color: #009640;
    text-decoration:underline !important;
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column .ms-footer-left-column-course, .ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column .ms-footer-left-column-contact {
    padding: 0 10px
}

.ms-footer .ms-footer-content .ms-footer-left .ms-footer-left-column .ms-footer-left-column-about {
    padding-right: 10px
}

.ms-footer .ms-footer-content .ms-footer-right {
    float: right
}

.ms-footer .ms-footer-content .ms-footer-right img {
    cursor: pointer
}

.ms-footer .ms-footer-content .ms-footer-right .ms-footer-right-baidu {
    padding: 0 12px
}

.ms-footer .ms-footer-content .ms-footer-right .ms-footer-right-weixin {
    position: relative;
    display: none
}

.ms-footer .ms-footer-content .ms-footer-right .ms-footer-right-weixin img {
    top: -161px;
    left: -38px;
    width: 103px;
    border: 2px solid #ccc;
    position: absolute
}

.ms-footer .ms-footer-content .ms-footer-right .ms-footer-right-weixin p {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    left: 8px;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -58px;
    z-index: 85
}

.ms-but-disabled2, .ms-but-disabled {
    opacity: .6 !important;
    cursor: no-drop !important
}

.ms-but-disabled:hover {
    background-color: #009aff !important
}

.ms-loading {
    text-align: center;
    height: 700px;
    line-height: 700px
}

.ms-loading img {
    width: 60px
}

.topbar-info {
    display: flex;
    align-items: center;
    float: right;
    color: white;
    text-align: right
}

.topbar-info a {
    height: 30px;
    line-height: 30px
}

.topbar-info a .loginImg {
    width: 30px !important;
    height: 30px !important;
    vertical-align: super;
    border-radius: 50%;
    padding: 0;
    margin-right: 12px;
    opacity: .9;
    cursor: pointer
}

.topbar-info a .loginImg:hover {
    opacity: 1
}

.topbar-info a .userName {
    line-height: 30px !important;
    margin-right: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: 500
}

.topbar-info a .userName:hover {
    color: #ffb800
}

.topbar-info .quitLogin {
    color: #fff;
    height: 30px;
    line-height: 30px
}

.topbar-info .quitLogin:hover {
    color: #ffb800
}

.topbar-info .ms-userName {
    max-width: 110px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

.ms-content-advice-title {
    font-size: 30px;
    color: #1e1e1e;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}

/*# sourceMappingURL=./base.css.map */