/*
作者：天兴工作室
网址：https://www.txcstx.com
邮箱：admin@txcstx.cn
*/
@import "css/txui.min.css";

.tx-wide {
    width: 100%;
    max-width: 1320px;
}

.bg-gray1 {
    background-color: #f9f9f9;
}

.tx-color2 {
    background-color: var(--tx-color);
}

.img-box {
    border-radius: 0;
}

.pagebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.pagebar>* {
    display: inline-flex;
    height: 2.4em;
    align-items: center;
    padding: 0 1em;
    background-color: var(--tx-boxbg);
    margin: 0.2em;
    border-radius: var(--tx-radius);
    box-shadow: 0 1px 10px #f1f1f1;
    color: var(--tx-light);
}

.pagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background-color: var(--tx-color);
}

.tx-comments>ul.msg {
    border-bottom: 1px solid var(--tx-border);
}

.msg img.avatar {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.commons li:hover img,
li.msgname:hover img.avatar {
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
}

.msg li.msgname p.commentname {
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 5px;
}

.msg li.msgname small {
    color: var(--tx-light1);
    font-size: 12px;
}

.msg li.msgname small a,
.tx-comment label,
.tx-comments label {
    display: none;
}

.msg li.msgname:hover small a {
    display: inline-block;
}

.msg li ul.msg {
    margin-top: 12px;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.02);
}

.tx-comment-textarea {
    position: relative;
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tx-comment-textarea .tx-textarea {
    float: left;
    display: block;
}

.reply-frm {
    margin-top: 15px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    line-height: 50px;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.35s ease 0s;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s ease 0s;
    z-index: -10;
}

.headerfixed {
    padding: 5px 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.logo a,
.logo img {
    display: block;
    line-height: 1;
    height: 50px;
    width: auto;
}

.header-bg::after,
.headerfixed::after,
.topstyle::after {
    opacity: 0.85;
    background: url(img/bg.png) no-repeat 0 0 var(--tx-footbg);
}

.topstyle-h {
    height: 70px;
}

.search-on {
    display: inline-block;
    color: #fff;
}

.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;
    position: relative;
    z-index: 90;
}

.nav a {
    padding: 0 1.4em;
    position: relative;
    display: block;
}

.nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: all 0.35s ease 0s;
}

.nav li.on>a::after {
    background-color: var(--tx-color);
    width: 10px;
    margin-left: -5px;
}

.nav li>i.fa {
    position: absolute;
    right: 5px;
    top: 0;
    display: inline-flex;
    align-items: center;
    height: 3.2em;
    color: #fff;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.nav li:hover>i.fa {
    transform: rotate(180deg);
}

.nav,
.nav a:hover,
.nav a {
    color: #fff;
}

.nav li {
    position: relative;
    line-height: 3.2;
    white-space: nowrap;
}

.nav>li ul {
    position: absolute;
    font-size: 0.9em;
    top: 150%;
    left: 0;
    min-width: 100%;
    background-color: var(--tx-color);
    line-height: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.nav>li>ul::before,
.language-box section::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 2.4em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent var(--tx-color) transparent;
}

.nav>li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav li ul li i.fa {
    top: 0;
    right: 5px;
    transform: rotate(-90deg);
    margin: 0;
}

.nav li ul li:hover i.fa {
    transform: rotate(90deg);
}

.nav>li>ul ul {
    left: 150%;
    top: 0;
}

.nav>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.nav>li ul a:hover,
.language-box section>*:hover {
    background-color: rgba(0, 0, 0, 0.09);
    color: #fff;
}

.language-box section {
    position: absolute;
    right: 0;
    top: 90%;
    background-color: var(--tx-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0s;
}

.language-box section::before {
    left: auto;
    right: 10px;
}

.language-box:hover section {
    opacity: 1;
    visibility: visible;
}

.language-box section>* {
    height: 3.2em;
    white-space: nowrap;
    padding: 0 1.5em;
    color: #fff;
    display: flex;
    align-items: center;
}

.home-flash .swiper-slide {
    overflow: hidden;
    display: block;
}

.home-flash .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-coop .swiper-slide img {
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 44px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.swiper-button-next {
    right: -40px;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-container:hover .swiper-button-next {
    right: 0;
}

.swiper-container:hover .swiper-button-prev {
    left: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-pagination {
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    transition: all 0.35s ease 0s;
}

.swiper-pagination-bullet-active {
    background-color: var(--tx-color);
    opacity: 1;
    width: 20px;
    border-radius: 20px;
}

.flash-off {
    height: 70px;
}

.home-pd {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.home-pd::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0 1px 20px #888;
}

.title-auxiliary span {
    position: relative;
    padding: 0 60px;
    text-transform: uppercase;
}

.title-auxiliary span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 50px;
    border-top: 1px dotted var(--tx-border);
}

.title-auxiliary span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 50px;
    border-top: 1px dotted var(--tx-border);
}

.service-box {
    display: block;
    position: relative;
    padding: 15px;
    height: 400px;
    color: #fff;
}

.service-box>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.service-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 0.5s ease 0s;
}

.service-box>hgroup,
.service-box>section {
    position: absolute;
    z-index: 10;
}

.service-box>section {
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 50px;
    margin-top: -50px;
    transition: all 0.35s ease 0s;
}

.service-box>section i.fa {
    font-size: 50px;
    color: var(--tx-color);
}

.service-box>hgroup {
    bottom: -30px;
    left: 0;
    width: 100%;
    transition: all 0.35s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.service-box>hgroup p {
    margin: 40px 30px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.service-box>hgroup span {
    display: inline-block;
    line-height: 32px;
    border: 1px solid #fff;
    padding: 0 40px;
    transition: all 0.35s ease 0s;
    font-size: 13px;
}

.service-box:hover>section {
    top: 120px;
}

.service-box:hover,
.service-box:hover>section i {
    color: #fff !important;
}

.service-box:hover>hgroup {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}

.service-box:hover>hgroup span:hover {
    background-color: var(--tx-boxbg);
    color: var(--tx-color);
}

.service-box:hover::after {
    background-color: var(--tx-color);
    opacity: 0.8;
}

.home-service-noimg-box .service-box {
    display: block;
    padding: 30px;
    height: auto;
    position: static;
    color: var(--tx-txt);
}

.home-service-noimg-box .service-box:hover,
.home-service-noimg-box .service-box:hover i {
    color: var(--tx-color) !important;
    opacity: 0.8;
}

.home-service-noimg-box .service-box>img {
    display: none;
}

.home-service-noimg-box .service-box::after {
    display: none;
}

.home-service-noimg-box .service-box hgroup,
.home-service-noimg-box .service-box:hover hgroup,
.home-service-noimg-box .service-box:hover>section,
.home-service-noimg-box .service-box>section {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    margin: auto;
}

.home-service-noimg-box .service-box>hgroup p {
    margin: 15px 0;
    color: var(--tx-light);
}

.home-service-noimg-box .service-box hgroup span,
.tx-qiye9-btn,
.tx-qiye9-btn1 {
    display: inline-block;
    line-height: 30px;
    border: 1px solid var(--tx-color);
    padding: 0 20px;
    font-size: 12px;
    transition: all 0.35s ease 0s;
    color: var(--tx-color);
}

.home-service-noimg-box .service-box:hover hgroup span,
.tx-qiye9-btn:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.tx-qiye9-btn {
    line-height: 36px;
    height: 36px;
    background-color: transparent;
    padding: 0 50px;
    border-radius: 0;
}

.home-pro-list a {
    display: inline-block;
    line-height: 32px;
    margin: 0 3px;
    padding: 0 15px;
}

.home-pro-list a.on,
.home-pro-list a:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.home-pro-title hgroup {
    color: #fff;
    padding: 18px;
}

.home-pro-title ul a {
    display: block;
    line-height: 3.3em;
    background-color: #f5f5f5;
    padding: 0 15px;
    border-bottom: 1px solid var(--tx-border);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.home-pro-title ul a.on::after,
.home-pro-title ul a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: 1px;
    height: 40%;
    border: 0;
    border-left: 3px solid var(--tx-color);
}

.home-pro-title ul a.on,
.home-pro-title ul a:hover {
    padding-left: 20px;
    background-color: #f1f1f1;
}

.home-pro-title ul a i {
    line-height: 40px;
    color: #aaa;
}

.home-pro-title ul ul {
    margin-top: -1px;
}

.home-pro-title ul ul a {
    padding-left: 2.5em;
    font-size: 0.85em;
    opacity: 0.8;
}

.home-pro-title ul ul a.on,
.home-pro-title ul ul a:hover {
    padding-left: 2.7em;
}

.home-pro-title .pro-call {
    background: url(img/call-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 20px 15px 15px 15px;
    color: #fff;
}

.pro-call i.fa {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 22px;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.pro-box1,
.tx-box {
    box-shadow: 0 1px 50px #efefef;
    background-color: var(--tx-boxbg);
    display: block;
    transition: all 0.35s ease 0s;
}

.pro-box1 .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease 0s;
    z-index: 9;
}

.pro-box1 .img-box::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    transition: all 0.4s ease 0s;
    z-index: 10;
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    font-size: 1px;
    border: 1px solid var(--tx-border);
    border-radius: 50%;
    text-align: center;
}

.pro-box1:hover .img-box::before {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: -15px;
    margin-top: -15px;
    color: var(--tx-border);
    opacity: 1;
    visibility: visible;
}

.item-post:hover,
.pro-box1:hover {
    box-shadow: 0 5px 20px var(--tx-border);
}

.pro-box1:hover .img-box::after {
    background: rgba(0, 0, 0, 0.3);
}

.item-post {
    display: flex;
}

.item-post>a {
    display: block;
    width: 210px;
    margin-right: 30px;
}

.form-box,
.home-news {
    background: url(img/news-bg.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
}

.ul-dot li {
    position: relative;
    padding-left: 10px;
}

.ul-dot li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent #999;
    margin-top: -4px;
}

.home-about {
    background: url(img/about-bg.jpg) no-repeat center 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

.home-about .row3 {
    box-shadow: 0 1px 20px #f1f1f1;
}

.home-about .fr {
    order: 10;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-txt {
    padding: 30px 50px;
    height: 100%;
    line-height: 1.8;
    background-color: var(--tx-boxbg);
}

.head-bg {
    color: #fff;
    text-shadow: 0 1px 5px #999;
    position: relative;
}

.head-bg>i {
    display: block;
    overflow: hidden;
    padding: 15%;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 10;
}

.head-bg>i img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    line-height: 1;
}

.head-bg>div {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.links li {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.footer {
    line-height: 1.8;
    color: var(--tx-light);
    background: url(img/footer-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 50px 0 0 0;
}

.footer-off {
    padding: 0;
}

.footer a {
    color: var(--tx-light);
}

.foot-ico a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--tx-border);
    border-radius: 50%;
    margin: 0 10px 10px 0;
    font-size: 12px;
    position: relative;
}

.foot-ico a:hover {
    background-color: var(--tx-color);
    color: #fff;
    border: 1px solid var(--tx-color);
}

.weixin span {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    padding: 5px;
    background-color: var(--tx-boxbg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0s;
}

.weixin span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
}

.foot-ico a.weixin:hover span {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
}

.copy {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.mask-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 997;
    transition: all 0.35s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.pop-box {
    position: fixed;
    left: 50%;
    top: 10px;
    width: 400px;
    margin-left: -200px;
    z-index: 998;
    transition: all 0.35s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.pop-box-on {
    opacity: 1;
    visibility: visible;
}

.pop-box .pop-con {
    background-color: var(--tx-boxbg);
    box-shadow: 0 28px 50px rgba(243, 243, 243, 0.35);
}

.pop-con>h2 {
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid var(--tx-border);
}

.pop-off {
    position: absolute;
    right: 5px;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 0 0 50px 50px;
    font-size: 12px;
}

.side-box dl {
    margin-bottom: 15px;
    box-shadow: 0 1px 10px #f9f9f9;
    background-color: var(--tx-boxbg);
}

.side-box dl dt,
.tx-title1 {
    font-size: 18px;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--tx-border);
}

.side-box dl dd {
    padding: 0 15px 10px 15px;
}

.side-box dl dd ul::after {
    display: block;
    content: "";
    clear: both;
}

.side-box dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.2;
}

.side-box dl#divArchives ul li,
.side-box dl#divCatalog ul li,
.side-box dl#divFavorites ul li,
.side-box dl#divLinkage ul li,
.side-box dl#divTags ul li {
    float: left;
    width: 48%;
}

.side-box dl#divArchives ul li:nth-child(2n),
.side-box dl#divCatalog ul li:nth-child(2n),
.side-box dl#divFavorites ul li:nth-child(2n),
.side-box dl#divLinkage ul li:nth-child(2n),
.side-box dl#divTags ul li:nth-child(2n) {
    float: right;
}

.side-box dl table {
    width: 100%;
    border-collapse: collapse;
}

.side-box dl table td,
.side-box dl table th {
    border: 1px solid #ddd;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

.side-box dl table caption {
    margin-bottom: 10px;
}

.side-box dl table td a {
    color: red;
}

.side-box dl#divSearchPanel dd form {
    display: block;
    position: relative;
    height: 30px;
    width: 100%;
    padding-right: 50px;
    overflow: hidden;
}

.side-box dl#divSearchPanel dd>div input[type="text"] {
    width: 100%;
    border: 0;
    padding: 0 10px;
    line-height: 30px;
    background-color: var(--tx-border);
}

.side-box dl#divSearchPanel dd>div input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: red;
}

.info-title {
    padding: 30px 20px;
}

.info-tag a {
    display: inline-flex;
    height: 2.4em;
    align-items: center;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.02);
    color: var(--tx-light);
    border-radius: 2px;
}

.info-tag a:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.fixed-kf {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

.fixed-kf li {
    position: relative;
}

.fixed-kf li>a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url(img/bg.png) no-repeat 0 0 var(--tx-footbg);
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 8px 0;
    color: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
}

.fixed-kf li>a:hover {
    opacity: 0.8;
}

.fixed-kf li:last-child>a {
    border-bottom: 0;
}

.fixed-kf li>a>i {
    display: block;
    line-height: 20px;
    font-size: 18px;
}

.fixed-kf li>div {
    position: absolute;
    right: 78px;
    bottom: 0;
    padding: 15px;
    width: 180px;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    background: url(img/bg.png) no-repeat 0 0 var(--tx-footbg);
    color: #fff;
}

.fixed-kf li>div.kf-call {
    width: auto;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
}

.fixed-kf li>div::after {
    content: "";
    position: absolute;
    right: -11px;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent var(--tx-footbg);
}

.qq-kf {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 25px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #1f495d;
    background: url(img/qq2.png) repeat 0 0;
}

.tx-bg1 a.qq-kf:hover {
    color: #1d5b78;
}

.qq-kf::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 22px;
    background: url(img/qq1.png) repeat 0 0;
}

.qq-kf::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 22px;
    background: url(img/qq3.png) repeat 0 0;
}

.fixed-kf li:hover>div {
    opacity: 1;
    visibility: visible;
    right: 56px;
}

.col-zdy2 {
    width: 50%;
}

.col-zdy3 {
    width: 33.3333%;
}

.col-zdy4 {
    width: 25%;
}

.col-zdy5 {
    width: 20%;
}

.col-zdy6 {
    width: 16.66666%;
}

.col-zdy7 {
    width: 14.2857143%;
}

.col-zdy8 {
    width: 12.5%;
}

@media screen and (max-width: 996px) {
    .header {
        line-height: 40px;
        padding: 5px 0;
    }

    .topstyle-h {
        height: 50px;
    }

    .nav {
        position: fixed;
        top: 50px;
        left: 0;
        padding: 0;
        width: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: var(--tx-footbg);
        display: none;
    }

    .nav::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.85;
        z-index: -10;
    }

    .nav li:hover ul,
    .nav li ul {
        position: static;
        top: auto;
        opacity: 1;
        visibility: visible;
        background-color: transparent !important;
        display: none;
        padding: 0 0 8px 2em;
        transition: none;
    }

    .nav>li.hover>a::after,
    .nav>li.on>a::after,
    .nav>li>a:hover::after,
    .nav>li>ul::before {
        display: none;
    }

    .nav>li>a {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav>li>i {
        top: 0;
        height: 3.2em;
        margin-top: 0;
        right: 0;
        width: 3em;
        justify-content: center;
        cursor: pointer;
    }

    .nav li ul ul {
        padding-bottom: 0;
    }

    .nav li ul li {
        line-height: 2.8em;
    }

    .nav li ul li i.fa {
        display: none;
    }

    .logo a,
    .logo img {
        height: 40px;
    }

    .nav-on {
        display: block;
        margin-left: 2em;
    }

    .nav-on i {
        display: block;
        width: 22px;
        height: 1px;
        border-bottom: 2px solid #fff;
        margin-bottom: 4px;
        transition: all 0.35s ease 0s;
    }

    .nav-on-i i:first-child {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-on-i i:nth-child(2) {
        opacity: 0;
    }

    .nav-on-i i:last-child {
        transform: translateY(-6px) rotate(-45deg);
    }

    .home-pd {
        padding: 25px 5px;
    }

    .service-box1 {
        padding: 20px;
    }

    .footer {
        padding: 15px 0 0 0;
        text-align: center;
    }

    .footer .row {
        margin-bottom: 0;
    }

    .footer .row .col-10 {
        margin-top: 15px;
    }

    .info-next .ta-r {
        text-align: left;
    }

    .pro-info-box::after {
        display: none;
    }

    .head-bg>i {
        padding-top: 30%;
    }

    .home-about .tx-flex-st {
        display: block;
    }

    .col-zdy2,
    .col-zdy3,
    .col-zdy4,
    .col-zdy5,
    .col-zdy6,
    .col-zdy7,
    .col-zdy8 {
        width: 50%;
    }

    .info-fx {
        text-align: center;
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .fixed-kf li>a {
        border-radius: 0;
    }

    .info-title {
        text-align: left;
        padding: 3.2vw;
    }

    .info-title h1 {
        line-height: 1.3;
    }

    .msg li.msgname small a {
        display: inline-block;
    }

    .tx-comment-textarea .tx-textarea {
        padding-bottom: 2em;
    }

    .tx-comment-textarea .tx-btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-flash .swiper-slide img {
        min-height: 240px;
    }

    .about-txt {
        padding: 15px;
        text-align: center;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .service-box {
        height: 150px;
    }

    .home-service-noimg-box .service-box {
        padding: 3vw;
    }

    .service-box>section {
        line-height: 30px;
        margin-top: -30px;
    }

    .item-post>section>p.f-gray,
    .service-box:hover>hgroup {
        display: none;
    }

    .service-box:hover>section {
        top: 49%;
    }

    .service-box>section i.fa {
        font-size: 30px;
    }

    .service-box .f-22 {
        font-size: 18px;
    }

    .pop-box {
        left: 5%;
        width: 90%;
        margin-left: 0;
    }

    .head-bg>i {
        padding-top: 40%;
    }

    .form-con .tx-btn {
        display: block;
        width: 100%;
    }

    .fixed-kf {
        bottom: 0;
        right: 0;
        width: 100%;
        background: url(img/bg.png) no-repeat 0 0 rgba(0, 0, 0, 0.85);
        box-shadow: 0 5px 20px #333;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .fixed-kf ul {
        display: flex;
        align-items: center;
    }

    .fixed-kf li {
        flex: auto;
        text-align: center;
        position: static;
        position: relative;
    }

    .fixed-kf li a {
        width: 100%;
        margin-bottom: 0;
    }

    .fixed-kf li:hover>div,
    .fixed-kf li>div {
        right: 50%;
        bottom: 55px;
        margin-right: -90px;
    }

    .fixed-kf li>div.on {
        opacity: 1;
        visibility: visible;
    }

    .fixed-kf li>div::after {
        right: 84px;
        bottom: -11px;
        border-color: var(--tx-footbg) transparent transparent transparent;
    }

    .footer {
        margin-bottom: 48px;
    }

    .item-post>a {
        width: 100px;
        margin-right: 15px;
    }

    .item-post>section>h3 {
        white-space: normal;
        line-height: 22px;
        height: 44px;
    }

    .tx-text {
        font-size: 14px;
    }

    .place {
        font-size: 12px;
    }

    .col-zdy2,
    .col-zdy3,
    .col-zdy4,
    .col-zdy5,
    .col-zdy6,
    .col-zdy7,
    .col-zdy8 {
        width: 100%;
    }
}