header {
    font-size: 0;
    /* overflow: hidden; */
    background: url(banner.png) no-repeat center top;
    width: 100%;
    height: 684px;
    /* background-size: cover; */
    text-align: center;
    position: relative;
}
header img {
    margin-top: 205px;
    width: 1420px;
}

main {
    width: 100%;
    background: url(bg.png) no-repeat center top;
    height: auto;
    background-size: 100%;
}
main .cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
header nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background-color: #0084d7;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
header nav ul li a{
    color: #fff !important;
    font-size: 25px;
}
header nav ul{
    display: flex;
    justify-content: space-evenly;
}
header nav ul li:nth-child(1) a{
    background: url(ico1.png) no-repeat 0 6px;
    padding-left: 40px;
}
header nav ul li:nth-child(2) a{
    background: url(ico2.png) no-repeat 0 7px;
    padding-left: 40px;
}
header nav ul li:nth-child(3) a{
    background: url(ico3.png) no-repeat 0 5px;
    padding-left: 40px;
}
header nav ul li:nth-child(4) a{
    background: url(ico4.png) no-repeat 0 5px;
    padding-left: 40px;
}
.news .newsTit {
    margin: 90px 0 30px;
    position: relative;
}
.newsTit a,
.listTit a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0084d7;
}

.contBox {background: url(newsbg.png) no-repeat center top; display: flex;width: 100%;height: 520px;}
/* 轮播图 */
.slide {width: 580px;height: 375px;position:relative;overflow:hidden;margin: 70px 0 0 20px;border-radius: 30px 0 0 30px;}
.slide .swiper-container {width: 580px;height: 375px;}
.slide .swiper-container li {position:relative;}
.slide .swiper-container li a {display:block;width:100%;height:100%;}
.slide .swiper-container li a img {width:100%;height:100%;}
.slideTxt {width: 580px;height:50px;line-height:50px;position:absolute;bottom:0;left:0;margin-left:30px;z-index:2;background:url(bt-shadow.png);}
.slideTxt a {font-size:16px;color:#fff;}
.slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position:absolute;right:30px;bottom:18px;color:#fff;text-align: right;width: auto;left:inherit;}
.slide  .swiper-pagination.swiper-pagination-fraction{padding-right:20px;}
.slide .swiper-pagination-bullet {float:left;width:10px;height:10px;background:#fff;opacity:1;margin-left:.5rem;}
.slide .swiper-pagination-bullet-active {background:#f55454;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {pointer-events:initial;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
/* @media (max-width:767px) {.slide,.slide .swiper-container,.slide .swiper-container li a img {width:100%;height:30rem;}
.slideTxt a {font-size:1.75rem;}
} */

.news_fr {
    margin-top: 70px;
    width: 575px;
    height: 375px;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
}

.news_fr ul li{
    background: url(icont.png) no-repeat center left;
    padding-left: 26px;
    line-height: 36px;
}
.news_fr ul{
    margin-top: 20px;
    padding-left: 20px;
}
.news_fr ul li a:hover{
    color: #0084d7;
    font-weight: bold;
}
.news_fr ul li span{
    float: right;
    margin-right: 25px;
    color: #999999;
}


.listBox {
    margin: 60px 0;
}
.lbBox {
    display: flex;
    justify-content: space-between;
}
.listBox .listTit {
    margin-bottom: 18px;
    position: relative;
}
.lbBox .lbfl {
    width: 588px;
}
.lbBox .lbfl ul li {
    background: url(icont1.png) no-repeat center left;
    padding-left: 22px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #dddddd;
}
.lbBox .lbfl ul li span {
    float: right;
    margin-right: 15px;
    color: #999999;
}
.lbBox .lbfl ul li a:hover {
    color: #0084d7;
    font-weight: bold;
}

footer {
    height: 120px;
    background: #007d42;
    /* border-top: 8px solid #0b5dc3; */
    overflow: hidden;
}
footer p {
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
footer  .inner{
    margin-top: 36px;
}