.top{
    width: 100%;
    height: 510px;
    margin: 0 auto;
    background: url(./banner0901.png) no-repeat top center;
}
.banner{
    position: relative;
    width: 1200px;
    height: 510px;
    margin: 0 auto;
}
.logo{
    position: absolute;
    top: 30px;
    left: 0;
}
.title{
    position: absolute;
    top: 200px;
    left: 145px;
}
.lbt{
    width: 100%;
    height: 517px;
    padding-top: 50px;
    background-color: #f5f5f5;
}
.pici{
    width: 1200px;
    height: 467px;
    background-color: #fff;
    margin: 0 auto ;
}
.lbtl{
    float: left;
    width: 700px;
    height: 467px;
}
/* 轮播图start */
.slideBox {
    width: 700px;
    height: 467px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    position: relative;
    float: left;
    margin-right: 7px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f8f8f8;
}

.slideBox .hd ul li.on {
    background: #f8f8f8;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 700px;
    height: 467px;
    display: block;
}
.btbg{
    position: absolute;
    width: 670px;
    height: 60px;
    padding-left: 30px;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
    color: #f8f8f8;
    background: url(./bt-bg0901.png) no-repeat center center;
    left: 0;
    bottom: 0;
}

/* 轮播图end */
.news{
    float: right;
    width: 440px;
    height: 387px;
    padding: 35px 30px 45px;
}
.news h3{
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}
.news p{
    font-size: 15px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    height: 75px;
    padding: 25px 0 0;
    margin-bottom: 25px;
} 
.news ul{
    padding-top: 20px;
    border-top: 1px solid #e3e7ed;
}
.news ul li{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li::before{
    display: inline-block;
    content: "";
    background-color: #0073ee;
    width: 5px;
    margin: 3px 13px;
    height: 5px;
    transform: rotate(-45deg);
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main li{
    display: flex;
    margin: 20px 0;
    height: 150px;
    width: 100%;
}
.main li a{
    display: flex;
}
.mainl{
    float: left;
}
.mainl img{
    padding-right: 30px;
}
.mainr{
    float: left;
}
.mainr h4{
    height: 40px;
    font-size: 20px;
    line-height: 30px;
}
.mainr p,.mainr span{
    font-size: 15px;
    color: #999999;
    line-height: 26px;
}
.footer{
    width: 100%;
    height: 110px;
    padding-top: 30px;
    background-color: #0073ee;
    background: url(./foot0901.png) no-repeat top center;
}
.foot{
    display: grid;
    margin-top: 20px;
    width: 1200px;
    margin: 0 auto;
}
.foot span{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 0 auto;
}