*{margin:0;padding:0}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;


}

body.havebg{    background: #f5f5f5;
    color: #333;
    background-image: url(../images/bg_t.png);
    background-repeat: no-repeat;


}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button], /* 1 */
[type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, /* 1 */
menu {
    display: block;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #019e7b;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.kf {
    width: 208px;
    position: fixed; /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #019e7b;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #019e7b;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #019e7b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

.header {
    background: #ffffff;
}

.header .topbar {
    line-height: 40px;
    background-color: #019e7b;
    color: #fff;
}

.header .topbar a {
    color: #fff;
}

.header .topbar a.wx {
    position: relative;
    display: block;
    background: url(../images/icotz01.png) no-repeat left center;
    padding-left: 25px;
}

.header .topbar a.wx .img-center {
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 10px;
    margin-left: -70px;
    display: none;
}

.header .topbar a.wx:hover .img-center {
    display: block;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    float: left;
    height: 58px;
    line-height: 58px;
    text-align: left;
}

.header .nav {
    font-size: 0;
    background-color: #019e7b;
    color: #fff;
    border-bottom: 3px solid #02745a;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #02745a;
}

.header .nav li a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    padding: 0 11px;
    color: #fff;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #02745a !important;
}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    color: #fff;
    background-color: #02745a;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.header .sc-form {
    float: right;
    margin-top: 8px;
}

.header .sc-form input {
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid transparent;
    width: 160px;
}

.header .sc-form button {
    float: right;
    padding: 0;
    border: none;
    cursor: pointer;
    height: 34px;
    width: 83px;
    background: url(../images/btntz01.gif) no-repeat center;
}


.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #019e7b;
    content: '';
}


.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.swiper-pagination-bullet-active {
    background-color: #019e7b;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.list-1 li {
    border-bottom: #d9d9d9 dotted 1px;
}

.list-1 li:last-child {
    border-bottom: 0;
}

.list-1 li a {
    display: block;
    line-height: 40px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-1 li span {
    float: right;
    color: #999;
}

.list-2 li {
    border-bottom: #d9d9d9 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-2 li a {
    display: block;
    padding-left: 10px;
}

.list-2 li span {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.index-borad-1 {
    margin: 20px 0 0;
    float: left;
    background-color: #fff;
    width: 460px;
    border: #e8e8e8 solid 1px;
}

.index-borad-1 .swiper-slide a {
    display: block;
}

.index-borad-1 .swiper-slide .img-cover {
    height: 306px;
}

.index-borad-1 .swiper-slide dl {
    margin: 0;
    overflow: hidden;
    padding: 20px 20px 20px 10px;
}

.index-borad-1 .swiper-slide dt {
    float: left;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    width: 100px;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 3px 0;
}

.index-borad-1 .swiper-slide dt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.index-borad-1 .swiper-slide dd {
    margin-left: 120px;
    font-size: 16px;
    height: 44px;
    overflow: hidden;
}

.index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
    margin-top: -63px;
}

.index-borad-1 .swiper-pagination {
    bottom: 94px;
    text-align: right;
}

.index-borad-1 .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
}

.index-borad-2 {
    float: left;
    margin: 20px 0 0 -1px;
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    padding: 20px;
    width: 430px;
    height: 350px;
}

.index-borad-2 .tit {
    font-size: 0;
    margin-bottom: 20px;
}

.index-borad-2 .tit span {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    line-height: 41px;
    padding-left: 18px;
    font-size: 20px;
    background: url(../images/newscenter_h2_tit_bg.gif) no-repeat 0 center / contain;
    color: #fff;
}

.index-borad-2 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 41px;
}

.index-borad-2 .list-1 li:first-child a {
    font-size: 18px;
    color: #019e7b;
}

.index-borad-3 {
    float: right;
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    padding: 20px;
    height: 350px;
    margin: 20px 0 0;
    width: 215px;
}

.index-borad-3 .tit {
    margin: 0 0 20px;
    font-size: 20px;
    color: #019e7b;
    border-bottom: #e8e8e8 solid 1px;
    padding-bottom: 10px;
}

.index-borad-3 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
}

.index-borad-3 .list-2 {
    height: 290px;
    overflow: hidden;
}

.panel {
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    border-top: #019e7b solid 2px;
    padding: 0 13px 13px 13px;
}

.panel .tit {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: #e8e8e8 solid 1px;
}

.panel .tit span {
    font-size: 20px;
    display: block;
    color: #019e7b;
    padding-left: 2px;
}

.panel .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
}

.panel .list-1 {
    margin-top: -5px;
}

.col-1, .col-2 {
    margin-left: -10px;
}

.col-1 .col-item {
    float: left;
    margin-left: 10px;
    width: 460px;
}

.col-1 .col-item.col-item-left {
    width: 800px;
}

.col-1 .col-item.col-item-right {
    width: 390px;
}

.col-2 .col-item {
    float: left;
    margin-left: 10px;
    width: 393px;
}

.gg {
    width: 260px !important;
}

.gg .panel {
    height: 366px;
    background: url(../images/pictz01.jpg) no-repeat center / 100% 100%;
    border: 0;
    padding: 0;
}

.gg a {
    display: block;
    height: 90px;
}

.ad-1 {
    margin-top: 10px;
}

.tupian .swiper-slide a {
    display: block;
}

.tupian .swiper-slide .img-center {
    height: 213px;
    line-height: 213px;
}

.tupian .swiper-slide p {
    margin: 10px 0 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.tupian .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.ztzl {
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    padding: 20px;
}

.ztzl .tit {
    float: left;
    width: 72px;
    height: 72px;
    background: url(../images/ztzltz_h2.gif) no-repeat center/ contain;
    font-size: 0;
}

.ztzl ul {
    margin-left: 90px;
    overflow: hidden;
}

.ztzl li {
    float: left;
    width: 33.333333%;
}

.ztzl li a {
    display: block;
    line-height: 36px;
    background: url(../images/icotz10.png) no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}

.footer {
    padding: 20px 0;
}

.footer .container {
    position: relative;
}

.footer-link {
    font-size: 0;
    text-align: center;
    margin-left: -10px;
    margin-bottom: 20px;
}

.footer-link li {
    display: inline-block;
    vertical-align: middle;
}

.footer-link li .wrap {
    margin-left: 10px;
}

.footer-link li select {
    background: #fff;
    height: 34px;
    font-size: 14px;
    width: 150px;
}

.footer-nav {
    text-align: center;
    margin-bottom: 10px;
}

.footer-nav span {
    padding: 0 10px;
}

.footer-copy {
    text-align: center;
    color: #777;
}

.footer-copy p {
    margin: 0;
}

.footer-ewm {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.footer-ewm .img-center {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
}

.main {
    background-color: #fff;
    padding: 20px;
}

.ct2-sd {
    float: left;
    width: 260px;
}

.ct2-mn {
    float: right;
    width: 880px;
}

.ct2-sd .panel {
    background-color: #f6f6f6;
    border: 0;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #019e7b;
    padding: 15px 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #b5d9ff;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li > a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
    font-size: 18px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu li > a:hover, .lanmu li.active > a {
    color: #019e7b;
    font-weight: bold;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.position {
    padding: 0 0 15px 24px;
    border-bottom: #f0f0f0 solid 2px;
    margin-bottom: 15px;
    background: url(../images/location_yz_ic.gif) no-repeat 0 0;
}

.pages {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover, .pages a.active {
    background-color: #019e7b;
    color: #fff;
}

.list-3 {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-3 li a {
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.list-3 li span {
    float: right;
    color: #999;
}

.list-3 .line {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.list-4 li {
    float: left;
}

.list-4:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-4 li a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
}

.list-5 li a span {
    color: #959595;
    padding-right: 10px;
}

.list-5 li a {
    display: block;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.bordernone {
    border-bottom: none;
}

.fengmian-tit {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 15px;
}

.fengmian-tit .more {
    float: right;
    line-height: 28px;
}

.fengmian-tit span {
    display: inline-block;
    font-size: 20px;
    background: url(../images/icotz09.png) no-repeat 0 5px;
    padding-left: 15px;
    color: #019e7b;
    border-bottom: 2px solid #019e7b;
    margin-bottom: -2px;
    padding-bottom: 10px;
}

.news-wrap {
    padding: 30px 40px;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.news-title p {
    margin: 15px 0 0;
    font-size: 0;
}

.mt15 {
    margin-top: 15px;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.news-content {
    line-height: 1.8;
}

.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.star-match-container {
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
}

.star-match-wrapper {
    display: flex;
    width: 3600px;
    position: relative;
}

.star-match-wrapper a {
    color: #000000;
}

.star-match-item {
    width: 223px;
    height: 120px;
    background: #f1f1f1;
    border-top: solid 3px #02745a;
    margin-right: 14px;
    box-sizing: border-box;
    padding: 0 15px;
}

.star-match-item_head {
    padding-top: 5px;
    display: flex;
}

.star-match-item_head .type {
    flex: 1;
    font-weight: bold;
}

.star-match-item_body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.star-match-vs {
    width: 50px;
    text-align: center;
}

.star-match-item_body .team {
    text-align: center;
}

.star-match-item_body .team p {
    padding: 0;
    margin: 0;
}

.star-match-item_footer {
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}

.star-match-tools_left {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: rgba(71, 136, 215, 1);
    border-radius: 0%;
    cursor: pointer;
}

.star-match-tools_left img {
    width: 20px;
}

.star-match-tools_right {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: rgba(71, 136, 215, 1);
    border-radius: 0%;
    cursor: pointer;
}

.star-match-box {
    margin: 0 25px;
    overflow: hidden;
}

.star-match-tools_right img {
    width: 20px;
    transform: rotate(180deg);
}

.zb-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.zb-info {
    display: flex;
    align-items: center;
    justify-content:space-between;
    border-bottom: solid 1px #efefef;
    padding: 8px 0;
}

.zb-info p {
    display: block;
    margin: 0;
}

.zb-info div {
    display: flex;
    align-items: center;
}

.zb-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.zb-qiudui {
    display: flex !important;
    justify-content: center;
    padding-left: 15px;
}

.zb-qiudui img {
    border-radius: 100%;
}

.zb-qiudui .hteam {
    display: inline-block;
    width: 170px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zb-qiudui .vteam {
    display: inline-block;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zb-qiudui .hteam img {
    padding-left: 5px
}

.zb-qiudui .bf {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0 5px;
}

.zb-qiudui .vteam img {
    padding-right: 5px
}

.zb-qiudui img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
}

.zb-type {
    width: 100px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zb-time, .zb-type {
    color: #959595;
}

.zb-type a {
    color: #959595;
}

.zb-area {
    text-align: center;
}

.zb-area_btn {
    width: 100px;
    border-radius: 5px;
    text-align: center;
    padding: 0.4rem;
    display: inline-block;
    color: #02745a;
    background:#efefef;
    font-weight: 600;
}

.zb-area_btn.start {
    background: #019e7b;
    color: #f1f1f1;
}

.zb-list li:hover {
    background: #efefef;
}

.shrink {
    height: 320px;
    overflow: hidden;
}

.shrink {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.col-item-2 {
    margin: 0 !important;
    margin-top: 15px;
    width: 392px !important;
    float: left;
}

.col-item-2:not(:last-child) {
    margin-right: 15px !important;
}

.col-item-2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-5 li {
    display: inline-block;
    width: calc(99% - 4px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-5 li a {
    font-size: 14px;
}

.team-info {
    text-align: center;
    padding-bottom: 15px;
}

.team-info img {
    width: 100%;
    padding-top:5px;
border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;,
}

.team-desc h4 {
    font-size: 16px;
    font-weight: 700;
}

.team-desc .intro {
    line-height: 1.6;
    margin-top: 15px;
}

.play-wrap {
    padding: 0;
}

.play-wrap .tit {
    margin-bottom: 0;
    font-weight: 700;
}

.play-wrap_box {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: #000;
}

.play-wrap_box .vs-title {
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
}

.play-wrap_box .vs-info {
    position: relative;
    width: 100%;
    height: 430px;
    margin: 0 auto;
}

.play-wrap_box_match_bg {
    background-image: url(../images/match_bg.jpg);
    background-blend-mode: saturation;
}

.play-wrap_box_match_bg_gray {
    background-image: linear-gradient(black, black), url(../images/match_bg.jpg);
    background-blend-mode: saturation;
}

.vs-info img {
    display: block;
    width: 65.5px;
    height: 62.5px;
}

.vs-info-team-l {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50px;
    top: 42%;
}
.vs-info-team-r {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 50px;
    top: 42%;
}
.vs-info-l-t, .vs-info-r-t  {
color:#000;
    displays: none;
}

.vs-match-score {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.vs-match-score .score-l {
    display: inline-block;
    margin-right: 30px;
}

.vs-match-score .score-r {
    display: inline-block;
    margin-left: 30px;
}

.vs-em {
    position: relative;
    top: 55%;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #000000;
}

.vs-channel {
    position: relative;
    display: flex;
    padding: 0px 16px;
    color: #f1f1f1;
    font-size: 16px;
    align-items: center;
}

.vs-chlt {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.signalCon {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.signalCon a {
    color: #ffffff;
    border: solid 1px #999999;
    padding: 3px 10px;
    border-radius: 10px;
}

.responsive-table {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.responsive-table_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #dedede;
}

.responsive-table_hd > span {
    text-align: center;
    flex: 1;
    font-weight: 700;
}

.responsive-table_bd {
    display: block;
}

.responsive-table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #dedede;
}

.responsive-table_row > span {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}
.article-wrap h1 {
    font-size: 26px;
}
.article-wrap .info {
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.article-wrap .info time {
    display: inline-block;
    color: #888888;
    padding-top: 10px;
}
.article {
    box-sizing: border-box;

}

.article video{max-height: 480px!important;
    width: auto!important;
    height: auto!important;
    max-width:100%!important;
    margin: 0 auto;
    display: block;}


.article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:10px;
}
.article img {
    display: block;
    margin: 0 auto;
    width: 60% !important;
    max-width: 60% !important;
}
.zb-zzk-list {
    padding-top: 0px;
}
.zb-zzk-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.zb-zzk-list li a {
    display: inline-block;
    color: #019e7b;
    padding: 2px 10px;
    background: #dedede;
    border-radius: 5px;
}
.footer {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    background: #dedede;
}

.footer p {
    margin: 5px 0;
}

@media screen and (max-width: 767px) {

    body.havebg {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px #ddd;
        background-size: auto 50px;
        background-position: right 0;
    }

    .header .topbar, .header .sc-form {
        display: none;
    }

    .header .logo {
        height: 30px;
        line-height: 30px;
        float: none;
        padding: 0;
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
    }

    .header .nav ul {
        margin: 0 -15px;
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        border-right: 0;
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
        font-size: 16px;
    }

    .header .nav li .arr {
        display: block;
    }

    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
        background-color: transparent;
        color: #019e7b
    }

    .header .nav li.open .arr:after {
        border-color: #019e7b;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }

    .menu-btn {
        display: block;
    }

    .index-borad-1 {
        width: auto;
        float: none;
        margin-top: 10px;
    }

    .index-borad-1 .swiper-slide .img-cover {
        height: auto;
        padding-top: 66.6%;
    }

    .index-borad-1 .swiper-slide dl {
        padding: 15px 15px 15px 0;
    }

    .index-borad-1 .swiper-slide dt {
        width: 75px;
    }

    .index-borad-1 .swiper-slide dd {
        margin-left: 90px;
    }

    .index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .index-borad-1 .swiper-pagination {
        bottom: 85px;
    }

    .index-borad-2 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
        padding: 15px;
    }

    .index-borad-2 .tit {
        margin-bottom: 10px;
    }

    .index-borad-2 .tit span {
        font-size: 18px;
        line-height: 36px;
        padding-left: 12px;
    }

    .index-borad-2 .tit .more {
        line-height: 36px;
    }

    .index-borad-3 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
        padding: 15px;
    }

    .index-borad-3 .tit {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .index-borad-3 .tit .more {
        line-height: 25px;
        font-size: 14px;
    }

    .col-1 .col-item, .col-2 .col-item {
        float: none;
        width: auto;
    }

    .col-1 .col-item.col-item-left, .col-1 .col-item.col-item-right {
        width: auto;
    }

    .panel .tit span {
        font-size: 18px;
    }

    .panel .tit .more {
        font-size: 14px;
        line-height: 25px;
    }

    .gg {
        display: none;
    }

    .ztzl {
        padding: 15px;
    }

    .ztzl .tit {
        float: none;
        background: none;
        font-size: 18px;
        height: auto;
        width: auto;
        color: #019e7b;
        margin-bottom: 10px;
    }

    .ztzl ul {
        margin: 0;
    }

    .ztzl li {
        float: none;
        width: auto;
    }

    .ztzl li a {
        margin-left: 0;
    }

    .footer {
        font-size: 12px;
    }

    .footer-link, .footer-ewm {
        display: none;
    }

    .footer-nav span {
        padding: 0 5px;
    }

    .main {
        padding: 15px;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .position {
        font-size: 12px;
        background-size: auto 14px;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-position: 0 1px;
    }

    .pages {
        margin-top: 15px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .list-3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .list-3 li a {
        font-size: 14px;
        line-height: 32px;
    }

    .fengmian-tit {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .fengmian-tit span {
        font-size: 18px;
        background-position: 0 3px;
    }

    .fengmian-tit .more {
        line-height: 25px;
    }

    .news-wrap {
        padding: 0;
    }

    .news-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .news-title h1 {
        font-size: 18px;
    }

    .news-title p {
        margin-top: 10px;
    }

    .news-title p span {
        font-size: 12px;
        margin: 0 5px;
    }

    .zb-info {
        display: block;
    }

    .zb-list li:hover {
        background: transparent;
    }

    .zb-info p {
        display: block;
        font-size: 14px;
    }

    .zb-qiudui .bf {
        width: 120px;
    }

    .zb-icon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .zb-type {
        flex: 1;
        width: 60px;
        padding-left: 0.5rem;
        text-align: right;
    }

    .zb-qiudui {
        text-align: left;
        padding: 10px 0;
    }

    .zb-area {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .zb-area_btn {
        margin-top: 5px;
        background: transparent;
        border: solid 1px #000000;
        color: #000000;
    }

    .zb-info div {
        display: flex;
        justify-content: center;
    }

    .zb-qiudui span:nth-child(1) {
        font-size: 16px;
    }

    .zb-qiudui span:nth-child(3) {
        font-size: 16px;
    }

    .zb-qiudui span:nth-child(2) {
        width: 50px;
        text-align: center;
    }

    .zb-zzk-list li {

        margin-bottom: 15px;
    }

    .star-match-container {
        overflow-x: auto;
    }

    .play-wrap_box .vs-title {
        padding-bottom: 0;
    }

    .play-wrap_box .vs-info {
        height: 184px;
    }

    .play-wrap_box_match_bg {
        background-image: url(../images/vs_bg.jpg);
    }

    .play-wrap_box_match_bg_gray {
        background-image: linear-gradient(black, black), url(../images/vs_bg.jpg);
    }

    .vs-info img {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .play-wrap_box .vs-title {
        font-size: 16px;
    }
    .play-wrap_box .vs-title span {
        display: block;
    }

    .vs-info-l-t, .vs-info-r-t  {
        display: block;
    }

    .vs-info-team-l, .vs-info-team-r {
        top: 34%;
        color: #000000;
        font-weight: 700;
    }

    .vs-match-score {
        top: 38%;
        font-size: 20px;
    }
}

/******xin***********/
/*tab*/
.flex-between{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
#tab-content section { display: none; }
#tab-content section:nth-child(1) { display: block }
#tab { border-bottom: #e4e3e3 1px solid; margin: 20px 0;display:flex;position:relative; }
#tab li {list-style-type:none;cursor: pointer;flex:1;text-align:center;padding:0;margin:0;line-height:3}
#tab li:after { content: ""; background: #1487f4; background: linear-gradient(to right, #019e7b 0%, #019e7b 100%); width: 20%; height: 2px; position: absolute; bottom: -1px; left: 40%; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#tab li:hover:after, #tab li.tab-current:after { opacity: 1; width: 100%; margin: auto; display: block; left: 0; }
#tab li.tab-current {background-color: #019e7b;color:#fff }
.tab-a-more { position: absolute; right: 20px; top: 16px; }
.tab-a-more a { display: block; background-size: 32px; overflow: hidden; width: 50px; height: 30px; }
.keywords {overflow: hidden;}
.keywords a {display: block;float: left;border: #019e7b 1px solid;color: #019e7b;padding: 2px 8px;margin: 0 5px 10px 0;border-radius: 3px;font-size: 14px;}
.keywords a:nth-child(1), .keywords a:hover { background: #019e7b; color: #fff }
 .items {padding:0px;display: none;}
 
#assist-bar {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
}

#assist-bar #go-top > .icon {
    display: block;
    height: 50px;
    width: 50px;
    background: url('/skins/images/up_green.svg') no-repeat center center;
}
.icon2 {
    display: block;
    margin-top:10px;
    height: 50px;
    width: 50px;
    background: url('/skins/images/up_green.svg') no-repeat center center;
        -webkit-transform: rotate(-180deg);
}
.navs a{font-size:14px;line-height:34px;height:34px;background:#f1f1f1;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#525252;white-space:nowrap;}
.navs a:hover{background:#019e7b;color:#fff}.
.jijinluxiang a{margin-top:10px}
.club-details .club-info {
    font-size: 14px;
    overflow: hidden;
}

.club-details .club-info li {
    width:50%;
    float: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.club-details .club-info ul:after {
    clear: both;
}
.club-details .club-info :last-child {
    margin-bottom: 0
}
.quote {
    margin:10px auto;
    text-align: center;}
.quote:before,.quote:after{ 
    content:"";
    display:inline-block;
    width:5%;
    margin:5px 1%;
    border-bottom:1px solid #019e7b;
}   
 .club-logo {
 float:left;
    margin-right: .5rem;
}

 .club-logo img {
    width: 3rem;
    height: 3rem;
}
.titles h1{display:inline}
.moveside2{position:fixed;top:0;margin-top:45px;width:340px;background-color:#fff}
/******xin***********/
.navv {margin:0 auto 5px;text-align:left;border-bottom:1px solid #F72921;position:relative;}
.fixDiv {position:fixed;z-index:999;top:0;background:#fff;}
.navv span:nth-child(1) {position:absolute;left:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 0 0 3px;}
.navv span:nth-child(2) {position:absolute;right:-3px;top:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:3px 3px 0 0;}
.navv span:nth-child(3) {position:absolute;right:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 3px 3px 0;}
.navv span:nth-child(4) {position:absolute;left:-3px;bottom:-3px;padding:3px;border-style:solid;border-color:#009ad9;border-width:0 0 3px 3px;}
.navv li {display:inline-block;margin:2px;padding:5px 10px;font-size:13px;color:#FFF;background:#314668;cursor:pointer;}
.navv .active {color:#fff;background-color:#ef3b31}



/*球队球员 */

.hide{display: none}
.show{display: block!important}
.team_rank_main{background-color: #fff;border-radius: 5px;}
.team_rank_main .team_rank_item{display:none}
.team_rank_main .team_rank_item.on{display:block}






.team_rank_main .team_rank_match span{font-size: 14px;text-align: center;flex:1;padding:5px 0;cursor:pointer;}
.team_rank_main .team_rank_match span.on{color:#fff;background-color:#228B63;}
.team_rank_main .team_rank_score{padding:0px;}

.team_rank{position:relative}
.team_rank_main .team_rank_match{position:absolute;right:0px;top:-40px;}
.team_rank_main .team_rank_match span{background:#DBDBDB;border-radius:0;padding:5px 20px}
.team_rank_main .team_rank_match_saishi{background:#DBDBDB;display:flex;margin-bottom:10px;display:none}
.team_rank_main .team_rank_match_saishi.on{display:flex}
.team_rank_main .team_rank_match_saishi span{flex:1;font-size:14px;text-align:center;line-height:30px;cursor:pointer; }
.team_rank_main .team_rank_match_saishi span.on{color: #fff;background-color:#228B63;}
.team_rank_main .team_rank_match_saishi_east_west{background:#DBDBDB;display:flex;margin-bottom:10px;display:none}
.team_rank_main .team_rank_match_saishi_east_west.on{display:flex}
.team_rank_main .team_rank_match_saishi_east_west span{flex:1;font-size:14px;text-align:center;line-height:26px;cursor:pointer; }
.team_rank_main .team_rank_match_saishi_east_west span.on{color: #fff;background-color:#0aa972;}


.team_rank_main .team_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:9px 0;padding:5px 5px;}
.team_rank_main .team_rank_score li span{font-size: 14px;text-align: center;}

.team_rank_main div.team_rank_score_name{background:#ebf1ef;line-height: 26px;padding:0 10px;display: flex;justify-content:space-between;}
.team_rank_main div.team_rank_score_name span{font-size:14px;}
.team_rank_main div.team_rank_score_name span:nth-child(1){width: 10%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(2){width: 40%;text-align: left}
.team_rank_main div.team_rank_score_name span:nth-child(3){width: 20%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(4){width: 20%;text-align: center}
.team_rank_main .team_rank_score li.team_rank_score_name span{text-align: center;font-size: 14px;color: #A5A5A5;}
.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2){width: 40%;text-align: center}
.team_rank_main .team_rank_score li span img{vertical-align: middle;padding-right: 5px;height: 16px;}
.team_rank_main .team_rank_score li span:nth-child(1){width: 10%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(2){width: 40%;text-align: left}
.team_rank_main .team_rank_score li span:nth-child(3){width: 20%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(4){width: 20%;text-align: center}
.team_rank_main .team_rank_score li span i{width: 16px;height: 16px;line-height: 16px;text-align: center;font-weight: 600;font-style: normal;display: inline-block;}
.team_rank_main .team_rank_score li:nth-child(1) span i{background:#FF3927;color: #fff}
.team_rank_main .team_rank_score li:nth-child(2) span i{background:#FC7B44;color: #fff}
.team_rank_main .team_rank_score li:nth-child(3) span i{background:#FCCE31;color: #fff}






.tuijianvideo .section-tit-nav2{ display: flex;overflow:hidden;padding:0px 0px 10px 0px;}
.tuijianvideo .section-tit-nav2 span{flex:1;text-align: center;line-height:28px;border-radius: 4px;background: #F0F0F0;margin:0px 2px;}
.tuijianvideo .section-tit-nav2 span a{display: block;}
.tuijianvideo .section-tit-nav2 span.on{background: #0B7B4D;border-radius: 4px;color: #fff}
.tuijianvideo .tuijianvideomain ul{margin-top:0px;}
.tuijianvideo .tuijianvideomain li {font-size: 14px;font-weight: 400;color: #000;border-bottom:1px solid #F6F7F7;padding: 6px 0;}
.tuijianvideo .tuijianvideomain li a{display: flex;justify-content: space-between;color:#A3A3A3;font-size: 12px;}
.tuijianvideo .tuijianvideomain li a .ico{width:20px;height: 21px;}
.tuijianvideo .tuijianvideomain li a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color: #000000;font-size: 14px;padding-bottom: 5px;}
.tuijianvideo .tuijianvideomain li a .nr{width:calc(100% - 25px);font-size:14px;color: #000000;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.tuijianvideo .tuijianvideomain li:hover{background-color:#F7F7F7;}
.tuijianvideo .tuijianvideomain li:hover a{display: flex;justify-content: space-between;color:#FF1B25;font-size: 12px;}
.tuijianvideo .tuijianvideomain li:hover a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color:#FF1B25;font-size: 14px;padding-bottom: 5px;}
.tuijianvideo .tuijianvideomain li:nth-last-child(1){border:0;margin:0;}
.tuijianvideo .tuijianvideomain ul{display:none}

.tuijianvideo .tuijianvideomain ul.show{display: block;}






.bottomnav{position:fixed;bottom:0;width:100%;display:flex;border-top:2px solid #F4F4F4;padding:5px 0;background:#fff;z-index:100;display:none}
.bottomnav a{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color: #ABABAB;}
.bottomnav a p{margin:0;padding:0}
.bottomnav a i{width:25px;height:25px;display:block;}
.bottomnav a i.home{background:url("../images/nav_home_0.png") no-repeat;background-size:100% 100%}
.bottomnav a i.basketball{background:url("../images/nav_basketball_0.png") no-repeat;background-size:100% 100%}
.bottomnav a i.football{background:url("../images/nav_football_0.png") no-repeat;background-size:100% 100%}
.bottomnav a i.videos{background:url("../images/nav_videos_0.png") no-repeat;background-size:100% 100%}
.bottomnav a i.news{background:url("../images/nav_news_0.png") no-repeat;background-size:100% 100%}
.bottomnav a i.ozb{background:url("../images/nav_ozb_0.png") no-repeat;background-size:100% 100%}

.bottomnav a.on{color: #000;}
.bottomnav a.on i{width:25px;height:25px;display:block;}
.bottomnav a.on i.home{background:url("../images/nav_home_1.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.basketball{background:url("../images/nav_basketball_1.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.football{background:url("../images/nav_football_1.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.videos{background:url("../images/nav_videos_1.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.news{background:url("../images/nav_news_1.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.ozb{background:url("../images/nav_ozb_1.png") no-repeat;background-size:100% 100%}


.zhibo_btn{margin-top:10px;}
.zhibo_btn a{
    background:#EA3352;
    color:#fff;
    border-radius: 6px;
    text-align: center;

    line-height: 33px;
    font-size: 16px;
    margin:0px 5px 10px 0;
    display: inline-block;
    text-indent: 0;
    padding:2px 10px;
    cursor: pointer;
}
.red{color:red}

@media (max-width: 780px) {
footer{margin-bottom:50px;}
.bottomnav{display:flex;}
}



.match .match_filter_item{display: inline-block;min-width: 70px;height: 28px;text-align:center;line-height: 28px;margin-bottom:5px;}
.match .match_filter_item a {position:relative;background:#F2F2F2;border-radius: 15px;display: block;color:#000000;font-size:14px;padding:0 8px;}
.match .match_filter_item a h1{font-weight:400;display:inline-block;font-size:14px;margin:0}
.match .match_filter_item.active a {background:#228B63;color:#000000;border-radius: 15px;color: #fff}
.match .match_filter_roll{border-bottom: 1px solid #F4F4F4;}



.nosignel{background-color: rgba(245, 247, 249, 1)!important;color:#000!important}
.other_zhibo_s1{border:1px solid #fe292b;background:#fef0f0;border-radius:5px;margin-bottom:10px;height:45px; overflow:hidden;width:calc(100% - 100px);box-sizing: border-box;}
.other_zhibo_s1 .t_news{ height:43px; color:#444;overflow:hidden; position:relative;}
.other_zhibo_s1 .t_news b{ line-height:43px; font-weight:normal; display:inline-block;background:#fd2928;padding:0 10px;font-size:16px;color:#fff}
.other_zhibo_s1 .news_li li{height:43px;overflow:hidden}
.other_zhibo_s1 .news_li li a{color:#fd2928;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.other_zhibo_s1 .news_li,.other_zhibo_s1 .swap{ line-height:43px; display:inline-block; position:absolute;left:72px;color:#fd2928;}
.other_zhibo_s1 .swap{top:43px;}
.other_zhibo_s1 .swap li{height:43px;overflow:hidden}
@media (max-width: 780px) {
.other_zhibo_s1{display:block;width:100%;margin-top:10px}
}




/** 直播内容页 **/
.boxB ul li{font-size:14px;color: #222222;display:flex;padding:10px 0}
.boxB ul li.top{}
.boxB ul li span{width:14%;text-align:center}
.boxB ul li span:nth-child(1){width:16%}
.boxB ul li.top{color:#A5A5A5}



.boxC ul li{display: flex;width:100%;justify-content:space-between;align-items: center;padding:16px 0;}
.boxC ul li .progress{width:calc((100% - 138px)/2);}
.boxC ul li em img{vert-align:center;}
.boxC ul li .num{width:38px;text-align:center;color:#000;font-size:14px;font-weight: 600}
.boxC ul li .name{width:100px;text-align:center;color: #8A8A8A;font-size:14px;}
.boxC ul li .progress_zd{height:8px;border-radius: 0;background: #FFEAEA;position:relative;}
.boxC ul li .progress_zd span{background: #FC3837;height:8px;position: absolute;left:0;top:0;}
.boxC ul li .progress_kd{height:8px;border-radius: 0;background: #EDF2FA;position:relative;}
.boxC ul li .progress_kd span{background: #337BFF;height:8px;position: absolute;right:0;top:0;}


.boxT{display:flex;}
.boxT .teamName{width:160px;}
.boxT dl{width:calc(100% - 180px);}
.boxT dl{width:calc(100% - 180px);display:flex;}
.boxT dl span{flex:1;text-align:center}



.boxD{font-size:13px;line-height:1.5;color:#7a7a7a;height:450px;overflow:hidden}
.boxD p{box-shadow: 0 0.1rem 0.88rem 0 rgba(0,0,0,.06);border-radius: 0.26rem;padding: 8px 20px;margin: 10px 0;position:relative}
.boxD p.main1:before{content: "";
    position: absolute;
    left: 5px;
    border-left: 5px solid red;
    height: 80%;
    top: 10%;}

.boxD .part{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.boxD .part span{width:20%;display:block;text-align: center;background: #EFEFEF;line-height:32px;color:#000}
.boxD .part span.on{background: #28B28B;line-height:32px;color:#Fff}
.boxD .partdetail{display:none}
.boxD .partdetail.show{display:block}



/**球员参与赛事**/
.cy_saishi_name{display: flex;align-items: center;font-size: 16px;border-bottom:1px solid #eaeaea;margin-top: 10px;width:100%;padding-bottom: 5px;}
.cy_saishi_name span{font-size:12px;color:#666;}
.cy_saishi_name span.pic{width:32px;height:32px;border-radius: 50%;border:1px solid #ccc;padding:2px;display:flex;justify-content: center;align-items: center;margin-right:10px;overflow: hidden;}
.cy_saishi_name img{max-width:100%;max-height:100%;height:auto;padding:2px;}
.cy_saishi_item{padding:7px 0;align-items: center;}
.cy_saishi_item .time{width:90px;text-align: center;font-size: 12px;color: #666}
.cy_saishi_item .time span{display: block;}
.cy_saishi_item .time .zt{color: #ccc}
.cy_saishi_item .team{width: 40%;text-align: left;display: flex;justify-content: space-between;flex-direction: column;align-items: flex-start;}
.cy_saishi_item .team .zhudui,.cy_saishi_item .team .kedui{display: flex;flex-direction: row;justify-content: center;padding:1px 0;line-height: 22px;font-size: 14px}
.cy_saishi_item .team .zhudui span,.cy_saishi_item .team .kedui span{border-radius: 50%;border:1px solid #ccc;padding:2px;width:22px;height:22px;margin-right: 5px;display: flex;justify-content: center;align-items: center}
.cy_saishi_item .team img{height:100%;}

.cy_saishi_item .bifen .zhudui_bifen,.cy_saishi_item .bifen .kedui_bifen{line-height: 22px;padding:1px 0;font-size: 14px;color: #666;}
.pingfen{display: flex;flex-direction: column;width:40px;text-align: center}
.pingfen span{background: #91c1b4;border-radius: 5px;padding: 2px 5px;display: block;color: #fff;font-weight: 400;}


/** 直播内页篮球球员积分排名 **/
.baskball_part{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.baskball_part span{width:20%;display:block;text-align: center;background: #EFEFEF;line-height:32px;color:#000}
.baskball_partmain .baskball_part_qiuyuan_bifen .row{width:100%;display:flex;justify-content: space-between;padding:5px 0;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top{border-top:1px solid #ccc;text-align: center;padding:10px 0;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top span{color: #656565;font-size: 12px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l{width:150px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img{vertical-align: bottom;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r{width:calc(100% - 150px); display:flex}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span{flex:1;text-align: center;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span{color:#222222}
.baskball_part span.on{background: #1bb28d;line-height:32px;color:#Fff}
.baskball_partmain .baskball_part_qiuyuan_bifen{display:none}
.baskball_partmain .baskball_part_qiuyuan_bifen.show{display:block}
@media (max-width: 480px) {
.baskball_partmain .baskball_part_qiuyuan_bifen span{font-size:12px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l{width:60px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img{display:none}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r{width:calc(100% - 60px); display:flex}
}
.sqfx h2{font-size:16px;margin-top:40px;}
.match_list_more a {
    width: 300px;
    background: #F2F8F6;
    border-radius: 16px;
    display: block;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    font-size: 14px;
}
.autoheight{height:auto!important}
/** 直播内容页 **/

/** 专题页 **/
.hot_zt_intro{display: flex;justify-content: center;flex-direction: column;}
.hot_zt_intro .pic{display: flex;margin-bottom:18px;}
.hot_zt_intro .pic img{height:40px;background-color:#bd1a2d;border-radius:10px;padding:5px 15px;display:block}
.hot_zt_intro .pic span{padding:10px;border-radius: 10px;color:#bd1a2d;font-size:18px;font-weight: 600;}
.hot_zt_intro h1{border-radius: 10px;color:#bd1a2d;font-size:22px;font-weight: 600;text-align:center;line-height:40px;padding:0 10px 0 0}
.hot_zt_intro .text{font-size:14px;line-height:1.5;font-weight:400;overflow:hidden;background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));}
.hot_zt_intro .text.show{height:auto!important;max-height:unset!important}

#loadMoreBtn{margin: 10px auto 0px auto;
    border-radius: 5px;
    background-color:#d55353;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#loadMoreBtn span{color:#fff;}
#loadMoreBtn img{height:12px;padding-left:3px;}
#loadMoreBtn img.up{transform:rotateX(-180deg);}

.rel a{padding:3px 5px;border-radius:8px;background-color:#a5a5a5;color:#fff;display:inline-block;margin:5px 5px 2px 0px;font-size:14px;}

#match_zt_jieshao{position: relative;padding: 0;overflow: hidden;max-height:150px;overflow:hidden;line-height: 1.6;}
#match_zt_jieshao p{line-height: 1.6;margin-bottom: 5px;}
#match_zt_jieshao img{width:100%!important;max-width:500px!important;height:auto!important;margin:10px auto;display:block}


/** 当前位置 **/
.dqwz{padding: 10px;}



/** 球队球员 **/
.bgwhite{background:#fff}
.pd20{padding:20px}
.qiuyuanlist{}


.qiuyuanlist{width:100%;}
.qiuyuanlist .hot_qiuyuan_main{width:100%;display: flex;flex-wrap: wrap;margin-bottom:30px;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item{width:23%;margin:1%}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item a{display: flex;width: 100%;height: 100%;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic{width: 60px;height: 60px;display: flex;justify-content:center;overflow: hidden;background: #F5F7F9;border-radius: 3px;align-items: center;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {padding: 8px;max-width: 100%;max-height: 100%;height: auto;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {width:calc(100% - 68px);color: rgba(0, 0, 0, 1);font-size: 14px;display: flex;justify-content: space-between;flex-direction: column;padding:5px 0px 5px 10px;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em{font-size: 12px;font-weight: 400;color:#666;}




.qdqyinfo .qdqy_logo{background:#000;padding:20px 0;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #fff}
.qdqyinfo .qdqy_logo img{width:100px;height:100px;border-radius: 50%;padding:10px;background:#fff;}
.qdqyinfo .qdqy_logo h1{font-size: 16px;line-height: 2}

.qdqyinfo .qy_qyxx ul{display: flex;flex-wrap: wrap;border-left:1px solid #EFEFEF;border-top:1px solid #EFEFEF;}
.qdqyinfo .qy_qyxx ul li{display: flex;width:33.333%;border-bottom:1px solid #EFEFEF;border-right:1px solid #EFEFEF;box-sizing: border-box;justify-content: center;flex-direction: column;align-items: center;color: #ADADAD;font-size: 12px;padding:15px 0;}
.qdqyinfo .qy_qyxx ul li span{font-size: 16px;font-weight: 400;color: #000}

.qdqy_lmtit{font-size: 16px;font-weight: 600;padding:20px 0;}

@media (max-width: 780px) {

    .qiuyuanlist .hot_qiuyuan_main .hot_member_item{width:48%;}
}


.prenext{margin-top: 20px;display: block;}
.prenext a{width:100%;line-height:1.5;padding:5px 0;display: block;}

.bq span{}
.bq a{line-height: 22px;background: #02745a;border-radius: 11px;padding:0 10px;color: #fff;display:inline-block;margin-left: 5px}
