
.layui-carousel{
    position: relative;
}
.layui-carousel .tips{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background:#000000;
    opacity: 0.40;
    color: #fff;
    padding-left: 20%;
    line-height: 30px;

}


.pages a,
.pages span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 1px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #58A0D3;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}

.pages a:hover {
    border-color: #50A8E6;
}

.pages span.current {
    background: #50A8E6;
    color: #FFF;
    font-weight: 700;
    border-color: #50A8E6;
}

/*logo*/
.header .topbar .logo{
    padding: 12px 0;
}
.header .topbar .logo .date{
     position: absolute;
     right: 500px;
     top: 5%;
    color: #004EA2;
    font-weight: bold;
    font-family: "STHeiti";
    font-size: 14px;

    /*width: 130px;*/
}
.header .topbar .logo .search{
     position: absolute;
     right: 400px;
    top: 5%;
     /*bottom: 0px;*/
    color: #3371B5;
    font-family: "STHeiti";
    font-size: 14px;

    /*width: 130px;*/
}

/*logo*/

/*nav*/
.nav{
    box-shadow:0 -4px 5px 0 #ccc;
    background-color: #EFEDEE;
    border-bottom: 4px solid #EFEDEE;

}
.nav .container{
    position: relative;
}
.logo .search{
    position: absolute;
    right: 20px;
    top: 1px;
}
.logo .search .searchInput{
    position: absolute;
    right: -105px;
    top: -4px;
    width: 100px;
    height: 30px;
}
.logo .search .input-shadow{
    display: none;
}
.nav .navList{
    float: left;
    display: none;
}
.logo .search i{
    background: #004ea2;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
}
.nav ul{
    height: 40px;
    line-height: 40px;
    position: relative;
}
.nav ul li{
    float: left;
    width: 160px;
    text-align: center;
    border-bottom: 4px solid #EFEDEE;
    position: relative;
}
.nav ul li>a{
    float: left;
    width: 100%;
    font-size: 13px;
}
.nav ul li>a{
    background: #EFEDEE;
    /*color: #454545;*/
    font-weight: bold;
    transition: 0.3s;
}
.nav ul li>a:hover{
    color: #000;
}
.nav .nav-this{
    border-bottom: 4px solid #004EA2;
}
.nav-bar{
    display: block;
    width: 0px;
    height: 4px;
    background: #004EA2;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: 0.3s;
    z-index: 99;
}
.nav ul li>dl{
    position: absolute;
    left: 0;
    top: 40px;
    width: 138px;
    padding: 0 10px;
    border: 1px solid #D9D9D9;
    display: none;
    z-index: 999;
    border-top: 4px solid #004EA2;
    background: #fff;
}
.nav ul li>dl dd{
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}
.nav ul li>dl dd:last-child{
    border: 0;
}
.nav ul li>dl dd a{
    display: block;
    overflow: hidden;
    color: #585858;
    transition: 0.3s;
}
.nav ul li>dl dd a:hover{
    color: #ccc;
}
.nav ul li>dl dd span{
    float: left;
}
.nav ul li>dl dd a i{
    float: right;
}
/*nav*/

/*banner*/
#carousel{
    overflow: hidden;
}
#carousel img{
    width: 100%;
}
.layui-carousel>[carousel-item]{
    overflow: visible;
}
.layui-carousel>[carousel-item]>*{
    height: auto;
}
.layui-carousel-ind{
    margin-top: -20px;
    top: auto;
    bottom: 35px;
}

.sideNavShadow{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998!important;
    display: none;
}

.sideNav{
    display: none;
    -webkit-animation-duration: 0.4s!important;
    animation-duration: 0.4s!important;
    z-index: 9999!important;
}

@media screen and (max-width: 1024px) {
    .layui-nav-bar{
        background-color:inherit!important;
    }
    .nav ul{
        display: none;
    }
    .nav{
        height: 40px;
        line-height: 40px;
    }
    .logo .search{
        position: inherit;
        left: 0;
        top: 0;
        float: right;
        display: none;

    }
    .nav .navList{
        display: block;
    }
    .nav .search i{
        font-size: 16px;
    }
    .logo .search .searchInput{
        display: none;
        width: 80%;
        min-width: 200px;
        position: fixed;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%); /* IE 9 */
        -webkit-transform: translate(-50%,-50%);	/* Safari and Chrome */
        -o-transform: translate(-50%,-50%); /* Opera */
        -moz-transform: translate(-50%,-50%);	/* Firefox */
        transform: translate(-50%,-50%);
        z-index: 9;
    }
    .nav .search .input-shadow{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.6;
        z-index: 8;
    }
    .items img{
        width:100%;
    }
}

@media screen and (max-width: 768px) {

}