/*
作者：天兴工作室
网址：https://www.txcstx.cn
邮箱：admin@txcstx.cn
*/

:root {
    --tx-color: #d23;
    --tx-border: #eee;
    --tx-color1: #ec9;
}

a:hover{
    color: #999;
}
.tx-c1 {
    color: #d23;
}

.tx-bg {
    background-color: #d23;
}

.mb60 {
    margin-bottom: 60px;
}

.f-400 {
    font-weight: 400;
}

.img-box:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header .tx-wide>a {
    display: none;
}

.logo * {
    line-height: 1;
    height: 35px;
    width: auto;
}

.header-phone {
    margin: 3px 2.5em 0;
    line-height: 1.55em;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.nav li {
    margin: 0 0 0 2.5em;
}

.nav a {
    position: relative;
    display: block;
    line-height: 50px;
}

.nav ul a {
    line-height: 40px;
    color: #555;
}

.nav li>a::after,.nav:hover li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ec9;
    opacity: 0;
    transform: translateX(-50%);
    transition: .35s;
}

.nav li.on>a::after {
    width: 100%;
    opacity: 1;
}

.nav:hover>li>a::after,.nav ul:hover>li>a::after {
    width: 0;
    opacity: 0;
}

.nav:hover li:hover>a::after {
    width: 100%;
    opacity: 1;
}

.nav li ul {
    position: fixed;
    top: 50px;
    left: 0;
    width: 200%;
    background-color: #fcfcfc;
    box-shadow: 0 5px 5px rgba(0,0,0,.05) inset;
    border-bottom: 1px solid #f8f8f8;
    opacity: 0;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
    transition-property: height,opacity;
    transition-duration: .35s;
    transition-delay: .2s;
}

.nav li:hover ul {
    height: 40px;
    opacity: .9;
    transition-delay: 0s;
}

.search-box {
    width: 45px;
    height: 20px;
    margin: 0 0 0 3em;
    border-radius: 30px;
    border: 1px solid #ddd;
    transition: .35s;
}

.search-box:focus-within {
    background: #fff;
    width: 150px;
}

.search-box input,
.search-box input:focus {
    height: 18px;
    line-height: 20px;
    background: 0;
    border: 0;
    color: #555;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

.top-zw {
    padding-top: 50px;
}

.warp {
    padding-top: 90px;
}

.home-flash .swiper-pagination>* {
    background-color: #fff;
    opacity: 0.5;
}

.home-flash .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.home-flash .swiper-slide a {
    display: block;
    position: relative;
}

.home-flash .swiper-slide a img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: scale(1.15);
    transition: 9s linear;
}

.home-flash .swiper-slide-active a img,.home-flash .swiper-slide-duplicate-active a img {
    transform: scale(1);
}

.home-flash .swiper-slide a p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    opacity: 0;
    transition: opacity 1s;
}

.home-flash .swiper-slide-active a p {
    opacity: 1;
}

.home-flash .swiper-slide a p span {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 40px;
    color: #fff;
    padding: 5px 10px;
    flex-wrap: wrap;
}

.tx-title1 strong {
    display: inline-flex;
    height: 2.4em;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 5px;
}

.tx-title1 strong::after {
    content: "";
    width: 2em;
    height: 3px;
    background: #ec9;
}

.img-hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

a.img-hover {
    display: block;
}

.img-hover:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.img-hover1,.img-hover1:hover {
    box-shadow:none;
}

.img-hover .act,
.img-hover {
    transition-property: box-shadow,opacity;
    transition-duration: .35s;
}

.img-hover .act:hover {
    opacity: 0.6;
}

.item-footer {
    line-height: 2.6;
    padding: 0 1em;
    border-top: 1px solid #f1f1f1;
}

.home-btn {
    display: inline-flex;
    border: 1px solid rgba(121, 121, 121, 1);
    height: 40px;
    width: 31.5%;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.home-btn:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.img-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-item2 span {
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 0 5px 0;
}

.tx-column-7 img {
    transition: .35s;
}

.tx-column-7 img:hover {
    opacity: .6;
}

.home-prize ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    color: #d23;
}

.home-prize::after {
    content: "";
    position: absolute;
    top: 3em;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d23;
}

.home-prize li {
    text-align: center;
    padding: 0 6em;
}

.home-prize li>p {
    line-height: 3em;
}

.home-prize li>section {
    position: relative;
    padding-top: 1em;
}

.home-prize li>section::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background: #d23;
    border-radius: 50%;
}

.prize-img li .img-box[data-ratio="50"] {
    padding-top: 60px;
    margin: 0 0 5px 0;
}

.prize-img li img {
    object-fit: contain;
    border: 1px solid #ddd;
}

.home-about {
    display: flex;
    align-items: stretch;
}

.home-about li {
    position: relative;
}

.home-about li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.footer {
    background-color: #333;
    color: #ededed;
    padding: 2em 0;
    position: relative;
    z-index: 98;
}

.copy>img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 1.5em 0 0;
}

.news-item p.f-gray {
    line-height: 1.4;
    height: 7em;
    overflow: hidden;
}

.news-item1>span {
    display: inline-flex;
    width: 220px;
}

.news-item1 {
    align-items: stretch;
}

.news-item1 section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px 0 20px;
}

.news-item1 section p {
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
}

.news-item1 section footer {
    padding: 0;
    line-height: 3;
}

.info-box {
    padding: 50px;
    position: relative;
}

.info-box::after {
    content: "";
    position: absolute;
    right: calc(24.9999% + 25px);
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #efefef;
    display: block;
}

.info-left {
    padding-right: 50px;
}

.about-logo img {
    height: 60px;
    width: auto;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team {
    display: flex;
    flex-wrap: wrap;
}

.intro p {
    color: #ccc!important;
}

.intro {
    background: #333;
}

.pintro section.name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    z-index: 9;
    opacity: 0;
    transition: opacity .35s ease 0s;
}

.pintro:hover section.name {
    opacity: 1;
}

/* 分页条 */

.pagebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagebar>* {
    line-height: 2;
    margin: 0 10px 5px 0;
    color: #666;
    padding: 0 2px;
    border-bottom: 3px solid rgba(0,0,0,0);
    transition: .35s;
}

.pagebar .now-page {
    color: #333;
    border-bottom: 3px solid #ec9;
}

.pagebar:hover>* {
    border-bottom: 3px solid rgba(0,0,0,0);
}

.pagebar:hover>*:hover {
    color: #333;
    border-bottom: 3px solid #ec9;
}

.pagebar>*:only-child {
    display: none;
}

/* 评论 */

.msg img.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.msgname {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msgusername {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tx-comments>.msg {
    border-bottom: 1px solid #eee;
}

.msg .msg {
    padding: 1em 1.2em;
    margin: 0.8em 0 0 4em;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    position: relative;
    width: 100%;
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reply-frm {
    padding: 1em;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, .04);
    margin: 1em 0 0 0;
    position: relative;
}

.reply-frm #cancel-reply {
    position: absolute;
    right: 0;
    top: -2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    opacity: 0.5;
}

.tx-side {
    transition: all .35s ease 0s;
    top: 0
}

.tx-side dl {
    margin-bottom: 20px;
}

.tx-side dt {
    font-size: 1.15em;
    font-weight: 700;
    line-height: 2.4;
    display: flex;
    align-items: center;
}

.tx-side dt::before {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #ec9;
    margin: 0 0.8em 0 0;
}

.tx-side dd>ul {
    padding: 0 1.2em;
    overflow: hidden;
}

.tx-side dd>div {
    padding: 1em;
    overflow: hidden;
}

.tx-side dl dd>*::after {
    display: table;
    content: " ";
    clear: both;
}

.side-tag {
    padding: 5px 1.2em 0 1.2em;
    display: flex;
    flex-wrap: wrap;
}

.side-tag>* {
    margin: 0 1em 5px 0;
}

.tx-side-flex {
    position: fixed;
    top: 65px;
}

.tags-a>*:not(:last-child):after {
    content: "，";
    margin: 0 5px 0 0;
}


/**弹出提示文字框**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.tx-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tx-tips-on {
    opacity: 1;
    visibility: visible;
}

.tx-tips>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8em 2em;
    background-color: #fff;
    color: #d23;
    border-radius: 3px;
    z-index: 2;
    border: 2px solid #d23;
    position: relative;
    transform: scale(0);
    transition: all .35s ease 0s;
}

.tx-tips-on>span {
    animation: tx_animation_size 0.3s ease 1;
    transform: scale(1);
}

.tx-tips>span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop>.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-txt {
    width: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    position: relative;
    z-index: 10;
    border-radius: 3px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt>h2 {
    line-height: 2.8;
    padding: 0 1em;
    border-bottom: 1px solid #eee;
    background-color: rgba(0, 0, 0, .04);
}

.tx-pop-txt>button {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}

.schwords {
    color: #d23;
}

video {
    width: 100%;
    height: auto;
}


::-webkit-scrollbar {
    width: 10px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}

@media screen and (max-width: 720px) {
    .tx-wide {
        padding-left: 3.2vw;
        padding-right: 3.2vw;
    }
    .msg img.avatar {
        width: 10vw;
        height: 10vw;
    }
    .msg .msg {
        margin: 1.5vw 0 0 0;
        padding: 2vw;
    }
    .tx-side dl {
        margin-bottom: 2.4vw;
    }
    .header .tx-wide>a {
        display: inline-flex;
        width: 1.2em;
        height: 14vw;
        align-items: center;
        justify-content: center;
        flex: none;
    }
    .logo {
        flex: auto;
        text-align: center;
        padding: 2vw;
    }
    .logo * {
        height: 10vw;
    }
    .nav,
    .search-box {
        position: absolute;
        background: #fff;
        top: 14vw;
        left: 0;
        width: 100%;
        padding: 3vw;
        margin: 0;
        display: none;
    }
    .search-box:focus-within {
        width: 100%;
    }
    .nav {
        flex-direction: column;
    }
    .nav li {
        margin: 0;
        width: 100%;
        flex: none;
    }
    .nav li ul,.nav li:hover ul {
        display: flex;
        flex-direction: column;
        position: static;
        padding: 0 0 0 1.8em;
        width: 100%;
        height: auto;
        background: 0;
        border: 0;
        box-shadow: none;
        opacity: 1;
    }
    .nav a,.nav ul a {
        line-height: 2;
    }
    .nav li.on>a::after {
        left: -.77em;
        width: .3em;
        height: 1.25em;
        transform: translateY(-.3em);
    }
    .nav:hover li:hover>a::after {
        width: 0;
    }
    .search-box {
        height: auto;
        border-radius: 0;
    }
    .home-flash .swiper-slide a p {
        width: 100%;
        margin: 0;
        padding: 5vw;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .home-flash .swiper-slide a p span {
        font-size: 1em;
        line-height: 1.3;
    }
    .home-prize {
        overflow-x: scroll;
    }
    .home-prize::after {
        width: 210%;
    }
    .home-prize ul {
        justify-content: flex-start;
    }
    .home-prize li {
        padding: 0 6vw;
        flex: none;
    }
    .mb60 {
        margin-bottom: 8vw;
    }
    .footer {
        padding: 3vw 3vw 0 3vw;
    }
    .footer .tx-wide {
        flex-direction: column;
    }
    .foot-txt,
    .copy {
        width: 100%;
        margin: 0 0 3vw 0;
    }
    .news-item1>span {
        width: 36%;
    }
    .news-item1 section {
        padding: 3vw;
    }
    .news-item1 section footer {
        line-height: 1;
    }
    .news-item1 .txt-ov {
        white-space: normal;
        height: 3em;
        font-size: 1em;
    }
    .info-box {
        padding: 3vw;
    }
    .info-box::after {
        display: none;
    }
    .info-left {
        padding: 0;
    }
    .tx-pop-txt {
        width: 80%;
    }
    .ls1, .ls2 {
        letter-spacing: 0;
    }
    .col-25:last-child,.home-honor li:last-child,.honor li:last-child {
        display: none;
    }
}