@import url(./base.css);
/******************header*******************/
.header-top{height: 50px;background:#303849;color: #fff;    padding: 0px 10%;}

header{transition: 0.5s all; padding: 0px 10%;display: flex;top:0px;justify-content: space-between;align-items: center;height:100px;box-shadow: 0 0 5px rgba(0,0,0,.2);position: sticky;width: 100%;z-index: 999;color: #000;background: #fff;}
header::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: translateY(-150%);background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);z-index: 997;pointer-events: none;transition: all 0.53s ease-in-out; /* 修正1：拼写错误 & 指定过渡属性 */will-change: height; /* 可选：优化动画性能 */}
header.scrolled::after{height: 100%;transform: translateY(0%);z-index: 997;display: none;}
header.scrolled .menu{color:#000}
header.scrolled .other{color:#000}

header.scrolled .menu ul:not(.menu-0){background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);}
header .logo{font-size: 24px; font-weight: bold;z-index: 998;}
header .menu{align-self: stretch;font-size: 16px;text-transform: capitalize;z-index: 998;margin-left: auto;margin-right: 40px;}
header .other,header .searchbox{z-index: 998;}
header .menu ul.menu-0{display: flex;position: relative;align-items: center;gap:0px;height: 100%;}
header .menu ul.menu-0>li{padding: 0% 10px;font-size:1vw;display: flex;position: relative;align-items: center;align-items: center;height: 100%;}
header .menu ul.menu-0>li a{color:#000}
header .menu ul:not(.menu-0){visibility: hidden;position: absolute;opacity: 0;top: 100%;left: 50%;transform: translate(-50%,10px);background-color: #fff;width: max-content;transition: 0.5s ease-in-out;}
header .menu ul.menu-0>li:hover .dropdown-menu-1{visibility: visible;transform: translate(-50%,0px);opacity: 1;}
header .menu ul.dropdown-menu-1>li{padding: 5px 20px;border-bottom: 1px solid #999;}
header .menu ul.dropdown-menu-1>li:hover{background-color: var(--color-primary);color: #fff;}


header .talk{width: 120px; height: 40px;background: var(--color-primary);color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 30px;margin: 0 40px;}
.searchbox .input-group {position: fixed;left: 0;right: 0;top: 0;bottom: 0; background: #0000009c;z-index: 9999;display: flex; justify-content: center;align-items: center;overflow: auto; /* 允许遮罩层内部滚动 */}
#search-keyword{ height: 40px;padding-left: 0;padding-right: 0;background: 0 0;border-bottom: 1px solid #e4e4e4;box-sizing: content-box;margin: 0;border-radius: 0;font: inherit;overflow: visible;-webkit-appearance: none;padding: 5px;width:50%;vertical-align: middle;color: #fff;font-size: 26px;transition: .2s ease-in-out;transition-property: color, background-color, border-color, box-shadow;}
input{background-color: transparent !important;transition: background-color 5000s ease-in-out 0s !important; /* 延长过渡时间对抗浏览器默认 */}


header::before{ clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%, 0 0, 80% 100%);position: absolute;content: "";width: 30%;height: 100%;pointer-events: none;transition: all 0.53s ease-in-out;top: 0; left: 0;background-color:var(--color-primary); }
.header-top dl.lang{display: flex;position: relative;}
.header-top dl.lang .langlist{transform: translateY(10px);visibility: hidden; transition: all 0.5s ease; opacity: 0; position: absolute;display: flex;top: calc(100% );z-index: 1000;gap: 5px;left: calc(50% - 50px);width: 80px;background: var(--color-secondary);color: #fff;text-align: center;justify-content: center;padding: 5px 0 ;}
.header-top dl.lang  dd{padding: 2px ;}
.header-top dl dt:hover~.langlist,.header-top dl .langlist:hover{transform: translateY(0);visibility: visible;opacity: 1;}
/******************banner*******************/
.banner .pic{width: 100%;overflow: hidden;}
.banner .pic img{transition: all 0.5s ease-in-out;}
.banner .swiper-slide-active img {animation: scaleImg 15s ease forwards;}
.banner .swiper-slide-active .pic .wenzi {transform: translateY(0);opacity: 1;transition: all 1s linear;}
.banner img{width: 100%;}
.banner{position: relative;}
.banner .pic .wenzi{color: #fff;font-size: 68px;text-align: center;width: max-content;opacity: 0;transform: translateY(20px)}
.banner .pic .wenzi a{width: 170px;height: 70px;display: flex;justify-content: center;align-items: center;background-color: #000;margin: 20px auto;font-size: 18px;color: #fff;}
.banner .wenzi h5{position: relative;padding-right: 30px;}
.banner .wenzi h5::after{content: "";position: absolute;top: 4px;left: 85%;transform: translateX(-50%);width: 1px;height: 15px;background-color: #eee;}

.banner .pic .wenzi h4{position: relative ;width: 253px;height: 45px;display: flex;justify-content: center;align-items: center;background: var(--color-primary);font-size: 16px;font-weight: 500;margin: 0 auto;}
.banner .pic .wenzi h4::after{content: "";position: absolute;width: 3px;height: 20%;background-color:red;top: 0; left: 0;}
.banner .pic .wenzi h4::before{content: "";position: absolute;width: 3px;height: 20%;background-color:red;bottom: 0; right: 0;}
.banner .pic .wenzi h3{font-size:calc(65 * var(--vw));line-height: 1.2;margin: 40px 0;}
.banner .pic .wenzi p{font-weight: 400;}
.banner .pic .wenzi .more{margin-top: 80px; clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 0 100%, 16% 0, 0% 0); width: calc(240 * var(--vw)); height: var(60 * var(--vw));background-color:var(--color-primary);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 18px;}
.banner .pic .wenzi .more:hover{background-color: var(--color-primary);}


.warp{max-width: 1540px;margin: 0 auto;}
.index{background-color: #fbfbfb;}
.index-about {width: 69%;min-width: 1318px;margin: 0 auto;padding: 80px 0;}
.index-about .l .wenzi{height: 186px;background-color: #f0f2f4;color: #000;display: flex;flex-direction: column;justify-content:  center; align-items: center;}
.index-about .l .wenzi h4{font-size: 61px;font-weight: bold;font-weight: 500;line-height: 1;}
.index-about .l .wenzi p{font-size: 18px;}
.index-about .l .item{border-radius: 20px;overflow: hidden;}
.index-about .l .wenzi:hover,.index-about .r .wenzi .item:hover{color:#fff;background: var(--color-primary)}

.index-about .r .count {gap: 10px;}
.index-about .r .wenzi h2{font-size: 45px;font-weight: 500;padding: 40px 0;}
.index-about .r .count .item{width: 100%;  height: 186px;background-color: #f0f2f4;color: #000;display: flex;flex-direction: column;justify-content:  center; align-items: center;}

.index-about .r .wenzi .desc{line-height: 1.8;margin-bottom: 40px;}
.index-about .r .wenzi .item  {border-bottom-left-radius:20px; border-bottom-right-radius:20px ;}
.index-about .r .wenzi .item  h4{font-size: 61px;font-weight: bold;font-weight: 500;line-height: 1;}
.index-about .r .wenzi .item  p{font-size: 18px;}

.index-product{padding: 80px 0;background-color: #F7F7F9}
.index-product>div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-product .title{font-size: 56px;font-weight: 500;text-align: center;position: relative;line-height: 1;font-weight: 400;}
.index-product .title h2{position: relative;line-height: 1;}
.index-product .title::after{content: "";position: absolute;bottom: -40px;left: 50%;transform: translateX(-50%);width: 100px;height: 4px;background-color:var(--color-primary);}
.index-product .pic{width:300px;height: 300px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.index-product .swiper-slide{background-color: #fff;}
.index-product .swiper-slide .title{font-size: 16px;padding: 20px 0;}
.index-product .swiper-slide .more:hover{color: #fff;}

.index-video{height: 100vh;background-attachment: fixed;background-size: 100%;background:  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));}
.index-video .btnplay {animation: zhuanquan infinite  10s linear; margin: 80px 0 20px; width: 80px;height: 80px;background-color:var(--color-primary); /* 按钮背景色（可自定义） */border-radius: 50%; /* 圆形 */cursor: pointer;position: relative;transition: all 0.3s ease;}

/* 用伪元素实现三角形播放图标 */
.index-video .btnplay::before {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-35%, -50%); /* 微调位置 */width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-left: 20px solid white; /* 白色三角形 */}
.index-video .btnplay:hover {background-color: var(--color-primary); /* 悬停颜色 */transform: scale(1.05); /* 轻微放大 */ }

.index-video .title{font-size:calc(74 * var(--vw)); font-weight: 500;line-height: 1.2;color: #fff;}
.index-video  h3{font-size:calc(45 * var(--vw));color: #fff;}
.index-video  h4{font-weight: 300;}
.index-video .wenzi{width: 80%;text-align: center;  margin: 0 auto;z-index: 1;position: relative;color: #fff;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
@keyframes zhuanquan {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
}


.index-honor {background-color: #f7f7f8;padding: 80px 0;}
.index-honor >div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-honor .title{font-size: 56px;font-weight: 500;text-align: center;position: relative;line-height: 1;color: #333;font-weight: 400;}
.index-honor .title h2{position: relative;line-height: 1;}
.index-honor .title::after{content: "";position: absolute;bottom: -40px;left: 50%;transform: translateX(-50%);width: 100px;height: 4px;background-color: var(--color-primary);}

.index-application {background-color: #F1F9FC  ;padding: 80px 0;}
.index-application >div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-application .title{font-size: 56px;font-weight: 500;text-align: center;position: relative;line-height: 1;font-weight: 400;}
.index-application .title h2{position: relative;line-height: 1;padding-bottom:20px;margin-bottom: 20px; }
.index-application .title h2::after{content: "";position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 100px;height: 4px;background-color: var(--color-primary);}
.index-application .title p{font-size: 14px;}

.index-news{background-color: #f7f7f8;padding: 80px 0;/* clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);  初始状态（隐藏上半部分） */}
.index-news>div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-news .title{display: flex;justify-content:space-between;align-items: center;}
.index-news .title h3{font-size: 18px;color: var(--color-primary);}
.index-news .title h4{font-size:calc(50 * var(--vw));font-weight: 500;line-height: 1;color: #333;font-weight: 500;margin-top: 10px;}
.index-news .title  a.more{width: calc(160 * var(--vw));height: calc(50 * var(--vw));transition: 0.5s all; color: #fff;font-size: 24px;font-weight: 500;border-radius: 10px; background-color:var(--color-primary);display: flex;justify-content: center;align-items: center;}
.index-news .title  a.more:hover{background-color: var(--color-primary);}
.index-news .news{display: flex;justify-content: space-between;}
.index-news .news .wenzi {width: 50%;display: flex;flex-direction: column;justify-content: space-evenly;}
.index-news .news .wenzi .newsitems{display: flex;align-items: flex-start;justify-content:space-around;padding-bottom: 40px;margin-bottom: 20px;border-bottom: 1px solid #cccccc;}
.index-news .news .wenzi .newsitems .num{width: 40px;text-align: left;font-size: 24px;color: #333;font-weight: bold; flex-shrink: 0;margin-top: -2px;}
.index-news .news .wenzi .newsitems  h3{font-size: 24px;color: #333;font-weight: bold;}
.index-news .news .wenzi .newsitems  p{font-size: 14px;color: #666;margin-top: 10px;}
.index-news .news .wenzi .newsitems i{font-size: 24px;transition: 0.5s all;}
.index-news .news .wenzi .newsitems .icon{align-self: stretch;display: flex;align-items: center;}
.index-news .news .wenzi .newsitems:hover i {transform: rotate(0);}



.index-form{height: calc(285 * var(--vw));display: flex;align-items: center;justify-content: center;}
.index-form .wenzi{width: 69%;min-width: 1318px;margin: 0 auto; color: #fff;display: flex;justify-content: space-between;align-items: center;}
.index-form .wenzi h2{font-size: 18px;}
.index-form .wenzi h3{font-size: 48px;font-weight: bold;}
.index-form .from{width: calc(428 * var(--vw));height: calc(54 * var(--vw));color: #666; background-color: #fff;display: flex;justify-content: space-between;align-items: center;border-radius: 30px;}
.index-form .from>a{display: block; width: 100%;height: 100%; display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.index-form .from .btn{transition: 0.5s all; width: calc(40 * var(--vw));height: calc(40 * var(--vw));color:#fff; display: flex;justify-content: center;align-items: center;border-radius: 20px;background-color: var(--color-primary);}
.index-form .from:hover .btn {right: 10%;}

footer{  background-color:#011D35; color: #999; padding: 80px 0 0;}
footer>.relative{width: 69%;min-width: 1318px;margin: 0 auto;}
footer .nav{display: flex;justify-content: space-between;align-items: flex-start;border-bottom: 1px solid #666;padding-bottom:calc(100 * var(--vw));}
footer .nav dt{font-size: 18px;color: #fff;margin-bottom: 40px;}
footer .nav dd{font-size: 16px;color: #999;line-height: 2rem;margin-bottom: 5px;}
footer .nav .shemei  dd{display: flex; justify-content: space-between;align-items: center;gap: 10px;}
footer .nav .shemei  dd i{width: 40px;height: 40px;background: #2c467a;display: flex;justify-content: center;align-items: center;}
footer .nav .contact dt:not(:first-of-type){margin-bottom: 15px;}
.copyright {padding: 20px 0;}

/*仿站*/


#c_effect_103-17064916610920 {
    display-radio: 1;
    min-height: 0px
}

#c_effect_103-17064916610920 .e_loop-1 .p_list {
    transition: all ease .2s;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    height: 80vh;
    overflow: hidden;
    max-height: 740px
}

#c_effect_103-17064916610920 .e_loop-1 .p_loopitem {
    position: relative
}

#c_effect_103-17064916610920 .e_loop-1 .p_page {
    text-align: center
}

#c_effect_103-17064916610920 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_effect_103-17064916610920 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_effect_103-17064916610920 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_effect_103-17064916610920 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_effect_103-17064916610920 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_effect_103-17064916610920 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_effect_103-17064916610920 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_effect_103-17064916610920 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_effect_103-17064916610920 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_effect_103-17064916610920 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_effect_103-17064916610920 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_effect_103-17064916610920 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_effect_103-17064916610920 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_effect_103-17064916610920 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_effect_103-17064916610920 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_103-17064916610920 .e_loop-1 .input-check,#c_effect_103-17064916610920 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_effect_103-17064916610920 .e_loop-1 .position-left {
    display: flex
}

#c_effect_103-17064916610920 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_effect_103-17064916610920 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_effect_103-17064916610920 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_103-17064916610920 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_effect_103-17064916610920 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_effect_103-17064916610920 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_effect_103-17064916610920 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_effect_103-17064916610920 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_effect_103-17064916610920 .e_loop-1 .p_filter_result {
    display: none
}

#c_effect_103-17064916610920 .e_loop-1 .p_contclear {
    cursor: pointer;
    display: none
}

#c_effect_103-17064916610920 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_effect_103-17064916610920 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_effect_103-17064916610920 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_effect_103-17064916610920 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_effect_103-17064916610920 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_effect_103-17064916610920 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 1px);
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    background_radio: 2;
    display-radio: flex;
    background-color: rgba(0,0,0,30%)
}

#c_effect_103-17064916610920 .e_container-2:hover {
    background:#0cb3f3d4;
    background-color: #0cb3f3d4;
}


#c_effect_103-17064916610920 .e_container-2 > .p_item {
    max-width: 100%;
    max-height: 100%;
    position: static;
    display: flex;
    justify-content: center;
    width: 100%
}

#c_effect_103-17064916610920 .e_text-4 {
    line-height: normal;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
    font_radio: 2;
    height: 50%;
    display-radio: 1;
    top: 50%
}

#c_effect_103-17064916610920 .e_loop-1 .p_list .sfq {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: static
}

#c_effect_103-17064916610920 .e_image-5 {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all ease .3s
}

#c_effect_103-17064916610920 .e_image-5 img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#c_effect_103-17064916610920 .e_image-5.show {
    opacity: 1
}

#c_effect_103-17064916610920 .des .e_image-5 {
    opacity: 1
}

#c_effect_103-17064916610920 .e_container-2 .p_item {
    display-radio: 1
}

#c_effect_103-17064916610920 .e_loop-1 {
    display-radio: 1
}


/******************产品列表页面*******************/
.glightbox-clean .gdesc-inner{display: none;}
.list-product{background-color:#f3f3f3;}
.tab-content{position: relative;}
.tab-contents .flags  {position: absolute;top: 0;left: 0;display: flex;gap: 10px; padding: 20px; z-index: 100;color: #fff;}
.tab-content.active {display: block;position: relative; opacity: 1;}
.product-item-box {}

.list-product .product-item img{transition: 0.5s all;}
.list-product .product-item:hover img {opacity: 0.5;transform: scale(1.1);}
.list-product .product-item:hover .more {opacity: 1;}
.list-product .nav.active{background-color:#eee;color: var(--color-secondary);}
/******************产品详情页面*******************/
#fromModel {pointer-events: none; /* ç¦æ­¢äº¤äº’ */}
#fromModel .absolute.inset-0{visibility: hidden;transform: translateX(-100%);transition: 0.5s all;    }
#fromModel.showmodel .absolute.inset-0{visibility: visible;transform: translateX(0%)}
#fromModel #frm{transform: translateX(100%);transition: 0.5s all}
#fromModel.showmodel #frm{transform: translateX(0%);transition: 0.5s all}
.zoomContainer { z-index: 99999;}
.product__wrapper {display: flex;align-items: flex-start;gap:60px;flex-wrap: wrap;}




/******************侧边栏*******************/
.leftsearch .form-control,
.leftsearch .input-group-text {  border-radius: 1.5rem; background-color: #fff}
.leftsearch  #search-keyword{  display: block; width: 100%;padding: 0.375rem 0.75rem;font-size: 14px;font-weight: 400;line-height: 1.5;color:#333;background-color: #fff;background-clip: padding-box;border: 1px solid  #999;border-right: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.375rem;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.leftsearch .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #333;text-align: center;white-space: nowrap;background-color: #eee;border: 1px solid #999;border-radius: 0.375rem;border-top-left-radius: 0;border-bottom-left-radius: 0;}

.leftborder{border: 1px solid var(--cprimary);}
.leftsidetitle{position: relative;}
.leftsidetitle .title{ position: relative; z-index: 2; line-height: 3.25rem;font-size: 1rem;}
.leftsidetitle .title span{ display: inline-block; margin:0 0;font-size:1.5rem; font-family: var(--titlefamily); font-weight: 600;}
.leftsidecategorylist ul li{position: relative;border-bottom: 1px solid var(--cprimary);}
.leftsidecategorylist ul li a{ padding: 0.5rem 1rem; line-height: 2rem; display: block;}
.leftsidecategorylist ul li a i{ float: right;line-height: 2rem; }
.leftsidenewslist ul li a{ padding: 0.25rem 1rem; line-height: 2rem; display: block;}
.leftsidekeywordslist ul li{ margin: 0.25rem 0;}
.leftsidekeywordslist ul li a{display: block;text-align: center;font-size: 14px;color:var(--lightWords);line-height: 2rem;border: 1px dashed var(--cprimary);}
.leftsidekeywordslist ul li a:hover {color:var(--hongse); border-color: var(--hongse);}
.leftsidecontactlist{ line-height: 2rem;}

.menuTree ul{}
.menuTree li{line-height:3rem;color:var(--lvse); display:block;position:relative;}
.menuTree li:after{ position:absolute;content: "";display: block;height:1px;width:100%;border-bottom: 1px dashed var(--footerwords);left: 0; top: 2.9375rem;}
.menuTree li a{line-height:3rem;height:3rem;overflow:hidden; position:relative;color:var(--color-grey );white-space:nowrap;text-overflow:ellipsis;word-break:break-all;border-bottom:1px dashed var(--color-bg);padding:0 0.25rem;}
.menuTree li a::before{ display: inline-block;content: ""; height: 1rem; width: 1rem; border: 1px solid var(--color-grey ); margin-right: 0.75rem;}
.menuTree ul li a.active::before{ background-color: var(--color-text );}
.menuTree li i{ display:block; float:right; color:var(--color-grey ); font-size:24px; width: 20px; height: 45px; line-height: 45px; text-align: center; font-style: normal; position: absolute; top: 0; right: 10px; cursor: pointer;}
.menuTree li.parent>i.parent::after{content: "+"; display: block;}
.menuTree li.parent.expanded>i.parent::after{content: "-"; display: block;}
.menuTree ul li ul li a{line-height:3rem;height:3rem;overflow:hidden;color:var(--color-grey );white-space:nowrap;text-overflow:ellipsis;word-break: break-all; display:block;padding:0 0.25rem 0 2rem;}
.menuTree ul li ul li a:hover,.menuTree ul li a.active{color:var(--color-grey );/*text-decoration:underline;*/}
.menuTree ul li ul li ul li a{padding:0 0.25rem 0 3rem;}
.menuTree ul li ul li ul li ul li a{padding:0 0.25rem 0 3rem;}

/******************关于我们页面*******************/
em{font-style: normal;}
.font48 {font-size: clamp(24px, 2.5vw, 48px);line-height:2;font-weight: bold;font-style: normal;color: #666;color: var(--color-primary);}
.about-1{width: 85%;margin: 0 auto;background: url('../images/map2.png') no-repeat;background-position: center 0px;}
.about-1 h2{ font-size: clamp(26px, calc(60 * var(--vw)), 60px);line-height: 1.2;font-weight:bold;color: var(--color-primary);text-transform: uppercase;}
.about-1 .desc{font-size: 16px;line-height: 2;color: #666;}
.about-1 .desc p{margin-bottom: 1.5rem;}
.about-1 .about_num .ico {display: block;height: clamp(40px, 3.125vw, 60px);margin: 0 auto;}
.about-1 .about_num h3{padding: 20px 0 10px;text-align: center;color: #666;}
.about-1 .about_num li{width:16%;text-align: center;}

.about-1 .about_num .tt{font-size:20px;color: #666;}
.about-2 .pic img{width: 100%;}
.about-2 .wenzi h3{font-size:clamp(20px, calc(50 * var(--vw)) , 63px);font-weight: bold;color: var(--color-primary);text-transform: uppercase;}
.about-2 .wenzi{background: #f8f8fb;padding: 5%;}
.about-2 .wenzi .desc{font-size: 16px;line-height: 2;color: #666;margin-top: 40px;}


.z_index_tit .tit {font-size: 2.6041666667vw;line-height: 2.6041666667vw;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;margin-bottom: 1.0416666667vw;width: 100%;}
.z_about_process{padding-top: 6.25vw;padding-bottom: 6.25vw;padding-left: 11.4583333333vw;padding-right: 11.4583333333vw;position: relative;}
.z_process_swiper {margin-top: 4.6875vw;position: relative;overflow: hidden}
.z_process_swiper .btnwarp {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: absolute;right: 0;top: 64px;z-index: 1;cursor: pointer}
.z_process_swiper .btnwarp .next {margin-left: 10px}
.z_process_swiper::before {content: "";display: block;width: 100%;height: 3px;background: url(../images/dot4.png) repeat-x left center;background-size: auto 100%;position: absolute;left: 0;top: 77px}
.z_process_swiper li {padding-right: 4.1666666667vw;position: relative}
.z_process_swiper li::before {content: '';height: 3px;background: var(--color-primary);top: 72px;-webkit-transition: ease 1s;transition: ease 1s;display: block;width: 0%;height: 4px;position: absolute;left: 0;top: 77px;z-index: -1;}
.z_process_swiper li:hover::before { width: 100%}
.z_process_swiper li:hover .year {color: #000}
.z_process_swiper .year {color: #9a9a9a;font-size: 20px;font-family: DIN;font-weight: bold}
.z_process_swiper .dot {width: 16px;height: 16px;background: #fff;border: 2px solid var(--color-primary);border-radius: 50%;margin: 40px 0}
.z_process_swiper .tit {font-size: 1.5625vw;color: #000}
.z_process_swiper .desc {font-size: 1.0416666667vw;color: #2f2f2f;margin-top: 6px}
.z_process_swiper .desc em {color: var(--color-primary)}
.z_index_ry {padding-top: 6.25vw;padding-bottom: 6.25vw;padding-left: 11.4583333333vw;padding-right: 11.4583333333vw;position: relative;z-index: 1}
.z_arr {width: 30px;height: 30px;background: var(--color-primary);border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;font-size: 12px;margin-left: .5208333333vw;cursor: pointer;}
.z_process_swiper .btnwarp .next {margin-left: 10px;}

@media screen and (max-width: 980px) {
    .z_about_process {
        padding-left:12px;
        padding-right: 12px
    }

    .z_process_swiper {
        margin-top:30px
    }

    .z_process_swiper .tit {
        font-size:16px
    }

    .z_process_swiper .desc {
        font-size:14px
    }

    .z_process_swiper::before {
        top:58px
    }

    .z_process_swiper .dot {
        margin: 20px 0
    }

    .z_process_swiper .next {
        top: 40px
    }

    .z_process_swiper li {
        padding-right:0
    }
}

@keyframes scalc {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}

/******************新闻详情页面*******************/
.show-article .blog-title h3{font-size: 44px;line-height: 1.2;margin-bottom: 10px;color: #333}



/* 容器整体布局 */
.product__details__pic {width: 50%;max-width: 600px;position: relative;}

/* 主图 Swiper */
.productImageSwiper { overflow: hidden;border:1px solid #999;}
.productImageSwiper .swiper-slide img {transition: transform 0.3s ease-in-out;object-fit: contain;  height: 600px;padding: 50px;}
.productImageSwiper .swiper-slide img:hover { transform: scale(1.05);}
.productImageSwiper img {cursor: zoom-in;}
/* 缩略图 Swiper */
.thumbnailSwiper {padding: 10px 2px;}
.thumbnailSwiper .swiper-slide {border: 1px solid #dbdada;width: 100px;height: 120px;overflow: hidden;cursor: pointer;transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;}
.thumbnailSwiper .swiper-slide img {width: 100%;height: 100%;object-fit: contain;}
.thumbnailSwiper .swiper-slide-thumb-active {border: 1px solid #999;}

/* Swiper 按钮样式 */
.show-pruduct .swiper-button-next,
.show-pruduct .swiper-button-prev {color: var(--color-primary);border-radius: 50%;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;transition: background 0.3s ease-in-out;}
.show-pruduct .swiper-button-next:hover,
.show-pruduct .swiper-button-prev:hover {background: var(--color-primary);color: #fff;}

.show-pruduct [thumbsSlider] {padding: 10px;overflow: hidden;position: relative;margin-top:10px;}
/* 隐藏无效的按钮 */
.show-pruduct .swiper-button-disabled {opacity: 0.3;cursor: not-allowed;}

.producttitle,.productcolor{border-bottom: 1px solid var(--qianhuise);}
.productcolor .title{ font-size: 1.125rem;}
.producttitle .modelno{ font-size: 1.875rem; line-height: 120%;}
.producttitle .title{ font-size: 1.875rem; line-height: 120%;}
.producttitle .subtitle{ font-size: 1.875rem; line-height: 120%;}
.productcolor .productcolorlist ul li{ border-radius: 50%; padding: 0.125rem; border: 1px solid var(--white);}
.productcolor .productcolorlist ul li.active{ border-color: var(--words);}
.productcolor .productcolorlist ul li a{   width: 70px; overflow: hidden; line-height: 1.5; display: block; display: block;   text-indent: -9999px}
.product-button button{ background-color: var(--lanse); line-height: 3rem; color: var(--white); border-radius: 0.5rem; font-weight: bold; border: none; overflow: hidden;}
.product-button button:after{content:""; z-index: 1; background-color: var(--hongse);width:0; position: absolute; top: 0; left:0; height: 100%;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.product-button button:hover:after{width:100% }

.show-product .publish_time{background: #eee;padding: 4px;border-left: 6px solid #999;color: #999;}
.productcolor {margin-top: 20px;}
.productcolorlist a{transition: 0.5s all;display:block;outline: none;}
.productcolorlist a:focus {box-shadow:0px 0px 0px 3px #fff, 0px 0px 0px 5px var(--color); }
.show-product .tab-content{position:relative;opacity:1;transition:all 0.3s ease-in-out;}

/**新闻列表**/
.list-article .row:nth-of-type(2n){flex-direction: row-reverse;} 
.list-article .row .title {position: relative;}
.list-article .row .title::after{content: '';width: 50px;height: 2px;background-color: #BFBFBF;position: absolute;bottom: -10px;left:50%;transform: translateX(-50%);}
.list-article .row a.more{border: 2px solid #000;color: #000;display: block;width: 134px;font-size: 12px;color: #000;text-align: center;line-height: 42px;position: relative;overflow: hidden;z-index: 1;}
.list-article .row a.more:before {content: '';display: block;width: 100%;height: 100%;background: #fff;position: absolute;left: 0;bottom: 0;transform: scaleY(0);background: #000;transform-origin: center bottom;transition: ease .65s;z-index: -1;}
.list-article .row a.more:hover {color: #fff;}
.list-article .row .desc {height: 200px;}
.list-article .row a.more:hover:before {transform: scaleY(1);color: #fff;}
.list-article .row .pic{position: relative;height: 0;overflow: hidden;}
.list-article .row .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.list-article .row .pic::after{position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);top: 0;left: 0;transition: 0.5s all;}
/**新闻详情**/
.showtitle {font-size: 36px;line-height: 1.2;margin-bottom: 10px;}
.showsubtitle {font-size: 16px;line-height: 1.2;margin-bottom: 10px; border-bottom: 1px dashed #eee; padding-bottom: 10px;}
.shangxia{border-top:1px #eee dotted;border-bottom:1px #eee dotted;padding:.5rem 0}
.likearticle .likearticlelist ul li {line-height: 30px;margin-bottom: 5px;padding-bottom: 5px;}
.show p{font-size: 16px;line-height: 2;color: #666;text-indent: 2em;margin-bottom: 20px;}

/** weihzi.html **/
.weihzhibg li {padding: 0 10px; position: relative;}
.weihzhibg li::after{position: absolute;content: '';width: 80%; height: 2px;background-color:#f3f3f3;left: 50%;bottom: -10px; transform: translateX(-50%);visibility: hidden;}
.weihzhibg li.active::after{background-color: #999;visibility: visible;}
.weihzhibg li a{display: block;line-height: 2rem;}
.weihzhibg li:not(:last-of-type)::before{content: "";position: absolute;top: 50%;right: 0;width: 2px;height: 13px;background-color: #ddd;z-index: -1;transform: translateY(-50%);}

/*****************list-image.html*******************/
.list-image #main .pic{position: relative;}
.list-image #main .pic::after{  position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.2);top: 0;left: 0;pointer-events: none;visibility: hidden;}
.list-image #main .pic::before {pointer-events: none; position: absolute;content:"\e627";width: 100%;height: 100%;top: 0;left: 0;z-index: 99;display: flex  ;justify-content: center;align-items: center;font-size: 60px;color: #fff;visibility: hidden;}
.list-image #main .pic:hover::after,.list-image #main .pic:hover::before{visibility: visible;}
.list-image #main .pic:hover img{transform: scale(1.05);transition: all .3s;}
/*****************list.html*******************/
.list #main .pic{position: relative;height: 0;overflow: hidden;}
.list #main .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.list #main .pic::after{position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.2);top: 0;left: 0;pointer-events: none;visibility: hidden;}
.list #main .pic::before {position: absolute;content:"\e627";width: 100%;height: 100%;background-color: rgba(0, 0, 0, .2);top: 0;left: 0;z-index: 99;display: flex  ;justify-content: center;align-items: center;font-size: 60px;color: #fff;visibility: hidden;}
.list #main .pic:hover::after,.list-image #main .pic:hover::before{visibility: visible;}
.list #main .pic:hover img{transform: scale(1.05);transition: all .3s;}

/** 联系我们 **/
/* .page-contact input, .page-contact textarea {width: 100%;padding: 10px;border: 1px solid #ddd;outline: none;transition: all .3s; color: #eee;}
.page-contact input:focus, .page-contact textarea:focus{box-shadow: 0 0 0 2px var(--color-primary);border-color: var(--color-primary);}
.map-con .map {  height: 600px;   z-index: 1;}
.messagetitle h3{font-size: 32px;color: #fff;}
.messagetitle p{font-size: 16px;color: #fff;}
.messagebox  .form-group label {display: none;margin-bottom: 5px;}
.messagebox  .form-group input,.messagebox  .form-group textarea{width: 100%;padding: 10px;outline: none;transition: all .3s;background:none;}
.messagebox  .w-1\/2 {   width: 49%;}
.submitbtn{background-color: var(--color-primary);color: #fff;}
.submitbtn:hover{opacity: 0.8;} */
#map {height: 500px;}
.page_contact .cotact_info_item .iconfont {font-size: 48px;color: var(--color-primary);}
.cotact_info_item {text-align: center;background-color: rgb(255, 255, 255);margin-bottom: 30px;padding: 51px 80px 21px;border-radius: 5px;transition: 0.5s;;height: 100%;}
.contact_warpper_content h3 {font-size: 22px;margin: 24px 0px 10px;}
.contact_warpper_content p{font-size: 17px;line-height: 26px;color: #5d5f62;font-weight: 400;font-family: "Cabin";transition: 0.5s;}
.cotact_info_item:hover {filter: drop-shadow(rgba(177, 177, 177, 0.3) 0px 10px 27px);border-color: rgb(255, 255, 255);}
.contact_warpper {background: #edf5f6;padding: 60px 60px 60px;}
.section_title h4 {margin-bottom: 14px;font-size: 18px;color: #3dc595;font-weight: 500;}
.section_title h1 {font-size: 46px;line-height: 56px;color: #1a1a1a;font-weight: 700;}
.form-box input {border-radius: 0;transition: 0.5s;background: transparent !important;border: 1px solid #acacac4f;color: #1e1e1e;outline: 0;width: 100%;height: 60px;position: relative;margin-bottom: 20px;padding: 0 21px;}
.form-box.message textarea {color: #232323;transition: 0.5s;background: transparent !important;border: 1px solid #acacac4f;outline: 0;width: 100%;height: 120px;position: relative;padding: 9px 19px;border-radius: 0;}
.contact-form button {display: block;border-radius: 0;text-align: center;font-size: 16px;text-transform: uppercase;color: #ffffff;font-weight: 500;font-family: "Cabin";width: 100%;border: transparent;padding: 16px 0;margin-top: 13px;position: relative;z-index: 1;transition: 0.5s;background: var(--color-primary);}
.contact-form button:hover{opacity: 0.8;filter: drop-shadow(rgba(177, 177, 177, 0.3) 0px 10px 27px);}
.form-captcha{width: 200px;height: 50px;border: 1px solid #acacac4f;padding: 10px;background: none;}

/** list-video.html **/
.videobox .video{position: relative;overflow: hidden;}
.videobox video{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.videobox:hover video{transform: scale(1.05);transition: all .3s;}
.videobox:hover .more {background:var(--color-primary); color: #fff;}



@media screen and (max-width: 768px) {
    .warp{width: 95%;}
    .swiper-button-next, .swiper-button-prev{display: none}
    body{--swiper-navigation-size: 14px;--swiper-theme-color: #fff;padding-top: 50px;padding-bottom: 60px}
    #app{padding-top: 0px;}
    .xymob-head-box .xymob-logo img{width: 180px;}
    header{height: auto;position: fixed;}
    .banner .pic .wenzi{font-size: 14px;}
    .banner .pic p{font-size: 12px;width: 60vw;display: none;}
    .banner .pic .wenzi h3{font-size: calc(12 * var(--vw));}
    .banner .pic .wenzi .more{display: none;}
    .banner .pic .wenzi h4{display: none;}

    .index-about{width: 95%;min-width: auto;padding: 40px 0;}
    .index-about .l .wenzi h4{font-size: 24px;}
    .index-about .l .wenzi h3{font-size: 16px;}
    .index-about .l .wenzi p{font-size: 14px;text-align: center}
    .index-about .l .item{border-radius: 8px;}
    .index-about .r .wenzi h2{text-align: center;font-size:calc(var(--vw) * 24);padding: 20px 0;order: 2;}
    .index-about .r .wenzi .item h4{font-size: 24px;}
    .index-about .r .wenzi .item p{font-size: 14px;}
    .index-about .r .count{order: 1;margin-top: 10px;}
    .index-about .r .wenzi .desc{order: 3;}
    .index-product{padding:20px 0;}
    .index-product .title h3{font-size: 20px;padding: 20px 0;}
    .index-product>div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-product .title h2{font-size: 24px;}
    .index-video{height:50vh}
    .index-video .wenzi{width: 90%;}
    .index-video .title{font-size: calc(20 * var(--vw));}
    .index-video h3{font-size: calc(14 * var(--vw));text-align: center;}
    .index-video .btnplay{width: 50px;height: 50px;margin: 30px}

    .index-honor{padding: 40px 0;}
    .index-honor >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-honor .title{font-size: 24px;}
    .index-honor .title h2{font-size: 24px;}


    .index-application{padding: 40px 0;}
    .index-application >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-application .title{font-size: 24px;}
    .index-application .title h2{font-size: 24px;}


    .index-news{padding: 40px 0;}
    .index-news >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-news .title h4{font-size: 24px;}
    .index-news .title a.more{display: none;}
    .index-news .news{flex-direction: column;}
    .index-news .news .wenzi{width: 100%;}

    .index-news .news .wenzi .newsitems{padding: 20px;}
    .index-news .news .wenzi .newsitems h3{font-size: 18px;}
    .index-news .news .wenzi .newsitems p{font-size: 12px;}
    .index-news .news .wenzi .newsitems .num{font-size: 18px;}

    .index-form .wenzi h3{font-size: 24px;}
    .index-form {background-size: contain!important;background-attachment: unset;}
    .index-form .wenzi{width: 95%;min-width: auto;margin:auto;}
    .index-form .wenzi{flex-direction: column;}
    .index-form .from{width: 95%;margin-top: 20px;height: 40px;}
    .index-form .from .btn{width: 30px;height: 30px;top: 4px;}
    .index-form .wenzi h2{text-align: center;font-size: 12px;}




    footer{padding: 20px 10px 0;    }
    footer>.relative{width: 95%;min-width: auto;margin: 0 auto;}
    footer .text:not(.contact){display: none;}
    footer .nav dt{font-size: 14px;margin-bottom: 20px;}
    footer .nav dt:first-of-type{font-size: 18px;}
    footer .nav .contact dt:not(:first-of-type){margin-bottom: 10px;}
    footer .nav{padding-bottom: 20px;}
    footer .copyright div:last-of-type{display: none;}
    .index-news >div.relative{width: 95%;min-width: auto;margin:0 auto;}


    .page-about .pic {background-attachment: unset;background-size: cover;}
    .about-1{width: 90%}
    .about-1 h2{font-size: 24px}
    .about-2 .wenzi h3{font-size: 24px}
    .about-2 .wenzi .desc{margin-top: 20px}
    .about-1 .about_num li{width: 45%}
    .page-about .text>h2{font-size: 24px;}
    .page-about .text>h3{font-size: 18px;}
    .page-about .lh-story-cont{margin-top: 10px;}

    .contact_warpper{padding:20px}
    .section_title h1{font-size: 24px}
    .form-box input{height: 35px;margin-bottom: 10px}
    .contact-form button{padding: 7px 0}
    .messagetitle h3{font-size: 24px;}
    .list-article .row:nth-of-type(2n){    flex-direction: column;}
    .list-article .row a.more{width: 100px;line-height: 32px;}
    .list-article .row .desc{height: auto   ;}
    .showtitle{font-size: 20px;}
    .thumbnailSwiper .swiper-slide{width: 70px;height: 70px;}
    .productImageSwiper .swiper-slide img{height: 300px;width: 100%;object-fit: contain}


    #c_effect_103-17064916610920 .e_loop-1 .p_list{max-height:none}
    #c_effect_103-17064916610920 .e_loop-1 .p_list{height:auto;flex-direction: column}
    #c_effect_103-17064916610920 .e_loop-1 .p_list .sfq{height:300px;position: relative;}
    #c_effect_103-17064916610920 .e_image-5 img{height:100%}
    #c_effect_103-17064916610920 .e_image-5{opacity: 1;}
    #c_effect_103-17064916610920 .e_container-2:hover{background:none}


    .index-product .pic{    width: 100%;height: auto}
    .index-product .swiper-slide .title{padding: 0}
    .index-product .title::after{display: none}
    .index-honor .title::after{display: none}
}

