@charset "utf-8";
/***** 公共样式 *****/

/*页面重置样式*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none !important;
    /* ios横屏字体放大 */
    -webkit-overflow-scrolling: touch;
}

*:not(input, textarea) {
    /* -webkit-user-select: none !important; */
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}

html, body {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12PX;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    color: #494949;
    line-height: 21px;
}

img {
    border: none;
    border: 0;
    vertical-align: top;
}

ol, ul, li {
    list-style: none;
}

body, div, h1, h2, h3, h4, h5, h6, span, a, em, i {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}

input, button {
    border: none;
    outline: none;
    border-radius: initial;
    margin: 0;
    padding: 0;
    /* background: transparent; */
}

a {
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

a:focus {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

select::-ms-expand {
    display: none;
}

/* 去除Chrome等浏览器文本框默认发光边框 */

input:focus, textarea:focus {
    outline: none;
}

/* 禁止多行文本框textarea拖拽 */

textarea {
    resize: none;
}

/*全部英文字符下自动换行*/

p {
    word-break: break-all;
}

/* 禁止长按链接与图片弹出复制图片菜单 */

a, img {
    -webkit-touch-callout: none;
}

/*禁止长按复制*/

/*在 iOS 上，输入框默认有内部阴影 清除输入框内阴影*/

input, textarea {
    border: 0;
    /* 方法1 */
    /* -webkit-appearance: none; */
    /* 方法2 */
}

/*弹性滑动*/

.naative-auto {
    overflow: auto;
    /* auto | scroll */
    -webkit-overflow-scrolling: touch;
}

/*单行省略......*/

.dwote {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*多行行省略......*/

.dwwo-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dwwo-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/****** 头部导航栏内容 ******/

/* logo */

.border-red {
    border: 1px solid red;
}

.header {
    position: relative;
}

.header_logo {
    display: flex;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    height: 110px;
}

.header_logo img {
    width: 112px;
    height: 20px;
}

/* 导航框 */

.header_list {
    padding: 0px 50px;
}

.header_list ul {
    margin: 0px;
}

.header_list ul li {
    text-align: center;
    flex: 1;
    line-height: 110px;
    height: 110px;
    width: 118px;
    justify-content: center;
    align-items: center;
}

.header_list ul li:hover {
    color: #21944b;
    text-decoration: none;
    border-bottom: 4px solid #21944b;
}

.header_list ul li a {
    color: #000;
    display: block;
    font-size: 15px;
    text-decoration: none;
    line-height: 110px;
}

.header_list ul li a:hover {
    color: #21944b;
    text-decoration: none
}

.header_list ul li a.active {
    color: #21944b;
}

/* 搜索框 */

.header_search {
    height: 110px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 !important;
}

.header_search .search_flex {
    width: 70%;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
}

.header_search .search_flex img {
    float: right;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.header_search img {
    width: 23px;
    height: 23px;
}

/* 下拉框 */

.dropdown-menu {
    position: absolute;
    top: 109px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0px !important;
    padding: 0px !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(252, 251, 251, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 118px;
}

.dropdown-menu li {
    width: 100px;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #efefef;
    color: #000;
}

.dropdown-menu li:hover {
    background-color: #fff;
    border-bottom: 0 !important;
    color: #003826;
}

.header_list .dropdown-menu li a {
    background-color: #efefef;
    color: #000 !important;
    width: 118px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    font-size: 12px !important;
    text-align: center;
}

.header_list .dropdown-menu li a:hover {
    color: #21944b !important;
    background-color: #fff;
}

.dropdown-item {
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #eeeeee;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    background-color: #eeeeee;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
}

.header_list_mobile {
    display: none;
    z-index: 99;
}

/* 关于康宝导航栏菜单 */

.header .menu_about {
    display: none;
    flex-direction: row;
    width: 100%;
    color: #000;
    z-index: 10;
    padding-bottom: 100px;
    position: absolute;
    background: #fff;
}

.menu_about .about_item {
    /* width: 16.66%; */
    flex: 1;
    position: relative;
}

.about_item .item_line {
    width: 1px;
    height: 250px;
    background: #e0e0e1;
    position: absolute;
    top: 25%;
    right: 0px;
}

.menu_about .about_item>ul li a:hover {
    color: #21944b;
}

.menu_about .about_item>ul li {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 20px;
}

.menu_about .about_item>ul li:nth-child(1) {
    /* background: #2a0a0a; */
    background: #21944b;
    font-size: 13px;
    color: #fff !important;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .header_list ul li {
        width: 85px;
    }
    .header_container {
        width: 90%;
    }
    .header_logo {
        display: flex;
        align-items: center;
        padding: 0 !important;
        justify-content: center;
        height: 110px;
    }
    .logo_right {
        float: right;
    }
    .logo_right img {
        margin-left: 15px;
        width: 18px;
        height: 18px;
    }
    .app {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header_list_mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
        flex-direction: column;
        justify-content: flex-end;
    }
    .hiddens {
        background-color: #000;
        opacity: 0.8;
        position: absolute;
        height: 100%;
        width: 30%;
        left: 0;
        display: none;
    }
    .header_list_mobile ul {
        background: linear-gradient(to right, #0b8839, #05722d, #014b1c);
        opacity: 1;
        position: absolute;
        height: 100%;
        width: 70%;
        right: 0;
        flex-direction: column;
        align-items: center;
        padding: 0px !important;
        margin: 0px !important;
        display: none;
    }
    .header_list_mobile ul li {
        margin: 0px !important;
        padding: 10px 0px !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .header_list_mobile ul li:nth-child(1) {
        margin-top: 50% !important;
    }
    .header_list_mobile ul li a {
        color: #fff !important;
        ;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 10px;
        font-size: 14px;
    }
    .header_list_mobile ul li a:hover {
        background-color: #fff;
        color: #21944b !important;
    }
}

@media (max-width: 1100px) {
    .header_list ul li {
        width: 92px;
    }
}

@media (max-width: 1024px) {
    .header_list ul li {
        width: 90px;
    }
    .header_container {
        width: 90%;
    }
    .header_list {
        padding: 0px 10px ;
    }
    .header_logo {
        display: flex;
        position: relative;
        padding: 0 !important;
        justify-content: space-between;
        height: 110px;
    }
    .header_logo a img {
        position: absolute;
        left: 0;
        top: 40%;
        width: 89px;
        height: 26px;
    }
    .logo_left img {
        float: right;
        margin-left: 15px;
        width: 18px;
        height: 18px;
    }
    .logo_right a img {
        position: relative;
        margin-left: 15px;
        width: 18px;
        height: 18px;
    }
}

/****** 底部菜单内容 ******/

/* pc */

.app_footer.pc {
    display: block;
    background: #efefef;
}

#app .app_footer {
    width: 100%;
}

.app_footer .footer_menu {
    margin: 0 auto;
    /* width: 80%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_menu .menu_item {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_item .item_title>a {
    color: #000000;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}

.item_content .content_list {
    list-style: none;
    text-align: center;
}

.content_list .list_item>a {
    height: 16px;
    /* line-height: 16px; */
    line-height: 24px;
    font-size: 14px;
    color: #525252;
}

.menu_item .item_content {
    margin-top: 30px;
}

.app_footer .footer_declare {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6a6a6a;
}

.app_footer .footer_record {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_record p:first-child {
    color: #000000;
}

.footer_record span {
    width: 10px;
}

.footer_record p:last-child {
    color: #21944b;
}

.footer_word>p {
    margin-top: 20px;
}

.footer_word .word_ps {
    list-style: none;
}

.footer_word .word_ps li {
    margin-top: 10px;
    color: #696969;
}

.el-collapse {
    margin: 0 auto;
    /* width: 90%; */
    padding: 0 15px;
}

/* phone */

@import url("//unpkg.com/element-ui@2.13.0/lib/theme-chalk/index.css");
.app_footer.phone {
    display: none;
    width: 100%;
    background: #fcfcfc;
}

.app_footer.phone .footer_word {
    margin: 0 auto;
    width: 90%;
    background: #fcfcfc;
}

.app_footer.phone .footer_worker {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_worker div {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_worker div img {
    /* 设置光标，鼠标在点上会变成手指 */
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.app_footer.phone .footer_record {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.app_footer.phone .footer_record p {
    color: #565656;
}

.app_footer.phone .footer_record span {
    width: 10px;
}

/* icon图标 */

.el-icon-arrow-right:before {
    content: "\e6d9";
}

.el-collapse-item__arrow.is-active:before {
    content: "\e6d8";
}

.el-collapse-item__arrow.is-active {
    -webkit-transform: none;
    transform: none;
}

/* 分屏幕 */

@media (max-width:1200px) {
    .menu_item .item_title>a {
        color: #000000;
        height: 12px;
        line-height: 12px;
        font-size: 10px;
    }
    .content_list .list_item>a {
        height: 12px;
        line-height: 12px;
        font-size: 10px;
        color: #525252;
    }
}

/* 移动端内容 */

@media (max-width: 960px) {
    .app_footer.pc {
        display: none;
    }
    .app_footer.phone {
        display: block;
    }
    .el-collapse-item {
        background: #fcfcfc;
    }
    .el-collapse-item__header {
        border-bottom: 1px solid #e6e6e6;
        /* padding: 0 15px; */
        background: #fcfcfc;
        font-size: 16px;
    }
    .el-collapse-item__content {
        background: #fcfcfc;
        padding: 0px;
    }
    .el-collapse-item__content div {
        border-top: 1px solid #e6e6e6;
        padding-left: 15px;
        line-height: 40px;
    }
    .el-collapse-item__content div a {
        display: block;
    }
}

@media (max-width: 768px) {}