@charset "utf-8";
/* 首页头部 */
.index_header .tyj_header .header_banner {
    background: none;
    padding-top: 0;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
}
.index_header .tyj_header{
    position: relative;
    z-index: 99;
}
.index_header .tyj_header .header_banner .logo {
    display: none;
}
.index_header .tyj_header .header_banner .navigation {
    margin-top: 60px;
    position: relative;
    z-index: 99;
}
/* banner */
.header_lb {
    width: calc(100% - 31.2%);
    height: calc(100vh - 220px - 60px);
    float: right;
    overflow: hidden;
    position: relative;
}
.header_lb .swiper-container {
    width: 100%;
    height: 100%;
}
.header_lb .lb_con{
    position: relative;
}
.header_lb .lb_con .swiper-pagination{
    position: absolute;
    left: -40px;
    bottom: 30px;
}
.header_lb .lb_con .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}
.header_lb .lb_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
/*.header_lb .lb_con,
.header_lb .lb_con .swiper-wrapper,*/
.header_lb .lb_con .swiper-slide{
    /*position: static;*/
    overflow: hidden;
}
.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}
@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}
@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}
.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}
@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }
    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}
@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }
    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}
.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}
@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}
@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }
    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}
.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}
@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}
@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}
.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}
@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}
@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}
.swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* CSS Document */
#one {
    background: #F7F7F7;
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 35px
}
.floatBox {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99999
}
/*.close {
    width: 18px;
    height: 18px;
    background: url(close.png) no-repeat;
    cursor: pointer
}*/
.floatBox .float {
    position: relative;
    margin-bottom: 38px;
    width: 80px;
}
.floatBox .float a img {
    width: 100%
}
.floatBox .float .close {
    position: absolute;
    top: -25px;
    right: 0
}
/* 线性按钮 */
.z_menu_btn {
    cursor: pointer;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #0f66b5
}
.z_menu_btn span {
    display: block;
    transition: ease .6s;
    width: 30px;
    height: 3px;
    background: #fff;
}
.z_menu_btn .line2 {
    margin: 6px 0;
}
.z_menu_btn.on .line1 {
    transform: translateY(9px) rotate(45deg);
}
.z_menu_btn.on .line3 {
    transform: translateY(-9px) rotate(-45deg);
}
.z_menu_btn.on .line2 {
    opacity: 0;
}
/* 线性按钮 */
.z_header {
    width: 1200px;
    position: absolute;
    right: 94px;
    left: auto;
    top: 100px;
    transition: ease .6s;
    z-index: 5;
}
.z_header.on {
    padding: 10px 2.6vw;
    transform: translateY(-36px);
}
.z_header .nav {
    width: 1080px;
    height: 46px;
    background: rgba(255, 255, 255, .8);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.z_header .nav li {
    flex: 1;
    text-align: center
}
.z_header .nav li a {
    font-weight: bold;
    height: 46px;
    font-size: 16px;
    color: #2A2A2A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.z_header .nav li a label {
    font-weight: normal;
    color: #505050;
    text-transform: uppercase
}
.z_banner {
    width: 100%;
    height: 100vh;
    position: relative;
    /*overflow: hidden;*/
    z-index: 4;
}
.z_banner_tit {
    width: 50%;
    right: 10%;
    position: absolute;
    bottom: 250px;
    z-index: 9;
    text-align: right
}
.z_banner_tit img {
    width: 100%
}
/*右侧*/
.z_banner_right {
    width: 31.2%;
    transition: ease 1s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    background: url("left-bg.jpg") no-repeat;
    background-size: cover
}
.z_banner_right .bg_video {
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
    z-index: 0
}
.bg_video source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
.z_banner_right.on {
    transform: translateX(-100%);
}
.z_menu_tit {
    margin-top: 100px;
    position: absolute;
    z-index: 9;
    left: 11.7%
}
.z_menu_tit img {
    width: 234px;
}
.right_box {
    position: relative
}
.z_banner_desc {
    position: absolute;
    left: 35%;
    top: 40vh;
    width: 360px;
}
/*按钮*/
.z_banner_close {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #0E66B4;
    color: #fff;
    position: absolute;
    left: 29.3%;
    bottom: 200px;
    z-index: 8;
    transform: translate(40px, 40px);
    cursor: pointer;
    transition: ease 1.5s;
}
.z_banner_close .iconfont {
    float: right;
    margin-right: 17px;
    animation: zscale 1s infinite;
    margin-top: 23px;
}
.z_banner_close.on {
    left: -75px;
    bottom: 17px;
}
@keyframes zscale {
    0% {
        transform: scale(.6, .6);
    }
    100% {
        transform: scale(1, 1);
    }
}
.z_sb_ts {
    display: block;
    position: absolute;
    left: 1vw;
    bottom: 2.5vw;
    z-index: 6;
}
.animate-bounce-down {
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}
@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}
/*要闻*/
.z_banner_bottom {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    transition: ease 1s;
}
.z_banner_bottom.on {
    transform: translateY(100%);
}
.z_banner_news {
    /*width: 87.5%;*/
    background: #fff;
    height: 220px;
    overflow: hidden;
    float: right;
    padding: 30px 30px 10px 30px;
    box-sizing: border-box;
}
.z_banner_news li {
    width: 440px;
    float: left;
    position: relative;
    padding-bottom: 10px;
    margin-left: 30px;
}
.z_banner_news li:first-child{
    margin-left: 0;
}
.z_banner_news li::before {
    content: "";
    width: 1px;
    height: 82px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.z_banner_news li::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #0E66B4;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 1;
    transition: ease 1s;
}
.z_banner_news li:hover::after {
    width: 100%;
}
.z_banner_news li:hover h3 {
    color: #0f66b3;
}
.z_banner_news .z_tit {
    font-weight: bold;
    color: #3C3C3C;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}
.z_banner_news .z_tit a {
}
.z_banner_news .z_tit .z_tit_en{
    display: none;
}
.z_banner_news .z_tit .z_tit_en span {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
    float: left;
}
.z_banner_news .z_tit .z_tit_ch{
    margin-top: 10px;
}
.z_banner_news .z_tit .z_tit_ch span {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 26px;
    float: left;
}
.z_banner_news ul {
    margin-top: 20px;
}
.z_banner_news li a {
    display: flex;
    box-sizing: border-box;
    padding: 0 30px;
}
.z_banner_news li .time {
    text-align: center;
    float: left;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
.z_banner_news li .time em {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
}
.z_banner_news li h3 {
    color: #999;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.z_banner_news li h4 {
    height: 64px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.z_banner_news li .infobox {
    width: 75%;
}
/*轮播*/
.slideshow {
    width: 100vw;
    overflow: hidden;
}
.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3;
}
.slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2;
}
.slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 1;
}
.slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 0;
}
@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }
    100% {
        opacity: 1;
    }
}
@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    51.5625% {
        opacity: 1;
    }
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    51.5625% {
        opacity: 1;
    }
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    76.5625% {
        opacity: 1;
    }
    98.4375% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    76.5625% {
        opacity: 1;
    }
    98.4375% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* 轮播图 新闻 */
#one .news_con{
    margin-bottom: 40px;
}
.news_con .news_con_left{
    float: left;
    width: 860px;
}
.news_con .news_con_left .swiper-wrapper li.swiper-slide{
    position: relative;
}
.news_con .news_con_left .swiper-wrapper li.swiper-slide .silde-disp-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_con_right{
    float: left;
    width: 540px;
    margin-left: 40px;
}
.index_banner_h {
    display: block;
    width: 100%;
    height: 574px;
    /*background: url(defaultimg_mhk_2021.jpg) no-repeat;
    background-size: cover;*/
}
.index_banner_h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_slider {
    width: 860px;
    height: 574px;
    overflow: hidden;
    position: relative
}
.unslider {
    margin: 0;
    padding: 0;
    position: relative;
}
.unslider-wrap {
    position: relative
}
.unslider-wrap.unslider-carousel > li {
    float: left;
    position: relative
}
.unslider-wrap.unslider-carousel > li::before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #0E66B4;
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 1;
    transition: ease 1s;
}
.unslider-wrap.unslider-carousel > li:hover::before {
    width: 100%;
}
.unslider-vertical > ul {
    height: 100%
}
.unslider-vertical > ul li {
    float: none;
    width: 100%
}
.unslider-fade {
    position: relative;
    z-index: 999999;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    padding: 0;
    border: none
}
.unslider-arrow {
    width: 24px;
    height: 38px;
    position: absolute;
    top: 40%;
    margin-top: -19px;
}
.unslider .next {
    background: url(arrows_next1.png) no-repeat;
    right: -24px;
    transition: all 0.4s;
}
.unslider .prev {
    background: url(arrows_prev1.png) no-repeat;
    left: -24px;
    transition: all 0.4s;
}
.unslider:hover .next {
    right: 0
}
.unslider:hover .prev {
    left: 0
}
.unslider-nav li {
    display: block
}
.unslider-nav {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: none;
}
.unslider ol {
    display: flex;
    align-items: center
}
.unslider ol li {
    width: 14px;
    height: 14px;
    background: #d2d2d2;
    border-radius: 14px;
    margin-right: 10px;
    cursor: pointer;
    text-indent: -99px;
    overflow: hidden;
}
.unslider ol .unslider-active {
    background: #D93434;
}
.silde-disp-1 {
    font-size: 20px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding-right: 20px;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}
.silde-disp-1 label {
    width: 120px;
    height: 60px;
    background: #0E66B4;
    float: left;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.silde-disp-1 div.title {
    width: calc(100% - 120px - 64px);
    float: left;
    height: 60px;
    padding-left: 30px;
}
.silde-disp-1 div.title a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
}
.silde-disp-1 div.title a:hover{
    color: #205BBB;
}
.Read {
    width: 64px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #205BBB;
}
/* 轮播图结束 */
.i_leader {
    width: 540px;
    height: 574px;
    background: #FFFFFF url(bg.png) no-repeat right bottom;
    padding: 30px;
}
.i_leader .gzdt_menu ul li {
    float: left;
    width: 140px;
    margin-left: 30px;
}
.i_leader .gzdt_menu ul li:first-child {
    margin-left: 0!important;
}
.i_leader .gzdt_menu ul li a {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    display: block;
}
.i_leader .gzdt_menu ul li.active a {
    background: #205BBB;
    color: #fff;
    font-weight: 600;
}
.i_leader .gzdt_list {
    margin-top: 20px;
}
.i_leader .gzdt_list ul {
    display: none;
}
.i_leader .gzdt_list ul:first-child {
    display: block;
}
.i_leader .gzdt_list ul li {
    line-height: 45px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
}
.i_leader .gzdt_list ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    border-radius: 100%;
    left: 0;
    top: 19px;
}
.i_leader .gzdt_list ul li a {
    float: left;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}
.i_leader .gzdt_list ul li a:hover{
    color: #205BBB;
}
.i_leader .gzdt_list ul li .date {
    display: inline-block;
    color: #999;
    float: right;
}
.center_banner {
    margin-top: 40px;
}
.center_banner a {
    display: block;
}
.center_banner a img {
    width: 100%;
    height: auto;
    display: block;
}
.sports_events {
    padding: 60px 0;
    background: url("bg_zwgk.jpg") fixed no-repeat center;
    background-size: cover;
}
.sports_events .tyj_container{
    background: #fff;
    padding: 30px;
}
.sports_events .sports_sub {
    float: left;
    width: 420px;
    margin-left: 60px;
}
.sports_events .sports_sub.match {
    margin-left: 0;
}
.sports_events .sports_menu li {
    float: left;
    width: 160px;
    margin-left: 30px;
}
.sports_events .sports_menu li:first-child {
    margin-left: 0!important;
}
.sports_events .sports_menu li a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.sports_events .sports_menu li.active a {
    /*background-image: linear-gradient(90deg, #2ED7B4 0%, #348AF5 100%);*/
    background: #205BBB;
    border: none;
    color: #fff;
}
.sports_events .sports_con {
    /*background: rgba(255, 255, 255, 0.1);*/
    height: 280px;
    margin-top: 30px;
    position: relative;
}
.sports_sub.match .sports_con {
    background: url("http://jnstyj.jinan.gov.cn/picture/1367/2409181031028408969.jpg") no-repeat center;
    background-size: cover;
}
.match .weekly_tournaments {
    display: flex;
    width: 100%;
    height: 100%;
    /*overflow: auto;
    padding-right: 10px;*/
}
/*.match .weekly_tournaments::-webkit-scrollbar {
    width: 10px;
}
.match .weekly_tournaments::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: linear-gradient(180deg, #00CDF0 0%, #00E1D7 100%);
}
.match .weekly_tournaments::-webkit-scrollbar-track {
    background-color: transparent; !* 设置轨道的颜色 *!
}*/
.match .weekly_tournaments a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.match .weekly_tournaments a .date{
    position: absolute;
    font-size: 18px;
    line-height: 40px;
    color: #3657F9;
    font-weight: 700;
    bottom: 47px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffffcc 100%);
}
.match .weekly_tournaments img {
    display: block;
    width: 100%;
    height: auto;
}
.sports_events .fitness_map_con {

}
.fitness_map_con .con_list {
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fitness_map_con .con_list li {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    width: 94px;
}
.fitness_map_con .con_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    transition: all .3s ease;
}
.fitness_map_con .con_list li a:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 4px 20px 0 rgba(9, 41, 77, .1);
}
.fitness_map_con .con_list li a .icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
.fitness_map_con .con_banner {
    /*border-radius: 8px;
    width: 380px;
    height: 116px;
    margin-top: 48px;
    overflow: hidden;*/
}
.fitness_map_con .con_banner a {
    display: block;
}
.fitness_map_con .con_banner img {
    width: 100%;
    display: block;
}
.fitness_map_con .excellent_performance {
}
.excellent_performance_lb {
    overflow: hidden;
}
.excellent_performance_lb ul li .image_show {
    width: 100%;
    height: 280px;
    position: relative;
}
.excellent_performance_lb ul li .image_show a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.excellent_performance_lb ul li .image_show img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.excellent_performance_lb ul li .image_show .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.33);
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.excellent_performance_lb ul li .image_show .show_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 126px 0 20px;
    background: rgba(0, 0, 0, 0.33);
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.excellent_performance_lb ul li .text_show {
    margin-top: 20px;
}
.excellent_performance_lb ul li .text_show .title {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    display: inline-block;
}
.excellent_performance_lb ul li .text_show .abstract {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 10px;
}
.sports_events .sports_con .swiper-pagination {
    bottom: 23px;
    right: 20px;
    margin-left: -10px;
}
.sports_events .sports_con .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    opacity: 1;
    cursor: pointer;
    float: left;
}
.sports_events .sports_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.index_zwgk {
    background: url("bg_sports_events.jpg") fixed no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.big_title span {
    display: inline-block;
}
.big_title .ch span,
.big_title .ch a {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.big_title .en {
    margin-top: 10px;
    display: none;
}
.big_title .en span {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}
.index_zwgk .zwgk_con {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
}
.index_zwgk .zwgk_con .zwgk_con_left {
    float: left;
    width: 690px;
    border-right: 1px solid #eee;
    padding: 0 30px 0 0;
}
.tabs_menu {
    border-bottom: 1px solid #eee;
}
.tabs_menu li {
    float: left;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}
.tabs_menu li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 1px;
    height: 22px;
    background: #D8D8D8;
}
.tabs_menu li:first-child {
    margin-left: 0!important;
    padding-left: 0!important;
    border-left: none!important;
}
.tabs_menu li:first-child:before{
    display: none;
}
.tabs_menu li a {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 17px;
    border-bottom: 4px solid transparent;
}
.tabs_menu li.active a {
    border-color: #205BBB;
    color: #205BBB;
}
.tabs_con {
    margin-top: 20px;
}
.tabs_con ul {
    display: none;
}
.tabs_con ul:first-child {
    display: block;
}
.zwgk_con_top .tabs_con ul li {
    padding-left: 20px;
    position: relative;
}
.zwgk_con_top .tabs_con ul li:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: 5px;
    height: 5px;
    content: "";
    background: #D8D8D8;
}
.zwgk_con_top .tabs_con ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    float: left;
    line-height: 45px;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zwgk_con_top .tabs_con ul li a:hover{
    color: #205BBB;
}
.zwgk_con_top .tabs_con ul li .date {
    float: right;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 45px;
}
.zwgk_con_bottom{
    padding: 20px 30px 20px 40px;
    background: #E8F2FF;
    margin-top: 30px;
}
.zwgk_about {
    margin-left: -60px;
}
.zwgk_about li {
    float: left;
    margin-left: 60px;
    position: relative;
}
.zwgk_about li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 30px;
    content: "";
    background: #EEEEEE;
}
.zwgk_about li:first-child:before {
    display: none;
}
.zwgk_about li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.zwgk_about li a .icon{
    width: 60px;
    height: 60px;
    padding: 14px;
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zwgk_about li a .icon img {
    width: auto;
    height: 100%;
}
.zwgk_con_right {
    float: left;
    width: 690px;
    padding: 0 0 0 30px;
}
.zwgk_con_right .zwgk_link ul {
    margin-left: -21px;
}
.zwgk_con_right .zwgk_link ul li {
    float: left;
    width: 126px;
    height: 140px;
    background: #E8F2FF;
    margin-left: 21px;
    margin-top: 20px;
}
.zwgk_con_right .zwgk_link ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 30px 0 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.zwgk_con_right .zwgk_link ul li img {
    width: auto;
    height: 32px;
    margin-bottom: 20px;
}
.index_bottom {
    background-image: url(bg_zwfw.jpg);
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    background-size: 720px 100%;
    background-position: calc(50% - 360px + 960px) center;
}
.bottom_gzcy {
    padding: 60px 30px 60px 0;
    float: left;
    width: 960px;
}
.bottom_gzcy .big_title .ch span,
.bottom_gzcy .big_title .ch a{
    color: #333;
}
.bottom_gzcy .big_title .en span{
    color: #666;
}
.bottom_gzcy .index_dczj {
    margin-top: 21px;
    background: #fff;
    padding: 30px;
}
.bottom_gzcy .index_dczj .dczj_con {
    margin-left: -30px;
    margin-top: 20px;
}
.bottom_gzcy .index_dczj .dczj_con li {
    float: left;
    width: 420px;
    height: 164px;
    margin-left: 30px;
    border: 1px solid #DDDDDD;
    padding: 20px;
    position: relative;
}
.bottom_gzcy .index_dczj .dczj_con li .title {
    height: 64px;
    line-height: 32px;
}
.bottom_gzcy .index_dczj .dczj_con li .title a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
.bottom_gzcy .index_dczj .dczj_con li .title a:hover{
    color: #205BBB;
}
.bottom_gzcy .index_dczj .dczj_con li .date {
    margin-top: 10px;
    line-height: 20px;
}
.bottom_gzcy .index_dczj .dczj_con li .date span {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.bottom_gzcy .index_dczj .dczj_con li .state {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: auto;
    line-height: 30px;
    background: #CCCCCC;
    border-radius: 15px 0 0 15px;
    padding: 0 8px 0 16px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.bottom_gzcy .index_dczj .dczj_con li .state.ing {
    background: #51D79B;
}
.bottom_gzcy .hd_link {
    margin-top: 30px;
}
.bottom_gzcy .hd_link ul {
    margin-left: -30px;
}
.bottom_gzcy .hd_link ul li {
    float: left;
    width: 290px;
    height: 200px;
    background: #fff;
    margin-left: 30px;
    padding: 30px;
}
.bottom_gzcy .hd_link ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom_gzcy .hd_link ul li a img {
    width: auto;
    height: 112px;
}
.bottom_zwfw {
    float: left;
    padding: 60px 0 60px 30px;
}
.bottom_zwfw .big_title span {
    color: #fff;
}
.bottom_zwfw .zwfw_link {
    margin-top: 30px;
}
.bottom_zwfw .zwfw_link li {
    width: 450px;
    height: 80px;
    line-height: 78px;
    border: 1px solid #e8f2ff54;
    /*margin-top: 20px;*/
    margin-top: 45px;
}
.bottom_zwfw .zwfw_link li a {
    display: block;
    padding-left: 20px;
    padding-right: 64px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    width: 100%;
    height: 100%;
}
.bottom_zwfw .zwfw_link li a:after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url("icon_go.png") no-repeat center;
    background-size: cover;
}
.bottom_zwfw .zwfw_link li.asdft {
    height: 118px;
    border: none;
}
.bottom_zwfw .zwfw_link li.asdft a {
    padding: 0!important;
}
.ztzl{
    padding: 60px 0;
}
.ztzl .big_title .ch span,
.ztzl .big_title .ch a{
    color: #333;
}
.ztzl .big_title .en span{
    color: #666;
}
.ztTitle_left{
    float: left;
}
.ztTitle_right{
    float: right;
}
.ztTitle_right a.more{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.ztTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ztTitle .line{
    float: left;
    width: 1100px;
    height: 1px;
    background: #eee;
    margin: 0 auto;
}
.ztzl_lb{
    margin-top: 40px;
}
.ztzl_lb .ztzl_lb_con{
    overflow: hidden;
}
.ztzl_lb .ztzl_lb_con ul li{
    float: left;
    width: 690px;
    height: 150px;
}
.ztzl_lb .ztzl_lb_con ul li a img{
    display: block;
}
.ztzl_lb_con .swiper-button-next,
.ztzl_lb_con .swiper-button-prev{
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: cover;
}
.ztzl_lb_con .swiper-button-next,
.ztzl_lb_con .swiper-container-rtl .swiper-button-prev{
    right: 0;
    background-image: url("zt_right.png");
}
.ztzl_lb_con .swiper-button-prev,
.ztzl_lb_con .swiper-container-rtl .swiper-button-next{
    left: 0;
    background-image: url("zt_left.png");
}

/*专题*/
.i_ztzl {
    height: 160px
}
.i_ztzl .swiper-slide .imgbox {
    width: 100%;
    height: 96px;
    overflow: hidden;
    background: url(defaultimg_mhk_2021.jpg) no-repeat;
    background-size: cover;
}
.i_ztzl .swiper-slide :hover .imgbg {
    transform: scale(1.1);
}
.imgbg {
    width: 100%;
    height: 100%;
    background: url(defaultimg_mhk_2021.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-image: url(defaultimg_mhk_2021.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}
.i_ztzl .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .1;
}
.i_ztzl .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d93434;
}
/*专题*/
.gg_roll {
    position: relative;
    background: #fff;
    display: none;
}
.gg_roll .tyj_container {
    padding: 15px 30px;
}
.gg_roll_swiper {
    float: left;
    height: 32px;
    padding-left: 66px;
    background: url("icon_gg.png") no-repeat left center;
    background-size: 32px;
}
.gg_roll_swiper .swiper-slide {
    padding-left: 20px;
    position: relative;
}
.gg_roll_swiper .swiper-slide:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
.gg_roll_swiper .swiper-wrapper {
    width: 1035px;
    float: left;
}
.gg_roll_swiper .swiper-pagination {
    display: none
}
.gg_roll a {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
}
.gg_roll a:hover{
    color: #205BBB;
}
.gg_roll a h2 {
    font-weight: bold;
    color: #B8242C;
    font-size: 18px;
}
.gg_roll a p {
    color: #707070;
    margin: 13px 0 10px
}
.gg_roll a span {
    color: #A8A8A8;
}
.gg_roll .ico {
    margin: 16px 24px 0 22px
}
.gg_roll .gg_more {
    float: right;
}
.gg_roll .gg_more a {
    font-weight: 400;
    font-size: 18px;
    color: #205BBB;
    line-height: 32px;
}
.gg_roll_btn {
    width: 17px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #0E66B4;
    float: right;
    margin: 10px 20px 0 0
}
.gg_roll_btn .swiper-button-next, .gg_roll_btn .swiper-button-prev {
    position: inherit;
    width: 17px;
    height: 25px;
    margin-top: 0;
}
.gg_roll_btn .swiper-button-prev {
    background: url(arrows_b.png) 2px no-repeat;
}
.gg_roll_btn .swiper-button-next {
    background: url(arrows_t.png) 2px no-repeat;
    border-bottom: 1px solid #87b3da
}
.i_ztzl_box .swiper-button-next, .i_ztzl_box .swiper-button-prev {
    width: 43px;
    height: 25px;
}
.i_ztzl_box {
    width: 1200px;
    margin: 35px auto;
    position: relative
}
.i_ztzl_box .swiper-button-prev {
    background: url(arrow_l.png) no-repeat;
    left: -70px;
    margin-top: 34px;
}
.i_ztzl_box .swiper-button-next {
    background: url(arrow_r.png) no-repeat;
    right: -70px;
    margin-top: 34px;
}
.i_ztzl_tit {
    display: flex;
    justify-content: space-between;
}

/*彩色字*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .dalong_tt {
        background-image: -webkit-linear-gradient(left, #2AA9F6, #0E66B4 25%, #2AA9F6 50%, #0E66B4 75%, #2AA9F6);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: color-animation 1.5s infinite linear;
    }
    /*.titHot{
          background-image: -webkit-linear-gradient(left, #ffffff, #bbd9ff 25%, #ffffff 50%, #bbd9ff 75%, #ffffff);
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          -webkit-background-size: 200% 100%;
          -webkit-animation: Hot-animation 1.5s infinite linear;
      }*/
}

.bayWindow{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 320px;
    z-index: 9999;
}
.bayWindow img {
    width: 100%;
    display: block;
}
.bayWindow .close_window{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background: url("http://jnstyj.jinan.gov.cn/picture/1367/2409202126330165563.png");
    background-size: cover;
    cursor: pointer;
}


/*******/
@media screen and (max-width: 1024px) {
    .index_header .tyj_header .header_banner{
        position: initial;
    }
    .index_header .tyj_header .header_banner .logo{
        display: block;
    }
    .header_lb,
    .z_menu_tit,
    .z_banner_right{
        display: none;
    }
    .index_header .tyj_header .header_banner .navigation{
        margin-top: 0;
    }
    .z_banner{
        height: auto;
    }
    .z_banner_bottom{
        position: initial;
    }
    .z_banner_news{
        width: 100%;
        height: auto;
        padding: 0.48rem 0.24rem;
    }
    .z_banner_news .z_tit{
        line-height: normal;
    }
    .z_banner_news .z_tit .z_tit_en span{
        font-size: 0.22rem;
        line-height: 0.22rem;
    }
    .z_banner_news .z_tit .z_tit_ch{
        margin-top: 0.1rem;
    }
    .z_banner_news .z_tit .z_tit_ch span{
        font-size: 0.36rem;
        line-height: 0.54rem;
        margin-top: 0.1rem;
    }
    .z_banner_news ul{
        margin-top: 0.24rem;
    }
    .z_banner_news li{
        float: none;
        width: 100%;
        padding: 0.24rem 0;
        border-top: 0.01rem solid #eee;
        margin-left: 0;
    }
    .z_banner_news li::before{
        display: none;
    }
    .z_banner_news li a{
        padding: 0;
        align-items: center;
    }
    .z_banner_news li .time{
        margin-right: 0.24rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
    .z_banner_news li .time em{
        font-size: 0.36rem;
        line-height: 0.3rem;
        margin-bottom: 0.16rem;
    }
    .z_banner_news li .infobox{
        width: calc(100% - 1.1rem);
    }
    .z_banner_news li h3{
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-bottom: 0.16rem;
    }
    .z_banner_news li h4{
        max-height: 0.84rem;
        height: auto;
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    #one{
        padding: 0.48rem 0.24rem;
    }
    .gg_roll .tyj_container{
        padding: 0.3rem 0.24rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .gg_roll_swiper{
        padding-left: 0.72rem;
        height: 0.84rem;
        background-size: 0.44rem;
    }
    .gg_roll_swiper .swiper-wrapper{
        width: 100%;
    }
    .gg_roll .gg_more{
        flex: 1 0 auto;
        margin-left: 0.16rem;
        font-size: 0.3rem;
    }
    .gg_roll .gg_more a{
        font-size: 0.3rem;
    }
    .gg_roll_swiper .swiper-slide{
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    .gg_roll_swiper .swiper-slide:before{
        display: none;
    }
    .gg_roll a{
        line-height: 0.42rem;
        font-size: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news_con .news_con_left{
        width: 100%;
        float: none;
        height: auto;
    }
    .index_banner_h{
        height: 4.68rem;
    }
    .silde-disp-1{
        font-size: 0.3rem;
        height: 0.96rem;
        line-height: 0.96rem;
        padding-right: 0.48rem;
    }
    .silde-disp-1 label{
        width: 1.44rem;
        height: 0.96rem;
        font-size: 0.3rem;
    }
    .silde-disp-1 div.title{
        width: calc(100% - 1.44rem);
        height: 0.96rem;
        padding-left: 0.24rem;
    }
    .silde-disp-1 div.title a{
        font-size: 0.3rem;
    }
    .news_con .news_con_left .swiper-wrapper li.swiper-slide .silde-disp-1{
        position: initial;
    }
    .Read{
        display: none;
    }
    .i_leader{
        width: 100%;
        height: auto;
        padding: 0.24rem;
        margin-left: 0;
        margin-top: 0.24rem;
        background: #fff;
    }
    .i_leader .gzdt_menu ul li{
        /*width: 2.4rem;*/
        width: calc((100% - 0.4rem) / 3);
        margin-left: 0.2rem;
    }
    .i_leader .gzdt_menu ul li a{
        line-height: 0.8rem;
        font-size: 0.36rem;
    }
    .i_leader .gzdt_list{
        margin-top: 0;
    }
    .i_leader .gzdt_list ul li{
        padding: 0.24rem 0;
        line-height: 0.42rem;
        font-size: 0.3rem;
        border-bottom: 0.01rem solid #eee;
    }
    .i_leader .gzdt_list ul li:before{
        display: none;
    }
    .i_leader .gzdt_list ul li a{
        max-width: none;
        white-space: normal;
    }
    .i_leader .gzdt_list ul li .date{
        float: left;
        width: 100%;
        margin-top: 0.16rem;
        font-size: 0.24rem;
    }
    #one .news_con{
        margin-bottom: 0.24rem;
    }
    .sports_events .tyj_container{
        padding: 0.24rem;
    }
    .sports_events{
        padding: 0.48rem 0.24rem;
        margin-top: 0.48rem;
    }
    .sports_events .sports_sub{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0.48rem;
    }
    .sports_events .sports_sub:first-child{
        margin-top: 0;
    }
    .sports_events .sports_menu li{
        width: 2.4rem;
        margin-left: 0.24rem;
    }
    .sports_events .sports_menu li a{
        line-height: 0.78rem;
        height: 0.8rem;
        font-size: 0.36rem;
        border-width: 0.01rem;
    }
    .sports_events .sports_con{
        height: auto;
        margin-top: 0.24rem;
        padding: 0;
    }
    .sports_sub.match .sports_con{
        height: 4.36rem;
    }
    .match .weekly_tournaments{

    }
    /*.match .weekly_tournaments::-webkit-scrollbar {
        width: 0.2rem;
    }
    .match .weekly_tournaments::-webkit-scrollbar-thumb {
        border-radius: 0.1rem;
    }
    .sports_events .sports_con.fitness_map_con{
        padding: 0.24rem;
    }*/
    .match .weekly_tournaments a .date{
        bottom: 0.76rem;
        width: 4rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-weight: 600;
        border-radius: 0.4rem;
        font-size: 0.34rem;
    }
    .fitness_map_con .con_list{
        margin-left: -0.8rem;
    }
    .fitness_map_con .con_list li{
        margin-top: 0.48rem;
        margin-left: 0.8rem;
        width: 1.38rem;
    }
    .fitness_map_con .con_list li a{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .fitness_map_con .con_list li a .icon{
        width: 1.08rem;
        height: 1.08rem;
        margin-bottom: 0.16rem;
    }
    .fitness_map_con .con_banner{
        width: 100%;
        height: auto;
    }
    .excellent_performance_lb ul li .image_show{
        width: 100%;
        height: auto;
        max-height: 4.36rem;
    }
    .excellent_performance_lb ul li .image_show .date{
        width: 2.16rem;
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.3rem;
    }
    .excellent_performance_lb ul li .image_show .show_title{
        height: 0.88rem;
        line-height: 0.88rem;
        padding: 0 1.54rem 0 0.2rem;
        font-size: 0.3rem;
    }
    .excellent_performance_lb ul li .text_show{
        margin-top: 0;
        padding: 0.24rem 0.24rem 1.24rem 0.24rem;
    }
    .excellent_performance_lb ul li .text_show .title{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .excellent_performance_lb ul li .text_show .abstract{
        font-size: 0.24rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
    }
    .sports_events .sports_con .swiper-pagination{
        margin-left: -0.1rem;
        bottom: 0.34rem;
    }
    .sports_events .sports_con .swiper-pagination .swiper-pagination-bullet{
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.1rem;
    }
    .index_zwgk{
        padding: 0.48rem 0.24rem;
    }
    .big_title .ch span,
    .big_title .ch a{
        font-size: 0.54rem;
        line-height: 0.76rem;
    }
    .big_title .en{
        margin-top: 0;
    }
    .big_title .en span{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .index_zwgk .zwgk_con{
        margin-top: 0.24rem;
        padding: 0.24rem;
    }
    .index_zwgk .zwgk_con .zwgk_con_left{
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    .tabs_menu li{
        padding-left: 0.48rem;
        margin-left: 0.48rem;
    }
    .tabs_menu li a{
        font-size: 0.36rem;
        line-height: 0.54rem;
        padding-bottom: 0.24rem;
        border-width: 0.04rem;
    }
    .tabs_menu li:before{
        width: 0.01rem;
        height: 0.36rem;
        top: 0.09rem;
    }
    .tabs_con{
        margin-top: 0;
    }
    .zwgk_con_top .tabs_con ul li{
        padding: 0.24rem 0;
        border-bottom: 0.01rem solid #eee;
    }
    .zwgk_con_top .tabs_con ul li:before{
        display: none;
    }
    .zwgk_con_top .tabs_con ul li a{
        font-size: 0.3rem;
        line-height: 0.42rem;
        max-width: none;
        white-space: normal;
    }
    .zwgk_con_top .tabs_con ul li .date{
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
    }
    .zwgk_con_bottom{
        padding: 0.24rem 0.65rem;
        margin-top: 0.24rem;
    }
    .zwgk_about{
        border-width: 0.01rem;
        margin-left: -0.82rem;
        margin-top: -0.24rem;
    }
    .zwgk_about li{
        width: 1.2rem;
        margin-top: 0.24rem;
        margin-left: 0.82rem;
    }
    /*.zwgk_about li:nth-child(1),
    .zwgk_about li:nth-child(2){
        margin-top: 0;
    }*/
    .zwgk_about li:before{
        top: 0.09rem;
        width: 0.01rem;
        height: 0.36rem;
    }
    .zwgk_about li a{
        font-size: 0.3rem;
        line-height: 0.48rem;
        flex-direction: column;
        text-align: center;
    }
    .zwgk_about li a .icon{
        width: 0.88rem;
        height: 0.88rem;
        padding: 0.2rem;
        margin-right: 0;
        margin-bottom: 0.1rem;
    }
    .zwgk_about li a .icon img{
        width: 0.48rem;
        height: 0.48rem;
        object-fit: contain;
    }
    .zwgk_con_right{
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 0.24rem;
    }
    .zwgk_con_right .zwgk_link ul{
        margin-left: -0.24rem;
    }
    .zwgk_con_right .zwgk_link ul li{
        width: calc((100% - 0.72rem) / 3);
        height: 1.96rem;
        margin-left: 0.24rem;
        margin-top: 0.24rem;
    }
    .zwgk_con_right .zwgk_link ul li a{
        padding: 0.24rem 0.4rem;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .zwgk_con_right .zwgk_link ul li img{
        height: 0.48rem;
        margin-bottom: 0.16rem;
    }
    .index_bottom{
        background-image: none;
        padding-top: 0.48rem;
    }
    .bottom_gzcy{
        float: none;
        width: 100%;
        padding: 0 0.24rem;
    }
    .bottom_gzcy .index_dczj{
        margin-top: 0.24rem;
        padding: 0.24rem;
    }
    .bottom_gzcy .index_dczj .dczj_con{
        margin-top: 0;
        margin-left: 0;
    }
    .bottom_gzcy .index_dczj .dczj_con li{
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0.24rem;
        border-width: 0.01rem;
        padding: 0.24rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .title{
        height: auto;
        line-height: 0.42rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .title a{
        font-size: 0.3rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .date{
        margin-top: 0.16rem;
        line-height: 0.32rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .date:first-child{
        margin-top: 0.24rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .date span{
        font-size: 0.24rem;
    }
    .bottom_gzcy .index_dczj .dczj_con li .state{
        border: 0.24rem;
        line-height: 0.72rem;
        padding: 0 0.24rem 0 0.3rem;
        border-radius: 0.36rem 0 0 0.36rem;
        font-size: 0.3rem;
        bottom: 0.24rem;
    }
    .bottom_gzcy .hd_link{
        margin-top: 0.24rem;
    }
    .bottom_gzcy .hd_link ul{
        margin-left: -0.24rem;
    }
    .bottom_gzcy .hd_link ul li{
        width: calc((100% - 0.72rem) / 3);
        height: 2.18rem;
        margin-left: 0.24rem;
        padding: 0.24rem;
    }
    .bottom_gzcy .hd_link ul li a{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .bottom_gzcy .hd_link ul li a img{
        height: 1.12rem;
        margin-bottom: 0.16rem;
    }
    .bottom_zwfw{
        margin-top: 0.48rem;
        float: none;
        background: url(bg_zwfw.jpg) no-repeat center;
        background-size: cover;
        padding: 0.48rem 0.24rem;
    }
    .bottom_zwfw .zwfw_link{
        margin-top: 0.24rem;
    }
    .bottom_zwfw .zwfw_link li{
        width: 100%;
        height: 0.96rem;
        line-height: 0.94rem;
        border-width: 0.01rem;
        margin-top: 0.24rem;
    }
    .bottom_zwfw .zwfw_link li a{
        padding: 0 0.48rem;
        font-size: 0.3rem;
    }
    .bottom_zwfw .zwfw_link li a:after{
        width: 0.36rem;
        height: 0.36rem;
        right: 0.48rem;
    }
    .bottom_zwfw .zwfw_link li.asdft{
        height: auto;
    }
    .bottom_zwfw .zwfw_link li.asdft a img{
        width: 100%;
        height: auto;
    }
    .ztzl{
        padding: 0.48rem 0.24rem;
    }
    .ztTitle .line{
        width: 45.5%;
        height: 0.01rem;
    }
    .ztTitle_right a.more{
        font-size: 0.3rem;
        line-height: 0.48rem;
    }
    .ztzl_lb .ztzl_lb_con ul li{
        width: 100%;
        height: 1.52rem;
    }
    .ztzl_lb_con .swiper-button-next,
    .ztzl_lb_con .swiper-button-prev{
        width: 0.4rem;
        height: 0.8rem;
        margin-top: -0.4rem;
    }
    .bayWindow{
        display: none;
    }
}