html{
    margin: 0;padding: 0;
}
body{
    width: 100%;
}
.header{
    background:url('../../images/index/header.png') no-repeat;
    background-size: 100% 100%;
}
.header-c{
    position: relative;
    height: 150px;
    width: 1300px;
    margin: 0 auto;
}
.logo{
    width: 660px;
    height: 70px;
    margin-top: 42px;
}
.search{
    position: absolute;
    top: 52px;
    right: 0px;
}
.search-input{
    width: 336px;
    height: 44px;
    border: 1px solid #0268b8;
    vertical-align: middle;
    padding-left: 44px;
}
.search-btn{
    display: inline-block;
    width: 94px;
    height: 46px;
    background-color: #0268b8;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.search-icon{
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 14px;
    background:url('../../images/index/search-icon.png') no-repeat;
    background-size: 100% 100%;
}
.navbar{
    background-color: #0268b8;
    height: 48px;
}
.navbar-c{
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 48px;
    
}
.navbar ul{
    position: absolute;
    bottom: 0;
    height: 52px;
    margin-top: -4px;
}
.navbar ul li{
    display: inline-block;
    width: 159px;
    height: 50px;
    text-align: center;
    line-height: 48px;
}
.navbar ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.navbar ul li:hover{
    background: linear-gradient(to top, #0268b8, #0983ca);
    border-top: 2px solid #0268b8;
    font-weight: bold;
}
a:hover{
    color:#fff;
}
.navbar-active{
    background: linear-gradient(to top, #0268b8, #0983ca);
    border-top: 2px solid #0268b8;
    font-weight: bold;
}
.container-w{
    background-color: #edf6fb;
}
.container{
    padding: 20px 0px 54px;
    width: 1300px;
    margin: 0 auto;
}
.container-t{
    padding: 20px;
    background-color: #fff;
}
.container-tit{
    display: flex;
    justify-content: space-between;
    color:#0268b8;
    padding-bottom: 10px;
    border-bottom:  1px solid #dadada;
}
.container-tit-text{
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.container-tit-text-xb{
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background-color: #0268b8;
}
.container-tit-more{
    font-size: 14px;
    cursor: pointer;
}
.container-zyxx-con{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.container-zyxx-swiper{
    position: relative;
    width: 655px;
    height: 394px;
    margin-left: 0;
    margin-right: 0;
}
.container-zyxx-swiper img{
    width: 100%;
    height: 100%;
}
.pagination_banner{
    position: absolute;
    bottom: 25px !important;
    z-index: 2;
    text-align: right;
    width: calc(100% - 20px) !important;
}
.swiper-pagination-bullet{
    background-color: #90b2d0;
}
.swiper-pagination-bullet-active{
    background-color: #e9eff5;
    width: 16px;
    border-radius:4px;
}
.container-list{
    margin-left: 57px;
}
.list-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 39px;
    width: 547px;
    cursor: pointer;
}
.list-item-tit{
    display: inline-block;
    width: 424px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.list-item-disc{
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #0370BB;
    border-radius: 50%;
}
.list-item:hover{
    font-weight: 500;
    color: #0268b8;
    background-color: #fff;
}
.container-center{
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}
.container-gzjz,.container-zdxm,.container-zcfg{
    width: 400px;
}
.container-gzjz,.container-zdxm{
    margin-right: 30px;
}
.container-list2{
    margin:10px 0 0 16px;
}
.container-list2 .list-item{
    /* width: 385px; */
    width: 100%;
    /* line-height: 34px; */
}
.container-list2 .list-item-tit{
    width: 270px;
}
.container-zcfg-con{
    padding-top: 20px;
}
.container-zcfg-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container-zcfg-con a{
    width: 130px;
    height: 83px;
    background-color: #c5e0f7;
    color: #0268b8;
    font-size: 16px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 17px;
    font-weight: bold;
}
.container-zcfg-con .a1{
    background:url('../../images/index/zcfg1.png') no-repeat;
    background-size: 100% 100%;
}
.container-zcfg-con .a2{
    background:url('../../images/index/zcfg2.png') no-repeat;
    background-size: 100% 100%;
}
.container-zcfg-con .a3{
    background:url('../../images/index/zcfg3.png') no-repeat;
    background-size: 100% 100%;
}
.container-zcfg-con .a4{
    background:url('../../images/index/zcfg4.png') no-repeat;
    background-size: 100% 100%;
}
.container-b{
    margin: 43px 0 20px;
    display: flex;
    justify-content: flex-start;
}
.container-gjfg{
    width: 830px;
}
.container-list3{
    width: 812px;
    margin:10px 0 0 16px;
}
.container-list3 .list-item{
    width: 100%;
}
.container-list3 .list-item-tit{
    width: 692px;
}
.container-bzfw{
    width: 400px;
    margin-left:30px;
    
}
.container-bzfw-con{
    padding-top: 20px;
}
.container-bzfw-item{
    position: relative;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background-color: #ecf0f5;
    border-radius: 3px;
    margin-bottom: 7px;
    
}
.container-bzfw-item::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 26px;
    background: #267dc2;
    display: block;
    border-radius: 0 4px 4px 0;
}
.container-bzfw-item-text{
    font-size: 16px;
    margin-left: 33px;
    color: #0268b8;
}
.linkicon{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;height: 23px;
    background:url('../../images/index/jiantou.png') no-repeat;
    background-size: 100% 100%;
}
.container-bzfw-item:hover .linkicon{
    background:url('../../images/index/jiantou-a.png') no-repeat;
    background-size: 100% 100%;
}
.yqlj{
    padding: 20px;
    background-color: #fff;
    margin-top: 13px;
    display: flex;
    justify-content: flex-start;
}
.yqlj-img{
    /* display: inline-block; */
    width: 106px;
    height: 92px;
    background: url('../../images/index/yqlj.png') no-repeat;
    background-size: 100% 100%;
}
.yqlj-r{
    margin-left: 26px;
    display: flex;
    flex-wrap: wrap;
    width: 1128px;
}
.yqlj-r>div{
    padding: 12px 14px;
    background-color: #f9f8f8;
    color: #333;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    width: 230px;
    height: 12px;
    line-height: 12px;
    margin: 0 29px 15px 0;
}
.yqlj-r>div:nth-of-type(4){
    margin-right:0;
}
/* .yqlj-r select{
    padding: 0 14px;
    background-color: #f9f8f8;
    color: #333;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    width: 260px;
    height: 36px;
    line-height: 36px;
    margin: 0 29px 15px 0;

} */
.layui-form-select{
    width: 260px;
    height: 36px;
    margin-right: 29px;
}
.layui-unselect{
    background-color: #f9f8f8;
    color: #333;
}
.layui-form-selected dl{
    padding: 0;
}
.layui-form-select dl dd.layui-this{
    background-color: #267dc2;
}
.footer-w{
    height: 119px;
    background-color: #0268b8;
    color:#fff;
}
.footer{
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
}
.footer-con{
    text-align: center;
    margin-bottom: 16px;
}