body {
    position: relative;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'self-ttf';
    src: url('../fonts/TT0142M.TTF') format('truetype');
}

a, a:link, a:hover, a:visited, a:active {
    text-decoration: none;
}

ul > li {
    list-style: none;
}

.self-ttf {
    font-family: 'self-ttf';
}

.display-table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.more-btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 60px;
    background: #00a8e8;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
}

a.more-btn,
a.more-btn:link,
a.more-btn:hover,
a.more-btn:visited,
a.more-btn:active {
    color: #ffffff;
}

.margin-auto {
    margin: 0 auto;
}

.bg-bottom {
    background: url("../img/bg.png") bottom no-repeat;
}

.m-0 {
    margin: 0;
}

.m-l-r-0 {
    margin-right: 0;
    margin-left: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-35 {
    margin-top: 35px;
}

.m-top-50 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .font-size-20 {
        font-size: 20px;
    }

    .font-size-22 {
        font-size: 22px;
    }

    .font-size-24 {
        font-size: 24px;
    }

    .font-size-26 {
        font-size: 26px;
    }

    .font-size-30 {
        font-size: 30px;
    }

    .font-size-34 {
        font-size: 34px;
    }

    .font-size-36 {
        font-size: 36px;
    }

    .font-size-40 {
        font-size: 40px;
    }

    .font-size-44 {
        font-size: 44px;
    }

    .font-size-48 {
        font-size: 48px;
    }

    .m-top-55 {
        margin-top: 55px;
    }

    .m-top-60 {
        margin-top: 60px;
    }

    .m-top-80 {
        margin-top: 80px;
    }

    .m-top-100 {
        margin-top: 100px;
    }

    .m-top-160 {
        margin-top: 160px;
    }

    .m-top-200 {
        margin-top: 200px;
    }

    .m-bootom-160 {
        margin-bottom: 160px;
    }

    .m-bootom-280 {
        margin-bottom: 280px;
    }

    .m-b-60 {
        margin-bottom: 60px;
    }

    .p-r-15 {
        padding-right: 15px;
    }

    .p-r-25 {
        padding-right: 25px;
    }

    .p-r-35 {
        padding-right: 35px;
    }

    .p-r-55 {
        padding-right: 55px;
    }

    .p-t-20 {
        padding-top: 20px;
    }

    .p-t-40 {
        padding-top: 40px;
    }

    .p-t-7 {
        padding-top: 7px;
    }

    .p-t-15 {
        padding-top: 15px;
    }

    .p-t-50 {
        padding-top: 50px;
    }
    .p-t-60{
        padding-top: 60px;
    }

    .p-b-40 {
        padding-bottom: 40px;
    }

    .padding-60 {
        padding: 60px 0;
    }

    .p-20-30 {
        padding: 20px 30px;
    }

    .p-b-280 {
        padding-bottom: 280px;
    }

    .footer .f-bottom {
        line-height: 60px;
    }

    ul.tab-link li a {
        width: 160px;
    }
}

.p-b-20 {
    padding-bottom: 20px;
}

@media (max-width: 500px) {
    ul.tab-link li a {
        width: 115px;
    }

    .font-size-20, .font-size-22, .font-size-24, .font-size-26, .font-size-30 {
        font-size: 14px;
    }

    .font-size-30 {
        font-size: 14px;
    }

    .font-size-34, .font-size-36, .font-size-40, .font-size-44 {
        font-size: 18px;
    }

    .font-size-48 {
        font-size: 20px;
    }

    /**/
    .m-top-55, .m-top-60, .m-top-80, .m-top-100 {
        margin-top: 15px;
    }

    .m-top-160, .m-top-200 {
        margin-top: 20px;
    }

    .m-bootom-160, .m-bootom-280, .m-b-60 {
        margin-bottom: 20px;
    }

    .p-t-20, .p-t-40, .p-t-50 {
        padding-top: 10px;
    }

    .p-b-40 {
        padding-bottom: 10px;
    }

    .padding-60 {
        padding: 15px 0;
    }

    .p-20-30 {
        padding: 10px 15px;
    }

    .p-b-280 {
        padding-bottom: 15px;
    }
}

.font-size-16 {
    font-size: 16px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-25 {
    margin-right: 25px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-r-0 {
    padding-right: 0;
    padding-left: 0;
}

.p-l-3 {
    padding-left: 3px;
}

.p-l-8 {
    padding-left: 8px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-2 {
    padding-top: 2px;
}

.p-l-r {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-t-b-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-t-b-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-t-b-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-t-b-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-l-r-80{
    padding-left: 80px;
    padding-right: 80px;
}
.padding-l-r-40{
    padding-left: 40px;
    padding-right: 40px;
}
.padding-l-r-100{
    padding-left: 100px;
    padding-right: 100px;
}
.padding {
    padding: 15px;
}

.color-999 {
    color: #999999;
}

.color-333 {
    color: #333333;
}
.color-15ac84 {
    color: #15ac84;
}
.color-7A70F9{
    color: #7A70F9;
}
.color-00c997 {
    color: #00c997;
}
.color-15AC84{
    color: #15AC84;
}
.color-0088f3 {
    color: #0088f3;
}

.bg-color-0088f3 {
    background-color: #0088f3;
}

.bg-color-ebf6ff {
    background-color: #ebf6ff;
}

.bg-color-e7fef8 {
    background-color: #e7fef8;
}

.bg-color-eeedff {
    background-color: #eeedff;
}

.bg-color-ffe4d2 {
    background-color: #ffe4d2;
}

.bg-color-fff7db {
    background-color: #fff7db;
}

.bg-color-e3fee8 {
    background-color: #e3fee8;
}

.bg-color-e3fee8 {
    background-color: #e3fee8;
}

.bg-color-eff8f9 {
    background-color: #eff8f9;
}

.bg-color-ffecef {
    background-color: #ffecef;
}

.bg-color-00c997 {
    background-color: #00c997;
}

.b-color-00a8e8 {
    border-color: #00a8e8;
}

.b-color-00c997 {
    border-color: #00c997;
}

.color-887ffd {
    color: #887ffd;
}

.bg-color-887ffd {
    background-color: #887ffd;
}

.b-color-00a8e8 {
    border-color: #887ffd;
}

.color-fd3529 {
    color: #fd3529;
}
.color-fb6f60{
    color: #fb6f60;
}
bg-color-fb6f60{
    background-color: #fb6f60;
}
.bg-color-fd3529 {
    background-color: #fd3529;
}

.b-color-fd3529 {
    border-color: #fd3529;
}

.color-ff6600 {
    color: #ff6600;
}
.color-FB6F60{
    color: #FB6F60;
}

.bg-color-ff6600 {
    background-color: #ff6600;
}

.b-color-ff6600 {
    border-color: #ff6600;
}

.color-f5aa02 {
    color: #f5aa02;
}
.color-6694ff{
    color: #6694ff;
}
.bg-color-f5aa02 {
    background-color: #f5aa02;
}

.b-color-f5aa02 {
    border-color: #f5aa02;
}

.color-06b830 {
    color: #06b830;
}

.bg-color-06b830 {
    background-color: #06b830;
}

.b-color-06b830 {
    border-color: #06b830;
}

.color-d2d2d2 {
    color: #d2d2d2;
}

.color-00cdf3 {
    color: #00cdf3;
}

.bg-color-00cdf3 {
    background-color: #00cdf3;
}

.b-color-00cdf3 {
    border-color: #00cdf3;
}

.bg-color-f3f3f3 {
    background-color: #f4f4f4;
}

.color-6694FF{
    color: #6694FF;
}

.color-666 {
    color: #666666;
}

.color-000 {
    color: #000;
}

.color-fff {
    color: #ffffff;
}

.color-b8b8b8 {
    color: #b8b8b8;
}

.color-B8BCC2 {
    color: #b1b1b1;
}

.color-0088f3 {
    color: #0088f3;
}

.color-d9d9d9 {
    color: #d9d9d9;
}

.color-a1a1a1 {
    color: #a1a1a1;
}

.word-break {
    word-break: break-all;
}

.f-weight-6 {
    font-weight: 600;
}

.f-weight-7 {
    font-weight: 700;
}
.line-height-22 {
    line-height: 22px;
}

.line-height-28 {
    line-height: 28px;
}

.bg-color-00a8e8 {
    background: #00a8e8;
}

.bg-color-ffffff {
    background: #ffffff;
}

.bg-color-f0f0f0 {
    background: #f0f0f0;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.p-relative {
    position: relative;
}

.in-block {
    z-index: 9;
    display: inline-block;
}

.hand {
    cursor: pointer;
}

.thumbnail {
    padding: 0;
    border: none;
}

.t-time-box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #00a8e8;
    color: #ffffff;
    text-align: center;
}

.t-time-box h1, .t-time-box h5 {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 70px;
    border: none;
}

/*导航*/
.navbar-brand {
    padding: 7px 0;
    height: 70px;
}

.navbar-nav > li > a {
    padding: 25px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
    color: #00a8e8;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #00a8e8;
    background-color: #ffffff;
}

.navbar-nav .menu-list {
    position: static;
}

.navbar-nav .menu-list .dropdown-menu {
    height: 60px;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}

.navbar-nav .menu-list ul li {
    float: right;
}

.navbar-nav .menu-list ul li a {
    color: #ffffff;
    line-height: 60px;
    padding: 21px 15px;
}

.dropdown-menu > li > a:focus, .dropdown-menu ul > li > a:hover {
    color: #00a8e8;
}

.dropdown-menu > li > a:focus, .dropdown-menu ul > li > a:hover {
    background-color: transparent;
}

.navbar-nav .menu-list > a:hover .menu-list ul,
.navbar-nav .menu-list > a:hover .triangle-up {
    display: block;
}

/*tab*/
ul.tab-link {
    margin: 0 auto;
    width: 320px;
}

ul.tab-link li {
    float: left;
}

ul.tab-link li a {
    display: inline-block;
    height: 48px;
    border: 1px solid #ffffff;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
}

ul.tab-link li.active a {
    border: 1px solid #00a8e8;
    color: #00a8e8;
    transition: .5s;
}

.tab-content .tab-pane .t-con-left,
.tab-content .tab-pane .t-con-right {
    position: relative;
    min-height: 355px;
}

.tab-content .tab-pane .t-con-right {
    padding-right: 15px;
    padding-left: 15px;
}

.tab-content .tab-pane .t-con-left img {
    width: 100%;
    min-height: 355px;
    max-height: 355px;
}

.tab-content .tab-pane .t-con-left .t-con-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-content .tab-pane .t-con-right .t-c-r-list {
    height: 106px;
    cursor: pointer;
}

.tab-content .tab-pane .t-con-right .t-c-r-list:hover,
.tab-content .tab-pane .t-con-right .t-c-r-list:hover .color-999 {
    background: #00a8e8;
    color: #ffffff;
}

.t-con-right .t-c-r-list .t-r-time {
    padding-top: 21px;
    height: 100%;
    text-align: center;
}

.t-con-right .t-c-r-list .t-r-content {
    padding-top: 10px;
    height: 100%;
}

.t-con-right .t-c-r-list .t-r-content > h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.t-con-right .t-c-r-list .t-r-time h1,
.t-con-right .t-c-r-list .t-r-time h5 {
    margin: 0;
}

.t-con-right .t-c-r-btm-m {
    line-height: 34px;
}

.t-con-right .t-c-r-btm-m a {
    color: #00a8e8;
}

.position-b-50 {
    position: absolute;
    left: 0;
    bottom: 100px;
}

.position-b-0 {
    position: absolute;
    left: 0;
    bottom: 0;
}

#fullPage-menu {
    position: fixed;
    top: 45%;
    right: 0;
    width: 60px;
    height: 330px;
    z-index: 999999;
}

.side-online {
    width: 60px;
    height: 60px;
    background: url('../img/side-icon.png') -15px -15px;
}

.side-tell {
    width: 60px;
    height: 60px;
    background: url('../img/side-icon.png') -15px -147px;
}

.side-up {
    width: 60px;
    height: 60px;
    background: url('../img/side-icon.png') -15px -279px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #ffffff;
}

/**/

/*底部*/
.footer {
    color: #ffffff;
}

.footer .f-con {
    padding: 30px 0;
    background: #333333;
}

.footer .f-bottom {
    background-color: #000000;
}

.footer .f-con ul li {
    float: left;
}

.footer .f-con ul li a {
    padding: 0 15px;
    color: #b1b1b1;
    text-align: left;
}

.footer .f-con ul li a:hover,
.footer .f-bottom a:hover {
    color: #ffffff;
}

.footer .f-bottom a {
    color: #999;
}

.chat-icons > i {
    color: #b1b1b1;
}

.chat-icons > i:hover {
    color: #ffffff;
}

.side-bar-hide-txt {
    background: url("../img/qp.png") no-repeat;
    height: 38px;
    width: 153px;
    line-height: 38px;
    position: absolute;
    left: -160px;
    bottom: 40px;
    text-align: center;
    opacity: 0;
    color: #0fa6e0 !important;
}

.side-btn-hover:hover .side-bar-hide-txt {
    opacity: 1;
    transition: .6s;
}

#fullPage-menu .link-box {
    width: 60px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    color: #0fa6e0;
    margin-bottom: 5px;
    box-shadow: 0 0 30px 0 rgba(16, 167, 225, .3);
}

#fullPage-menu .active div,
#fullPage-menu .link-box:hover {
    background-color: #0fa6e0 !important;
    color: #ffffff !important;
}

.box-white-line {
    display: block;
    width: 155px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #00a8e8;
    font-size: 18px;
    border: 1px solid #ffffff;
}

.box-no-line {
    display: block;
    width: 155px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #00a8e8;
}

.box-radius-line {
    display: block;
    width: 120px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #00a8e8;
    border: 1px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ability-content{
    /* padding: 30px 0; */
}
.ability-conten p{
    color: #221815;
    font-size: 14px;
    line-height: 30px;
}

.flex-center{
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-center h2{
    font-weight: bold;
    font-size: 36px;
}
.flex-center a{
    background-color: #00a8e8;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 25px;
}
.flex-center p{
    padding: 20px 0;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}
.p-t-b-30{
    padding: 30px 0;
}
.p-top-50{
    padding-top: 100px;
}
.p-top-100{
    padding-top: 100px;
}
.margin-0{
    margin: 0;
}
.p-bottom-30{
    padding-bottom: 30px;
}
.p-bottom-50{
    padding-bottom: 50px;
}