@charset "utf-8";
/* banner轮播图 */

.hot-event .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#banner.layui-carousel>[carousel-item] {
    overflow: visible;
}

#banner.layui-carousel>[carousel-item]>* {
    height: auto;
}

#banner.layui-carousel>[carousel-item]:before {
    display: none;
}

#banner {
    width: 100%;
    max-width: 1920px;
    /* max-height: 800px; */
    margin: auto;
    overflow: hidden;
    display: block;
}

#banner_box>div .sg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -80px;
    text-align: center;
    /* color: #fff; */
    width: 1200px;
    height: 170px;
    background-size: 1200px;
    /* letter-spacing: 0px; */
    /* font-family: '幼圆'; */
    /* font-size: 50px; */
    /* line-height: 170px; */
    /* background-color: rgba(62, 83, 190, 0.3); */
}
/* #banner_box>div:first-child .sg {
   background-image: url(../img/ban_kh5.png);
}
#banner_box>div:nth-child(2) .sg {
    background-image: url(../img/ban_kh2-1.png);
 }
 #banner_box>div:last-child .sg {
    background-image: url(../img/ban_kh3-1.png);
 } */
.hot-event {
    position: relative;
    overflow: hidden;
}


/* .hot-event .switch-tab {
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%
}

.hot-event .switch-tab a,
.hot-event .switch-tab .current {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 15px;
    color: #B0B0B0;
    font: 12px/15px"\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    display: inline-block;
    background-color: #dadada;
    border-radius: 50%;
}

.hot-event .switch-tab .current {
    background-color:   #3e53be;
}

.hot-event .switch-nav {
    position: absolute;
    right: 12px;
    top: 254px;
    z-index: 2;
}

.hot-event .switch-nav .i-prev {
    background-position: -127px 0;
}

.hot-event .switch-nav .prev {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
}

.hot-event .switch-nav .next {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
}



.hot-event .switch-nav a {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(0, 0, 0, .3);
    border-style: solid;
    border-color: rgba(255, 255, 255, .6);
}

.hot-event .switch-nav a:hover {
    background: rgba(0, 0, 0, .2);
} */

.hot-event .event-item {
    height: auto;
    width: 100%;
}

.hot-event .event-item .banner {
    display: block;
}


/* .hot-event .event-item img {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(85%, transparent), to(rgba(255, 255, 255, .2)));
    border: 0;
    display: block; */


/* } */


/* 
.hide-clip {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    line-height: 0 !important;
    width: 1px !important;
    overflow: hidden;
} */


/* .ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
} */


/* banner */


/* 
.banner {
    box-sizing: border-box;
    width: 100%;
    height: 714px;
    position: absolute;
    top: 0;
}

.banner>.layui-container .slogan1,
.banner>.layui-container .slogan2， .banner>.layui-container .slogan3 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.banner>.layui-container .slogan1 {
    background: url(img/top_bgc1.jpg) no-repeat center top;
}

.banner>.layui-container .slogan2 {
    background: url(img/top_bgc2.jpg) no-repeat center top;
}

.banner>.layui-container .slogan3 {
    background: url(img/top_bgc3.jpg) no-repeat center top;
}

.banner>.layui-container .slogan1 p,
.banner>.layui-container .slogan2 p,
.banner>.layui-container .slogan3 p {
    color: #fff;
    width: 1030px;
    font-size: 50px;
    font-family: '幼圆';
    letter-spacing: 5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 250px;
    background-color: rgba(62, 83, 190, 0.3);
    line-height: 165px;
}

.banner>.layui-container {
    background-color: transparent !important;
    padding: 0;
} */