html {
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑';
    min-width: 1400px;
}

html, body, p, ul, li, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.clearfix::after, .clearfix::before {
    content: '';
    clear: both;
    display: table;
}
.w800p {
   width: 800px;
}
.w1200p {
    width: 1200px;
}
.w100 {
    width: 100%;
}
.h100 {
    height:100%;
}
.m0_auto {
    margin: 0 auto;
}
.content-wrap {
    /*min-height: 536px;*/
}
.notice-message {
    color: #63065f;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.relative {
    position: relative;
}
/*面包屑*/
#breadcrumb, .breadcrumbbox {
    line-height: 60px;
    font-size: 16px;
}
.breadcrumbbox h3{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.88px;
}
/*前台系统top部分*/
.navbg {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid #009DA4;
    box-sizing: border-box;
}
.user-top-log {
    float: left;
    margin-top: 12px;
}
.user-top-log2 {
    float: right;
    margin-top: 35px;
}
.navbg>div {
/*    background: url("../../image/common/user-top.png") no-repeat top;*/
    background: #fff;
    position: relative;
}
.nav-search {
    padding: 0 10px;
    margin-top: 15px;
    background: url(../../image/common/nav-search-bg.png);
    height: 43px;
    width: 280px;
    outline: none;
    border: none;
    box-sizing: border-box;
}
.nav-search input {
    height: 42px;
    position: absolute;
    outline: none;
    border: none;
    box-sizing: border-box;
    background: none;
    padding: 0 10px;
    color: #fff;
}
.nav-search #searchBtn {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    right: 0;
    top: 0;
    float: right;
    width: 40px;
}
.nav li a {
    display: inline-block;
    color: #333;
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.88px;
}
.nav ul li span{
    text-decoration: none;
    position: absolute;
    left: -49px;
    width: 156px;
    background: #fff;
    border: 1px solid #63065f;
    border-top: none;
    z-index: 999;
}
.child-menu-wrap li {
    line-height: 35px;
}
.nav span ul li a{
    font-size:15px;
    text-align: center;
}
.nav ul li:hover span {
    display: block;
    text-decoration: none;
}
.child-menu-wrap a:hover {
    background:#63065f;
    color: #fff;
}
#menu {
    height: 52px;
    position: absolute;
    color: #333;
    width: auto;
    line-height: 49px;
    font-weight: bold;
}
.nav-menu-line {
    height: 28px;
    width: 1px;
    background: #DCDCDC;
    margin: 13px 0 10px;
    display: inline-block;
}
#menu>li {
    float: left;
    position: relative;
    cursor: pointer;
}
#menu>li+li {
    margin-left: 71px;
}

#menu>li>ul {
    position: absolute;
    z-index: 99;
    width: 110px;
    text-align: center;
    line-height: 28px;
}
#menu>li>ul a{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 0;
}
#menu>li>ul a:hover{
    color: #fff;
    background: #63065f;
}

.user-info {
    float: right;
    height: 100%;
}
.user-info p {
    padding: 0 18px;
    height: 35px;
    line-height: 35px;
    background: #009DA4;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    letter-spacing:0.32px;
    box-sizing: border-box;
    margin-top: 8px;
}
#register {
    margin-left: 16px;
}
#logionAcc, #register {
    font-size:16px;
    color: #fff;
}
.logout {
    cursor: pointer;
}
/*前台系统bottom部分*/
.footer{
    box-sizing: border-box;
    color: #fff;
    background-color: #009DA4;
    font-weight: 200;
    margin-top: 104px;
    height:80px;
}
.footer-box {
    height: 80px;
    width: 100%;
    text-align: center;
}
.footer-box h3 {
    display: inline-block;
}
.footer-line {
    width:2px;
    height: 16px;
    margin:-2px 10px;
    display: inline-block;
    background: #fff;
}
.footer-box h3 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.32px;
    line-height: 32px;
}
.footer-box p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.32px;
    line-height: 80px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
}

.footer-box img {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: auto;
    object-fit: fill;
    margin-right: 20px;
}


.k-pager-wrap .k-state-selected {
    padding: .3rem;
}
.k-state-selected {
    color: #fff;
    background-color: #0275d8;
    border-radius: 50%;
}
.k-pager-wrap .k-link, .k-pager-wrap .k-pager-nav {
    border:none;
    background:none;
}
.k-pager-wrap .k-state-selected {
    padding: .3rem;
    width: 14px;
    height: 14px;
    margin:5px 0;

}
.k-pager-numbers .k-state-selected, .k-pager-numbers .k-state-selected:hover {
     border:none;
}
.k-pager-nav+.k-pager-numbers {
    position: relative;
}
.k-pager-numbers li {
    float: left;
}
.m-nav-txt{
    display: inline-block;
    color: #333;
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.88px;
    font-style: normal;
}
.j-exalurl{
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height:0;
    top: 53px;
    overflow: hidden;
    background: #fff;
    border:none;
}
.j-dataurl:hover .j-exalurl{
    height:132px;
    border: 1px solid #63065f;
    border-top: none;
}


.footer-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}

.footer-box-left{
    width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-box-right{
    margin-left: 50px;
    width: 550px;
    padding: 10px 0;
}

.footer-box-right-item{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-family: 'Noto Serif SC', serif;
}

.footer-box-right-item p:first-child{
    width: 40%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.footer-box-right-item p:last-child{
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.footer-box-right-item p a {
    color: #fff;
    margin-right: 10px;
}