@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/zwgk_banner.png) no-repeat center;
}

.ldzc {
    padding: 140px 0 74px;
    background: url(../images/xw_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.ldzc .main_head {
    margin-bottom: 28px;
}

.ldzc-fl,
.ldzc-fr {
    box-sizing: border-box;
    width: calc((100% - 20px) / 2);
    height: 341px;
    background: #FFFFFF;
    border-radius: 4px;
}

.ldzc-fl {
    padding: 44px 30px 0;
}

.tz {
    box-sizing: border-box;
    padding: 22px 25px;
    border-radius: 4px;
    border: 1px solid #E3F0FA;
}

.tz-pic {
    display: block;
    width: 177px;
    height: 253px;
    border-radius: 4px;
}

.tz-pic img {
    width: 100%;
    height: 100%;
}

.tz-xx {
    width: calc(100% - 210px);
}

.tz-xx h3 {
    margin: 33px 0 18px;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.tz-xx h3 a {
    color: #053D79;
}

.drzz {
    font-size: 18px;
    font-weight: bold;
}

.grjj {
    margin-top: 14px;
    line-height: 24px;
    height: 120px;
    -webkit-line-clamp: 5;
}

.ldzc-fr {
    padding: 28px;
}

.ldzc-fr ul li {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.ldzc-fr ul li a {
    margin-left: 5px;
    color: #0B54A2;
}

.jg {
    width: 100%;
}

.jg a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
    height: 76px;
    border-radius: 4px;
    border: 1px solid #E3F0FA;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #053D79;
    background: #FFFFFF;
    border: 1px solid #B4D3EA;
    box-shadow: 0px 7px 10px -5px rgba(36, 103, 158, 0.24);
}

.jg a i {
    margin-right: 20px;
    font-size: 38px;
}

.jg .icon-sczt{
    font-size: 45px;
}

.jg a:hover{
    color: #fff;
    background: #0B54A2;
    transition: 0.3s all;
}

.zcwj {
    padding: 86px 0 92px;
}

.zcwj .main_head2 {
    margin-bottom: 43px;
}

.zcwj-tab {
    width: 57.5%;
}

.zcwj-tab .tab_hd {
    display: flex;
    justify-content: space-between;
}

.zcwj-tab .tab_hd a {
    width: calc(100% / 4);
    height: 65px;
}

.zcwj-tab .tab_hd a.on {
    padding: 0;
}

.zcwj-tab .tab_bd {
    padding: 15px 20px 15px 13px;
    border-radius: 4px;
}

.zcwj-tab .main_lis li {
    line-height: 42px;
}

.xxgk li {
    margin-top: 26px;
    width: calc((100% - 40px) / 3);
    height: 157px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
    transition: all .3s ease;
}

.xxgk li a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
}

.xxgk li a i {
    margin: 28px 0 13px;
    color: #0B54A2;
    font-size: 47px;
    transition: all .3s ease;
}

.xxgk li a p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    transition: all .3s ease;
}

.xxgk li:hover {
    background: #0B54A2;
    transition: all .3s ease;
}

.xxgk li:hover a p,
.xxgk li:hover a i {
    color: #fff;
    transition: all .3s ease;
}

.gfxwj {
    width: 41%;
}

.gfx-search {
    background-color: #fff;
    border-radius: 4px;
}

.gfx-search-box {
    box-sizing: border-box;
    padding: 39px 23px 30px;
    height: 296px;
    background: url(../images/gfxsjk_bg.png) no-repeat;
    background-size: 100% 100%;
}

.gfx-search h2 {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.gfx-search select {
    box-sizing: border-box;
    margin-left: 8px;
    width: 130px;
    height: 36px;
    border-radius: 4px;
    padding-left: 45px;
    background: #F5F7F9 url(../images/sjk-down.png) no-repeat 85% center;
    border: none;
    font-size: 16px;
    outline: none;
    color: #333;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.gfx-search select::-ms-expand {
    display: none;
}

.gfx-search input {
    box-sizing: border-box;
    margin-bottom: 46px;
    width: 100%;
    height: 63px;
    border-radius: 31px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #B6B6B6;
}

.select-con {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.select1 {
    margin-right: 38px;
}

.btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98px;
}

.btn-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 130px) / 2);
    height: 47px;
    border-radius: 24px;
    box-sizing: border-box;
    border: 1px solid #0B54A2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.wj-btn1 {
    margin-right: 28px;
    text-indent: 15px;
    color: #fff;
    background: #0B54A2 url(../images/search.png) no-repeat 62px center;
}

.wj-btn1 i {
    font-size: 26px;
}

.wj-btn2 {
    color: #0B54A2;
    background: #fff;
}

.hmlq {
    margin-top: 20px;
    width: 100%;
    height: 162px;
}

.hmlq .swiper-pagination {
    text-align: center;
    padding: 0;
    bottom: 12px;
    width: 100%;
}

.hmlq .swiper-pagination-bullet {
    margin: 0 5px;
    width: 34px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    border: none;
}

.hmlq .swiper-pagination-bullet-active {
    background: #0B54A2;
}

/* .zcwj-zt {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 21px;
    padding-left: 32px;
    width: calc((100% - 20px) / 2);
    border-radius: 4px;
    height: 162px;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.zcwj-zt span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.zcwj-zt span::after {
    content: '';
    margin-top: 11px;
    display: block;
    width: 97px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.36);
}

.sjkf {
    background: url(../images/sjkf.png) no-repeat center;
    background-size: 100% 100%;
}

.xwfbh {
    background: url(../images/xwfbh.png) no-repeat center;
    background-size: 100% 100%;
}

.zcmbk {
    margin-top: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: url(../images/hqlmzcmbk.png) no-repeat center;
    background-size: 100% 100%;
}

.zcmbk span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78.5%;
    height: 81px;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #095867;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
} */

.zcjd {
    padding: 80px 0 43px;
    background: #fff url(../images/zcjd_bg.png) no-repeat bottom center;
    background-size: 100%;
}

.zcjd .main_head2 {
    margin-bottom: 65px;
}

.zcjd_tab {
    width: 100%;
}

.zcjd_tab .tab_hd {
    margin-bottom: 30px;
    padding-bottom: 13px;
    justify-content: center;
    background: url(../images/zcjd_hd.png) no-repeat bottom center;
    background-size: 100%;
}

.zcjd_tab .tab_hd a {
    padding: 0 40px;
}

.zcjd_tab .tab_bd {
    background: none;
}

.zcjd_tab .tab_bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tpjd {
    width: 100%;
}

.tpjd li {
    box-sizing: border-box;
    padding: 14px;
    width: calc((100% - 96px) / 3);
    height: 328px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
}

.tpjd li .pic {
    margin-bottom: 15px;
    height: 240px;
}

.tpjd li h3 {
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zcjd_tab .more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
    width: 150px;
    height: 42px;
    color: #fff;
    border-radius: 490px;
    background: #0B54A2;
}

.zcjd_tab .more i {
    margin-left: 10px;
}

.wzjd li {
    box-sizing: border-box;
    padding: 0 32px;
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
    height: 95px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
}

.wzjd li:nth-child(n+5) {
    margin-bottom: 0;
}

.wzjd li a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.wzjd li h3 {
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wzjd li p {
    font-size: 16px;
    color: #969696;
}

.zdly {
    padding: 85px 0 98px;
}

.zdly .main_head2 {
    margin-bottom: 73px;
}

.zfxxgk {
    width: 32.3%;
}

.zfxxgk li {
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 110px;
    box-shadow: 0px 2.92px 10px 0px rgba(35, 107, 165, 0.13);
    border: 1px solid rgba(47, 138, 206, 0.15);
    border-radius: 5px;
}

.zfxxgk li:last-child {
    margin-bottom: 0;
}

.zfxxgk li a {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 50px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.05em;
    background: #fff url(../images/zfxxgk_li.png) no-repeat center;
    background-size: 100%;
    transition: 0.3s all;
}

.zfxxgk li a p {
    width: calc(100% - 78px);
}

.zfxxgk li:hover a {
    color: #0B54A2;
    background: url(../images/zfxxgk_li_on.png) no-repeat center;
    transition: 0.3s all;
}

.zfxxgk li:hover a i {
    background: #fff;
    color: #0B54A2;
    transition: 0.3s all;
}

.zfxxgk li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 58px;
    height: 58px;
    color: #fff;
    font-size: 30px;
    background: #0B54A2;
    border-radius: 50%;
    transition: 0.3s all;
}

.zdlyxxgk {
    position: relative;
    width: 100%;
}

.zdlyxxgk li {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: calc((100% - 34px) / 3);
    height: 170px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid rgba(11, 84, 162, 0.12);
    box-shadow: 0px 2.97px 10.19px 0px rgba(35, 107, 165, 0.13);
    transition: 0.3s all;
}

.zdlyxxgk li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.zdlyxxgk li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 22px;
    color: #fff;
    font-size: 32px;
    width: 72px;
    height: 72px;
    border-radius: 315.78px;
    background: #0B54A2;
    transition: 0.3s all;
}

.zdly .icon-zdly-hwgl {
    font-size: 20px;
}

.zdlyxxgk li a p {
    position: relative;
    width: 100%;
    text-align: center;
}

.zdlyxxgk li a p::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 50%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #0B54A2 52%, rgba(255, 255, 255, 0) 100%);
}


/* .zdlyxxgk .li1 a i {
    background: linear-gradient(154deg, #7CBBFF 9%, #0B54A2 85%);
}

.zdlyxxgk .li2 a i {
    background: linear-gradient(154deg, #EA7E7E 9%, #E25F23 85%);
}

.zdlyxxgk .li3 a i {
    background: linear-gradient(154deg, #A1FDD7 9%, #13AEB3 85%);
}

.zdlyxxgk .li4 a i {
    background: linear-gradient(154deg, #7C83FF 12%, #180BA2 85%);
}

.zdlyxxgk .li5 a i {
    background: linear-gradient(154deg, #FFB77C 9%, #DA9D0D 85%);
}

.zdlyxxgk .li6 a i {
    background: linear-gradient(154deg, #E3FF7C 9%, #2BDA0D 85%);
}


.zdlyxxgk .li1 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #0B54A2 52%, rgba(255, 255, 255, 0) 100%);
}

.zdlyxxgk .li2 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E4683D 52%, rgba(255, 255, 255, 0) 100%);
}

.zdlyxxgk .li3 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #3EC6BE 52%, rgba(255, 255, 255, 0) 100%);
}

.zdlyxxgk .li4 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #322ABA 52%, rgba(255, 255, 255, 0) 100%);
}

.zdlyxxgk .li5 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E5A42E 52%, rgba(255, 255, 255, 0) 100%);
}

.zdlyxxgk .li6 a p::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #5EE52B 52%, rgba(255, 255, 255, 0) 100%);
} */


.zdlyxxgk ul li:hover a i {
    background: #fff;
    color: #0B54A2;
    transition: 0.3s all;
}

.zdlyxxgk .swiper-pagination {
    text-align: center;
    padding: 0;
    bottom: 0;
    width: 100%;
}

.zdlyxxgk .swiper-pagination-bullet {
    margin: 0 5px;
    width: 34px;
    height: 8px;
    background: #d8d8d8;
    border-radius: 0;
    border: none;
}

.zdlyxxgk .swiper-pagination-bullet-active {
    background: #0B54A2;
}

.zdlyxxgk li:hover {
    background: url(../images/zdly_li_on.png) no-repeat center;
    background-size: 100% 100%;
    transition: 0.3s all;
}

.zdlyxxgk li:hover a {
    color: #0B54A2;
    transition: 0.3s all;
}

.xyjt{
    width: 100%;
}



.xyjt a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
    height: 104px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 4px;
}

.xyjt_a{
    background: url(../images/xyjt_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.sjkf {
    background: url(../images/sjkf_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.sjkf i {
    margin-right: 15px;
    font-size: 45px;
}

/* 数据统计 */

.sjtj {
    padding: 75px 0 37px;
    background: url(../images/sjtj_bg.png) no-repeat;
    background-size: 100% 100%;
}

.sjtj_con {
    box-sizing: border-box;
    padding: 121px 66px 0;
    width: 100%;
    height: 930px;
    background: url(../images/sjtj_con_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.sjtj .tab_hd {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 10px 18px;
    background: url(../images/sjtj_hd.png) no-repeat bottom center;
}

.sjtj .tab_hd ul {
    width: 100%;
}

.sjtj .tab_hd li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 32px;
    height: 74px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

/* .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 {
    background: linear-gradient(180deg, #247DD9 0%, rgba(36, 125, 217, 0) 100%);
}

.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_bd {
    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%);
}

.sjtj .tab_a {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
    height: 70px;
    border-radius: 12px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 14%, rgba(255, 255, 255, 0.31) 85%, rgba(255, 255, 255, 0) 100%);
}

.sjtj .tab_a li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    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 {
    font-weight: bold;
    background: #0B54A2;
}

.echart_box {
    /* padding: 0 30px; */
}

.category {
    margin: 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;
}

.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;
}

.gcjsxm {
    padding: 72px 0 93px;
    background: #fff;
}

.gcjsxm .main_head2 {
    position: relative;
    margin-bottom: 53px;
    background-size: 60% 18px;
}

.gcjsxm .main_head2 .eng {
    position: absolute;
    right: 0;
}

.gcjsxm ul li {
    box-sizing: border-box;
    padding: 0 20px;
    width: calc((100% - 94px) / 3);
    height: 233px;
    border-radius: 4px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0px 4.22px 12.65px 0px rgba(23, 91, 164, 0.37);
}

.gcjsxm ul .li1 {
    background-image: url(../images/gcjsxm_1.png);
}

.gcjsxm ul .li2 {
    background-image: url(../images/gcjsxm_2.png);
}

.gcjsxm ul .li3 {
    background-image: url(../images/gcjsxm_3.png);
}

.gcjsxm ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.gcjsxm ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 49px 0 15px;
    width: 86px;
    height: 86px;
    font-size: 47px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4.22px 12.65px 0px rgba(23, 91, 164, 0.37);
    transition: all .3s ease;
}

.gcjsxm ul li a i.icon-zbtb {
    font-size: 65px;
}

.gcjsxm ul li a i.icon-sczt {
    font-size: 55px;
}

.gcjsxm ul li a p {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}

.gcjsxm ul li:hover p {
    color: #0B54A2;
    transition: all .3s ease;
}

.gcjsxm ul li:hover i {
    color: #fff;
    background: #0B54A2;
    transition: all .3s ease;
}


    .sjtj_con {
        margin-top: 20px;
    }

    .zx_sjqh {
        width: 440px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 20px;
    }

    .zx_sjqh li {
        width: 135px;
        height: 40px;
        background-color: #0B54A2;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px 20px 20px 20px;
		cursor:pointer;
    }

    .zx_sjqh li.active {
        background-color: #fff;
        color: #0B54A2;
    }

    .glysChartss {
        width: 100%;
        height: 460px;
    }

    .sjtj_con {
        display: none;
    }

    .actives {
        display: block;
    }

.tpjd li:nth-child(even):last-child {
    margin-right: calc((100% / 3) + 16px);
}

.sjhs-list{
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
    width: 100%;
}
.sjhs-list li{
display: flex;
justify-content: space-between;
align-items: center;
width:calc((100% - 40px) / 3);
margin-bottom: 20px;
}
.sjhs-list li a{
	position: relative;
}
.sjhs-list li p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 30px;
    line-height: 30px;
}
.sjhs-list li img{
width:100%;
}
.sjhs-list li .play-btn{
position: absolute;
background: url(/material/images/play-icon.png) #06060685 center no-repeat;
background-size: 70px;
width: 100%;
height: calc(100% - 34px);
bottom: 34px;
display:none;
}
.sjhs-list li:hover .play-btn{
display:block;
}

@media only screen and (max-width: 768px) {
.tpjd li:nth-child(even):last-child {
    margin-right: 0;
}
}

@media only screen and (max-width: 1200px) {
    .ldzc-fl {
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .ldzc-fr {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .sjtj_con {
        padding: 60px 0 0;
        height: auto;
        background: none;
    }

    .sjtj .tab_hd li {
        padding: 0 25px;
    }

    .sjtj .more {
        margin-top: 20px;
    }

    .gfx-search input {
        margin-bottom: 20px;
    }

    .select-con {
        justify-content: space-between;
    }

    .select-con span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .gfx-search select {
        margin: 10px 0 0 0;
    }

    .xxgk li a {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 996px) {
    .zcwj-tab {
        width: 100%;
    }

    .gfxwj {
        margin-top: 20px;
        width: 100%;
    }

    .gfx-search input {
        margin-bottom: 40px;
    }

    .select-con {
        justify-content: center;
    }

    .select-con span {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .gfx-search select {
        margin: 0 20px;
    }

    .zcjd_tab .tab_hd a {
        padding: 0 15px;
    }

    .tpjd li {
        padding: 10px;
        width: calc((100% - 30px) / 3);
    }

    .sjtj .tab_hd{
        padding: 0 0 18px;
    }

    .sjtj .tab_hd li {
        box-sizing: border-box;
        padding: 0 4px;
        /* 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;
    }

    .zfxxgk {
        width: 100%;
    }

    .zfxxgk li:hover a {
        background-size: 100% 100%;
    }

    .zdlyxxgk {
        margin-top: 20px;
        width: 100%;
    }

    .gcjsxm ul li {
        box-sizing: border-box;
        padding: 0 20px;
        width: calc((100% - 40px) / 3);
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .tpjd li {
        width: calc((100% - 20px) / 2);
    }

    .tpjd li:nth-child(3) {
        display: none;
    }

    .wzjd li {
        width: 100%;
    }

    .wzjd li:nth-child(n+4) {
        display: none;
    }

    .gcjsxm .main_head2 {
        background: none;
    }

    .gcjsxm .main_head2 .eng {
        display: none;
    }

    .gcjsxm ul li {
        margin-bottom: 20px;
        width: calc((100% - 20px) / 2);
    }

    .gcjsxm ul li.li3 {
        margin-bottom: 0;
    }

    .xxgk li a {
        padding: 0 10px;
    }

    .sjtj .tab_hd ul li{
        padding: 0 15px;
    }

    /* .sjtj .tab_hd li:nth-child(-n+3) {
    width: calc(100% / 3);
}

.sjtj .tab_hd li:nth-child(n+4) {
    width: calc(100% / 2);
} */
}

@media only screen and (max-width: 616px) {

    .ldzc,
    .zcwj,
    .zcjd,
    .sjtj,
    .zdly,
    .gcjsxm {
        padding: 20px 0;
    }

    .ldzc {
        padding-top: 50px;
    }

    .ldzc-fl {
        padding: 24px 10px 20px;
    }

    .ldzc-fr {
        padding: 15px 10px;
    }

    .jg a{
        width: calc((100% - 20px) / 3);
    }

    .jg a i{
        margin-right: 10px;
        font-size: 30px;
    }

    .jg .icon-sczt {
        font-size: 38px;
    }

    .zcwj-zt a {
        width: 100%;
    }

    .zcjd_tab .tab_hd a {
        padding: 0 8px;
        font-size: 18px;
    }

    .sjtj_con {
        padding: 10px 0 0;
    }

    .xyjt a{
        width: 100%;
    }
	
	.sjhs-list li{
		width: calc(100% / 1);
	}
}