* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    min-width: 320px;
}

img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

img.ofc {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

::-webkit-scrollbar {
    /* display: none; */
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d41a1f;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #d41a1f;
}

img {
    object-fit: cover;
}

a {
    text-decoration: none !important;
    outline: none;
}

.clear {
    clear: both;
}

img {
    display: block;
}

.m0 {
    margin: 0 auto;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}


/* 返回顶部 */
.totop{position: fixed;bottom: 46px;right: 59px;transition: all .5s;cursor: pointer;z-index:100;}
.totop:hover {animation: footerToTop 1s infinite;}
@media screen and (max-width:960px) {
    .totop{right: 5%;}
}

@media screen and (max-width:768px) {
    .totop{bottom: 16px;}
    .totop img{height: 30px;}
}

/* 栏目标题-通用 */

.i-com-title {
    color: #000;
}

.i-com-title.i-product-title .cn,
.i-com-title.i-product-title .en {
    color: #fff;
}

.i-com-title .cn {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1em;
}

.i-com-title .en {
    color: #c8c8c8;
    font-size: 22px;
    line-height: 1em;
}


/* pc头部导航栏 */

.head-nav {
    float: left;
    padding-left: 40px;
}

.head-nav ul {
    display: flex;
    margin: 0;
}

.head-nav li {
    float: left;
    padding: 0 20px;
    position: relative
}

.head-nav .v1 {
    display: block;
    font-size: 18px;
    line-height: 90px;
    position: relative;
    text-align: center;
    color: #000;
}

.head-nav .v1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 3px;
    width: 38px;
    margin-left: -19px;
    background-color: #fff
}

.head-nav li.on {
    background-color: #bc1b23;
}

.head-nav li.on .v1 {
    color: #fff;
    /* color: #bc1b23 */
}

.head-nav li.on .v1:before {
    background-color: #bc1b23
}

.head-nav li.active .v1 {
    color: #bc1b23
}

.head-nav li.active .v1:before {
    background-color: #bc1b23
}

.head-nav dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none
}

.head-nav dd {
    position: relative
}

.head-nav .sub {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    width: 150px;
    display: none
}

.head-nav .v2 {
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #333
}

.head-nav .item.ok-1 .v3,
.head-nav .item:hover .v3,
.head-nav .v4:hover,
.head-nav dd.ok .v2,
.head-nav dd:hover .v2 {
    color: #fff;
    background-color: #bc1b23
}

.head-nav .v3 {
    font-size: 16px;
    line-height: 40px;
    display: block;
    text-align: center
}

.head-nav .down {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    display: none
}

.head-nav .v4 {
    display: block;
    font-size: 14px;
    line-height: 40px;
    width: 150px;
    text-align: center
}

.head-nav .ico {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ttg_i-jian.png) center no-repeat
}


/* PC头部 */

.header {
    /* position: relative; */
    width: 100%;
    z-index: 3;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
}

.header-main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
}

.header-logo {
    position: relative;
    display: block;
    height: 60px;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header img.hover {
    display: none;
}

.icon-dianhua {
    font-size: 22px !important;
    color: #999999;
    font-weight: bold;
}

.icon-dianhua span {
    color: #333;
}

.header-tool {
    position: relative;
    display: flex;
    align-items: center;
    display: none;
}

.header-lang {
    position: relative;
    margin-right: 65px;
}

.header-lang-btn {
    display: flex;
    align-items: center;
    height: 38px;
    box-sizing: border-box;
    padding: 0 9px 0 3px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    transition: all .5s;
}

.header-lang-btn i {
    position: relative;
    color: #fff;
    font-size: 18px;
    transition: all .5s;
    perspective: 1000px;
}

.header-lang-btn:hover i {
    transform: rotateY(180deg);
}

.header-lang-btn p {
    margin-left: 17px;
    margin-right: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    transition: all .5s;
}

.header-lang-btn img {
    position: relative;
    transition: all .5s;
}

.header-lang-btn img.hover {
    display: none;
}

.header-lang-btn.on img {
    transform: rotate(180deg);
}

.header-lang-slide {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    background: #fff;
}

.header-lang-slide li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    transition: all .5s;
}

.header-lang-slide li a:hover {
    background: #f2f2f2;
}

.header-btn {
    cursor: pointer;
}

.header-line {
    width: 35px;
    height: 2px;
    background: black;
}

.header-line:nth-child(2) {
    margin: 11px 0;
}

.header.on {
    background: #fff;
}

.header.on img.hover {
    display: none;
}

.header.on img.leave {
    display: block;
}

.header.on .header-line {
    background: #000;
}

.header.on .header-lang-btn {
    border-color: rgba(0, 0, 0, .1);
}

.header.on .header-lang-btn i {
    color: #333;
}

.header.on .header-lang-btn p {
    color: #333;
}

.header.on .header-lang-btn img.leave {
    display: block;
}

.header.on .header-lang-btn img.hover {
    display: none;
}


/* 搜索 */

.icon-sousuo {
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer;
}

.so {
    position: absolute;
    right: 35px;
    top: 90px;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.so form {
    display: block;
    position: relative;
}

.so .inp {
    width: 250px;
    height: 40px;
    display: block;
    border-radius: 40px;
    border: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    padding: 0 40px 0 15px
}

.so .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
    background: url(../images/ttg_ico-so.png) center no-repeat
}


/* 移动端导航 */

.header-mobile {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    box-sizing: border-box;
    z-index: 99;
    background: #0062a7;
}

.header-nav {
    height: 100%;
    overflow-y: auto;
}

.header-mobile-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    z-index: 1;
}

.header-mobile-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mobile-type a {
    display: inline-block;
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
}

.header-nav .header-mobile-item:first-child .header-mobile-type span {
    display: none;
}

.header-mobile-type span {
    color: #fff;
    font-size: 26px;
    line-height: 1em;
    transition: all .5s;
}

.header-mobile-type.on span {
    transform: rotate(180deg);
}

.header-mobile-slide {
    display: none;
    margin-left: 30px;
    margin-bottom: 25px;
}

.header-mobile-slide a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
}

.header-mobile-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-mobile-bg img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(28.13%, 11.31%);
    width: 95.73%;
}


/* banner图 */


/* banner */

.inner-banner {
    position: relative;
}


/* 轮播图 */

.swiper {
    height: 850px;
    margin-top: 90px;
}

.swiper-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.swiper-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 全屏 */

.swiper-img video::-webkit-media-controls-fullscreen-button {
    /* display: none; */
}


/* 暂停/开始 */

.swiper-img video::-webkit-media-controls-play-button {
    /* display: none; */
}


/* 进度条 */

.swiper-img video::-webkit-media-controls-timeline {
    display: none;
}


/* 当前时长 */

.swiper-img video::-webkit-media-controls-current-time-display {
    display: none;
}


/* 总共时长 */

.swiper-img video::-webkit-media-controls-time-remaining-display {
    display: none;
}


/* 音量 */

.swiper-img video::-webkit-media-controls-mute-button {
    /* display: none; */
}


/* 额外操作 */

.swiper-img video::-webkit-media-controls-enclosure {
    /* display: none; */
}

.swiper-text {
    position: absolute;
    left: 10%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.swiper-text p {
    font-size: 50px;
    color: white;
    line-height: 1.5em;
}

.swiper-text p.en {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5em;
    opacity: 0.8;
}

.swiper-button-prev,
.swiper-button-next {
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    --swiper-theme-color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    transform: scale(0.7);
}

.swiper-pagination {
    bottom: 40px;
}

.swiper .swiper-pagination-bullet {
    width: 70px;
    height: 2px;
    border-radius: 0;
    position: relative;
    --swiper-theme-color: none;
    background: rgba(0, 0, 0, .1)
}

.swiper .swiper-pagination-bullet::after {
    content: "";
    background-color: #777777;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 100%;
    transition: all 3s linear;
}


/* 核心优势 */

.hxys {
    background-color: #f8f8f8;
    padding: 50px 0;
}

.hxys-head {
    position: relative;
    height: 100px;
}

.hxys-head1 {
    padding-right: 45px;
    border-right: 3px solid #666666;
    transition: 0.3s all;
}

.hxys-head1 p {
    color: #a7a7a7;
}

.hxys-head1 p,
.hxys-head1 h1 {
    font-weight: bold;
    margin: 0;
}

.hxys-head2 p {
    font-size: 14px;
    color: #888888;
    line-height: 2;
    margin-bottom: 0;
    margin-left: 20px;
}

.hxys-more {
    display: block;
    color: #999;
    position: absolute;
    top: 25px;
    right: 0;
}

.hxys-more i {
    color: #6b6b6b;
    margin-left: 5px;
    display: block;
    float: right;
}


/* 核心优势 查看更多 移动端 */

.hxys-more-mob {
    display: none;
    background-color: #c30d23;
    color: #fff;
    text-align: center;
    width: 25%;
    line-height: 2.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
}

.hxys-more-mob:hover {
    color: #fff;
}

.hxys-pic {
    display: flex;
    justify-content: space-between;
}

.hxys-pic li {
    width: 16%;
    height: 200px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    transition: 0.3s all;
}

.hxys-pic li:last-child {
    margin-right: 0;
}

.hxys-pic li img {
    display: inline-block;
}

.hxys-pic li .hxys-hov,
.swiper-container-hxys li .hxys-hov {
    display: none;
}

.hxys-pic li:after,
.swiper-container-hxys li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0) rotateX(45deg);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    background: #c30d23;
    transition: all .5s;
    z-index: -1;
}

.hxys-pic li:hover:after,
.swiper-container-hxys li:hover:after {
    transform: scaleX(1);
    color: white;
}

.swiper-container-hxys li:hover {
    background-color: #c30d23;
}

.hxys-pic li:hover .hxys-hov,
.swiper-container-hxys li:hover .hxys-hov {
    display: inline-block;
}

.hxys-pic li:hover .hxys-lea,
.swiper-container-hxys li:hover .hxys-lea {
    display: none;
}

.hxys-pic li h3 {
    font-weight: bold;
    color: #666;
    margin: 10px 0;
    font-size: 20px;
}

.swiper-container-hxys li h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.hxys-pic li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hxys-pic li p,
.swiper-container-hxys li p {
    color: #999;
    text-align: left;
    transition: 0.5s all;
}

.hxys-pic li:hover h3,
.hxys-pic li:hover p,
.swiper-container-hxys li:hover h3,
.swiper-container-hxys li:hover p {
    color: #fff;
    transition: 0.5s all;
}


/* 核心优势-滚动 */

.swiper-container-hxys {
    overflow: hidden;
    position: relative;
    display: none;
    padding-bottom: 20px;
}

.swiper-container-hxys li {
    /* width: 240px; */
    height: 240px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 35px;
    transition: 0.3s all;
}

.swiper-container-hxys li img {
    display: inline-block;
}

.swiper-container-hxys .swiper-pagination {
    bottom: 5px;
}


/* 新闻资讯 */

.xwzx {
    position: relative;
    padding: 30px 15px;
    overflow: hidden;
}

.xwzx-content {
    padding: 0;
}

.xc1 {
    padding-right: 1.5%;
}

.xc2 {
    padding-left: 1.5%;
}

.xwzx-head {
    position: relative;
    height: 50px;
}

.xwzx-head1 h1 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.xwzx-more {
    display: block;
    color: #999;
    position: absolute;
    top: 5px;
    right: 0;
}

.xwzx-content ul {
    padding: 0 40px 30px;
    background-color: #f8f8f8;
}

.xwzx-content ul:hover {
    margin-top: -10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transition: 0.5s all;
}

.xwzx-content ul li {
    padding-top: 15px;
}

.xwzx-list-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    transition: 0.3s all;
}

.xwzx-list-top:hover h3 {
    color: #c30d23;
    transition: 0.3s all;
}

.xwzx-list-top:hover p {
    color: #e12e44;
    transition: 0.3s all;
}

.xwzx-list-top h3 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.xwzx-list-top p {
    font-size: 14px;
    color: #999;
}

.xwzx-content ul li {
    transition: 0.3s all;
}

.xwzx-content ul li h4 {
    color: #333;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 75%;
}

.xwzx-content ul li:hover h4 {
    color: #c30d23;
    transition: 0.3s all;
}

.xwzx-content ul li span {
    color: #999;
    font-size: 14px;
    float: right;
}

.xwzx-content ul li .yymmdd {
    display: inline-block;
}

.xwzx-content ul li .mmdd {
    display: none;
}


/* 品牌展会 */

.ppzh {
    position: relative;
}

.ppzh-button {
    float: right;
    display: flex;
}

.ppzh-button li {
    margin: 0 2.5px;
}

.ppzh-button a,
.jdal-more {
    padding: 20px 25px;
    background-color: #eeeeee;
    color: #333;
    display: inline-block;
    transition: 0.3s all;
}

.ppzh .ppzh-button a:hover {
    background-color: #c30d23;
    color: #fff;
    transform: scale(1.1);
    transition: 0.3s all;
    margin-top: -5px;
}

.ppzh-banner {
    width: 100%;
    height: 523px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.swiper-container-ppzh {
    width: 100%;
    height: 523px;
    float: left;
}

.ppzh-banner .swiper-slide .ppzh-detail {
    height: 45px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 65%;
    bottom: 0;
    color: #fff;
    /* opacity:0;
transition:opacity .3s .3s; */
}

.ppzh-banner .swiper-slide-active .ppzh-detail {
    /* opacity:1; */
}

.swiper-slide .ppzh-right {
    display: none;
}

.swiper-slide-active .ppzh-right {
    display: block;
}

.ppzh-banner .swiper-slide .ppzh-detail h4 {
    width: 100%;
    margin: 0;
    padding-left: 35px;
    height: 100%;
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.ppzh-banner-pic {
    position: relative;
    width: 65%;
    height: 100%;
    float: left;
}

.ppzh-banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
}

.ppzh-banner .swiper-pagination {
    position: absolute;
    width: auto;
    height: 45px;
    top: -45px;
    right: 0;
    left: unset;
}

.ppzh-banner .swiper-pagination-bullet {
    width: 50px;
    height: 100%;
    background: rgba(195, 13, 35, 0);
    color: #fff;
    margin: 0 !important;
    border-radius: unset;
    line-height: 45px;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
}

.ppzh-banner .swiper-pagination-bullet-active {
    position: relative;
    background: rgba(195, 13, 35, 1) !important;
}

.ppzh-banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #c30d23;
    top: -8px;
    left: 15px;
}

.ppzh-banner .swiper-pagination-position {
    width: 65%;
    height: 45px;
    float: left;
    position: relative;
}

.ppzh-right {
    width: 35%;
    height: 100%;
    background-color: #f8f8f8;
    float: right;
    padding: 120px 30px 40px 45px;
    position: relative;
}

.ppzh-right:hover .ppzh-right-content p {
    color: #333;
    transition: 0.3s all;
}

.ppzh-right-title {
    width: 105%;
    padding: 10px 30px 10px 60px;
    background-color: #c30d23;
    position: absolute;
    right: 0;
    top: 30px;
}

.ppzh-right-title>div {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 24px solid #900011;
    border-bottom: 10px solid transparent;
    top: 100%;
    left: 0;
}

.ppzh-right-title h3 {
    margin: 0;
    color: #fff;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ppzh-right-content {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ppzh-right-content p {
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.ppzh-right-content h5 {
    color: #c30d23;
    margin-top: 20px;
}

.ppzh-right-site {
    font-size: 15px;
}

.ppzh-right-site span {
    color: #666;
}

.ppzh-right-site i {
    margin-right: 5px;
}


/* 经典案例 */

.jdal .ppzh-button a,
.jdal .ppzh-button .jdal-more {
    cursor: pointer;
}

.jdal .ppzh-button a.on {
    background-color: #c30d23;
    color: white;
    transition: 0.3s all;
}

.jdal .news {
    padding: 50px 0;
}


/* 图片列表开始 */

.news {
    margin-top: 50px;
    padding: 0 0 50px;
    background-color: #f8f8f8;
}

.news-item:hover {
    /* margin-top: -20px; */
    transform: translateY(-20px);
    transition: 0.3s all;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item-pic {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.news-item-time {
    color: #d41a1f !important;
    font-size: 14px !important;
    line-height: 1em !important;
}

.news-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    transition: all .5s;
}

.news-item-msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
}

.news-item:hover:after {
    transform: scaleX(1);
}

.news-item:hover .news-item-title {
    color: #d41a1f;
}

.news-main .com-type-item {
    width: 10%;
}

.news-main .com-list {
    margin-top: 0;
}


/* 图片列表结束 */


/* 合作伙伴 */

.hzhb {
    padding: 50px 0 80px 0;
}

.hzhb-list1 {
    overflow: hidden;
    padding: 25px 0;
}

.hzhb-list-fwkh {
    width: 97%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ccc;
}

.hzhb-list-fwkh li:nth-child(-n+4) {
    border-top: 1px solid #ccc;
}

.hzhb-list-fwkh li {
    width: 25%;
    height: 150px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 150px;
    position: relative;
    z-index: 5;
}

.hzhb-list-fwkh li:hover {
    transform: scale(1.1);
    transition: 0.3s all;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    z-index: 99999;
}

.hzhb-list-fwkh li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 3px;
    background: #d41a1f;
    transition: all .5s;
}

.hzhb-list-fwkh li:hover:after {
    transform: scaleX(1);
}

.hzhb-list-fwkh li img {
    display: inline-block;
    max-width: 95%;
    max-height: 95%;
    /* 黑白滤镜 */
    /* filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; */
}

.hzhb-list-fwkh li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.3s all;
}

.swiper-button-prev-fwkh,
.swiper-button-next-fwkh {
    --swiper-theme-color: blue;
}

.hzhb .hxys-head2 a {
    cursor: pointer;
    font-size: 24px;
    color: #666;
    font-weight: bold;
    margin: 0 15px;
    position: relative;
}

.hzhb .hxys-head2 a img {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    transform: scaleY(0);
    transform-origin: 50% 0%;
    transition: 0.5s all;
}

.hzhb .hxys-head2 a.on {
    color: #c30d23;
}

.hzhb .hxys-head2 a.on img {
    transform: scaleY(1);
}


/* 底部 一 */

.footer-one {
    background-color: #f6f6f6;
    padding: 25px 0 50px;
}

.footer-one-content {
    display: flex;
    justify-content: space-between;
}

.footer-one-content img {
    display: inline-block;
}

.footer1-add,
.footer1-tel {
    padding-top: 25px;
}

.footer1-add img {
    margin-bottom: 15px;
}

.footer1-add p {
    line-height: 25px;
}

.footer1-add p,
.footer1-tel p {
    font-size: 15px;
    color: #999;
    margin: 0;
}

.footer1-tel h1 {
    font-size: 40px;
    color: #666;
    margin: 0 0 5px;
}

.footer1-tel a {
    font-size: 15px;
    color: #999;
    margin-right: 18px;
}

.footer1-tel a:last-child {
    margin-right: 0;
}

.footer1-tel a:hover {
    color: #c30d23;
    text-decoration: underline !important;
}

.footer1-ewm ul li {
    text-align: center;
    float: left;
    margin: 0 10px;
}


/* 底部 二 */

.footer-two {
    background-color: #333;
    padding-bottom: 50px;
}

.footer2-column {
    border-bottom: 1px solid #3e3e3e;
}

.footer2-column ul {
    display: flex;
    justify-content: center;
}

.footer2-column ul li {
    margin: 20px 0;
    padding: 0 40px;
    border-right: 1px solid #5d5d5d;
}

.footer2-column ul li:first-child {
    padding-left: 0;
}

.footer2-column ul li:last-child {
    border: none;
    padding-right: 0;
}

.footer2-column ul li a {
    font-size: 16px;
    color: #ccc;
}

.footer-two-2 p,
.footer-two-2 a {
    font-size: 14px;
    color: #999;
}

.footer-two-2 img {
    display: inline-block;
}

.footer2-yqlj {
    margin: 20px 0;
}

.footer2-yqlj a {
    margin-right: 30px;
}

.ICPbei,
.WAbei {
    float: left;
}

.ICPbei {
    margin-right: 30px;
}


/* 内容页 */

.inner-banner {
    position: relative;
}

.inner-pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: 400px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    background-size: 100% 100% !important;
}

.inner-pic p {
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.inner-pic p.cn {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 15px;
}

.inner-pic p.en {
    font-size: 26px;
    line-height: 1em;
}

.inner-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.inner-nav.fixed {
    position: fixed;
    bottom: auto;
    top: 90px;
    z-index: 1000;
}

.inner-nav-mobile {
    display: none;
}

.inner-nav-content {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.inner-nav-content li {
    position: relative;
    width: 100%;
    transition: all .5s;
}

.inner-nav-content li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #626665;
}

.inner-nav-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
    height: 100%;
    background: #d41a1f;
    transition: all .5s;
}

.inner-nav-content li.active {
    background: #d41a1f;
}

.inner-nav-content li:last-child a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #626665;
}

.inner-nav-content li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    z-index: 1;
    transition: all .5s;
    text-decoration: none;
}

.inner-nav-content li:hover:after {
    transform: scaleX(1);
}

.article {
    padding: 20px 0;
    background: #f5f5f5;
}

.article-main {
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
}

.article-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-time {
    color: #666;
    font-size: 14px;
    line-height: 1em;
}

.article-share {
    display: flex;
    align-items: center;
}

.article-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px !important;
    margin-left: 12px;
    border-radius: 50%;
    background: #ccc;
    transition: all .5s;
}

.article-share a span {
    color: #fff;
    font-size: 26px;
    line-height: 1em;
}

.article-share a:not(:first-child):hover {
    background: #d41a1f;
}

.article-title {
    border-bottom: 2px solid #d41a1f;
    text-align: center;
    padding-bottom: 20px;
}

.article-title p {
    color: #000;
    font-size: 28px;
    line-height: 1.5em;
}

.article-content {
    margin: 43px 0 102px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.article-content p {
    margin-bottom: 1.5em;
    color: #666;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
}

.article-content a {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    transition: all .5s;
}

.article-content a:hover {
    color: #d41a1f;
}

.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.article-page {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
    border-top: 1px solid #e5e5e5;
}

.article-page a {
    color: #666;
    font-size: 16px;
    line-height: 1em;
    transition: all .5s;
}

.article-page a p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    margin: 0;
}

.article-page-item {
    display: flex;
    align-items: center;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article-page-item.prev {
    justify-content: flex-start;
}

.article-page-item.next {
    justify-content: flex-end;
}

.article-page-back {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 6%;
    text-align: center;
}

.article-page-back img {
    margin-bottom: 12px;
}

.article-page a:hover p {
    color: #d41a1f;
}


/* 栏目&列表页 */


/*  */

.news2 {
    background-color: transparent;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 -55px;
}

.news-item {
    position: relative;
    display: block;
    width: 30.769%;
    margin-right: 3.8465%;
    margin-bottom: 55px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.news-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 5px;
    background: #d41a1f;
    transition: all .5s;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item-pic {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%;
}

.news-item-content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 22px;
}

.news-main .com-type-item {
    width: 10%;
}

.news-main .com-list {
    margin-top: 0;
}

.com-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.com-page-item span,
.com-page-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    margin-right: 23px;
    color: #000;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.com-page-num {
    display: flex;
}

.com-page-num span.now {
    color: #d41a1f;
}

.com-page-item:last-child span {
    margin-right: 0;
}

.com-page-item span:hover,
.com-page-item a:hover {
    border-color: #d41a1f;
    color: #fff;
    background: #d41a1f;
}

.com-leader-title {
    width: 1300px;
    margin: 0 auto;
}

.investment {
    padding: 134px 0 130px;
}

.com-list {
    width: 100%;
    margin-top: 64px;
}

.com-list-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    transition: all .5s;
}

.com-list-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.com-list-time {
    position: relative;
    display: inline-block;
    width: 188px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.com-list-num {
    display: inline-block;
    color: #999;
    transition: all .5s;
}

.com-list-time .date {
    font-size: 60px;
    font-weight: bold;
    line-height: .8em;
    text-align: center;
}

.com-list-time .year {
    font-size: 14px;
    line-height: .8em;
    text-align: center;
}

.com-list-time .line {
    width: 100%;
    height: 1px;
    margin: 8px 0;
    background: #999;
    transition: all .5s;
}

.com-list-content {
    position: relative;
    width: calc(100% - 188px);
    padding-right: 20px;
    box-sizing: border-box;
    z-index: 1;
}

.com-list-content .com-list-title {
    margin-bottom: 27px;
    color: #000;
    font-size: 28px;
    line-height: 1em;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com-list-content .com-list-msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    ;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    transition: all .5s;
}


/* .com-list-item:hover{background: #d41a1f;} */

.com-list-item:hover .com-list-num,
.com-list-item:hover .com-list-title,
.com-list-item:hover .com-list-msg {
    color: #fff;
}

.com-list-item:hover .com-list-time .line {
    background: #fff;
}

.com-type {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 20px;
}

.com-type-item {
    display: block;
    width: 13.84%;
    height: 55px;
    border-radius: 27px;
    margin-right: 3.2816%;
    margin-bottom: 43px;
    color: #555;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    background: #eeeeee;
    transition: all.5s;
}

.com-type-item:nth-child(6n) {
    margin-right: 0;
}

.com-type-item:hover {
    color: #fff;
}

.com-type-item.on {
    color: #fff;
    background: #d41a1f;
}

.com-nav-mobile {
    display: none;
}


/* 条目动画 开始 */

.viewbg {
    position: relative;
    overflow: hidden;
}

.viewbg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
    height: 100%;
    background: #d41a1f;
    transition: all .5s;
}

.viewbg:hover::after {
    transform: scaleX(1);
}


/* 条目动画 结束 */


/* 顶部按钮动画 开始 */

.btnmore {
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.btnmore span,
.btnmore p {
    position: relative;
    z-index: 1;
}

.btnmore::after {
    display: block;
    position: absolute;
    left: -130%;
    bottom: 0;
    content: "";
    width: 120%;
    height: 150%;
    background: #d41a1f;
    transform: skew(-20deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btnmore:hover::after {
    left: 0;
}

.lm-more a {
    width: 140px !important;
    border-radius: 20px;
}


/* 走进天桃 */

.zjtt {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.zjtt .article-main {
    background: none;
}

.zjtt .article-content {
    margin: 0;
    padding: 20px 60px;;
}

.zjtt .com-list {
    width: 20%;
    float: left;
    margin-right: 5%;
    margin-top: 20px;
}

.zjtt .com-list-item {
    padding: 20px 0;
    margin-bottom: 5px;
    text-align: center;
}

.zjtt .com-list-content {
    width: 100%;
    padding-right: 0;
}

.zjtt .com-list-title {
    margin-bottom: 0 !important;
    white-space: unset !important;
    font-size: 20px !important;
}

.zjtt .zjtt-right {
    width: 100%;
    background: #fff;
    float: left;
    margin: 20px 0
}

.zjtt .article-content h2,
.zjtt .article-content h3 {
    text-align: center;
    font-weight: bold;
}

.zjtt .article-content h4 {
    font-weight: bold;
}

.zjtt .article-content>p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.zjtt-foot p {
    font-size: 14px;
    text-indent: unset !important;
    margin-bottom: 0;
}


/* 企业荣誉 */

.swiper-container-qyry {
    overflow: hidden;
    position: relative;
    padding: 40px 20px 0;
    display: none;
}

.swiper-container-qyry .swiper-button-prev-fwkh,
.swiper-container-qyry .swiper-button-next-fwkh {
    top: 55%;
    --swiper-theme-color: #666;
}

.swiper-container-qyry .swiper-button-prev-fwkh {
    left: 0%;
    right: unset;
}

.swiper-container-qyry li {
    width: 210px;
    height: 285px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: 0.3s all;
}

.swiper-container-qyry li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-container-qyry li .tdjy-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 2;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.swiper-container-qyry li:hover {
    box-shadow: 8px 10px 10px -10px rgb(0,0,0);
    margin-top: -10px;
}


/* 团队精英 */

.zjtt .article-content .zytt-text li {
    list-style: initial;
    margin-left: 45px;
}

.zjtt-right .tdjy {
    display: flex;
    flex-wrap: wrap;
}

.zjtt-right .tdjy li {
    width: 18%;
    height: 300px;
    text-align: center;
    margin: 0 1% 80px;
    transition: 0.3s all;
    position: relative;
}

.zjtt-right .tdjy li:hover {
    box-shadow: 0 0 15px rgb(255, 0, 0);
    margin-top: -10px;
}

.zjtt-right .tdjy img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tdjy-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 2%;
}

.tdjy-more p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.tdjy-more p:first-child {
    font-size: 16px;
}

.tdjy-more p:last-child {
    font-size: 14px;
}


/* 精英团队 移动端 */

.swiper-container-tdjy {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    display: none;
}

.swiper-container-tdjy .swiper-button-prev-fwkh,
.swiper-container-tdjy .swiper-button-next-fwkh {
    top: 5%;
    --swiper-theme-color: #666;
}

.swiper-container-tdjy .swiper-button-prev-fwkh {
    right: 5%;
    left: unset;
}

.swiper-container-tdjy li {
    width: 210px;
    height: 270px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.swiper-container-tdjy li img {
    width: 100%;
    height: 100%;
}

.swiper-container-tdjy li .tdjy-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.swiper-container-tdjy li .tdjy-name h4 {
    font-weight: 500;
    margin-bottom: 0;
}

.swiper-container-tdjy li .tdjy-name h5 {
    margin-top: 0;
}


/* 活动策划及执行 */

.hdch .article-content p {
    margin: 5px 0;
}

.swiper-container-hdch {
    display: none;
    overflow: hidden;
}


/* 展览展示 */

.zlzs .ppzh-button {
    float: none;
    justify-content: center;
}

.zlzs .news-list {
    display: unset;
}

.case_list_item>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.case_list_item>ul>li {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.case_list_item>ul>li a {
    display: block;
    height: 260px;
    position: relative;
    width: 100%
}

.case_list_item>ul>li a .txt_hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.case_list_item>ul>li a .txt_hover .t {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 260px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    transition: all .5s
}

.case_list_item>ul>li a .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.case_list_item>ul>li a .txt:before {
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    opacity: 0
}

.case_list_item>ul>li a .txt:after,
.case_list_item>ul>li a .txt:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.case_list_item>ul>li a .txt:after {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), transparent);
    height: 30%
}

.case_list_item>ul>li a .txt b.t {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5
}

.case_list_item>ul>li a .img {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.case_list_item>ul>li a .img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.case_list_item>ul>li a:hover .txt_hover .t {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.case_list_item>ul>li a:hover .txt:before {
    opacity: 1
}

.case_list_item>ul>li a:hover .txt:after {
    opacity: 0
}

.case_list_item>ul>li a:hover .txt b.t {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

@media (max-width:1440px) {
    .case_list_item>ul {
        margin: 0 -10px
    }
    .case_list_item>ul>li {
        margin-bottom: 20px;
        padding: 0 10px
    }
    .case_list_item>ul>li a {
        height: 250px;
    }
    .case_list_item>ul>li a .txt_hover .t {
        font-size: 18px;
        line-height: 250px;
    }
}

@media (max-width:968px) {
    .case_list_item>ul>li {
        width: 50%
    }
}

@media (max-width:668px) {
    .case_list {
        padding-bottom: 20px
    }
    .case_list .case_list_item {
        padding-bottom: 0
    }
    .case_list_item>ul>li {
        width: 100%
    }
}


/* 展览展示 详情页 */

.zlzs-xq h3 {
    font-weight: bold;
}

.zlzs-xq>img {
    max-width: 100%;
    margin: 20px auto;
    cursor: pointer;
}


/* VR与AR */

.vrar1 {
    margin: 70px 0;
}

.vrar1 h2,
.vrar1 h3 {
    margin: 0 auto;
    width: 80%;
}

.vrar1 ul {
    width: 80%;
    padding-right: 40%;
    margin: 0 auto;
    position: relative;
}

.vrar1 ul img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(10%, -50%);
    max-height: 100%;
    max-width: 50%;
}

.vrar1 ul li {
    list-style: disc;
    margin: 10px 0;
}

.vrar2 {
    width: 80%;
    margin: 70px auto;
    position: relative;
}

.vrar2 h2 {
    text-align: center;
    margin: 20px 0;
}

.vrar2-text {
    width: 50%;
    margin-top: 40px;
}

.vrar2-text h3 {
    text-align: right;
}

.vrar2 img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(10%, -35%);
    max-height: 100%;
    max-width: 50%;
}


/* 数字科技 */

.szkj .com-list {
    display: flex;
    flex-wrap: wrap;
}

.szkj .com-list-time {
    width: 190px;
    height: 150px;
}

.szkj .com-list-item {
    width: 50%;
}

.szkj .com-list-content .com-list-title {
    margin-bottom: 10px;
    font-size: 22px;
}

.szkj .com-list-msg {
    -webkit-line-clamp: 4;
}

.szkj .com-list-item:first-child {
    border-top: none;
}


/* 品牌展会 */

.news3 {
    background-color: #f4f4f4;
}

.searbox {
    padding: 80px 0;
}

.inptbox {
    position: relative;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
}

.inptbox input,
.inptbox select {
    height: 50px;
    font-size: 16px;
}

.seartext {
    width: 90%;
    float: left;
    padding-left: 7%;
}

.searbtn {
    width: 10%;
    float: left;
    background: #b70a01;
    color: #fff;
    cursor: pointer;
    border: none;
}

.magn {
    position: absolute;
    top: 15px;
    left: 1.5%;
}

::-webkit-input-placeholder {
    color: #b8b8b8;
}

:-moz-placeholder {
    color: #b8b8b8;
}

::-moz-placeholder {
    color: #b8b8b8;
}

:-ms-input-placeholder {
    color: #b8b8b8;
}


/* 品牌展会 列表 */

.exhinew .J-ex-tab-con {
    display: none;
}

.exhinew .J-ex-tab-con:first-of-type {
    display: block;
}

.jwrap {
    position: relative;
}

.ul_hd {
    margin-top: 80px;
}

.ul_hd li {
    width: 100%;
    background-color: #fff;
}

.ul_hd li:hover img {
    transform: scale(1.3);
}

.ul_hd li:hover .hd_right h3 {
    color: #cc0000;
    transition: 0.3s all;
}

.hd_left {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 28.125%;
}

.hd_left,
.hd_right {
    width: 50%;
    float: left;
}

.hd_left>img {
    width: 100%;
    display: block;
    transition: 1s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.hd_right {
    padding: 2% 3% 0;
}

.hd_right h3 {
    font-size: 22px;
    color: #262626;
    line-height: 26px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ul_hd li:hover .hd_right p {
    color: #000;
    transition: 0.3s all;
}

.hd_right p {
    font-size: 16px;
    color: #969696;
    text-align: justify;
    margin: 0% auto 0%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.hd_right p:nth-of-type(1) {
    /* height: 30px; */
}

.hd_right p:nth-of-type(2) {
    height: 30px;
}

.hd_right p:nth-of-type(3) {
    margin: 2% auto 5%;
}

.hd_right span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    width: 49%;
    vertical-align: top
}

.hd_right span:last-of-type {
    padding-left: 3%;
}

.hd_right span img {
    margin-right: 2%;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px;
}

.hd_right>img {
    margin-top: 5%;
}

.hd_right>a {
    margin-top: 5%;
    display: block;
}

.ul_hd li:nth-of-type(2n) .hd_left {
    float: right;
}

.ul_hd li:nth-of-type(2n) .hd_right {
    float: left;
    padding: 2% 3% 0;
}

.news3 .com-page {
    margin-top: 30px;
    padding-bottom: 30px;
}


/* 商务合作 */

.swhz {
    margin-top: 40px;
}

.contul {
    text-transform: none;
    color: #fff;
}

.contul li {
    width: 32%;
    margin-left: 2%;
    /* padding: 2%; */
    float: left;
    margin-bottom: 2%;
    transition: 0.3s all;
    background-color: #f7f7f7;
    color: #4d4d4d;
}

.contul li:hover {
    box-shadow: 3px 3px 10px -3px #000;
}

.contul li>div {
    padding: 30px 30px;
}

.contul li h4 {
    text-align: center;
    /* font-size: 20px; */
    font-size: 24px;
    font-weight: bold;
    /* height: 20px; */
    height: auto;
    /* line-height: 20px; */
    overflow: hidden;
    margin: 0;
    padding: 20px 30px;
    background-color: #bc1b23;
    color: #fff;
}

.contul li img {
    display: none;
    margin: 30px auto 12px;
    width: 80%;
}

.contul li p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.contul li p:last-of-type {
    margin-bottom: 0;
}

.contul li:nth-of-type(3n-2) {
    margin-left: 0;
}


/* .contul li:nth-of-type(6n-5),
.contul li:nth-of-type(6n) {
    background: #b70900;
}

.contul li:nth-of-type(6n-4),
.contul li:nth-of-type(6n-1) {
    background: #d91e18;
}

.contul li:nth-of-type(6n-3),
.contul li:nth-of-type(6n-2) {
    background: #f64747;
} */

.contul>img {
    float: left;
    margin: 0 0 15px;
}

.contul .tt-tel {
    color: black;
    float: right;
    font-size: 28px;
    margin: 10px 0;
}

.contul .ttgs {
    float: unset;
    clear: both;
    color: #cc0000;
    font-weight: bold;
    font-size: 16px;
}


/* 顶部按钮动画 结束 */


/* 响应式 */
@media screen and (max-width:1700px) {
.jdal .ppzh-button a,
.jdal .ppzh-button .jdal-more{
    padding: 20px 15px;;
}
}
@media screen and (max-width:1600px) {
    /* 导航栏 */
    .head-nav {
        padding-left: 5px
    }
    .head-nav li {
        /* margin-left: 20px */
    }
    .head-nav .v2,
    .head-nav .v3,
    .head-nav .v4 {
        font-size: 14px;
        line-height: 40px;
        height: 40px
    }
    /* 行业优势 */
    .hxys-pic li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .header-lang-btn {
        height: 28px;
    }
    .header-lang-btn p {
        margin: 0 10px;
    }
    .header-lang-slide {
        top: 28px;
    }
    .header-fixed-typename {
        height: 50px;
        ;
        font-size: 24px;
    }
    .header-lang {
        margin-right: 30px;
    }
    .swiper {
        height: 500px;
    }
    .hxys-pic li {
        height: 200px;
        margin-right: 10px;
    }
    /* 品牌展会 */
    .ppzh-right-title {
        width: 106%;
    }
    /* 底部 1 */
    .footer-one-content {
        width: 100%;
    }
    /* 栏目页&列表页 */
    .com-leader-title,
    .about-leader-show {
        width: 90%;
    }
    /* 团队精英 */
    .zjtt-right .tdjy li {
        height: 270px;
    }
    /* 品牌展会页 */
    .hd_right p {
        -webkit-line-clamp: 6;
    }
}

@media screen and (max-width:1550px) {
    /* 行业优势 */
    .hxys-pic li p {
        -webkit-line-clamp: 4;
    }
    .hxys-pic li {
        margin-right: 8px;
        padding: 10px;
    }
    /* 经典案例 */
    .jdal .hxys-head2 p {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .header-logo {
        height: 54px;
    }
    .hxys-pic li {
        margin-right: 5px;
    }
    .hxys-pic li img {
        transform: scale(0.7);
    }
    .hxys-pic li h3 {
        margin: 8px 0;
        font-size: 18px;
    }
    /* 品牌展会页 */
    .hd_right p {
        -webkit-line-clamp: 4;
    }
}

@media screen and (max-width:1400px) {
    /* 团队精英 照片 */
    .zjtt-right .tdjy img {
    height: 75%;
    }
    /* 二级页头部 */
    .i-com-title .cn {
        font-size: 36px;
    }
    .i-com-title .en {
        font-size: 18px;
    }
    #fp-nav {
        right: 20px;
    }
    .header-logo {
        height: 50px;
    }
    .header-nav-slide {
        top: 85px;
    }
    .header-lang {
        margin-right: 20px;
    }
    .header-lang-btn {
        height: 30px;
    }
    .header-lang-slide {
        top: 30px;
    }
    .header-fixed-typename {
        height: 50px;
        font-size: 18px;
    }
    /* 行业优势 */
    .hxys-pic li h3 {
        margin: 5px 0;
    }
    /* 品牌展会 */
    .ppzh-right-title {
        width: 107%;
    }
    /* 内容页 */
    .inner-pic {
        height: 350px;
    }
    .inner-nav-content {
        height: 50px;
    }
    .inner-nav-content li a {
        line-height: 50px;
    }
    /* 栏目页&列表页 */
    .news-main .com-type-item {
        height: 45px;
        line-height: 45px;
    }
    .com-type-item {
        margin-bottom: 20px;
    }
    .com-list-item {
    }
    .com-list-content .com-list-title {
        font-size: 24px;
    }
    /* 团队精英 */
    .zjtt-right .tdjy li {
        height: 220px;
    }
}

@media screen and (max-width:1300px) {
    .head-nav li {
        padding: 0 15px;
    }
    .icon-dianhua {
        font-size: 18px !important;
    }
    .hxys {
        padding: 30px 0;
    }
    .hxys-pic li {
        display: none;
    }
    .swiper-container-hxys {
        display: block;
    }
    /* 品牌展会 经典案例 头部 */
    .ppzh-button {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
        transition: 0.5s all;
    }
    .news-list {
        margin-top: 50px;
    }
    /* 品牌展会*/
    .ppzh-right-title {
        width: 108%;
    }
    .ppzh-right-title h3 {
        font-size: 22px;
    }
    /* 经典案例 */
    .jdal .hxys-head2 p {
        display: block;
    }
    /* 品牌展会页 */
    .hd_right p {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width:1200px) {
    /* 搜索 */
    .so-btn {
        display: none;
    }
    .header-nav .so {
        display: block!important;
        position: static;
        margin: 15px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }
    .header-nav .so .inp {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #e1e1e1;
        background-color: #fff
    }
    /* 搜索 结束 */
    .inner-nav.fixed {
        top: 81px;
    }
    .head-nav {
        display: none;
    }
    .header-main {
        height: 80px;
        justify-content: space-between;
    }
    .header.on {
        background: #0062a7;
    }
    .header.on .icon-dianhua {
        color: white;
    }
    .header.on .icon-dianhua span {
        color: white;
    }
    .header-fixed {
        display: none;
    }
    .header .header-btn {
        position: relative;
        width: 35px;
        height: 28px;
    }
    .header .header-line {
        position: absolute;
        transition: all .5s;
    }
    .header .header-line:first-child {
        top: 0;
        left: 0;
        transform-origin: right bottom;
    }
    .header .header-line:nth-child(2) {
        top: 0;
        left: 0;
        margin: 13px 0;
    }
    .header .header-line:last-child {
        bottom: 0;
        left: 0;
        transform-origin: right top;
    }
    .header.on .header-mobile {
        display: block;
    }
    .header.on img.hover {
        display: block;
    }
    .header.on img.leave {
        display: none;
    }
    .header.on .header-main {
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .header.on .header-line {
        background: #fff;
    }
    .header.on .header-line:first-child {
        top: 0.5px;
        transform: rotate(-45deg);
    }
    .header.on .header-line:nth-child(2) {
        opacity: 0;
    }
    .header.on .header-line:last-child {
        bottom: 0.5px;
        transform: rotate(45deg);
    }
    .header.on {
        background: #0062a7;
    }
    .header.on .header-lang-btn {
        border-color: rgba(255, 255, 255, .1);
    }
    .header.on .header-lang-btn i {
        color: #fff;
    }
    .header.on .header-lang-btn p {
        color: #fff;
    }
    .header.on .header-lang-btn img.leave {
        display: block;
    }
    .header.on .header-lang-btn img.hover {
        display: none;
    }
    .header-tool {
        display: block;
    }
    .icon-dianhua {
        font-size: 16px !important;
    }
    .header-logo {
        height: 42px;
    }
    .header-lang {
        margin-right: 10px;
    }
    /* 品牌展会*/
    .ppzh-right-title {
        width: 106%;
    }
    /* 底部 1 */
    .footer-one-content>li {
        width: 100%;
    }
    .footer1-ewm ul li {
        float: right;
    }
    /* 走进天桃 */
    .zjtt .com-list {
        display: none;
    }
    /* 团队精英 */
    .zjtt-right .tdjy {
        display: none;
    }
    .swiper-container-tdjy {
        display: block;
    }
    /* 活动策划及执行 */
    .hdch .news-list {
        display: none;
    }
    .swiper-container-hdch {
        display: block;
    }
    .hdch .news-item {
        width: 100%;
        margin-bottom: 0;
    }
    /* 品牌展会页 */
    .hd_left {
        padding-bottom: 56.25%;
    }
    .hd_left,
    .hd_right,
    .hd_right span {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    /* 品牌展会 */
    .ppzh-banner-pic,
    .ppzh-banner .swiper-slide .ppzh-detail,
    .ppzh-banner .swiper-pagination-position,
    .ppzh-right {
        width: 100%;
    }
    .ppzh-banner .swiper-pagination-position {
        height: auto;
    }
    .swiper-slide a>.ppzh-detail {
        display: none;
    }
    .ppzh-banner,
    .swiper-container-ppzh {
        height: auto;
    }
    .ppzh-banner-pic {
        height: 425px;
    }
    .ppzh-right {
        padding: 100px 30px 60px 30px;
    }
    .ppzh-right-title {
        top: 15px;
    }
    .ppzh-right-title>div {
        display: none;
    }
    .ppzh-right-site p {
        width: 100%;
        height: 25px;
        overflow: hidden;
    }
    .ppzh-banner .swiper-pagination-bullet {
        background: transparent;
        color: black;
    }
    .ppzh-banner .swiper-pagination-bullet-active {
        color: #fff;
    }
    /* 底部 2*/
    .footer2-column ul li {
        padding: 0 20px;
    }
    /* 商务合作 */
    .swhz {
        margin-top: 0;
    }
    .contul {
        text-align: center;
    }
    .contul,
    .infoul {
        padding: 20px 0;
    }
    .contul li {
        width: 100%;
        margin-left: 0;
        /* background: #B70900 !important; */
        /* padding: 2%; */
    }
    .contul li:nth-of-type(2n) {
        margin-left: 0%;
        /* background: #f64747 !important; */
    }
    .contul li h4 {
        font-size: 18px;
    }
    .contul li img {
        margin: 15px auto 10px;
    }
    .contul li p {
        margin-bottom: 0;
    }
}

@media screen and (max-width:960px) {
    .swiper-text p {
        font-size: 44px;
    }
    .swiper-text p.en {
        font-size: 20px;
    }
    /* 二级页头部 */
    .i-com-title .cn,
    .i-product-title {
        font-size: 32px;
    }
    .swiper {
        margin-top: 80px;
    }
    .swiper {
        height: 400px;
    }
    .hxys-pic {
        padding-top: 20px;
    }
    /* 内容页头部 */
    .inner-nav.fixed {
        top: 80px;
    }
    /* 二级页全体 */
    .about-intro,
    .about-padding,
    .industrial-main,
    .research,
    .system-bg,
    .news,
    .company,
    .investment,
    .develop,
    .article,
    .plan-main {
        /* padding-top: 60px; */
    }
    /* 内容 */
    /* 图片列表 */
    .news-item {
        width: 32%;
        margin-right: 2%;
    }
    .news-item-title {
        margin: 5px 0;
        line-height: 1.5em;
    }
    .news-item-content {
        padding: 10px;
    }
    .news-item-msg {
        line-height: 1.5em;
    }
    /* 列表-主体 */
    .news-main .com-nav {
        display: block;
    }
    .news-main .com-type-item {
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .news-main .com-type-item p {
        width: 80px;
    }
    .news-video {
        margin-top: 60px;
    }
    /* 底部 1 */
    .footer-one-content {
        display: block;
    }
    .footer1-add,
    .footer1-tel {
        text-align: center;
    }
    .footer1-ewm {
        margin-top: 20px;
    }
    .footer1-ewm ul {
        display: flex;
        justify-content: center;
    }
    .footer1-ewm ul li {
        float: none;
    }
    /* 内容页 */
    .inner-pic {
        height: 250px;
    }
    .inner-pic p.cn {
        font-size: 36px;
    }
    .inner-pic p.en {
        font-size: 22px;
    }
    .inner-nav-content li a {
        font-size: 14px;
    }
    .article-title p {
        font-size: 22px;
    }
    .article-share a {
        width: 34px;
        height: 34px !important;
    }
    .article-share a span {
        font-size: 22px;
    }
    .article-share a.more img {
        height: 20px;
    }
    .article-main {
        padding: 30px;
    }
    .article-page-item {
        width: auto;
    }
    .article-page-item p,
    .article-page-item .colon {
        display: none;
    }
    .article-page-item:hover {
        color: #d41a1f;
    }
    .article {
        padding-bottom: 60px;
    }
    .article-page-back img {
        margin-bottom: 6px;
    }
    /* 栏目&列表页 */
    .news-main .com-nav {
        display: block;
    }
    .news-main .com-type-item {
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .news-main .com-type-item p {
        width: 80px;
    }
    .com-nav {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .com-nav::-webkit-scrollbar {
        display: none;
    }
    .com-type {
        flex-wrap: nowrap;
        padding: 20px 0;
    }
    .com-type-item {
        width: auto;
        height: 40px;
        margin-right: 10px;
        padding: 0 5px;
        margin-bottom: 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 40px;
    }
    .com-type-item:nth-child(6n) {
        margin-right: 10px;
    }
    .com-type-item p {
        width: 120px;
    }
    .com-nav-mobile {
        position: relative;
        display: none;
        padding: 20px 0;
    }
    .com-nav-mobile-typename {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 45px;
        border-radius: 22px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background: #d41a1f;
        transition: all.5s;
        cursor: pointer;
    }
    .com-nav-mobile-typename:hover {
        color: #fff;
        background: #d41a1f;
    }
    .com-nav-mobile-link {
        display: none;
        position: absolute;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .com-nav-mobile-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #555;
        text-align: center;
        line-height: 40px;
        background: #fff;
        transition: all .5s;
    }
    .com-nav-mobile-link a:hover {
        color: #fff;
        background: #d41a1f;
    }
    .com-list-item {
        padding: 30px 0;
    }
    .com-list-time {
        width: 120px;
        padding-left: 30px;
    }
    .com-list-content {
        width: calc(100% - 120px);
    }
    .com-list-time .date {
        font-size: 40px;
    }
    .com-list-content .com-list-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .com-list-content .com-list-msg {
        line-height: 1.5em;
    }
    .com-list {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
.hxys-head1 h1 {
    font-size: 26px;
}
.xwzx-head1 h1 {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}
    .swiper-text p {
    font-size: 36px;
}
.swiper-text p.en {
    font-size: 18px;
}
    /* 图片列表 */
    .news-item,
    .news-video-list li {
        width: 49%;
    }
    .news-item:nth-child(3n),
    .news-video-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news-item:nth-child(2n),
    .news-video-list li:nth-child(2n) {
        margin-right: 0;
    }
    /* 品牌展会 */
    .ppzh-right-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    /* 底部 2 */
    .footer2-column ul li {
        padding: 0 8px;
    }
    /* 栏目&列表页 */
    .news {
        padding-bottom: 60px;
    }
    .news-item,
    .news-video-list li {
        width: 49%;
    }
    .news-item:nth-child(3n),
    .news-video-list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news-item:nth-child(2n),
    .news-video-list li:nth-child(2n) {
        margin-right: 0;
    }
    .com-page {
        margin-top: 50px;
    }
    .com-page-item span,
    .com-page-item a {
        margin-right: 10px;
    }
    /* 团队精英 */
    .swiper-container-tdjy .swiper-button-prev-fwkh {
        right: 10%;
    }
    /* 数字科技 */
    .szkj .com-list-item {
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .hxys-more {
        display: none;
    }
    .hxys-more-mob {
        display: block;
    }
    .news-list {
        margin-top: 60px;
    }
    .jdal .ppzh-button a,
    .jdal .ppzh-button .jdal-more {
        padding: 15px 18px;
    }
    /* 商务合作 */
    .contul .tt-tel {
        font-size: 22px;
    }
    /* 品牌展会 */
    .inptbox{
        width: 80%;
    }
    .seartext{
        width: 80%;
    }
    .searbtn{
        width: 20%;
    }
}

@media screen and (max-width:600px) {
    .swiper-text p {
    font-size: 30px;
}
.swiper-text p.en {
    font-size: 16px;
    padding-right: 50px;
}
    /* 二级页头部 */
    .i-com-title .cn,
    .i-product-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .i-com-title .en {
        font-size: 16px;
    }
    .hxys-head1 {
        padding-right: 10px;
    }
    .jdal-more {
        display: none !important;
    }
    .jdal .hxys-more-mob {
        display: block !important;
    }
    /* 图片列表 */
    .news-item-title {
        font-size: 14px;
    }
    .news-item-msg,
    .news-item-time {
        font-size: 12px;
    }
    .ppzh-button {
        flex-wrap: wrap;
    }
    /* 底部 2 */
    .footer2-column ul {
        display: none;
    }
    /* 内容页 */
    .inner-pic p.cn {
        font-size: 30px;
    }
    .inner-pic p.en {
        font-size: 18px;
    }
    .article-title p {
        font-size: 18px;
        line-height: 1.2em;
    }
    .article-content {
        margin: 30px 0 60px;
    }
    .article-content p {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 1em;
    }
    .article-main {
        padding: 20px;
    }
    /* 栏目&列表页 */
    .news-list {
        margin-top: 40px;
    }
    .mind-part,
    .com-leader-title,
    .about-leader-show {
        width: 92%;
    }
    .com-type {
        padding: 20px 0 10px;
    }
    .com-nav-mobile-typename {
        height: 40px;
        font-size: 14px;
    }
    .com-nav-mobile-link {
        top: 60px;
    }
    .com-nav-mobile-link a {
        font-size: 14px;
        line-height: 30px;
    }
    .com-page-item span,
    .com-page-item a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .com-list-time {
        width: 95px;
        padding-left: 20px;
    }
    .com-list-time .date {
        font-size: 34px;
    }
    .com-list-time .year {
        font-size: 12px;
    }
    .com-list-content {
        width: calc(100% - 95px);
    }
    .com-list-content .com-list-title {
        font-size: 16px;
    }
    .com-list-content .com-list-msg {
        font-size: 14px;
        line-height: 1.2em;
    }
    /* 商务合作 */
    .contul>img {
        float: none;
        margin: 0 auto;
    }
    .contul .tt-tel {
        float: none !important;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .swiper-text p {
    font-size: 24px;
}
.xwzx-head {
    height: 40px !important;
}
.swiper-text p.en {
    font-size: 14px;
}
    .hxys-head {
        height: 130px;
    }
    .hxys-head1 {
        border: none;
        float: none !important;
        text-align: center;
    }
    .hxys-pic {
        padding-top: 10px;
    }
    .hxys-more-mob {
        width: 35%;
    }
    /* 新闻资讯 */
    .xwzx-list-top p {
        margin-bottom: 0px;
    }
    .xwzx-content ul li .yymmdd {
        display: none;
    }
    .xwzx-content ul li .mmdd {
        display: inline-block;
    }
    /* 内页 */
    /* 图片列表 */
    .news-list {
        margin-bottom: -40px;
        margin-top: 100px;
    }
    .news-item,
    .news-video-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .news-item:nth-child(3n),
    .news-video-list li:nth-child(3n) {
        margin-right: 0;
    }
    .news-item:nth-child(2n),
    .news-video-list li:nth-child(2n) {
        margin-right: 0;
    }
    /* 品牌展会 */
    .ppzh-button a {
        padding: 10px 12.5px;
    }
    .ppzh-banner-pic {
        height: 325px;
    }
    /* 经典案例 */
    .jdal .hxys-more-mob {
        margin-top: 20px;
    }
    .jdal .ppzh-button a,
    
    .jdal .ppzh-button div {
        padding: 10px 15px;
    }
    .jdal .ppzh-button li {
        margin-top: 5px;
    }
    /* 合作伙伴 */
    .hzhb-list-fwkh li {
        width: 50%;
    }
    .hzhb-list-fwkh li:nth-child(n+7) {
        display: none;
    }
    .hzhb .hxys-head2 {
        float: none !important;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    /* 底部 2 */
    .ICPbei,
    .WAbei {
        text-align: center;
        float: none;
    }
    /* 内容页 */
    .inner-nav-content {
        height: 40px;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
    }
    .inner-nav-content::-webkit-scrollbar {
        display: none;
    }
    .inner-nav-content li {
        width: auto;
    }
    .inner-nav-content li a {
        width: 90px;
        line-height: 40px;
    }
    .article-title p {
        font-size: 16px;
    }
    /* 栏目&列表页 */
    .news-list {
        margin-bottom: -40px;
    }
    .news-item,
    .news-video-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .news-item:nth-child(3n),
    .news-video-list li:nth-child(3n) {
        margin-right: 0;
    }
    .news-item:nth-child(2n),
    .news-video-list li:nth-child(2n) {
        margin-right: 0;
    }
    .com-page-item span,
    .com-page-item a {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }
    .com-list-item {
        padding: 25px 0;
    }
    .com-list-time {
        width: 68px;
        padding-left: 10px;
    }
    .com-list-time .date {
        font-size: 28px;
    }
    .com-list-content {
        width: calc(100% - 68px);
        padding-right: 10px;
    }
    .hxys-head2 p,
    .jdal .hxys-head2 p{
        display: none;
    }
}

@media screen and (max-width:400px) {
    .icon-dianhua {
        font-size: 12px !important;
    }
    /* 新闻资讯 */
    .xwzx .xwzx-head {
        margin-top: 10px;
    }
    .xwzx-list-top h3 {
        margin-top: 5px;
    }
    .xwzx-content ul {
        padding: 0 30px 10px;
    }
    .xwzx-content ul li {
        padding-top: 10px;
    }
    .xwzx-content ul li h4 {
        font-size: 16px;
    }
    .header-logo,
    .footer-logo>a {
        height: 40px;
    }
    .header-lang {
        margin-right: 10px;
    }
    .header-lang-btn p {
        margin: 0 10px;
        font-size: 14px;
    }
    .header-lang-slide li a {
        padding-left: 0;
        text-align: center;
        font-size: 14px;
    }
    /* 品牌展会 */
    .ppzh .ppzh-button a,
    .jdal-more {
        padding: 8px 10px;
        font-size: 12px;
    }
    .ppzh-banner-pic {
        height: 225px;
    }
    .ppzh-banner .swiper-slide .ppzh-detail h4 {
        padding-left: 10px;
    }
    /* 经典案例 */
    .news-list {
        margin-top: 30px;
    }
    /* 栏目&列表页 */
    .news-main .com-type-item p {
        width: 100%;
    }
}