a {
    cursor: pointer;
}

* {
    list-style: none;
}
.container-fluid，
.container {
    padding: 0 !important;
}

.kj-header {
    background-color: #fff;
    position: relative;
    height: 122px;
}


.kj-nav-lan {
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

/* 头部导航栏 */
.kj-headnav {
    background-color: #fff;
    border: none;
    margin: 0;
    position: unset;
}

    .kj-headnav > div,
    .kj-headnav > div > div {
        padding-left: 0;
        padding-right: 0;
    }

    .kj-headnav .navbar-header {
        width: 100%;
    }
        /* 头部logo */
        .kj-headnav .navbar-header > .kj-header-logo {
            display: block;
            padding: 0;
            background-position: center;
            width: auto;
            height: auto;
            background-size: auto 100%;
            background-repeat: no-repeat;
           
            margin-left: 0 !important;
            z-index: 1000;
            height:80px;
            display:flex;
            align-items:center;
        }
.kj-headnav .navbar-header > .kj-header-logo img{
    height:65px;
}
/* 头部联系方式 */
.header-lianxi {
    float: right;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header-lianxi > div {
        margin-left: 30px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-lianxi span,
    .header-lianxi a {
        font-size: 15px;
        color: #333333 !important;
        transition: all 0.3s;
        text-decoration: none;
        font-weight: 700;
    }

        .header-lianxi a:hover {
            color: #046EB8 !important;
        }

    .header-lianxi i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        background-color: #046EB8;
        border-radius: 2px;
        color: #ffffff;
        font-size: 16px;
        margin-right: 5px;
    }



/* 导航栏 */
.kj-headnav .kj-xiaopingzede {
    width: 100%;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-image: linear-gradient(to right,#41acf7, #046EB8, #41acf7);
    z-index: 1000;
}
    .kj-headnav .kj-xiaopingzede > div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /*首页搜索*/
    .kj-xiaopingzede .shouyesousoxianshi {
        position: absolute;
        bottom: -120px;
        height: auto;
        z-index: 1000;
    }

    .kj-xiaopingzede .shouyesousoxianshi > div {
        height: 50px;
        border: none;
        border-radius: 25px;
        background-color: #fff;
        display:flex;
        align-items:center;
        justify-content:left;
        width:730px;
        position:relative;
        top:80px;
        box-shadow: #cdc6c6 0px 5px 10px;
    }




.kj-nav::after,
.kj-nav::before {
    content: none;
}

.kj-nav {
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: center;
}

    .kj-nav > li {
        width: calc((100% - 150px) / 6);
        margin-right: 30px;
    }
        .kj-nav > li > ul {
            display: none !important;
        }
        .kj-nav > li:hover > ul{
            display:flex !important;
        }

        .kj-nav > li:last-child {
            margin-right: 0;
        }

        .kj-nav > li > a {
            font-size: 16px;
            height: 38px;
            color: #ffffff !important;
            transition: all 0.3s;
            margin-top: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding: 0;
            background-color: transparent !important;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
            .kj-nav > li > a span{
                display:none;
            }

            .kj-nav > li:hover > a {
                background-color: #fff !important;
                color: #046EB8 !important;
                font-weight:700;
            }

    .kj-nav > .active > a {
        background-color: #fff !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #046EB8 !important;
        font-weight: 700;
    }

    .kj-nav > li {
        position: relative;
        background-color:transparent!important;
    }

        .kj-nav > li > ul {
            position: absolute;
            background-color: #fff;
            padding: 5px 0;
            padding-left: 0;
            top: 100%;
            min-width: 100%;
            /*    width: 100%;*/
            border: 1px solid #ececec;
            border-top: 0;
            z-index: 1001;
            border-radius: 0 0 10px 10px;
            box-shadow: 0 6px 12px rgb(0 0 0 / 5%);
            /*display:flex;*/
            justify-content: center;
            padding: 20px 40px;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
        }
            .kj-nav > li > ul > li {
               /* width: 200px;*/
                border-right: 1px solid #f5f1f1;
            }
            .kj-nav > li > ul > li:last-child {
                border-right: none;
            }
                .kj-nav > li > ul ul{
                    display:block;
                    position:initial;
                    margin:0;
                    width:100%;
                    padding:0;
                    border:none;
                    box-shadow:none;
                    box-shadow:none;
                }
            .kj-nav > li > ul a {
                display: block;
                text-decoration: none;
                line-height: 35px;
                font-size: 15px;
                text-align: center;
              /*  white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;*/
                width: 100%;
                transition: all 0.3s;
                color: #333333;
                background-color: transparent !important;
                padding-top: 0;
                padding-bottom: 0;
            }

            .kj-nav > li > ul > li > a {
                font-size: 15px;
                font-weight: 700;
                color: #046EB8 !important;
                background-color: transparent !important;
            }

                .kj-nav > li > ul a span{
                    display:none;
                }

            .kj-nav > li > ul ul a:hover {
                color: #41ACF7;
            }

/* 搜索 */
.kj-header-search {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
}

    .kj-header-search > div {
        width: 315px;
        height: 38px;
        border: 1px solid #046EB8;
        margin: 0;
        overflow: hidden;
        border-radius: 30px;
        background-color: #046EB8;
    }

.input-group > input {


  
}
#coasearchform{
    width:100%;
}
    #coasearchform .input-group {
        width: 100%;
    }
     #coasearchform .input-group input{
         box-shadow:none;
         border-radius:5px;
     }
    #coasearchform [formrole="searchbtn"]{
        width:120px;
        height:40px;
        background-color:#046EB8;
        color:#fff;
        border:none;
        margin-top:30px;
    }
     #coasearchform [formrole="searchbtn"]:hover{
         background-color:#41acf7;
     }
    .kj-header-sea #topsearchbox input {
        border: none;
        border-radius: 0;
        padding-left: 20px;
        background-color: #fff;
        height: 100%;
        width: 630px !important;
    }
.kj-header-search input::placeholder {
    font-size: 15px;
    color: #999999;
}



.kj-header-search button {
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff !important;
    background-color: #046EB8 !important;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.3s;
    padding-right: 25px;
    padding-left: 15px;
    outline: none !important;
    font-size: 16px;
    width: 102px;
    margin-right: -2px;
    margin-left:0 !important;
}

    .kj-header-search button > i {
        font-size: 18px;
        margin-right:10px;
    }

    .kj-header-search button:hover {
        background-color: #41acf7 !important;
        color: #fff !important;
    }









/* 底部 */
.kj-footer {
    background-color: #222222;
}

.kj-advantage {
    padding: 45px 0 0;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

    .kj-advantage > div {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }
    /* 友情链接 */
    .kj-advantage > .youqing {
        width: 1200px;
        margin: auto;
        display: flex;
        justify-content: left;
        line-height: 30px;
        padding: 20px 0;
    }

        .kj-advantage > .youqing span {
            width: 70px;
            font-weight: 700;
            color: #ffffff;
        }

        .kj-advantage > .youqing a {
            color: #ffffff;
            opacity: 0.6;
            transition: all 0.3s;
            text-decoration: none;
            margin-left: 10px;
        }

            .kj-advantage > .youqing a:hover {
                opacity: 1;
            }

        .kj-advantage > .youqing > div {
            width: calc(100% - 70px);
            display: flex;
            justify-content: left;
        }





    .kj-advantage > div::after,
    .kj-advantage > div::before {
        content: none;
    }

    .kj-advantage .title > span {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        margin-left: 10px;
    }

.kj-Flogo {
    width: 150px;
    height: 95px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.kj-Fmodel {
    width: 195px;
    height: 35px;
    background-color: #549e28;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

    .kj-Fmodel i {
        font-size: 24px;
        margin-right: 5px;
    }


.kj-xian {
    height: 185px;
    width: 1px;
    margin-top: -15px;
    margin-bottom: -15px;
    background-color: rgba(255, 255, 255, 0.1);
}


.kj-FAU > div {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

    .kj-FAU > div::after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background-color: #046EB8;
        margin: 15px 0;
    }

.kj-Flx .add {
    width: 255px;
}

.kj-Flx li:last-child {
    display: flex;
    justify-content: space-between;
    width: 390px;
}

    .kj-Flx li:last-child a,
    .kj-Flx li:last-child span {
        font-size: 14px;
    }

    .kj-Flx li:last-child i {
        font-size: 18px;
        margin-right: 10px;
    }

.kj-FAU ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
}

.kj-FAU li {
    width: auto;
}



.kj-FAU ul,
.kj-Flx ul {
    padding: 0;
    margin: 0;
}

.kj-FAU a {
    color: #fff;
    transition: all 0.3s;
    line-height: 35px;
    text-decoration: none;
    opacity: 0.6;
}

    .kj-FAU a:hover {
        opacity: 1;
    }


.kj-FWC {
 /*   display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;*/
 text-align:center;
 display:block;
}

    .kj-FWC div:last-child {
        font-size: 15px;
        margin-top: 15px;
        color: #ffffff;
        opacity: 0.6;
        font-size: 13px;
    }

    .kj-FWC .kj-FQRimg {
        width: 130px;
        height: 130px;
        box-sizing: border-box;
        background-color: #fff;
        background-size: 100% 100%;
        margin: 0;
    }



.kj-copyright {
    width: 1200px;
    margin: auto;
    background-color: #222222;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kj-copyright i {
        display: block;
        width: 20px;
        height: 20px;
        background-size: auto 100%;
        background-position: right;
        margin-right: 10px;
    }

    .kj-copyright a,
    .kj-copyright span {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.6;
        transition: all 0.3s;
    }

    .kj-copyright div {
        color: #fff;
        line-height: 25px;
        display: flex;
    }

    .kj-copyright a:hover {
        opacity: 1;
    }

    .kj-copyright div {
        white-space: nowrap;
        display: flex;
    }

    .kj-copyright .zuobian > span {
        margin-right: 30px;
    }
/* 友情链接 */

































/* 固定侧边栏 */
.kj-fixed {
    position: fixed;
    right: 0;
    top: 50%;
    right: 7px;
    z-index: 1000;
    text-align: center;
    width: 65px;
}

    .kj-fixed > div {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

/* 每一项 */
.kj-fun > div {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-bottom: 2px;
}

    .kj-fun > div > div {
        position: absolute;
        background-color: #046EB8;
        top: 0;
        right: 100%;
        padding: 7px 10px;
        overflow: hidden;
        min-width: 100px;
        min-height: 50px;
        display: none;
    }

    .kj-fun > div:hover a,
    .kj-fun > div:hover i {
        color: #ffffff;
    }

.kj-qqkrfu a i {
    transition: all 0.3s;
}

.kj-qqkrfu a:hover,
.kj-qqkrfu a:hover i {
    color: #046EB8 !important;
}

.kj-fixed > div > div:hover > div {
    display: block;
}

.kj-fixed > div > div > a > i {
    font-size: 23px;
    color: #a1a1a1;
}

.kj-fixed > div > div > a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #a1a1a1;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

    .kj-fixed > div > div > a > span {
        font-size: 12px;
    }

.kj-fixed-QQ:hover,
.kj-fixed-kefu:hover,
.kj-fixed-qr:hover {
    background-color: #046EB8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.kj-fixed-top:hover {
    background-color: #046EB8;
    box-shadow: none;
}

.kj-fixed-top {
    margin-top: 20px;
    width: 65px !important;
    height: 65px !important;
    border: 1px solid #dadada;
}

    .kj-fixed-top > a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
        text-decoration: none;
        background-color: #fff;
        color: #a1a1a1;
        transition: all 0.3s;
    }

    .kj-fixed-top i {
        font-size: 23px;
    }

    .kj-fixed-top:hover > a {
        background-color: #046EB8;
        color: #fff;
    }

    .kj-fixed-top:hover i {
        color: #fff;
    }


.kj-qqkrfu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

    .kj-qqkrfu > a {
        display: block;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 0 5px;
        margin-bottom: 5px;
        color: #fff;
        font-size: 14px;
        transition: all 0.3s;
        text-decoration: none;
    }

        .kj-qqkrfu > a:hover {
            background-color: #fff;
            color: #099145;
        }

        .kj-qqkrfu > a:first-child {
            margin-top: 10px;
        }

.kj-kfdh > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #fff;
    line-height: 25px;
}

    .kj-kfdh > div > span {
        white-space: nowrap;
        display: block;
        text-align: left;
        width: 100%;
    }

.kj-QRimg {
    text-align: center;
    color: #fff;
}

    .kj-QRimg > div {
        width: 100px;
        height: 100px;
        background-color: #fff;
        background-size: 100%;
        background-position: center;
        margin-bottom: 10px;
    }

    .kj-QRimg > img {
        display: block;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }




/*导航栏个别下拉框样式*/
.yanjiulinyu ul{
    flex-direction:column;
/*    width:100% !important;*/
    padding:10px 0 !important;
}

.yanjiulinyu ul li{
    border:none;
   /* width:100% !important;*/
    transition:all 0.3s;
}

    .yanjiulinyu ul li:hover a {
        color:#41ACF7 !important;
    }




.xiaopingmudaohanglan > div {
    margin: 0;
}
.xiaopingmudaohanglan .modal-body {
    height:100vh;
    padding: 0;
}
.xiaopingmudaohanglan .modal-content {
    background-color: rgb(4 110 184 / 60%);
}
    .xiaopingmudaohanglan > div > div {
        border-radius: 0;
    }
.xiaopingmudaohanglan ul {
    padding: 0 ;
    margin:0;
}

.xiaopingmudaohanglan .modal-header{
    border:none;
}
.xiaopingmudaohanglan .close {
    opacity: 0.5;
    transition:all 0.3s;
}
.xiaopingmudaohanglan .close:hover {
    opacity: 1;
}
    .xiaopingmudaohanglan .close span {
        font-size: 20px;
        color: #fff;
    }


.xiaopingmudaohanglan .kj-navs > li {
    width: 100%;
    padding: 0 40px ;
    transition:all 0.3s;
    position:relative;
    height:auto;
}
    .xiaopingmudaohanglan .kj-navs .active,
    .xiaopingmudaohanglan .kj-navs > li:hover {
        background-color: rgb(4 110 184 / 70%);
    }
.xiaopingmudaohanglan .kj-navs > li > a {
    padding: 0;
    color: #ffffff;
    line-height: 45px;
    font-size: 17px;
    border-bottom: 1px solid #ffffff9c !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
}
    .xiaopingmudaohanglan .kj-navs > li:hover > a {
        border-bottom: none !important;
    }
    .xiaopingmudaohanglan .kj-navs > li > a  span{
        display:block;
        width:45px;
        text-align:center;
    }

    .xiaopingmudaohanglan .kj-navs > li > .kj-show{
        display:block !important;
    }

    .xiaopingmudaohanglan .kj-navs > li > .dropdown-menu {
        position: initial;
        float: none;
        background-color: transparent;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #ffffff9c !important;
    }
.kj-navs > li > .kj-show > li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    color: #fff !important;
    font-size: 15px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    background-color: transparent !important;
}
.kj-navs > li > .kj-show > li a span{
    display:none;
}
.kj-navs > li > .kj-show > li {
    transition: all 0.3s;
}
.kj-navs > li > .kj-show > li:hover {
    background-color: #046EB8 !important;
}
.kj-header-sea #topsearchbox{
    width:630px;
}
.kj-header-sea #topsearchbox input{
    width:100%!important;
}
@media screen and (max-width: 1300px) {
    .kj-xiaopingzede .shouyesousoxianshi > div {
        width: 450px;
    }

}
.shouyesousoxianshi .input-group .form-control {
    width: calc(100% - 102px);
    height: 50px;
    border: none;
}