@charset "utf-8";

.banner{
    max-width: 1920px;
    min-width:1280px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#slideBox .bd ul li a>span{
    font-size: 30px;
    color: #fff;
    border-left: 4px solid #0156a3;
    padding-left: 20px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50px;
}
#slideBox .bd ul li a img{
    width: 100%;
    max-width: 1920px;
}
#slideBox .hd{
    position: absolute;
    bottom: 20px;
    left: 46%;
}
#slideBox .hd ul li{
    width: 18px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-left: 8px;
}
#slideBox .hd ul .on{
    background: #004986;
}

#slideBox .prev,#slideBox .next{
    width: 74px;
    height: 52px;
    background: url(../img/prev.png) no-repeat center;
    display: block;
    position: absolute;
    top: 40%;
}
#slideBox .next{
    position: absolute;
    top: 40%;
    right: 0;
    background: url(../img/next.png) no-repeat center;
}



.main{
    padding: 40px 0;
   /* background: url(../img/main-bg.png) no-repeat center 100%; */
}
.main .news-top{
    margin-bottom: 20px;
}
.main .news-top a{
    display: inline-block;
    color: #7a7a7a;
    font-size: 14px;
    padding-left: 6px;
    float: right;
    margin-top: 4px;
}
.main .news-top p{
    border-bottom: #e5e5e5 1px solid;
}
.main .news-top p span{
    font-size: 18px;
    color: #989898;
}
.main .news-top p i{
    padding: 0 0 0 40px;
    background: url(../img/main-left.png) no-repeat 2px center;
    font-size: 21px;
    border-bottom: 2px solid #0d57a4;
}
.main .main-left{
    width: 750px;
    float: left;
}

.main .main-left .news-bottom ul{
    width: 100%;
}
.main .main-left .news-bottom ul li{
    width: 365px;
    float: left;
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 14px;
    margin-left: 10px;
}
.main .main-left .news-bottom ul li>div{
    text-align: center;
    width: 58px;
    float: left;
    box-shadow: -4px 4px 10px #ccc;
    border-radius: 8px;
    margin-top: 10px;
}
.main .main-left .news-bottom ul li>div>p{
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    background: url(../img/p-bg.png) no-repeat 0 center;
}
.main .main-left .news-bottom ul li>div>span{
    font-size: 23px;
    color: #1a1a1a;

}
.main .main-left .news-bottom ul li a{
    font-size: 14px;
    color: #5f5f5f;
    display: block;
    margin-left: 70px;
    padding-top: 14px;
}

.main .main-right{
    margin-left: 780px;
}
.main .main-right .news-top{
    margin-bottom: 12px;
}
.main .main-right .news-top p i{
    background: url(../img/main-right.png) no-repeat 2px center;
}

.main .main-right .main-right-bottom ul li{
    width: 98px;
    height: 85px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #ccc;
    padding-top: 10px;
    float: left;
    margin: 28px 13px;
}
.main .main-right .main-right-bottom ul li img{
    widows: 40px;
    height: 38px;
}
.main .main-right .main-right-bottom ul li a{
    font-size: 12px;
    color: #5f5f5f;
    display: block;
    width: 86%;
    margin: 0 auto;
}