@import url("iconfont.css");
@import url("swiper.css");
body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    font-size: 14px;
}

ol,
ul,
dl,
ol,
dt,
dd {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

input,
button,
textarea {
    border: 0;
    border-radius: 0;
    background: transparent;
}

input,
button,
textarea {
    outline: none;
}

html,
body {
    color: #4C4C4C;
}

img {
    max-width: 100%;
}

.pro_cont .active img {
    height: 276px;
    width: auto;
}

.pro_btn .on img {
    height: 276px;
    width: auto;
}

.com_product .pro_show {
    text-align: center;
}

.com_footer .footer_list ul li {
    text-align: left;
    margin: 15px 78px;
}

.fl {
    float: left;
}

.fr {
    text-align: center;
    margin: 15px 0;
}

.ov_h {
    overflow: hidden;
    clear: both;
}

.clear:before,
.clear:after {
    display: block;
    content: "";
    clear: both;
}

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

.box_pack {
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    text-align: center;
}

.row {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.row:before,
.row:after {
    display: block;
    content: "";
    clear: both;
}

.row .col-33 {
    width: 33%;
    height: auto;
    float: left;
}

.row .col-50 {
    width: 50%;
    height: auto;
    float: left;
}

.row .col-100 {
    width: 100%;
    height: auto;
}

.row img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.bgfff {
    background: #fff;
}

.bgf8f {
    background: #f8f8f8;
}

.bg4ca {
    background: #4caf50;
}

.col4ca {
    color: #4caf50;
}

.col666 {
    color: #666;
}

.colff5 {
    color: #ff5722;
}

.col007 {
    color: #0070ef;
}

input,
button,
textarea {
    outline: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

button {
    outline: none;
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.icon_btn01 {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #e2e1e1;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.icon_btn01.on {
    background: #0070ef;
    color: #fff;
}

.icon_diamonds {
    background-position: -96px -239px;
    width: 32px;
    height: 32px;
    background: url("../image/diamonds-1.1.0.png") no-repeat;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    z-index: 500;
    zoom: 1;
    background: #060606;
    max-width: 750px;
    left: 0;
    top: 0;
}

@media screen and (min-width: 750px) {
    .k_header {
        left: 50%;
        margin-left: -375px;
    }
}

.k_header .k_menu {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 0;
    top: 0;
}

.k_header .k_menu a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
}

.k_header .k_menu .icon-xiangzuo {
    font-size: 18px;
    line-height: 50px;
}

.k_header .k_logo {
    width: 120px;
    height: 100%;
    margin: 0 auto;
}

.k_header .k_logo img {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0 0;
}

.k_header .k_search {
    width: 70%;
    height: 50px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    right: 0;
    top: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -webkit-transform: translateY(0px) translateX(100%);
    transform: translateY(0px) translateX(100%);
}

.k_header .k_search.search_show {
    -webkit-transform: translateY(0px) translateX(-10%);
    transform: translateY(0px) translateX(-10%);
}

.k_header .k_search.search_show .search_btn {
    left: 0px;
    width: 30px;
}

.k_header .k_search .search_btn {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 2px;
}

.k_header .k_search .search {
    width: 80%;
    height: 30px;
    margin: 12px auto 0;
    line-height: 30px;
    background: #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 12px;
    color: #fff;
    text-indent: 2em;
}

.k_header .k_search .search::-webkit-input-placeholder {
    color: #fff;
}

.k_header .k_search .search::input-placeholder {
    color: #fff;
}

.k_header .k_search .searcher {
    border: none;
    font-size: 12px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    right: 8px;
    top: 0;
}

.k_header .menu_outer {
    position: fixed;
    z-index: 2;
    zoom: 1;
    left: 0;
    top: 50px;
    overflow: hidden;
    width: 240px;
    height: 100%;
    -webkit-transform: translateY(0px) translateX(-100%);
    transform: translateY(0px) translateX(-100%);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.k_header .menu_outer.show {
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}

.k_header .menu_cont {
    width: 250px;
    height: 92%;
    overflow-x: hidden;
    background: #3a3a3a;
}

.k_header .menu_cont .menu_list {
    width: 240px;
    height: auto;
    padding: 0 0 50px;
}

.k_header .menu_cont .menu_list li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #6a6d71;
    overflow: hidden;
}

.k_header .menu_cont .menu_list li a {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 10px;
    width: 100%;
    height: 100%;
}

.k_header .menu_cont .menu_list li a span {
    margin: 0 0 0 10px;
}

.k_header .menu_cont .menu_contact {
    font-size: 14px;
    width: 240px;
    height: auto;
    margin: 0 0 20px;
    text-align: center;
    color: #fff;
}

.k_header .menu_cont .menu_contact p {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    line-height: 24px;
}

.k_header .menu_cont .menu_contact a {
    color: #fff;
}

.k_header .menu_cont .menu_contact .tel {
    color: #0070ef;
    font-size: 14px;
    display: block;
    margin: 0 auto 10px;
}

.k_header .menu_cont .menu_contact .tel:before {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.k_header .menu_cont .company {
    text-align: center;
    width: 240px;
    height: 45px;
    line-height: 45px;
    background: #060606;
    font-size: 14px;
    color: #fff;
}

.k_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    zoom: 1;
    left: 0;
    top: 50px;
    max-width: 750px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

@media screen and (min-width: 750px) {
    .k_mask {
        left: 50%;
        margin-left: -375px;
    }
}

.k_headerBg {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.nav_icon_tab {
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 80;
    zoom: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 10px;
}

.nav_icon_tab .swiper-wrapper {
    height: 45px;
    text-align: center;
    position: relative;
    z-index: 50;
    zoom: 1;
}

.nav_icon_tab .swiper-slide {
    display: inline-block;
    width: auto;
    height: 45px;
    line-height: 45px;
    margin: auto;
}

.nav_icon_tab .swiper-slide a {
    display: block;
    width: auto;
    height: 43px;
    border-bottom: 2px solid #fff;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
}

.nav_icon_tab .swiper-slide:first-child {
    background: #e5f0fd;
}

.nav_icon_tab .swiper-slide:first-child a {
    border: 1px solid #e5f0fd;
}

.nav_icon_tab .swiper-slide.on a {
    color: #0070ef;
    border-bottom: 2px solid #0070ef;
}

.nav_icon_tab .ulllit {
    position: absolute;
    z-index: 20;
    zoom: 1;
    left: 0;
    top: 46px;
    opacity: 0;
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    transform-origin: center;
    -webkit-transform: translateY(-200px) translateX(0px);
    transform: translateY(-200px) translateX(0px);
}

.k_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_home {
    position: fixed;
    z-index: 2;
    zoom: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 750px;
}

@media screen and (min-width: 750px) {
    .k_home {
        left: 50%;
        margin-left: -375px;
    }
}

.k_home img {
    display: block;
    width: 100%;
    height: 100%;
}

.k_home.k_404 {
    top: 50px;
}

.k_explain {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 2;
    zoom: 1;
    left: 0;
    bottom: 2%;
    text-align: center;
    max-width: 750px;
}

@media screen and (min-width: 750px) {
    .k_explain {
        left: 50%;
        margin-left: -375px;
    }
}

.k_explain .explainList {
    width: 82.5%;
    height: auto;
    background: rgba(0, 0, 0, 0.55);
    margin: 0 auto 20px;
    padding: 10px 5%;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.k_explain .explainList a {
    font-size: 14px;
    color: #fff;
}

.k_explain .explainList a.h1 {
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_explain .explainList a.h1 span {
    font-weight: normal;
}

.k_explain .explainList a.h1 .iconfont {
    position: absolute;
    z-index: 2;
    zoom: 1;
    top: 12px;
    right: -10px;
    font-weight: normal;
    font-size: 25px;
}

.k_show {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.k_show .k_show_list {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.k_show .k_show_list li {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_show .k_show_list li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
}

.k_show .k_show_list li p {
    position: absolute;
    z-index: 2;
    zoom: 1;
    right: -5px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}

.k_show .k_show_list.des_list li img {
    width: 95%;
    height: auto;
}

.k_show .k_show_list.des_list li span {
    display: block;
    width: 95%;
    height: 18px;
    margin: 0 auto 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k_lunbo {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.k_lunbo img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}

.k_lunbo .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.k_lunbo .swiper-pagination-bullet-active {
    background: #0070ef;
}

.k_tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.k_tab a {
    padding: 2px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5%;
}

.k_det {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_det .k_info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 22px;
}

.k_det .k_info p {
    margin: 0 5%;
}

.k_det .k_info a {
    color: #0070ef;
}

.k_rel {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    padding: 20px 0 0;
}

.k_rel .k_txt {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0;
    margin: 0 auto;
    width: 95%;
    height: auto;
    text-indent: 2em;
}

.k_rel a {
    color: #0070ef;
    font-size: 12px;
}

.k_caption {
    font-size: 16px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0 15px;
    border-bottom: 1px solid #0070ef;
}

.k_caption i {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #0070ef;
    margin: 3px auto;
}

.k_ban {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    zoom: 1;
}

.k_ban .ban_img {
    width: 100%;
    height: auto;
    display: block;
}

.k_ban .ban_txt {
    width: 120px;
    height: 50px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -60px;
    padding: 5px 0 0;
    background: rgba(255, 255, 255, 0.15);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.k_ban .ban_txt span {
    font-weight: normal;
}

.k_ban .k_contrast {
    width: 310px;
    height: 35px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -155px;
    line-height: 35px;
}

.k_ban .k_contrast a {
    float: left;
    margin: 0 10px;
}

.k_ban .k_contrast a.colfff {
    color: #fff;
}

.k_inst {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_inst .k_instList {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.k_inst .k_instList li {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.k_inst .k_instList li img {
    display: block;
    width: 135px;
    height: 80px;
    background: #c4d2ec;
}

.k_inst .k_instList li .inst_txt {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 2;
    zoom: 1;
    margin: 0 0 0 3%;
}

.k_inst .k_instList li .inst_txt h3 {
    font-size: 12px;
    color: #333;
    line-height: 16px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.k_inst .k_instList li .inst_txt p {
    font-size: 12px;
    color: #333;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 0;
    bottom: 0;
}

.k_intr {
    width: 95%;
    height: auto;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_intr .k_intrCap {
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.k_intr .k_intrCap h2 {
    font-size: 18px;
    padding: 20px 0;
}

.k_intr .k_intrCap .k_intrtag {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.k_intr .k_intrTxt {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

.k_intr .k_intrTxt p {
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
}

.k_intr .k_intrTxt h3 {
    margin: 0 auto 10px;
    width: 100%;
    height: auto;
}

.k_intr .k_intrTxt a {
    color: #0070ef;
    font-size: 13px;
}

.k_intr .k_intrTxt img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.k_intr.k_cooper .k_intrCap {
    border: none;
    padding: 0;
}

.k_intr.k_cooper .k_intrCap h2 {
    padding: 10px 0;
}

.k_intr.k_cooper .k_intrTxt {
    border: none;
}

.k_page {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.k_page a {
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 10px;
}

@media screen and (max-width: 400px) {
    .k_page a {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 401px) {
    .k_page a {
        display: block;
        width: 45%;
        height: auto;
    }
    .k_page a:nth-child(odd) {
        float: left;
    }
    .k_page a:nth-child(even) {
        float: right;
    }
}

.k_tab {
    width: 84%;
    height: auto;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 8%;
    bottom: 0;
}

.k_tab .col-50 {
    height: 45px;
    background: #e2e1e1;
    line-height: 45px;
    text-align: center;
}

.k_tab .col-50.radius-lt {
    border-radius: 4px 0px 0px 0px;
}

.k_tab .col-50.radius-rt {
    border-radius: 0px 4px 0px 0px;
}

.k_tab .col-50.active {
    background: #fafafa;
}

.k_dropBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    left: 0;
    bottom: 0;
}

.k_dropBox .k_dropCont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    font-size: 14px;
    color: #333;
}

.k_dropBox .k_dropCont .k_dropBtn {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #f7fbfe;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.k_dropBox .k_dropCont .k_dropBtn li {
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.k_dropBox .k_dropCont .k_dropBtn .icon-arrows-copy {
    font-size: 12px;
    color: #0070ef;
}

.k_dropBox .k_dropCont .k_dropChance {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 0;
    top: 35px;
    background: #8795a0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    display: none;
    overflow: hidden;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList.active {
    display: block;
}

.k_dropBox .k_dropCont .k_dropChance ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.k_dropBox .k_dropCont .k_dropChance ul li {
    float: left;
    width: 18%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    margin: 0 1%;
}

.k_dropBox .k_dropCont .k_dropChance ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.k_dropBox .k_dropCont .k_dropChance ul li.on a {
    color: #0070ef;
    background: #fff;
}

.k_dropBox .k_dropCont .k_dropChance .tip {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #f7fbfe;
    margin: 0 0 0 21%;
    display: block;
}

@media screen and (min-width: 390px) {
    .k_dropBox .k_dropCont .k_dropChance .city .tip {
        margin: 0 0 0 71%;
    }
}

@media screen and (min-width: 560px) {
    .k_dropBox .k_dropCont .k_dropChance .city .tip {
        margin: 0 0 0 73%;
    }
}

.k_dropBox .k_dropCont .k_dropChance .chanceList:nth-child(1) .tip {
    margin: 0 0 0 15%;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList:nth-child(2) .tip {
    margin: 0 0 0 45%;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList:nth-child(3) .tip {
    margin: 0 0 0 75%;
}

.k_cooper {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    padding: 20px 0 0;
}

.k_cooper .k_cooperList {
    width: 90%;
    height: auto;
    margin: 0 auto 10px;
    padding: 10px 5%;
    position: relative;
    z-index: 2;
    zoom: 1;
    background: #f7fbfe;
}

.k_cooper .k_cooperList.filter {
    padding: 10px 0%;
    position: static;
    z-index: 2;
    zoom: 1;
}

.k_cooper .k_cooperList .title {
    font-size: 16px;
}

.k_cooper .k_cooperList h3 {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0 0 0;
}

.k_cooper .k_cooperList a {
    font-size: 14px;
    color: #333;
}

.k_cooper .k_cooperList .k_cooperIntr {
    padding: 5px 0 10px;
    line-height: 24px;
}

.k_cooper .k_cooperList .k_cooperIntr li {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.k_cooper .k_cooperList .k_cooperIntr li:before,
.k_cooper .k_cooperList .k_cooperIntr li.after {
    clear: both;
    display: block;
    content: "";
}

.k_cooper .k_cooperList .k_cooperIntr li span {
    float: left;
}

.k_cooper .k_cooperList .k_cooperIntr li span:first-child {
    width: 17%;
    max-width: 48px;
}

.k_cooper .k_cooperList .k_cooperIntr li span:last-child {
    width: 83%;
}

.k_reportList {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
}

.k_reportList li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0 0 15px;
    text-align: center;
    float: right;
    border: 1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_reportList li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #333;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: -10px;
    top: 12px;
}

.k_reportList li a {
    font-size: 12px;
    color: #333;
    display: block;
}

.k_reportList li.on {
    border: 1px solid #0070ef;
}

.k_reportList li.on a {
    color: #0070ef;
}

.k_reportList li.on:before {
    background: #0070ef;
}

.k_reportList li.multi-line a {
    line-height: 16px;
    margin: 5px 0 0;
}

.k_partner {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.k_partner.k_partner_more {
    border: none;
    padding: 20px 0;
}

.k_partner.k_partner_more h3 {
    margin: 0 auto 40px;
}

.k_partner .row li {
    margin: 0 auto 20px;
}

.k_partner .row li img {
    width: 70%;
    margin: 0 auto 8px;
    max-width: 120px;
}

.k_partner .row li p {
    font-size: 14px;
    width: 98%;
    height: 30px;
    margin: 0 auto;
    color: #333;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.k_partner .more {
    font-size: 14px;
    padding: 20px 0 0;
    display: block;
    text-decoration: underline;
}

.k_partner .more .iconfont {
    font-size: 12px;
}

.k_brandIntr h3 {
    margin: 0 auto 20px;
}

.k_brand {
    width: 95%;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
}

.k_brand .h3 {
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0 8px;
}

.k_course {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_course .k_courseList {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_course .k_courseList .middle_line {
    position: absolute;
    z-index: 2;
    zoom: 1;
    width: 10px;
    height: 100%;
    left: 50%;
    top: 0;
    margin: 0 0 0 -5px;
}

.k_course .k_courseList .middle_line span {
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 4px;
    top: 10px;
    background: #0070ef;
}

.k_course .k_courseList .divfl {
    width: 50%;
    height: auto;
    text-align: right;
    padding: 35px 0 5px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_course .k_courseList .intr {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

.k_course .k_courseList .intr p {
    margin: 0 20px 8px 0;
    font-size: 12px;
    line-height: 18px;
}

.k_course .k_courseList .intr .timer {
    font-weight: bold;
    font-size: 14px;
}

.k_course .k_courseList .intr .line {
    width: 20px;
    height: 1px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    right: 20px;
    top: 12px;
    color: #0070ef;
}

.k_course .k_courseList .intr .line em {
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 19px;
    top: 9px;
    width: 21px;
    height: 100%;
    background: #0070ef;
}

.k_course .k_courseList .divfr {
    width: 50%;
    height: auto;
    text-align: left;
    padding: 35px 0 20px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 50%;
    top: 30px;
}

.k_course .k_courseList .divfr p {
    margin: 0 0 8px 20px;
}

.k_course .k_courseList .divfr .line {
    right: auto;
    left: 19px;
}

.k_course .k_courseList .divfr .line em {
    left: auto;
    right: 19px;
}

.k_courseTime {
    width: 86.5%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    zoom: 1;
    padding: 45px 0 0;
}

.k_courseTime .k_timeTab {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
}

.k_courseTime .k_timeTab a {
    display: inline-block;
    width: 30%;
    height: 35px;
    margin: 0 1%;
    color: #333;
    font-weight: bold;
}

.k_courseTime .k_timeTab a.on {
    color: #fff;
}

.k_courseTime .k_timeList {
    width: 96%;
    height: auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    margin: 0 auto;
    display: none;
}

.k_courseTime .k_timeList.on {
    display: block;
}

.k_courseTime .k_timeList .upright {
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    color: #0070ef;
}

.k_courseTime .k_timeList .upright span {
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 4px;
    top: 12px;
    background: #0070ef;
}

.k_courseTime .k_timeList .time {
    position: relative;
    z-index: 2;
    zoom: 1;
    left: 20px;
    top: 0;
    font-size: 14px;
}

.k_courseTime .k_timeList .time p {
    line-height: 25px;
}

@media screen and (max-width: 375px) {
    .k_courseTime .k_timeList .time {
        font-size: 12px;
    }
}

.k_courseShow {
    position: relative;
    z-index: 2;
    zoom: 1;
    margin: 0 auto;
    width: 95%;
    height: auto;
}

.k_courseShow .k_showList li {
    margin: 0 auto 15px;
}

.k_courseShow .k_showList li img {
    margin: 0 auto 5px;
}

.k_courseShow .k_showList li p {
    font-size: 12px;
}

.k_courseShow .k_showList li strong {
    font-size: 13px;
}

.k_business {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    zoom: 1;
}

.k_business .k_busLogo {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 50%;
    top: -60px;
    margin: 0 0 0 -60px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
}

.k_business .k_busLogo img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 5px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.k_business .k_grant {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 20px;
    line-height: 20px;
    font-size: 14px;
}

.k_business .k_grant p:first-child {
    font-size: 16px;
    font-weight: bold;
}

.k_business .busList {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.k_business .busList li {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}

.k_business .busList li .iconfont {
    font-size: 14px;
    float: left;
    width: 8%;
}

.k_business .busList li .iconfont:before {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.k_business .busList li .iconfont.icon-wangzhan:before {
    font-size: 16px;
}

.k_business .busList li span:last-child {
    width: 92%;
    float: left;
}

.k_business .busList li a {
    font-size: 14px;
    width: 92%;
    float: left;
}

.k_newTab {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -40%;
    background: #e2e1e1;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.k_newTab a {
    float: left;
    width: 33%;
    height: auto;
}

.k_newTab a.on {
    color: #0070ef;
}

.k_newList {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    zoom: 1;
    padding: 20px 0 0;
}

.k_newList li {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 10px;
    padding: 0 0 10px;
}

.k_newList li strong {
    display: block;
    padding: 5px 0;
}

.k_article {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.k_article .k_tab {
    border-bottom: none;
}

.k_article .k_tab a {
    margin: 0 auto;
}

.k_article .k_artList {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.k_article .k_artList a {
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 10px;
}

@media screen and (max-width: 400px) {
    .k_article .k_artList a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 10px;
    }
}

@media screen and (min-width: 401px) {
    .k_article .k_artList a {
        display: block;
        width: 45%;
        height: auto;
    }
    .k_article .k_artList a:nth-child(odd) {
        float: left;
    }
    .k_article .k_artList a:nth-child(even) {
        float: right;
    }
}

.sharelybox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.sharelybox .title {
    font-size: 14px;
    margin: 0 auto 10px;
    display: block;
}

.sharelybox .list {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.sharelybox .list a.iconfont {
    font-size: 40px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.sharelybox .list a.iconfont.share_qq {
    color: #eecf3d;
}

.sharelybox .list a.iconfont.share_weixin {
    color: #3eb135;
}

.sharelybox .list a.iconfont.share_weibo {
    color: #ff8b19;
    padding: 5px 0 0;
}

.shareweixinbox {
    position: fixed;
    z-index: 2;
    zoom: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    max-width: 750px;
    background: #f1f1f1;
    z-index: 1000;
    text-align: center;
    -webkit-transform: translateY(100%) translateX(0px);
    transform: translateY(100%) translateX(0px);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.shareweixinbox.shareTransform {
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}

@media screen and (min-width: 750px) {
    .shareweixinbox {
        left: 50%;
        margin-left: -375px;
    }
}

.shareweixinbox .input {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
}

.shareweixinbox .input p {
    margin: 0 auto 10px;
}

.shareweixinbox .input a {
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shareweixinbox .but {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 0;
    bottom: 0;
}

.k_btn {
    width: 120px;
    height: auto;
    position: absolute;
    z-index: 2;
    zoom: 1;
    left: 50%;
    top: 30%;
    margin: 0 0 0 -60px;
}

.k_btn .icon_btn01 {
    margin: 0 auto 20px;
}

.k_meiqia {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100;
    zoom: 1;
    left: 20px;
    bottom: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    background: rgba(0, 112, 239, 0.5);
}

.k_meiqia a {
    font-size: 26px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px;
}

#MEIQIA-BTN-HOLDER #MEIQIA-BTN {
    display: none;
}

.signupbg {
    background: #031526;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    overflow: hidden;
    min-width: 100%;
    position: relative;
    z-index: 1;
    zoom: 1;
}

.signupbg .form {
    top: 48%;
    left: 24%;
    width: 52%;
    font-size: 14px;
    position: absolute;
    z-index: 5;
    zoom: 1;
}

.signupbg .form li {
    padding-bottom: 1em;
    height: 2.5em;
}

.signupbg .form li input.inputtext {
    width: 100%;
    height: 2.5em;
    text-indent: .5em;
    line-height: 2.5em;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.signupbg .form li input.inputtext::-webkit-input-placeholder {
    color: #fff;
}

.signupbg .form li select {
    width: 48%;
    height: 2.5em;
    border: 0;
    line-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    float: left;
}

.signupbg .form li select.area {
    float: right;
}

.signupbg .form li .btn {
    width: 100%;
    height: 2.5em;
    border: 0;
    cursor: pointer;
    line-height: 2.5em;
    text-align: center;
    color: #fff;
    font-size: 1em;
    background: #007aff;
}

.signupbg .form li .btn:hover {
    background: #0072ee;
}

.signupbg .tpl {
    position: absolute;
    z-index: 5;
    zoom: 1;
    bottom: 5%;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    text-align: center;
}

.signupbg img {
    width: 100%;
    display: block;
}

.signup_open {
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    transform-origin: center;
    width: 80px;
    height: 80px;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    background: url(../image/signup_open-2.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: fixed;
    z-index: 999;
    zoom: 1;
    right: 0;
    bottom: 0;
    display: block;
}

.signup_open.active {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
    -webkit-transform: translateY(500px) translateX(0px);
    transform: translateY(500px) translateX(0px);
}

.signup_max {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(1000px) translateX(0px);
    transform: translateY(1000px) translateX(0px);
    position: fixed;
    z-index: 9999;
    zoom: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    transform-origin: center;
}

.signup_max a.tab {
    background: url(../image/signup_max-2.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    margin: -150px auto 0 auto;
    position: relative;
    z-index: 1;
    zoom: 1;
    top: 50%;
    width: 300px;
    height: 300px;
    display: block;
}

.signup_max .close {
    font-size: 30px;
    color: #fff;
    position: fixed;
    z-index: 99999;
    zoom: 1;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -100px 0 0 80px;
    line-height: 50px;
    text-align: center;
}

.signup_max.active {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}