﻿
/*banner*/
.banner-warp{
    width: 100%;
    min-width: 1200px;
    height: 382px;
    z-index:-1000;
    position: absolute;
}
.banner-inner{
    width: 7680px;
    animation: bgMove 20s infinite ease-in-out;
    animation-delay: 5s;
    left: 0;
    transform: translate3d(0, 0, 0);
}
.banner-inner>img{
    float: left;
    height: 382px;
    width: 1920px;
}
@keyframes bgMove {
    0% {
        transform:translateX(0px);
    }
    10% {
        transform:translateX(-1920px);
    }
    20% {
        transform:translateX(-1920px);
    }
    30% {
        transform:translateX(-1920px);
    }
    40% {
        transform:translateX(-3840px);
    }
    50% {
        transform:translateX(-3840px);
    }
    60% {
        transform:translateX(-3840px);
    }
    70% {
        transform:translateX(-5760px);
    }
    80% {
        transform:translateX(-5760px);
    }
    90% {
        transform:translateX(-5760px);
    }
    100% {
        transform:translateX(-5760px);
    }
}
.banner{
    overflow: hidden;

    width: inherit;
    height: 382px;
    position: relative;
}
.banner .title{
    padding-top: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 4px;
    font-weight: bold;
}
.welcome{
    padding-top: 8px;
    font-size: 18px;
    letter-spacing: 4px;
    color: #ffffff;
    text-shadow: 0px 4px 4.85px rgba(43, 43, 43, 0.18);
    opacity: 0.9;
    text-align: center;
}
.search-box{
    display: flex;
    justify-content: center;
    margin: 0 15px;
    margin-top: 40px;
}
.search-box .search-input{
    width: 640px;
    height: 55px;
    background-color: rgba(255,255,255,.9);
    border-radius: 4px 0px 0px 4px;
    outline: none;
    border: none;
    text-indent:30px ;
    font-size: 20px;
    color: #0b2e13;
}
.search-box .search-input::placeholder{
    color:  rgba(255,255,255,.9)
}
.search-box .search-input::-webkit-input-placeholder{
    color:  black;
}
.search-box .search-input::-moz-placeholder{
    color:  black;
}
.search-box .search-input:-moz-placeholder{
    color:  black;
}
.search-box .search-input:-ms-input-placeholder{
    color:  black;
}
.search-box .btn-search{
    border-radius: 0px 4px 4px 0px;
    width: 130px;
    background-image: linear-gradient(to right,#70afd8,#1971ac);
    outline: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.main-content{
    margin: 0 auto;
}
/*个人服务*/
.grfw-frfw{
    margin-top: 55px;
    position:relative ;
}
.grfw-frfw>.title{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.grfw-frfw>div>.title{
    width: 136px;
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 0;
    left:50%;
    transform: translateX(-50%);
}

.grfw-frfw>.fw-innerbox:nth-child(1)>.title{
    transform: translateX(-176px);
    width: 180px;
}
.grfw-frfw>.fw-innerbox:nth-child(2)>.title{
    transform: translateX(40px);
    width: 180px;
}

.grfw-frfw .title-active::after{
    display: block;
    content: '';
    background: url("../img/index/nav_bottom.png")no-repeat;
    width: 132px;
    height: 9px;
    margin-top: 3px;
}
.classfication-container{
    display: flex;
    margin: 0;
}
.classfication-box{
    height: 250px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 24px 14px;
    margin: 0 15px;
    /*margin-bottom: 15px;*/
}

.sec-nav{
    padding-top: 103px;
}
.grfw-frfw>div:nth-child(1) .carousel-control-prev,.grfw-frfw>div:nth-child(2) .carousel-control-prev{
    left: -48px;
}
.grfw-frfw>div:nth-child(2) .carousel-control-next,.grfw-frfw>div:nth-child(1) .carousel-control-next{
    right: -48px;
}
.grfw-frfw>div:nth-child(1) .classfication-box:hover{
    border-color: #1d73ae;
    box-shadow: 0 0 20px 5px rgba(29, 115, 174, 0.15);
    transition: all 0.15s ease-in-out;
    background: rgb(246 250 255)
}
.grfw-frfw>div:nth-child(2) .classfication-box:hover{
    border-color: #8771fc;
    box-shadow: 0 0 20px 5px rgba(135, 113, 252, 0.15);
    transition: all 0.15s ease-in-out;
    background: #f5f5ff;
}
.classfication-box img{
    margin: 0 auto;
    display: block;
}
.classfication-box .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
.classfication-box .line{
    width: 100%;
    background: #f2f2f2;
    height: 1px;
    margin-top: 15px;
}
.classfication-box .article{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.classfication-box .article>.line{
    width: 1px;
    height: 12px;
    background: #f2f2f2;
    margin-top: 0;
    margin: 0 6px;
}
.classfication-box .article>a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 14px;
}
.classfication-box .article>a:hover{
    text-decoration:underline;
    color: #007bff;
}
.carousel-indicators{
    margin-bottom: 0;
    transform: translateY(25px);
}
.carousel-indicators li{
    background-color:#156fab;
    opacity: 0.4;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    border: none;
}
.carousel-indicators .active{
    width:22px ;
}
.grfw-frfw>div:nth-child(2) .carousel-indicators li{
    background-color:#8771fc;
}
/*高频事项 便民服务*/
.gpsx-bmfw{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.gpsx>.title,.bmfw>.title{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom:32px;
}
.gpsx{
    /*margin-right: 20px;*/
    margin-top: 64px;
}
.gpsx-container{
    width: 366px;
}
.gpsx-container>a{
    display: block;
    border: 1px solid #e5e5e5;
    width: 366px;
    width: inherit;
    height: 74px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    margin-top: 16px;
}
.gpsx-container>a:hover{
    transition: all 0.15s ease-in-out;
    border-color: #1d73ae;
}
.frbs .gpsx-container>a:hover{
    border-color:#8771fc
}
.gpsx-container>a>img{
    margin-right: 10px;
}
.bmfw{
    margin-top: 64px;
    /*width: calc(100% - 386px);*/
}
.bmfw .carousel-indicators {
    transform: translateY(40px);
}
.carousel-control-prev, .carousel-control-next{
    width: auto;
}
.bmfw .carousel-inner{
    width:calc(100% - 24px) ;
    margin: 0 auto;
}
.bmfw-container{
    display: grid;
    grid-template-columns:repeat(5, 20%);
    grid-row-gap: 72px;
}
.bmfw-box{
    cursor: pointer;
}
.bmfw-box:hover img{
    transform: scale(.8);
    transition: transform .3s ease-in-out;
}
.bmfw-box:hover p{
    color: #1d73ae;
    transition: all .3s ease-in-out;
}
.bmfw-box>img{
    display: block;
    margin: 0 auto;
}
.bmfw-box>p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
/*主题服务--*/

.theme-service-box{
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    background: linear-gradient(206deg, #F4F6F8 0%, #FBFBFC 100%);
    height: 214px;
    box-sizing: border-box;
    padding: 22px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.theme-service-container .purple{
    background: linear-gradient( -128deg, rgb(244,241,255) 0%, rgb(251,251,252) 100%);
}
.theme-service-box-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.theme-service-box_icon{
    margin-left: 2px;
}
.theme-service-container>div:hover{
    transform: scale(.9);
    transition: transform .3s ease-out;
}
.theme-service-box .name{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    color: #333;
    margin:20px 0;
    line-height: 26px;
}
.theme-service-box .info{
    font-size: 14px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color:#d2d2d4;

}
.theme-service-container{
    width: 100%;
    /*display: grid;*/
    /*grid-template-columns:repeat(4,285px);*/
    /*grid-row-gap: 20px;*/
    /*grid-column-gap: 20px;*/
    margin: 0;
}

/*政务新闻*/
.government-news-container{
    /*display: grid;*/
    /*grid-template-columns:repeat(2,590px);*/
    /*grid-column-gap: 20px;*/
    margin: 0;

}
.government-news-box{
    height: 274px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    padding: 0 19px;
    margin-top: 15px;
}
.government-news-box:hover{
    transition: all 0.3s ease-in-out;
    border-color: #1d73ae;
}
.government-news-article{
    margin: 26px 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.government-news-article:hover{
    text-decoration: none;
    color: #000000;
}
.government-news-article>.cube{
    width: 4px;
    height: 4px;
    background-color: #515151;
    margin-right: 9px;
}
.detail{
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.government-news-article  .line{
    width: 2px;
    height: 14px;
    background-color: #e1e1e1;
    margin: 0 15px;
}
/*政务数据*/
.zwsj{
    /*display: grid;*/
    /*grid-template-columns:repeat(3,385px);*/
    /*grid-column-gap: 20px;*/
    margin: 0;
    margin-top: 40px;
}
.zwsj>div{
    margin-top: 20px;
}
.zwsj>div>div{
    height: 238px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.zwsj .sxjzqk-box_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index:-100;
    width: 100%;
    height: 100%;
}
.zwsj .sxjzqk-content{
    z-index:200
}
.zwsj>div>div>.title{
    font-size: 18px;
    font-weight: bold;
    color: #156fab;
}
.sxjzqk-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 28px);
}
.sxjzqk-content>div>p:nth-child(2){
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    line-height: 48px;
}
.sxjzqk-content>div>p:nth-child(1),.sxjzqk-content>div>p:nth-child(2)>span{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: normal;
}
/* 我要问、看、评、查*/
.question-warp{
    margin: 60px 0;
    margin-top: 30px;
    /*display: grid;*/
    /*grid-template-columns:repeat(4,285px);*/
    /*grid-column-gap: 20px;*/
}
.question-content{
    margin-top: 20px;
    height: 118px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    box-sizing: border-box;
    padding: 20px 0;
}
.question-content>.line{
    border-right: 1px #e9e9e9 dashed;
}
.question-content .left,.question-content .right{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.question-content .left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.question-content .right>a{
    color: #a3a3a3;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.question-content .right>a:hover{
    text-decoration: none;
    transition:all .3s ease-out;
    color: #000;
    font-size: 20px;
}
.question-title{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    margin-bottom: 15px;
    color: #333333;
}
.question-content:hover{
    transition: all 0.15s ease-in-out;
    border-color: #1d73ae;
}
/*响应式屏幕*/
/*@media(max-width: 768px){*/
/*    .theme-service-container>div{*/
/*        padding: 0 10px;*/
/*    }*/
/*    .government-news-container>div{*/
/*        padding: 0 15px;*/
/*    }*/

/*}*/
/*@media (min-width: 768px){*/
/*    .main-content{*/
/*        width: 750px;*/
/*    }*/

/*    .classfication-container .col-md-6{*/
/*        margin: 1%;*/
/*        flex: 0 0 48%;*/
/*        max-width: 48%;*/
/*    }*/
/*    .theme-service-container>div{*/
/*        padding:0 10px;*/
/*    }*/
/*    .government-news-container>div:nth-child(1),.government-news-container>div:nth-child(2){*/
/*        padding:  10px;*/
/*        padding-right: 10px;*/
/*    }*/
/*    .zwsj>div {*/
/*        padding: 0 10px;*/
/*    }*/
/*    .question-warp>div{*/
/*        padding:0 10px;*/
/*    }*/
/*}*/
/*@media (min-width: 992px){*/
/*    .main-content{*/
/*        width: 970px;*/
/*    }*/
/*     .classfication-container .col-md-6{*/
/*         margin: 1%;*/
/*         flex: 0 0 48%;*/
/*         max-width: 48%;*/
/*     }*/
/*    .theme-service-container>div{*/
/*        !*padding:0 10px;*!*/
/*    }*/
/*    .theme-service-container>div:nth-child(4n){*/
/*        !*padding-right: 0;*!*/
/*    }*/
/*    .zwsj>div:nth-child(1){*/
/*        padding-left: 0;*/
/*        padding-right: 10px;*/
/*    }*/
/*    .zwsj>div:nth-child(2){*/
/*        padding-left: 10px;*/
/*        padding-right: 10px;*/
/*    }*/
/*    .zwsj>div:nth-child(3){*/
/*        padding-left: 10px;*/
/*        padding-right: 0px;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px){*/
    .main-content{
        width: 1200px;
    }
    .classfication-container{
        margin: 0;
    }
    .classfication-container .classfication-box{
        flex: 0 0 204px;
        max-width: 204px;
        margin: 0;
        margin-right:45px ;
        margin-bottom: 15px;
    }
    .classfication-container .classfication-box:last-child{
        margin-right: 0;
    }
    .bmfw {
        width: calc(100% - 386px);
        padding-left: 20px;
    }
    .gpsx{
        padding: 0;
    }
    .theme-service-container>div {
        padding: 0;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .theme-service-container>div:nth-child(4n){
        padding-right: 0;
    }
    .government-news-container>div:nth-child(1){
        padding: 0;
        padding-right: 10px;
    }
    .government-news-container>div:nth-child(2){
        padding: 0;
        padding-left: 10px;
    }
    .zwsj>div:nth-child(1) {
        padding-left: 0;
        padding-right: 10px;
    }
    .zwsj>div:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .zwsj>div:nth-child(3) {
        padding-left: 10px;
        padding-right: 0px;
    }
    .zwsj>div{
        padding: 0;
    }
    .question-warp>div:nth-child(1){
        padding-left: 0;
    }
    .question-warp>div:nth-child(4){
        padding-right: 0;
    }
/*}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .bmfw-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: -72px;
    }
    .bmfw-container>.bmfw-box{
        width:20%;
        margin-bottom: 72px;
    }
}

.view_more{width: 594px;height: 36px;line-height: 36px;margin:0 auto;text-align: center;
    background:#f4faff;font-size: 14px;color: #3185c8;cursor: pointer;}
