body,html {
    min-height: 100%
}

body {
    font-family: "Microsoft YaHei","微软雅黑";
    color: #595757;
    overflow-x: hidden
}

a {
    color: #595757;
    outline: 0;
    transition: all .3s
}

a:hover {
    text-decoration: none;
    color: #00a1e9
}

a:active,a:focus,a:visited {
    outline: 0;
    text-decoration: none
}

.btn {
    transition: all .3s
}

:focus {
    outline: 0!important
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%
}

button,input,optgroup,select,textarea {
    color: #595757
}

.container.no-gutter {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1200px) {
    .container {
        width: 1230px
    }

    .container.lg {
        max-width: 1200px
    }
}

@media (max-width:991px) {
    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .btn,a {
        transition: none
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.pre {
    position: relative
}

.abs {
    position: absolute
}

.zx1 {
    z-index: 1
}

.zx2 {
    z-index: 2
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.b {
    font-weight: 700!important
}

.vm {
    vertical-align: middle
}

.vtb {
    vertical-align: text-bottom
}

.vb {
    vertical-align: bottom
}

.vt {
    vertical-align: top
}

.vn {
    vertical-align: -2px
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.m-icon {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative
}

.m-icon-success {
    background-image: url(../images/icon-success.png);
    width: 85px;
    height: 85px
}

.m-icon-warning {
    background-image: url(../images/icon-warning.png);
    width: 85px;
    height: 85px
}

.b {
    font-weight: 700
}

.text-white {
    color: #333
}

.text-white:focus,.text-white:hover {
    color: #00a1e9
}


.text-white2 {
    color: #000
}

.text-white2:focus,.text-white2:hover {
    /*color: #ffffff*/
}

.link-primary {
    color: #00a1e9;
    position: relative
}

a.link-primary:hover {
    color: #00a1e9
}

.link-primary:after {
    content: '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.link-primary:hover:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-no-link {
    cursor: default;
    box-shadow: none
}

.btn {
    border-radius: 0
}

.btn.p-20 {
    padding-left: 20px;
    padding-right: 20px
}

.btn-default {
    color: #fff;
    background-color: #1c3780;
    border-color: #1c3780
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1c3780;
    border-color: #1c3780
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #1c3780;
    border-color: #1c3780
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff
}

.btn-primary2 {
    color: #fff;
    background-color: #00a1e9;
    border-color: #00a1e9
}

.btn-primary2.active,.btn-primary2.focus,.btn-primary2:active,.btn-primary2:focus,.btn-primary2:hover,.open>.dropdown-toggle.btn-primary2 {
    color: #fff;
    background-color: #00274f;
    border-color: #00152b
}

.btn-primary2.active,.btn-primary2:active,.open>.dropdown-toggle.btn-primary2 {
    background-image: none
}

.btn-primary2.disabled,.btn-primary2.disabled.active,.btn-primary2.disabled.focus,.btn-primary2.disabled:active,.btn-primary2.disabled:focus,.btn-primary2.disabled:hover,.btn-primary2[disabled],.btn-primary2[disabled].active,.btn-primary2[disabled].focus,.btn-primary2[disabled]:active,.btn-primary2[disabled]:focus,.btn-primary2[disabled]:hover,fieldset[disabled] .btn-primary2,fieldset[disabled] .btn-primary2.active,fieldset[disabled] .btn-primary2.focus,fieldset[disabled] .btn-primary2:active,fieldset[disabled] .btn-primary2:focus,fieldset[disabled] .btn-primary2:hover {
    background-color: #00a1e9;
    border-color: #003369
}

.btn-primary2 .badge {
    color: #00a1e9;
    background-color: #fff
}

.btn-primary2:active,.btn-primary2:focus,.btn-primary2:hover {
    background-color: #004891;
    border-color: #004891
}

.btn-info {
    border-color: #00a1e9;
    background-color: #00a1e9
}

.btn-primary {
    color: #fff;
    background-color: #00a1e9;
    border-color: #00a1e9;
}

.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
    background-color: #00a1e9;
    border-color: #00a1e9
}

.btn-info:active,.btn-info:focus,.btn-info:hover {
    background-color: #00a1e9;
    border-color: #00a1e9
}

.btn-info-r {
    border-color: #ddd;
    background-color: #ddd
}

.btn-info-r:active,.btn-info-r:focus,.btn-info-r:hover {
    background-color: #ccc;
    border-color: #fff
}


.btn-mc-center {
    text-align: center;
    margin-top: 30px
}

.btn-mc-center .btn {
    margin: 0 12px;
    font-size: 16px;
    padding: 10px 40px
}

.btn-mc-center.v1 {
    margin-top: 30px
}

.btn-mc-center.v1 .btn {
    font-size: 16px;
    padding: 10px 40px
}

.modal {
    color: #333
}

.modal.my {
    display: block;
    background: rgba(0,0,0,.5);
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.modal.open {
    visibility: visible;
    opacity: 1
}

.modal-my-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    z-index: 1200;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s
}

.modal-my-overlay.bg-see {
    background: rgba(0,0,0,.5)
}

.modal-my-overlay.open {
    visibility: visible;
    opacity: 1
}

.modal-my-overlay.dialog {
    z-index: 900
}

.modal-content {
    border-radius: 0
}

.modal-content .modal-footer .btn {
    min-width: 80px;
    padding: 4px 15px
}

.close {
    font-size: 24px
}

.wrapper-main {
    margin-top: 15px
}

.inner-wrapper-main {
    background-color: #fff;
    padding: 5px 15px 10px;
    margin-bottom: 35px
}

.main-mc.row {
    margin-bottom: 35px
}

.main-mc-left .inner-mc {
    background-color: #fff
}

.main-mc-right .main-content {
    background-color: #fff
}

.main-content>.main-inner {
    padding: 35px 0 50px;
    min-height: 300px
}

.main-content.v1>.main-inner {
    padding-top: 0
}

.content-block {
    padding-top: 40px;
    margin-bottom: 20px
}

.content-block.v1 {
    margin: 0 10%;
    background: #fff;
    color: #333
}

.content-block.v2 {
    padding: 50px;
    margin: 0 10%;
    border: 1px solid #ddd
}

.content-block.v3 {
    padding: 0 4.6% 20px
}

.content-block.v3 .title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #00a1e9
}

.content-block.v4 {
    padding-top: 0
}

.notice-content .m-icon {
    margin-bottom: 15px
}

.notice-content h2 {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3
}

.notice-content .strong1 {
    font-weight: 700;
    margin-top: 40px
}

.content {
    font-size: 15px;
    line-height: 1.7;
    color: #333
}

.content .h1,.content .h2,.content .h3,.content .h4,.content .h5,.content .h6,.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    font-weight: 700;
    color: #000
}

.content ol,.content p,.content ul {
    margin-bottom: 15px
}

.content ol li,.content ul li {
    margin-bottom: 5px
}

.pagination {
    margin-top: 30px
}

.pagination>li>a {
    background-color: transparent;
    border-color: #ccc;
    color: #777
}

.pagination>li>a:hover {
    background-color: #00a1e9;
    border-color: #ccc;
    color: #ffffff
}

.pagination>li.active>a {
    background-color: #00a1e9;
    border-color: #00a1e9
}

.pagination>li.active>a:hover {
    background-color: #00a1e9;
    border-color: #00a1e9
}

.pagination>li.disabled>a {
    background-color: transparent;
    border-color: #ccc
}

.pagination>li.disabled>a:hover {
    background-color: transparent;
    border-color: #ccc
}

.pagination>li:first-child>a {
    border-radius: 0
}

.pagination>li:last-child>a {
    border-radius: 0
}

.no-data {
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px
}

.table-mc1 {
    text-align: center
}

.table-mc1 th {
    text-align: center
}

.table-mc1 table>tbody>tr>td {
    vertical-align: middle
}

.table-mc1 table>thead>tr>th {
    vertical-align: middle
}

.table-mc1 .text-left {
    text-align: left!important
}

.table-mc1 .text-center {
    text-align: center!important
}

.table-mc1 .text-right {
    text-align: right!important
}

.form-confirm .form-control-static {
    padding-top: 0
}

@media (min-width:1200px) {
    .main-mc-left {
        width: 22%
    }

    .main-mc-right {
        width: 78%
    }
}

@media (max-width:991px) {
    .main-mc.row {
        display: block
    }

    .content-block.v1,.content-block.v2 {
        margin: 0 5%
    }

    .content img {
        width: auto!important;
        height: auto!important
    }

    .content video {
        width: 100%!important;
        height: auto!important
    }
}

@media (max-width:767px) {
    .inner-wrapper-main {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 0
    }

    .main-mc-left {
        margin-bottom: 15px;
        background-color: #fff
    }

    .main-mc-right {
        margin-top: 15px;
        background-color: #fff
    }

    .main-content>.main-inner>.form-mc {
        padding-top: 0
    }

    .main-content.v1>.main-inner {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0
    }

    .content-block {
        padding-top: 0
    }

    .content-block.v1 {
        padding: 0;
        margin: 0
    }

    .content-block.v2 {
        padding: 0;
        margin: 0;
        border: 0
    }

    .content-block.v3 {
        padding: 0;
        border: 0
    }

    .content-block.v3 .title {
        font-size: 20px
    }

    .notice-content h2 {
        margin-top: 10px;
        font-size: 20px
    }

    .form-confirm .form-group {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px
    }

    .form-confirm .form-group.btn-mc-center {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.checkbox label,.radio label {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 5px
}

.checkbox.v1 label,.radio.v1 label {
    padding-right: 5px
}

.datetimepicker {
    color: #333
}

.form-control {
    color: #333;
    box-shadow: none
}

.form-control:focus {
    border-color: #eee
}

.form-control.inline-block {
    display: inline-block;
    width: auto
}

.control-label {
    font-weight: 400
}

.control-label .require-star {
    color: red;
    margin-right: 5px;
    font-size: 1.1em
}

.control-label.multi {
    padding-top: 0
}

.control-label.multi .en {
    display: block;
    margin-right: 12px;
    color: #999;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.3
}

.form-horizontal .control-label {
    padding-right: 5px
}

.form-inline.inline .form-control {
    display: inline-block;
    width: auto
}

.form-mc h3 {
    margin-top: 0
}

.form-mc .file-group .form-control {
    width: 60%
}

.form-mc .file-group .file-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.form-mc .file-group .file-button input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.form-mc .file-group .file-button+.btn {
    vertical-align: middle
}

.id-code-img {
    margin-left: 5px
}

@media (max-width:767px) {
    .checkbox label,.radio label {
        margin-bottom: 5px
    }

    .control-label.multi .en {
        display: inline-block;
        margin-right: 0;
        padding-left: 5px
    }

    .form-mc .file-group .form-control {
        width: 100%;
        margin-bottom: 10px
    }

    .form-mc .form-control+.form-control {
        margin-top: 10px
    }
}

.datetimepicker table tr td.active.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active:hover:active {
    background-color: #00a1e9
}

.datetimepicker table tr td.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom,#ffffff 0,#00a1e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45a6f0', endColorstr='#ffcc195a', GradientType=0)
}

.datetimepicker table tr td span.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom,#ffffff 0,#00a1e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45a6f0', endColorstr='#ffcc195a', GradientType=0)
}

.btn-back-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 4px;
    padding-top: 5px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translate(0,30px);
    transform: translate(0,30px);
    transition: all .3s
}

.btn-back-top i {
    display: block;
    font-size: 16px;
    transition: all .3s
}

.btn-back-top:hover i {
    -webkit-transform: translate(0,-2px);
    transform: translate(0,-2px)
}

.btn-back-top.active {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.header {
    background: #00a1e9
}

.header>.container {
    position: relative
}

.header .brand {
    padding: 16px 0 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: end;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .brand .logo {
    width: 700px
}
.text-logo {
    width: 350px;
}

.header .brand .text {
    margin-left: 18px
}

.header .logo-partner {
    margin-left: 4%;
    margin-bottom: 3px;
    width: 400px 
}

.header .brand .year-img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.header .brand .year-img img {
    margin-bottom: -22px
}

.header .nav-mc>.container {
    display: flex;
    align-items: center;
    /* padding-right: 150px */
    justify-content: space-between;
}
.header .nav-mc>.container:before,.header .nav-mc>.container:after {
    content: none!important;
}
.header .user-mc {
    color: #595757;
    font-size: 14px;
    z-index: 1;
    text-align: right;
    /* flex-grow: 1; */
}
#search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* .search_content{
    flex-shrink: 1;
} */

#changes-lang {
    position: absolute;
    top: 3px;
    right: 16px;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    text-align: right
}

.header .user-mc a {
    display: inline-block;
    color: #595757;
    padding: 3px 13px
}

.header .user-mc a:hover {
    color: #00a1e9
}

.header .navbar-collapse {
    box-shadow: none
}

.header .navbar-nav {
    margin: 0;
    margin-top: 4px;
    font-size: 18px;
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header .navbar-nav>li {
    text-align: center;
    height: 68px
}

.header .navbar-nav>li>a {
    color: #595757;
    padding: 24px 15px 0;
    height: 100%
}

.header .navbar-nav>li>a:focus,.header .navbar-nav>li>a:hover {
    background-color: #00a1e9;
    color: #ffffff;
}

.header .navbar-nav>li>a span {
    display: block
}

.header .navbar-nav>li>a .en {
    font-size: 12px;
    font-family: Arial
}

.header .navbar-nav>li.active>a {
    color: #00a1e9;
}

.header .navbar-nav>li.active> a:hover {
    background-color: #00a1e9;
    color: #fff
}

.header .navbar-nav>li.open a:active,.header .navbar-nav>li.open a:focus,.header .navbar-nav>li.open a:hover {
    background-color: #00a1e9;
    color: #fff
}

.header .navbar-nav>li.open:hover>a {
    background-position: center 8px
}

.header .navbar-nav>li .dropdown-menu>li.active>a {
    background: #1c3780;
    color: #fff
}

.header .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .header .nav-mc {
        background-color: #fff
    }

    .header .nav-mc>.container {
        /* padding-right: 150px */
    }

    .header .navbar-nav>li.open .dropdown-menu {
        visibility: visible;
        opacity: 1
    }

    .header .navbar-nav>li.open>a {
        background-color: #00a1e9;
        color: #fff
    }

    .header .navbar-nav .dropdown-menu {
        border: 0;
        background: #00a1e9;
        min-width: 100%;
        padding: 0;
        border-radius: 0;
        font-size: 16px;
        box-shadow: none;
        display: block;
        visibility: hidden;
        transition: all .3s;
        opacity: 0
    }

    .header .navbar-nav .dropdown-menu>li {
        text-align: center
    }

    .header .navbar-nav .dropdown-menu>li:last-child {
        border-bottom: 0
    }

    .header .navbar-nav .dropdown-menu>li>a {
        color: #fff;
        padding: 10px 5px
    }

    .header .navbar-nav .dropdown-menu>li>a:focus,.header .navbar-nav .dropdown-menu>li>a:hover {
        background: #1c3780
    }

}

@media (max-width:1199px) {
    .header .navbar-nav {
        font-size: 15px
    }

    .header .navbar-nav>li>a {
        padding: 28px 15px 0
    }

    .header .navbar-nav .dropdown-menu {
        font-size: 15px
    }

    .content-search {
        display:none

    }

}

@media (max-width:991px) {
    .header .user-mc {
        right: 100px;
        top: 35px;
        color: #fff
    }

    .header .user-mc a {
        color: #fff
    }

    .header .user-mc a:hover {
        color: #00a1e9
    }

    .header .brand .text img {
        width: 320px
    }

    .header .brand .logo-partner img {
        width: 120px
    }

    .header .brand .year-img img {
        width: 60px;
        margin-bottom: 0
    }

    .header .nav-mc>.container {
        padding-right: 15px;
        position: absolute;
        z-index: 99;
    }

    .header .navbar-nav>li>a {
        padding: 24px 10px 0
    }

    .header .navbar-nav>li>a .en {
        text-transform: lowercase
    }

    #changes-lang {
        font-size: 10px;
        right: 0.5%;
        top: 3px;
    }
}

@media (max-width:767px) {
    .header>.container {
        padding: 0
    }

    #changes-lang {
        font-size: 14px;
        right: .4em;
        top: 3px;
    }
    .header .user-mc {
        font-size: 8px;
        right: 40px;
        top: 3px
    }

    .header .brand {
        padding: 23px 16px 9px 39px
        /*padding: 25px 15px 15px*/

    }

    .header .brand .logo {
        margin-top: 0
    }

    .header .brand .text {
        margin-top: 0;
        margin-left: 10px
    }

    .header .brand .logo-partner {
        margin-top: 0;
        margin-left: 10px
    }

    .header .brand .year-img {
        display: none
    }

    .header .navbar-brand {
        width: 40%!important;
        margin-top: 0;
        position: absolute;
        bottom: 13px
    }

    .header .navbar-toggle {
        position: absolute;
        left: 0;
        top: 18px;
        border: none;
        border-radius: 0;
        font-size: 2em;
        margin-top: -12px;
        margin-right: 5px;
        color: #fff
    }

    .header .nav-mc {
        padding-top: 0;
        margin-left: -1.4em;
        margin-bottom: 1.2rem;
    }

    .header .nav-mc .nav-inner {
        background: 0 0
    }

    .header .navbar-collapse {
        border-top: 0;
        margin-bottom: -1em
    }

    .header .navbar-nav {
        background: #fff;
        display: block;
        font-size: 17px;
        margin-top: 0
    }

    .header .navbar-nav>li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #eee;
        height: auto
    }

    .header .navbar-nav>li>a {
        padding: 10px 30px;
        margin-top: 0;
        background-image: none!important;
        background-color: transparent;
        height: auto;
        line-height: 1.4
    }

    .header .navbar-nav>li>a span {
        display: inline-block
    }

    .header .navbar-nav>li>a .cn {
        margin-right: 8px
    }

    .header .navbar-nav>li>a .en {
        text-transform: uppercase;
        font-size: 11px
    }

    .header .navbar-nav>li>a:hover {
        color: #00a1e9;
        background-color: transparent!important
    }

    .header .navbar-nav>li>a i {
        display: block;
        position: absolute;
        right: -5px;
        top: 3px;
        width: 15px;
        height: 15px;
        text-align: right
    }

    .header .navbar-nav>li.active>a {
        color: #00a1e9!important
    }

    .header .navbar-nav>li.open>a {
        color: #00a1e9!important
    }

    .header .navbar-nav>li.open>a:active,.header .navbar-nav>li.open>a:focus,.header .navbar-nav>li.open>a:hover {
        color: #00a1e9;
        background-color: transparent!important
    }

    .header .navbar-nav .dropdown:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 20px;
        top: 10px;
        margin-top: 0;
        color: #777
    }

    .header .navbar-nav .dropdown.open:after {
        content: '\f107'
    }

    .header .navbar-nav .dropdown.open.active>a:hover {
        color: #ffffff;
    }

    .header .navbar-nav .dropdown-menu {
        background: #00a1e9;
        border-radius: 0;
        padding: 0
    }

    .header .navbar-nav .dropdown-menu>li>a {
        color: #fff;
        padding: 10px 15px 10px 40px
    }

    .header .navbar-nav .dropdown-menu>li>a:focus,.header .navbar-nav .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: #00a1e9
    }

    .header .navbar-nav .dropdown-menu>li.active>a {
        background: #00a1e9!important;
        color: #fff!important
    }
}

.footer {
    background: #3e3a39;
    color: #fff
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #f8d4d6
}

.footer .mc {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .postion-center {
    display: flex;
    align-items: center;
}

.footer p {
    margin-bottom: 15px
}

.footer p .tit {
    display: block
}

.footer .c2 {
    text-align: right
}

.footer .c2>div {
    display: inline-block;
    text-align: center
}

.footer .c2>div+.item {
    margin-left: 25px
}

.footer .c2>div .text {
    margin-top: 10px
}

.footer .c1 p>span {
    display: inline-block
}

.footer .c1 p .text span {
    display: inline-block;
    margin-right: 10px
}

@media (max-width:991px) {
    .footer .c2 {
        text-align: center;
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .footer .c2 {
        text-align: center
    }

    .footer .c2>div {
        display: inline-block;
        text-align: center
    }

    .footer .c2>div+.item {
        margin-left: 15px
    }

    .footer .c2>div .text {
        margin-top: 5px
    }

    .footer .c1 p .tit {
        vertical-align: top
    }

    .footer .c1 p .text span {
        display: block;
        margin-right: 0
    }
}
.footer .container .inner-mc .item img {
    width: 120px;
}
.home-main-mc {
    margin-top: 15px;
    margin-bottom: 10px;
    /*padding-bottom: 360px;*/
    /*background-image: url(../images/body-bg.png);*/
    background-repeat: no-repeat;
    background-position: center bottom
}

.home-slider {
    margin: 0 -8px
}

.home-slider>div {
    padding: 0 8px
}

.home-slider .enroll-mc {
    position: relative;
    margin-top: 14px;
    /*min-height: 90px*/
    /*margin-left: 186px;*/
}

.home-slider .enroll-mc .bg {
    width: 100%
}

.home-slider .enroll-mc .btn {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -70px;
    margin-top: 3px;
    border-radius: 30px;
    width: 135px;
    font-size: 18px;
    font-weight: 700
}

.home-slider .route-mc {
    margin-top: 13px
}

.home-slider .route-mc img {
    width: 100%
}

.top-slider .swiper-slide img {
    width: 100%
}

.top-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.home-partner-mc {
    margin-top: 30px
}

.home-partner-mc .item {
    padding: 20px 0;
    border-bottom: 2px solid #dcdddd
}

.home-partner-mc .item:last-child {
    border-bottom: 0
}

.home-partner-mc .title {
    position: relative;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin: 10px 0 30px
}

.home-partner-mc .title span {
    display: inline-block;
    width: 273px;
    height: 43px;
    line-height: 43px
}

.home-partner-mc .con {
    text-align: center
}

.home-partner-mc .con>* {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 30px
}

.home-partner-mc .con>* img {
    max-width: 240px
}

.home-partner-mc .con a:hover {
    opacity: .7
}

.home-news-mc {
    margin-top: 30px;
    margin-left: -8px;
    margin-right: -8px
}

.home-news-mc>div {
    padding: 0 8px
}

.home-news-mc .news-mc .news-mc-inner {
    position: relative;
    padding: 24px 30px;
    background-color: #fff
}

.home-news-mc .news-mc .btn-more {
    position: absolute;
    top: 23px;
    right: 30px
}

.home-news-mc .news-mc .btn-more a {
    color: #00a1e9
}

.home-news-mc .news-mc .btn-more a:hover {
    color: #00a1e9
}

.home-news-mc .news-mc .tab-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.home-news-mc .news-mc .tab-nav a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 25px;
    color: #595757;
    background-color: #dcdddd
}

.home-news-mc .news-mc .tab-nav a:hover {
    color: #595757
}

.home-news-mc .news-mc .tab-nav a.active {
    color: #ffffff;
    background-color: #00a1e9
}

.home-news-mc .news-mc .tab-nav a:first-child {
    border-radius: 6px 0 0 6px
}

.home-news-mc .news-mc .tab-nav a:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #fff transparent transparent transparent
}

.home-news-mc .news-mc .tab-nav a:last-child {
    border-radius: 0 6px 6px 0
}

.home-news-mc .news-mc .tab-nav a:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #fff transparent
}

.home-news-mc .news-mc .tab-con {
    margin-top: 14px
}

.home-news-mc .news-mc .tab-con .box {
    display: none
}

.home-news-mc .news-mc .tab-con .box.active {
    display: block
}

.home-news-mc .news-mc .tab-con .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.home-news-mc .news-mc .tab-con .item:last-child {
    margin-bottom: 0
}

.home-news-mc .news-mc .tab-con .item:hover .con .tit {
    color: #333
}

.home-news-mc .news-mc .tab-con .item:hover .con .desc {
    color: #333
}

.home-news-mc .news-mc .tab-con .item .date {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background-color: #dcdddd;
    color: #00a1e9;
    text-align: center;
    padding: 14px 0;
    margin-right: 20px;
    line-height: 1.1
}

.home-news-mc .news-mc .tab-con .item .date span {
    display: block
}

.home-news-mc .news-mc .tab-con .item .date .day {
    font-size: 38px;
    font-weight: 700
}

.home-news-mc .news-mc .tab-con .item .date .year-month {
    font-size: 12px
}

.home-news-mc .news-mc .tab-con .item .con {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-news-mc .news-mc .tab-con .item .con .tit {
    font-size: 17px;
    color: #595757;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

.home-news-mc .news-mc .tab-con .item .con .desc {
    color: #a7a5a5;
    line-height: 1.7;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

.home-news-mc .video-mc {
    margin-top: 0
}

@media (min-width:992px) {
    .home-news-mc .news-mc .news-mc-inner {
        min-height: 410px
    }
}

@media (max-width:991px) {
    .home-slider .c-slider {
        margin-bottom: 15px
    }

    .home-slider .c-enroll {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-slider .count-down-mc {
        width: 100%
    }

    .home-slider .enroll-mc {
        width: 50%;
        padding-right: 8px;
    }

    .home-slider .route-mc {
        width: 50%;
        padding-left: 8px
    }

    .home-news-mc .news-mc {
        margin-bottom: 15px
    }

    .home-news-mc .news-mc .tab-con .item .con .tit {
        transition: none
    }

    .home-news-mc .news-mc .tab-con .item .con .desc {
        transition: none
    }
}

@media (max-width:767px) {
    .home-main-mc {
        background-size: 100% auto;
        padding-bottom: 80px;
        margin-top: 1px
    }

    .top-slider {
        margin: 0 -15px
    }

    .home-slider .c-enroll {
        display: block
    }

    .home-slider .enroll-mc {
        width: 100%;
        padding-right: 0
    }

    .home-slider .route-mc {
        width: 100%;
        padding-left: 0
    }

    .home-partner-mc .con>* {
        padding: 0 20px
    }

    .home-partner-mc .con>* img {
        max-width: 120px
    }

    .home-news-mc .news-mc .news-mc-inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .home-news-mc .news-mc .btn-more {
        right: 20px
    }

    .home-news-mc .news-mc .tab-nav a {
        font-size: 16px
    }

    .home-news-mc .news-mc .tab-con .item .date {
        margin-right: 10px
    }

    .home-news-mc .news-mc .tab-con .item .con .tit {
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
}

@media (max-width:320px) {
    .home-news-mc .news-mc .news-mc-inner {
        padding-top: 30px
    }

    .home-news-mc .news-mc .btn-more {
        top: 10px
    }
}

.content-nav-path {
    background-color: #fff;
    padding: 20px 0;
    color: #00a1e9
}

.content-nav-path+.content-nav-path {
    margin-top: 25px
}

.content-nav-path a {
    color: #00a1e9
}

.content-nav-path a:hover {
    color: #00a1e9
}

.content-nav-path .arrow {
    margin: 0 3px;
    font-family: '宋体'
}

.title-main {
    position: relative;
    padding-left: 70px;
    margin: 12px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.title-main:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 12px;
    margin-top: -6px;
    background-color: #00a1e9
}

.title-main .text {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    background-color: #fff;
    padding-right: 12px;
    padding-left: 12px
}

.title-main .text small {
    margin-left: 10px
}

.title-m {
    text-align: center;
    font-weight: 700
}

.title-m.v1 {
    margin-bottom: 40px;
    margin-top: 0;
    color: #00a1e9
}

.title-m.v2 {
    text-align: left;
    margin: 0 10%;
    font-weight: 400
}

.title-m.v2 span {
    display: inline-block;
    background: #00a1e9;
    color: #fff;
    padding: 15px 30px
}

.title-m.v3 {
    text-align: left;
    margin: 0;
    font-weight: 400
}

.title-m.v3 span {
    display: inline-block;
    background: #ffffff;
    color: #fff;
    padding: 12px 30px
}

.enroll-success-info {
    margin-left: -30px
}

.enroll-success-info .row {
    margin-bottom: 13px;
    margin-left: -10px;
    margin-right: -10px
}

.enroll-success-info .row>div {
    padding-left: 10px;
    padding-right: 10px
}

.pay-button-mc .row {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px
}

.pay-button-mc .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.pay-button-mc a {
    position: relative;
    display: inline-block;
    padding: 30px 25px;
    background: #f5f5f5;
    border-radius: 20px;
    border: 1px solid #eee
}

.pay-button-mc a:after {
    content: '\f058';
    position: absolute;
    right: 12px;
    top: 5px;
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #0634b7;
    transition: all .3s;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.pay-button-mc a.active:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.partner-main {
    margin-top: 60px
}

.partner-main .item {
    margin-bottom: 30px
}

.partner-main .item>.row {
    margin-top: 10px;
    border: 1px solid #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.partner-main .item.v2>.row {
    display: block
}

.partner-main .item.v2 .name {
    display: block
}

.partner-main .item.v3>.row {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.partner-main .item.v3>.row>div {
    padding: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.partner-main .item.v3>.row .name {
    float: left;
    width: 50%
}

.partner-main .item.v3>.row .con {
    float: left;
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.partner-main .name {
    text-align: center;
    padding: 15px;
    font-size: 24px;
    background: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.partner-main .con {
    padding: 10px 15px;
    text-align: center
}

.partner-main .con a {
    display: inline-block
}

.partner-main .con img {
    margin: 15px 20px
}

.partner-content {
    padding: 15px
}

.partner-content .item {
    margin-bottom: 30px
}

.partner-content h3 {
    background: #00a1e9;
    color: #fff;
    padding: 10px 20px;
    margin: 0
}

.partner-content .row {
    margin: 0;
    margin-top: 10px;
    border: 1px solid #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: #fff
}

.partner-content .row .pic {
    padding: 15px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.partner-content .row .con {
    padding: 15px 25px;
    background: #eee
}

.partner-content .row h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px
}

.partner-content .row .text {
    color: #666
}

.m-detail .title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0
}

.m-detail .date {
    text-align: center;
    margin-bottom: 30px
}

.m-detail.article .date {
    color: #999
}

.m-detail.photo .date {
    color: #999
}

.m-detail.video .date {
    color: #999
}

.list-head-slider {
    position: relative;
    margin-bottom: 20px
}

.list-head-slider .swiper-slide img {
    width: 100%
}

.list-head-slider .direction-nav a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    font-size: 2.5em;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    color: #fff
}

.list-head-slider .direction-nav a:focus,.list-head-slider .direction-nav a:hover {
    color: #00a1e9
}

.list-head-slider .direction-nav .btn-prev {
    left: 10px
}

.list-head-slider .direction-nav .btn-next {
    right: 10px
}

.list-head-slider .desc {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    color: #fff
}

.list-head-slider .desc .item {
    opacity: 0
}

.list-head-slider .desc .item.active {
    -webkit-animation: fadeInDown .5s both;
    animation: fadeInDown .5s both
}

.list-head-slider .desc .item.out {
    -webkit-animation: fadeOutDown .5s both;
    animation: fadeOutDown .5s both
}

.djs-time>span {
    display: inline-block;
    min-width: 20px
}

.aside-nav-list {
    padding: 15px 0
}

.aside-nav-list a {
    position: relative;
    display: block;
    padding: 15px 10px 15px 22px;
    font-size: 16px;
    color: #231815;
    transition: color .3s
}

.aside-nav-list a:before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 5px;
    background-color: #00a1e9
}

/*.aside-nav-list a:hover {*/
    /*color: #1c3780*/
/*}*/

.aside-nav-list a:hover:before {
    display: block
}

.aside-nav-list a.active:before {
    display: block
}

@media (max-width:1199px) {
    .partner-main .item.v3>.row>div {
        width: 50%
    }

    .partner-main .item.v3>.row .name {
        width: 40%
    }

    .partner-main .item.v3>.row .con {
        width: 60%
    }
}

@media (max-width:991px) {
    .title-m.v2 {
        margin: 0 5%
    }

    .aside-nav-list a {
        transition: none
    }
}

@media (max-width:767px) {
    .content-nav-path {
        padding-bottom: 10px;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ddd
    }

    .content-nav-path .submenu {
        font-size: 16px
    }

    .title-main {
        margin: 30px 0 0;
        padding-left: 20px
    }

    .title-m.v1 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-top: 0
    }

    .title-m.v2 {
        margin: 0;
        margin-bottom: 10px!important;
        text-align: center
    }

    .title-m.v2 span {
        background: 0 0;
        color: #00a1e9
    }

    .title-m.v3 {
        margin-bottom: 10px!important;
        text-align: center
    }

    .title-m.v3 span {
        background: 0 0;
        color: #00a1e9
    }

    .pay-button-mc .row>div {
        padding: 10px 0
    }

    .partner-content .row {
        display: block
    }

    .partner-content .row .pic {
        display: block
    }

    .partner-content .row .con {
        padding: 20px
    }

    .partner-main .item>.row {
        display: block
    }

    .partner-main .item.v3>.row {
        display: block
    }

    .partner-main .item.v3>.row>div {
        width: 100%
    }

    .partner-main .item.v3>.row .name {
        width: 40%
    }

    .partner-main .item.v3>.row .con {
        width: 60%
    }

    .partner-main .name {
        display: block
    }

    .aside-nav-list {
        padding: 10px 0
    }

    .aside-nav-list a {
        padding: 10px 10px 10px 22px
    }

    .aside-nav-list a:before {
        top: 8px;
        bottom: 8px
    }
}

.m-news-list .list {
    padding: 20px
}

.m-news-list .list .row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0
}

.m-news-list .list .row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.m-news-list .list .pic {
    padding-left: 0
}

.m-news-list .list .con {
    padding-right: 0
}

.m-news-list .list .date {
    margin: 10px 0;
    color: #ffffff
}

.m-news-list .list .btn-detail {
    color: #ffffff
}

.m-news-list .list .btn-detail:hover {
    text-decoration: underline
}

.m-announcement-list .list {
    padding: 20px
}

.m-announcement-list .list .row {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0;
    color: #333
}

.m-announcement-list .list .row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.m-announcement-list .list .row:hover {
    color: #00a1e9
}

.m-announcement-list .list .date {
    text-align: right
}

@media (max-width:767px) {
    .m-news-list .list {
        border: 0;
        padding: 0
    }

    .m-news-list .list .pic {
        padding: 0
    }

    .m-news-list .list .pic img {
        width: 100%
    }

    .m-news-list .list .con {
        padding: 0;
        margin-top: 20px
    }

    .m-announcement-list .list {
        padding: 0;
        border: 0
    }

    .m-announcement-list .list .row>div {
        padding-left: 0;
        padding-right: 0
    }

    .m-announcement-list .list .date {
        margin-top: 5px;
        text-align: left
    }
}

.m-photo-list .list {
    margin-left: -10px;
    margin-right: -10px
}

.m-photo-list .list .item {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
}

.m-photo-list .list .item:hover .pic {
    border-color: #fff
}

.m-photo-list .list .item:hover .pic:after {
    opacity: 0
}

.m-photo-list .list .pic {
    position: relative;
    border: 1px solid transparent;
    transition: all .8s
}

.m-photo-list .list .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle,rgba(0,0,0,0),rgba(0,0,0,.6));
    background-repeat: no-repeat;
    transition: all .8s
}

.m-photo-list .list .pic img {
    width: 100%
}

.m-photo-list .list .text {
    position: relative;
    z-index: 1;
    top: -31px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    margin: 0 1px;
    padding: 0 10px
}

.m-photo-list .list .date {
    text-align: center;
    color: #777;
    margin-top: -15px
}

.m-photo-list.download .item {
    margin-bottom: 30px
}

.m-video-list .list {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.m-video-list .list .item {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
}

.m-video-list .list .item:hover .pic:after {
    opacity: 0
}

.m-video-list .list .item:hover .pic .m-icon-play {
    opacity: .5
}

.m-video-list .list .pic {
    position: relative
}

.m-video-list .list .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle,rgba(0,0,0,0),rgba(0,0,0,.6));
    background-repeat: no-repeat;
    transition: all .8s
}

.m-video-list .list .pic .m-icon-play {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../images/icon-video-play.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    transition: all .5s
}

.m-video-list .list .pic img {
    width: 100%
}

.m-video-list .list .text {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background: #303030;
    padding: 0 10px
}

.m-video-list .list .date {
    position: absolute;
    bottom: 42px;
    left: 20px;
    padding: 2px 5px;
    color: #fff;
    font-size: .9em;
    background: rgba(0,0,0,.6)
}

.video-mc {
    position: relative;
    height: 410px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px
}

.video-mc img {
    max-width:none;
}

.video-mc .projekktor {
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    .video-mc {
        height: 320px
    }
}

@media (max-width:767px) {
    .m-video-list .list .pic img {
        width: 100%
    }

    .video-mc {
        height: 260px;
        padding-left: 0;
        padding-right: 0
    }

    .video-mc .ppstart {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@media (max-width:480px) {
    .video-mc {
        height: 180px
    }
}

@media (max-width:320px) {
    .video-mc {
        height: 160px
    }
}

.login-mc .reg-login-link {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -20px
}

.login-mc .content-block {
    background-color: #fff
}

.member-mc>.main-inner {
    background-color: transparent
}

.member-mc .title-m {
    margin: 0
}

.member-mc .content-block {
    margin: 0
}

.member-mc .table-mc1 thead {
    background: #00a1e9;
    color: #fff
}

.member-mc .table-mc1 thead tr>th {
    border-bottom-width: 1px
}

@media (max-width:767px) {
    .login-mc .reg-login-link {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.enroll-team-mc .content-block {
    background-color: #fff
}

.enroll-team-mc .form-mc .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.enroll-team-mc .form-mc .row>div {
    margin-bottom: 40px
}

.enroll-team-mc .form-mc .text-name {
    font-weight: 700
}

@media (max-width:767px) {
    .enroll-team-mc .form-mc .row {
        display: block
    }
}

.body-shop {
    background-color: #f4f4f4
}

.body-shop .content-nav-path {
    margin-top: 15px
}

.body-shop .main-content {
    margin-top: 15px
}

.shop-list .row {
    margin-bottom: 25px
}

.shop-list .tit {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.shop-list .desc {
    color: #999;
    margin-bottom: 15px
}

.shop-list .info>div {
    margin-top: 12px
}

.shop-list .info>div>* {
    display: inline-block
}

.shop-list .info label {
    min-width: 70px
}

.shop-list .info .price>span {
    font-size: 2em;
    font-weight: 700;
    color: #ffffff
}

.shop-list .btn-mc {
    margin-top: 40px
}

.shop-list .btn-mc .btn {
    border: 0;
    padding: 10px 40px
}

@media (min-width:1200px) {
    .shop-list .pic {
        width: 31%
    }

    .shop-list .con {
        width: 69%
    }
}

@media (max-width:991px) {
    .shop-list .row {
        padding-bottom: 25px;
        border-bottom: 1px solid #eee
    }

    .shop-list .desc {
        margin-bottom: 10px
    }

    .shop-list .info>div {
        margin-top: 5px
    }

    .shop-list .btn-mc {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .shop-list .con {
        padding-left: 0
    }
}

.search-enroll-section {
    background: #00a1e9 url(../images/count-down-bg.png) no-repeat center;
    background-size: auto 100%;
    height: 540px
}

.search-enroll-section .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px
}

.search-enroll-section .btn {
    font-size: 30px;
    border: 0;
    background-color: #fff;
    color: #00a1e9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 60px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.2);
    margin: 0 40px
}

.search-enroll-section .btn:active,.search-enroll-section .btn:focus,.search-enroll-section .btn:hover {
    background-color: #00a1e9;
    color: #fff
}

.search-enroll-section .btn .iconfont {
    font-size: 2em;
    margin-right: 36px
}

@media (max-width:991px) {
    .search-enroll-section {
        height: 420px
    }

    .search-enroll-section .container {
        padding-top: 70px
    }

    .search-enroll-section .btn {
        font-size: 24px;
        padding: 15px 40px;
        border-radius: 16px
    }

    .search-enroll-section .btn .iconfont {
        margin-right: 25px
    }
}

@media (max-width:767px) {
    .search-enroll-section {
        height: 260px
    }

    .search-enroll-section .container {
        padding-top: 50px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .search-enroll-section .btn {
        font-size: 18px;
        padding: 10px 0;
        border-radius: 10px;
        margin: 0;
        width: 100%
    }

    .search-enroll-section .btn .iconfont {
        margin-right: 10px
    }

    .search-enroll-section .btn+.btn {
        margin-left: 20px
    }
}

.count-down-mc>.inner {
    position: relative;
    padding: 18px 0 55px;
    background: #00a1e9;
    overflow: hidden
}

.count-down-mc .tit {
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.1;
    font-weight: 700;
    font-size: 18px
}

.count-down-mc .tit .t1 {
    color: #fff;
    margin-right: 5px
}

.count-down-mc .tit .t2 {
    color: #ffffff
}

.count-down-mc .count-down {
    margin: 0 6%
}

.count-down-mc .num-mc {
    margin: 12px 22px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.count-down-mc .num-mc .item {
    position: relative;
    text-align: center;
    padding: 0 5px
}

.count-down-mc .num-mc .item .num {
    margin: 0;
    border-radius: 4px 4px 0 0;
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700;
    padding: 8px 0 6px;
    /*background-image: linear-gradient(to bottom,#ffffff 0,#1c3780 100%);*/
    background: #1c3780;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45a6f0', endColorstr='#ffd72f6c', GradientType=0)
}

.count-down-mc .num-mc .item .txt {
    border-radius: 0 0 4px 4px;
    font-size: 1.2em;
    background-color: #45a6f0;
    padding: 3px 0;
    margin-top: -1px
}

@media (max-width:767px) {
    .count-down-mc .num-mc {
        margin: 0 -8px
    }

    .count-down-mc .num-mc .item {
        padding: 0 8px
    }
}

.m-nav-fast {
    position: fixed;
    right: 0;
    top: 200px
}

.m-nav-fast .item {
    display: block;
    margin-bottom: 5px;
    background-color: #595757;
    color: #fff;
    text-align: center;
    width: 80px;
    padding: 10px 0 12px;
    border-radius: 10px 0 0 10px
}

.m-nav-fast .item:hover .name {
    color: #bbb
}

.m-nav-fast .iconfont {
    font-size: 1.6em
}

.m-nav-fast .name {
    margin-top: 5px;
    line-height: 1.2;
    transition: all .3s
}

.m-nav-fast .m-icon {
    width: 36px;
    height: 36px
}

.m-nav-fast .c1 .m-icon {
    background-image: url(../images/nav-fast-icon1.png)
}

.m-nav-fast .c2 .m-icon {
    background-image: url(../images/nav-fast-icon2.png)
}

.m-nav-fast .c3 .m-icon {
    background-image: url(../images/nav-fast-icon3.png)
}

.m-nav-fast .c4 .m-icon {
    background-image: url(../images/nav-fast-icon4.png)
}

@media (max-width:991px) {
    .m-nav-fast .name {
        transition: none
    }
}

.product-special-section {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .product-special-section {
        margin-left: -15px;
        margin-right: -15px
    }
}

.shopItem {
    overflow: hidden;
    margin-bottom: 30px
}

.shopItem .imgCon {
    width: 530px;
    float: left
}

.shopItem .infoCon {
    margin-left: 560px;
    color: #000
}

.shopItem .infoCon h3 {
    font-size: 16px;
    padding: 20px 0 30px;
    font-weight: 700
}

.shopItem .infoCon p strong {
    font-size: 24px;
    display: inline-block;
    margin-left: 30px;
    color: #00a1e9
}

.shopItem .infoCon .btnBuy {
    background: url(../images/ic_house.png) no-repeat 23% center #ffffff;
    height: 36px;
    line-height: 36px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    width: 180px;
    cursor: pointer;
    text-indent: 32px
}

.shopItem .infoCon .btnBuy:hover {
    background-color: #00a1e9;
    color: #fff
}

.shopItem .spInfo {
    border-top: solid 1px #ddd;
    margin-top: 25px
}

.shopItem .spInfo .item {
    overflow: hidden;
    padding-left: 65px;
    margin-top: 25px
}

.shopItem .spInfo .t {
    width: 65px;
    margin-left: -65px;
    float: left
}

.shopItem .spInfo .m {
    color: #999
}

.shopItem .mSize {
    font-size: 0
}

.shopItem .mSize a {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #666;
    margin-right: 8px;
    width: 50px;
    line-height: 18px;
    color: #666;
    text-align: center;
    font-size: 12px
}

.shopItem .mSize a.active {
    border: solid 1px #ffffff;
    color: #ffffff;
    text-decoration: none
}

.shopItem .mSize a.disabled {
    border: solid 1px #c8c8c8;
    color: #c8c8c8;
    text-decoration: none
}

.shopItem .shopping-cart-goods-expand {
    margin-top: 0
}

.shopItem .miniSize a {
    width: 36px;
    margin-right: 6px;
    margin-bottom: 6px
}

.spBtn {
    margin-top: 40px;
    border-top: dashed 1px #ccc;
    padding-top: 40px
}

.nc-main {
    padding: 0 40px;
    margin-top: -5px
}

.nc-main .hd {
    border-bottom: dashed 1px #ddd;
    font-size: 22px;
    padding-bottom: 25px;
    color: #666;
    margin-bottom: 30px
}

.orderList .oitem {
    overflow: hidden;
    margin-bottom: 40px
}

.orderList .oimg {
    float: left;
    width: 180px;
    position: relative;
    padding-left: 25px
}

.orderList .oimg .icheckbox_minimal-yellow {
    position: absolute;
    top: 0;
    left: 0
}

.orderList .oimg img {
    border: solid 1px #a1a1a1;
    display: block
}

.orderList .oinfo {
    margin-left: 205px
}

.orderList .oinfo h3 {
    font-size: 16px;
    color: #000;
    padding: 2px 0 30px;
    font-weight: 700;
    margin-top: 0
}

.orderList .oinfo h3 .del {
    float: right;
    background-color: #e5e5e5;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    color: #000
}

.orderList .oinfo h3 .del:hover {
    background-color: #ddd
}

.orderList .con {
    border-bottom: solid 1px #848484;
    padding-bottom: 6px;
    margin-bottom: 6px;
    overflow: hidden
}

.orderList .con .price {
    float: left;
    margin-right: 30px;
    margin-top: 6px;
    color: #000
}

.orderList .con .price strong {
    font-size: 22px
}

.m-carsize {
    float: right;
    font-size: 12px;
    color: #b0b0b0;
    line-height: 20px
}

.shopping-cart-goods-expand {
    color: #a3a3a3;
    overflow: hidden;
    position: relative;
    border: 1px solid #a3a3a3;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border-radius: 0;
    z-index: 4;
    vertical-align: bottom;
    font-family: sans-serif;
    font-weight: 700;
    width: 82px;
    display: inline-block;
    margin-top: 6px
}

.shopping-cart-goods-expand i {
    display: inline-block;
    font-size: 18px;
    width: 50%;
    text-align: center;
    color: #3cad6d;
    height: 48px;
    top: -10px;
    position: absolute;
    z-index: 5;
    line-height: 44px;
    font-style: normal
}

.shopping-cart-goods-expand .shopping-cart-minus {
    left: 0;
    top: -10px;
    color: #000;
    background-color: #fff;
    width: 24px;
    border-right: 1px solid #a3a3a3;
    cursor: pointer
}

.shopping-cart-goods-expand .shopping-cart-add {
    right: 0;
    color: #000;
    background-color: #fff;
    width: 24px;
    border-left: 1px solid #a3a3a3;
    cursor: pointer
}

.shopping-cart-goods-expand .shopping-cart-count {
    width: 100%;
    font-size: 14px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 22px
}

.orderList .action {
    overflow: hidden;
    padding-bottom: 10px
}

.orderList .action a {
    float: right;
    font-size: 12px
}

.priceinfo {
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    line-height: 30px
}

.priceinfo .t {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700
}

.priceinfo strong {
    font-size: 24px
}

.shopItem .shopping-cart-goods-expand {
    float: none
}

.spBtn {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.orderBtn .btn,.spBtn .btn {
    width: 260px;
    margin-left: 0;
    margin-right: 0
}

.addressForm .form-control {
    display: inline-block;
    width: inherit
}

.addressForm {
    padding-top: 25px
}

.addressForm .t {
    float: left;
    line-height: 34px
}

.adsList {
    margin-left: 90px;
    overflow: hidden
}

.adsList .select {
    width: 200px;
    float: left;
    margin-right: 20px
}

.adsList .input {
    margin-top: 15px;
    width: 614px
}

.orderBtn {
    margin: 30px auto
}

@media (max-width:767px) {
    .nc-main {
        padding: 0;
        border: none
    }

    .nc-main .hd {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .shopItem .imgCon {
        width: 100%;
        float: left
    }

    .shopItem .imgCon img {
        width: 100%
    }

    .shopItem .infoCon {
        margin-left: 0
    }

    .shopItem .infoCon h3 {
        font-size: 16px;
        padding: 0 0 10px
    }

    .shopItem .infoCon p strong {
        font-size: 22px;
        margin-left: 20px
    }

    .shopItem .infoCon .btnBuy {
        margin: 20px auto
    }

    .orderList .oimg {
        width: 80px
    }

    .orderList .oimg img {
        display: block;
        width: 100%
    }

    .orderList .oinfo {
        margin-left: 90px;
        position: relative
    }

    .orderList .oinfo h3 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .orderList .oinfo h3 .del {
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        bottom: -27px;
        left: 0
    }

    .m-carsize {
        float: left;
        width: 100%;
        overflow: hidden;
        padding-top: 5px
    }

    .m-carsize p {
        float: left;
        margin-right: 15px
    }

    .shopping-cart-goods-expand {
        float: right
    }

    .orderList .con .price {
        margin-top: 5px;
        margin-right: 0
    }

    .addressForm .t {
        width: 100%;
        font-size: 16px;
        color: #000;
        padding-bottom: 10px
    }

    .adsList {
        margin-left: 0;
        width: 100%
    }

    .adsList .select {
        width: 100%;
        margin-bottom: 10px
    }

    .adsList .input {
        margin-top: 0;
        width: 100%
    }

    .orderList .con .price strong {
        font-size: 18px
    }

    .payOrder .pInfo {
        width: 80%;
        margin: 20px auto 0;
        padding: 30px 0
    }

    .payOrder .pInfo img {
        display: block;
        margin: auto;
        max-width: 80%
    }

    .payOrder .payBtn {
        margin-top: 30px;
        width: 80%
    }

    .payOrder .phd {
        font-size: 18px
    }

    .payOrder .phd strong {
        font-size: 28px
    }

    .adsList .input,.nc-reg .input {
        -webkit-appearance: none
    }

    .shopItem .shopping-cart-goods-expand {
        float: none
    }

    .spBtn {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .orderBtn .btn,.spBtn .btn {
        width: 100%
    }
}

.changes-lang{
    margin-left:9px;
    cursor:pointer
}
#changes-lang {
    position: absolute;
}
