@charset "UTF-8";
/*!
 * Version 1.0.0
 * 此样式是 02_plugin.min.js 的样式，以及初始化全局样式。
 * Author:Buller
 * Date:2018-08-03 15:30
 */

/* 全局初始化样式START */

/*html5*/

html,
body,
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
    display: block;
}

a,
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
table,
td,
textarea,
th,
tr,
ul,
::after,
::before {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    max-width: 100%;
    min-width: 360px;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-style: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
    border-collapse: collapse;
}

li {
    list-style: none;
}

a,
fieldset,
img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

a {
    color: #000;
    display: block;
    text-decoration: none;
}

a,
button,
.KN_Hover:hover,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    outline: none;
    cursor: pointer;
}

.KN_Hover:hover {
    opacity: .5;
}

.KN_Show {
    display: block !important;
}

.KN_Hide {
    display: none !important;
}

.inblock {
    display: inline-block;
}

/* 表格鼠标事件START */

.KN_TableHover:hover {
    background: #f8f8f8;
}

/* 表格鼠标事件END */

/* 清除浮动START*/

.clearfix {
    zoom: 1;
}

.clearfix::after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
}

/* 清除浮动END*/

/* 边距START*/

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_10p {
    margin-top: 10%;
}

.margin_top_0 {
    margin-top: 0 !important;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_10p {
    margin-bottom: 10%;
}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}

.margin_left_0 {
    margin-left: 0 !important;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_10p {
    margin-right: 10%;
}

.margin_right_0 {
    margin-right: 0 !important;
}

.border_0 {
    border: 0 !important;
}

.border_top_0 {
    border-top: 0 !important;
}

.border_bottom_0 {
    border-bottom: 0 !important;
}

.border_left_0 {
    border-left: 0 !important;
}

.border_right_0 {
    border-left: 0 !important;
}

.padding_0 {
    padding: 0 !important;
}

/* 边距END*/

/* 背景颜色START */

.bg_dark {
    background: #000;
}

.bg_white {
    background: #fff;
}

.bg_secondary {
    background: #d6d8db;
}

.text_black {
    color: #000;
}

.text_white {
    color: #fff;
}

.border {
    border: #ccc 1px solid;
}

.border_top {
    border-top: #ccc 1px solid;
}

.border_bottom {
    border-bottom: #ccc 1px solid;
}

.border_left {
    border-left: #ccc 1px solid;
}

.border_right {
    border-right: #ccc 1px solid;
}

/* 背景颜色END */

/* 定位START */

.ps_rel {
    position: relative;
}

.KN_Rel {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.ps_abs {
    position: absolute;
}

.KN_Abs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ps_fix {
    position: fixed;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right !important;
}

/* 定位END */

/* 宽度、高度START */

.mx_wh {
    width: 100% !important;
    height: 100% !important;
}

.mx_w {
    width: 100% !important;
}

.mx_h {
    height: 100% !important;
}

.mx_auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* 宽度、高度END */

/* 全局初始化样式END */

/* ~~~~~~~~~~~~~~~~~~轮播START~~~~~~~~~~~~~~~~~~ */

.KN_Slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.KN_SlideImgGroup {
    height: 100%;
    display: inline-block;
    position: relative;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
}

.KN_SlideImg {
    float: left;
}

.KN_SlidePoint {
    position: relative;
    top: -30px;
    display: inline-block;
}

.KN_SlidePointList {
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: #f00;
    border-radius: 15px;
}

.KN_SlidePointList:nth-child(1) {
    margin-left: 0;
}

.KN_SlidePointActive {
    background: #fff;
}

/* ~~~~~~~~~~~~~~~~~~轮播END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~导航栏动画START~~~~~~~~~~~~~~~~~~ */

.KN_HeaderOn {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    position: fixed !important;
    animation: KN_HeaderShow .5s;
    -webkit-animation: KN_HeaderShow .5s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

@keyframes KN_HeaderShow {
    0% {
        top: -100%;
    }
    100% {
        top: 0%;
    }
}

/* ~~~~~~~~~~~~~~~~~~导航栏动画END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~移动端菜单栏、导航栏START~~~~~~~~~~~~~~~~~~ */

.app {
    display: none;
}

@media(max-width:1024px) {
    /* 菜单栏START */
    .KN_Header {
        display: none;
    }
    .app {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background: #000;
        /* box-shadow: 0 3px 3px rgba(0, 0, 0, .3); */
    }
    .app_nav {
        height: 58px;
        color: #fff;
        margin: 0 20px;
    }
    .app_nav_left {
        float: left;
        height: 100%;
    }
    .app_nav_logo {
        float: left;
        height: 100%;
    }
    .app_nav_name {
        line-height: 58px;
        margin-left: 10px;
        float: left;
    }
    /* 菜单栏END */
    .app_nav_menu,
    .app_nav_active {
        float: right;
        position: relative;
        top: 18px;
        width: 30px;
        height: 25px;
    }
    .app_nav_menu:hover,
    .app_nav_active:hover {
        cursor: pointer;
        opacity: .8;
        transition: all .3s;
    }
    .app_nav_line {
        position: relative;
        top: 10px;
    }
    .app_nav_line,
    .app_nav_line::before,
    .app_nav_line::after {
        width: 30px;
        height: 5px;
        background: #fff;
        transition: all .1s ease-out;
        border-radius: 2px;
    }
    .app_nav_line::before,
    .app_nav_line::after {
        content: "";
        position: absolute;
    }
    .app_nav_line::before {
        margin-top: -10px;
    }
    .app_nav_line::after {
        margin-top: 10px;
    }
    .app_nav_active>.app_nav_line::before,
    .app_nav_active>.app_nav_line::after {
        margin-top: 0;
    }
    .app_nav_active>.app_nav_line::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .app_nav_active>.app_nav_line {
        background: rgba(0, 0, 0, 0) !important;
    }
    .app_nav_active>.app_nav_line::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    /* 导航栏START */
    .app_navgroup {
        display: none;
    }
    .app_navbar {
        width: 100%;
        background: #fff;
    }
    .app_item,
    .app_exit {
        padding-left: 20px;
        line-height: 30px;
        color: #000;
    }
    .app_exit {
        display: block;
    }
    .app_item:hover,
    .app_exit:hover {
        color: #fff;
        cursor: pointer;
        padding-left: 50px;
        background: rgba(0, 0, 0, .5);
        transition: padding-left .3s;
    }
    .app_cover {
        z-index: -1;
        opacity: .8;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
    }
    /* 导航栏END */
}

/* ~~~~~~~~~~~~~~~~~~移动端菜单栏、导航栏END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~折叠面板START~~~~~~~~~~~~~~~~~~ */

.panel {
    padding: 4%;
}

.panel_group {
    margin-top: 20px;
}

.panel_group:nth-child(1) {
    margin-top: 0;
}

.panel_up {
    height: 60px;
    line-height: 60px;
    border: #ccc 1px solid;
    padding: 0 20px;
}

.panel_up:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.panel_up_left {
    float: left;
}

.panel_up_right {
    float: right;
}

.panel_down {
    border: #ccc 1px solid;
    border-top: 0;
    display: none;
}

.panel_item {
    padding: 0 20px;
    line-height: 30px;
}

/* ~~~~~~~~~~~~~~~~~~折叠面板END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~模态框START~~~~~~~~~~~~~~~~~~ */

.KN_Mod {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    animation: KN_ModShow .3s;
    -webkit-animation: KN_ModShow .3s;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.KN_ModContent {
    padding: 20px;
    min-width: 320px;
    text-align: left;
    background: #fff;
    display: inline-block;
    animation: KN_ContectShow .3s;
    -webkit-animation: KN_ContectShow .3s;
    position: relative;
    top: 10%;
}

.KN_ModHeader {
    line-height: 30px;
    padding-bottom: 10px;
}

.KN_ModHeaderTitle {
    float: left;
}

.KN_BtnModClose {
    float: right;
    font-size: 30px;
    position: relative;
    top: -3px;
}

.KN_ModBody {
    overflow-y: auto;
    max-height: 450px;
}

@keyframes KN_ModShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes KN_ContectShow {
    0% {
        top: -100%;
    }
    100% {
        top: 10%;
    }
}

/* ~~~~~~~~~~~~~~~~~~模态框END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~返回、前进START~~~~~~~~~~~~~~~~~~ */

.btn {
    height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    background: #28a745;
    border: #28a745 1px solid;
}

.btn:hover {
    cursor: pointer;
    transition: all .3s;
    background: #218838;
}

/* ~~~~~~~~~~~~~~~~~~返回、前进END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~表单标签START~~~~~~~~~~~~~~~~~~ */

@media(max-width: 480px) {
    .KN_Textarea {
        width: 65% !important;
    }
    .file {
        width: 65% !important;
    }
}

@media(max-width:360px) {
    .KN_Security {
        width: 120px !important;
    }
    .KN_SignGroup {
        padding: 0 0 0 10px !important;
        width: 65px !important;
    }
}

.KN_Select {
    float: left;
    width: calc(100% - 7px - 83%) !important;
}

textarea {
    padding: 5px;
    width: calc(100% - 12px) !important;
    resize: vertical;
    min-height: 100px;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
    min-width: 193px;
    width: calc(100% - 7px);
    height: 38px;
    font-size: 14px;
    padding-left: 5px;
    border-radius: 5px;
    font-family: "Microsoft Yahei";
    border: 1px solid rgba(0, 0, 0, .3);
}

input[type="search"] {
    height: 40px;
}

select {
    min-width: 200px;
    width: calc(100%);
    height: 40px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
    font-family: "Microsoft Yahei";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important;
    font-family: "Microsoft Yahei";
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999 !important;
    font-family: "Microsoft Yahei";
}

input[type="submit"]:focus {
    border-color: #28a745;
}

input[type="search"],
input[type="search"]:focus {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 8px rgba(128, 189, 255, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 8px rgba(128, 189, 255, .6);
}

.KN_Textarea {
    float: left;
    width: calc(100% - 12px - 70%) !important;
    /* resize: none; */
}

.KN_CheckBoxHide {
    z-index: -1;
    display: none;
    position: absolute;
}

.KN_CheckBoxTrue {
    display: none;
    font-size: 13px;
    position: absolute;
}

input[type="checkbox"]+.KN_CheckBoxSpan {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border: #000 1px solid;
    position: relative;
    top: 13px;
}

input[type="checkbox"]:checked+.KN_CheckBoxSpan>.KN_CheckBoxTrue {
    display: block;
}

input:focus,
select:focus,
textarea:focus {
    border: #0078d7 1px solid;
}

.KN_UserDefined:hover>.KN_CheckBoxSpan {
    border: #0078d7 1px solid;
}

.KN_UserDefined:hover>.KN_CheckBoxSpan>.KN_CheckBoxTrue {
    color: #0078d7;
}

.KN_CheckBoxHide,
.KN_UserDefined,
.security_text,
.KN_Security,
.KN_SignItem,
.KN_SignGroup {
    float: left;
}

.KN_Security {
    margin-right: 5px;
    width: 10% !important;
}

.KN_SignGroup {
    width: 58px;
    padding: 0 5px;
    font-size: 13px;
    line-height: 40px;
    font-style: italic;
    border-radius: 5px;
}

/* ~~~~~~~~~~~~~~~~~~表单标签END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~返回顶部START~~~~~~~~~~~~~~~~~~ */

@media(max-width:1024px) {
    .KN_GoTop {
        display: none !important;
    }
}

.KN_GoTop {
    right: 3%;
    z-index: 9;
    bottom: 18%;
    display: none;
    position: fixed;
    padding: .3% .6%;
    border: 1px solid #888;
    background-color: #fff;
}

.KN_GoTop:hover {
    opacity: .5;
    cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~返回顶部END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~倒计时START~~~~~~~~~~~~~~~~~~ */

.KN_CountdownList {
    float: left;
}

/* ~~~~~~~~~~~~~~~~~~倒计时END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~同处切换START~~~~~~~~~~~~~~~~~~ */

.KN_CutGroup {
    display: inline-block;
}

/* ~~~~~~~~~~~~~~~~~~同处切换END~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~上传START~~~~~~~~~~~~~~~~~~ */

.KN_File {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background: url(../../yibazhan/images/http://www.shzmdesign.cn/Public/img/img_shangchuanfj.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    margin-top: 5px;
    margin-left: 5px;
}

.KN_InputFiles {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.KN_FileImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.KN_FileImgClose {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 20px;
}

/* ~~~~~~~~~~~~~~~~~~上传END~~~~~~~~~~~~~~~~~~ */

/*
*日历START
*/

.KN_CalendarToday {
    color: #fff !important;
    border-radius: 5px;
    background: url(../../yibazhan/images/http://www.shzmdesign.cn/Public/img/img_today.png) no-repeat;
    background-position: center 0;
    background-size: auto;
}

.KN_Calendar tr,
.KN_CalendarTitle>i {
    line-height: 60px;
}

.KN_Calendar tr>th:nth-child(1),
.KN_Calendar tr>th:nth-child(7),
.KN_Calendar tr>td:nth-child(1),
.KN_Calendar tr>td:nth-child(7) {
    color: #ff0000;
}

.KN_CalendarTitle {
    width: 10%;
    color: #000;
    display: inline-block;
}

.KN_CalendarTitle>i {
    width: 10%;
    font-size: 30px;
}

.KN_CalendarYear {
    width: 80%;
}

/*
*日历END
*/

/*
*滚动图片START
*/

.KN_GunDong {
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.KN_GunDongGroup {
    width: 600%;
    height: 100%;
    display: inline-block;
    animation: KN_GunDong_AutoImg 30s linear infinite;
    -webkit-animation: KN_GunDong_AutoImg 30s linear infinite;
}

/*哪个类里有动画hover哪个类*/

.KN_GunDongGroup:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.KN_GunDongImg_T {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    line-height: 300px;
    position: absolute;
    transition: all .5s;
    background: rgba(0, 0, 0, .5);
}

.KN_GunDongList {
    float: left;
    position: relative;
    height: 100%;
}

.KN_GunDongList:hover>.KN_GunDongImg_T {
    opacity: 1;
}

.KN_GunDongImg {
    height: 100%;
}

@keyframes KN_GunDong_AutoImg {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -100%;
    }
}

/*
*滚动图片END
*/