@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/sjtj_banner.png) no-repeat center;
}

.sjtj .main_head {
    margin-bottom: 55px;
}

.tjfx{
    padding: 109px 0 83px;
}

.tjfx .main_head2 {
    margin-bottom: 55px;
}

.tjfx ul li {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 25px;
    width: calc((100% - 20px) / 2);
    height: 144px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #E3F0FA;
}

.tjfx ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.tjfx ul li .date {
    position: relative;
    padding-right: 22px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.tjfx ul li .date::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 43px;
    background: #0B54A2;
}

.tjfx ul li .date span {
    font-size: 24px;
    font-weight: bold;
    color: #0B54A2;
}

.tjfx ul li .multiline{
    width: calc(100% - 120px);
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s all;
}

.tjfx ul li:hover .multiline {
    color: #0B54A2;
    transition: 0.3s all;
}

.tjgb{
    padding: 68px 0 58px;
    background: #fff;
}

.tjgb .main_head2{
    margin-bottom: 77px;
}

.tjgb ul{
    box-sizing: border-box;
    padding: 13px 20px;
    width: calc((100% - 20px) / 2);
    height: 195px;
    background: #FAFAFA;
}

.tjgb ul li{
    line-height: 42px;
}

.tjgb ul li a{
    color: #3D3D3D;
    text-indent: 0;
}

.tjgb .main_lis li a::after{
    display: none;
}

.more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto 0;
    width: 150px;
    height: 42px;
    color: #fff;
    border-radius: 490px;
    background: #0B54A2;
}

.more i {
    margin-left: 10px;
}

.tjgb .more{
    margin-top: 55px;
}


/* 数据统计 */

.sjtj {
    padding: 160px 0 104px;
    background: url(../images/sjtj_bg.png) no-repeat;
    background-size: 100% 100%;
}

.sjtj_con {
    box-sizing: border-box;
    width: 100%;
    /* height: 899px; */
}

.sjtj .tab_hd {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 50px 18px;
    background: url(../images/sjtj_hd1.png) no-repeat bottom center;
}

.sjtj .tab_hd ul{
    width: 100%;
}

.sjtj .tab_hd li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
    height: 74px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    cursor: pointer;
}

/* .sjtj .tab_hd li:nth-child(-n+3) {
    width: calc(100% / 3);
}

.sjtj .tab_hd li:nth-child(n+4) {
    width: calc(100% / 2);
} */

.sjtj .tab_hd li.on {
    color: #0B54A2;
    background: #fff;
}

.sjtj .tab_hd li i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:6px 0 3px;
    width: 40px;
    height: 30px;
    font-size: 30px;
}

.sjtj .tab_hd li i.icon-sjkf3 {
    font-size: 24px;
}

.sjtj .tab_hd li i.icon-a-1 {
    font-size: 20px;
}

.sjtj .tab_hd li i.icon-a-2 {
    font-size: 22px;
}

.sjtj .tab_a {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 25px;
    height: 70px;
    background: #0B54A2;
}

.sjtj .tab_a li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    padding: 0 25px;
    min-width: 138px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
}

.sjtj .tab_a li:last-child {
    margin-right: 0;
}

.sjtj .tab_a li.on {
    color: #0B54A2;
    font-weight: bold;
    background: #fff;
}

.echart_box {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 7%, rgba(255, 255, 255, 0.31) 13%, rgba(255, 255, 255, 0.31) 87%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0) 100%);
}

.category {
    padding: 24px 0 15px 45px;
}

.category select {
    box-sizing: border-box;
    width: 146px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 18px;
    text-indent: 34px;
    border: none;
    background: #0B54A2 url(../images/down.png) no-repeat 75% center;
    outline: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.echart_tjgb_box {
    position: relative;
    display: none;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 7%, rgba(255, 255, 255, 0.31) 13%, rgba(255, 255, 255, 0.31) 87%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0) 100%);
}

.bar-search {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 9999;
    font-size: 20px;
}

.bar-search .text {
    padding-left: 20px;
    border: #ccc solid 1px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 18px;
}

.bar-search .bar_btn {
    padding: 3px 20px;
    color: #FFFFFF;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.bar-search .li-select {
    display: none;
    background: #EEEEEE;
}

.bar-search .li-select dl dd {
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
    color: #333;
    border-bottom: #fff solid 1px;
}

.sjtj .more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 150px;
    height: 42px;
    color: #fff;
    border-radius: 490px;
    background: #0B54A2;
}

.sjtj .more i {
    margin-left: 10px;
}

.glysChart {
    width: 100%;
    height: 460px;
}

.tjgbChart {
    width: 100%;
    height: 560px;
}

.chart .label {
    margin-left: 30px;
    font-size: 14px;
    color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
    .sjtj_con {
        height: auto;
        background: none;
    }
    .sjtj .tab_hd{
        padding: 0 0 18px;
        background-size: 100% 18px; 
    }
    .sjtj .tab_hd li{
        padding: 0 15px;
    }
    .sjtj .tab_a li{
        padding: 0 10px;
        margin-right: 15px;
    }
    .sjtj .more{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 996px) {
    .sjtj .tab_hd li{
        box-sizing: border-box;
        padding: 0 5px;
        /* width: calc(100% / 2); */
    }
    .sjtj .tab_a{
        padding: 7px 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        height: auto;
    }
    .sjtj .tab_a li{
        margin: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .sjtj .tab_hd li{
        padding: 0 25px;
    }
    .tjfx ul li,.tjgb ul{
        width: 100%;
    }
    .tjgb ul:first-child{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 616px) {
    .sjtj,
    .tjfx,
    .tjgb {
        padding: 20px 0;
    }
    .sjtj{
        padding-top: 40px;
    }
    .tjfx ul li{
        padding: 0 10px;
    }
    .tjfx ul li:last-child{
        margin-bottom: 0;
    }
    .more {
        margin-top: 20px!important;
    }
    .sjtj_con {
        padding: 10px 0 0;
    }
}