@charset "UTF-8";
/**
 * 首页类
 * @authors fl
 * @date    2019-06-12 15:40:13
 * @version v1.0
 */
 
 /*菜单栏*/
 .menus {
    position: relative;
    box-sizing: border-box;
    padding: 4.264vw 0 5.33vw 0;
    width: 100vw;
    height: 54vw;
    background-color: #fff;
}
.menu-item {
    height: 18.4vw;
    width: 13vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.menu-item-icon {
    width: 12.26vw;
    height: 12.26vw;
    border-radius: 50%;
    overflow: hidden;
}
.menu-item-title {
    font-size: 3.2vw;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #222;
}
.menus .pagination{
    width: 100%;
    bottom:2.46vw;
}
.menus .swiper-pagination-bullet{
    margin:0 1.33vw !important;
    width: 1.6vw;
    height: 1.6vw;
}
html, body {
     margin: 0;
     padding: 0;
 }

a {
    text-decoration: none;
}

.body {
    font-family: "Microsoft Yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #222;
    overflow-x: hidden;
}

.img {
    width: 100%;
    height: 100%;
}

.imga {
    width: 100%;
    height: auto;
}

.block-a {
    display: block;
    text-decoration: none;
}

.bar {
    width: 100vw;
    height: 2.8vw;
    background-color: #f0f0f0;
}

.header {
    box-sizing: border-box;
    padding: 0 5.2vw;
    width: 100vw;
    height: 13.4vw;
    background-color: #ffd801;
    background-image: url('//www.xiaokeai.com/statics/mindex/images/topbg.png');
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-size: 62px 50px;
}

.header-logo {
    padding-top: 2.4vw;
    width: 18vw;
}

.header-tabs {
    width: 30vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-taba {
    width: 13vw;
    height: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
    background-image: url('//www.xiaokeai.com/statics/mindex/images/abg.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.header-tab {
    width: 13vw;
    height: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
    font-size: 3.5vw;
    color: #222;
    cursor: pointer;
}

.header-search {
    padding: 0 2.4vw;
    height: 5.4vw;
    line-height: 5.4vw;
    font-size: 3.5vw;
    color: #222;
    text-align: center;
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(253, 162, 0, 0.5);
    background-color: #ffee95;
    border-radius: 2.7vw;
    border: 2px solid #fdb900;
}

.tabs {
    box-sizing: border-box;
    width: 100vw;
    height: 11vw;
    padding: 0 1.7vw;
    white-space: nowrap;
    text-align: justify;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}

.taba {
    line-height: 11vw;
    font-size: 4.3vw;
    color: #ffd801;
    margin: 0 3.5vw;
    text-decoration: none;
}

.tab {
    line-height: 11vw;
    font-size: 4.3vw;
    color: #222;
    margin: 0 3.5vw;
    text-decoration: none;
}

.menus {
    position: relative;
    box-sizing: border-box;
    padding: 4.2vw 5.4vw;
    width: 100vw;
    height: 54vw;
    background-color: #fff;
}

.menu-item {
    height: 18.5vw;
    width: 13vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-item-icon {
    width: 12.6vw;
    height: 12.6vw;
    border-radius: 50%;
    overflow: hidden;
}

.menu-item-title {
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
    color: #222;
}

.content-box {
    width: 100vw;
    background-color: #fff;
}

.content-header {
    width: 100vw;
    height: 13vw;
    box-sizing: border-box;
    padding: 0 5.2vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}

.content-title {
    position: relative;
    font-size: 4.8vw;
    color: #222;
    z-index: 9;
}

.content-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.8vw;
    left: 2vw;
    bottom: -.4vw;
    background-color: #ffd801;
    z-index: -1;
}

.content-items {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.2vw;
}

.content-itema {
    padding: 5.4vw 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}

.content-itemb {
    padding: 5.4vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}

.new-left {
    width: 57vw;
    height: 21vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.new-title {
    font-size: 3.7vw;
    color: #222;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new-msg {
    width: 100%;
    height: 6vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.new-origin {
    font-size: 2.8vw;
    color: #999;
    margin-right: 3vw;
    max-width: 22vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-time {
    font-size: 2.8vw;
    color: #999;
}

.new-look {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.new-eye {
    line-height: 0;
    width: 5.3vw;
    height: 3.7vw;
    margin-right: 1vw;
}

.new-valumn {
    font-size: 2.8vw;
    color: #999;
}

.new-right {
    width: 28.8vw;
    height: 21vw;
}

.new-imgs {
    padding: 4vw 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.new-img {
    width: 28.8vw;
    height: 21vw;
}

.content-btns {
    width: 100%;
    height: 13vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-btnsa {
    width: 100%;
    height: 13vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-btn {
    width: 44vw;
    height: 8vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content-btn-title {
    line-height: 4vw;
    font-size: 3.7vw;
    color: #ffd801;
    margin-right: .5vw;
}

.content-btn-icon {
    padding-top: .6vw;
    width: 4vw;
    height: 4vw;
}

.content-btns-line {
    width: 1px;
    height: 8vw;
    background-color: #e2e2e2;
}

.footer {
    box-sizing: border-box;
    width: 100vw;
    height: 9.4vw;
    background-color: #ffd801;
    background-image: url('//www.xiaokeai.com/statics/mindex/images/topbg.png');
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2.4vw;
    color: #222;
}

.footer-left {
    margin-right: 3vw;
}

.fix-menu {
    position: fixed;
    right: 0;
    bottom: 20vw;
    width: 22vw;
    /*height: 12vw;*/
    line-height: 0;
    text-align: center;
    /*background: url("//www.xiaokeai.com/statics/mindex/images/backgroud.png");*/
    z-index: 9999;
    display: none;
}
.gototop {
    display: contents;
    width: 4.3vw;
    height: auto;
}
.gofirst {
    display: inline-block;
    width: 4.3vw;
    height: auto;
}
.godown {
    display: inline-block;
    width: 4.3vw;
    height: auto;
}
/*样式调整  5-29*/
.header{
    overflow: hidden;
}
.header-logo{
    padding:0;
}
.header-logo img{
    padding-top: 3.3vw;
}
.header-search a{
    color:#291e18;
}
.header-tabs,.header-search{
    margin:2vw 0 0 0;
}
.tabs{
    height: 10.66vw;
    line-height: 10.66vw;
    font-size: 4.53vw;
    -moz-box-shadow:0px 0.266vw 0.8vw 0px rgba(0,0,0,0.05);
    -webkit-box-shadow:0px 0.266vw 0.8vw 0px rgba(0,0,0,0.05);
    box-shadow:0px 0.266vw 0.8vw 0px rgba(0,0,0,0.05);
    border:0;
    margin:0 0 1.066vw 0;
    padding:0 0 0 5vw;
}
.tabs .taba{
    color:#FFBD00;
    font-size: 4.53vw;
}
.tabs .taba,.tabs .tab{
    margin:0 7.6vw 0 0;
    font-weight:500;
}
.menus{
    padding:3.264vw 0 5.33vw 0;
}
.menus .pagination{
    width: 100%;
    bottom:2.46vw;
}
.menus .swiper-pagination-bullet{
    margin:0 1.33vw !important;
    width: 1.6vw;
    height: 1.6vw;
}
.menu-item{
    height: 18.4vw;
}
.menu-item-title{
    font-size: 3.2vw;
    font-weight:500;
}
.menu-item-icon{
    width: 12.26vw;
    height: 12.26vw;
}
.bar{
    height: 2.66vw;
}
.content-header{
    height: 12.8vw;
}
.content-title{
    font-weight:400;
    font-size: 5.33vw;
}
.content-itema{
    padding:5.33vw 0;
}
.new-title{
    line-height: 6.66vw;
    font-size: 4.53vw;
    /*font-weight: 400;*/
    /*font-weight: bold;*/
}
.content-box .new-right,.content-box .new-left,.content-box .new-img{
    height: 20.8vw;
}
.content-box .new-right img,.content-box .new-left img,.content-box .new-img img{
    object-fit: cover;
}
.new-msg{
    line-height: 5.33vw;
}
.new-msg .new-origin,.new-msg .new-time,.new-msg .new-valumn{
    font-size: 3.733vw;color:#aaa;
}
.content-itemb{
    padding:4vw 0 2.66vw 0;
    align-items:flex-start;
}
.content-itemb .new-msg .new-look{
    justify-content: flex-end;
}
.content-itemb .new-msg .new-look:first-child{
    width: 57%;justify-content: space-between;
}
.content-itemb .new-msg .new-look:first-child .new-origin,
.content-itemb .new-msg .new-look:first-child .new-time{
}
.new-origin:empty,
.new-time:empty{
    display: none;
}
.content-btn-icon{
    padding:0;
}
.content-btn-icon img{
    display: block;
}
.content-btn-title{
    font-size: 4vw;
}
.content-items,.content-header{
    padding:0 5vw;
}
.content-title::before{
    background:-webkit-linear-gradient(90deg,rgba(255,191,15,1) 0%,rgba(255,235,50,1) 100%);
    background:-moz-linear-gradient(90deg,rgba(255,191,15,1) 0%,rgba(255,235,50,1) 100%);
    background:linear-gradient(90deg,rgba(255,191,15,1) 0%,rgba(255,235,50,1) 100%);
}
.registion{
    position: fixed;
    width:100%;
    bottom: 16px;
    height: 8%;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: none;
    border-left: none;
    z-index: 1000;
}
.rebutton{
    width:70%;
    background-color:#FFD800;
    height: 70%;
    margin: auto;
    margin-top: 8px;
}
.registion_cen{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width:100%;
    background: white url("//www.xiaokeai.com/statics/mindex/images/0.jpg") no-repeat  0px 0px;
    background-size: 100%;
    z-index: 1000;
}

.registion_cen_input {
    padding-top: 5%;
    margin-top: 30%;
    height: 30%;
    line-height: 60px;
    z-index: 1001;
    margin-left: 6%;
    width: 88%;
    background: beige;
    border:1px solid #ccc;
}
.registion_cen_input ul,li{
    padding:0;
    margin:0;
    list-style:none
}
.content-tag{
    margin-left: 2.13vw;
    margin-bottom: 2.13vw;
    /*color: #FFBD00;*/
    color: black;
    font-size: 4.53vw;
    border-radius: 0.53vw;
    /*border: 1px solid rgba(255, 189, 0, 1);*/
    padding: 0 2.13vw;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-top: 20px;
}

.content-tag-item {
    display:inline;
    margin-top: 50px;
}

#regis {
    margin-left: 35%;
}
@media(max-width:640px){
.registion_cen_input {
    line-height: 40px;
}
}
@media(max-width:568px){
    .registion_cen_input {
        line-height: 30px;
    }
}



/*轮播*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider {
    position: relative;
    width: 9999px;
}
.slider:before,
.slider:after {
    display: table;
    content: ' ';
}
.slider:after {
    clear: both;
}
.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slider__item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}
/* Arrows */
.slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}
.slider__switch--prev {
    left: 10px;
}
.slider__switch--next {
    right: 10px;
}

.slider__switch:hover {
    opacity: .85;
}
.slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}
.slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
    opacity: 0;
    visibility: hidden;
}
.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99999;
    filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-nav__control.is-active {
    width: 12px;
    height: 12px;
    background: #fff;
}
.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }
    .slider__caption {
        display: none;
    }
}