/* 顶部Logo */

#top {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: 1.02rem;
    background: #fff;
}

#top>div {
    display: block;
    margin: 0 .24rem;
}

#top>div>span {
    float: right;
    display: inline-block;
    margin-left: .24rem;
    width: 1.24rem;
    height: .66rem;
    border: .02rem solid #f1f1f1;
    border-radius: .33rem;
    background: url(images/r-icon-pre.png) no-repeat center bottom;
    background-color: hsla(0, 0%, 100%, .3);
    background-size: .66rem auto;
    cursor: pointer;
}

#top>div>a {
    float: left;
    display: inline-block;
    margin-right: .24rem;
    width: 1.24rem;
    height: .68rem;
    background: url(images/k-logo.png) no-repeat left center;
    background-size: 1.22rem auto;
    cursor: pointer;
}

#top>div>.search {
    margin: .14rem 0;
    height: .7rem;
    border: .02rem solid #f1f1f1;
    border-radius: .35rem;
    background: hsla(0, 0%, 96%, .9);
    display: block;
    overflow: hidden;
}

.search img {
    float: right;
    display: inline-block;
    padding: .1rem .22rem;
    width: .32rem;
    height: .5rem;
    border-radius: .37rem;
}

.search div {
    display: block;
    margin: .1rem .76rem .1rem .36rem;
    height: .5rem;
}

.search div input {
    float: left;
    overflow: hidden;
    width: 95%;
    height: .5rem;
    border: none;
    background: 0 0;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .28rem;
    line-height: .5rem;
}


/* 顶部菜单 */

#syNav {
    background: #fff;
    position: fixed;
    top: 1.02rem;
    z-index: 10;
    width: 100vw;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

#syNav .swiper-slide {
    overflow: hidden;
    padding: 0 .12rem;
    width: 1rem;
    height: .86rem;
    text-align: center;
}

#syNav .active a {
    color: #ff9d01;
    font-weight: 800;
    font-size: .4rem;
}

#syNav a {
    display: block;
    color: #848493;
    letter-spacing: .02rem;
    font-size: .32rem;
    line-height: .86rem;
    transition: all .3s ease;
}

#syNav .active a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -.2rem;
    width: .4rem;
    height: .06rem;
    background: #ff9d01;
    content: " ";
}


/* 资讯内容 */

.News,
.Skill,
.hj-collection,
.lb-package,
.kf_open-service {
    padding-top: 0.05rem;
    width: 100%;
}

.Head4 {
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.Head4 ul {
    display: inline-block;
    overflow: hidden;
}

.Head4 ul li {
    float: left;
}

.Head4 ul li a {
    display: inline-block;
    margin: .32rem .06rem .12rem .06rem;
    padding: 0 .16rem;
    border-radius: .24rem;
    font-size: .28rem;
    line-height: .48rem;
}

.Head4 ul li a.cur4 {
    background: #ff9d01;
    color: #fff;
}


/* .Head2 {
    display: block;
    overflow: hidden;
    padding: 0 .24rem;
    background: #fff;
}

.Head2 h2 {
    float: left;
    color: #333;
    font-size: .32rem;
    line-height: .84rem;
}

.Head2 .chose {
    float: right;
    display: inline-block;
    overflow: hidden;
    margin: .16rem 0;
    border-radius: .26rem;
}

.Head2 .chose a {
    float: left;
    display: inline-block;
    padding: 0 .12rem;
    background: #f6f6f6;
    color: #999;
    font-size: .24rem;
    line-height: .52rem;
}

.Head2 .chose a.cur3 {
    background: #ff9d01;
    color: #fff;
} */

.Cont5 {
    display: block;
    background: #fff;
}

.Cont5 ul {
    display: block;
    overflow: hidden;
}

.Cont5 ul li {
    display: block;
    overflow: hidden;
    padding: .2rem .24rem;
    border-bottom: .02rem solid #f5f5f5;
}

.Cont5 ul li>a {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-right: .2rem;
    width: 1.76rem;
    height: 1.16rem;
    border-radius: .1rem;
    background: #fefefe;
    text-align: center;
}

.Cont5 ul li>a img {
    height: 100%;
}

.Cont5 ul li>dl {
    display: block;
}

.Cont5 ul li>dl dt {
    overflow: hidden;
    height: .8rem;
}

.Cont5 ul li>dl dt h3 {
    display: inline-block;
    font-weight: 400;
    font-size: .24rem;
}

.Cont5 ul li>dl dt h3 a {
    display: inline-block;
    overflow: hidden;
    max-height: .8rem;
    color: #333;
    font-size: .32rem;
    line-height: .4rem;
}

.Cont5 ul li>dl dd {
    display: table-cell;
    height: .36rem;
    color: #999;
    vertical-align: bottom;
    font-size: .2rem;
}

.ymbox {
    display: block;
    padding: .2rem .24rem;
}

.ym {
    display: flex;
    width: 100%;
    height: .94rem;
    border-top: .02rem solid #f5f5f5;
    justify-content: space-between;
}

.ym>a {
    display: inline-block;
    font-size: .24rem;
    overflow: hidden;
    margin: .28rem 0;
    width: 22%;
    height: .6rem;
    border-radius: .08rem;
    background: #f6f6f6;
    color: #333;
    text-align: center;
    line-height: .6rem;
}

.ym>a.over {
    color: #bbb;
}

.ym>a:nth-child(2) {
    width: 14%;
}

.ym>a:nth-child(4) {
    width: 14%;
}

.ym>.container-ym {
    margin: .28rem 0;
    width: 22%;
    height: .6rem;
    border-radius: .08rem;
}

.ym>.container-ym {
    height: 1.84rem;
}

.ym>.container-ym>span {
    display: block;
    border-radius: .08rem;
    background: #FF9D01;
    color: #fff;
    text-align: center;
    font-size: .28rem;
    height: .6rem;
    line-height: .6rem;
}